/***************Custom.css************/
body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.5px;
}
.section-title{
	position:relative;
}
.more {
    position: absolute;
    right: 0;
    top: 40%;
    color: #cf2769;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}
.more:hover {
    color: #cf2769;
}
@media screen and (min-width:1320px){
	.container{
		max-width: 1240px;
	}
	.theme-manage-area .container{
		*margin: -100px auto 0;
	}
}
.theme-manage-area {
    padding: 70px 0;
    background: #f9f9f9;
    margin-top: -35px;
    z-index: 9;
    border-radius: 50% 50% 0 0;
    width: 200%;
    bottom: -90%;
    left: -50%;
}
.theme-manage-area .container{
	position:relative;
	z-index:1;
}
#banner:after{
	content: "";
	position: absolute;
	height: 800px;
	width: 150%;
	bottom: -76%;
	left: -25%;
	background: #f1f1f1;
	z-index: 1;
	border-radius: 72% 72% 0 0;
}
.admission-alert {
    text-align: center;
    margin-bottom: 35px;
}
.admission-alert h2 {
    font-size: 42px;
    color: #111;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}
.admission-alert a {
    border: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    margin: 5px 20px 0 20px;
    font-weight: 500;
}
.admission-alert a:hover{
	color:#d5286c;
}
.navbar.navbar-expand{
	display: block;
    padding: 0;
    flex: none;
    float: right;
}
.theme-manage-area .item1{
	background:#ffffff;
}
/*.theme-manage-area .item1:nth-child(1) {
    background:#212121;
}
.theme-manage-area .item1:nth-child(2) {
    background:#313131;
}
.theme-manage-area .item1:nth-child(3) {
    background:#414141;
}
.theme-manage-area .item1:nth-child(4) {
    background:#515151;
}*/
.theme-manage-area .item-part p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
/**************Mobile nav*******/
.mobile-nav{
	display: flex ;
	position: relative;
	justify-content: space-between;
	padding: 10px 15px;
}
.mobile-nav .accordion {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:990;
}
.mobile-nav .navToggler span{
	
}

/**************Affiliation************/
.affiliation_panel{
	position:relative;
}
.affiliation_panel:before{
	position: absolute;
    z-index: 0;
    left: 0;
    opacity: 1;
    background: #484848;
    width: 50%;
    height: 100%;
    content: "";
}
.affiliation_panel:after{
	position: absolute;
    z-index: 0;
    right: 0;
    opacity: 1;
    background: #017339 ;
    width: 50%;
    height: 100%;
    content: "";
    top: 0;
}
.affiliation_panel .container{
	position:relative;
	z-index:1;
}
.affiliation_box{
	display:table;
	height:100%;
	width:100%;
	position:relative;
}

.affiliation_box .affiliation-media,.affiliation_box .affiliation-text{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.affiliation_box .affiliation-text{
	width: calc(100% - 160px);
    text-align: center;
    *clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 78% 50%);
    *background: #a81313;
    padding: 60px 130px 60px 30px;
    height: 100%;
}
.affiliation_box .affiliation-media{
	text-align:center;
	width:160px;
}
.affiliation_box .affiliation-text h3{
	margin: 0 0 10px 0;
	font-size: 40px;
	color: #fff;
	font-family: inherit;
	line-height: normal;
}
.affiliation_box .affiliation-text p{
    font-size: 22px;
    color: #fff;
    font-family: inherit;
	line-height: 26px;
}
.affiliation_box .affiliation-media img {
    width: 80%;
    margin: auto;
}
/************Activities**************/
.activities{
	padding: 70px 0;
    background: #fff;
}
.bg1{
	background: #f1f1f1;
}
.box20 {
    position: relative;
    overflow: hidden;
    margin: 0 8px;
}

.box20:after,
.box20:before {
    position: absolute;
    content: ""
}

.box20:before {
    width: 100%;
    height: 220%;
    background: #056056;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
}

.box20:hover:before {
    left: 0%
}

.box20:after {
    width: 55%;
    height: 175%;
    background-color: rgb(255, 255, 255, .7);
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all .8s ease 0s
}
.activity-media{
	padding-bottom:100%;
}
.box20 .box-content,
.box20 .icon {
    width: 70%;
    padding: 0 30px 0 20px;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s
}

.box20:hover:after {
    bottom: -54%
}

.box20 img {
    width: 100%;
    height: auto
}

.box20 .box-content {
    top: -100%;
    color: #fff
}

.box20:hover .box-content {
    top: 30px
}

.box20 .title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.box20 .title:hover {
    opacity:.6;
}
.box20 .title a{
    color: #fff;
}
.box20 .icon li a,
.box20 .post {
    display: inline-block;
    font-size: 13px
}

.box20 .post {
    margin-top: 5px;
	font-weight: 500;
}

.box20 .icon {
    list-style: none;
    margin: 0;
    bottom: -100%
}

.box20:hover .icon {
    bottom: 25px
}

.box20 .icon li {
    display: inline-block
}

.box20 .icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #444;
    border-radius: 50%;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    transition: all .5s ease 0s;
    font-size: 24px;
    padding: 2px 0 0;
	background: #fff;
    color: #d5286c
}

.box20 .icon li a:hover {
    opacity:.6;
}
.content_visible{
	position: absolute;
    bottom: 0;
    padding: 20px 20px 10px 20px;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	
}
.box20:hover .content_visible{
	transform:translate(0,100%);
}
.content_visible div{
	position: relative;
    z-index: 1;
    line-height: normal;
}
.content_visible div h3{
    line-height: normal;
}
.content_visible div .post{
    color:#ddd;
	*display:none;
}
.content_visible:after{
	position: absolute;
    content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	z-index:0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
}

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 20px
    }
}
/*********action_buttons**********/
.action_buttons{
	display:flex;
	justify-content:center;
	padding-top:10px;
}
.action_buttons a {
    display: inline-block;
    padding: 8px 20px 7px;
    background: #fff;
    color: #222;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.action_buttons a:not(:last-child){
	margin-right:30px;
	background:#cd2122;
	color:#fff;
}
.action_buttons a:hover{
	opacity:.9;
}

/**************Enquiry***************/
.register{
    background: -webkit-linear-gradient(left, #006258 , #008678e6);
    background: -moz-linear-gradient(left, #006258 , #008678e6);
    background: linear-gradient(left, #006258 , #008678e6);
    padding: 40px 60px;
    position: relative;
}
.register .container{
   z-index:1;
	position:relative;
}
.register-left{
    color: #fff;
}
.register-left i{
	font-size: 6em;
    opacity: .1;
    position: absolute;
    top: -10px;
    left: -60px;
}
.cta_text{
	position:relative;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register .action_buttons{
	justify-content: flex-end;
	padding:0;
}
.register-left h3 {
    font-size: 38px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
}
.register-left p {
    padding: 0;
    margin-top: 0;
    font-size: 19px;
    font-weight: 400;
}
.register .register-form{
    padding: 7% 10%;
    margin-top: 0;
    background: #f8f9fa;
    margin-left: 10%;
    position: relative;
}
.register .register-form:after{
	position:absolute;
	top:0;
	left:100%;
	height:100%;
	width:100%;
	background:#f8f9fa;
	content:"";
}
.btnRegister{
    float: right;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    padding: 10px 50px;
    background: #a81313;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    cursor: pointer;
}

.register-heading{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #495057;
}
.register-form .form-control{
	height:46px;
	line-height:normal;
	border-radius:0;
	font-size:18px;
	border:0;
	border-bottom:1px solid #ddd;
	background:transparent;
	padding:10px 0;
	box-shadow:none !important;
}
.register-form textarea.form-control{
	height:100px;
}

/************Virtual Tour*****************/
.virtual_tour{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	opacity:0;
	visibility:hidden;
	transform:scale(0);
}

.virtual_tour.virtual_tour_open{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.virtual_tour .close{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
    width: 36px;
    margin: 10px auto 0;
    background: #f00;
    color: #fff;
    line-height: normal;
    opacity: 1;
    text-align: center;
    padding: 3px 0;
    cursor: pointer;
}
.virtual_tour .video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/***************CTA ************/
.subscribe-banner {
    *background: #054c00  none repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
	*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
}
.subscribe-banner .container{
	position:relative;
	z-index:1;
}


/***************Footer**************/
footer .footer-quick-link .quick_links li{
	width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

/*************Enqury Popup**********/
.enquiry_form_wrapper{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:100%;
	transition:.7s ease-in-out;
	-moz-transition:.7s ease-in-out;
	-webkit-transition:.7s ease-in-out;
	background:rgba(0,0,0,.9);
	transform:translate(0, 200%) scale(2);
}
.enquiry_form_wrapper.enquiry_form_open{
	opacity:1;
	visibility:visible;
	transform:translate(0, 0) scale(1);
}
.enquiry_form_wrapper .enquiry_form_inner{
	display:table;
	width:100%;
	height:100%;
}
.enquiry_form_wrapper .enquiry_form_inner .register-form {
	display:table-cell;
	vertical-align:middle;
}
.enquiry_form_wrapper .enquiry_form_inner .register-form .register-form-content{
	width:600px;
	background:#fff;
	border-radius:6px;
	padding:40px;
	margin:0 auto;
	position:relative;
}
.enquiry_form_wrapper .enquiry_form_inner .register-form .register-form-content:after{
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) url(../images/logo/logo.png) no-repeat scroll center center/200px;
    z-index: 0;
    opacity: .05;
    filter: grayscale(1);
}
.enquiry_form_wrapper .enquiry_form_inner .register-form .register-form-content .form-div{
	z-index:1;
	position:relative;
}
.rf_title{
	margin-bottom:30px;
	text-align:center;
}
.rf_title h3{
	font-size:26px;
}
.rf-cbtn{
	position: absolute;
    height: 30px;
    width: 30px;
    background: #f00;
    color: #fff;
    top: 0;
    right: 0;
    margin-right: -50px;
    margin-top: -50px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
	padding:2px 0;
}
.rf-cbtn:hover{
	background:#a81313;
}

@media screen and (max-width:991px){
	header .top-header {
		padding: 10px 0;
	}
	header .top-header .container,header .top-header .left-side{
		max-width:100%;
		width:100%;
	}
	header .top-header .right-side{
		display:none;
	}
	header .top-header div.left-side>ul>li{
		margin: 0 !important;
		padding: 0 !important;
	}
}



.main-gallery-block {
    margin: 0 8px;
}
.main-gallery-img {
    position: relative;
    overflow: hidden;
    border: 5px solid #f1f1f1;
}
.main-gallery-block:hover img {
    transform: scale(1.2);
}
.main-gallery-block img {
    height: 280px;
    object-fit: cover;
    transition: .6s ease-in-out;
}
.main-gallery-block:hover .main-gallery-content {
    transform: translateY(10px);
}
.main-gallery-content {
    padding: 12px 20px;
    min-height: 78px;
    background: white;
    position: relative;
    top: -50px;
    margin: 0 16px;
    margin-bottom: -50px;
    border-bottom: 4px solid #00625885;
    transition: .6s ease-in-out;
}
.main-gallery-content h1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #111;
}
.gallery-count {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px;
    border: 1px solid #fff;
    background: rgb(255, 255, 255, .85);
    text-align: center;
}
.main-gallery-block:hover .gallery-count h4 {
    color: #d5286c;
}
.gallery-count h4 {
    color: #303030;
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
    transition: .6s ease-in-out;
}
.gallery-count h4 span {
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-carousel .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
    animation: zoom-in 30s infinite;
}
@keyframes zoom-in {
  0%   {transform: scale(1)}
  100% {transform: scale(1.2)}
}
.main-carousel .carousel-control-next, .main-carousel .carousel-control-prev {
    top: 50%;
    transform: translate(50%, -50%);
	bottom: auto; 
    width: auto;
    opacity: .5;
	background: black;
    padding: 40px 7px;
}
.main-carousel .carousel-control-next i, .main-carousel .carousel-control-prev i{
    color: #fff;
}
.main-carousel .carousel-control-prev {
    left: -16px;
}
.main-carousel .carousel-control-next {
    right: 16px;
}

.main-carousel .carousel-caption {
    bottom: 20px;
    left: 6%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
    width: 50%;
    padding-bottom: 0;
    padding-top: 0;
}
.main-carousel .carousel-caption h1 {
    line-height: 74px;
    font-size: 4.2em;
    text-shadow: rgb(0 0 0) 0px 0px 8px;
    margin: 10px 0px 0px;
    color: #fff;
    margin-top: 0;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    font-style: oblique;
    letter-spacing: 1px;
}


.inner-banner {
    position: relative;
    height: 80vh;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}
.inner-banner-block {
    position: absolute;
    bottom: 30px;
}
.inner-banner h1 {
    line-height: 75px;
    font-size: 3.8em;
    text-shadow: rgb(0 0 0) 0px 0px 8px;
    margin: 10px 0px 0px;
    color: #fff;
    margin-top: 0;
    letter-spacing: 1px;
    font-family: 'Noto Serif', serif;
}
.inner-banner nav ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.inner-banner nav ol.breadcrumb li.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    padding: 0 6px;
    font-weight: 400;
}
.inner-banner nav ol.breadcrumb li.breadcrumb-item a {
    color: #feffce;
	transition: .6s ease-in-out;
}
.inner-content-block-right h1 {
    background: #d5286c!important;
}

/* Read more Css Start */
.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.moretext1 {
	display: none;
}
.moretext2 {
	display: none;
}
a.moreless-but {
    color: #6c6c6c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
}
.bg2 a.moreless-but{
	color: #ffd041;
	border-bottom: 2px dashed #ffd041;
	font-weight: 500;
}
.entry-content{
	position: relative;
	overflow: hidden;
}
/* Read more Css End */

.inner-content-block:hover .admission-img img {
    transform: scale(1.15);
}
.admission-img {
    position: relative;
    overflow: hidden;
    border-bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    box-shadow: 0 6px 30px rgb(0 0 0 / 8%);
    border-top-right-radius: 30px;
}
.admission-img img {
    height: 550px;
    object-fit: cover;
    transition: .6s ease-in-out;
}
.admission-block {
    position: relative;
    margin-top: 40px;
    margin-left: -50px;
    background: #fff;
    padding: 30px 30px 60px;
    width: 550px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 96%);
    box-shadow: 0 6px 30px rgb(0 0 0 / 8%);
    z-index: 9;
	border-radius: 8px;
}
.admission-block h1 {
    font-size: 30px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    background: #006258;
    display: inline-block;
    padding: 7px 28px 8px 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    margin-left: -30px;
}
.admission-block p.main-text {
    font-size: 18.5px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
    margin-top: 18px;
    font-weight: 400;
}


.inner-content-block-right .admission-block {
    clip-path: polygon(0 0, 101% 0%, 100% 96%, 0% 100%);
    margin-left: 0;
    margin-right: -50px;
    float: right;
}
.inner-content-block-right .admission-img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 96%);
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
}


section.calender {
    background: #222222;
}
.dates-col ul {
    margin: 0 -15px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.dates-col ul li {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding: 10px 10px;
    height: 155px;
    overflow: hidden;
}
.dates-col ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-size: 16px;
    line-height: normal;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 16px;
    padding-left: 16px;
    cursor: pointer;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}
.dates-col ul li:nth-child(2n + 1) a .day {
    background-color: #e6275a;
}
.dates-col ul li a .day {
    padding: 0;
    background-color: transparent !important;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    color: #111;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.dates-col ul li a b {
    padding: 13px 8px;
}
.dates-col ul li a .date {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #d5286c;
    background: transparent;
    position: static;
    padding: 0;
    line-height: 44px;
}
.dates-col ul li:nth-child(2n + 1) a .month, .dates-col ul li:nth-child(2n + 1) a .date {
    color: #006258;
}
.dates-col ul li a .month {
    display: flex;
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    color: #d5286c;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-left: 3px;
}
.dates-col ul li a .month small {
    font-size: 80%;
    font-weight: 500;
}

.school-calender {
    padding: 70px 0;
}
.school-news {
    background: #006258;
    width: 400px;
    margin: auto;
    padding: 60px 30px 0;
    height: 100%;
    border-left: 4px solid #008678;
    border-right: 4px solid #008678;
}
.school-news div > li:first-child {
    padding-top: 0;
}
.school-news div > li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd;
}
.school-news .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #006c61;
}
.school-news ul li:last-child .media {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.school-news .event-date {
    float: left;
    margin-right: 10px;
    padding: 4px 12px;
    background: #008678;
    width: 70px;
}
.school-news ul {
    overflow: hidden;
}
.school-news marquee {
    width: 100%;
    height: 250px;
}
.school-news .event-date > ul > li {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    border-bottom: 1px solid #389b91;
    padding: 0 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.school-news .event-date > ul > li + li {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 0;
    font-weight: 400;
}
.school-news .event-content {
    padding: 6px 0 0 6px;
    text-align: left;
}
.school-news .event-content .media-heading, .school-news .event-content .media-heading a {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.school-news .event-content span {
    font-size: 13px;
    font-weight: 400;
    vertical-align: top;
    color: #ffffff;
}
a.explore-more {
    color: #fff;
    font-size: 15px;
    border: 1.5px solid #fff;
    padding: 1px 10px;
    border-radius: 30px;
    font-weight: 500;
}