*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Light.php') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Regular.php') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'montserrat_thin';
    src: url('fonts/montserrat/montserrat-thin-webfont.php') format('woff2'),
         url('fonts/montserrat/montserrat-thin-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Thin.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserrat_extralight';
    src: url('fonts/montserrat/montserrat-extralight-webfont.php') format('woff2'),
         url('fonts/montserrat/montserrat-extralight-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-ExtraLight.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat/montserrat-light-webfont.php') format('woff2'),
         url('fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat/montserrat-regular-webfont.php') format('woff2'),
         url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat/montserrat-bold-webfont.php') format('woff2'),
         url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Bold.php') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfairbold';
    src: url('fonts/play-fair/playfairdisplay-bold-webfont.php') format('woff2'),
         url('fonts/play-fair/playfairdisplay-bold-webfont.woff') format('woff'),
         url('fonts/play-fair/PlayfairDisplay-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'playfair';
    src: url('fonts/play-fair/playfairdisplay-regular-webfont.php') format('woff2'),
         url('fonts/play-fair/playfairdisplay-regular-webfont.woff') format('woff'),
         url('fonts/play-fair/PlayfairDisplay-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}



ul, li{
	list-style:none;
}

a{
	text-decoration:none;
}

i{
	font-style:normal;
	font-family:fontAwesome;
}

p, a, li, span{
	font-size:13px;
}

p{
    font-family:'playfair';
}

body{
	font-family:'montserrat', 'lato', 'playfair', sans-serif;
	background:#e2e2e2;
}

.wrapper{
	width:100%;
	float:left;
}

/*----top header----*/

.top-header{
	width:100%;
	height:100px;
	float:left;
	position:absolute;
	z-index:9999;
	text-align:center;
	background:rgba(9, 34, 76, 1);
}

.top-strip{
	width:100%;
	height:10px;
	float:left;
	background:#fff;
}

.top-header ul{
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
	position:relative;
	z-index:10;
}

.top-header ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	width:65px;
}

.top-header ul li a{
	font-size:12px;
	color:#fff;
	display:block;
}

.top-header ul li a:hover{
}

.top-header ul li a i{
	font-size:20px;
	line-height:24px;
	width:45px;
	height:45px;
	background:#008add;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:10px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
}

.top-header ul li a p{
    font-family:'montserrat';
	font-size:12px;
    line-height:14px;
}

.top-header ul li a:hover i{
	background:#fff;
	color:#008add;
}

.login-blink i{
	animation:loginBlink 2s infinite;
}

@keyframes loginBlink{
	35%{background:#008A58; font-size:17px;}
	70%{background:#E4AA00; font-size:15px;}
}

.logo{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border-radius:0 0 20px 20px;
	position:relative;
	top:-10px;
	z-index:9;
}

.logo:before{
	content:'';
	position:absolute;
	right:100%;
	width:60px;
	height:120px;
	background:url(images/left-round.png) no-repeat;
	background-size:100%;
}

.logo:after{
	content:'';
	position:absolute;
	left:100%;
	top:0;
	width:60px;
	height:120px;
	background:url(images/right-round.png) no-repeat;
	background-size:100%;
}

.logo img{
	width:250px;
	display:block;
}

/*---top header end----*/


/*---menu------*/

.header{
	width:100%;
	float:left;
	margin-top:-37px;
	background:rgba(9, 34, 76, 1);
	position:relative;
	z-index:999;
}

.navigation{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
}

.navigation .menu{
	width:100%;
	float:left;
}

.navigation .menu li{
	display:inline-block;
	vertical-align:bottom;
}

.navigation .menu li a{
	color:#fff;
	display:block;
	padding:12px 20px;
	cursor:pointer;
}

.navigation .menu > li:hover > a{
	background:#fff;
	color:#09274b;
}

/* Header End */

.banner{
	width:100%;
	float:left;
	position:relative;
}



.banner > img{
	width:100%;
	display:block;
	margin-top: 100px;
	height:auto;
}

/* Homepage banner (Bootstrap carousel) */
.banner #carouselExampleInterval{
	margin-top:100px;
}

.banner #carouselExampleInterval .carousel-inner{
	height:520px;
}

.banner #carouselExampleInterval .carousel-item{
	height:100%;
}

.banner #carouselExampleInterval .carousel-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.banner-news-box{
	width:300px;
	position:absolute;
	right:0;
	top:100px;
	bottom:37px;
	background:rgba(9, 34, 76, 1);
	z-index:99;
}

.banner-news-box h3{
	font-size:12px;
	color:#E8E8E8;
	text-align:center;
	padding:7px;
	text-transform:uppercase;
	background:#008add;
	letter-spacing:2px;
}

.banner-news-box ul{
	width:100%;
	float:left;
	padding:0 8px;
}

.banner-news-box ul li{
	position:relative;
	width:100%;
	float:left;
	border-bottom:1px solid #7F7F7F;
	padding-left:30px;
}

.banner-news-box ul li:last-child{
	border-bottom:none;
}

.banner-news-box ul li:before{
	content:'';
	position:absolute;
	left:5px;
	top:10px;
	background:url(images/bullet.gif) no-repeat center #fff;
	background-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.banner-news-box ul li:hover{
	background:#d0d0d0;
}

.banner-news-box ul li a{
	width:100%;
	float:left;
	display:block;
	padding:5px 0 5px 20px;
	color:#fff;
	font-size:11px;
	line-height:18px;
}

.banner-news-box ul li:hover a{
	color:#313131;
}

.banner-news-box ul li a p{
    font-family:'montserrat';
}

.banner-news-box ul li a strong{
}

.banner-news-box ul li a span{
	width:100%;
	float:left;
	margin-bottom:4px;
	font-weight:bold;
}

.banner-news-box .more-news{
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
}

.banner-news-box .more-news a{
	text-align:center;
	display:block;
	background:#000;
	color:#767676;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}

.banner-news-box .more-news a:hover{
	color:#fff;
}

.full-width{
	width:100%;
	float:left;
	padding:40px 0;
}

.min-width{
	max-width:90%;
	margin:0 auto;
}

.hm-about{
	width:100%;
	float:left;
	padding:50px 20px 100px;
	background:url(images/hm-about-bg.jpg) center;
	background-size:cover;
	text-align:center;
}

.hm-about h1{
	font:400 44px 'latolight';
	text-align:center;
	padding:40px 0;
}

.hm-motto{
	width:100%;
	float:left;
	padding:0 10% 25px;
	margin-top:40px;
}

.hm-motto p{
	padding-bottom:10px;
	font-size:24px;
	font-family:'playfair';
}

.explore{
	display:inline-block;
}

.explore a{
	display:block;
	padding:10px 20px;
	background:#008add;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
    box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
	text-transform:uppercase;
}

.explore a i{
	font-size:28px;
	line-height:0;
	display:inline-block;
	float:none;
	vertical-align:middle;
	margin-right:5px;
}

.explore a:hover{
	background:#007c62;
}

#hm-admission-bg{
	background:#e1cfc3;
}

.hm-admission{
	width:100%;
	float:left;
	background:#fff;
}

.hm-admission .hm-admission-text{
	float:left;
	width:50%;
	height:405px;
	text-align:center;
}

.hm-admission h1{
	display:inline-block;
	vertical-align:middle;
	font:400 30px 'montserrat_extralight';
	padding:60px 50px;
}

.hm-admission-img{
	width:50%;
	float:left;
}

.hm-admission .hm-admission-img img{
	width:100%;
	height:405px;
	display:block;
}

#hm-feed-bg{
	background:#fff;
}

.hm-feed{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
}

.hm-feed h1{
	font:400 40px 'montserrat_extralight';
	padding-bottom:40px;
}

.hm-feed p{
	padding:0 5% 20px;
	font-size:18px;
	line-height:36px;
    font-family:'playfair';
}

.hm-feed img{
	width:100%;
}

.hm-feed .explore{
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-66px;
}


/* FOOTER */

.footer{
	width:100%;
	float:left;
	background-color: #09224c;
}

.foot-social{
	width:40%;
	max-width:100%;
	float:left;
	margin:0 30%;
	position:relative;
	z-index:1;
}

.foot-social:before{
	content:'';
	position:absolute;
	left:0;
	right:40%;
	top:0;
	bottom:0;
	background:#ffffff;
	-webkit-transform:skewX(30deg);
	-o-transform:skewX(30deg);
	-ms-transform:skewX(30deg);
	-moz-transform:skewX(30deg);
	transform:skewX(30deg);
	z-index:-1;
	border-radius:0 0 0px 10px;
}

.foot-social:after{
	content:'';
	position:absolute;
	left:40%;
	right:0;
	top:0;
	bottom:0;
	background:#ffffff;
	-webkit-transform:skewX(-30deg);
	-o-transform:skewX(-30deg);
	-ms-transform:skewX(-30deg);
	-moz-transform:skewX(-30deg);
	transform:skewX(-30deg);
	z-index:-1;
	border-radius:0 0 10px 0px;
}

.foot-social ul{
	width:100%;
	float:left;
	padding:10px 5%;
	text-align:center;
}

.foot-social ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
}

.foot-social ul li a{
	font-size:20px;
	color:#5b0e08;
}

.foot-social ul li a:hover{
	color:#0000CC;
}

.fa-blog img{
	width:19px;
	display:block;
}

.footer .first-footer {
	width: 100%;
	float: left;
	text-align:center;
	padding:30px 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

.foot-box.footer-logo{
	width:20%;
}

.footer-logo img{
	width:100%;
	display:block;
}

.foot-box{
	display:inline-block;
	vertical-align:middle;
	margin-right:10%;
	width:30%;
	text-align:left;
}

.foot-box:last-child{
	margin-right:0;
}

.quick-links{
	width:auto;
}

.foot-box h3{
	margin-bottom:10px;
	color:#FFFFFF;
}

.foot-box ul li a{
	color:#fff;
	margin:5px 0;
	display:block;
}

.foot-box ul li a:hover{
	color:#fb594c;
}

.foot-box p{
	color:#fff;
	padding-bottom:10px;
	font-family:lato;
}

.foot-box p a{
	color:#fff;
}

.foot-box p a:hover{
	color:#fb594c;
}

.bottom{
	width:100%;
	float:left;
	padding:5px 30px;
	text-align:center;
	background-color: #09224c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.bottom p{
	color:#FFFFFF;
	font-size:12px;
	margin-top:7px;
	display:inline-block;
	vertical-align:middle;
}

.entab{
	float:left;
	margin-top:6px;
}

.entab p{
	margin-top:0;
	display:inline-block;
	vertical-align:middle;
}

.entab a{
	color:#fff;
	padding-left:5px;
	display:inline-block;
	vertical-align:middle;
}

.entab a:hover{
	color:#fb594c;
}

.ecis{
	float:right;
	margin:0px 0px 0px 10px;
}

.ecis img{
	width:25px;
	height:25px;
	float:left;
}

.ecis p{
	float:left;
	margin-top:6px;
	font-size:12px;
}

.button-top{
	background:rgba(0,0,0,0.80);
    position: fixed;
	cursor:pointer;
	right:10px;
    bottom:40px;
	color:#FFFFFF;
	font-size:20px;
	opacity:0;
	width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	z-index:99;
}

.button-top i{
	margin-right:0;
}

.button-top:hover{
	background:#000;
}
/*-------footer end----*/

/*---gallery-----*/
.gallery
{
	width:250px;
	margin:15px 1%;
	float:left;
    background: #09224c;
    padding: 5px;
}
.gallery-pic
{
	width:100%;
	height:160px;
}
.gallery-pic img
{
	width:100%;
	height:100%;
}
.gallery-text {
	text-align:center;
    padding: 5px 5px 0px 5px;
}

.gallery-text {
    color: #ffffff !important;
}
.gallery-text * {
    color: #ffffff !important;
}

/*---gallery-----*/


/*-------Inside SECTIONS START-----*/

.hm-section{
	width:100%;
	float:left;
}

.text-section{
	width:100%;
	float:left;
}

.inc-tlink{
	width:100%;
	float:left;
	text-align:center;
}

.inc-tlink .menu{
	width:100%;
	float:left;
}

.inc-tlink .menu li{
	display:inline-block;
	vertical-align:bottom;
}

.inc-tlink .menu li a{
	color:#fff;
	display:block;
	padding:12px 20px;
	cursor:pointer;
}

.inc-tlink .menu > li:hover > a{
	background:#fff;
	color:#09274b;
}

.menu li .dropdown{
	position:absolute;
	width:200px;
	background:rgba(0,0,0,0.7);
	-webkit-transform:scaleY(0);
	-o-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:perspective(600px) rotateX(90deg);
	transform-origin:top;
	transition:all 350ms;
}

.menu li:hover .dropdown{
	transform:perspective(00px) rotateX(0deg);
}

.menu li .dropdown ul{
	width:100%;
	float:left;
	padding:10px;
}

.menu li .dropdown ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #a7a7a7;
}

.menu li .dropdown ul li:last-child{
	border-bottom:none;
}

.menu li .dropdown ul li a{
	color:#fff;
	text-align:left;
	padding:6px 10px;
}

.menu li .dropdown ul li a:hover{
	background:rgba(255,255,255,0.7);
	color:#000;
}

.inc-tlink-active{
	background:#fff;
	color:#212121 !important;
}

.inc-tlink-fixed{
	position:fixed;
	top:0;
	margin-top:0;
	background:rgba(0,0,0,0.80);
}

.textarea{
	float:left;
	margin:0 5%;
	width:90%;
	background:#fff;
	box-shadow:-2px 0 15px rgba(0, 0, 0, 0.36);
	text-align:justify;
	position:relative;
}

.scroller{
	width:100%;
	float:left;
	padding:40px 5%;
}

/* ensure the specific section .scroller.text-section1 uses the requested text color */
.scroller.text-section1,
.scroller.text-section1 * { 
    color: #09224c;
}

.bred-crumb{
	position:absolute;
	right:5%;
	top:10px;
}

.bred-crumb li{
	display:inline-block;
	vertical-align:middle;
	color:#1F1F1F;
	font-size:12px;
}

.bred-crumb li a{
	color:#008add;
	font-weight:bold;
	display:block;
}

.bred-crumb li a i{
	font-size:16px;
}

.bred-crumb li a:hover{
	color:#1E1E1E;
}

.text-section1{
}

.heading{
	float:left;
	width:100%;
	margin-bottom:25px;
}

.heading h3{
	float:left;
	padding-bottom:10px;
	position:relative;
	color:#262626;
	font-size:30px;
}

.heading h3:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:30px;
	height:5px;
	border-radius:5px;
	background:#008add;
}

.text{
	width:100%;
	float:left;
}

.content{
	width:100%;
	float:left;
}

.textarea h1, .textarea h2, .textarea h3, .textarea h4, .textarea h5, .textarea h6{
	font-weight:400;
	line-height:130%;
}

.vision-content{
	border:1px solid rgba(0, 0, 0, 0.11);
}

.img-box{
	width:50%;
	float:left;
}

.ryt-img{
	float:right;
}

.img-box img{
	width:100%;
	display:block;
}

.vision-content .text-box{
	width:50%;
	float:left;
	padding:30px 40px;
}

.vision-content .text-box h4{
	font-size:30px;
	text-align:center;
	padding:30px 0 0;
}

.text-box{
	width:100%;
	float:left;
}

.text-box h4{
	width:100%;
	float:left;
	margin-bottom:15px;
	color:#008add;
	font-size:24px;
}

.text-box p{
	line-height:33px;
	font-size: 18px;
    color: #323232;
	padding-bottom:20px;
}

.text-box .curri-img{
	width:30%;
	float:left;
	margin:10px;
}

.text-box .small-img{
	width:20%;
}

.text-box .curri-img-full{
	width:100%;
	margin:10px 0;
}

.text-box .curri-img img{
	width:100%;
	display:block;
}

.text-box .curri-img-ryt{
	float:right;
}

.text-box .curri-img-full img{
	border-radius:0;
}

#management-bg{
	background:#1f2d39;
	background-size:100%;
}

.text-box > img{
	width:100%;
	display:block;
	margin-top:30px;
}

#management-bg .text{
	padding:20px;
	background:rgba(255,255,255,0.82);
}

.white{
	padding:10px;
	background-color:rgba(255,255,255,0.82);
}

#awards-bg{
}

.awards-box{
	width:100%;
}
.section-box{
	width: 100%;
	border: 4px solid #ccc;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom:15px;
}
.section-box img{
	width:15%;
	display:inline-block;
	vertical-align:top;
}
.para-box{
	display:inline-block;
	vertical-align:top;
	margin-left:23px;
	width:80%;
}
.para-box h3{
	color: #008add;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform:uppercase;
}
.para-box h3 i{
	margin-right:5px;
}

.para-box p{
	font-size:15px;
}

.para-box ul{
	list-style-type:circle;
}
.para-box ul li{
	display:block;
	font-family: 'montserrat', 'lato', 'playfair', sans-serif;
}

.para-box ul li p:before{
	content:'\00BB';
	display:inline-block;
	margin-right:10px;
	font-weight:800;
	color: #008add;
}
.para-box ul li p{
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
}

#hm-social-bg{
	background:url(images/social-feed-bg.jpg);
	background-size:100%;
}

.hm-social{
	width:100%;
	float:left;
	text-align:center;
}

.hm-social h1{
	color:#fff;
	margin-bottom:20px;
}

.hm-social .hm-fb{
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	width:30%;
}

.hm-social iframe{
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	width:30%;
	height:236px;
}

.hm-students-speak{
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	width:30%;
	height:236px;
	text-align:center;
	padding:20px;
	background:radial-gradient(#fff 38%, #c3c3c3 136%);
}

.hm-students-speak h3{
	color:#aa3a17;
	margin-bottom:10px;
}

.hm-students-speakBox{
	width:100%;
	float:left;
	position:relative;
}

.hm-students-speakBox:before{
	content:'\275D';
	position:absolute;
	left:0;
	font-size:32px;
}

.hm-students-speakBox .hm-students-text{
	width:100%;
	float:left;
	padding:20px;
	color:#202020;
}

.hm-students-speakBox .hm-students-text p{
	line-height:20px;
}

.hm-students-speakBox .hm-students-text small{
	font-weight:bold;
	width:100%;
	float:left;
	line-height:15px;
	margin-top:10px;
}

/*-----let's connect----*/
.connect-box{
	width:100%;
	box-sizing:border-box;
	text-align:center;
	margin:15px auto 0;
}
.connect-box ul li{
	display: inline-block;
	box-shadow: 0px 0px 1px #008add inset;
	padding: 10px;
}

.connect-box ul li img{
	width:100%;
	max-height: 150px;
	display:block;
}
.upload-box{
	/*background: #e4e4e4;*/
	padding: 4px;
	margin-top:10px;
}
.upload-box a{
	display: inline-block;
	padding: 10px 20px;
	background: #008add;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
	box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
	text-transform: uppercase;
	/*background: #008add;
	padding: 11px 36px;
	display: inline-block;
	margin: 3px;
	color:#fff;*/
}

.upload-box a i{
	font-size: 28px;
	line-height: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 5px;
}
.upload-box a:hover {
	background: #007c62;
}
.upload-box .connect input[type=file]
{
	width: 190px;
	cursor:pointer;
    outline: none;
    margin-right: 3px;
    display: inline-block;
    padding: 7px 5px;
    background: #008add;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
    box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
}
.upload-box .connect input[type=file]:hover 
{
	background: #007c62;
}
.upload-box .connect input[type=submit]
{
	 display: inline-block;
    padding: 10px 20px;
	cursor:pointer;
    background: #008add;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
    box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
    /*color: #fff;
    background: #008add;
	padding: 8px 10px;*/
    border: 0px;
    outline: none;
}
.upload-box .connect input[type=submit]:hover {
	background: #007c62;
}
/*-----let's connect----*/


/************anuj/************/
.management
{
	display:inline-block;
	width:100%;
    margin: 20px 0;
}
/*.management-img
{
	width:22%;
    vertical-align: top;
	display:inline-block;
}*/

.leader-img{
	width:27%;
	margin:0 20px 0 0;
	float:left;
	position:relative;
}

.management-text .leader-img img{
	width:100%;
	display:block;
}

.management-text p em{
	color:#ee6900;
}

.bottom-shadow{
	position:absolute;
	display:none !important;
}

.adv-img{
	width:17%;
	margin:0 20px 20px 0;
	float:left;
	position:relative;
}

.adv-img img{
	width:100%;
	margin:0;
	display:block;
}

.management-text{
	float:left;
	width:100%;
}

.management-text h6 em{
	color:#ee6900;
	margin-top:15px;
	display:block;
}

.management-text p{
	position:relative;
	z-index:99;
}

.management-text-none
{
	display:none;
}
.readmore {
    display: inline-block;
	cursor:pointer;
}
.text-box h6{
	display:block;
	font-size:18px;
	color:#007c62;
}
.text-box h5{
	display:block;
	font-size:18px;
	color:#007c62;
	margin:25px 0px 10px 0px;
}
.readmore h6
{
	font-size:14px;
}
.readmore h6 i{
	font-size:12px;
	line-height:0;
	display:inline-block;
	float:none;
	vertical-align:middle;
	margin-left:5px;
}

.readmore h6:hover{
	color:#132f18;
	
}
.lower-alpha li
{
    list-style-type: lower-alpha !important;
    margin:0 0 10px 15px;    
	line-height: 24px;
    font-size: 17px;
    color: #323232;
	font-family:'playfair';
}

.lower-alpha li p{
	padding-bottom:0;
}

.schroll
{
	max-height:378px;
    overflow: auto;
}
.table 
{
	margin:10px 0px;
}
.table td
{
	width:50%;
	padding:5px;   
	line-height: 24px;
    font-size: 16px;
    /*color: #323232;*/
}
.table td a
{
	padding:5px;   
	line-height: 24px;
    font-size: 14px;
    color:#b14840;
}

.table td a:hover{
	color:#000;
}

.width50
{
	float:left;
	margin-right:2%;
	width:48%;
}
.width50 iframe
{
    border: 2px solid #8c1755;
    display: block;
}
.enquiry-form
{
	margin:0px 10%;
    width: 80%;
	display:inline-block;
	padding:20px;
	border-radius:10px;
}
.enquiry-form li
{
	margin:10px 0px;
	width:100%;
	float:left;
}
.enquiry-form input
{
	padding:5px 10px;
	outline:none;
	width:100%;
}
.enquiry-form textarea
{
	padding:5px 10px;
	outline:none;
	width:100%;
}
.project-type
{
	width:20%;
	float:left;
    text-align: left;
	line-height: 24px;
    font-size: 17px;
    color:#1f2d39;
}
.calums-type
{
	float:left;
	width:10%;
    font-size: 17px;
    color:#1f2d39;
	text-align:left;
}
.input-type
{
	width:60%;
	text-align:left;
	float:left;
}
#submit
{
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
    background: #1f2d39;
}
#submit:hover
{
    background: #008add;
}
.annual-pic
{
	float:left;
	width:100%;
}
.annual-pic a {
    float: left;
    width: 20%;
    margin:0 20px 15px 0;
    border: 1px solid green;
    padding: 5px 7px;
	overflow:hidden;
}
.annual-pic img 
{
	width:100%;
	display:block;
	height:200px;
	-webkit-transition:all 400ms;
	-o-transition:all 400ms;
	-ms-transition:all 400ms;
	-moz-transition:all 400ms;
	transition:all 400ms;
}
.annual-pic a:hover img{
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.text-box samp{
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    color: #083e32;
	font-family: 'lato', sans-serif;
}

.select-press{
	float:right;
	padding:4px;
}

.press{
	width:100%;
	float:left;
}

.press-head{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.press-head li{
	float:left;
}

.press-head li a{
	color:#fff;
	display:block;
	padding:6px 10px;
	background:#C5C5C5;
}

.activeMonth{
	background:#000 !important;
	cursor:pointer;
}

.activeMonth:hover{
	background:#9B0002 !important;
}

.currentPress{
	background:#9B0002 !important;
	cursor:text;
}


.monthlyPress12, .monthlyPress13, .monthlyPress14, .monthlyPress15, .monthlyPress16{
	width:100%;
	float:left;
}

.awards-th{
	float:left;
	width:150px;
	margin:0 4% 20px 0;
	text-align:center;
}

.awards-th:last-child{
	margin-right:0;
}

.awards-th a{
	display:block;
	color:#717171;
	font-size:13px;
	padding:10px 10px;
	border:1px solid #8F8F8F;
}

.awards-th a:hover{
	background:#747474;
	color:#fff;
}

.awards-th a img{
	width:100%;
	margin-bottom:7px;
	display:inline-block;
}


.media-coverages{
	width:100%;
	float:left;
	text-align:left;
	padding:15px 0;
	border-bottom:1px dashed rgba(46,46,46,0.54);
}

.media-coverages:last-child{
	border-bottom:none;
}
.press p {
    font-size: 15px;
    color: #323232;
	line-height:19px;
    padding-bottom: 10px;
}
.latest-update{
	width:100%;
	float:left;
}

/* ensure all <p> inside .latest-update use the requested color */
.latest-update p{
    color: #09224c !important;
}

/*-------SECTIONS END-----*/
.bg-white{
	background:#fff !important;
}

.lab-heading{
	width:100%;
	float:left;
	margin-bottom:25px;
	border: solid #ccc;
    border-width: 1px 0;
}

#mb-lab-btn{
	display:none;
}

.lab-heading .lab-btn{
	float:left;
	position:relative;
	background:#717171;
	color:#fff;
	font-size:17px;
	padding:10px;
	margin-right:20px;
	text-transform:uppercase;
}

.lab-heading .lab-btn:after{
	content:'';
	position:absolute;
	right:-10px;
	top:0;
	bottom:0;
	border-top:18px solid transparent;
	border-bottom:18px solid transparent;
	border-left:10px solid #717171;
}

.lab-heading .labs-list{
	float:left;
}

.lab-heading .labs-list li{
	display:inline-block;
}

.lab-heading .labs-list li a{
	display:block;
	font-size:14px;
	padding:10px;
	color:#008add;
}

.lab-heading .labs-list li a:hover{
	color:#ADADAD;
}

.labs{
	width:100%;
	float:left;
	padding-bottom:10px;
}

.labs:last-child{
	border-bottom:none;
}

.labs h6{
	font-size:16px;
	padding-bottom:10px;
	color:#1A1A1A;
	text-align:center;
}

.labs h6 em{
	color:#AF0002;
}

.icon-box{
	width:100%;
	float:left;
}

.icon-box .icons{
	width:170px;
	float:left;
	padding:10px;
	margin:5px;
	background:#87080A;
	text-align:center;
}

.icon-box .icons img{
	width:100%;
	display:block;
}

.icon-box .icons span{
	width:100%;
	float:left;
	color:#fff;
}

/*--Latest Update--*/
.latest-update{
	width:100%;
	float:left;
}

.latest-update p{
    color: #09224c !important;
}

.latest-update li{
	position:relative;
	width:100%;
	float:left;
	padding-left:25px;
}

.latest-update li:before{
	content:'\279C';
	position:absolute;
	left:0;
}

.latest-update li a{
	display:block;
}

.latest-update li a:hover{
	opacity:0.5;
}

.latest-update li a span{
	color:#008add;
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
	width:100%;
	float:left;
}


/*CAREER*/
.vacancy-box{
	width:100%;
	float:left;
}

.vacancy-box h4{
	font-size:20px;
}

.vacancy-box .vacancy-list{
	width:100%;
	float:left;
	margin-bottom:30px;
	font-size:17px;
}

.vacancy-box .vacancy-list h3{
	float:left;
	padding-left:10px;
	border-left:3px solid #008add;
	font-size:16px;
	color:#373737;
	margin-bottom:10px;
}

.vacancy-box .vacancy-list li{
	width:100%;
	float:left;
	font-size:17px;
	color:#323232;
	position:relative;
	padding-left:30px;
}

.vacancy-box .vacancy-list li:before{
	content:'\2730';
	position:absolute;
	left:10px;
	top:0;
	line-height:20px;
	color:#008add;
}

.apply-now{
	float:left;
	width:100%;
}

.apply-now a{
	float:left;
	padding:10px;
    color: #fff;
    border-radius: 4px;
    background: #1f2d39;
}

.apply-now a:hover{
	background:#008add;
}

/*--current opening--*/
.vacancy-box h2{
	font-size:16px;
	float:left;
	padding:10px;
	color:#fff;
	background:#373737;
	width:40%;
	position:relative;
	margin-bottom:10px;
}
.vacancy-box h2:after{
	content:'';
	position:absolute;
	right:-75px;
    top:0;
    bottom:0;
    width:50px;
    border-top:39px solid transparent;
    border-bottom:0px solid transparent;
    border-left:25px solid #373737;
}

.vacancy-box table{
	width:100%;
	border:0px !important;
	border-spacing:0;
}

.vacancy-box table th{
    background: #008add;
    padding: 7px 9px;
    color: #fff;
}

.vacancy-box table td{
	padding:5px;
}

.vacancy-box table td input[type=text],table td input[type=password]{
	padding:5px;
}

.vacancy-box table td select{
	padding:5px;
}

.vacancy-box .table3 input[type=text]{
	width:69px !important;
}

.vacancy-box .table4 td:nth-child(2) input[type=text]{
	width:76px;
}

.vacancy-box .table4 td:nth-child(3) input[type=text]{
	width:76px;
}

.vacancy-box .table4 td:nth-child(4) input[type=text]{
	width:236px !important;
}

.vacancy-box .img-preview img{
	width:100%;
	height:100%;
}

.vacancy-box center #submit{
	width:auto;
	padding:10px;
}

/*calendar*/
.fc-sun{
	background:#515151;
}

.fc-day-header{
	background:none;
}
/*calendar*/


/*----curriculum----*/
.main-content .text-box{
	margin:15px 0;
}

.main-content .img-box{
	width:45%;
	padding:10px 30px 10px 0;
}

.main-content .img-box.ryt-img{
	padding:10px 0px 10px 30px;
}

.main-content .img-box.full-img{
	width:100%;
	padding:20px 0;
}

.menu li .home{
	font-size:20px;
	line-height:0;
    padding: 18px 20px !important;
	background:#008add;
}
.home i{
	line-height:0;
}

.taglines{
	width:100%;
	float:left;
	margin:10px 0;
}

.taglines h5{
	margin:0;
	display: block;
    font-size: 18px;
    color: #007c62;
}

.taglines h5 em{
	width:100%;
	float:left;
}

.taglines h5 small{
	float:right;
}

/*---admission---*/
.heading small{
    font-weight:100;
	font-size:22px;
    color: #b14840;
}

.table .admission-list li{
	display:block;
	font-size:16px;
}

.admission-list{
	width:100%;
}

.admission-list li{
	position:relative;
	padding-left:25px;
	display:table;
}

.admission-list li:before{
	content:'\27A9';
	position:absolute;
	left:0;
	top:7px;
}

.table .admission-list li:before{
	top:0;
}

.admission-list li p{
	padding-bottom:5px;
}

.download-btn{
	float:left;
	display:table;
}

.download-btn a{
	display:block;
	padding:6px 10px;
	color:#008add;
	background:#fff;
	border:1px solid #008add;
	position:relative;
	z-index:1;
	transition:all 400ms;
}

.download-btn a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:3%;
	z-index:-1;
	transition:all 400ms;
	background:#008add;
}

.download-btn a:hover{
	color:#fff;
}

.download-btn a:hover:before{
	width:100%;
}

.table{
	width:100%;
	float:left;
	overflow:auto;
}

.table table{
	border-collapse:collapse;
	font-family:'playfair';
}

.table table thead th{
	background:#1f2d39;
	color:#fff;
	font-weight:400;
	letter-spacing:1px;
	padding:10px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	width:25%;
}

.table table tbody th{
	background:#c8c8c8;
	font-size:16px;
}

.table table tbody td{
	width:25%;
	vertical-align:top;
}

.admission-table table tbody tr:last-child td{
	text-align:center;
	color:#b14840;
}

.admission-boards p strong{
	color:#008add;
}

.time-table{
	text-align:center;
}

.time-table tbody th{
	padding:10px;
}

/*----clubs----*/

.clubs-box{
	margin:20px 0px 0;
	background:#b7003f;
	background:radial-gradient(#ff5a92,#710027);
	border:7px double #fff;
}

.clubs-box ol{
	width:100%;
	float:left;
	padding-left:20px;
}

ol li{
	list-style:inherit;
}

.club-slider{
	width:100%;
	float:left;
}

.club-slides{
}

.club-imgs{
	width:40%;
	float:left;
}

.club-imgs img{
	width:100%;
}

.club-text{
	width:60%;
	float:left;
	padding:20px;
	height:503px;
	overflow:auto;
}

.nicescroll-rails-vr{
	right:0 !important;
}

.club-text h5{
	margin:0 0 20px;
	font-size:22px;
	color:#fff;
}

.club-text .admission-list h6{
	margin:15px 0 0;
}

.club-text h6{
	color:#fff;
}

.club-text p{
	color:#ffccde;
    letter-spacing:0.5px;
}

.club-text p em{
	color:#fff;
}

.clubs-box .bx-wrapper{
	padding-bottom:0px;
}

.clubs-box .bx-wrapper .bx-controls-direction a{
	top:50%;
	margin-top:-20px;
	background-color:#C1336C;
	border:1px solid #8F0023;
	width:40px;
	height:40px;
	opacity:1;
}

.clubs-box .bx-wrapper .bx-controls-direction a:hover{
	background-color:#fff;
}

.clubs-box .bx-wrapper .bx-next{
	right:-13px;
}

.clubs-box .bx-wrapper .bx-prev{
	left:-13px;
}

/*----clubs----*/

/*SPORTS*/
.sports-list{
	width:100%;
	float:left;
}

.sports-list li{
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:10px;
}

.sports-list li img{
	display:inline-block;
	vertical-align:middle;
}

.sports-list li p{
	display:inline-block;
	vertical-align:middle;
	padding-bottom:0;
	padding-left:10px;
}

.keyvalues{
	width:100%;
	float:left;
    text-align: center;
}

.keyvalues p{
	text-align:left;
}

.keyvalues .admission-list{
	float:left;
	width:100%;
}

.keyvalues .admission-list li{
	width:50%;
	float:left;
}

.keyvalues .admission-list li p{
}

.keyvalues .img-box{
	width:45%;
	display:inline-block;
	vertical-align:middle;
	float:none;
}

.sports-box{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 10px 10px;
	margin-bottom:20px;
	background:#000;
	background:-webkit-linear-gradient(60deg,#a10e62,#a7fff7);
	background:-o-linear-gradient(60deg,#a10e62,#a7fff7);
	background:-ms-linear-gradient(60deg,#a10e62,#a7fff7);
	background:-moz-linear-gradient(60deg,#a10e62,#a7fff7);
	background:linear-gradient(60deg,#a10e62,#a7fff7);
}

.sports-box p{
	color:#fff;
	font-size:20px;
	padding-bottom:0;
	text-transform:uppercase;
}

/*--------emagazines******-----*/
.emag{
	width:250px;
	padding:10px;
	text-align:center;
	border:1px solid #252525;
	float:left;
	margin:10px;
}

.emag:hover{
	border-color:#008add;
}

.emag img{
	width:100%;
	display:block;
}

.emag span{
	width:100%;
	float:left;
	padding-top:10px;
}

.emag:hover span{
	color:#008add;
}

.emag iframe{
	width:100%;
}

/*----cuddle care-------*/

.cc-time-table.table{
	text-align:center;
}

.cc-time-table.table table thead th{
	width:auto;
}

.cc-time-table.table table tbody td{
	width:auto;
}

/*----cuddle care-------*/


/***********Calander styling********/
/*meal menu*/
#meal-menu .fc-bg .fc-sun, #meal-menu .fc-bg .fc-sat{
	background:#c5d9f1;
}

#meal-menu .fc-head-container .fc-sun, #meal-menu .fc-head-container .fc-sat{
	background:#c5d9f1;
}

#meal-menu .fc-event, .fc-event-dot{
	background:#2f8753;
}

#meal-menu .fc-day-grid-event{
	margin:2px;
	padding:2px 1px;
}

.fc-unthemed td.fc-today{
	background:#e91e63 !important;
}
/*meal menu*/

/*School Calendar*/
#calendar1 .fc-bg .fc-sun, #calendar1 .fc-bg .fc-sat, #calendar2 .fc-bg .fc-sun, #calendar2 .fc-bg .fc-sat{
	background:#fdb7df;
}

#calendar1 .fc-head-container .fc-sun, #calendar1 .fc-head-container .fc-sat, #calendar2 .fc-head-container .fc-sun, #calendar2 .fc-head-container .fc-sat{
	background:#fdb7df;
}

#calendar1 .fc-day-grid-event, #calendar2 .fc-day-grid-event{
	margin:2px;
	padding:2px 1px;
}

/*School Calendar*/
/***********Calander styling********/


/*********MOBILE MENU*********/
.mb-menu-btn{
	position:absolute;
	right:10px;
	bottom:8px;
	color:#fff;
	font-size:25px;
	cursor:pointer;
	line-height:0;
	display:none;
	z-index:99;
	-webkit-transition:all 400ms;
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	transition:all 400ms;
}
.mb-menu-btn.close-menu{
	color:#C10003;
	width:30px;
	height:30px;
	bottom:10px;
	line-height:30px;
	text-align:center;
	background:#fff;
	font-size:20px;
}

.mb-menu-btn i:before{
	-webkit-transition:all 400ms;
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	transition:all 400ms;
}

.mb-menu-btn.close-menu i:before{
	content:'\f00d ';
}

.mb-overlay{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0);
	z-index:98;
	display:none;
}

.mb-menu{
	position:absolute;
	right:0;
	top:100%;
	width:300px;
	display:none;
	z-index:99;
	background:#008add;
	border-top:3px solid #008add;
}

.mb-menu.mb-menu-show{
	width:300px;
}

.mb-menu ul{
	width:100%;
	float:left;
	padding:0 10px;
	margin-top:0;
}

.mb-menu ul li{
	width:100%;
	float:left;
	margin:0;
}

.mb-menu ul li a{
	display:block;
	font-size:14px;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #a73128;
	border-top:1px solid #731811;
}

.mb-menu ul li:first-child a{
	border-top:none;
}

.mb-menu ul li:last-child a{
	border-bottom:none;
}

.mb-menu ul li a i{
	background:#232323;
	text-align:center;
}

.mb-home{
	float:left;
	display:none;
}

.mb-home a{
	color:#fff;
    display:block;
	font-size:20px;
    line-height:0;
    padding:12px 20px;
    background:#008add;
}

.mb-tlink-btn{
	float:right;
	color:#fff;
	font-size:20px;
    line-height:0;
    padding:12px 20px;
    background:#008add;
	cursor:pointer;
	display:none; 
}

.mb-tlink-btn i{
	-webkit-transition:all 400ms;
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	transition:all 400ms;
}

.mb-tlink-btn.close-tlink i{
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.mb-navigation{
	position:absolute;
	right:0%;
	left:60px;
	top:100%;
	display:none;
	background:#008add;
	padding:10px 10px;
}

.mb-navigation .mb-tlink-menu{
	width:100%;
	float:left;
}

.mb-navigation .mb-tlink-menu li{
	width:100%;
	float:left;
}

.mb-navigation .mb-tlink-menu li a{
	display:block;
	padding:10px;
	color:#fff;
	border-bottom:1px solid #a73128;
	border-top:1px solid #731811;
}

.mb-navigation .mb-tlink-menu > li:first-child > a{
	border-top:none;
}

.mb-navigation .mb-tlink-menu > li:last-child > a{
	border-bottom:none;
}

.mb-navigation .mb-tlink-menu li .dropdown{
	width:100%;
	float:left;
}

.mb-navigation .mb-tlink-menu li .dropdown ul{
	width:100%;
	float:left;
	padding:0 10px;
	background:#611510;
}

.mb-navigation .mb-tlink-menu .dropdown li:first-child a{
	border-top:none;
}

.mb-navigation .mb-tlink-menu .dropdown li:last-child a{
	border-bottom:none;
}

/*************************___--- ~RESPONSIVE START~ ---___**************************/
@media (max-width:1024px){
	.slider > img{
		height:500px;
	}
	
	.hm-about h1, .hm-feed h1{
		font-size:38px;
	}
	
	.hm-motto p{
		font-size:20px;
	}
	
	.hm-admission h1{
		font-size:21px;
	}
	
	.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
		height:305px;
	}
	
	.hm-students-speakBox .hm-students-text{
		padding:10px 20px;
	}
	
	/*inside page*/
	.text-box p, .lower-alpha li, .table .admission-list li{
		font-size:15px;
		line-height:20px;
	}
	
	.vision-content .text-box{
		padding:20px 20px 10px;
	}
	
	.vision-content .text-box h4{
		padding:0;
		font-size:22px;
	}
	
	.schroll{
		max-height:285px;
	}
	
	.emag{
		width:185px;
	}
}

@media (max-width:930px){
	.top-header ul{
		width:auto;
		background-color: #09224c;
	}
	
	.textarea{
		width:90%;
		margin:0 5%;
	}
}

@media (max-width:890px){
	.logo img{
		width:200px;
		padding:10px 0;
	}
	
	.top-header ul li{
		margin:0;
	}
	
	#meal-menu{
		overflow:auto;
	}
	
	.fc-view-container{
		width:175% !important;
	}
	
	.fc-scroller .fc-week .fc-content-skeleton table tbody tr{
		overflow:auto !important;
	}
}

@media (max-width:768px){
	.top-header{
		height:50px;
	}
	
	.logo{
		float:left;
	}
	
	.logo img{
		width:180px;
		padding:0;
	}
	
	.top-header > ul{
		display:none;
	}
	
	.header{
		margin-top:0;
	}
	
	.mb-menu-btn{
		display:block;
	}

	.navigation, .inc-tlink{
		display:none;
	}
	
	.mb-home{
		display:block;
	}
	
	.mb-tlink-btn{
		display:block;
	}
	
	.lab-heading{
		position:relative;
	}
	
	.lab-btn{
		display:none;
	}
	
	#mb-lab-btn{
		display:block;
		cursor:pointer;
	}
	
	/*.mb-menu{
		display:none;
	}*/
	
	.slider > img{
		height:400px;
	}
	
	.banner-news-box{
		position:static;
		width:100%;
		float:left;
		margin-bottom:10px;
	}
	
	.banner-news-box .more-news a{
		background:#0e7a4a;
		color:#000;
	}
	
	.banner-news-box .more-news{
		position:static;
	}
	
	.hm-about{
		padding:30px 20px 40px;
	}
	
	.hm-about h1, .hm-feed h1{
		font-size:28px;
	}
	
	.hm-motto{
		padding:0;
		margin-top:0;
	}
	
	.hm-motto p{
		font-size:17px;
	}
	
	.hm-feed .explore{
		margin-left:-53px;
	}
	
	.explore a{
		font-size:12px;
		padding:7px 15px;
	}
	
	.explore a i{
		font-size:19px;
	}
	
	.hm-admission-img{
		width:35%;
	}
	
	.main-content .img-box{
		padding:0 10px 0 0;
	}
	
	.main-content .img-box.ryt-img{
		padding:0 0 0px 10px;
	}
	
	.hm-admission{
		background:#e1cfc3;
	}
	
	.hm-admission .hm-admission-text{
		padding:10px 0;
		border:solid #353535;
    	border-width:1px 1px 1px 0;
	}
	
	.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
		height:161px;
		margin:5px 0;
	}
	
	.hm-admission .hm-admission-text{
		width:65%;
	}
	
	.hm-admission h1{
		padding:10px 20px;
		font-size:19px;
		
	}
	
	.hm-social .hm-fb, .hm-social iframe{
		width:47%;
	}
	
	.hm-students-speak{
		width:100%;
		margin:20px 0;
		height:180px;
	}
	
	.hm-students-speak .bx-wrapper{
		padding-bottom:40px;
	}
	
	
	.bottom{
		text-align:center;
		padding-top:10px;
		padding-bottom:15px;
	}
	
	.entab, .bottom>p{
		width:100%;
	}
	
	.ecis{
		float:none;
		display:inline-block;
		margin:0;
	}
	
	.vision-content .img-box{
		width:100%;
		text-align:center;
		background:#ffeeec;
		background:-webkit-linear-gradient(left, #fff, #e8d3d0, #fff);
		background:-o-linear-gradient(to right, #fff, #e8d3d0, #fff);
		background:-moz-linear-gradient(to right, #fff, #e8d3d0, #fff);
		background:-ms-linear-gradient(to right, #fff, #e8d3d0, #fff);
		background:linear-gradient(to right, #fff, #e8d3d0, #fff);
	}
	
	.vision-content .img-box img{
		width:120px;
		display:table;
		margin:0 auto;
		border:2px solid #008add;
	}
	
	.vision-content .text-box{
		width:100%;
	}
	
	.schroll{
		max-height:100%;
		overflow:inherit;
	}
	
	.textarea{
		text-align:justify;
	}
	
	.text-box h6{
		font-size:16px;
	}
	
	.lab-heading .lab-btn{
		font-size:14px;
	}
	
	.lab-heading .lab-btn:after{
		border-width:13px 0 13px 10px;
	}
	
	.lab-heading .labs-list li a{
		font-size:14px;
	}
	
	.text-box h4{
		font-size:20px;
	}
	
	.club-text h5{
		margin-bottom:10px;
	}
	
	.club-text p{
		padding-bottom:5px;
	}
	
	.emag{
		width:200px;
	}
	
	.fh5-light-box{
	}
	
	.fh5-light-box iframe{
		width:500px !important;
	}
	
	.project-type{
		font-size:14px;
		line-height:normal;
	}
}

@media (max-width:656px){
	.navigation .menu li, .inc-tlink .menu li{
		position:relative;
	}
	
	.menu li .dropdown{
		right:0;
	}
	
	.foot-social{
		width:50%;
		margin:0 25%;
	}
	
	.foot-box.footer-logo{
		width:33%;
	}
	
	.foot-box:last-child{
		width:100%;
		padding:0 20px;
		margin-top:20px;
		text-align:center;
	}
	
	.heading h3{
		font-size:24px;
	}
	
	.vision-content .text-box{
		padding:20px 10px 10px;
	}
	
	.text-box h4{
		font-size:19px;
	}

	.club-slides{
	}
	
	.club-imgs{
		width:50%;
		margin:10px 25% 0;
	}
	
	.club-text{
		width:100%;
		margin-top:20px;
		border-top:1px dotted #fff;
	}
	
	.club-text p{
		color:#fff;
	}
	
	.club-text h5{
		text-align:center;
	}
	
	.clubs-box .bx-wrapper .bx-controls-direction a{
		top:0%;
		margin-top:2px;
	}
	
	.clubs-box .bx-wrapper .bx-prev{
		margin-left:15px;
	}
	
	.clubs-box .bx-wrapper .bx-next{
		margin-right:15px;
	}
	
	.connect-box ul li{
		width:30%;
		margin:1%;
	}
	
	.enquiry-form{
		width:100%;
		margin:0;
	}
	
	.input-type{
		width:65%;
	}
}

@media (max-width:560px){	
	.labs-list{
		width:200px;
		position:absolute;
		top:39px;
		left:0;
		background:#dadada;
		border:1px solid #4e4e4e;
		display:none;
		z-index:99;
	}
	
	.labs-list li{
		width:100%;
	}
	
	.house-table th{
		font-size:14px;
	}
	
	.width50{
		width:100%;
		margin-right:0;
	}
}

@media (max-width:550px){
	.slider > img{
		height:300px;
	}
	
	.hm-about {
		padding: 12px 12px 40px;
	}
	
	.hm-about h1{
		padding:10px 0 20px;
	}
	
	.hm-about h1, .hm-feed h1{
		font-size:22px;
		color: #008add;
		font-weight: bold;
	}
	
	.hm-admission h1{
		font-size:17px;
	}
	
	.hm-feed h1{
		padding-bottom:15px;
	}
	
	.hm-feed p {
		padding: 0 3% 20px;
		font-size: 17px;
		line-height: 25px;
	}
	
	.hm-feed .explore{
		margin-left:-53px;
	}
	
	.foot-social {
		width: 94%;
		margin: 0 3%;
	}
	
	.text-box p, .lower-alpha li{
		text-align:justify;
	}
	
	.text-box .curri-img{
		width:40%;
		margin:0 0 0 10px;
	}
	
	.text-box .curri-img-full{
		width:100%;
		margin:0 0 10px 0;
	}
	
	.labs .lab-imgs img{
		width:32%;
		padding:5px;
		margin:.5%;
	}
	
	.sports-list li{
		width:135px;
		margin:2%;
	}
	
	.table table{
		background:#fff;
		display:table;
		width:130%;
	}
	
	.emag{
		width:180px;
		margin:5px;
	}
	
	.emag span{
		font-size:12px;
		line-height:16px;
	}
	
	.fh5-light-box iframe{
		width:400px !important;
	}
	
	.project-type{
		width:auto;
	}
	
	.calums-type{
		display:none;
	}
	
	.input-type{
		width:100%;
	}
	
	.enquiry-form li:last-child .project-type{
		display:none;
	}
}

@media (max-width:425px){
	.logo img{
		width:135px;
	}
	
	.logo:before, .logo:after{
		width:46px;
    	height:50px;
	}
	
	.banner{
		margin-top:50px;
	}

	.banner #carouselExampleInterval{
		margin-top:0;
	}

	.banner #carouselExampleInterval .carousel-inner{
		height:220px;
	}
	
	.slider > img{
		height:200px;
	}
	
	.hm-admission-img{
		width:60%;
		margin:0 20%;
		position: relative;
    	z-index: 1;
	}
	
	.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
		height:auto;
		margin:0;
	}
	
	.hm-admission .hm-admission-img img{
		padding:5px;
		border:solid #212121;
		border-width:1px 1px 0;
		background:#fff;
	}
	
	.hm-admission .hm-admission-text{
		width:100%;
		border-width:1px;
		margin-bottom:15px;
		margin-top:-1px;
		background:#fff;
	}
	
	.hm-about{
	}
	
	.hm-about:before{
		content:'';
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		background:rgba(255,255,255,0.80);
		z-index:-1;
	}
	
	.hm-about h1, .hm-feed h1{
		font-size:19px;
	}
	
	.hm-motto p{
		font-size:14px;
		text-align:justify;
	}
	
	.hm-feed p{
		padding:0 0 20px;
		font-size:14px;
		line-height:20px;
	}
	
	.hm-students-speak{
		height:auto;
	}
	
	.hm-social .hm-fb, .hm-social iframe{
		width:100%;
		margin:0;
	}
	
	.hm-social .hm-fb{
		margin-bottom:20px;
	}
	
	.footer .first-footer{
		padding:10px;
	}
	
	.foot-social {
		width: 92%;
		margin: 0 4%;
	}
	
	.foot-box.footer-logo{
		width:100%;
		margin:0 0 10px;
		text-align:center;
	}
	
	.foot-box.footer-logo img{
		width:200px;
		display:inline-block;
	}
	
	.connect-box ul li{
		width:46%;
	}
	
	.heading{
		margin-bottom:10px;
	}
	
	.heading h3{
		float:none;
		text-align:center;
		font-size:18px;
	}
	
	.heading h3:before{
		left:50%;
		width:60px;
		margin-left:-30px;
	}
	
	.main-content .text-box{
		margin:0;
	}
	
	.text-box h4{
		text-align:center;
	}
	
	.quick-links{
		text-align:center;
		margin:0;
	}
	
	#management-bg .text{
		padding:10px;
	}
	
	.management-text .leader-img{
		width:50%;
		margin:0 25% 20px;
	}
	
	.management-text h6{
		text-align:center;
	}
	
	.adv-img{
		width:40%;
		margin:0 15px 10px 0;
	}
	
	.main-content .img-box{
		width:100%;
		padding:0 0 10px 0 !important;
	}
	
	.taglines h5{
		font-size:15px;
	}
	
	.labs h6{
		text-align:left;
	}
	
	.text-box h6{
		font-size:15px;
	}
	
	.emag{
		width:200px;
		margin:5px auto;
		display:table;
		float:none;
	}
	
	.fh5-light-box iframe{
		width:380px !important;
	}
	
	.awards-box .section-box{
		padding:10px;
	}
	
	.awards-box figure a img{
		width:80%;
		margin:0 10% 20px;
	}
	
	.awards-box figure .para-box{
		width:100%;
		margin-left:0;
	}
	
	.awards-box .para-box h3{
		text-transform:lowercase;
		font-size:16px;
	}
	
	.vacancy-box{
		overflow:auto;
		background:#fff;
	}
	
	.vacancy-box h2{
		width:93%;
		font-size:14px;
	}
	
	.vacancy-box .vacancy-list li{
		line-height:23px;
		font-size:15px;
	}
	
	.vacancy-box table{
		font-size:13px;
	}
	
	.vacancy-box table th b, .vacancy-box table th, .vacancy-box table strong{
		font-weight:400;
	}
	
	.fc-toolbar h2{
		font-size:16px;
		margin:10px 0;
	}
}

@media (max-width:375px){
	.labs .lab-imgs img{
		width:45%;
	}
}
.whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.whatsapp-button{
	margin-top:16px;
}
