/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/
 body {
	font-family:open sans, arial;
	font-size: 16px;
	
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}

*, input, button {outline:none !important;}

a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
	font-family: Crimson text;
}
 @media (max-width: 1199px) {
 .container {
 width:auto;
}
}
 @media (min-width: 1200px) {
 .container {
 width: 1200px;
}
}
.main_heading {
	font-size:37px;
	font-weight:400;
	color:#000;
	margin: 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}

.main_heading span{
	display: block;
	color: #5d5d5d;
	font-size: 19px;
	text-transform: capitalize;
	margin-top: 2px;
}

 @media (max-width: 767px) {
 .main_heading {
 font-size: 25px;
 line-height: 29px;
}

.main_heading span{
	margin-top:0;
}

}
 @media (max-width: 480px) {
.main_heading {
 font-size:	23px;
}
}
.list1{
	list-style:none;
	padding:0;
	

}

.list1 li {
	
	padding: 4px 0;
	position:relative;
	padding:0 0 0 25px;
	
}
.list1 li:before{
	content: '\f061';
	font-family: fontawesome;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 12px;
}
.list1 li a {
	color:#333;
}
.list2 li {
	list-style:url(../images/bullet1.png);
	padding:0 0 6px 0px;
}
.header_right {
	float:right;
	width: 60%;
}
.top_link {
	color: #000;
}
.top_link a {
	color:#fff;
}

header .container{
	position: relative;
}

 @media (max-width: 896px) {
 .header_right {
 float:none;
 display:block;
 width:auto;
 height:48px;
 margin-left: -15px;
 margin-right: -15px;
}
 .top_link {
 margin-right:10px;
 float:right;
}

header .container{
	position: initial;
}

}
.header_left {
	padding: 5px 0 5px 0;
	float:left;
	width:40%;
	text-align:left;
}

@media(max-width: 1200px){

.header_left {
    width: 30%;
}

.header_right {
    width: 70%;
    }
}

@media (max-width: 896px) {
.header_left {
display: block;
float: none;
margin: 0px auto 0;
text-align:center;
width: auto;
}

.site_logo{
padding: 12px 0 10px 0;
width: 355px;
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
}

.site_logo img{
	max-width: 350px;
	margin: 0 auto;
}

header{
background-color:#fff;
z-index: 1;
}

}

@media(max-width: 500px){
.site_logo img{
	max-width: 290px;
}

.site_logo{
width: 215px;
}

}

.banner {
	position:relative;
}

footer {
	background:#1b1b1b;
	color:#fff;
}
footer a, footer a:focus {
	color:#fff;
}
footer a:hover {
	color:#fff;
}
.footer_left {
	float:left;
	width:70%;
}
.footer_right {
	text-align:right;
}
 @media (max-width: 767px) {

 .footer_left, .footer_right {
 text-align:center;
 width: 100%;
}
}
 @media (max-width: 599px) {
.footer_left span {
 display:block;
}
}

header{
border-top: 5px solid #742555;
margin-bottom: 49px;
position: relative;
}

.border-custom{
border-left: 1px solid rgba(255,255,255,0.3);
}

header:after{
content: "";
position: absolute;
right: 0;
top: 0;
background-color: #742555;
width: 40%;
height: 40px;
z-index: -1;
	}

@media(max-width: 896px){
	header{
border-top:0;
margin-bottom:0;
min-height: 155px;
}

.link_head p{
padding-top: 5px;
}

.border-custom{
border-left: 0;
}

header:after{
display: none;
}

}

.link_head{
	background-color:#742555 ;
		padding: 5px 8px 12px;
		margin-left: 36px;
position: relative;
    text-align: right;
}

.link_head:before{
	content: "";
position: absolute;
left: -25px;
top: 0;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 16px solid transparent;
border-top: 40px solid #742555;
z-index: -1;
}

.link_head p{
	display: inline-block;
	margin: 0;
padding-right: 27px;
}

.link_head p img{
	padding-right:8px;
	vertical-align: top;
}

.link_head p a{
text-transform: capitalize;
font-family: Poppins;
font-size: 16px;
color:#fff;
	}

.link_head p a:hover{
color: #ccc;
}	

.contact_top img{
	padding-top: 5px;
}	

.top_contact{
	text-align: right;
	padding-right: 70px;
}

.top_contact p{
display: inline-block;
padding-left: 55px;
position: relative;
text-align: left;
margin: 18px 0 0;
padding-right: 35px;
}

.top_contact p:before{
content: "";
position: absolute;
left: 0;
top: 2px;
background-image: url(../images/phone-top.png);
background-repeat: no-repeat;
width: 44px;
height: 40px;
	}

.top_contact p span{
display: block;
padding:0;
font-family: Work Sans;
font-size:12px;
font-weight: 500;
	}

.top_contact p a{
color: #000;
font-family: Open Sans;
font-size: 19px;
font-weight: 500;
}	

.mail_top:before{
background-image: url(../images/mail-icon.png) !important;	
}

@media(max-width: 1200px){

    .link_head p a, .upper_link a {
    font-size: 14px;
}

header:after {
    height: 39px;
}

.link_head:before {
    border-top: 39px solid #742555;
    }

}

@media(max-width: 991px){

.link_head p {
    padding-right: 20px;
}

.link_head p a{
font-size:13px;
	}

}

@media(max-width: 896px){

.header_right {
        width: auto;
}

.top_contact{
	display: none;
}

.link_head{
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #742555;
    margin-left: 0;

}

}

@media(max-width: 500px){

.site_logo img {
    max-width: 230px;
}

}

/*inner css*/

.banner .item{
	position: relative;
overflow: hidden;
background-color: #000;
height: 270px;
text-align: center;
z-index: 1;
}

.banner .item:before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0,0,0,0.4);
z-index: 1;
	}

.banner .item img{
min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    transition: 0.3s;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
	}

.banner_content{
	position: absolute;
	left: 15px;
	right: 15px;
top: 145px;
text-align: center;
color: #fff;
z-index: 11;
}	

.banner_content h4{
font-weight: 400;
font-size: 22px;
text-shadow: 0 2px 2px rgba(0,0,0,0.4);
margin: 0 0 10px;
	}

.banner_content h2{
font-weight: 400;
font-size: 24px;
margin: 0;
text-transform: uppercase;
text-shadow: 0 2px 2px rgba(0,0,0,0.4);
	}	

@media(min-width: 599px){
.banner .item{
height: 500px;
}

.banner_content{
top: 180px;
}

.banner_content h4{
font-size: 31px;
	}

.banner_content h2{
font-size: 38px;
	}	

}

@media(min-width: 897px){

.banner_content h4{
font-size: 40px;
	}

.banner_content h2{
font-size: 45px;
	}	

/*.banner .item{
height: 660px;
}	

.banner_content{
top: 240px;
}*/

}	

@media(min-width: 1100px){

.banner_content h4{
font-size: 50px;
	}

.banner_content h2{
font-size: 57px;
	}	

}	

.block{
	padding:40px 0;
}

@media(max-width: 896px){
	.block{
	padding:20px 0;
}
}

.mission_section{
background-color: #b29f3b;
color: #fff;
}

.mission_section h3{
margin: 0 0 10px;
font-size: 42px;
text-transform: uppercase;
font-weight: 400;
}

.read_more_btn{
	text-align: center;
	margin: 18px 0 0;
}

.read_more_btn a{
display: inline-block;
text-transform: uppercase;
font-family: open sans;
font-weight: 600;
letter-spacing: 4px;
color: #fff;
font-size: 13px;
background-color: transparent;
position: relative;
z-index: 1;
border: 2px solid #fff;
padding: 8px 4px;
width: 112px;
height: 38px;
	}

.read_more_btn a span{
position: absolute;
background-color: #b29f3b;
max-width: 167px;
right: -30px;
transition: 0.3s;
}

.read_more_btn a:hover span{
right: -34px;
transition: 0.3s;
	}

.mission_card{
	background-color: #fff;
	padding:10px;
	color: #000;
	margin: 10px auto;
	max-width: 400px;
}

.mission_card figure{
	height: 170px;
	overflow: hidden;
}

.mission_card figure img{
width: 100%;
min-width: 110%;
	}

.mission_card h4{
font-weight: 400;
font-size: 24px;
line-height: 1.1;
text-transform: capitalize;
	}

.mission_card p{
font-size: 15px;
}	

.mission_card .read_btn_2 a{
	border: 2px solid #742555;
}

.mission_card .read_btn_2 span{
background-color: #fff;
color: #742555;
}

@media(min-width: 768px){

.mission_card{
	width: 48%;
	float: left;
	min-height: 458px;
	margin: 0 1%;
	max-width: none;
}

.mission_card figure img{
  min-width: 150%;
	}

}

@media(min-width: 991px){

.mission_card h4{
font-size: 27px;
}

.mission_card figure img{
    height: 100%;
    min-width: initial;
}

.mission_card{
	padding:30px;
	}

}

.school_update_section{
	background: url(../images/update-bg.jpg) top left;
	
	
	padding: 25px 0 0;
}

.activity_card{
	    width: 100%;
    position: relative;
    max-width: 400px;
    margin: 20px auto;
}

.activity_card figure{
	position: relative;
overflow: hidden;
background-color: #000;
height: 290px;
text-align: center;
z-index: 1;
}

.activity_card img{
min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    transition: 0.3s;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    transition: 0.3s;
	}

.activity_card h4{
position: absolute;
left: 30px;
right: 30px;
bottom: 25px;
background-color: #742555;
color: #fff;
font-weight: 400;
font-size: 20px;
text-align: center;
text-transform: capitalize;
padding: 8px 0 12px;
margin: 0;
transition: 0.3s;
z-index: 11;
	}

.activity_card:hover h4{
left: 50px;
right: 50px;
transition: 0.3s;
}	

.activity_card img:hover{
opacity: 0.7;
transition: 0.3s;
	}


@media(min-width: 897px){

.activity_card{
	width: 33.333%;
	float: left;
	position: relative;
	max-width: none;
	margin:0;
}

.school_update_section{
	padding: 45px 0 0;
	}

}

@media(min-width: 1025px){

.activity_card h4 {
    font-size: 23px;
    left: 60px;
right: 60px;
}

}	

.school_update{
	margin: 30px 0 0;
}

.tab_content_custom{
	background-color: #b29f3b;
}

.updates_tab{
	margin:15px 0 0;
}

.updates_tab ul li{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
@media(max-width:767px){
.updates_tab ul li {
    
    margin-bottom: 5px;
}
}
.updates_tab ul li:last-child{
	border-bottom: none;
}

.updates_tab ul li a{
	text-transform: uppercase;
	background-color: #742555;
	border-radius: 0;
	font-family: Crimson text;
	color: #fff;
	font-size:20px;
	text-align: center;
	    padding: 7px 0 12px;
}

.updates_tab ul li a:hover{
  	background-color: #b29f3b;
  	border:none;
}

.updates_tab ul li a img{
display: block;
margin: 0 auto 4px;
max-width: 19px;
	}

.updates_tab .nav-tabs > li.active > a,
 .updates_tab .nav-tabs > li.active > a:hover,
  .updates_tab .nav-tabs > li.active > a:focus{
  	background-color: #b29f3b !important;
  		color: #fff;
  		border:none;
  		position: relative;
  		z-index: 1;
  }	

  .updates_tab .tab-pane{
  	padding: 25px 0;
  }


 .update_card{
 	background-color: #fff;
 	padding: 15px;
 	text-align: center;
 	margin: 10px auto;
 	max-width: 350px;
 } 

 .update_card figure{
	position: relative;
overflow: hidden;
background-color: #000;
height: 185px;
text-align: center;
z-index: 1;
 }

 .update_card figure img{
min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    transition: 0.3s;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    transition: 0.3s;
 }

 .update_card h3{
font-size: 22px;
font-weight: 400;
text-transform: capitalize;
margin: 15px 0 0;
 }

 @media(min-width: 768px){

 .update_card{
 	margin: 10px 0;
 	max-width: none;
 } 

 .updates_tab ul li{
	width: 25%;
	border:none;
}

.updates_tab ul li a{
font-size: 22px;
	min-height: 105px;
	padding: 18px 0 0;
}

.updates_tab ul li a img{
max-width: none;
}

.updates_tab{
	margin:40px 0 0;
}

  .updates_tab .nav-tabs > li.active > a:before{
content: "";
position: absolute;
left: 0;
right: 0;
top: -10px;
background-color:#b29f3b;
height: 30px;
z-index: -1;
  }

 }

.school_gallery{
	margin: 15px 0 25px;
}

.school_gallery .item{
		position: relative;
overflow: hidden;
background-color: #fff;
height: 240px;
text-align: center;
z-index: 1;
}

.school_gallery .item img{
min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    transition: 0.3s;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    transition: 0.3s;
} 

.info_card{
	border:1px solid #ccc;
	text-align: left;
}

.info_card a{
border-bottom: 1px solid #ccc;
text-align: center;
display: inline-block;
width: 100%;

line-height: 68px;
float: left;
	}
 @media(min-width: 768px){
	 .info_card a{
	 padding: 18px 0;
	 }
 }
.info_card a:last-child{
border:none;
}

.info_card a h5{
font-size: 20px;
font-weight: 400;
}	

.info_card a:hover h5{
	color:#b29f3b;
}

@media(min-width: 897px){
.school_gallery{
	margin: 15px 0 40px;
}

.info_card a{
border-right: 1px solid #ccc;
width: 20%;
border-bottom: none;
	}

}

@media(min-width: 991px){

.info_card a h5{
font-size: 23px;
}

	}

.footer_top{
	padding: 20px 0;
}

.footer_top article h3{
	font-family: open sans;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin:0 0 18px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-size: 18px;
}	

.footer_top article h3:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 2px;
background-color: #fff;
	}

.footer_top article ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	padding-right: 28px;
	width: 300px;
}	

.footer_top article ul:last-child{
	padding-right: 0;
	}

.footer_top article ul li{
padding: 0 0 10px 18px;
position: relative;
	}

.footer_top article ul li a{
	font-family: open sans;
	font-size: 15px;
	text-transform: capitalize;
}

.footer_top article ul li a:hover{
color: #ccc;
	}

.footer_top article ul li:before{
content:"\f105";
position: absolute;
font-family: "FontAwesome";
left: 0;
top: 0;
}	

.footer_bottom{
	background-color: #070707;
	padding: 12px 0;
	font-size: 13px;
font-family: open sans;
font-weight: 500;
}

.footer_top .footer_addr li{
	padding-left: 25px;
	padding-bottom: 20px;
}

.footer_addr li a{
display: block;
}

.footer_top .footer_addr li:before{
	content: "\f041";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	color: #bfb374;
}

.phone_icon:before{
	content: "\f095" !important;
}

.mail_icon:before{
	content: "\f0e0" !important;
	font-size: 16px;
}

.media_body{
	margin:4px 0 0;
}

.media_body a{
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
color: #fff;
font-size: 24px;
background-color: #bfb374;
padding: 3px 0 0;
text-align: center;
margin-right:8px; 
}

.media_body a:hover{
background-color: #b3a55e;
	}

.footer_top .footer_addr{
	width: auto;
}	

.footer_top article{
	margin-bottom: 15px;
}

.no-margin{
	margin:0 !important;
}

@media(min-width: 768px){

.footer_top article{
	margin:0;
}

.footer_top{
	padding: 30px 0 40px;
}

}

@media(min-width: 1200px){

.footer_top article ul{
	width: auto;
}	


}

.forget_password_form_container {
    width: 50% !important;
    margin: auto;
}




/* CSS */
.button-8 {
  background-color: #e1ecf4;
  border-radius: 5px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 2.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-8:hover,
.button-8:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.button-8:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-8:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

