body{
	background-color:#fff;
	margin:0;
	font-family: 'Roboto Slab', serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/
.banner{
	min-height: 750px;
	background:url(../images/banner.jpg)no-repeat 0px 0px;
	background-size:cover;
	position: relative;
}
.header {
    background: rgba(0, 0, 0, 0.61);
    padding: .5em 0;
}
nav.navbar.navbar-default {
	background: none;
    border: none;
    margin: 2.2em 0 0;
    float: left;
    width: 35.5%;
}
a.navbar-brand {
  padding: 0;
  line-height: 1.6em;
 height: inherit;
}
.navbar-nav li {
      margin: 0 1em;
}
.navbar-nav li a {
color: #ffffff!important;
    font-size: 1.2em;
    padding: 0;
    font-weight: 600;
}
.navbar-nav li a:hover,.navbar-nav li a.active{
   color:#FEEB73 !important;
   background: none;
}
.navbar-nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-nav a::before {
  position: absolute;
  top: 65%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 1.7em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logo {
	float: left;
    width: 20%;
    margin-left: 11em
}
.logo a {
    font-size: 3em;
	color:#FEEB73;
	font-family: 'Candal', sans-serif;
	text-transform:uppercase;
}
.header-right-text {
    float: left;
    margin: 33px 3em 0 0em;
}
.header-right-text h3 {
    color: #ffffff;
    font-size: 1.2em;
}
.logo a h1 {
    font-size: 2em;
    color: #92d8f9 ;
	font-family: 'Titillium Web', sans-serif;
}
.navbar-nav a:hover::before,
.navbar-nav a:focus::before ,.navbar-nav  a.active::before{
	color: #fff;
	text-shadow: 10px 0 #FEEB73 , -10px 0 #FEEB73 ;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #00a2a5 ;
}
.header-logo.navbar-brand {
  padding: 0;
}
.search-bar {
    width: 15%;
    float: left;
    position: relative;
    margin: 23px auto 0;
    margin-left: 14em;
}
.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 45px 8px 8px;
    border: 1px solid #ffffff;
    background: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    vertical-align: -webkit-baseline-middle;
    color: #ffffff;
    font-size: 0.975em;
}
.header-right-text h3 span {
    color: #ffffff;
    font-size: 15px;
    padding: 0px 7px;
}
.header-right-text h3 i {
	font-size: 15px;
}
.search-bar input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 7px;
    right: 5px;
}
.banner-info {
    width:100%;
    padding: 17em 0 0;
}
.banner h1 {
    font-size: 4em;
    line-height:1.2em;
    color: #FEEB73;
    font-family: 'Candal', sans-serif;
    letter-spacing: 1px;
	text-align:center;
}
.banner-info span {
    font-size: 0.6em;
	text-align:center;
	font-family: 'Julius Sans One', sans-serif;
}
.banner-info p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #fff;
	text-align:center;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background:#FEEB73;
	/*-- w3layouts --*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    padding: 0.6em 1.5em;
    font-size: 1em;
    color: #fff;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#002663;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: #000;
  text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/*--students--*/
.students-left {
    background-color: #eee;
    padding: 5.89em 7em;
}
.students-right {
    padding: 0;
}
.students h2 {
    font-family: 'Candal', sans-serif;
    font-size: 2.5em;
    line-height: 1.3em;
	/*-- agileits --*/
    margin: 0;
    color: #002663;
}
.students h3 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0.8em 0 0;
    color: #000000;
}
.students p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #777;
    text-align: left;
}
.students-right li {
    display: inline-block;
    float: left;
    width: 50%;
}
.students-right img{
    width: 100%;
}
/*--best--*/
.best{
    padding:5em 0;
}
.best h3 {
    font-family: 'Candal', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    color: #002663;
}
.best h4 {
    font-family: 'Candal', sans-serif;
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 0;
    color: #002663;
}
.best h4 a{
    color: #002663;
}
.best h4 a:hover{
    color: #000000;
}
.best h5 {
	/*-- w3layouts --*/
    font-size: 1.2em;
    line-height: 1.3em;
    margin:0.8em 0 0;
    color: #000000;
}
.best h6 a {
    font-family: 'Candal', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0;
    color: #002663;
	text-decoration:none;
}
.best h6 a:hover{
    color: #000000;
}
.bes-top h6 {
    margin-top: 1em;
}
.best p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #777;
    text-align: left;
}
.bes-lft {
    float: left;
    width: 30%;
}
.bes-rgt {
    float: left;
    width: 70%;
    padding: 0 1em;
}
.bes-top li {
    display: inline-block;
    width: 30%;
    margin: 1%;
}
.bes-top1 {
    margin-top: 2em;
}
/*--course--*/
.course {
    padding: 4em 0;
    background: #eee;
}
.course h3 {
    /*-- agileits --*/
	font-family:'Candal', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    color: #002663;
}
.course p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #777;
    text-align: left;
}
.course li {
    display: inline-block;
    width: 100%;
}
.course li a {
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    font-size: 1.1em;
	line-height:2.2em;
}
.course li a:hover {
    color: #002663;
}
.course li a span {
    width: 22px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon1.png) no-repeat 1px -1px;
    margin-right: 0.5em;
    vertical-align: middle;
}
/*--semst--*/
.semst{
    padding:4em 0;
}
.semst h3 {
    font-family: 'Candal', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    color: #002663;
}
.semst p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #777;
    text-align: left;
}
.semst-left li {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
}
.semst input[type="text"] {
    font-size: 1.2em;
    color: #A5A5A5;
    padding: 0.55em 0.5em 0.55em 0.5em;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    margin: 0 0 1em;
}
.semst input[type="submit"]:hover {
    background: #000000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.semst input[type="submit"] {
    padding: 0.55em 0em;
    font-size: 1em;
    width: 25%;
    background: #002663;
    color: #fff;
    border: none;
    outline: none;
    float: right;
}
/*--footer--*/
.footer h4 {
    font-family: 'Candal', sans-serif;
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    color: #fff;
}
.soci li{
	display:inline-block;
	margin:0 0.2em;
}
i.f-1 {
    width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -10px -8px;
    float: left;
    vertical-align: middle;
}
i.f-1:hover{
	opacity:0.5;
}
i.t-1 {
     width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -44px -8px;
    float: left;
    vertical-align: middle;
}
i.t-1:hover{
	opacity:0.5;
}
i.g-1{
   width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -80px -8px;
    float: left;
    vertical-align: middle;
}
i.g-1:hover{
	opacity:0.5;
}
.footer-left li {
   display:block;
}
.footer-left li a {
    color: #CCBFBF;
    font-size: 1.1em;
	line-height:1.8em;
    text-decoration: none;
}
.footer-left li a:hover {
    color:#FEEB73;
}
.footer p {
    font-size: 1.1em;
    margin: 2em 0 0;
    line-height: 1.8em;
    color: #CCBFBF;
}
.footer {
    padding: 4em 0;
    background-color: #424242;
}
.soci {
    border-left: 1px solid #fff;
    min-height: 150px;
    padding-left: 40px;
}
ul.social-icons1 li {
    display: inline-block;
    margin: 0 5px;
}
.staff-top h5 {
    color: #002663;
    font-size: 1.3em;
    font-family: 'Candal', sans-serif;
    margin-top: 1em;
    text-align: center;
}
.staff-top p {
    text-align: center;
}
.copy {
    text-align: center;
}
.copy a {
    color: #FEEB73;
}
.copy a:hover{
    color:#CCBFBF;
}
.banner-1 {
    min-height: 350px;
    background: url(../images/banner.jpg)no-repeat 0px 0px;
    background-size: cover;
}
.team h2 {
    font-size: 2em;
    color: #002663;
    margin-bottom: 1em;
    font-family: 'Candal', sans-serif;
    line-height: 1.3em;
}
.team {
    margin: 0 0 5em;
    text-align: center;
}
.team p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}
.team-grids {
  position: relative;
}
.team-info {
  margin-top: 3em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
  color: #002663;
  margin: .1em 0 0;
  font-size: 1.7em;
  font-family: 'Candal', sans-serif;
}
.captn p {
    color: #002663;
    font-size: 0.95em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.team-info img {
    width: 100%;
}
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #002663;
  position: absolute;
  bottom: -86%;
  right: 0%;
  background-color:rgba(254, 235, 115, 0.56);
  padding: 2% 10%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fa {
    font-size:1.5em! important;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 44% 10%;
    right: 0%;
}
/*--team--*/
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.history-grid-image:hover img.zoom-img {
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
.history-grid-image {
    overflow: hidden;
}
/*-- single --*/
.single {
    padding: 5em 0;
}
.artical-links ul {
    padding: 1.5em 0;
    border: 1px dotted #4E629C;
    border-left: none;
    border-right: none;
}
.artical-links ul li {
    display: inline-block;
    padding-left: 4em;
    color: #000000;
    font-size: 1em;
}
.artical-links ul li:nth-child(1) {
    padding-left: .5em;
}
.artical-links ul li i {
    vertical-align: inherit;
    margin-right: .8em;
}
.artical-links ul li a{
	color:#000000;
}
.artical-links ul li a:hover{
	text-decoration:underline;
	color:#002663;
}
.artical-content h1{
	color:#002663;
    text-align: left;
    text-transform: capitalize;
    font-size: 2em;
	font-family: 'Candal', sans-serif;
    margin: 0 0 1em;
}
.artical-content p {
	color: #999;
	font-size: 1em;
	line-height: 1.8em;
	margin:2em 0;
}
/*---comment-box----*/
.table-form{
	margin: 2em 0 0;
}
.table-form input[type="text"],.table-form input[type="email"],.table-form textarea{
	border:1px solid #E3E3E3;
	outline: none;
	padding: 1em;
	color:#999;
	overflow: hidden;
	display: block;	
	font-size: 1em;
	background:none;
}
.table-form input[type="email"]{
	margin:1em 0;
}
.table-form textarea{
	min-height:220px;
	resize: none;
	margin:1em 0;
}
.table-form input[type="submit"],.table-form textarea,.table-form input[type="text"],.table-form input[type="email"] {
	width:70%;
}
.table-form input[type="submit"] {
	background:#002663;
	color: #fff;
	font-size: 1.2em;
	display: block;
	outline: none;
	border: none;
	padding:0.5em 0;
	text-align:center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.table-form input[type="submit"]:hover{
	background:#000000;
}
.comment-grid-top h2, .artical-commentbox h3 {
    color: #002663;
	font-family: 'Candal', sans-serif;
    text-transform: capitalize;
    padding-top: 1.5em;
    margin: 0;
    font-size: 2.5em;
}
.top-comment-left{
	float: left;
	width: 13%;
}
.top-comment-right{
	float: left;
	width:84%;
	margin-left:1em;
}
.top-comment-right ul{
	padding: 0;
	margin: 0;
}
.top-comment-right ul li {
    display: inline-block;
    color:#000000;
    padding: 0.3em;
    font-size: 1.2em;
}
.top-comment-right ul li a {
    text-decoration: none;
    font-size: 1.1em;
    color: #002663;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-comment-right ul li a:hover{
	color:#000000;
}
.top-comment-right p {
  color:#999;
  font-size: 1em;
  margin: 0;
  line-height: 1.8em;
}
.comments-top-top {
    margin: 2.5em 0 0;
    border: 1px solid #E4E4E4;
    padding: 2em;
    width: 70%;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.comments-top-top:hover{
	 border-color:#4E629C;
}
.blog-top p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
	margin: 1em 0;
}
.artical-content img {
  width: 100%;
}
.artical-links ul li span {
    font-size: 1.2em;
    display: inline-block;
}
.artical-content,.artical-links,.comment-grid-top,.artical-commentbox {
    padding: 0 2em;
}
/*--about--*/
.about {
    padding: 5em 0;
}
.about p,.staff p {
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.8em;
    color: #555;
    text-align: left;
}
.about h1 {
    font-family: 'Candal', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    color: #002663;
}
.about h4 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0;
    color: #000000;
}
.abt-1 img {
    width: 100%;
}
.about-top {
    margin-top: 5em;
}
.about h2,.about h3 {
    font-family: 'Candal', sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #002663;
}
.about-top li,.staff-left li {
    display: block;
}
.about-top li a,.staff-left li a {
    color: #555;
    font-size: 1.1em;
    line-height: 2em;
    text-decoration:underline;
}
.about-top li a:hover,.staff-left li a:hover{
    color:#000000;
}
.abt-1 ul {
    margin-top: 1em;
}
/*--staff--*/
.staff h3,.staff h1 {
    font-family: 'Candal', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #002663;
}
.staff-top li {
    display: inline-block;
    width: 21%;
    float: left;
    margin: 0 2%;
}
.staff-top img{
    width:100%;
}
.staff-top {
    margin-top: 5em;
}
.staff {
    padding: 5em 0;
}
/*--contact-starts--*/
.contact{
	padding:6em 0px;
}
.contact h1 {
    font-family: 'Candal', sans-serif;
    font-size: 3em;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #002663;
}
.contact-top{
	text-align:center;
}
.contact-text{
	margin-top:4%;
}
.contact-right input[type="text"] {
	width:32.48%;
	margin: 0px;
	color: #000;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #000;
}
.contact-right textarea {
	width: 100%;
	color: #000;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #000;
	margin-top: 1.4%;
}
.submit-btn input[type=submit] {
	color: #000;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	margin: 20px 0 0 0px;
	border: 1px solid #000;
	background: none;
	outline: none;
}
.submit-btn input[type=submit]:hover{
	background:#000000;
	border: 1px solid #000000;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5,.address h2 {
    color: #002663;
    font-size: 1.5em;
    margin: 0;
	font-family: 'Candal', sans-serif;
}
.contact-right input[type="text"]:nth-child(2) {
	margin: 0 7px;
}
.address p {
    color: #999;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.address:nth-child(1){
	margin-bottom:2em;
}
/*--contact-end--*/
/*--map-starts--*/
.map iframe{
	width:100%;
	height:350px;
}
/*--map-end--*/
/*--Typography--*/
h3.title {
    color: #002663;
    font-size: 3em;
	font-family: 'Candal', sans-serif;
	text-align:center;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#002663;
    font-family:'Candal', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
 line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
 padding:0;
}
.in-gp-tb{
 padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}
@media (max-width:480px){
	.banner {
		min-height: 405px;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
.typo {
    padding: 5em 0;
}
/*--//Typography --*/
/*-- responsive design --*/
@media (max-width:1440px){
.students-left {
    padding: 3.44em 7em;
}
}
/*-- responsive design --*/
@media (max-width:1366px){
nav.navbar.navbar-default {
    width: 37.5%;
}
.logo {
    margin-left: 6em;
}
.students-left {
    padding: 2.95em 7em;
}
}
/*-- responsive design --*/
@media (max-width:1280px){
nav.navbar.navbar-default {
    width: 40%;
}
.logo {
    margin-left: 3em;
}
.students-left {
    padding: 2.08em 5em;
}
}
/*-- responsive design --*/
@media (max-width:1024px){
.navbar-nav li {
    margin: 0 0.8em;
}
nav.navbar.navbar-default {
    width: 47%;
}
.search-bar {
    width: 15%;
    float: left;
    position: relative;
    margin: 14px auto 0;
	    margin-left: 14em;
}
.header-right-text {
    float: left;
    margin: 22px 2em 0 0em;
}
.logo {
    margin-left: 2em;
    width: 21%;
}
.logo a {
    font-size: 2.5em;
}
.header-right-text h3 {
    font-size: 1em;
}
nav.navbar.navbar-default {
    margin: 1.5em 0 0;
}
	nav.navbar.navbar-default {
	    width: 37%;
	}
	.navbar-nav li a {
    	font-size: 1em;
    }
    .navbar-collapse.collapse {
	    padding: 0;
	}
.banner h1 {
    font-size: 3em;
}
.banner-info {
    padding: 8em 0 0;
}
.banner {
    min-height: 580px;
}
.students h2 {
    font-size: 2em;
}
.students h3 {
    font-size: 1.4em;
    margin: 0.5em 0 0;
}
.students-left {
    padding: 1.3em 3em;
}
.students p {
    font-size: 1em;
}
.best h3 {
    font-size: 1.7em;
}
.best h4 {
	font-size: 1.2em;
}
.best h5 {
    font-size: 1.1em;
}
.best p {
    font-size: 1em;
}
.best h6 a {
    font-size: 1.2em;
}
.best {
    padding: 3em 0;
}
.course h3 {
    font-size: 1.7em;
}
.course {
    padding: 3em 0;
}
.semst h3 {
    font-size: 1.7em;
}
.semst {
    padding: 3em 0;
}
.course p {
    font-size: 1em;
}
.course li a {
    font-size: 1em;
}
.semst p {
    font-size: 1em;
}
.footer {
    padding: 3em 0 0;
}
.footer h4 {
    font-size: 1.5em;
}
.footer p {
    font-size: 1em;
}
.about {
    padding: 3em 0;
}
.about h4 {
    font-size: 1.5em;
}
.about p, .staff p {
    font-size: 1em;
}
.about-top {
    margin-top: 3em;
}
.about h2,.about h3 {
    font-size: 1.2em;
}
.about-top li a, .staff-left li a {
    font-size: 1em;
}
.staff {
    padding: 3em 0;
}
.staff h3,.staff h1 {
    font-size: 1.7em;
}
.staff-top {
    margin-top: 3em;
}
.contact {
    padding: 3em 0px;
}
.contact h1 {
    font-size: 1.7em;
}
.address h5,.address h2 {
    font-size: 1.4em;
}
.contact-right input[type="text"] {
    width: 32.3%;
}
.address p {
    font-size: 1em;
}
.comment-grid-top h2, .artical-commentbox h3 {
    font-size: 2em;
}
.single {
    padding: 3em 0;
}
.banner-1 {
    min-height: 250px;
}
}
/*-- responsive design --*/
@media (max-width:991px){
.navbar-nav li {
    margin: 0 0.7em;
}
.course-left {
    float: left;
    width: 33.3%;
}
.footer-left {
    float: left;
    width: 25%;
}
.soci{
    float: left;
    width: 25%;
}
.about-left {
    float: left;
    width: 38%;
}
.abt-1 {
    float: left;
    width: 44%;
    margin: 3% 3% 03%;
}
.captn h4 {
    font-size: 1.3em;
}
.team-grids a .captn {
    bottom: -83%;
}
.team h2 {
    font-size: 1.8em;
}
.contact-left {
    margin: 0 0 2em;
}
.comments-top-top {
    width: 89%;
}
.team-grids{
    float: left;
    width: 25%;
}
.banner-1 {
    min-height: 250px;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
    width: 89%;
}
}
@media (max-width:800px){
.header-right-text {
    display: none;
}
.logo {
    width: 26%;
}
.search-bar {
    width: 19.5%;
    margin: 14px auto 0;
}
nav.navbar.navbar-default {
    width: 50%;
}
}
/*-- responsive design --*/
@media (max-width:768px){
.banner h1 {
    font-size: 2.5em;
}
.banner-info {
    padding: 6em 0 0;
}
.banner {
    min-height: 510px;
}
.banner-info p {
    font-size: 1em;
}
.students-left {
    padding: 2.3em 3em;
}
.best-left {
    margin: 0 0 2em;
}
.best {
    padding: 3em 0 0;
}
.best h3 {
    margin: 0 0 0.5em;
}

.course li a {
    font-size: 0.85em;
}
.soci {
    border-left: 1px solid #fff;
    min-height: 150px;
    padding-left: 30px;
}
.staff-left {
    margin: 0 0 2em;
}
.staff-top {
    margin-top: 1em;
}
.search-bar {
    margin-left: 0em;
	    width: 18%;
}
}
/*-- responsive design --*/
@media(max-width:767px){
.navbar-toggle {
    float: left;
    padding: 9px 10px;
    margin-top: 0px;
    margin-left: 22px;
    margin-bottom: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
nav.navbar.navbar-default {
    width: 34%;
}
nav.navbar.navbar-default {
    margin: 0.7em 0 0;
}
.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  border: none;
}
.navbar-nav > li > a {
  padding: 0.8em 0em;
  font-size: 1em;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:rgba(0, 0, 0, 0.61) ! important;
}
.navbar-nav {
    margin: 12.5px 0px;
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
	background:rgba(32, 42, 34, 0.58)
}
.navigation {
    margin: 0.5em 0 0;
    float: left;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
	font-size:1em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #9E6E4E;
}
.navbar-default .navbar-nav > li > a {
    color: #1D0E05;
}
.logo {
    width: 39%;
}
.search-bar {
    width: 20%;
	margin:12px 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 294%;
}
}
/*-- responsive design --*/
@media (max-width:640px){
nav.navbar.navbar-default {
    width: 30%;
}
.search-bar {
    width: 24%;
}
.banner-info {
    padding: 5em 0 0;
}
.banner {
    min-height: 480px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 333%;
}
.contact-right input[type="text"] {
    width: 32%;
}
.abt-1 {
    float: left;
    width: 50%;
    margin: 3% 0% 0 0%;
}
.team-grids {
    float: left;
    width: 50%;
	margin-bottom:1em;
}
.team-grids a .captn {
    bottom: -89%;
}
.artical-links ul li {
    font-size: 0.875em;
}
.artical-links ul li {
    padding-left: 3em;
}
.comments-top-top {
    padding: 1em;
    width: 100%;
}
.top-comment-right ul li {
    font-size: 1.1em;
}
.comment-grid-top h2, .artical-commentbox h3 {
    font-size: 1.7em;
}
.artical-content h1 {
    font-size: 1.5em;
}
.banner-1 {
    min-height: 200px;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
    width: 100%;
}
}
/*-- responsive design --*/
@media (max-width:480px){
nav.navbar.navbar-default {
    width: 20%;
}
.logo {
    width: 44%;
}
.search-bar {
    width: 27%;
}
.footer h4 {
    font-size: 1.3em;
}
.soci li {
    margin: 0 0em;
}
.banner h1 {
    font-size: 1.7em;
}
.banner-info p {
    font-size: 0.9em;
}
.hvr-shutter-in-horizontal {
    padding: 0.5em 1.2em;
    font-size: 0.875em;
}
.banner {
    min-height: 390px;
}
.students h2 {
    font-size: 1.7em;
}
.students h3 {
    font-size: 1.3em;
    margin: 0.5em 0 0;
}
.students-left {
    padding: 2em 2em;
}
.students p {
    font-size: 0.9em;
}
.best {
    padding: 2em 0 0;
}
.best p {
    font-size: 0.9em;
}
.best h3 {
    font-size: 1.5em;
}
.course h3 {
    font-size: 1.5em;
	margin:0 0 0.8em;
}
.semst h3 {
    font-size: 1.5em;
}
.course-left {
    float: left;
    width: 100%;
}
.semst {
    padding: 2em 0 2em;
}
.semst-left li {
    width: 29%;
    margin: 0 1%;
}
.semst p {
    font-size: 0.9em;
}
.course {
    padding: 0em 0;
}
.semst-right {
    margin: 2em 0 0;
}
.footer-left {
    float: left;
    width: 100%;
    margin: 0 0 1em;
}
.footer h4 {
    margin: 0 0 0.8em;
}
.footer {
    padding: 2em 0 0;
}
.soci {
    border-left: none;
    min-height: 78px;
    padding-left: 16px;
    width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 500%;
}
.abt-1 {
    float: left;
    width: 50%;
    margin: 0 0 1em;
}
.about h2,.about h3 {
    font-size: 1.1em;
}
.about h4 {
    font-size: 1.2em;
}
.about h1 {
    font-size: 1.5em;
}
.about p, .staff p {
    font-size: 0.9em;
}
.about-top li a, .staff-left li a {
	font-size: 0.9em;
}
.staff h3,.staff h1 {
    font-size: 1.5em;
}
.contact h1 {
    font-size: 1.5em;
}
.contact-right input[type="text"]:nth-child(2) {
    margin: 8px 0px;
}
.contact-right input[type="text"] {
    width: 100%;
}
.address h5,.address h2 {
    font-size: 1.3em;
}
.footer p {
    font-size: 0.9em;
}
.footer-left li a {
    font-size: 0.9em; 
}
.course p {
    font-size: 0.9em;
}
.address p {
    font-size: 0.9em;
}
.team-grids a .captn {
    bottom: -85%;
}
.artical-content h1 {
    font-size: 1.3em;
}
.artical-content p {
    font-size: 0.9em;
}
.artical-links ul li {
    padding-left: 1em;
    margin-bottom: 0.5em;
}
.top-comment-left {
    float: none;
    width: 50%;
    margin: 0 auto 0.5em;
}
.top-comment-right {
    float: left;
    width: 100%;
    margin-left: 0;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
    width: 100%;
}
.comment-grid-top h2, .artical-commentbox h3 {
    font-size: 1.6em;
}
.banner-1 {
    min-height: 170px;
}
}
/*-- responsive design --*/
@media (max-width:414px){
.logo a {
    font-size: 2em;
}
.best h4 {
    font-size: 1.1em;
}
.best h5 {
    font-size: 1em;
}
.best p {
    font-size: 0.9em;
    line-height: 1.6em;
}
.bes-top li {
    display: inline-block;
    width: 100%;
    margin: 0% 0 5%;
    text-align: center;
}
.bes-top li img {
    width: 100%;
}
.course {
    padding: 1em 0;
}
.semst-left li {
    width: 100%;
    margin: 0px 0% 4%;
}
nav.navbar.navbar-default {
    margin: 0.29em 0 0;
}
nav.navbar.navbar-default {
    margin: 0.3em 0 0;
}
.search-bar {
    margin: 5px 0 0;
}
.about-left {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}
.col-md-8.about-right {
    width: 100%;
    float: left;
}
.abt-1 {
    float: left;
    width: 100%;
    margin: 0 0 1.5em;
}
.about {
    padding: 3em 0 0;
}
.semst-left li img{
    width: 100%;
}
.team h2 {
    font-size: 1.6em;
}
.top-comment-right ul li {
    font-size: 0.95em;
}
.artical-content h1 {
    font-size: 1.2em;
    line-height: 1.3em;
}
.artical-content, .artical-links, .comment-grid-top, .artical-commentbox {
    padding: 0;
}
.banner-1 {
    min-height: 150px;
}
.logo {
    width: 43%;
}
}
/*-- responsive design --*/
@media (max-width:320px){
.logo a {
    font-size: 1.7em;
}
nav.navbar.navbar-default {
    width: 16%;
}
.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 8px 8px 8px;
}
.search-bar {
    width: 32%;
	margin:6px 0 0;
}
.navbar-toggle {
    margin-top: -14px;
    margin-left: 8px;
}
.logo {
    width: 42%;
	margin-left: 1.5em;
	padding: 0.35em 0 0;
}
.banner-info {
    padding: 3em 0 0;
}
.banner h1 {
    font-size: 1.4em;
}
.banner-info p {
    font-size: 0.8125em;
}
.banner {
    min-height: 325px;
}
.students h2 {
    font-size: 1.3em;
}
.students h3 {
    font-size: 1.1em;
}
.students-left {
    padding: 1em 1em;
}
.best {
    padding: 1em 0 0;
}
.best-left {
    padding: 0;
}
.bes-lft {
    float: left;
    width: 100%;
	margin: 0 0 1em;
}
.bes-rgt {
    float: left;
    width: 100%;
    padding: 0;
    margin: 1em 0 0;
}
.best h3 {
    font-size: 1.3em;
}
.bes-top li {
    width: 100%;
    margin: 0 0 1em;
}
.bes-top h6 {
    margin: 1em 0 0;
}
.course-left {
    float: left;
    width: 100%;
    padding: 0;
}
.course h3 {
    font-size: 1.3em;
}
.semst h3 {
    font-size: 1.3em;
}
.semst-left {
    padding: 0;
}
.semst-left li {
    width: 100%;
    margin: 0 0 1em;
}
.semst-right {
    margin: 0em 0 0;
    padding: 0;
}
.semst input[type="submit"] {
    width: 33%;
}
.footer-left {
    padding: 0;
}
.soci {
    padding: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 623%;
}
.banner-1 {
    min-height: 120px;
}
.about h1 {
    font-size: 1.3em;
}
.about {
    padding: 2em 0;
}
.about-left {
    padding: 0;
	width: 100%;
}
.about-right {
    padding: 0;
    margin: 1em 0 0;
    float: left;
}
.abt-1 {
    width: 100%;
    padding: 0;
}
.about-top {
    margin-top: 1em;
}
.about {
    padding: 2em 0 0;
}
.staff {
    padding: 2em 0;
}
.staff h3,.staff h1 {
    font-size: 1.3em;
}
.staff-left {
    margin: 0 0 2em;
    padding: 0;
}
.staff-top li {
    width: 47%;
    margin: 0 1.5%;
}
.typo {
    padding: 2em 0;
}
.contact {
    padding: 2em 0px;
}
.address h5,.address h2 {
    font-size: 1.2em;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 0;
}
.contact-right input[type="text"] {
    padding: 10px 10px;
}
.map iframe {
    height: 175px;
}
.contact h1 {
    font-size: 1.3em;
}
nav.navbar.navbar-default {
    margin: 1.3em 0 0;
}
.team-grids {
    width: 100%;
}
.team h2 {
    font-size: 1.5em;
}
.single {
    padding: 2em 0px;
}
.team-grids a .captn {
    bottom: -88%;
}
}