@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Regular.ttf');
	src: url('../fonts/Asap-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
body{ font-family: 'Asap', sans-serif;overflow: hidden;}
*,ul,h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0;}
li{ list-style:none}


.banners{padding:0;}
.banners img{width:100%;}

.slider-wrapper h2 {
    position: absolute;
    top: 54%;
    left: 37%;
    /* font-family: 'Flavors', cursive; */
}

.banner-left{
	padding:0;
    position: absolute;
    top: 145px;
    z-index: 5;
}
.logo{
	padding: 15px 0 0;
}
.logo img{
	float:right;
	background:  #fff;
	
	border-radius: 2px;
}
.index-social{
	padding:0;
	top: 40px;
}
.index-social ul{
	padding:0;
	float:right;
}
.index-social ul:after{
	content:url(../images/line.png);
	display:block;
    margin-left: 20px;
	margin-top: 10px;
}
.index-social ul li{
	padding:5px
}
.index-social ul li a{
	padding:0;	
}
.index-social ul li a img{
	padding:0;
	transition:0.2s ease-in-out;
}
.index-social ul li a:hover img{
	transform: rotate(90deg);
}
.index-payment{
	padding:0;
	top: 50px;
}

.index-payment div {
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:500;
	margin: 1px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	float: right;
	text-align: right;
}
.index-payment .doc1>a,
.index-payment .doc2>a {
	margin: 10px 0px 10px 20px;
	width:60px;
	height:60px;
	border-radius: 50%;
    padding: 10px 55px 10px 0px;
	transition:0.2s ease-in-out;
	padding: 10px 60px 10px 0px;
    float:right;
}
.index-payment .doc1>a {
	background: url(../images/gent.jpg) no-repeat center center / cover;
}
.index-payment .doc2>a {
	background: url(../images/lady-doc.jpg) no-repeat center center / cover;
}
.index-payment p {
	text-align:right;
	color:#fff;
	font-size:16px;
	margin: 15px 0;
	padding-right: 10px;
	line-height: 25px;
}
.index-payment p a{
	color: #fff;
	text-align:right;
	background-color: #1a8e63;
	font-size: 14px;
	line-height: 20px;
	padding: 2px  5px;
	border-radius: 2px;
}
.index-payment p span{
	color: #29b584;
	font-size: 18px;
	font-weight: 600;
}

.banner-right{
	padding:0;
	z-index:11;
	position:absolute;
	top:0;
}
.banner-right .info-ids{
	margin-top: 3%;
}
.banner-right .info-ids p{
	float:right;
	display:block;
	color:#fff;
	font-size:16px;
}
.banner-right h2 span{
	float:right;
	margin-top: 7%;
	margin-right: 16%;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

.banner-right-menu{
	padding:0;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(3, 56, 121,0.95);
    overflow-y: auto;
    overflow-x:  hidden;
    transition: 0.5s;
}

.overlay-content-1 {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 50%;
    float: left;
}
.overlay-content-1 h2{
	color:#99c6e6;
	font-size:17px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:right;
	margin-bottom:30px;
}
.overlay-content-1 p{
	color:#7392a8;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:right;
	margin-bottom: 20px;
	line-height:28px;
}
.overlay-content-1 p span{
	font-weight:600;
}
.overlay-content-1 p b{
	font-weight:600;
	font-size:35px;
	color:#f1c309;
    line-height: 50px;
}
.overlay-content-1 p a{
	font-weight:600;
	font-size:17px;
	color:#f1c309;
    line-height: 40px;
	text-decoration:none;
}
.overlay-content-2 {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 30%;
    float: right;
}
.overlay-content-2 h2{
	color:#99c6e6;
	font-size:17px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:right;
	margin-right:170px;
	margin-bottom:30px;
	color: #fff;
	/* border: 2px solid #c59603; */
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: 600;
}
.overlay-content-2 a{
	color:#ddd;
	font-size: 18px;
	transition: 0.3s;
	text-decoration: none;
	padding: 8px;
	display:block;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:right;
	margin-right:170px;
	border-bottom: 1px solid #055e9c;
	text-transform: uppercase;
}
.overlay-content-2 a:hover{
	padding-right:13px;
}
.overlay-content-2 .active{
	color: #c59f02;
}

.overlay a {
    text-decoration: none;    
}

.overlay a:hover, .overlay a:focus {
    color: #f6ce3b;
}

.overlay .closebtn {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


button.accordion {
    background-color: transparent;
    color: #ddd;
    cursor: pointer;
    padding: 10px 0px;
    width: 70%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-bottom: 1px solid #015a98;
    margin-right: 180px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right:5px;
    text-transform: uppercase;
}
.panel strong a{
	font-size: 18px;
}
button.accordion:hover {
	color:#f1c309;
	padding-right:13px;
}
button.accordion.active {
	color:#f1c309 !important;
	padding-right:13px;
}

button.accordion:before {
    content: '\002B';
    color: #ddd;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

button.accordion.active:before {
    content: "\2212";
}

.overlay-content-2 h6>.panel {
    padding: 0px;
    background-color: transparent;
    height: 0;
    transition: height 0.2s ease-out;
    overflow-x: hidden;
    display:  block;
}
.panel a{
	color:#fff;
	padding:7px 0px;
	font-size: 14px;
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}



@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}





.body-bg{
	padding:50px 0px 20px 0px;
	background:url(../images/body-bg.png);
	background-attachment:fixed;
	background-size: cover;	
}
.welcome{
	padding:0;
	text-align:center;
}
.welcome p{
	font-size:17px;
	color:#a2a2a2;
	text-transform:uppercase;
    font-weight: 600;
}
.welcome p span{
	font-size:12px;
	text-transform:uppercase;
    font-weight: 600;
}
.welcome h1{
	font-size:19px;
	color:#1c4765;
	text-transform:uppercase;
    font-weight: 600;
}

.welcome-left{
	padding:0;
    margin-top: 50px;
}
.welcome-left-full{	
    text-align: right;
    padding-right: 20px;
}
.welcome-left-full img{
	display:inline-block;
    margin-top: -60px;
    margin-right: -2px;
}
.welcome-left-full p{
	display:inline-block;
    text-align: center;
	font-size:15px;
	color:#6a6a6a;
	text-transform:uppercase;
    background: #fff;
    padding: 16px 28px 10px 28px;
    box-shadow: 0px 0px 30px #ededed;
}
.welcome-left-full p span{
	font-size:25px;
	color:#2e2e2e;
	font-weight:600;
}

.welcome-right{
	padding:0;
	margin-top: 50px;
}
.welcome-right-full{
	padding:0;
    padding-right: 50px;
}
.welcome-right-full a{
	text-decoration:none;
	color:#fff;
	background:#1c4765;
	background-image:url(../images/readmore.png);
	background-repeat:no-repeat;
    background-position: 125px;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Encode Sans', sans-serif;
	padding:15px 50px 15px 40px;
	float:right;
    margin-top: -27px;
    position: relative;
}
.founder{
	padding:0;
    float: right;
    margin-top: 40px;
	text-align:center;
}
.founder img{
	margin:0 auto;
    margin-bottom: 10px;
}
.founder p{
	font-size:14px;
	color:#787878;
	text-transform:uppercase;
    line-height: 24px;
}
.founder p span{
	color:#e11a45;
    font-weight: 600;
}
.founder a{
	font-size:15px;
	color:#1c4765;
	text-transform:uppercase;
	text-decoration:none;
}
.founder a:after{
	content:'';
	border-bottom:1px solid #ddd;
	display:block;
	width:0px;
	margin:0 auto;
	transition:0.2s ease-in-out;
}
.founder a:hover:after{
	content:'';
	border-bottom:1px solid #1c4765;
	display:block;
	width:88px;
	margin:0 auto;
}

.welcome-content{
	padding:0;
	text-align:center;
	margin-top:40px;
}
.welcome-content p{
	font-size:14px;
	color:#040404;
	padding: 0px 250px;
	line-height: 24px;
}
.welcome-content a{
	text-decoration:none;
	font-size:14px;
	color:#bc0b3d;
	line-height: 24px;
}
.welcome-content a:after{
	content:'';
	border-bottom:1px solid #bc0b3d;
	display:block;
	width:0px;
	margin:0 auto;
	margin-top: -3px;
	transition:0.2s ease-in-out;
}
.welcome-content a:hover:after{
	content:'';
	border-bottom:1px solid #bc0b3d;
	display:block;
	width:70px;
	margin:0 auto;
    margin-top: -3px;
}


.body-left-right{
	padding:50px 0px 20px 0px;
	background:url(../images/body-lr-bg.png);
	background-attachment:fixed;
	background-size:cover;
	text-align:center;
}

.body-left-right-1{
	padding:0;
	margin-bottom: 30px;
}
.body-left-right-detail{
	padding:0;
	text-align:left;
	background:#fff3e8;
	min-height:274px;
}
.body-left-right-image{
	padding:0;
    background: #fff;
}
.body-left-right-image img{
	float:left;
}
.body-left-right-half{
	margin-top:20px;
	padding:0px 20px 0px 40px;
	border-right: 1px solid #dcdcdc;
}
.body-left-right-half h2{
	font-size:15px;
	color:#393939;
	font-weight:600;
	margin-bottom:10px;
}
.body-left-right-half p{
	font-size:14px;
	color:#393939;
	line-height:29px;
}
.body-left-right-half p:before{
	content:url(../images/icon.png);
	display:inline-block;
	margin-right:10px;
}
.body-left-right-detail a{
	text-decoration:none;
	color:#fff;
	background:#f69e52;
}
.body-left-right-1 a{
	text-align:left;
    float: left;
	text-decoration:none;
	font-size:24px;
	color:#fff;
	background:#f69e52;
	padding:5px 15px;
    position: relative;
    margin-top: -25px;
    margin-left: -15px;
}
.body-left-right-1:hover a{
	animation: wobble 1s ease;
    animation-iteration-count: 1;
}
.body-left-right-2:hover a{
	animation: wobble 1s ease;
    animation-iteration-count: 1;
}
.body-left-right-3:hover a{
	animation: wobble 1s ease;
    animation-iteration-count: 1;
}



.body-left-right-2{
	padding:0;
	margin-bottom: 30px;
	float: right;
    padding-left: 35px;
}
.body-left-left-image{
	padding:0;
    background: #fff;
}
.body-left-left-image img{
	float:right;
}
.body-left-right-1-detail{
	padding:0;
	text-align:left;
	background:#eff9ff;
	min-height:274px;
}
.body-left-right-image{
	padding:0;
    background: #fff;
}
.body-left-right-image img{
	float:left;
}
.body-left-right-1-half{
	margin-top:40px;
	padding:0px 20px 0px 40px;
	border-left: 1px solid #dcdcdc;
}
.body-left-right-1-half h2{
	font-size:15px;
	color:#393939;
	font-weight:600;
	margin-bottom:10px;
}
.body-left-right-1-half p{
	font-size:14px;
	color:#393939;
	line-height:29px;
}
.body-left-right-1-half p:before{
	content:url(../images/icon-1.png);
	display:inline-block;
	margin-right:10px;
}
.body-left-right-1-detail a{
	text-decoration:none;
	color:#fff;
	background:#f69e52;
}
.body-left-right-2 a{
	text-align:left;
    float: right;
	text-decoration:none;
	font-size:24px;
	color:#fff;
	background:#73b5e1;
	padding:5px 15px;
    position: relative;
    margin-top: -25px;
    margin-right: -15px;
}

.index-hotel{
	padding:0;
}
.index-hotel h2{
	font-weight:500;
}
.body-left-right-2-detail{
	padding:0;
	text-align:left;
	background:#dffff9;
	min-height:274px;
}
.body-left-right-2-half{
	margin-top:40px;
	padding:0px 20px 0px 40px;
	border-right: 1px solid #dcdcdc;
}
.body-left-right-2-half h2{
	font-size:15px;
	color:#393939;
	font-weight:600;
	margin-bottom:10px;
}
.body-left-right-2-half p{
	font-size:14px;
	color:#393939;
	line-height:29px;
}
.body-left-right-2-half p:before{
	content:url(../images/icon-2.png);
	display:inline-block;
	margin-right:10px;
}
.body-left-right-2-detail a{
	text-decoration:none;
	color:#fff;
	background:#f69e52;
}
.body-left-right-3 a{
	text-align:left;
    float: left;
	text-decoration:none;
	font-size:24px;
	color:#fff;
	background:#23a389;
	padding:5px 15px;
    position: relative;
    margin-top: -25px;
    margin-left: -15px;
}
.body-left-right-3{
    padding: 0;
    margin-bottom: 70px;
}




.facilities{
	padding:70px 0px;
	background:url(../images/facilities-bg.html);
	background-attachment:fixed;
	background-size:cover;
}
.facilities h2{
	font-size:25px;
	color:#fff;
	margin-bottom: 50px;
}
.facilities-in{
	padding:0;
}
.facilities-left{
	padding:0;
}
.facilities-right{
	padding:0;
}

.autoplay .slick-prev::before {
    content:url(../images/mob-prev.png);
	opacity:1;
}
.autoplay .slick-next::before {
    content:url(../images/mob-next.png);
	opacity:1;
}
.autoplay .slick-prev {
    top: -35%;
}
.autoplay .slick-next{
    top: -35%;
}
.autoplay .slick-prev {
    left:94% ;
}
.autoplay .slick-next {
    left: 97%;
}

.autoplay{
	padding:0;
}
.autoplay-hover{
	text-align:center;
    position: absolute;
    top: 0;
    width: 220px;
	background: rgba(45, 45, 45, 0.83);
	transition:0.2s ease-in-out;
}
.autoplay-hover:hover{
	background: rgba(245, 190, 43, 0.83);
    animation: bounce 1s ease;
    animation-iteration-count: 1;
}
.autoplay-hover img{
	margin:0 auto;
    margin-left: 35%;
    margin-top: 23%;
}
.autoplay-hover p{
	color:#fff;
	text-align:center;
	margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 20%;
}

.fade{
	padding:0;
}
.facilities-right h2{
	text-align:center;
	margin-top:70px;
    margin-bottom: 30px;
}
.single-item{
    text-align: center;
	padding: 0px 100px;
}
.single-item p{
	padding: 0px;
    font-size: 15px;
    line-height: 28px;
	color:#fff;
}
.single-item p span{
	text-transform:uppercase;
	color:#ffdd82;
}
.single-item p b{
	font-size:31px;
	padding-right:10px;
}
.slick-slide:focus{
	border:0px !important;
}

.single-item .slick-prev::before {
    content:url(../images/slide-prev.png);
	opacity:1;
	z-index:1;
}
.single-item .slick-next::before {
    content:url(../images/slide-next.png);
	opacity:1;
}
.single-item .slick-prev {
    top: 10%;
}
.single-item .slick-next{
    top: 10%;
}
.single-item .slick-prev {
    left:5% ;
	z-index: 1;
}
.single-item .slick-next {
    right: 7%;
	z-index: 1;
}


.news-enquiry{
	padding:70px 0px;
}
.news{
	padding:0;
}
.news h2{
	font-size:24px;
	color:#1c4765;
	margin-bottom:40px;
	text-transform:uppercase;
}
.news-events{
	padding:0;
}
.news-events img{
	display:inline-block;
    margin-top: -180px;
}
.news-events p{
	display:inline-block;
	width: 65%;
    padding-left: 20px;
	font-size:15px;
	color:#4a4a4a;
	text-transform:uppercase;
	line-height: 26px;
}
.news-events p b{
    text-transform: capitalize;
    font-size: 13px;
    color: #b9b9b9;
    font-weight: 300;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 6px 0px;
    margin-top: 7px;
    display: block;
}
.news-events p span{
    text-transform: capitalize;
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 300;
}

.news-events .slick-prev::before {
    content:url(../images/news-prev.png);
	opacity:1;
	z-index:1;
}
.news-events .slick-next::before {
    content:url(../images/news-next.png);
	opacity:1;
}
.news-events .slick-prev {
    top: 100%;
}
.news-events .slick-next{
    top: 100%;
}
.news-events .slick-prev {
    left:18% ;
	z-index: 1;
}
.news-events .slick-next {
    left: 24%;
	z-index: 1;
}

.col-md-12.sm-pad-small-dev {
    padding: 0;
}
.index-enquiry{
	padding:0;
}
.index-enquiry h2{
	font-size:24px;
	color:#1c4765;
	margin-bottom:40px;
	text-transform:uppercase;
    padding-left: 13px;
}
.contactus-enqu{width:100%;}
input.form-control {
    height:45px;
    border: none;outline:0;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;    color: #6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	padding: 0;
}
select.form-control{
  height:36px;outline:0;
    border: none;    color: #6f6f6f;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;
    border-radius: 0px;background:url(../images/drob-down-arrow.png) no-repeat 97%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	font-size: 14px;
	padding:0;
}
textarea.form-control.txt_area{
    border: none;outline:0;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;color:#6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	padding: 0;
    height: 37px;
}
.no-pad-a{padding:0px;}

span#txtCaptchaDiv {
    top:10px;
    position: relative;
    border-bottom: solid 1px #e1e1e1;
    font-size: 16px;
    line-height:33px;color:#9b9b9b;
    padding-bottom: 5px;height: 46px;
}
input.form-control.submit{background:#f1c309;color:#222;height: 46px; text-transform:uppercase; border-bottom:none;}
.form-group {
    margin-bottom: 25px;
}
iframe.contactus-enqu {
    min-height: 200px;
}
.form-control:focus {
    border-color: #1c4665;
    outline: 0;
    box-shadow: none;
}
textarea.form-control.txt_area:focus {
    border-color: #1c4665;
}

.index-video-bg{
	padding:0px;
	background:#1c4665;
	height:200px;
}
.index-video{
	padding:0;
}
.index-video-left{
	padding:0;
}
.index-video-right{
	padding:0;
	text-align:center;
	margin-top: 50px;
}
.index-video-right h2{
	font-size:35px;
	color:#fbfbfb;
	border-bottom:1px solid #fbfbfb;
	display:inline-block;
	padding: 10px 0px;
    margin-bottom: 10px;
	cursor:pointer;
	transition:0.2s ease-in-out;
}
.index-video-right p{
	font-size:15px;
	color:#fbfbfb;
	cursor:pointer;
	transition:0.2s ease-in-out;	
}
.index-video-right-content{
	transition:0.2s ease-in-out;
}
.index-video-right-content:hover h2{
	color:#f1c309;
	border-bottom:1px solid #f1c309;
	animation: bounceIn 1s ease;
    animation-iteration-count: 1;
}
.index-video-right-content:hover p{
	color:#f1c309;
}


.index-faq{
	padding:0;
	text-align:center;
	margin: 110px 0px 70px 0px;
}
.index-faq h2{
	font-size:31px;
	color:#a2a2a2;
    font-weight: 400;
    margin: 20px 0px;
}
.index-faq p{
	font-size:15px;
	color:#a2a2a2;
    font-weight: 400;
    margin: 20px 0px;
    padding: 0px 150px;
    line-height: 26px;
}
.index-faq a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	color:#e37921;
	font-weight: 600;
	background:url(../images/faq-icon.png) right center no-repeat;
	padding-right: 22px;
}


.footer{
	padding:50px 0px 20px 0px;
	background:#1c4665;
}
.footer-left{
	padding:0;
}
.footer-left-1{
	padding:0;
	padding-left: 30px;
}
.footer-left-1 h2{
	font-size:14px;
	color:#fff;
	font-weight:600;
	font-family: 'Encode Sans', sans-serif;
    padding-left: 15px;
    margin-bottom: 20px;
}
.footer-left-1 ul{
}
.footer-left-1 ul li{
    margin-bottom: 10px;
}
.footer-left-1 ul li:last-child{
    margin-bottom: 0px;
}
.footer-left-1 ul li a{
	text-decoration:none;
	color:#c9e8ff;
	background:url(../images/icon-1.png) left center no-repeat;
	padding-left:15px;
}
.footer-left-1 ul li a:hover{
	color:#fff;
}
.footer-left-1 ul li a.active{
	color:#ffd632;
}
.footer-left-1 p{
	text-decoration:none;
	color:#c9e8ff;
	line-height:29px;
	padding-left:50px;
}
.footer-left-1 p:before{
	content:url(../images/time.png);
	display:inline-block;
	position: absolute;
    margin-top: 3px;
	margin-left: -40px;
}
.footer-left-1 p a{
	text-decoration:none;
	color:#c9e8ff;
	line-height:29px;
}
.footer-left-1 p a:hover{
	color:#f1c309;
}


.footer-right{
	padding:0;
	background:#123651;
    height: 295px;
    float: right;
    position: absolute;
    right: 0;
}
.footer-right h2{
	font-size:17px;
	color:#fff;
    padding: 30px 0px 0px 50px;
}

.footer-right-top{
	padding: 0;
    background: #f1c309;
    margin-top: 70px;
    height: 235px;
    width: 35%;
    float: right;
    position: absolute;
    right: 0;
}
.footer-right-top:before{
	content:url(../images/footer-cut.png);
	display:block;
    margin-top: -18px;
}
.footer-right-top p{
    margin: 50px 50px 20px 50px;
    padding-left: 30px;
	line-height: 24px;
}
.footer-right-top p:before{
	content:url(../images/location.png);
	display:block;
    margin-left: -50px;
    margin-top: 0px;
    position: absolute;
}

.footer-right-top h2{
    margin: 0px 50px;
    padding-left: 30px;
	line-height: 30px;
	font-size: 19px;
}
.footer-right-top h2:before{
	content:url(../images/call.png);
	display:block;
    margin-left: -50px;
    margin-top: -5px;
    position: absolute;
}


.footer-bottom{
	padding:15px 0px;
	background:#123651;
}
.footer-bottom p{
	color:#c9e8ff;
}
.footer-bottom a{
	color:#fff;
	text-decoration:none;
}

.footer-bottom p b{
	color:#f1c309 !important;
}

.footer-bottom p span{
	float:right;
}

.index-social-1{
	padding:0;
}
.index-social-1 ul{
	padding:0;
	float:right;
}
.index-social-1 ul:after{
	content:url(../images/line-1.png);
	display:block;
    margin-left: 20px;
	margin-top: 10px;
}
.index-social-1 ul li{
	padding:5px
}
.index-social-1 ul li a{
	padding:0;	
}
.index-social-1 ul li a img{
	padding:0;
	transition:0.2s ease-in-out;
}
.index-social-1 ul li a:hover img{
	transform: rotate(90deg);
}
.index-payment-1{
	padding:0;
}
.index-payment-1 a{
	text-decoration:none;
	display:block;
	color:#fff;
	width: 100%;
    float: right;
    text-align: right;
	font-size:14px;
	font-weight:500;
    margin: 1px 0px; 
	font-family: 'Encode Sans', sans-serif;
}
.index-payment-1 a:first-child{
	background:url(../images/payment-icon-1.png) right no-repeat;
    padding: 10px 55px 10px 0px;
	transition:0.2s ease-in-out;
}
.index-payment-1 a:first-child:hover{
    padding: 10px 60px 10px 0px;
}
.index-payment-1 a:nth-child(2){
	background:url(../images/payment-icon-2.png) right no-repeat;
    padding: 10px 55px 10px 0px;
	transition:0.2s ease-in-out;
}
.index-payment-1 a:nth-child(2):hover{
    padding: 10px 60px 10px 0px;
}
.index-payment-1 a:nth-child(3){
	background:url(../images/payment-icon-2.png) right no-repeat;
    padding: 10px 55px 10px 0px;
	transition:0.2s ease-in-out;
}
.index-payment-1 a:nth-child(3):hover{
    padding: 10px 60px 10px 0px;
}
.index-payment-1 a:nth-child(4){
	background:url(../images/payment-icon-4.png) right no-repeat;
    padding: 10px 55px 10px 0px;
	transition:0.2s ease-in-out;
}
.index-payment-1 a:nth-child(4):hover{
    padding: 10px 60px 10px 0px;
}

.index-payment-1 p{
	text-align:right;
	color:#fff;
	font-size:16px;
	margin-top: 10px;
    padding-right: 10px;
    line-height: 34px;
}
.index-payment-1 p span{
	color:#f1c309;
	font-size: 38px;
    font-weight: 600;
}


.path-finder{
	padding: 14px 0px;
    text-align: center;
    background: #ebebeb;
}
.path-finder h2{
	font-size:14px;
	color:#c90823;
    text-transform: uppercase;
}
.path-finder a{
	text-decoration:none;
	color:#333333;
}
.path-finder span{
	color:#a8a8a8;
	font-size: 16px;
}


.about-content{
	/* padding:20px; */
	/* margin:40px 0px; */
}
.about-content h2{
	font-size:17px;
	color: #aa25b0;
	margin: 19px 0 12px 0;
}
.about-content h2:after{
	content:'';
	border-bottom: 1px solid #aa25b0;
	width:50px;
	display:block;
	padding-top:10px;
}
.about-content p{
	font-size:14px;
	color:#333333;
	text-align:justify;
	line-height:27px;
	margin-bottom: 11px;
}
.about-content img{
	margin:0 auto;
}
.profile{
    padding: 40px 100px;
}
.profile-1{
	padding:0;
	text-align:center;
}
.profile-1 h3{
	font-size:35px;
	color:#847c7c;
	border-bottom:1px solid #b8b8b8;
	display:inline-block;
	padding: 10px 0px;
    margin-bottom: 10px;
	cursor:pointer;
	transition:0.2s ease-in-out;
}
.profile-1 p{
	font-size:15px;
	color:#847c7c;
	text-align:center;
	cursor:pointer;
	transition:0.2s ease-in-out;	
	margin-bottom: 0;
}
.profile-1{
	transition:0.2s ease-in-out;
}
.profile-1:hover h3{
	color:#0b3655;
	animation: bounceIn 1s ease;
    animation-iteration-count: 1;
}
.profile-1:hover p{
	color:#0b3655;
}

.vision{
	padding:0;
}
.vision-bottom-1{
	padding:0px 10px 0px 0px;
	margin-bottom: 23px;
}
.vision-bottom-left-1{
	padding:30px;
	text-align:center;
	background:#ffe7ec;
	border-radius:10px;
    min-height: 458px;
}
.vision-bottom-left-1 h3{
	font-size:17px;
	color:#e9365b;
	font-weight:600;
    margin: 10px 0px;
}
.vision-bottom-left-1 h3:after{
	content:'';
	border-bottom:1px solid #e9365b;
	width: 70px;
    margin: 0 auto;
    display: block;
    padding: 4px 0px;
}
.vision-bottom-left-1 p{
	font-size:14px;
	color:#101010;
	text-align:justify;
	line-height:27px;
    margin-bottom: 0px;
}

.vision-bottom-2{
	padding:0px 0px 0px 10px;
	margin-bottom: 23px;
}
.vision-bottom-left-2{
	padding:30px;
	text-align:center;
	background:#fee1ff;
	border-radius:10px;
    min-height: 458px;
}
.vision-bottom-left-2 h3{
	font-size:17px;
	color:#aa25b0;
	font-weight:600;
    margin: 10px 0px;
}
.vision-bottom-left-2 h3:after{
	content:'';
	border-bottom:1px solid #aa25b0;
	width: 70px;
    margin: 0 auto;
    display: block;
    padding: 4px 0px;
}
.vision-bottom-left-2 p{
	font-size:14px;
	color:#101010;
	text-align:justify;
	line-height:27px;
    margin-bottom: 0px;
}


.vision-bottom-3{
	padding:0px 10px 0px 0px;
	margin-bottom: 23px;
}
.vision-bottom-left-3{
	padding:30px;
	text-align:center;
	background:#ebfbff;
	border-radius:10px;
	/* min-height: 512px; */
	background: url(../images/vedio.png) 50%;
}
.vision-bottom-left-3 h3{
	font-size:17px;
	color: #fff;
	font-weight:600;
	margin: 10px 0px;
}
.vision-bottom-left-3 h3:after{
	content:'';
	border-bottom: 1px solid #fff;
	width: 70px;
	margin: 0 auto;
	display: block;
	padding: 4px 0px;
}
.vision-bottom-left-3 h4{
    font-size: 14px;
    color: #167c96;
    margin: 15px 0px;
	text-align:left;
	background:url(../images/icon-3.png) left  center no-repeat;
    padding-left: 15px;
}
.vision-bottom-left-3 p{
	font-size:14px;
	color: #fff;
	text-align:justify;
	line-height:27px;
	margin-bottom: 0px;
}

.vision-bottom-4{
	padding:0px 0px 0px 10px;
	margin-bottom: 23px;
}
.vision-bottom-left-4{
	padding:30px;
	text-align:center;
	background:#fbf7e6;
	border-radius:10px;
	min-height: 250px;
	background: url(../images/vedio1.png) 50%;
}
.vision-bottom-left-4 h3{
	font-size:17px;
	color: #fff;
	font-weight:600;
	margin: 10px 0px;
}
.vision-bottom-left-4 h3:after{
	content:'';
	border-bottom: 1px solid #fff;
	width: 70px;
	margin: 0 auto;
	display: block;
	padding: 4px 0px;
}
.vision-bottom-left-4 p{
	font-size:14px;
	color: #fff;
	text-align:justify;
	line-height:27px;
	margin-bottom: 0px;
}

.vision-bottom-5{
	padding:0px 0px 0px 10px;
	margin-bottom: 23px;
}
.vision-bottom-left-5{
	padding:30px;
	text-align:center;
	background:#d9fff3;
	border-radius:10px;
	background: url(../images/vedio2.png) 50% 0 repeat-y;
}
.vision-bottom-left-5 h3{
	font-size:17px;
	color: #fff;
	font-weight:600;
	margin: 10px 0px;
}
.vision-bottom-left-5 h3:after{
	content:'';
	border-bottom: 1px solid #fff;
	width: 70px;
	margin: 0 auto;
	display: block;
	padding: 4px 0px;
}
.vision-bottom-left-5 p{
	font-size:14px;
	color: #fff;
	text-align:justify;
	line-height:27px;
	margin-bottom: 0px;
}


.director-speech-1{
	padding:0;
	margin: 50px 0px;
}
.director-speech-1 h2{
	font-size:17px;
	color:#333333;
    margin-bottom: 30px;
}
.director-speech-1 h2:after{
	content:'';
	border-bottom:1px solid #106b4e;
	width: 45px;
    display: block;
    margin-top: 12px;
}
.director-speech-1-left{
	padding:0;
}
.director-speech-1-right{
	padding:0;
	padding-left:30px;
}
.director-speech-1-right h3{
	font-size:16px;
	color:#333333;
	font-weight:600;
	margin-bottom:15px;
}
.director-speech-1-right h3 span{
	color:#9c9c9c;
}
.director-speech-1-right p{
	font-size:14px;
	color:#222;
	line-height:27px;
	text-align:justify;
    margin-bottom: 20px;
}

.director-speech-2{
	padding: 50px 0px;
	background:#f3f5ea;
}
.director-speech-1-right h4{
	font-size:14px;
	color:#222;
	line-height:27px;
	text-align:justify;
	display: inline-block;
	background:url(../images/icon-4.png) left center no-repeat;
    padding-left: 15px;
    margin-right: 34px;
    margin-bottom: 12px;
    background-position: 0px 8px;
}

.director-speech-3{
	padding: 50px 0px;
	background:#f2faff;
}

.academics{
	margin:50px 0px;
}
.academics h2{
	font-size:25px;
	color:#1c3a5d;
}

.academics-tab{
	padding:0;
	margin-top: 30px;
}

/* Style the tab */
div.tab {
    float: right;
    width: 22%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: #f1f1f1;
    color: #595959;
    padding: 15px 25px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	border-bottom: 1px solid #fff;
	background-image:url(../images/tab-1.jpg);
	background-repeat:no-repeat
}
div.tab button:last-child{
	border-bottom: 0px solid #d3d3d3;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #f8f8f8;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #f8f8f8;
	background-image:url(../images/tab.jpg);
	background-repeat:no-repeat;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px;
    width: 78%;
}

.tabcontent-left{
	padding:0;
    margin-bottom: 20px;
}
.tabcontent-left h3{
	font-size:14px;
	color:#d5071a;
	font-weight:600;
	margin-bottom:15px;
}
.tabcontent-left h5{
	margin-bottom:15px;
}
.tabcontent-left p{
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	background:url(../images/icon-3.png) left center no-repeat;
	padding-left:15px;
	line-height: 27px;
    background-position: 0px 10px;
}

.academic-campus{
	padding:0;
	margin-bottom: 50px;
}
.academic-campus img{
	margin:0 auto;
    margin-bottom: 50px;
}
.academic-campus h2{
	font-size:25px;
	color:#1c3a5d;
	margin-bottom: 20px;
    padding: 0px 20px;
}
.academic-campus p{
	font-size:15px;
	color:#000;
	margin-bottom: 20px;
	text-align:justify;
	line-height:27px;
	padding: 0px 20px;
}


.contact-us{
	padding:0;
	margin:70px 0px;
}
.contact-us-left h2{
	font-size:21px;
	color:#0a3554;
    padding-left: 15px;
	margin-bottom: 50px;
}
.contact-us-left{
	padding:0;
	padding-right:50px;
}
.contact-us-right{
	padding:0;
}
.contact-us-right h2{
	font-size:15px;
	color:#000;
	line-height:26px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
	background:url(../images/location.png) left center no-repeat;
	padding-left:50px;
	background-position: 0px 5px;
}
.contact-us-right h2:nth-child(2){
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	background:url(../images/phone.png) left center no-repeat;
	padding-left:50px;
	background-position: 0px 25px;
}
.contact-us-right h2:last-child{
	border-bottom: 0px solid #ddd;
	padding-top: 20px;
	background:url(../images/near.png) left center no-repeat;
	padding-left:50px;
	background-position: 0px 25px;
}


.faculty{
	padding:0;
	margin:50px 0px;
}
.faculty-left{
	padding:0;
}
.faculty-left p{
	text-align:justify;
	font-size:14px;
	line-height:27px;
	margin-bottom:15px;
	color:#000;
}
.faculty-left a{
	text-align:center;
	font-size:14px;
	text-decoration:none;
	color:#cd0000;
    display: block;
	line-height:22px;
	font-weight: 600;
}
.faculty-left img{
	margin:0 auto;
    margin-bottom: 16px;
}

.faculty-reason{
	padding:0;
	text-align:center;
	margin-bottom:50px;
}
.faculty-reason h2{
	font-size:14px;
	text-transform:uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.faculty-reason h2:after{
	content:'';
	border-bottom:1px solid #333;
	width:80px;
	display:block;
	margin: 0 auto;
	margin-top:8px;
}

.faculty-reason-1{
	padding:0px 8px;
}
.faculty-reason-left{
	padding: 25px 30px;
	background:#b8ffd6;
	border-radius:7px;
	min-height: 125px;
}
.faculty-reason-left p{
	font-size:14px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}
.faculty-reason-mid{
	padding: 25px 30px;
	background:#bde3fd;
	border-radius:7px;
	min-height: 125px;
}
.faculty-reason-mid p{
	font-size:14px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}
.faculty-reason-right{
	padding: 25px 30px;
	background:#fec2bb;
	border-radius:7px;
    min-height: 125px;
}
.faculty-reason-right p{
	font-size:14px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}


.faculty-certificate{
	padding:0;
	margin-bottom: 40px;
}
.faculty-certificate-1{
	padding:0;
	margin-bottom: 30px;
}
.faculty-certificate-1 img{
	margin:0 auto;
}


.extra-curricular{
	padding:0;
    margin: 70px 0px 30px 0px;
}
.extra-curricular-activities{
	padding:0;
	margin-bottom: 40px;
}
.extra-curricular-activities img{
	margin:0 auto;
}
.extra-curricular-activities p{
	width:337px;
    margin: 0 auto;
    display: block;
	font-size:14px;
	color:#000;
	background:#f3f3f3;
    padding: 20px;
	text-align:justify;
	line-height:27px;
	border-radius: 0px 0px 10px 10px;
    min-height: 365px;
}
.extra-curricular-activities p span{
	text-align:center;
	display:block;
	font-size:17px;
	color:#1c3a5d;
    margin-bottom: -10px;
}
.extra-curricular-activities p span:after{
	content:'';
	border-bottom:1px solid #333;
	width:80px;
	display:block;
	margin: 0 auto;
	margin-top:8px;
}
.extra-curricular-activities h6{
	width:337px;
    margin: 0 auto;
    display: block;
	font-size:14px;
	color:#000;
	background:#f3f3f3;
    padding: 20px;
	text-align:justify;
	line-height:27px;
	border-radius: 0px 0px 10px 10px;
    min-height: 525px;
}
.extra-curricular-activities h6 span{
	text-align:center;
	display:block;
	font-size:17px;
	color:#1c3a5d;
    margin-bottom: -10px;
}
.extra-curricular-activities h6 span:after{
	content:'';
	border-bottom:1px solid #333;
	width:80px;
	display:block;
	margin: 0 auto;
	margin-top:8px;
}

.facility{
	padding:0;
	/* margin: 70px 0px 0px 0px; */
}
.facility-in{
	padding:0 30px;
	text-align:center;
    margin-bottom: 40px;
	background:url(../images/side.png) right center no-repeat;
}
.facility-in:nth-child(3){
	background:none;
}
.facility-in:nth-child(7){
	background:none;
}
.facility-in img{
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}
.facility-in h2{
	font-size:17px;
	color:#1c3a5d;
	margin-bottom:15px;
}
.facility-in p{
	font-size:14px;
	line-height:27px;
	color:#000;
	min-height: 110px;
}
.facility-in-1{
	padding:0;
}
.facility-in-1:before{
	content:url(../images/side-1.png);
	display:block;
	margin-bottom: 50px;
	
}
.facility-in-2{
	padding:0;
}
.facility-in-2:before{
	content:url(../images/side-1.png);
	display:block;
	margin-bottom: 50px;
	
}
.facility-in-3{
	padding:0;
}
.facility-in-3:before{
	content:url(../images/side-1.png);
	display:block;
	margin-bottom: 50px;
	
}

.toppers{
	padding:0;
	margin: 70px 0px 40px 0px;
}
.toppers-left{
	padding:0 15px;
	margin-bottom: 30px;
}
.toppers-left-1{
	padding:0;
}
.toppers-left-1:before{
	content:'';
	border-top:1px solid #ddd;
	width:100%;
	display:block;
	margin-bottom:20px;
}
.toppers-left-1:after{
	content:'';
	border-bottom:1px solid #ddd;
	width:100%;
	display:block;
	margin-top:20px;
}
.toppers-left-1 a{
	text-decoration:none;
}
.toppers-left img{	
	margin:0 auto;
}
.toppers-left-1 p{
	margin:0 auto;
    text-align: right;
	background:#f1c309;
    position: relative;
    margin-top: -27px;
    float: right;
	color:#000;
	font-size:31px;
	padding:0px 17px 5px 17px;
}
.toppers-left-1 h2{
	font-size:17px;
	color:#c61c1c;
	text-align: center;
    font-weight: 600;
    margin-top: 13px;
	text-transform: uppercase;
}

.hostel{
	padding:0;
	margin: 70px 0px;
}
.hostel-1{
	padding:0;
	text-align:center;
}
.hostel-1 img{
	margin:0 auto;
}
.hostel-1 p{
	margin-top: 15px;
	color:#0b3655;
	text-transform:uppercase;
}
.domitries{
	padding:0;
	text-align:center;
	margin-top:50px;
}
.domitries h2{
	font-size:24px;
	color:#bf1414;
	font-weight:600;
}
.domitries h2:after{
	content:'';
	border-bottom:1px solid #ddd;
	display:block;
	width:90px;
	margin:0 auto;
	margin-top:10px;
}
.domitries-left{
	margin:50px 0px;
}
.domitries-left h3{
	font-size:17px;
	color:#0b3655;
	font-weight:600;
	margin-bottom: 10px;
}
.domitries-left img{
	margin:0 auto;
	margin-bottom: 10px;
}
.domitries-left-1{
	padding: 0px 8px;
}
.domitries-left-1 p{
	font-size:14px;
	color:#fff;
	background:#088c79;
	font-weight:600;
	padding: 13px 10px;
    border-radius: 7px;
}
.domitries-right{
	margin:50px 0px;
}
.domitries-right h3{
	font-size:17px;
	color:#0b3655;
	font-weight:600;
	margin-bottom: 10px;
}
.domitries-right img{
	margin:0 auto;
	margin-bottom: 10px;
}
.domitries-left-2{
	padding: 0px 8px;
}
.domitries-left-2 p{
	font-size:14px;
	color:#fff;
	background:#0b3654;
	font-weight:600;
	padding: 13px 10px;
    border-radius: 7px;
}

.hostel-food{
	padding:0;
}
.hostel-food-in{
	padding:0;
}
.hostel-food-over{
	position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}
.hostel-food-over p{
	font-size:17px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
    margin-top: 10px
}

.senior{
	padding:70px 0px 50px 0px;
	background:#f8f8f8;
}
.senior h2{
	font-size:17px;
	color:#000;
	margin-bottom:30px;
}
.senior h2:after{
	content:'';
	border-bottom:1px solid #333;
	width:50px;
	display:block;
	margin-top:10px;
}
.senior-left{
	padding:0;
}
.senior-left p{
	font-size:14px;
	color:#000;
	margin-bottom:12px;
	background:url(../images/icon.png) left center no-repeat;
	padding-left:20px;
	background-position: 0px 9px;
    line-height: 27px;
}
.senior-left b{
	margin: 15px 0px;
    display: block;
}

.senior-left-1{
	padding:0;
}
.senior-left-1 p{
	font-size:14px;
	color:#000;
	margin-bottom:40px;
	background:url(../images/icon.png) left center no-repeat;
	padding-left:20px;
	background-position: 0px 9px;
    line-height: 27px;
}

.junior{
	padding:60px 0px;
}
.junior h2{
	font-size:17px;
	color:#000;
	margin-bottom:30px;
}
.junior h2:after{
	content:'';
	border-bottom:1px solid #333;
	width:50px;
	display:block;
	margin-top:10px;
}
.junior-left{
	padding:0;
}
.junior-left p{
	font-size:14px;
	color:#000;
	margin-bottom:12px;
	background:url(../images/icon.png) left center no-repeat;
	padding-left:20px;
	background-position:0px 5px;
}
.senior-left img{
	margin-bottom:20px;
}


.gallery{
	padding:0;
	text-align:center;
}
#exTab1 .tab-content {
  padding : 0px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
  color:#000;
}
.nav-pills > li.active > a{
    background-color: transparent !important;
}
.nav-pills > li > a:after{
	content:url(../images/gallery-normal.png);
	display:block;
	margin:0 auto;
	margin-top: 5px;
}
.nav-pills > li.active > a:after{
	content:url(../images/gallery-active.png);
	display:block;
	margin:0 auto;
    margin-top: 5px;
}
.nav-pills > li:hover > a{
    background-color: transparent !important;
}
.nav-pills > li > a:focus{
    background-color: transparent !important;
}
ul.nav.nav-pills {
    background: #f1c309;
	padding:20px 0px 10px 0px;
}
.nav-pills > li {
    float: none;
    text-align: center;
    display: inline-block;
}

.gallery-row{
	padding:0;
}
.gallery-row-1{
	padding:0;
	padding-right: 7px;
}
.gallery-row-1 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.gallery-row-2{
	padding:0;
	padding-right:7px;
}
.gallery-row-2 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.gallery-row-3{
	padding:0;	
}
.gallery-row-3 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.gallery-row-4{
	padding:0;
	padding-right: 7px;
}
.gallery-row-4 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.gallery-row-5{
	padding:0;
	padding-right: 7px;
}
.gallery-row-5 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;	
}
.gallery-row-6{
	padding:0;	
}
.gallery-row-6 img{
	width:100%;
    margin: 0 auto;
    margin-bottom: 7px;
}



.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.image-pop{
	position: absolute;
    top: 0;
    background: rgba(10, 53, 84, 0.9);
    width: 100%;
    height: 98%;
	opacity: 0;
	transition:0.2s ease-in-out;
}
.image-pop img{
	width:auto;
    float: right;
    margin-right: 7%;
    margin-top: 5%;
}
.gallery-row-in{
	padding:0;
}
.gallery-row-in:hover .image-pop{
	opacity:1;
}


.content-example {
	display: block;
	height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.gmg-side-popup .title {
	margin: 0;
}
/* Not neccesary */


/*------ GMG Side Popup --------*/
.gmg-side-popup {
    cursor: pointer;
    width: 50px;
    height: auto;
    position: absolute;
    right: 0;
    /*top: 49%;*/
    top: 0;
    background: none;
    transition: all 0.8s ease;
    z-index: 1;
	overflow: hidden; 	
    border-radius: 20px 0px 0px 20px;
}
.gmg-side-popup.open {
    width: 30%;
    height: auto;
}
.gmg-sp-close {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gmg-side-popup.open .gmg-sp-close{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gmg-sp-ballon {
    display: block;
    margin: 0 auto;
	min-height: 480px;
}
.gmg-sp-ballon svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.gmg-side-popup .title,
.gmg-side-popup .gmg-sp-content {
	float: right;
    width: 86%;
    background: #fff;
    box-sizing: border-box;
    right: 0;
	opacity: 0;
	visibility: hidden;
	border-radius:10px 0px 0px 10px;
}
.gmg-side-popup.open .title,
.gmg-side-popup.open .gmg-sp-content {
	opacity: 1;
	visibility: visible;
}

.gmg-side-popup .title {
	min-width: 220px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
	position: absolute;
    top: 0;
}

.gmg-sp-content {
	padding: 0 8px;
}

.gmg-sp-button {
	display: flex;
	float: left;
	width: 100%;
	min-width: 220px; 
	min-height: 60px;
	background: #fff;
	line-height: 18px;
	color: #5c6770;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
a.gmg-sp-button:hover {
	background: #fbfbfb;
	text-decoration: none;
}
.gmg-sp-button.tell {
	cursor: default;
}
.gmg-side-popup .gmg-sp-button:nth-child(3) {
	border: 0;
}

.gmg-sp-button .desc {
	font-size: 14px;
}
.gmg-sp-button .icon {
	padding: 10px;
    font-size: 14px;
}

.gmg-side-popup .title,
.gmg-side-popup-form .title {
	line-height: 40px;
}

/*------ GMG Side Popup FORM --------*/
.gmg-side-popup-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	
}

.gmg-spf-container {
	width: 258px;
    height: 400px;
    background: #5c6770;
    padding: 10px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -129px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}
.gmg-spf-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 99;
    opacity: 0.4;
}
.gmg-spf-header,
.gmg-spf-content,
.gmg-spf-header * {
    float: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.gmg-spf-header .icon {
	padding: 15px 0 5px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.gmg-spf-header .title{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.gmg-spf-content {
    background: #fff;
    height: calc(100% - 87px);
    
    color: #000;
}
.admission{
	padding:0;
	padding: 0;
    float: right;
    position: fixed;
    top: 15%;
    z-index: 10;
    width: 100%;
}
.admission p{
	font-size:15px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	background:#f1c309;
	padding: 20px;
	border-radius: 10px 0px 0px 20px;
}


.title{
	padding:30px 15px;
}
.title h3{
	font-size:17px;
	color:#0e2d52;
	font-weight:600;
	text-transform:capitalize;
    margin-bottom: 30px;
}
.title h3:after{
	content:'';
	border-bottom:1px solid #000;
	width:70px;
	display:block;
	margin:0 auto;
	padding-top:10px;
}
.title h3:before{
	content:url(../images/close.png);
	display:inline-block;
	float: left;
    padding-left: 20px;
}
input.form-control-1 {
    height:45px;
    border: none;outline:0;
    box-shadow: none;    
	color: #6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	background: #f1f1f1;
	padding: 20px;	
    margin-bottom: 3px;
}
select.form-control-1{
  height:36px;outline:0;
    border: none;    color: #6f6f6f;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;
    border-radius: 0px;background:url(../images/drob-down-arrow.png) no-repeat 97%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	font-size: 14px;
	padding:0;
}
textarea.form-control-1.txt_area{
    border: none;outline:0;
    box-shadow: none;
    border-bottom: none;
	color:#6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	padding: 0;
    height: 60px;
	background: #f1f1f1;
	padding: 20px 0px 0px 20px;	
    margin-bottom: 3px;
}
.no-pad-a{padding:0px;}

span#txtCaptchaDiv {
    top:10px;
    position: relative;
    border-bottom: solid 1px #e1e1e1;
    font-size: 16px;
    line-height:33px;color:#9b9b9b;
    padding-bottom: 5px;height: 46px;
}
input.form-control-1.submit{background:#223754;color:#fff; font-size:13px;  height: 36px; text-transform:uppercase; border-bottom:none; padding:10px;}
.form-group {
    margin-bottom: 25px;
}
iframe.contactus-enqu {
    min-height: 200px;
}
.form-control-1:focus {
    border-color: #1c4665;
    outline: 0;
    box-shadow: none;
}
textarea.form-control-1.txt_area:focus {
    border-color: #1c4665;
}
.form-control-1 {
    display: block;
    width: 100%;
}
iframe.contactus-enqu-1 {
    min-height: 340px;
}


#myModal .modal-dialog { width:800px; margin: 0 auto;}
#myModal .modal-header{ border: none; padding:0px;}
#myModal .modal-body{ padding:0px;}

.modal{ top:10% !important;}
#myModal .modal-content{ background: none; box-shadow: none; border: none;}
#myModal .modal-header .close{ background:#f23a3a; padding:2px 10px; font-size:30px; color:#fff; opacity:1;}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .75;
}
.contact_enq_blk-2 {
    background: #0b3859;
	padding:0;
}
iframe.contactus-enqu-3 {
    min-height: 370px;
	background:#fff;
	padding:15px 0px;
	width: 100%;
}
.popup-form-left{
	padding:0;
	text-align:center;
}
.popup-form-left img{
	margin:0 auto;
}
.popup-form-left p{
	font-size:23px;
	color:#fff;
	margin-top:40px;
}
.popup-form-left p b{
	font-size: 19px;
    font-weight: 200;
    line-height: 34px;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
    display: block;
}
.popup-form-right{
	padding:0;
	background:#fff;
	text-align:center;
}
.popup-form-right p{
	margin-top:20px;
}


.admission-form{
    padding: 0;
    margin: 80px 0px;
}
.admission-in{
	padding:0;
    display: inline-block;
    float: none;
    text-align: center;
}
input.form-control1 {
    height:45px;
    border: none;outline:0;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;    color: #6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	padding: 0;
	width: 100%;
}
select.form-control1{
  	height:45px;
	outline:0;
    border: none;    color: #6f6f6f;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;
    border-radius: 0px;background:url(../images/drob-down-arrow.png) no-repeat 97%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	font-size: 14px;
	padding:0;
	width: 100%;
}
textarea.form-control1.txt_area{
    border: none;outline:0;
    box-shadow: none;
    border-bottom: solid 1px #bdbdbd;color:#6f6f6f;
    border-radius: 0px;
	font-size: 14px;
	padding: 0;
    height: 100px;
	width: 100%;
}
.no-pad-a{padding:0px;}

span#txtCaptchaDiv {
    top:10px;
    position: relative;
    border-bottom: solid 1px #e1e1e1;
    font-size: 16px;
    line-height:33px;color:#9b9b9b;
    padding-bottom: 5px;height: 46px;
}
input.form-control1.submit{background:#f1c309;color:#222;height: 46px; text-transform:uppercase; border-bottom:none;}
.form-group {
    margin-bottom: 25px;
}
iframe.contactus-enqu {
    min-height: 200px;
}
.form-control1:focus {
    border-color: #1c4665;
    outline: 0;
    box-shadow: none;
}
textarea.form-control1.txt_area:focus {
    border-color: #1c4665;
}

iframe.contactus-enqu-2 {
    min-height: 350px;
    width: 100%;
}

.social-links{
}
.social-links ul{
    margin-top: 15px;
}
.social-links ul li{
	display: inline-block;
}
.social-links ul li a{
	background: none;
    padding-left: 5px;
}
.social-links ul li:first-child a{
	padding-left: 13px;
}
.social-links ul li a img{
    transform: rotate(90deg);
}

.admission-form h6{
	margin-top:20px;
	font-size:19px;
	color:#000;
	text-align:center;
}
@media (min-width:1600px){
	.index-payment{
		top: 150px;
	}
	.index-social {
		top: 160px;
		}
    .banner-right h2 span {
    font-size: 20px;
    padding: 12px 20px;
    }
}