*{
	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-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Light.woff2') 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-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Regular.woff2') 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.woff2') 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.woff2') 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.woff2') 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.woff2') 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.woff2') format('woff2'),
         url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Bold.woff') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfairbold';
    src: url('fonts/play-fair/playfairdisplay-bold-webfont.woff2') 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.woff2') 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;
}
.int-logo-20917{    
	top: 108px;
    position: absolute;
    width: 90px;
    right: 0px;
    z-index: 9999;
}
.int-logo-20917 img{
	width:100%;
}
/*----top header----*/

.top-header{
	width:100%;
	height:100px;
	float:left;
	position:absolute;
	z-index:9999;
	text-align:center;
	background:rgba(0,0,0,0.76);
}

.top-strip{
	width:100%;
	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:#8b221a;
	-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;
    color:#fff;
}

.top-header ul li a:hover i{
	background:#fff;
	color:#8b221a;
}

.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----*/
.mr-box
{
	float:left;
	text-align:center;
	box-sizing:border-box;
	position: absolute;
        bottom: 37px;
    z-index: 99;
	color:#FFFFFF;
		font-size:18px;
    width: 1;
    width: 78%;
		background:#2b0c09;
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		text-align:center;
		transition:transform 1s ease-in 0s;
		animation-duration: 1.2s;
		animation-name: mybl;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		-webkit-animation-duration:1.2s;
		-webkit-animation-name: mybl;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
		animation-timing-function: ease-in-out;
}
 .mr-box a{
	display:inline-block;
	padding:10px;
	color: #fff;
	text-decoration:none;
	font-size:12px;
		
 	}
	
.mr-box li
{
	display:inline-block;
	margin:0px 15px;
	}
 .mr-box a:hover{
	
    color: #51e28f;
}
			
			@keyframes mybl{
				form {
						backgroundr:#2b0c09;
					}
				to {
						background:#8b221a;
					}		
			}

	.mr-box span
	{
		display:none;
	}


/*---menu------*/

.header{
	width:100%;
	float:left;
	margin-top:-37px;
	background:rgba(0,0,0,0.80);
	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;
}

.slider{
	width:100%;
	float:left;
}

.slider > img{
	width:100%;
	height:650px;
	display:block;
}

.banner > img{
	width:100%;
	display:block;
}

.banner-news-box{
	width:300px;
	position:absolute;
	right:0;
	top:100px;
	bottom:37px;
	background:rgba(0,0,0,0.8);
	z-index:99;
}

.banner-news-box h3{
	font-size:12px;
	color:#E8E8E8;
	text-align:center;
	padding:7px;
	text-transform:uppercase;
	background:#8b221a;
	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:#a5145b;
    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:#8b221a;
}

.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:#b14840;
	-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:#b14840;
	-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:#fff;
}

.fa-blog img{
	width:19px;
	display:block;
}

.footer .first-footer {
    width: 100%;
    float: left;
	text-align:center;
	padding:30px 0 20px;
    border-bottom: 1px solid #730800;
}

.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:#fb594c;
}

.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;
	background:#5b0e08;
	text-align:center;
	border-top: 1px solid #4e0600;
}

.bottom p{
	color:#fb594c;
	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: #8b221a;
    padding: 5px;
}
.gallery-pic
{
	width:100%;
	height:160px;
}
.gallery-pic img
{
	width:100%;
	height:100%;
}
.gallery-text
{
	text-align:center;
	color:#FFFFFF;
    padding: 5px 5px 0px 5px;
}
/*---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%;
}

.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:#8b221a;
	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:#8b221a;
}

.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;
}

.howtoapply img{
	width:100%;
	display:block;
}

.text-box{
	width:100%;
	float:left;
}

.text-box h4{
	width:100%;
	float:left;
	margin-bottom:15px;
	color:#8b221a;
	font-size:24px;
}
.text-box-main{
		display: block;
		float: left;
		width: 100%;
		margin: 20px 0;
		box-shadow: 0px -1px 11px -1px inset;
	}
	.head-text-box{
		border: 1px solid gray;
		padding: 10px;
		color: white;
		cursor: pointer;
		background: #8b221a;
	}
	.head-text-box h1{
		position:relative;
	}
	.text-box{
		display:block;
		transition:all 500ms;
	}
	.head-text-box i{
		position:absolute;
		right: 0;
	}
.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: #8b221a;
	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 a
{
	padding: 2px 12px;
    background: #8b221a;
    color: #fff;
    font-size: 19px;
}
.para-box ul li p:before{
	content:'\00BB';
	display:inline-block;
	margin-right:10px;
	font-weight:800;
	color: #8b221a;
}
.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;
	width: 18%;
	margin-right: 1%;
	box-shadow: 0px 0px 1px #8b221a inset;
	padding: 10px;
}

.connect-box ul li img{
	width:100%;
	display:block;
}
.upload-box{
	/*background: #e4e4e4;*/
	padding: 4px;
	margin-top:10px;
}
.upload-box a{
	display: inline-block;
	padding: 10px 20px;
	background: #a5145b;
	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: #8b221a;
	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: #a5145b;
    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: #a5145b;
    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: #8b221a;
	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: #8b221a;
}
.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;
}
/*-------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:#8b221a;
}

.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 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:#8b221a;
	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 #8b221a;
	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:#8b221a;
}

.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:#8b221a;
}

/*--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: #8b221a;
    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:#8b221a;
}
.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:#8b221a;
	background:#fff;
	border:1px solid #8b221a;
	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:#8b221a;
}

.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;
}
.tctable table tbody td {
    width: 10% !important;
    vertical-align: top;
}

.tctable th{
	background:#1f2d39 !important;
	color:#fff;
	font-weight:400;
	letter-spacing:1px;
	padding:10px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
}


.admission-table table tbody tr:last-child td{
	text-align:center;
	color:#b14840;
}

.admission-boards p strong{
	color:#8b221a;
}

.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:#8b221a;
}

.emag img{
	width:100%;
	display:block;
}

.emag span{
	width:100%;
	float:left;
	padding-top:10px;
}

.emag:hover span{
	color:#8b221a;
}

.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:#8b221a;
	border-top:3px solid #8b221a;
}

.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% !important;
	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:#8b221a;
}

.mb-tlink-btn{
	float:right;
	color:#fff;
	font-size:20px;
    line-height:0;
    padding:12px 20px;
    background:#8b221a;
	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:#8b221a;
	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;
}
.virtual-tour
{
    position: absolute;
    z-index: 99999;
    left:0px;              
    top: 108px;
}
.virtual-tour img
{
	border-radius: 0px 5px 5px 0px;
    width: 150px;
}
.regiter-merit{position:fixed;bottom:300px;z-index:9999;width:151px;background: #a5145b;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment 1s infinite;
animation:fee-payment 1s infinite; 
}
.regiter-merit a{ color:#FFFFFF;}
.regiter-merit1{position:fixed;bottom:150px;z-index:9999;width:68px; display:block; text-align:right;background: #a5145b;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment 1s infinite;
animation:fee-payment 1s infinite;
}
.regiter-merit2{position:fixed;bottom:220px;z-index:9999;width: 147px;background: #007c62;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment12 1s infinite;
animation:fee-payment12 1s infinite;
}



@-webkit-keyframes fee-payment{
	50%{background:#a5145b;}
	50%{background:#007c62;}

}

@keyframes fee-payment{
	50%{background:#a5145b;}
	50%{background:#007c62;}
}
@-webkit-keyframes fee-payment12{
	50%{background:#007c62;}
	50%{background:#a5145b;}

}

@keyframes fee-payment12{
	50%{background:#007c62;}
	50%{background:#a5145b;}
}



/*upcoming events*/

.updates{
   background: #8b221a;
    float: left;
    width: 100%;
}
.sub-update{
    padding: 10px 0;
    float: left;
}


.updates .sub-update:nth-child(1){
    width:190px;
    background: #8b221a;
}
.updates .sub-update:nth-child(2){
   width: calc(100% - 190px);
    padding: 0px 0px 0px 20px;
    background: #fff;
    border-top: 1px solid #d8d8d8;
}
.marquee {
    color: #fff;
    width: calc(100% - 112px);
    display: inline-block;
    padding: 10px 0px;
}
.sub-update h4{
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    /* font-weight: 400; */
    padding: 6px 0;
    font-family: 'montserrat', 'lato', 'playfair', sans-serif;
}
.sub-update figure{
    display: inline-block;
    border-right: 1px solid grey;
    padding: 0 10px;
}
.sub-update figure a{
    color: #000; 
    font-size: 14px;
}
.sub-update figure a p{
    color: #000; 
    font-size: 14px;
	font-family: 'montserrat', 'lato', 'playfair', sans-serif;
	text-transform:uppercase;
}
.sub-update figure a p sup {
    text-transform:lowercase !important;
}
.sub-update figure a:hover p{
    color: #710505;
}
.sub-update figure:last-child{
    border-right: none;
}
.usp-main{
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0;
}

.header { 
     margin-top: 0px; 
}
.readBox
{
	float: right; 
}
.readBox a
{ 
    padding: 19px 20px 15px 10px;
    color: #000;
    display: block;
    z-index: 99;
    text-transform: uppercase;
}
.readBox a:hover
{
	color:#8b221a;	
}

/*************************___--- ~RESPONSIVE START~ ---___**************************/

@media (max-width:1230px){
.virtual-tour
{
    position: absolute;
    top: 93px;
	left:0;
}
.top-header ul li { 
    width: 54px;
}
}
@media (max-width:1024px){
	.int-logo-20917 {
    top: 200px;
    left: 0px;
}
	.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;
	}
	.mr-box
	{
		width:71%;
	}
	.mr-box li
	{
		display:none;
	}
	.mr-box span
	{
		display:block;
	}
	.mr-box a
	{
		font-size:22px;
	}
	.gallery-sec
	{
		text-align:center;
	}
	.gallery {
		width: 30.333%;
    	margin: 8px 1%;
		float: initial;  
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.gallery-pic { 
    	height: auto !important;
	}
}
@media (max-width:953px){
.mr-box
	{
		width:68%;
	}
	.mr-box a
	{
		font-size:18px;
	}
	.logo img {
    	width: 210px;
	}
}

@media (max-width:930px){
	.top-header ul{
		width:auto;
	}
	
	.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:100% !important;
	}
	.fc-view-container .fc-title
    {
    	font-size:7px;
    }
    .fc-event {
        line-height: .7;
    }
    #calendar2
    {
       width: 724px;     
    }
     #calendar1
    {
       width: 724px;     
    }
	.fc-scroller .fc-week .fc-content-skeleton table tbody tr{
		overflow:auto !important;
	}
}

@media (max-width:768px){
	
.int-logo-20917 {
    top: 150px;
    right: 0px;
	left:auto;
	z-index:9;
}
	.top-header{
		height:50px;
	}
	
	.logo{
		float:left;
		border-radius: 0 0 20px 0px;
	}
	
	.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;
	}
	
	.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 #8b221a;
	}
	
	.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;
	}
	.mr-box {
		width: 100%;
		position:initial;
	}
	.updates .sub-update:nth-child(1) {
    	width: 140px;
	}
	.sub-update h4 {
		font-size: 14px; 
		letter-spacing: 0px;
		font-weight: 400; 
	}
	.updates .sub-update:nth-child(2) {
    	width: calc(100% - 140px);
	}
	.readBox a {
		font-size: 11px;
		padding: 19px 10px 15px 10px;
	}
	.marquee { 
    	width: calc(100% - 95px);
	}
}

@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%;
	}
	.virtual-tour {
		position: fixed;
		top: auto;
		bottom: 0;
	}
		.virtual-tour img{
			border-radius:0;
	}
	.regiter-merit {
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.gallery {
		width: 46%;
		margin: 8px 1%;
	}
	.bottom { 
		padding-bottom: 55px;
	}
}
@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: #8b221a;
		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%;
	}
	.tctable table{
		background:#fff;
		display:table;
		width:150%;
	}
	.tctable td a {
    line-height: 6px;
    font-size: 12px;
}
	.tctable td {
    padding: 5px;
    line-height: 18px;
    font-size: 12px;
}.tctable th {
    font-size: 12px !important;
}
	.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;
	}
	.mr-box a {
        font-size: 14px;
    }
    .bred-crumb li {
        display: inline-block;
        vertical-align: middle;
        color: #1F1F1F;
        font-size:9px; 
    }
    .bred-crumb { 
        right:auto;
        top: 10px;
        left: 5%;
    }
	.mr-box a {
    font-size: 14px;
}
}

@media (max-width:425px){
	.logo img{
		width:135px;
	}
	
	.logo:before, .logo:after{
		width:46px;
    	height:50px;
	}
	
	.banner{
		margin-top:50px;
	}
	
	.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: 15px;
        width: 100%;
    }
	
	.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;
	}
	.updates .sub-update:nth-child(1) {
		width: 95px;
		padding: 7px 0;
		background: #8b221a;
	}
	.sub-update h4 {
		font-size: 13px; 
		padding: 0px 0; 
	}
	.updates .sub-update:nth-child(2) {
		width: calc(100% - 95px);
		padding: 0px 10px 0px 10px;
	}
	.sub-update figure a p { 
    	font-size: 11px;
	}
	.readBox
	{
		display:none;	
	}
	.readBox a {
		font-size: 11px;
		padding: 16px 10px 13px 10px;
	}
	.marquee { 
   	 width:100%;
	 padding: 7px 0px;

	}
}

@media (max-width:375px){
	.labs .lab-imgs img{
		width:45%;
	}
	.gallery {
		width: 100%;
		margin: 8px -2px;
	}
	.gallery-text { 
    	height: auto !important;
	}
	.gallery-text span { 
		top: auto;
		transform: translateY(0%);
	}
}
	




