*{
	font-family: "Nunito Sans", Arial, sans-serif;
}
html{
		scroll-behavior: smooth;
	}
body{
	margin: auto;
}
body .page{
	max-width: 80%;
	margin: auto;
}




.logo{
	text-align: center;
	padding: 0px 0 10px 0;
}
.logo img{
	width: 100%;
	max-width: 250px;
}
.page-title {
	text-align: center;
}
.page-title h2{
	color: #FDC800;
    font-size: 1.7rem;
    font-weight: 800;
    text-transform: capitalize;
}

.page-title h3{
	font-size: 1rem;
    line-height: 2;
}
.grad-heading{
	text-align: center;
	font-size: 1.5rem;
    display: block;
    line-height: 1;
    padding: 40px 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    background: #2F7FC2;
    background: -moz-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2F7FC2), color-stop(100%, #000166));
    background: -webkit-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -ms-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: linear-gradient(135deg, #2F7FC2 0%, #000166 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F7FC2', endColorstr='#000166', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-banner{
	text-align: center;
}
.page-banner img{
	width: 100%;
}
.description{
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
    text-align: justify;
}
.ecncr-landing-form-top{
	/*background: url(../../media/images/triangle.png);*/
    /*background: #2F7FC2;*/
	/*background-color: #2a2c2d;*/
	/*height: 170px;*/
    background: transparent;
	padding: 10px 20px 30px 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.ecncr-landing-form-top h3{
	font-size: 1.2rem;
    line-height: 2;
    color: #fff;
    /*opacity: .8;*/
    font-weight: 700;
    /*padding: 10px 0px 0px 0px;*/
    background: #FDC800;
}
.ecncr-landing-form-top h4{
	font-size: 12px;
    color: #fff;
    opacity: .8;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
}
.ecncr-landing-form-top h5{
	font-size: 13px;
    color: #fff;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 0px 0px 0px;}
.header-form .form-group .form-control{
	height: 30px!important;
	font-size:15px;
}
.header-form{
	padding: 20px;
}
.header-form form{
	display: inline-flex;
}
.issticky{
	display: block;
	position: sticky;
	top:-1px;
	position:-webkit-sticky!important;
	z-index: 100;
	overflow: hidden;
}
.submit-btn{
	background: #2F7FC2;
    background: -moz-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2F7FC2), color-stop(100%, #000166));
    background: -webkit-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -ms-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: linear-gradient(135deg, #2F7FC2 0%, #000166 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F7FC2', endColorstr='#000166', GradientType=1 );
    border: 1px solid #000166 !important;
    color: #fff !important;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn{
    text-transform:uppercase;
    font-weight:800;
}
.pollution-section{
	background-color: #f8f9fa;
    padding: 50px 0;
}
.pollution-section h4{
	font-size: 18px;
    color: #061272;
}

.pollution-section p{
	text-align: justify;
    color: #000;
}
.pollution-section .row{
	padding: 20px 30px;
	max-width:100vw;
}   
.vission{
	background: url(../../media/images/assembly.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
    background-position: center;
}
.vission-blank{

}
.vission .vission-content .vission-sec{
	display: block;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 1px;
    padding: 30px 120px 30px 50px;
    right: -50px;
    transition: .3s;
}

.vission .vission-content .vission-sec:hover{
    right: 0px;
    transition: .3s;
    background: rgba(255, 255, 255, 1);
}
.vission .vission-content .vission-sec h3{
	color: #000166;
    font-size: 1.5rem;
    border-width: 2px;
  	border-style: solid;
    border-image: linear-gradient(to right, #FDC804, rgba(0, 0, 0, 0)) 1 .2%;
    border-top: none; border-right: none; border-left: none;
    margin-bottom: 30px;
}
.vission .vission-content .vission-sec p{
	text-align: justify;
}
.vission .vission-content .vission-sec ul li{
	text-align: justify;
	color:#000;
}
 @media(max-width:767.89px){
 .vission-blank{
 	display: none;
}
.vission .vission-content .vission-sec{
	right: 0;
    padding: 30px 50px;
    background: rgba(255, 255, 255, 1);
}
.issticky{
	position:static!important;
}
}
.facilities{
	overflow-x: hidden;
}
.other-facilities-title{color: #fdc804;
	text-align: center;
	padding-top: 30px;
    font-size: 2rem;
    font-weight: 600;
    width:100%;
    text-transform: uppercase;}

.other-facilities ul{
	text-align: right;
}
.other-facilities ul li {
font-size: .9rem;
padding: 0px 18px;
text-align: right;
list-style-type: none;
color: #000;
line-height: 2.5;
}
.other-facilities ul li span{
	color: #000166;
	font-size: 1.6rem;
	text-align: right;
	float: right;
	margin-left: 20px;
}
 @media(max-width:767.89px){
 	.other-facilities ul{
 		padding: 0;
 	}
 	.other-facilities ul li {
 		padding: 0;
 		text-align: left;
 		line-height: 1.5;
 		margin-bottom: 30px;
 	}
 	.other-facilities ul li span{
 		float: left;
        padding-right: 15px;
 	}
 }
.testimonialsSection{
	background: #144565;
	padding: 90px 0;
}
.testimonialsSection .testimonialsTitle{
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}
.parentImg{
	width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background-position: top center;
    border: 8px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
}


.testimonialsSection .parentImg .quote {
    position: absolute;
    bottom: -10px;
	right: 0;
    width: 40px;
    height: 40px;
    background: #000166;
    background: #2F7FC2;
    background: -moz-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2F7FC2), color-stop(100%, #000166));
    background: -webkit-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -ms-linear-gradient(-45deg, #2F7FC2 0%, #000166 100%);
    background: -webkit-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: -o-linear-gradient(315deg, #2F7FC2 0%, #000166 100%);
    background: linear-gradient(135deg, #2F7FC2 0%, #000166 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F7FC2', endColorstr='#000166', GradientType=1 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;

    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.testimonialsSection .parentImg .quote i{
	color: #fff;
}
.testimonialsSection .testimonialText{
    padding-bottom: 20px;
	padding-top: 6em;
    margin-top: -65px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    display: inline-block;
}
.testimonialsSection .testimonialText p{
	padding: 20px;
	color: #666666;
}
.testimonialsSection .testimonialText h4{
	font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000000;
}
.gallery{
	padding:50px 20px;
	text-align: center;
}
.gallery .gallerySubTitle h3{
	font-size: 1rem;
}
.gallery .galleryTitle h3{
	color: #FDC800;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
#gallery{
	padding:50px 0;
}
footer{
	background: #000000;
	padding: 80px 0 0 0;
}
footer h3{
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
footer p{
	color:#B3B3B3;
}
footer .submit-btn{
	max-width: 130px;
}
footer .copyright-text{
	text-align: center;
	font-size: .8rem;
	padding: 80px 0 20px 0;
}




.float{
  position:fixed;
  bottom:60px;
  right:20px;
  z-index:100;
}

.float2{
  position:fixed;
  bottom:20px;
  right:20px;
    z-index:100;
    cursor: pointer;
}

.hostel-hand-book [data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: -5.9em;
    padding: 0.3em;
    position: relative;
    bottom: 26px;
    right: 100px;
}

.hostel-hand-book a, .whatsapp-landing a{text-decoration: none;color: #fff}


.whatsapp-landing [data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: -5.9em;
    padding: 0.3em;
    position: relative;
    bottom: 65px;
    right: 100px;
}


.my-float{
  margin-top:16px;
}



.text-heading{background: #fcd431;
    color: #fff;
    padding: 20px;
    text-align: center;}
.alumini-text-heading{background: #0a4470;
    color: #fff;
    padding: 20px;
    text-align: center;}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
/*  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}*/
  40% {transform: translateY(-30px);}
  /*60% {transform: translateY(-15px);*/}
}


.custom-modal-body{padding: 0}
.padding-form-popup {
    padding: 30px;
}



.submit-btn{background: linear-gradient(135deg, #ffcc00 0%, #FDC800 100%);color: #fff}
.apply-now{    max-width: 130px;
}

.carousel-tab-content img{padding-bottom: 20px}

.apply-now-sticky {
    background: #000166;
    color: #eeeeee;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 12px 12px;
}

.apply-now-sticky a{color: #eeeeee;}
.apply-now-sticky a:hover{text-decoration: none;}


.responsive-display-block{display: none;}

 @media(max-width: 768px){
    .bording-img img{
        height: 100%;
        width: 100%;
    }
    .header-form{padding: 20px 20px}
    .float2{right:10px;}
    .float{right:10px;}
    .responsive-display-block{display: block;}
    body .page {
    max-width: 92%;
    margin: auto;}
   .carousel-tab-content h2, .carousel-tab-content h2 span{font-size: 20px}
  #gallery-carousel .carousel-tab-content {
    padding: 0px 0px 0px 15px!important;
}
.hostel-hand-book [data-tooltip]:hover:before{
    display:none;
}
.whatsapp-landing [data-tooltip]:hover:before{
    display:none;
}
.screen-display-block{display: none;}
.testimonialsSection .testimonialText p{
    font-size: 12px;
}
.bounce2{
    animation: none;
}
.float{
    bottom: 150px;
}
.float2{
    bottom:60px;
}
}




#gallery-carousel .carousel-tab-content{padding: 0px 0px 0px 50px;}

.carousel-tab{display: inline-flex;width: 100%}
#owl-tab{width: 80%}

#carousel-custom-dots li{font-size: 20px;list-style-type: none;padding: 10px 0px;color: #fff}
#carousel-custom-dots{padding: 30px;height: 100%}

#gallery-carousel .owl-carousel .svg-width h2 span img{width: 100px}

.carousel-tab-content span {
    font-size: 100px;
    color: #010267;
    vertical-align: middle;
    padding-right: 20px;
}

#carousel-custom-dots .owl-dot.active{font-size:25px;}

#carousel-custom-dots li{cursor: pointer;}

#gallery-carousel .owl-carousel .owl-item img{display: inline-block;} 


    .thank-you-page{background:url(../../media/images/thank-you-school-image.jpg);background-position: center;background-size: cover;padding: 20px 0px;height: 110vh;background-repeat: no-repeat;}
    .brochure-download a{padding: 10px;
    background: #010101;
    color: #fff;
    border-radius: 5px;
    margin: 9px;}


.brochure-download a:hover{text-decoration: none;}


.button-blue{background: linear-gradient(135deg, #2F7FC2 0%, #000166 100%);color: #fff;margin:10px 0px;border-radius: 5px;text-align: center;padding:10px 0px;font-size:14px;}
.button-blue a{color: #fff}
.custom-modal-header{background:linear-gradient(135deg, #2F7FC2 0%, #000166 100%); }
.custom-modal-header h4{color: #fff;vertical-align: middle;}
.custom-modal-header h4 span{    font-size: 40px;
    vertical-align: middle;padding-right: 10px}

.modal-body ul{padding-left: 15px;
    padding-top: 10px;}


.blink_me {
  animation: blinker 1.4s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.5; }
}




#banner-form{
    width: 350px;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 10%;
    background: linear-gradient(135deg, rgba(47, 127, 194, 0.9) 0%, rgba(0, 1, 102, 0.9) 100%);
    padding-bottom: 0px;
}
#banner-form .row{
    margin: 0;
}
#banner-form .row>div{
    text-align: center;
}
 @media(max-width:767.89px){
    .banner-video{
        margin-bottom: -8px;
    }
    #banner-form{
        position: static;
        right: 0;
        width: 100%;
    }
 }
 @media(max-width:1024px){
    .ecncr-landing-form-top{
        padding-bottom: 0;
    }
    .logo{
        padding: 20px 0 10px 0;
    }
    #banner-form{
        padding-bottom: 20px;
        right: 0;
    }
    #banner-form .page-title h2{
        font-size: 1rem;
    }
    #banner-form .row>div{
        margin-bottom: -3px;
    }
 }

.impact{
    padding-top: 100px;
    padding-bottom: 50px;
}
.point-main h4:before{
    font-family: FontAwesome;
   content: "\f02e";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   padding-right: 15px;
   color: #FDC800;
}
.form-page-title h2{
    font-size: 1rem;
    color:#FDC800;
}
.form-page-title h2 .small-font{
    font-size: 0.8rem;
}
.impact .grad-heading{
    padding: 0 0 20px 0;
}
.bording-facility h3{
    color: #000166;
    font-size: 40px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #FDC804, rgba(0, 0, 0, 0)) 1 .2%;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 30px;
}
.bording-facility p{
    font-size: 15px;
    text-align: justify;
}
.form-button:hover{color: #fff;text-decoration: none;}
.form-button{background: #fbd30d;color: #fff;border:0;padding: 8px 20px;border-radius: 5px}