@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap');
@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('../fonts/DroidArabicKufi.woff2') format('woff2'), 
		 url('../fonts/DroidArabicKufi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
a, a:link, a:visited, a:active, a:hover,button,input,select,textarea,i{
	text-decoration: none;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
input, select, textarea {
	width: 100%;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input[type="radio"], 
input[type="checkbox"]{
	width: auto;
	height: auto;
}
input:focus, select:focus, textarea:focus{
	outline: none;
	box-shadow: none;
}
img{
	max-width:100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.container {
    width: 1260px;
}

.bule_bg{
	background: #283549;
}
.gold_bg{
	background: #918768;
}
.green_bg{
	background: #41592d;
}
/* ========================================================================== 
				HEADER  CSS START
=========================================================================== */

.home_header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
header{
	background:#fff;
	border-top: 5px solid #918768;
}
.header_top{
	font-size: 14px;
	color: #888888;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.top_link a{
	font-size: 14px;
	color: #888888;
	margin-right: 25px;
}
.top_link a:hover{
	color:#33582A;
}
.top_link a:last-child{
	margin-right: 0px;
}
.top_social a{
	margin: 0 5px;
}
.top_social span{
	font-size: 14px;
	color: #888888;
	margin-right: 10px;
	vertical-align: middle;
}
.select_serach select{
	width: 70px;
	padding-left: 15px;
	font-family: 'Droid Arabic Kufi';
	border: none;
	background: url("../images/select-arrow.png") no-repeat center left;
	vertical-align: text-bottom;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select_serach button{
    background: #54644e;
    border: none;
    color: #fff;
    padding: 10px 18px;
    font-size: 22px;
}
.serch_box {
    position: absolute;
    right:1px;
    top: 0;
    width: 100%;
	height: 100%;
	display: none;
}
.serch_box input {
    padding:5px 65px 5px 10px;
    height: 100%;
	border: 1px solid #e0e0e0;
	width: 99.9%;
    float: right;
}
.serch_box button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 21px;
    text-transform: uppercase;
    background: #596350;
    color: #fff;
    padding: 6px 18px;
}
.logo{
	margin:8px 0;
}
/* ------------------------------------------------------------------- 
				NAVIGATION CSS START
------------------------------------------------------------------- */
.navbar-collapse{
	padding:0;
}
.navbar-nav{
	width: 100%;
}
.navbar {
	min-height: auto;
	margin-bottom: 0;
	background: none;
	border: none;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #636363;
	border-right: 1px solid #e0e0e0;
    font-size: 16px;
	text-transform: uppercase;
	padding:70px 16px 15px 16px;
}
.navbar-default .navbar-nav li:last-child  a{
	border-right:none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color:#33582a;
}
.menu1{
	background: url("../images/menu-1.png") no-repeat;
    background-position: center 20px;
}
.menu1:hover,
.menu1:focus,
.navbar-nav  li.active .menu1,
.open .menu1{
	background: url("../images/menu-1-1.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu2{
	background: url("../images/menu-2.png") no-repeat;
    background-position: center 20px;
}
.menu2:hover,
.menu2:focus,
.navbar-nav  li.active .menu2,
.open .menu2{
	background: url("../images/menu-2-2.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu3{
	background: url("../images/menu-3.png") no-repeat;
    background-position: center 20px;
}
.menu3:hover,
.menu3:focus,
.navbar-nav  li.active .menu3,
.open .menu3{
	background: url("../images/menu-3-3.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu4{
	background: url("../images/menu-4.png") no-repeat;
    background-position: center 20px;
}
.menu4:hover,
.menu4:focus,
.navbar-nav  li.active .menu4,
.open .menu4{
	background: url("../images/menu-4-4.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu5{
	background: url("../images/menu-5.png") no-repeat;
    background-position: center 20px;
}
.menu5:hover,
.menu5:focus,
.navbar-nav  li.active .menu5,
.open .menu5{
	background: url("../images/menu-5-5.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu6{
	background: url("../images/menu-6.png") no-repeat;
    background-position: center 20px;
}
.menu6:hover,
.menu6:focus,
.navbar-nav  li.active .menu6,
.open .menu6{
	background: url("../images/menu-6-6.png") no-repeat #41592d;
    background-position: center 20px;

}
.menu7{
	background: url("../images/menu-7.png") no-repeat;
    background-position: center 20px;
}
.menu7:hover,
.menu7:focus,
.navbar-nav  li.active .menu7,
.open .menu7{
	background: url("../images/menu-7-7.png") no-repeat #41592d;
    background-position: center 20px;

}
.dropdown-menu {
    min-width: 300px;
    background-color: #33582a;
    border: none;
    border-radius: 0;
	-webkit-box-shadow: none;
	padding: 0;
    box-shadow:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.dropdown-menu  li  a{
    display: block;
    padding:10px 10px 10px 40px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
    font-size: 16px;
	text-transform: capitalize;
	position: relative;
	border-bottom: 1px solid #52683f;
}
.dropdown-menu  li:last-child  a{
	border-bottom:none;
}
.dropdown-menu li a::before {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #5a7a40;
    background: #33582a;
    width: 30px;
    text-align: center;
    height: 100%;
	padding-top: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #426834;
}
.dropdown-menu > li > a:hover::before{
	background: #487b3a;
	color: #32592b;
}

/* ========================================================================== 
				BANNER  CSS START
=========================================================================== */

.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .carousel-inner > .item > img{
	width: 100%;
	height: 100vh;
}
.banner .carousel-caption {
    left: 0;
    right: 0;
    padding: 0;
    bottom: auto;
    top: 40%;
    width: 900px;
    margin: auto;
}
.banner aside{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}
.banner p{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.read_btn{
    font-size: 20px;
    background: #41592d;
    color: #fff;
	text-transform: uppercase;
	padding: 18px 30px;
	margin-top: 20px;
	display: inline-block;
}
.read_btn:hover{
	background: #807551;
	color: #fff;
}
.banner .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=50);
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
	height: 80px;
	line-height: 80px;
    margin: auto;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.banner aside:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner  p{
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner  a{
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* ========================================================================== 
				ENVIRONMENT  CSS START
=========================================================================== */

.ENVIRONMENT{
	padding: 50px 0;
	background: #ebeceb;
}
.envir_img {
	position: relative;
}
.envir_img img{
	width: 100%;
}
.envir_caption {
    position: absolute;
    bottom: 0;
    width: 80%;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
}
.envir_caption strong{
	font-size: 36px;
	text-transform: uppercase;
	display: block;
}
.envir_caption a{
	font-size: 20px;
	text-transform: uppercase;
	background: #918768;
	color: #fff;
	padding: 18px 30px;
    margin-top: 20px;
    display: inline-block;
}
.ENVIRONMENT ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
.ENVIRONMENT li{
	width: 48%;
}
.ENVIRONMENT :nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ENVIRONMENT :nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.ENVIRONMENT :nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.ENVIRONMENT :nth-child(4) {
  -webkit-animation-delay:2.5s;
          animation-delay:2.5s;
}
.ENVIRONMENT_box{
	background: #384559;
	color: #fff;
	padding: 65px  25px  25px  25px;
	text-align: center;
	margin-bottom: 30px;
	min-height: 265px;
}
.ENVIRONMENT_box strong{
	font-size: 48px;
	display: block;
}
.ENVIRONMENT_box span{
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.ENVIRONMENT_box span{
	font-size: 15px;
}

.ENVIRONMENT .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=50);
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background-color: #767675;
    width: 30px;
	height: 80px;
	line-height: 80px;
    margin: auto;
}
.ENVIRONMENT  a.left.carousel-control {
    left: -70px;
}
.ENVIRONMENT  a.right.carousel-control {
    right: -66px;
}
/* ========================================================================== 
				BOARD OF GOVERNORS  CSS START
=========================================================================== */
.Board_Governors{
	padding: 50px 0;
	background: url("../images/sheap-1.png") no-repeat right top;
}
.Board_Governors img{
	max-width: 100%;
	height: 250px;
	margin: 0 auto;
    display: block;
}
.Board_Governors h1{
	font-size: 36px;
	font-weight: bold;
	color: #41592d;
	margin-bottom: 15px;
}
.Board_Governors span{
	font-size: 24px;
	color: #918768;
	margin-bottom: 35px;
	display: block;
}
.Board_Governors p{
	font-size: 16px;
	color: #6f6f6f;
	line-height: 30px;
}

/* ========================================================================== 
				STUDENTS POWER  CSS START
=========================================================================== */

.Students_Power{
	background: url("../images/power-bg.jpg") no-repeat;
	background-size:100%;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	padding: 130px 0;
}
.Students_Power h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.Students_Power p{
	font-size: 20px;
	margin-bottom: 20px;
}
.Students_Power span{
	font-size: 20px;
	font-weight: bold;
}

/* ========================================================================== 
				EVENTS  CSS START
=========================================================================== */

.EVENTS{
	background:#283549;
	padding: 50px 0;
}
.EVENTS h3{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.year_book{
	position: relative;
}
.year_book img{
	width: 100%;
	height: 715px;
}
.year_book_caption{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 50px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.year_book_caption strong{
	display: block;
	font-size: 32px;
}
.year_book_caption span {
    font-size: 30px;
    color: #86383c;
	font-weight: bold;
	font-family: Myriad Pro;
}
.year_book_caption p{
	font-family: 'Montserrat', sans-serif; 
	line-height: 26px;
}
.year_book_caption a {
    font-size: 24px;
    color: #fff;
	font-weight: bold;
}

.left_side {
	width: 33%;
	float: left;
}
.right_side{
	width:66.2%;
	float: left;
}
.meeting {
	position: relative;
}
.meeting img{
	width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 64, 85, 0.6);
    height: 100%;
	padding: 40px;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.overlay strong{
	font-size: 36px;
	color: #fff;
	display: block;
}
.overlay span{
	font-size: 22px;
	color: #c2b381;
	display: block;
	font-weight: bold;
}
.overlay a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.meeting:hover .overlay,
.right_top:hover .overlay,
.right_bottom:hover .overlay{
	background: none;
} 
.meeting:hover .overlay aside,
.right_top:hover .overlay aside,
.right_bottom:hover .overlay aside{
	visibility: hidden;
}

.right_top{
	position: relative;
}
.right_top img{
	width: 100%;
}
.right_top .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 64, 85, 0.6);
    height: 100%;
	padding: 40px;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.overlay strong{
	font-size: 36px;
	color: #fff;
	display: block;
}
.overlay span{
	font-size: 22px;
	color: #c2b381;
	display: block;
	font-weight: bold;
}
.overlay a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.right_bottom{
	position: relative;
	width: 50%;
	float: left;
}
.right_bottom img{
	width: 100%;
}
.right_bottom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 64, 85, 0.6);
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: right;
}

/* ========================================================================== 
				ACCREDITATION  CSS START
=========================================================================== */

.Accreditation{
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
	color: #6f6f6f;
}
.Accreditation h4{
	font-size: 36px;
	font-weight: bold;
	color: #41592d;
	margin-bottom: 25px;
}
#owl-demo2{
	margin-top: 50px;
}
.company_logo img {
	display: block !important;
	width: auto !important;
	max-width: 100%;
	margin: auto;
}
.customPreviousBtn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #636363;
    font-size: 46px;
    height: 25px;
}
.customNextBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #636363;
    font-size: 46px;
    height: 25px;
}

/* ========================================================================== 
				MAP  CSS START
=========================================================================== */
.map{
	position: relative;
}
.map img{
	width: 100%;
}
a.map_logo {
    position: absolute;
    bottom: 70px;
    right: 37%;
}
.map a.map_logo img{
	width: auto;
	height: auto;
}


/* ========================================================================== 
				NEWSLETTER  CSS START
=========================================================================== */

.Newsletter{
	background: #ececeb;
	padding: 30px 0;
}
.Newsletter strong{
	font-size: 36px;
	color: #41592d;
}
.Newsletter p{
	font-size: 14px;
	color: #636363;
	margin: 0;
}

.Newsletter .content {
text-align: center;
position: relative;
z-index: 2; 
}

.Newsletter .content .form-control {
	height: 60px;
	border-color: #ffffff;
	border-radius:0;
	font-size: 15px;
	color: #32592b;
	box-shadow: none;
}
.Newsletter .content .form-control::-webkit-input-placeholder {color:#c2bdad;}
.Newsletter .content .form-control::-moz-placeholder {color:#c2bdad;}
.Newsletter .content .form-control:-ms-input-placeholder {color:#c2bdad;} 
.Newsletter .content .form-control:-moz-placeholder {color:#c2bdad;}

.Newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.Newsletter .content .btn {
    min-height: 60px;
    border-radius: 0;
    background: #32592b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 180px;
    text-align: center;
}



/* ========================================================================== 
				FOOTER  CSS START
=========================================================================== */


footer{
	background: url("../images/footer-bg.jpg") no-repeat;
	border-bottom: 8px solid #968867;
	background-size: 100% 100%;
	padding: 50px 0;
	color: #fff;
}
footer h5{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}
footer p{	
	font-size: 15px;
	color: #ccd0cc;
}
.footer_social{
	margin-top: 50px;
}
.footer_social span{
	font-size: 15px;
}
.footer_social a {
    display: inline-block;
    margin-left: 5px;
}
.footer_callaction{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
	display: table;
}
.footer_callaction:hover,
.footer_callaction:focus{
	color: #d6c9a7;
}
.footer_callaction img{
	margin-right: 25px;
}

.footer_website_link{
	margin: 25px 0;
}
.footer_website_link span{
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_website_link a{
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
	position: relative;
}
.footer_website_link a::before{
	content: "";
	width: 1px;
	height: 90%;
	background: #fff;
	position: absolute;
	right:-10px;
	top: 10%;
}
.footer_website_link a:last-child::before{
	display: none;
}
.footer_main_link a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 16px;
}
.footer_main_link a:hover,
.footer_main_link a:focus{
	color: #c2b48f;
}



/* ========================================================================== 
				NES-FACILITIES   CSS START
=========================================================================== */


.NES_Facilities{
	background: #ececeb;
	padding: 60px 0 80px 0;
}
.NES_Facilities h2{
	font-size: 36px;
	color: #32592b;
	font-weight: bold;
	margin-bottom: 35px;
}
.NES_Facilities h4{
	font-size: 24px;
	color: #968867;
	margin-bottom: 35px;
}
.NES_Facilities p{
	font-size: 16px;
	color: #707070;
	line-height:26px;
}
.slider_control {
    display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.slider_control a{
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #32592b;
	height: 60px;
	line-height: 60px;
	min-width: 130px;
}
.NES_Facilities .slider_control .customNextBtn,
.NES_Facilities .slider_control .customPreviousBtn{
	position: initial;
	background: #d9dadc;
	color: #a8a8a8;
	width: 70px;
	height: 60px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.NES_Facilities .slider_control .customNextBtn:hover,
.NES_Facilities .slider_control .customPreviousBtn:hover{
	color: #c2b381;
}
.Facilities_box{
	position: relative;
	overflow: hidden;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.faci_caption {
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.NES_Facilities p.caption_text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}
.NES_Facilities p.caption_text img {
	width: auto;
	display: inline-block;
    margin-right: 20px;
}
.faci_caption aside {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.faci_caption strong{
	font-size: 22px;
	color: #4b753f;
}
.faci_caption p{
	font-size: 16px;
	color: #7e7e7e;
}
.faci_caption img {
    width: auto !important;
    border-bottom: 2px solid #9e9272;
    padding-bottom: 15px;
}
.faci_caption a{
	font-size: 16px;
	color: #9e9272;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	position: absolute;
    bottom: 10px;
}
.Facilities_box:hover .faci_caption{
	top: 100%;
}
/* ========================================================================== 
				PRE-SCHOOL   CSS START
=========================================================================== */

/* body {
  margin: 0;
  min-height: 100vh;
  background: #000;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.pre_school_container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pre_school_container .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 365px;
  position: relative;
  transform: skew(-10deg);
}
/* .pre_school_container .card:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FF0000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
} */
.pre_school_container .card .card__head {
  color:#fff;
  font-size: 28px;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  /* transition: all 0.5s ease-in-out; */
  min-width: 100%;
  text-align: center;
  position: absolute;
  /*bottom: 0;
  */left: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; */
}
.pre_school_container .card.hover:first-child .card__head{
	left: 0px;
}
.pre_school_container .card:first-child .card__head{
	left: 50px;
}
.pre_school_container .card.hover {
  flex-grow:2;
}

.pre_school_container .card.hover .card__head {
  text-align: center;
  top: calc(100% - 5.5em);
  color: white;
  font-size: 40px;
  transform: rotate(0deg) skew(8deg);
  -webkit-transform: rotate(0deg) skew(8deg);
  -moz-transform: rotate(0deg) skew(8deg);
  -ms-transform: rotate(0deg) skew(8deg);
  -o-transform: rotate(0deg) skew(8deg);
}
.pre_school_container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.pre_school_container .card:not(:nth-child(5)) {
  margin-right: 10px;
}

.pre_school_container .card:first-child{
	margin-left: -40px;
}
.pre_school_container .card:last-child{
	margin-right: -40px;
}

/* ========================================================================== 
				MOBILE MENU    CSS START
=========================================================================== */

.mobile_menu{
	display: none;
	padding: 10px 15px;
}

.mobile_menu .top_link a:hover{
	color: #fff;
}
.mob_show_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mob_show_bar .mob_logo img{
	max-width: 50%;
}
.mobile_menu .select_serach {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


#pre_school{
	display: none;
}
.pre_box{
	position: relative;
	text-align: center;
}
.pre_box p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.58);
}

/* ========================================================================== 
				CONTACT PAGE  CSS START
=========================================================================== */

.inner_caption {
    width: 100%;
    padding: 20px 70px;
    background: rgba(25, 37, 74, 0.85);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.inner_caption strong{
	font-size: 48px;
}
.page_share span{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
    vertical-align: text-bottom;
}
.page_share a {
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}
.page_share a:hover{
    color: #9cd0fd;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb > li a{
    color: #fff;
}
.breadcrumb > .active {
    color: #ffffff;
}

.location{
	padding: 30px 0;
}
.contact_map {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_map img{
	width: 100%;
}
.contact_map a{
	position: absolute;
	z-index: 1;
}
.contact_map a img{
	width:auto;
}

.h1{
	font-size: 36px;
	color: #41592d;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.location{
	font-size: 16px;
	color: #6f6f6f;
}
.location span{
	font-size: 24px;
	color: #918768;
	text-transform: capitalize;
}
.location p{
	font-size: 16px;
	color: #6f6f6f;
	margin:20px 0 0 0;
}
.tel_number {
    margin: 6% 0;
}
.tel_number span{
	font-size: 36px;
	color: #6f6f6f;
}
.location aside a{
	color: #6f6f6f;
	font-weight: bold;
}
.office_hours span{
	font-size: 18px;
	font-weight: bold;
	color: #918768;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.office_hours p{
	margin: 0;
}


.message{
	background: #ebeceb;
	padding: 50px 0; 
	color: #6f6f6f;
}
.message h2{
	font-size: 30px;
	color: #6f6f6f;
	font-weight: bold;
	text-transform: uppercase;
}
.message p{
	margin:20px 0 35px 0;
	color: #6f6f6f;
	font-size: 16px;
}
.message hr {
    border-top: 1px solid #cbcbcb;
}
.followon {
	margin-top: 20px;
}
.followon strong{
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.followon a{
	font-size: 17px;
	color: #6f6f6f;
	margin-right: 40px;
}
.followon a i{
	margin-right: 7px;
}
.followon a:hover{
	color: #a09572;
}

.contact_form input{
	font-size: 16px;
	color: #6f6f6f;
	height: 60px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e2e2e2;
}

.contact_form input::-webkit-input-placeholder {columns: #d8d8d8;;}
.contact_form input::-moz-placeholder {columns: #d8d8d8;;}
.contact_form input:-ms-input-placeholder {columns: #d8d8d8;;} 
.contact_form input:-moz-placeholder {columns: #d8d8d8;;}


.contact_form textarea{
	font-size: 16px;
	color: #6f6f6f;
	height: 130px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e2e2e2;
	resize: none;
}
.contact_form button{
    min-height: 60px;
    border-radius: 0;
    background: #32592b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 180px;
	text-align: center;
	border: none;
	float: right;
}

.message ul{
	margin-top: 50px;
}
.message li{
	width: 33.33%;
	float: left;
	color: #fff;
	text-align: center;
	padding:40px 20px;
}
.message li h4{
	font-size: 24px;
	font-weight: bold;
}
.message li p{
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.message li a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.for_other{
	padding: 40px 0;
}
.for_other h2{
	font-size: 30px;
	color: #6f6f6f;
	font-weight: bold;
	margin-bottom: 25px;	
	text-transform: uppercase;
}
.for_other p{
	font-size:16px;
	color: #6f6f6f;
	margin-bottom:20px;	
}
.for_other p a{
	color: #6f6f6f;
	font-weight: bold;
}


/* ========================================================================== 
				ABOUT US PAGE  CSS START
=========================================================================== */

.about_page{
	padding: 40px 0;
	font-size: 16px;
	color: #6f6f6f;
}
.sub_title{
	font-size: 36px;
	color: #32592b;
	font-weight: bold;
	text-transform: uppercase; 
	margin-bottom: 20px;
	margin-top: 0;
}
.sub_title span{
	font-size: 24px;
	color: #918768;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
}

.comn_p{
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 25px;
}

.about_page h3{
	font-size: 30px;
	color: #6f6f6f;
	margin-bottom: 20px;
}
.community_li {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.community_li li{
	padding: 15px;
	font-size: 16px;
	padding-left: 60px;
	color: #6f6f6f;
	background: url("../images/menu-1.png") no-repeat #f5f6f6;
	background-size: 30px;
    background-position: 15px center;
}
.community_li li:nth-child(even){
	background: url("../images/menu-1.png") no-repeat #eef0ef;
	background-size: 30px;
    background-position: 15px center;	
}

.Affiliation_li{
	display: flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.Affiliation_li li{
	padding:40px 20px;
	flex-basis: 32.3%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.comning_event{
	margin-bottom: 30px;
	position: relative;
}
.comning_event img{
	width: 100%;
}
.comning_event .year_book_caption strong {
    display: block;
    font-size: 36px;
}
.comning_event .year_book_caption strong.date {
    display: block;
	font-size: 48px;
	line-height: 40px;
}
.comning_event .year_book_caption strong.date small{
    display: block;
	font-size: 22px;
	color: #c9b57f;
	text-transform: capitalize;
}
.comning_event .year_book_caption{
	text-align: left;
}
.comning_event_link{
	display: flex;
	justify-content: space-between;
}
.comning_event_link a{
	font-size: 18px;
	text-transform: uppercase;
}

.about_news {
    margin-bottom: 30px;
}
.about_news strong{
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	background: #32592b;
	padding: 40px 40px;
	display: block;
}
.about_news small{
	font-size: 24px;
	color: #d8c597;
	display: block;
	font-weight: 400;
}
.about_news li a::before{
	content: "";
	background: #32592b;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left:-5px;
	opacity: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.about_news li a:hover::before{
	opacity: 1;
	width: 35px;
}
.about_news li a{
	font-size: 17px;
	color: #707070;
	background: #f5f6f6;
	position: relative;
	display: block;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px solid #dbdada;
	border-left: 5px solid #d7d7d7;
}
.about_news li a:hover{
	color: #32592b;
	background: #e2ebdf;
	padding: 15px 10px 15px 50px;
}
.about_news li:last-child a{
	border-bottom:none;
}

.about_news2 {
    margin-bottom: 30px;
}
.about_news2 strong{
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	background: #968867;
	padding: 40px 40px;
	display: block;
}
.about_news2 small{
	font-size: 24px;
	color: #d8c597;
	display: block;
	font-weight: 400;
}
.about_news2 li a::before{
	content: "";
	background: #968867;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left:-5px;
	opacity: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.about_news2 li a:hover::before{
	opacity: 1;
	width: 35px;
}
.about_news2 li a{
	font-size: 17px;
	color: #707070;
	background: #f5f6f6;
	position: relative;
	display: block;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px solid #dbdada;
	border-left: 5px solid #d7d7d7;
}
.about_news2 li a:hover{
	color: #32592b;
	background: #efebe0;
	padding: 15px 10px 15px 50px;
}
.about_news2 li:last-child a{
	border-bottom:none;
}

/* ========================================================================== 
				NEWS PAGE  CSS START
=========================================================================== */


.news{
	padding: 40px 0;
}
.news li{
	margin-bottom: 30px;
}
.news_img{
	float: right;
	width: 25%;
}
.news_img img{
	width: 100%;
}

.news_text{
	float: left;
	width: 73%;
}

.news_text h3{
	font-size: 24px;
	color: #42592e;
	font-weight: bold;
	margin-bottom: 25px;
}
.news_text small{
	font-size: 18px;
	color: #958867;
	display: block;
	margin-top: 7px;
}
.news_text p{
	font-size: 16px;
	color: #6f6f6f;
	line-height: 30px;
}
.news_text a {
    font-size: 18px;
    color: #fff;
    background: #335a2b;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 35px;
    margin-top: 25px;
}
.news_text a:hover{
    color: #fff;
    background: #958867;
}
.news_text aside strong{
	font-size: 18px;
	color: #6f6f6f;
	background: #fff;
	position: relative;
	z-index: 1;
	top: -10px;
	padding-right: 20px;
	vertical-align: super;
}
.news_text aside{
	position: relative;
}
.news_text aside::after {
    content: "";
    background: #b7b8b8;
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
}

.pagi {
	text-align: right;
	margin-top: 15px;
}
.pagi span{
	font-size: 26px;
	color: #a8a8a8;
	display: inline-block;
	padding: 0px 15px;
}
.pagi span:first-child,
.pagi span:last-child{
	padding: 0;
}
.pagi span i{
	font-size:48px;
	color: #335a2b;
	vertical-align: sub;
	cursor: pointer;
}
.pagi span.active {
    background: #335a2b;
	color: #fff;    
}