body{
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
html,body{
	overflow-x: hidden;
}
h1,h2,h3,h4,h5.h6,p,a,ul,li{
	padding: 0px;
	margin: 0px;
}
p{
	font-size: 14px;
	line-height: 24px;
}
a:focus{
	outline: none;
}

/* Common classes */
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}

.pl0{
	padding-left: 0px;
}
.pr0{
	padding-right: 0px;
}
.ml0{
	margin-left: 0px !important;
}
.mr0{
	margin-right: 0px !important;
}

.mr25{
	margin-right: 25px;
}
.mr90{
	margin-right: 90px;
}
a:hover{
	text-decoration: none;
}
.schoolName{
	font-size: 24px;
    font-weight: 700;
    color: #ea0811;
    margin-left: 90px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -2px;
    line-height: 26px;
}
.navbar{
	margin-bottom: 0px !important;
}
.navbar-brand{
	height: auto;
}
.navbar.top-nav{
	min-height: 130px;
	margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border: none;
}
.navbar ul li{
	color: #6a6d71;
	font-size: 14px;
}
.navbar ul li i{
	margin-right: 8px;
	color: #004893;
}


.search-box{
	background-color: #dadce1;
	padding: 14px;
    top: -10px !important;
    font-size: 18px;
}
.share-icon{
	margin-top: -12px;
}

.navbar-default .navbar-nav>li>a.btn-orange {
    position: relative;
    /*background: #f15a2a;*/
    background: #ed1c24;
    color: #fff;
    font-weight: 300;
   	padding: 13px 70px 13px 20px;
    display: inline-block;
    transition: 0.5s;
    margin-top: -10px;
    margin-right: 8px;
    transition: 0.5s;
}
.navbar-default .navbar-nav>li>a.btn-orange span {
	padding: 12.7px 20px;
}
.btn-orange:hover{
	/*background-color: #ef1b25 !important;*/
	background-color: #fd2a33 !important;
	color: #fff !important;
}
.btn-orange{
	position: relative;
    /*background: #f15a2a;*/
    background: #ed1c24;
    color: #fff;
   	padding: 13px 75px 13px 30px;
    display: inline-block;
    transition: 0.5s;
}
.btn-orange span{
	background: #840a14;
   	padding: 5.5px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-orange span{
	color: #fff !important;
	font-size: 25px;
}
nav.navbar.navbar-default.main-nav {
    background: #068d94;
    border-bottom: 4px solid #f9b31c;
}
.navbar-default.main-nav .navbar-nav>li>a {
    color: #fff !important;
    transition: 0.5s;	
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default.main-nav .navbar-nav>li>a:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	background: #4c80b6; 
	left: 0;
}
.navbar-default.main-nav .navbar-nav>li:first-child a:before {
	display: none;
}
.navbar-default.main-nav .navbar-nav>li>a:hover {
	/*background: #f15a2a;*/
	background: #ed1c24;
}


/* Footer */
footer{
	background-color: #068d94;
	padding-top: 52px;
}
.footer-section h6{
	font-size: 12px;
	color: #fff;
	font-weight: 700;
}
.footer-section ul li{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	line-height: 25px;
}
.address-section p{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	line-height: 20px;
}
.footerBtn-block{
	margin-top: 5px;
}
.footerBtn .btn-orange{
	background: transparent;
	border: 1px solid #fff;
	padding: 10px 100px 10px 50px;
}
.footerBtn .btn-orange span{
	background: #fff;
	margin-left: 30px;
	padding: 7.5px 20px 13.5px;
}
.footerBtn-block ul.socialLinks{
	margin-top: 19px;
}
.socialLinks .fa {
    padding: 10px;
    font-size: 15px !important;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.socialLinks .fa:hover {
    opacity: 0.7;
}

.socialLinks .fa-facebook {
  background: #fff;
  color: #3b5999 !important;
}

.socialLinks .fa-twitter {
  background: #fff;
  color: #55acee !important;
}

.socialLinks .fa-linkedin-square {
  background: #fff;
  color: #0077b5 !important;
}

.socialLinks .fa-youtube-play {
  background: #fff;
  color: #cd201f !important;
}
.socialLinks .fa-instagram {
  background: #fff;
  color: #cd201f !important;
}
.social-block h6{
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px;
}
.social-block ul{
	display: inline-block;
}
.footer-right{
	padding-left: 40px;
}
.footer-section hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b7b7b7;
}
.footer-section ul>li>a{
	color: #fff;
	transition: 0.5s;
}
.footer-section ul>li>a:hover{
	margin-left: 5px;
}
.socialLinks a:hover{
	margin: 0 !important;
}
.bottom-footer{
	color: #b7babd;
	padding-bottom: 25px;
}
.bottom-footer p, .bottom-footer a{
	font-size: 10px;
	transition: 0.5s;
}
.bottom-footer a:hover{
	text-decoration: underline;
}
.footerBtn .btn-orange:hover{
	background-color: #f9b31c !important;
}
.footer-menu a{
	color: #fff;
}

/* Banner start */

.homeBannerContainer{
/*	margin-top: -20px;
	overflow: hidden;*/
}
.homeBannerContainer .carousel-caption{
	background: rgba(0,0,0,0.6);
    text-align: center;
    padding-bottom: 0px;
    padding: 0 80px;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
}
.homeBannerContainer .carousel-caption h2{
	font-weight: 700;
	padding: 20px;
}
.homeBannerContainer .carousel-caption p{
	font-size: 15px;
	font-weight: 300;
	padding: 18px 0 24px;
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
}
.homeBannerContainer .carousel-control{
    top: 45%;
    opacity: 1;
    font-size: 34px;
    background: rgba(0, 0, 0, 0.5);
    text-shadow: none;
    line-height: 20px;
    padding: 5px 13px;
    width: 66px;
    height: 50px;
    bottom: 0px;
    transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
}
.homeBannerContainer .carousel-control:hover{
	background: rgba(0, 0, 0, 0.8);
}
.homeBannerContainer .carousel-control.right{
	bottom: 59px;
}
.homeBannerContainer .carousel-control .fa {
    line-height: 40px;
}
.homeBannerContainer .fill{
	height: 900px;
	background-size: cover;
    background-position: center;
}

#topbar{
    margin:10px 0;
}
#topbar .rthside>a{
    margin-right:17px;
    font-size:14px;
} 
#topbar .rthside>a:hover{
    text-decoration: none;
} 
#topbar .rthside{
    padding: 70px 0 0;
    text-align: right;
}
#topbar .rthside .fa{
    color:#004893;
    padding:10px;
}
#topbar .rthside .fa-angle-right{
    font-size:20px;
    color:#fff;
    background-color: #840a14;
    margin-left: 10px;
}
.announcements-block{
	background-color: #004893;
	padding: 35px 90px 4px 60px;
	min-height: 460px;
}
.announcement-heading{
	width: 100%;
	background-color: #003468;
	padding: 10px 12px;
}
.announcement-heading h4{
	display: inline-block;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
}
.announcement-heading i{
	color: #fff;
	font-size: 20px;
	float: right;
	margin-top: -6px;
}
.announcements-block p{
	font-size: 14px;
    font-weight: 300;
    color: #c1d0e0;
    padding: 20px 0;
    line-height: 22px;
    border-bottom: 1px dashed #5c80a5;
}
.announcements-block p:nth-child(4){
	border-bottom: 1px solid #5c80a5;
}
.announcements-block p:last-child{
	border: none;
	text-align: right;
}
.announcements-block p:last-child a{
	color: #eead29;
	position: relative;
	padding-left: 50px;
	transition: 0.5s;
}
.announcements-block p:last-child a:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #eead29;
    top: 8px;
    left: 0;
}
.announcements-block p:last-child a:hover{
	margin-right: 5px;
}


/* About Us start */
.AboutContainer{
	margin-top: 52px;
	margin-bottom: 2px;
}
.aboutText{
	margin-top: 42px;
}
.aboutText h1,.aboutText h2,.aboutText p{
	color: #222224;
}
.aboutText p{
	font-size: 16px;
	line-height: 24px;
}
.aboutText h1{
	margin:8px 0 20px 0;
}
.AboutContainer .carousel-inner .caption{
	background-color: #004893;
	color: #fff;
	border-top: 3px solid #f9b31c;
	padding: 40px 50px 65px;
	position: relative;
}
.AboutContainer .carousel-inner .caption h3{
	font-size: 19px;
	margin-bottom: 14px;
}
.AboutContainer .carousel-inner .caption p{
	font-size: 15px;
	color: #c1d0e0;
	line-height: 19px;
}
.AboutContainer .carousel-control {
    position: absolute;
    top: auto;
    bottom: 25px;
    color: #fff !important;
    opacity: 1;
}
.AboutContainer .carousel-control.right{
	right: 35%;
}
.AboutContainer .carousel-control.left{
	left: 35%;
}
/*.AboutContainer .carousel-inner .caption:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: #f9b31c;
    border-radius: 50%;
    background-image: url('../images/award-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    top: -16%;
    left: 50%;
    transform: translate(-50%);
}*/


/* Discover Our School start */
.discover-yellowBox{
	background-color: #f9b31c;
	color: #fff;
	min-height: 415px;
	padding: 42px 65px 40px;
}
/*.discover-yellowBox .btn-orange{
	background-color: #fff;
	color: #f15a2a;
	transition: 0.5s;
}*/
.discover-yellowBox h4{
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.discover-yellowBox h1{
	color: #f5f5f5;
	font-weight: 700;
	padding: 20px 0;
	letter-spacing: 1px;
}
.discover-yellowBox p{
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #f5f5f5;
}
.students-img{
	width: 100%;
	height: 415px;
    background-size: cover;
    background-position: center;
}

/* Events section start */
.events-container{
	background-color: #f0eeee;
	padding-top: 52px;
}
.eventsHeading h2 {
    color: #00a9e0;
    text-transform: uppercase;
}
.eventBlock{
	margin-bottom: 20px;
}
.eventName{
	background-color: #004893;
	padding: 26px 0 30px 20px;
}
.eventName h4{
	font-size: 18px;
	font-weight: 300;
	color: #f5f5f5;
}
.eventDate{
	position: relative;
    background-color: #fff;
    padding: 4px 0 4px 20px;
}
.eventDate a{
	position: absolute;
    background-color: #004893;
    padding: 18px 25px;
    top: 0px;
    right: 0;
    transition: 0.5s;
}
.eventDate a:hover{
	/*background-color: #f15a2a;*/
	background: #ed1c24;
}
.eventDate h2, .eventDate h5{
	display: inline-block;
	color: #004893;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.eventDate h5 strong{
	font-weight: 900;
}
.eventDate h2{
	font-size: 30px;
    font-weight: 600;
	margin-right: 14px;
}
.view-eventsLink{
	font-size: 14px;
	font-weight: 700;
	color: #004893;
	transition: 0.5s;
}
.view-eventsLink:hover{
	margin-left: 5px;
}
.view-eventsLink:hover .view-eventsLink img{
	margin-left: 5px;
}

/* Interesting Facts starts */
.InterestingFacts{
	background-image: url('../images/facts-bg.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}

.factsHeading h2{
	font-weight: 300;
	color: #f5f5f5;
	text-transform: uppercase;
	margin: 70px 0 90px;
}
.InterestingFacts .counter-value, .InterestingFacts h3{
	color: #fff;
}
.InterestingFacts .counter-value{
	font-size: 40px;
	font-weight: 700;
    margin-bottom: 24px;
}
.InterestingFacts .numberBox {
    margin-top: -24px;
}
.InterestingFacts .numberBox img {
    margin-top: -16px;
}
.InterestingFacts h3{
	font-size: 16px;
	font-weight: 200;
	margin-top: 20px;
	line-height: 20px;
	padding-right: 20px;
    padding-left: 20px;
}




/* News section start */
.newsHeading h2{
	color: #004893;
	margin: 46px 38px;
	text-transform: uppercase;
}
.news-block{
	background-color: #f0eeee;
    padding: 30px 26px 20px 30px;
    min-height: 237px;
    margin-bottom: 20px;
    position: relative;
}
.news-block h3{
	font-size: 24px;
	font-weight: 700;
	color: #004893;
	margin-bottom:28px;
}
.news-block p {
    font-weight: 600;
    color: #222224;
}
.news-block span{
	font-size: 12px;
	color: #909295;
}
.news-arrowBox{
	height: 44px;
	width: 44px;
	background-color: #004893;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	transition: 0.5s;
}
.news-arrowBox:hover{
	/*background-color: #f15a2a;*/
	background-color:#ed1c24; 
}
.news-arrowBox img{
	margin-top: 15px;
}



/* Principle message starts */
.msgBox{
	padding: 40px 80px 40px 130px;
	border: 4px solid #f9b31c;
	position: relative;
	margin-left: 22px;
}
.msgBox h4, .msgBox h1{
	font-size: 24px;
    font-weight: 500;
	color: #004893;
}
.msgBox h1{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.msgBox .news-arrowBox{
    position: absolute;
    bottom: -4px;
    right: -4px;
}
.msgBox .principle-img{
	position: absolute;
	top: 25%;
	left: -14%;
	-webkit-box-shadow: 10px 10px 0px 0px #004893;
    -moz-box-shadow: 10px 10px 0px 0px #004893;
    box-shadow: 10px 10px 0px 0px #004893;
}


/* Gallery starts */

.gallery{
	
	width: 100%;
}

.gallery-tab{
	padding: 20px 0;
}
.gallery img{
	width: 100%;
}

/*.gallery img{
	width: 100%;
	height: 200px;
	margin-bottom: 3px;	
}*/
.galleryBox{
	position: relative;
	margin-right: 3px;
}
.galleryBox:hover .overlay {
  height: 100%;
}
.text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text:hover {
	color: #fff;
}
.text img{
	margin-top: 4px;
}
.galleryBox .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #09457f;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
/*a.view-eventsLink:hover {
    color: #f9b31c;
}*/

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    transition: 0.5s;
}
.dropdown-menu>li>a:hover{
	margin-left: 5px;
}

.internal-banner {
    background-image: url(../images/internal-banner.jpg);
    width: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    height: 210px;
    position: relative;
}
.internal-banner .banner-caption {
	font-size: 22px;
	font-weight: 700;
    color: #fff;
    margin-top: 159px;
    text-align: left;
    padding: 10px 15px;
    background: rgba(0,0,0,0.5);
}
.breadcrumb {
    padding: 8px 2px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 5px solid #f9b31c;
}
.breadcrumb li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #337ab7;
}
.breadcrumb > .active {
    color: #777;
}
.internalHeading{
	font-size:24px;
	font-weight: 700;
	color: #004893;
	margin: 20px 0;
}
.grayBg{
	background-color: #f0eeee;
	padding: 30px 0;
	margin: 30px 0;
}
.grayBg p{
	font-weight: 600;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover{
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color: #ed1c24;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Contact page starts */
.contactDetail h4 {
	font-size: 18px;
    color: #212223;
    font-weight: 400;
    margin: 30px 0 20px 0;
    border-bottom: #f1f1f1 solid 1px;
    padding-bottom: 20px;
    line-height: 26px;
}
.contactDetail h4:first-child .fa {
    font-size: 24px;
}
.contactDetail h4 .fa {
    float: left;
    margin-right: 10px;
    width: 23px;
    color: #004893;
}
.contactDetail h4 span {
    display: table-cell;
}
.contactDetail h4:last-child {
    border-bottom: none;
}

/* Mayuri css */
ul
 {
  list-style: none;

}

li h4
{
	line-height:30px;
}
.listNew  { margin-bottom: 20px;     float: left;} 
.listNew li { float: left;     padding: 6px 12px 6px 20px; margin-right: 24px;     border: #dadada solid 1px; border-left:#004893 solid 2px;} 

.listSide { margin-top: 10px;}
.listSide li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #303236;
    font-weight: 400;
    margin: 0px 0 4px 0;
	float: left;
	width: 50%;
}
.listSide li:before{
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 22px;
}
.internalWrap { padding-bottom: 40px;}
.internalWrap h4 {     font-size: 22px;
    color: #212223;
    font-weight: 400;
    margin: 30px 0 20px 0;}

.leftLinks{     background: #0048a1;
    padding: 20px;
    margin-top: 23px;}

.leftLinks ul li {     border-bottom: #ccc solid 1px;
    padding: 16px 0 16px 24px;  position: relative;}
.leftLinks ul li:last-child {border-bottom:none; }

.leftLinks ul li :before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    top: 14px;
    font-size: 18px;
}

.leftLinks ul li a {  color: #fff;     transition: 0.5s;}
.leftLinks ul li a:hover { padding-left: 10px;}
.topPadding{
	padding-top: 20px;
}
/*.award-outer-section{ padding-left:0px !important; padding-right: 0px !important; }*/
.award-image-section { width:100%; position: relative; }
.award-image-section img{ width:100%; }

.award-image-section:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: #f9b31c;
    border-radius: 50%;
    background-image: url(../images/award-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index:9999;
    top: 90%;
    left: 50%;
    transform: translate(-50%);
}
.logo-img{
	display: flex; align-items:center; justify-content:center; 
	padding-top:0px !important; padding-bottom:0px !important; padding-left:400px }
/* Enquiry Popup */
.formStyle .form-control {
    border-radius: 2px;
    height: 45px;
    box-shadow: none;
    border: #d8dce1 solid 1px;
    border-bottom: #9dc5e2 solid 2px;
    color: #393b3f;
    font-size: 15px;
}
.formStyle .form-group {
    margin-bottom: 25px;
}
.modal-footer{
	padding-bottom: 0px;
}
.formStyle .btn, .formStyle .btn.resetBtn{
	margin-top: 0px;
}
.bs-example-modal-lg .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #007cca;
    background: #007cca;
    color: #fff;
    padding: 10px;
}
.bs-example-modal-lg .modal-header .close {
    font-size: 31px;
    margin-right: 16px;
    margin-top: 30px;
    color: #fff;
    opacity: 1;
    margin-top: 14px;
}
.modal-header{
	padding: 0px;
}
#image-gallery .modal-footer{
  display: block;
  padding: 15px;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-header{
	min-height: 50px;
}
#image-gallery .modal-header .close {
    margin-top: 5px;
    margin-right: 15px;
    font-size: 35px;
}
#image-gallery .modal-body {
    overflow: hidden;
}
.g-recaptcha{
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#captcha-error{
	color: #ed1c24 !important;
	position: absolute;
    bottom: -16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 11px !important;
    width: 100%;
    height: 20px;
    z-index: 99;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: left;
    line-height: 9px;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.chooseBranch {
    right: 5.5%;
    top: 12%;
    position: absolute;
    background: #0072bc;
    padding: 6px;
}
.chooseBranch label {
    color: #fff;
    font-weight: 400 !important;
}
.chooseBranch select{
	font-size: 13px;
	margin-top: 2px;
    padding: 3px;
}
.chooseBranch select option{
	padding: 2px 4px;
}

.admissionEnquiry {
    position: fixed;
    right: -65px;
    top: 55%;
    z-index: 99;
    transform: rotate(-90deg);
}
.admissionEnquiry a:hover, .admissionEnquiry a:focus{
	text-decoration: none;
	color: #fff;
}
.admissionEnquiry .btn-orange {
    padding: 13px 30px 13px 30px;
}



/* Media Queries */
@media (min-width: 1199px){
.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px){
	.contact .rc-anchor-normal .rc-anchor-pt {
    right: 50px;
}
	.contact .rc-anchor-normal-footer {
	    display: inline-block;
	    height: 74px;
	    vertical-align: top;
	    width: 70px;
	}
	.contact .rc-anchor-normal .rc-anchor-checkbox-label {
	    width: 90px;
	}
}

@media (min-width: 768px){
/*.dropdown:hover .dropdown-menu {
    display: block;
  }*/
.top-nav .navbar-nav {
    float: left;
    margin-top: 65px;
	}
.infrastrucuterDetails .list li {
    width: 50%;
    float: left;
	}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    padding-top: 10px;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }
}

@media (max-width: 1199px){
	.top-nav .navbar-nav {
	    float: left;
	    margin-top: 70px;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	    max-height: 470px;
	}
	.schoolName {
	    font-size: 20px;
	    margin-left: 25px;
	}
	.main-nav .navbar-header {
      float: none;
  }
  .main-nav .navbar-left, .main-nav .navbar-right {
      float: none !important;
  }
  .main-nav .navbar-toggle {
      display: block;
  }
  .main-nav .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .main-nav .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .main-nav .navbar-collapse.collapse {
      display: none!important;
  }
  .main-nav .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .main-nav .navbar-nav>li {
      float: none;
  }
  .main-nav .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .main-nav .collapse.in{
      display:block !important;
  }
  .navbar-default.main-nav .navbar-nav>li>a:before {
		display: none;
	}
	.navbar-default.main-nav .navbar-nav>li>a{
		border-bottom: 1px solid #ccc;
	}
  	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	    color: #fff;
	    background: #f15a2a;
	}
	nav.navbar.navbar-default.main-nav.navbar-fixed-top {
    position: static;
	}
	.footerBtn .btn-orange{
	   margin-bottom: 20px;
	}
	.announcements-block p{
		padding: 14.2px 0;
	}
	.homeBannerContainer .carousel-caption p br{
		display: none;
	}
	.homeBannerContainer .carousel-caption {
	    right: 9.9%;
	}
	.AboutContainer .carousel-inner .caption:before {
	    top: -12%;
	}
	.AboutContainer .carousel-inner .item img{
		width: 100%;
		height: 294px;	
	}
	.internal-banner {
	    height: 160px;
	}
	.internal-banner .banner-caption {
	    padding: 8px 15px;
	    margin-top: 113px;
	}
}

@media (max-width: 991px) {
	.navbar-brand.logo-img img{
		height: 95px;
	}
	.navbar.top-nav {
	    min-height: 95px;
	    margin-bottom: 0;
	}

	.navbar ul li:first-child, .navbar ul li:nth-child(2) {
	    font-size: 13px;
	    font-weight: 600 !important;
	    margin-right: 10px;
	}
	.navbar-default.main-nav.dropdown:hover .dropdown-menu {
    	display: block;
  	}
  	.footerBtn .btn-orange{
		width: 260px;
	}
	.discover-yellowBox{
		padding: 37px 12px;
	}
	.homeBannerContainer .carousel-control{
		right: 10px !important;
	}
	.homeBannerContainer .carousel-caption {
	    right: 10%;
	}
	.homeBannerContainer .fill{
		height: 350px;
	}
	.announcements-block {
	    min-height: auto;
	}
	.AboutContainer .carousel-inner .caption {
	    padding: 40px 10px 60px;
	}
	.aboutText{ margin-top:0px; }
	.internal-banner {
	    height: 122px;
	}
	.internal-banner .banner-caption {
	    margin-top: 74px;
	}
	.chooseBranch label {
	    display: none;
	}
}

@media (max-width: 767px){
	.top-nav{
		display: none;
	}
	.affix {
		display: none;
	}
	.main-nav .navbar-brand{
		display: block !important;
	}
	.main-nav .navbar-brand img{
		height: 60px;
    	width: auto;
	}
	.main-nav .navbar-header {
	    background: #fff;
	}
	.main-nav .navbar-toggle {
	    display: block;
	    margin-top: 30px;
	}
	.navbar-default.main-nav .navbar-nav>li>a:before {
		display: none;
	}
	.navbar-default.main-nav .navbar-nav>li>a{
		border-bottom: 1px solid #ccc;
	}
	.navbar-default.main-nav .navbar-nav>li:last-child a{
		border-bottom: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		margin-left: 5px;
	}
	.aboutText {
	    margin-bottom: 20px;
	}
	.discover-yellowBox{
		min-height: 355px;
	}
	.InterestingFacts{
		background-image: url('../images/facts-mobile-bg.jpg');
	}
	.InterestingFacts .numberBox{
		margin-bottom: 20px;
	}
	.InterestingFacts h3{
		margin-bottom: 45px;
	}
	.InterestingFacts .numberBox img {
	    display: none;
	}
	.accorPannel .panel-default .headingText {
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 20px;
	    padding-right: 45px;
	}
	.accorPannel .panel-title .glyphicon {
	    float: right;
	    top: 6px;
	    background: #f1f4f5;
	    padding: 5px 8px;
	    color: #212223;
	    border-radius: 5px;
	    position: absolute;
	    right: 12px;
	}
	.accorPannel .panel-title > a {
	    position: relative;
	}
	.msgBox .principle-img {
	    position: absolute;
	    top: -18%;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.msgBox{
		padding: 120px 30px 30px;
		margin-left: 0px;
		margin-top: 50px;
	}
	.homeBannerContainer .carousel-caption {
	    padding: 0 40px;
	    bottom: 0;
	    left: 0px;
	    right: 0;
	}
	.homeBannerContainer .carousel-control .fa {
	    line-height: 30px;
	}
	.homeBannerContainer .carousel-control {
	    top: 30%;
	    width: 50px;
	    height: 50px;
	}
	.homeBannerContainer .carousel-control.left {
	    left: 10px;
	}
	.homeBannerContainer .carousel-control.right{
		right: 10px;
	}
	.homeBannerContainer .carousel-caption p {
	    padding: 10px 0 20px;
	}
	.AboutContainer .carousel-inner .caption:before {
	    top: -15%;
	}
	.principleMsg{
		margin-top: 130px;
	}
	.footerBtn-block {
	    margin-top: 20px;
	}
	.footerBtn-block ul.socialLinks {
	    margin-top: 20px;
	}
	.bottom-footer {
		text-align: center;
	}
	.bottom-footer div:last-child {
		display: none;
	}
	.aboutText{ margin-top:40px; }
	.award-image-section:after {
	    top: 94%;
	}
	.students-img{
		display: none;
	}
	.internal-banner {
	    height: 92px;
	}
	.internal-banner .banner-caption {
		display: none;
	}
	.g-recaptcha{
	    transform: scale(0.78);
	    -webkit-transform: scale(0.78);
	} 
	.right-side-btn a {
		text-decoration: none;
		font-weight: 700;
		padding: 9px 13px !important;
		letter-spacing: 1px;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		background: #b10000;
		border-radius: 3px;
		margin-right: 3px;
	
	}
	.btn-E {
		width: 33.33% !important;
	}
}

@media (max-width: 520px){
	.award-image-section:after {
	    top: 92%;
	}
	.msgBox .principle-img {
	    top: -10%;
	}
	.msgBox {
	    margin-top: 0px;
	}
	.aboutText h1{
		font-size: 26px;
		margin: 8px 0 20px 0;
	}
	.aboutText h2{
		font-size: 24px;
	}
	.internal-banner {
	    height: 65px;
	}
	.right-side-btn1 a {
		text-decoration: none;
		font-weight: 700;
		padding: 11px 12px !important;
		letter-spacing: 1px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		background: red;
		border-radius: 0;
		margin-right: 3px;
	}
	.btn-E {
		width: 33.33% !important;
	}
	
}

@media (max-width: 380px){
	.discover-yellowBox {
		min-height: 384px;
	    padding: 42px 30px 46px;
	}
	.homeBannerContainer .carousel-caption h2 {
	    font-size: 24px;
	}
	.homeBannerContainer .carousel-caption p {
	    font-size: 14px;
	}
	.homeBannerContainer .carousel-caption p{
		line-height: 20px;
	}
	.announcement-heading h4 {
	    font-size: 14px;
	}
	.aboutText h1 {
	    margin: 8px 0 20px 0;
	    font-size: 28px;
	}
	.principleMsg{
		margin-top: 160px;
	}
	.breadcrumb li {
	    font-size: 11px;
	}
	.social-block h6 {
	    margin-right: 10px;
	}
	.main-nav .navbar-brand img{
		width: auto;
		height: 48px;
	}
	.main-nav .navbar-toggle {
	    display: block;
	    margin-top: 20px;
	}
	.award-image-section:after {
	    top: 92%;
	}
	.msgBox .principle-img {
	    top: -8%;
	}
	.aboutText h1 {
	    font-size: 26px;
	}
	.internal-banner {
	    height: 50px;
	}
	.right-side-btn a {

		text-decoration: none;
		font-weight: 700;
		padding: 9px 12px;
		letter-spacing: 1px;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		background: #b10000;
		border-radius: 5px;
		margin-right: 3px;
	
	}
	
	.right-side-btn1 a {
		text-decoration: none;
		font-weight: 700;
		padding: 11px 12px !important;
		letter-spacing: 1px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		background: grey;
		border-radius: 0;
		margin-right: 3px;
	}
	
	.btn {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 13px !important;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.btn-E {
		width:33.33% !important;
	} 
}

@media (max-width: 320px){
	h2{font-size:28px;}
	.formStyle .btn, .formStyle .btn.resetBtn {
    margin-top: 12px;
}
.btn {
    display: inline-block;
    padding: 6px 8px !important;
    margin-bottom: 0;
    font-size: 11px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-E {
	width: 33.33% !important;
}
.right-side-btn1 {
	position: fixed;
	right: -52px;
	top:22% !important;
	z-index: 999999;
	-moz-transform: rotate(270deg) translate(-1px, 0px);
-webkit-transform: rotate(270deg) translate(-1px, 0px);
-o-transform: rotate(270deg) translate(-1px, 0px);
-ms-transform: rotate(270deg) translate(-1px, 0px);
transform: rotate(270deg) translate(-1px, 0px);
}

.right-side-btn a {
    text-decoration: none;
    font-weight: 700;
    padding: 9px 12px;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #b10000;
    border-radius: 5px;
    margin-right: 3px;

}
.right-side-btn1 a {
    text-decoration: none;
    font-weight: 700;
    padding: 11px 12px !important;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: grey;
    border-radius: 0;
    margin-right: 3px;
}


}



@media (max-width: 1024px) and (min-width: 992px){
	.students-img {
	    height: 461px;
	}
	.news-block {
	    min-height: 264px;
	}
	.g-recaptcha{
	    transform: scale(0.70);
	    -webkit-transform: scale(0.70);
	    transform-origin: 0 0;
	    -webkit-transform-origin: 0 0;
	}
}

@media (max-width: 992px) and (min-width: 768px){
	.schoolName {
	    font-size: 12px;
	    margin-left: 0px;
	}
	.accorPannel .panel-default .headingText {
	    padding-right: 10px;
	}
	.msgBox .principle-img {
	    left: -16%;
	}
	.navbar-default .navbar-nav>li>a.btn-orange {
		margin-bottom: 5px;
	}
	.right-side-btn {
		position: fixed;
		right: -35px;
		top: 32% !important;
		z-index: 999999;
		-moz-transform: rotate(270deg) translate(-1px, 0px);
		-webkit-transform: rotate(270deg) translate(-1px, 0px);
		-o-transform: rotate(270deg) translate(-1px, 0px);
		-ms-transform: rotate(270deg) translate(-1px, 0px);
		transform: rotate(270deg) translate(-1px, 0px);
	}

	.right-side-btn2 {
		position: fixed;
		right: -73px;
		top: 46%;
		z-index: 999999;
		-moz-transform: rotate(270deg) translate(-1px, 0px);
		-webkit-transform: rotate(270deg) translate(-1px, 0px);
		-o-transform: rotate(270deg) translate(-1px, 0px);
		-ms-transform: rotate(270deg) translate(-1px, 0px);
		transform: rotate(270deg) translate(-1px, 0px);
	}
	
	.right-side-btn a {
		text-decoration: none;
		font-weight: 700;
		padding: 9px 13px !important;
		letter-spacing: 1px;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		background: #b10000;
		border-radius: 3px;
		margin-right: 3px;
	
	}

	.right-side-btn1 {
		position: fixed;
		right: -52px;
		top:22%;
		z-index: 999999;
		-moz-transform: rotate(270deg) translate(-1px, 0px);
	-webkit-transform: rotate(270deg) translate(-1px, 0px);
	-o-transform: rotate(270deg) translate(-1px, 0px);
	-ms-transform: rotate(270deg) translate(-1px, 0px);
	transform: rotate(270deg) translate(-1px, 0px);
	}
	
	.right-side-btn1 a {
		text-decoration: none;
		font-weight: 700;
		padding: 9px 13px !important;
		letter-spacing: 1px;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		background: grey;
		border-radius: 0;
		margin-right: 3px;
		
	}
}
/*my styleY*/
.vision-container {
	margin-top: 20px;
	background-color: orange;
	
}

.right-side-btn {
	position: fixed;
	right: -35px;
	top:39%;
	z-index: 999999;
	-moz-transform: rotate(270deg) translate(-1px, 0px);
-webkit-transform: rotate(270deg) translate(-1px, 0px);
-o-transform: rotate(270deg) translate(-1px, 0px);
-ms-transform: rotate(270deg) translate(-1px, 0px);
transform: rotate(270deg) translate(-1px, 0px);
}

.right-side-btn a {
	text-decoration: none;
    font-weight: 700;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #b10000;
    border-radius: 0;
	margin-right: 3px;
	
}

.right-side-btn1 {
	position: fixed;
	right: -52px;
	top:20%;
	z-index: 999999;
	-moz-transform: rotate(270deg) translate(-1px, 0px);
-webkit-transform: rotate(270deg) translate(-1px, 0px);
-o-transform: rotate(270deg) translate(-1px, 0px);
-ms-transform: rotate(270deg) translate(-1px, 0px);
transform: rotate(270deg) translate(-1px, 0px);
}

.right-side-btn1 a {

    text-decoration: none;
    font-weight: 700;
    padding: 13px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #06e676;
    border-radius: 0;
    margin-right: 3px;

}

.right-side-btn2 {
	position: fixed;
	right: -73px;
	top:61%;
	z-index: 999999;
	-moz-transform: rotate(270deg) translate(-1px, 0px);
-webkit-transform: rotate(270deg) translate(-1px, 0px);
-o-transform: rotate(270deg) translate(-1px, 0px);
-ms-transform: rotate(270deg) translate(-1px, 0px);
transform: rotate(270deg) translate(-1px, 0px);
}

.right-side-btn2 a {
	text-decoration: none;
    font-weight: 700;
    padding: 13px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: black;
    border-radius: 0;
	margin-right: 3px;
	
}

.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: yellow;    }
    49%{    color: RED; }
    50%{    color: #fff; }
    99%{    color:blue;  }
    100%{   color: GREEN;    }
}

.thumbnail:hover  {
	/* transform: scale(1.1);  */
	border:1px solid #003468;
	transition: 0.3s;
}

.valueBox {
	height:284px;
}
.committeeBox {
	height: 208px;
}
/*.feature-box {
	height: 915px;
}*/
.features ul li {
    position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
}
.features ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    border-top: 2px dotted black;
    padding-top: 14px;
}

.features ul li .fa {
	position: absolute;
	top: 19px;
	left: 0px;
}

.salient-feature ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    border-top: 2px dotted black;
    padding-top: 14px;
}
.salient-feature ul li .fa {
	position: absolute;
	top: 19px;
	left: 0px;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00a9e0;
    border-color: #337ab7;
}

.btn-primary {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0;;

}

#aboutUsTabSection {
    -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.13);
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
}

.nav-tabs li.active {

    border-bottom: 4px solid #00a9e0;

}

.admission-proccess p {
    font-size: 14px;
    line-height: 24px;
}

.how-to-apply h4 {
    font-size: 14px;
    line-height: 40px;
}
.library h4 {
	font-size: 14px;
    line-height: 24px;
}

.Payment-of-Fees p {
	font-size: 14px;
    line-height: 24px;
}
.transport h4 {
	font-size: 14px;
    line-height: 24px;
}
.mission p {
		font-size: 14px;
    line-height: 24px;

}
.rules h4 {
	font-size: 14px;
}
.fet p {
	font-size: 14px;
line-height: 24px;

}
.philosophy h4 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
  .navbar-default.main-nav .navbar-nav > li.active > a {

    background: #f15a2a;
    background: #ed1c24 !important;

}


.right-side-btn a {
	text-decoration: none;
	font-weight: 700;
	padding: 11px 12px !important;
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
    cursor: pointer;
}

.right-side-btn a:hover {
	background-color: rgb(216, 81, 81);
	color: #fff;
	opacity: 0.7 !important;
}

.right-side-btn1 a:hover {
	background-color: rgb(93, 228, 100);
	color: #fff;

}


.button3 {background-color: #f44336;} /* Red */ 

.thumbnail {
    height:343px;
} 