body {
  background-color: #eee;
  background-image: url(../images/page-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 1.5;
}
#body-inner {
  background-color: rgba(255, 255, 255, 0.9);
}
a {
  color: #600;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a:hover, a:focus {
  color: #555;
  outline: none;
  text-decoration: none;
}
.logo a:hover {
  border-bottom: none;
}
a.dark {
  color: #FBFFB1;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a.dark:hover, a.dark:focus {
  color: #aaa;
  outline: none;
  text-decoration: none;
}
.events-table a {
  /*color:#FBFFB1;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color:#600;
  margin-bottom: 5px;
  margin-top: 0;
}
p {
  margin-bottom: 20px;
  text-align: justify;
}
p.lead {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
ul, ol {
  margin-bottom: 20px;
  text-align: justify;
}
ul li, ol li {
  text-align: left;
}
#mainpanel ul li, #mainpanel ol li {
  margin-bottom: 20px;
}
blockquote {
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
}
blockquote small {
  color: inherit;
}
pre {
  background-color: rgba(255, 255, 255, .5);
  border-color: rgba(0, 0, 0, .1);
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
svg.search-icon {
  fill: #600;
}
/*	Section
	==================================================*/
.section {
  padding: 30px 0;
}
.active-section {
  top: 0px;
}
.navbar.active-section {
  top: 0 !important;
}
.container {
  position: relative;
  clear: both;
}
/*	Header
	==================================================*/
#topheaderbar {
  background-color: #E3972A;
  padding: 10px 0;
  text-align: center;
}
#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
  z-index: 9999;
  margin-bottom:20px;   
  padding: 0;
  border: 0;
  border-bottom: none;
}
.headermenubar {
  clear: both;
  background-color: #E3972A;
  height: 45px;
}
.slider.home {
  /*background-color:#000;*/
  z-index: 9999;
  /*position:absolute;
	margin:0;
	top:0;*/
  padding: 0;
  text-align: left;
  clear: both;
}
.rpc-content {
  display: none;
}
#banner-inner {
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
}
.homeslidelink {
  background: rgba(255, 0, 0, 0.5);
  padding: 5px;
  color: #fff;
  font-size: 14px;
  width: 150px;
  height: 45px;
}
.slides .caption {
  text-align: center;
}
.link1 {
  position: absolute;
  top: 20%;
  left: 20%;
}
.link2 {
  position: absolute;
  top: 28%;
  right: 30%;
}
.link3 {
  position: absolute;
  top: 45%;
  left: 40%;
}
.link4 {
  position: absolute;
  margin-top: 22%;
  right: 10%;
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
  padding: 5px 5px;
  /*margin-right: 30px;*/
  color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #000;
}
.navbar-inverse {
  background: #eee;
  /*background:rgba(15,15,80,0.7);*/
  border: none;
}
.navbar-brand h1 {
  color: #444 !important;
  padding: 5px 0 0 0;
}

.navbar-right button {
  margin: 23px 0;
}
.navbar-nav > li > a {
  font-family: "Oswald", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 0;
  margin: 0 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  color: #3498db;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
li.astm-search-menu {
  margin-left: 15px !important;
}
.is-menu.dropdown form {
    min-width: 200px !important;
}
.header-button {
  margin-left: 15px;
}
header .search {
  padding: 0;
  margin: 25px 0;
  text-align: center;
}
header .search a {
  color: #FFF;
}
header .search a:hover {
  color: #39C;
}
header .search form {
  display: block;
  width: 100%;
}
header .search form input {
  margin: 0;
  padding: 5px 5px;
  width: auto;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
#searchform {
	background: #fff;
	border:1px solid #3099B9;
	padding:20px;
}
#s {
	padding:5px;
    height:30px;
    width:150px;
}
 #searchsubmit {
	padding:5px;
    height:30px;
    width:80px;
     color:#333;
}
.menubar {
  padding: 10px 0;
  background: #ddd;
  -webkit-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
}
.logo {
  padding: 2px;
  text-align: center;
}
.logo img {
  margin: 0 auto;
  width: 90%;
}
.logo a:hover {
  text-decoration: none;
}
.title {
  padding: 0;
  margin: 35px 0 0 0;
  text-align: center;
}
.title h1 {
    font-size: 20px !important;
    text-transform:uppercase;
}
.title-desig {
  font-size: 18px;
  padding: 0 0 0 0;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
  color: #AAA;
}
/*	Hero
	==================================================*/
#hero {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-top: 30%;
  padding: 0;
  min-height: 200px;
}
.lp-element {
  padding: 20px 10px;
  background-color: rgba(235, 235, 235, .75);
  border: 1px solid #C00;
}
.lp-element h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.lp-element p {
  text-align: left;
}
/*	Hero Inner
	==================================================*/
#hero-inner {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-top: 10%;
  padding: 0;
  min-height: 200px;
}
#hero-inner .lp-element {
  padding: 20px 10px;
  background-color: rgba(255, 0, 0, .75);
}
#hero-inner .lp-element h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#hero-inner .lp-element p {
  text-align: left;
}
/* Home
==================================================*/
.introtxt {
  font-size: 18px;
  line-height: 22px;
}
.nivo-caption {
  display: table !important;
  width: 600px !important;
  left: 50px !important;
  bottom: 50px !important;
  padding: 15px 10px !important;
  margin: 0 auto !important;
}
.homepanel {
  color: #333;
  margin: 0 0 20px 0;
  line-height: 22px;
  overflow: hidden;
}
.homepanel h4 {
  color: #797EB3;
  padding: 10px;
}
.homepanel.panel1 {
  /*background:rgba(255,255,255,0.9);
	background-image:url(../../../uploads/2018/12/iisc-mainbuilding.jpg);
	background-size:cover;
	background-attachment:fixed;*/
  color: #333;
  margin: 0 0 0 0;
  overflow: hidden;
  /*border-bottom: 5px solid #F76674;*/
}
.panel1_inner {
  padding: 10px 0;
  overflow: hidden;
}
.panel1_inner h2 {
  color: #FFBB00 !important;
  text-shadow: 1px 1px 1px #555;
  text-align: left !important;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 20px;
}
.homepanel.panel1 p {
  color: #333 !important;
}
.homepanel.panel2outer {
  background: #fff;
  border-left: 0px solid #eee;
  border-right: 1px solid #eee;
}
.homepanel .panel2 {
  background: #fff;
}
.panel3 {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.panel3_inner {
  color: #333;
}
.panel3_inner .col-md-3 {
  padding-left: 0;
}
.panel3 h3 {
  margin-bottom: 20px;
}
.panel4 {
  background: rgba(225, 225, 225, 0.7);
  padding: 50px 0 25px 0;
  overflow: auto;
}
.panelnews {
  margin-bottom: 50px;
}
.homepanel ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: url("../images/bullet-squares-blue.png");
}
.homepanel ul li {
  color: #fff !important;
  padding: 0;
  margin: 5px 0 5px 0;
}
.datehome {
  float: left;
  background-color: #fff;
  text-align: center;
  width: 75px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #eee;
}
.date_mm {
  color: #600;
  font-size: 14px;
  font-weight: bold;
  background-color: #eee;
  padding: 2px 0;
  text-transform: uppercase;
}
.date_dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  margin-top: 5px;
}
.date_day {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.theme-light .nivo-controlNav {
  padding: 10px 0 !important;
}
/*	Research
	==================================================*/
#research {
  background-color: rgba(255, 255, 255, 0.9);
}
#research h1, #research h2, #research h3 {
  color: #069;
}
#research .lead {
  color: #333;
}
#research p {
  color: #000;
}
#owl-research .item img {
  display: block;
  width: 200px;
  height: 150px;
}
.homepanel {
  background: #eee;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.respanel {
  background: #eee;
  border: 1px solid #ccc;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.description {
  margin-top: 200px;
  background: rgba(225, 150, 40, 0.9);
  padding: 5px;
  font-size: 14px;
  width: 100%;
  height: 150px;
  text-align: left;
}
/*.description::before {
	content: '^';
	font-size:24px;
	color:#F93;
}*/
.homepanel:hover .description {
  background: rgba(225, 225, 225, 0.9);
}
.homepanel:hover .description::before {
  content: "";
}
.description h4 {
  color: #600;
  text-align: center;
}
.homepanel:hover .description h4 {
  color: #600;
}
.description span {
  font-weight: normal;
  color: #fff;
}
.homepanel:hover .description {
/*  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out; */
}
/*	Home
	==================================================*/
/*	About Home
	==================================================*/
#about-home {
  background: rgba(255, 255, 255, 0.1);
  /*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
  padding: 0;
  margin: 0;
}
#about-home .abouttext {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  overflow: auto;
}
#about-home h1, #about-home h2, #about-home h3 {
  color: #333;
}
#about-home .lead {
  color: #900;
}
#about-home p {
  color: #333;
}
#about-home .topics {
  background: rgba(255, 255, 255, 0.9);
  min-height: 325px;
  padding: 20px 20px;
}
#about-home .topics h1, #about-home .topics h2, #about-home .topics h3 {
  color: #036;
}
#about-home .topics ul {
  margin: 0 0 0 25px;
  padding: 0;
}
#about-home .topics ul li {
  margin: 0 0 10px 0;
}
.sm-gallery-title {
  background: none repeat scroll 0 0 rgb(250, 200, 50) !important;
}
.smblog_masonry_numcol {
  padding-bottom: 10px !important;
}
/*	About Inner
	==================================================*/
#about {
  padding: 10px 0;
}
#about .about_inner {
  padding: 0;
}
#about .lead {
  font-size: 16px;
  color: #069;
  font-style: italic;
}
#about .lead::before {
  content: open-quote;
  font-size: 24px;
  color: #999;
  font-style: italic;
}
#about .lead::after {
  content: close-quote;
  font-size: 24px;
  color: #999;
  font-style: italic;
  line-height: 28px;
}
#about p {
  color: #000;
}
/*	People
	==================================================*/
.peoplebox {
  background: #fff;
  color: #000;
  /*border-bottom:1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6); */
  margin: 0 0 15px 0px;
  padding: 5px;
  overflow: auto;
  height: 350px; /*text-align:center;*/
}
.peoplebox h3 {
  color: #069;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}
.peoplepic {
  float: none;
  text-align: center;
  padding: 0 5px 5px 5px;
  width: auto;
  height: 200px;
  overflow: hidden; /*margin:0 auto;*/
}
.peoplepic img {
  /*height:100%;*/
  border: 1px solid #eee;
}
.peopledesig {
  clear: both;
  text-align: left;
  padding: 0 0 5px 0;
}
.peopleinfo {
  text-align: left;
}
.peopleinfo .name {
  font-size: 18px;
}
.peopleinfo .resint {
  font-size: 12px;
}
.peopleinfo:hover {
  color: #333;
}
.panelstaff {
  float: none;
  text-align: center;
  padding: 0 10px 5px 0;
  width: auto;
  height: 200px;
  overflow: hidden; /*margin:0 auto;*/
}
.panelstaff img {
  border: 1px solid #eee;
}
.people-right {
  background: #eee;
  padding: 0 0 20px 20px;
}
/* Main Panel
==================================================*/
#mainpanel, .mainpanel {
  padding: 5px 50px 5px 20px;
  min-height: 450px;
}
#mainpanel h1 {
  font-weight: 700;
  margin: 30px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
#mainpanel h2 {
  font-weight: 700;
  margin: 50px 0 0 0;
  padding: 0 0 10px 0;
}
#mainpanel h3, #mainpanel h4 {
  color: #555;
  margin: 30px 0 0 0;
  padding: 0 0 10px 0;
}
#mainpanel .tab-content h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#mainpanel ul, #sidepanel ol {
  padding: 0;
  margin: 0 25px; /*list-style:none;*/
  list-style: url("../images/bullet-squares-blue.png");
}
#mainpanel ul li, #sidepanel ol li {
  padding: 0;
  margin: 10px 0;
}
#publications ul li, #publications ol li {
  padding: 0;
  margin: 10px 30px;
}
#mainpanel ul.nav li {
  padding: 0;
  margin: 0 5px;
}
img {
  max-width: 100%;
  height: auto;
}
table.courses {
  width: 100%;
}
table.courses td {
  padding: 5px;
  border: 1px solid #ddd;
}
table.courses td:first-child {
  width: 200px;
}
.grayborder tbody td, .grayborder td {
  border: 1px solid #ccc;
  padding: 2px;
}
/* Category 
======================================================*/
.category-panel-outer {
  background-color: #FFF;
  border: 1px solid #efefef;
  padding: 5px;
  height: 350px;
  margin-bottom: 25px;
}
.category-panel-outer:hover {
  /*-webkit-filter: brightness(100%);*/
}
.category-panel-image {
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cagegory-panel-noimage {
  height: 250px;
  background-color: #eee;
}
.category-panel-desc {
  font-size: 22px;
  font-weight: normal;
}
#mainpanel ul.post-categories {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
table.em-calendar td.eventless-today {
  background-color: #CFCFCF;
  border: 1px solid #E3972A;
  color: #333;
}
table.em-calendar td.eventful-today {
  background-color: #CFCFCF;
  border: 1px solid #E3972A;
  color: #E3972A;
}
td.eventful {
  border: 1px solid #E3972A;
  color: #0E9DC6;
}
td.eventful a {
  color: #E3972A !important;
}
table.em-calendar thead {
  font-size: 100% !important;
  font-weight: bold;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
  padding: 5px 0 0 0;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
  color: #777;
  font-weight: 300 !important;
  padding: 0;
  margin: 5px 0 5px 0;
}
#sidepanel {
  padding-left: 0px !important;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
  padding: 0;
  margin: 0 10px;
}
#sidepanel ul li, #sidepanel ol li {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
#sidepanel img {
  padding: 5px;
  border: 1px solid #ddd;
}
/*.advanced-sidebar-menu ul {
    margin: 0 0 0 18px;
    list-style: circle !important;
    list-style-type: circle !important;
}*/
.tbl-library, .tbl-pastfaculty, .tbl-students {
  width: 100%;
}
.tbl-library th, .tbl-library td, .tbl-pastfaculty th, .tbl-pastfaculty td, .tbl-students th, .tbl-students td {
  padding: 5px;
  border: 1px solid #ccc;
}
#sidebar ul li.widget {
  margin-bottom: 30px;
}
#sidebar h2.widgettitle {
  font-size: 22px;
  font-weight: bold;
}
/*	Footer
	==================================================*/
#footer {
  background: #555;
  border-top: 1px solid #ccc;
  color: #eee;
  text-align: left;
  padding: 25px 0;
  margin-top: 0;
  overflow: auto;
}
#footer text-left {
  text-align: left;
}
#footer text-right {
  text-align: right;
}
#footer h2 {
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .hw-widget ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
#footer a {
  color: #ddd;
}
#footer a:hover {
  color: #aaa;
}
#footer-bottom {
  color: #999;
  padding: 25px 0 25px 0;
  background-color: #000;
  overflow: auto;
}
#footer-bottom .text-left, #footer-bottom .text-right {
  text-align: center;
  margin: 5px 0;
}
img.arpw-thumbnail {
  display: block !important;
  float: none !important;
  clear: both !important;
}
a.arpw-title {
  display: block !important;
  float: none !important;
  clear: both !important;
}
.button.is-checked {
  color: #06C;
  border-bottom: 0px solid #069;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 25px;
  background: #FFF;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  box-shadow: none;
}
label.screen-reader-text {
  display: none;
}
.socialtop {
  text-align: center;
  margin-top: 30px;
}
.socialtop ul {
  text-align: center;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    margin:5px !important;
}
/*	Responsive
	==================================================*/
@media (max-width: 991px) {
  .section {
    padding: 10px 0;
    margin: 0;
  }
  .col-md-3.logo, .col-md-6.title {
    float: none;
	  clear: both;
	  width: 100%;
    text-align: center;
	  overflow: auto;
  }
	.col-md-3.logo img {
    margin: 0 auto;
		width: auto;
  }
  .socialtop ul {
    text-align: center;
  }
  .navbar-fixed-top {
    position: relative;
  }
	.navbar-brand {
		float: none;
	}
  .navbar-brand .col-md-10 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .navbar-brand .col-md-10 img {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .slider.home {
    z-index: 9999;
    position: relative;
    text-align: left;
    clear: both;
  }
  #about-home {
    background: rgba(255, 255, 255, 0.1);
    /*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
    padding: 10px 0 0 0;
  }
  #sidepanel {
    position: relative;
  }
  #footer .text-left, #footer .text-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 10px 0;
    margin: 0;
  }
  .nivo-caption {
    position: relative !important;
    display: none !important;
    width: 100% !important;
    padding: 5px !important;
    margin: 0 !important;
    left: 0px;
    bottom: 0px;
  }
  .col-md-6.title {
    font-size: 1em;
    padding: 5px;
  }
  .navbar-brand .col-md-10 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar-brand img {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #banner-inner {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #footer .text-left, #footer .text-right {
    text-align: center;
  }
  .logo.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto;
    width: 70px;
  }
}
@media (max-width: 490px) {
  .container {
    max-width: 445px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section {
    padding: 10px 0;
    margin: 0;
  }
  .navbar-brand .col-md-10 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar-brand img {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #breadcrumbs {
    margin-left: 20px;
    padding: 5px 0;
    font-size: 14px;
    color: #AAA;
  }
  #parallax {
    position: relative;
    width: 100%;
    text-align: center;
    /*background: url('../images/bg-03.jpg') center center no-repeat;
	background-size:contain;*/
    z-index: 100;
    overflow: hidden;
    height: auto;
  }
  #parallax img {
    margin: 0 auto;
  }
  #parallax-about {
    width: 100%;
    position: relative;
    z-index: -100;
    overflow: hidden;
    height: 300px;
  }
  #parallax-about img {
    width: 100%;
  }
  #banner-inner {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #about img {
    max-width: 100%;
  }
  #hero .lp-element p {
    text-align: left;
  }
  #hero-inner .col-md-4 {
    width: 100%;
    margin: 0;
  }
  #footer .text-left, #footer .text-right {
    text-align: center;
  }
  table.courses td:first-child {
    width: 120px;
  }
}