.nav_menu li a
/*
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;
*/
body {
	/*background: #fcfbf9;*/
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin: 0;
	overflow-x: hidden;
	max-width: 100%;
}
img{
	max-width: 100%;
	height: auto;
	border: none;
}
p, a{
	font-family: 'Open Sans', sans-serif;
}
a{
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.modal{
	z-index: 11111;
}
.container{
	max-width: 1045px;
}
#header-section{
	position: relative;
	height: auto;
	display: block;
	/*width: 100%;*/
}
#header-section .container{
	max-width: 950px;
}
#header-top{
	position: relative;
	height: auto;
	width: 100%;
	background: #3b563f;
	display: block;
	padding: 5px 0;
	text-align: right;
}
.header-top-links{
	margin: 0;
	color: #7e7951;
	font-weight: 400;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
.header-top-links a{
	color: #7e7951;
	font-size: 11px;
	display: inline-block;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.header-top-links a.arabik{
	font-family: 'alyarmookregular';
	font-weight: 400;
	font-size: 11px;
	color: #7e7951;
}
.header-top-links a:hover{
	color: #cb9f64;
	text-decoration: none;
}
.header-top-links a[href^="tel:"] {
  	padding-right: 15px;
}
.header-top-links a.btn_login{
	margin-left: 15px;
	color: #cb9f64;
	font-size: 11px;
	display: inline-block;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background: #294634;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.header-top-links a.btn_login:hover{
	background: #cb9f64;
	color: #294634;	
}

#header-main{
	height: auto;
	width: 100%;
	background: #294634;
	display: block;
	padding: 10px 0;
	height: 65px;
}
.relHeader{
	position: relative;
}
.fixedHeader{
	position: fixed;
	top: 0;
	z-index: 1234;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.logo_wrap{
	float: left;
	width: 253px;
	height: auto;
	position: absolute;
	z-index: 2;
}
.main_nav{
	margin-left: 260px;
	height: auto;
	position: relative;
}
.nav_menu{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav_menu li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav_menu li a{
	color: #cb9f64;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 15px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: background 1100ms ease;
	-moz-transition: background 1100ms ease;
	-ms-transition: background 1100ms ease;
	-o-transition: background 1100ms ease;
	transition: background 1100ms ease;
}
.nav_menu li a:hover {
    color: #fff;
    background-color: #cb9f64;
    text-decoration: none;

}
.nav_menu li.current-menu-item a, 
.nav_menu li a:focus {
    color: #fff;
    background-color: none;
    text-decoration: none;

}
.nav_menu li ul{
	position: absolute;
	width: 330px;
	background: rgba(41, 70, 52, 0.90);
	padding: 18px 0;
	height: auto;
	z-index: 124;
	display: none;
}
.nav_menu li:hover ul{
	display: block;
}
.nav_menu li ul li{
	float: none;
	display: block;
}
.nav_menu li ul li a{
	padding: 10px 25px;
	color: #cb9f64 !important;
	text-transform: uppercase;
}
.nav_menu li ul li a:hover{
	background: #2b4836;
	color: #cb9f64;
}
.tablet_search{
	display: none;
}
#mobile_menu{
	position: relative;
}
.slicknav_btn{
	position: absolute;
	z-index: 1;
	top: -60px;
	right: 10px;
}
.slicknav_menu {
	display:none;
	background: none;
	padding: 0;
	font-size: 19px;
}
.slicknav_nav a{
	color: #cb9f64;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
.slicknav_btn{
	background: #254130;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px;
}
.slicknav_btn:hover{

}
.slicknav_menu .slicknav_icon-bar {
    background-color: #cb9f64;
}

.flexslider{
	border: none;
	margin: 0;
}
.flexslider ul.slides li{
	position: relative;
}
.slider-caption {
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  left: 0;
  bottom: 50px;
  position: absolute;
  z-index: 1234;
  right: 0;
  color: #fff;
  text-shadow: none;
  padding: 0 15px;
  text-align: center;
}
.flex-control-nav{
	bottom: 0;
}
.flex-control-paging li a{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border: 1px solid #dbdade;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
	background: #fff;
}
.flex-direction-nav a{
	height: 55px;
}

.slider-caption h1{
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	margin: 0 0 20px 0;
}
.slider-caption p{
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;	
}
.btn_slider{
	display: inline-block;
	width: 220px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;	
	text-transform: uppercase;
	background: #ef4d29;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.btn_slider:hover{
	text-decoration: none;
	background: #cb9f64;
	color: #fff;
}


/* welcome-section styles */
#welcome-section{
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	background: #f5f3ef;
	padding-top: 80px;
	padding-bottom: 200px;
}
.welcome-content{
	max-width: 900px;
	margin: 0 auto;
	height: auto;
	position: relative;
	text-align: center;
}
.welcome-content h1{
	font-weight: 400;
	font-size: 35px;
	color: #3b563f;
	margin: 0;	
	line-height: normal;
	font-family: 'Playfair Display', serif;
}
.welcome-content p{
	color: #4b4b4b;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;	
}
.seperator{
	width: 310px;
	margin: 35px auto;
	position: relative;
	height: 1px;
	background: #d4c2a9;
}
.seperator:before{
	content: "";
  	display: inline-block;
  	width: 8px;
  	height: 8px;
  	background: #d4c2a9;
  	position: absolute;
  	top: 50%;
  	margin-top: -4px;
  	left: 50%;
  	margin-left: -4px;
  	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* contents-section styles */
#contents-section{
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	background: #fcfbf9;
	padding-top: 0;
	padding-bottom: 50px;
}
#section_block_1{
	position: relative;
	height: auto;
	display: block;
	margin-top: -140px;
}
.block_item{
	float: left;
	width: 50%;
	margin-bottom: 40px;
	position: relative;
	height: auto;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.block_item:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 12;
}
.block_caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px 25px;
	padding-right: 50px;
	color: #fff;
	min-height: 170px;	
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.block_caption a{
	text-decoration: none;
	color: #fff;
}
.block_1 .block_caption{
	background: #a17f50;
}
.block_1 .block_caption:hover{
	background: #294634;
}
.block_2 .block_caption{
	background: rgba(48, 82, 61, 0.90);
}
.block_2 .block_caption:hover{
	background: #294634;
}
.block_caption h2{
	font-size: 30px;
	margin: 0 0 15px 0;
	font-weight: 400;
	line-height: normal;
	font-family: 'Playfair Display', serif;
}
.block_caption p{	
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;	
	margin: 0;
}
.block_cta{
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 20px;
	right: 20px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: normal;
}
.block_cta:hover{
	color: #294634;
	border-color: #294634;
}
.block_2 .block_cta:hover{
	color: #a17f50;
	border-color: #a17f50;
}

#section_block_2{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: block;
}
#section_block_2 .block_item{
	margin-bottom: 0;
}
.block_3{
	text-align: center;
	position: relative;
	height: 232px;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(assets/img/block_3.jpg) no-repeat left top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.block_4{
	text-align: center;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 232px;
	background: url(assets/img/block_4.jpg) no-repeat right top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.not_visible{
	visibility: hidden;
}
.play_trailler{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-top: 30px;
	margin-bottom: 20px;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.play_trailler:hover{
	opacity: 0.5;
}
.block_3 h3{
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.block_4_desc{
	width: 270px;
	height: auto;
	position: relative;
	text-align: left;
}
.block_4_desc h3{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 30px 0;
	line-height: normal;
	font-family: 'Playfair Display', serif;
}
.btn_learn_more{
	display: inline-block;
	padding: 10px 15px;
	background: #7f6136;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	width: 215px;
	text-align: center;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.btn_learn_more:hover{
	text-decoration: none;
	color: #fff;
	background: #294634;
}

#section_block_3{
	position: relative;
	display: block;
	height: auto;
	margin-bottom: 60px;
	background: #f5f3ef;
	padding: 50px 65px;
}
#stat-content{
	text-align: center;
}
.stat_item{}
.stat_item h3{
	color: #4b4b4b;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 12px 0;	
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.stat_item p{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.stat_icon{
	height: 120px;
}
.stat_item a{
	color: #4b4b4b;
	font-size: 10px;
	font-weight: 700;
}
.stat_item a:hover{
	text-decoration: underline;
}

.register_break_section{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.register_break{
	position: relative;
	height: auto;
	overflow: hidden;
}
.register_break p{
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;

}
.register_break span{
	display: inline-block;
	background: #f2f0ee;
	color: #af8860;
	font-size: 27px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 20px;
	border: 1px solid #af8860;
	text-transform: uppercase;
	margin-bottom: 20px;
	vertical-align: middle;
}
.register_break small{
	font-size: 15px;
	font-weight: 300;
	color: #4b4b4b;
	vertical-align: middle;
}
.register_break a{
	vertical-align: middle;
	color: #4b4b4b;
	font-weight: 700;
	font-size: 18px;
}
.register_break a:hover{
	text-decoration: none;
	color: #af8860;
}

#section_block_4{
	position: relative;
	display: block;
	height: auto;
	margin-bottom: 50px;
	background: #a17f50;
	padding: 40px 115px;
}
#section_block_4 h1{
	line-height: normal;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	text-align: center;	
	font-family: 'Playfair Display', serif; 
}
.section_block_4_desc{
	color: #fcfbf9;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
#hand_crafted{
	position: relative;
	overflow: hidden;
	height: auto;
}
.hc_item{
	float: left;
	width: 27.3333%;
	margin: 0 3% 0 3%;
	margin-bottom: 15px;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}

.hc_item:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 12;
}
.hc_item_thumb{
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.hc_item_thumb{}
.hc_heading{
	color: #fff;
	overflow: hidden;
	height: 55px;
	position: relative;
}
.hc_heading_1{
	background: #b99563;
}
.hc_heading_2{
	background: #456049;
}
.hc_heading_3{
	background: #fe6441;
}
.hc_icon{
	float: left;
	width: 50px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.hc_heading_1 .hc_icon{ background: #af8a58; }
.hc_heading_2 .hc_icon{ background: #3b563f; }
.hc_heading_3 .hc_icon{ background: #f6542f; }
.hc_desc{
	margin-left: 50px;
	padding: 10px 0;
	padding-left: 10px;

}
.hc_desc h4{
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.hc_desc p{	
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: #fcfbf9;
}
.btn_learn_more_2{
	display: block;
	padding: 8px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #c1a784;
	background: #9a7848;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.btn_learn_more_2:hover{
	background: #3b563f;
	text-decoration: none;
	color: #fff;
}


#section_block_5{
	position: relative;
	display: block;
	height: auto;
	margin-bottom: 40px;
}
#section_block_5 h1{
	line-height: normal;
	font-size: 35px;
	color: #3b563f;
	font-weight: 400;
	margin: 0;
	text-align: center;	
	font-family: 'Playfair Display', serif; 
}
.branches{
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	display: block;
}
.branch{
	float: left;
	width: 48%;
	height: auto;
	text-align: center;
  margin-top: 10px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	color: #fff;
}
.branch_1{
	margin-right: 4%;
	background: url(assets/img/branch_1.jpg) no-repeat center top;	
}
.branch_2{
	background: url(assets/img/branch_1.jpg) no-repeat center top;
}
.branch h2{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
	padding-top: 60px;
}
.branch h5{
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 40px 0;
	font-family: 'Open Sans', sans-serif;
}
.branch_stat{
	background: #a17f50;
	color: #fff;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.br_std_count{
	float: left;
	border-right: 1px solid #bba17d;
	width: 90px;
	text-align: center;
	height: 70px;
}
.br_reg_date p,
.br_std_count p{
	font-size: 8px;
	color: #d8b98f;
	font-weight: 300;
	margin: 0 0 2px 0;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
}

.br_reg_date h3,
.br_std_count h3{	
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.br_reg_date{
	float: left;
	border-right: 1px solid #bba17d;
	width: 90px;
	text-align: center;
	height: 70px;
}
.br_reg_date span{
	color: #fff;
	font-weight: 300;
	font-size: 8px;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.br_enrol{
	margin-left: 180px;
	vertical-align: middle;
	height: auto;
	padding-top: 20px;
}
.br_enrol a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.br_enrol a:hover{
	text-decoration: none;
	color: #;
}

/* #content-section style */
#content-section{
	position: relative;
	height: auto;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 40px 0 20px 0;
}
#service-section,
#assessments-section,
#our_leadership,
#contact-section,
#teachers_info,
#our_supporters{
	position: relative;
	height: auto;
	display: block;
	padding: 50px 90px;
	background: #f5f3ef;
	margin-bottom: 70px;
}
.section_header{
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
	text-align: center;
}
.section_header h1{
	font-size: 35px;
	color: #3b563f;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: 'Playfair Display', serif; 
	
}
.section_header p{
	font-size: 18px;
	color: #4b4b4b;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}

.service-wrap{
	position: relative;
	overflow: hidden;
	height: auto;
	display: block;
}
.service-list{
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	overflow: hidden;
}
.service_list_item{
	float: left;
	width: 30%;
	height: auto;
	margin: 0 1.666% 30px 1.666%;
}
.clr{
  clear: both;
}
.service_list_item h3{
	font-weight: 600;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #4b4b4b;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	line-height: normal;
}
.service_list_item p{
	color: #4b4b4b;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
}
.service-icon{
	height: 70px;
}

.gold_box{
	background: #a17f50;
	padding: 70px 85px;
	position: relative;
	height: auto;
	overflow: hidden;
	display: block;
	margin-bottom: 60px;
}
.gold_box_column_1{
	position: relative;
	height: auto;
	width: 400px;
	float: left;
	color: #f5f3ef;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.gold_box_column_2{
	position: relative;
	height: auto;
	margin-left: 470px;
	color: #f5f3ef;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.gold_box_column_1 h2{
	font-size: 35px;
	font-weight: 400;
	font-family: 'Playfair Display', serif; 
	margin: 0 0 20px 0;
	line-height: 1.2;
}
.gold_box_column_1 p{	
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.gold_box_column_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.gold_box_column_2 ul li{
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#banner-section{
	position: relative;
	height: auto;
	display: block;
	width: 100%;
	padding: 75px 0;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	margin-bottom: 110px;
  	height: 515px;
}
.banner-about{
	background: url(assets/img/banner_img_1.jpg) no-repeat center top fixed;	
}
#banner-section.banner-contact{
	background: url(assets/img/banner_contact.jpg) no-repeat center top fixed;	
	margin-bottom: 20px;
}
#banner-section.banner-registration{
	background: url(assets/img/banner_registration.jpg) no-repeat center top fixed;	
	margin-bottom: 20px;
}
#banner-section.banner-curriculum{
	background: url(assets/img/banner_curriculum.jpg) no-repeat center top fixed;	
	margin-bottom: 0;
}
#banner-section.banner-teachers{
	background: url(assets/img/banner_teacherslogo.jpg) no-repeat center top fixed;	
	margin-bottom: 0px;
}
.banner-brances{
	background: url(assets/img/banner_brances.jpg) no-repeat center top fixed;	
}
.banner-leadership{
	background: url(assets/img/banner_leadership.jpg) no-repeat center top fixed;	
	
}
#banner-section.banner-leadership{
	margin-bottom: 20px;
}
.intro_section{
	float: right;
	max-width: 520px;
	height: auto;
	padding: 40px 40px;
	color: #f5f3ef;
	background: rgba(161, 127, 80, 0.90);
}
.curriculum_intro{
	float: left;
	width: 515px;
}
.leadership_intro,
.curriculum_intro{
	margin-top: 120px;
}
.intro_section h1{
	font-size: 45px;
	font-weight: 400;
	font-family: 'Playfair Display', serif; 
	margin: 0 0 20px 0;
}
.intro_section p{	
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}
.leadership_intro p{
	color: #f5f3ef;
}
.intro_section h4{
	text-transform: uppercase;
	color: #f5f3ef;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
}
.intro_des{
	text-transform: uppercase;
	color: #f2cfa0;
	display: block;
	font-size: 9px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.intro_section span{
	display: block;
}
#about_us_tab{}
.my_tab_about{}
.nav-tabs{
	border: none;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}
.my_tab_about .nav-tabs>li{
	width: 25%;
	padding: 5px;
}
.nav-tabs li{
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.nav-tabs>li>a{
	border: 1px solid #efe3d2;
	color: #cb9f64;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	text-align: center;
	height: 54px;
	text-align: center;
	padding: 4px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs>li>a:hover{
	border: 1px solid #efe3d2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #efe3d2;
	background: none;
	color: #cb9f64;
}
.nav-tabs>li.active, 
.nav-tabs>li.active:focus, 
.nav-tabs>li.active:hover,
.nav-tabs>li:hover{
	background: #f5f3ef;
}
.nav-tabs>li:hover{
	background: #294634;
}
.tab-content{
	background: #f5f3ef;
	padding: 70px 45px 70px 85px;
	overflow: hidden;
	height: auto;
}
.column_half{
	margin-right: 10%;
	width: 45%;
	float: left;
	height: auto;
}

.column_half:last-child{
	margin-right: 0;
}
.tab-pane h2{
	color: #294634;
	font-weight: 400;
	font-size: 35px;
	margin: 0 0 20px 0;
	line-height: normal;
}
.tab-pane p{
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;	
	margin: 0 0 25px 0;
}
.about_img_thumb{
	text-align: right;
	margin-bottom: 30px;
}
.author_desc{
	text-transform: uppercase;
}
.author_desc h5{
	font-size: 16px;
	color: #4b4b4b;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;	
	margin: 0 0 2px 0;	
}
.author_desc p{
	font-size: 9px;
	color: #a17f50;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;	
	margin: 0 0 2px 0;	

}
.heading_brances{
	color: #fff;
	font-size: 45px;
	text-align: center;
	font-weight: 400;
	font-family: 'Playfair Display', serif; 
	margin: 0;
	margin-top: 290px;
}
.branch_tab_content{
	text-align: center;
}
.branch_tab_content h1{
	color: #294634;
	font-size: 45px;
	font-weight: 400;
	font-family: 'Playfair Display', serif; 
	margin: 0;
	line-height: normal;
}
.branch_tab_content p{
	color: #4b4b4b;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
}

#section_block_6{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 60px 40px;
}

.column_right{
	float: right;
	width: 46%;
	height: auto;
}
.column_left{
	float: left;
	width: 47%;
	margin-right: 6%;
	height: auto;
}

#section_block_6 p{
	margin-bottom: 30px;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;	
}
#section_block_6 p:last-child{
	margin-bottom: 0;
}
#section_block_6 ul{
	margin: 0 0 25px 0;
	padding-left: 0px;
	list-style: none;
}
#section_block_6 ul:last-child{
	margin-bottom: 0;
}
#section_block_6 ul li{	
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 1em; 
  	text-indent: -.9em;	
  	text-align: left;
}
#section_block_6 ul li::before {
  content: "• ";
  font-size: 18px;
  color: #a17f50; /* or whatever color you prefer */
  vertical-align: middle;
}

#section_registration{
	position: relative;
	height: auto;
	background: #fdfcfa;
	padding: 50px 40px;
	margin-bottom: 60px;
}
.section_heading_1{
	line-height: normal;
    font-size: 35px;
    color: #3b563f;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.reg_info_wrap{
	overflow: hidden;
	position: relative;
	height: auto;
}
.reg_info_column_1{
	float: left;
	width: 60%;
	margin-right: 5%;
	height: auto;
}
.reg_info_column_2{
	float: left;
	width: 35%;
}

.reg_info_wrap p{		
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 25px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-color: #a17f50;
	color: #a17f50;
	font-weight: bold;
	font-size: 18px;
}
.reg_info_wrap p.reg_address{
	color: #a17f50;
	font-weight: 400;
}

.supporters_wrap{
	height: auto;
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
}
.supporter_list{
	margin: 0;
	padding: 5px;
	list-style: none;
	text-align: center;

	display: -webkit-flex;
   display: flex;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
.supporter_list li{
	text-align: left;
	width: 23%;
	height: auto;
	margin: 1%;
}
.supporter_list li h2{	
	color: #95693f;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 2px 0;
	line-height: normal;
	text-transform: uppercase;
}
.supporter_list li p{	
	color: #4b4b4b;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.supporter_img{
	height: auto;
	max-height: 212px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
}
.supporter_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.supporter_img img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#our_leadership{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	background: none;
	margin-bottom: 0;
}

.leadership_bio_wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.leadership_bio_wrap img{
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.leadership_bio_wrap img:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.leadership_bio{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 10px 30px;
	background: rgba(245, 243, 239, 0.90);
	overflow: hidden;
}
.our_leadership_post p{
	font-size: 14px;
	font-weight: 300;
	color: #4b4b4b;
	margin: 0 0 20px 0;
}
.lb_social{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 80px;
	height: auto;
	text-align: right;
	padding-top: 30px;
}
.lb_social a{
	display: inline-block;
	color: #d1ab72;
	text-decoration: none;
	margin-left: 5px;
}
.lb_social a:hover{
	text-decoration: none;
	color: #294634;
}
.leadership_bio{}
.lb_info{
	padding-right: 80px;
	height: auto;
}
.lb_info h1{
	font-size: 25px;
	color: #294634;
	margin: 0 0 5px 0;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif; 
}
.lb_info h3{
	text-transform: uppercase;
	color: #294634;
	font-size: 13px;
	margin: 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.lb_read_more{
	display: inline-block;
	padding: 0px 40px 0px 0;
	height: 27px;
	line-height: 27px;
	color: #294634;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background: url(assets/img/lb_read_more.png) no-repeat right center;
	transition: none;
}
.lb_read_more:hover{
	color: #d1ab72;
	text-decoration: none;
}
.lb_read_more.expanded {
	background: url(assets/img/lb_collapse.png) no-repeat right center;
}

#contact-section{
	background: none;
	margin-bottom: 20px;
}
#map_section{
	position: relative;
	height: auto;
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
}
.form-group{
	overflow: hidden;
}
.btnSubmit{
	margin-top: 20px;
	display: inline-block;
	width: 220px;
	padding: 10px 10px;
	background: #aa8c61;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border: none;
	outline: none;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.btnSubmit:hover{
	background: #294634;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.contact_form .form-control{
	background: #f5f3ef;
	border: 1px solid #a17f50;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 50px;
	color: #294634;
	line-height: 50px;
	padding: 5px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.contact_form .form-control:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #294634;
	background: #fff;
}
.contact_form textarea.form-control {
    height: auto;
}
.contact_form p{
	color: #4b4b4b;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 50px;
}
.contact_information{
	position: relative;
	background: #f5f3ef;
	height: auto;
	padding: 50px 40px 10px 40px;
	overflow: hidden;
	margin-bottom: 40px;
}
.contact_column{
	float: left;
	height: auto;
	width: 24%;
	margin: 0 1.5% 30px 0;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.contact_column:hover{
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.contact_column_email{
	width: 22.5%;
}
.contact_column:last-child{
	margin-right: 0;
}
.contact_column h3{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
.contact_column p{
	color: #4b4b4b;
	font-size: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.contact_column p a{
	color: #4b4b4b;
	text-decoration: none;
}
.contact_column .fab,
.contact_column .far,
.contact_column .fas{
	color: #a17f50;
	padding-right: 5px;
}
.cc_clr1,
.cc_clr2{
	display: none;
}
#content-section.teachers-section{
	padding-top: 0;
}
#teachers_info{
	background: #f5f3ef;
}
.teachers_info{
	position: relative;
	height: auto;
	overflow: hidden;
}
.teachers_feature{
	position: relative;
	height: auto;
	overflow: hidden;
}
.tf_item{
	float: left;
	width: 48%;
	margin: 0 1% 25px 1%;
}
.tf_item h2{
	font-weight: 600;
	font-size: 13px;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 3px 0;
}
.tf_item p{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 15px;
}
.tf_item_img{
	position: relative;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.tf_item_img img{
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.tf_item_img img:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.tf_item_desc{
	background: #faf8f5;
	padding: 15px 25px;
	border: 1px solid #d7d7d7;
	height: 140px;
	position: relative;
	border-top: none;
}

.reg_info_wrap{
	position: relative;
	height: auto;
	max-width: 755px;
	margin: 0 auto 50px;
}
.reg_info_wrap .section_header{
	max-width: 650px;
	margin: 0 auto 60px;
}
.reg_person_title_wrap{
	position: relative;
	height: auto;
	background: #f5f3ef;
	padding: 20px 25px;
	overflow: hidden;
}
.reg_pt_counter{
	position: relative;
	z-index: 12;
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #cb9f64;
	color: #f5f3ef;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.reg_pt_counter:hover{
	-moz-transform: scale(1.2) rotate(360deg);
	-webkit-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(360deg);
	-ms-transform: scale(1.2) rotate(360deg);
	transform: scale(1.2) rotate(360deg);
	background: #3b563f;
}
.reg_person_title{
	margin-left: 55px;
	min-height: 40px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reg_person_title h1{
	margin: 0 0 5px 0;
	color: #4b4b4b;
	font-size: 19px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.reg_person_title p{
	margin: 0;
	color: #818181;
	font-size: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.location_info_wrap{
	position: relative;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
	padding: 25px 40px;
	overflow: hidden;
}
.reg_info_wrap p.location_tips{
	font-size: 10px;
	color: #818181;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.location_tips strong{
	color: #a17f50;
	font-weight: 600;
	text-transform: uppercase;
}
.li_title{
	height: auto;
	float: left;
	border-right: 1px solid #d7d7d7;
	padding: 8px 0;
	width: 25%;
	margin-right: 5%;
}
.li_location{
	height: auto;
	float: left;
	width: 20%;
	margin-right: 5%;
}
.li_date{
	height: auto;
	float: left;
	width: 20%;
	margin-right: 5%;
}
.li_time{
	height: auto;
	float: left;
	width: 20%;
}
.li_title h1{
	color: #a17f50;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
.li_title h2{
	color: #818181;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
.li_location h3,
.li_date h3,
.li_time h3{
	font-size: 14px;
	color: #a17f50;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 8px;
}
.li_location h3 i,
.li_date h3 i,
.li_time h3 i{
	padding-right: 5px;
}
.li_location p,
.li_date p,
.li_time p{
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	color: #818181;
}
.reg_person_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.reg_person_list li{
	display: block;
	float: none;
	margin-bottom: 40px;
}
.reg_person_list li:last-child{
	margin-bottom: 0;
}
.reg_info_box{
	position: relative;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
	padding: 25px 40px;
	overflow: hidden;
}
.reg_online_tips{
	position: relative;
	float: left;
	height: auto;
	padding-right: 5%;
	margin-right: 240px;
	border-right: 1px solid #d7d7d7;
}
.reg_online_tips p{	
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	color: #818181;
}
.reg_online_tips p:last-child{
	margin-bottom: 0;
}
.reg_online_tips p small{
	color: #a17f50;
	font-size: 10px;
}
.reg_online_cta{
	float: left;
	width: 30%;
	padding-top: 30px;
}
.btnRegister{
	position: absolute;
	right: 40px;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	color: #fcfbf9;
	width: 200px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	background: #a17f50;
	text-align: center;
}
.btnRegister:hover{
	background: #3b563f;
	text-decoration: none;
	color: #fcfbf9;
}
.btnRegister.inverse{
	background: #3b563f;
}
.btnRegister.inverse:hover{
	background: #a17f50;
	text-decoration: none;
	color: #fcfbf9;
}

.fee_option_box{
	position: relative;
	height: auto;
	overflow: hidden;
	background: #f5f3ef;
	max-width: 822px;
	margin: 0 auto 70px;
	padding: 20px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-height: 50px;
}
.fee_option_box .btnRegister{
	position: relative;
	top: auto;
	margin: 0;
	right: auto;
	width: 100%;
}
.fee_option_box_cta{
	float: left;
	width: 30%;
}
.fee_option_col_1{
	float: left;
	margin-right: 2%;
	width: 23%;
}
.fee_option_col_2{
	float: left;
	margin-right: 2%;
	width: 18%;
}
.fee_option_col_1 span,
.fee_option_col_2 span{
	color: #456049;
	font-weight: 400;
}
span.badge{
	background: #456049;
	font-size: 10px;
	color: #f5f3ef;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.fee_option_box h3{	
	margin: 0 0 1px 0;
	font-size: 11px;
	color: #a17f50;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.fee_option_box p{
	margin: 0;
	font-size: 9px;
	color: #a17f50;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}



.assessment_content{}
.curriculum_content p,
.assessment_content p{
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.assessment_content ul{
	padding-left: 20px;
}
.assessment_content ul li{
	margin-bottom: 6px;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#reg_section{
	position: relative;
	height: auto;
	background: #f9fbf9;
	padding: 35px 40px;
	padding-top: 0;
	display: block;
	overflow: hidden;
}
.reg_section_title{
	font-size: 27px;
	color: #af8860;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #edf4ee;
	padding: 30px 5px;
	text-align: center;
	margin: 0 -40px 30px -40px;
}
.reg_box{	
	position: relative;
	overflow: hidden;
	padding: 30px 40px;
	background: #fff;
	margin-bottom: 20px;
}
.payment_option{
	height: auto;
	margin-bottom: 25px;
}
.payment_option_title{
	color: #a77c50;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	margin: 0;
	float: left;
	width: 290px;
	padding-right: 10px;
}
.payment_option_form{
	margin-left: 300px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.payment_option_form label{
	color: #4b4b4b;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.btn_confirm{
	border: 1px solid #af8860;
	color: #af8860;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
	padding: 12px 25px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_confirm:hover{
	background: #3b563f;
	border: 1px solid #af8860;
	color: #fff;
}
.payment_option_form select.form-control{
	border: 1px solid #d7d7d7;
	color: #4b4b4b;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	padding: 12px 10px;
	height: auto;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.payment_option_form .form-group{
	margin-right: 15px;
}
.parent_details{
	height: auto;
}
.reg_box_title{
	color: #a77c50;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	margin: 0 0 20px 0;
}
.parent_details label{
	font-size: 15px;
	font-weight: 300;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
}
.parent_details .form-control{
	font-size: 15px;
	font-weight: 300;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 8px 10px;
	height: auto;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.parent_contact h2.reg_box_title{
	margin-bottom: 5px;
}
.parent_contact p{
	font-size: 13px;
	font-weight: 300;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.parent_contact a[href^="tel:"]{
	color: #a17f50;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.parent_contact a[href^="tel:"]:hover{
	text-decoration: none;
	color: #3b563f;
}
.parent_contact a[href^="tel:"] .glyphicon{
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #a17f50;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.parent_contact a[href^="tel:"]:hover .glyphicon{
	background: #3b563f;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.parent_cta{
	position: relative;
	height: auto;
}
.parent_cta .btnRegister{
	position: relative;
	margin: 0;
	top: auto;
	left: auto;
	right: auto;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.table{
	margin-bottom: 0;
}
.parent_summary td{
	font-size: 15px;
	color: #a77c50;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.parent_summary td.item_val{
	text-align: right;
	color: #4b4b4b;
}
.parent_summary .table>tbody>tr>td, 
.parent_summary .table>tbody>tr>th, 
.parent_summary .table>tfoot>tr>td, 
.parent_summary .table>tfoot>tr>th, 
.parent_summary .table>thead>tr>td, 
.parent_summary .table>thead>tr>th{
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer-call_today {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    display: block;
    background: #a17f50;
    padding: 40px 0;
}
.call_today p{
	color: #f5f3ef;
	font-weight: 400;
	font-size: 19px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.call_today a[href^="tel:"]{
	color: #f5f3ef;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.call_today a[href^="tel:"]:hover{
	text-decoration: none;
	color: #f5f3ef;
}
.call_today a[href^="tel:"] .glyphicon{
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border: 1px solid #f5f3ef;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.call_today a[href^="tel:"]:hover .glyphicon{
	background: #3b563f;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#content-section.curriculum_section {
    padding-top: 0;
}
#curriculum_intro_section{
	position: relative;
	height: auto;
    display: block;
    padding: 50px 90px;
    background: #f5f3ef;
    margin-bottom: 0;
    padding-bottom: 255px;
}
.curriculum_content{
	margin-bottom: 50px;
}
#quran_options_wrap{
	position: relative;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 825px;
	background: none;
	margin-top: -205px;
}
.quran_option{
	position: relative;
	margin-bottom: 110px;
	height: auto;
	width: 100%;
	display: block;
}
.opt_upper_level{
	background: #434340;
	padding: 30px 40px;
	height: auto;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 0 0 10px 20px;
	-moz-border-radius: 0 0 10px 20px;
	border-radius: 0 0 10px 20px;
}
.opt_two_third{
	float: left;
	width: 60%;
	height: auto;
	margin-right: 4%;
}
.opt_one_third{
	float: left;
	width: 35%;
	height: auto;
}
.opt_title{
	text-transform: uppercase;
	color: #f5f3ef;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.opt_upper_level .hc_heading{
	display: inline-block;
	margin-bottom: 20px;
	max-width: 240px;
	padding-right: 25px;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_upper_level .hc_heading:hover{	
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.opt_content{
	position: relative;
	height: 200px;
	overflow: auto;
}
.opt_content p{
	font-size: 12px;
	color: #f5f3ef;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.opt_img{
	height: auto;
	margin-bottom: 35px;
	margin-top: -70px;
}
.std_structure{
	height: auto;
	position: relative;
}
.opt_desc h3{
	text-transform: uppercase;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.opt_1 .opt_desc h2{
    color: #7d9e82;
}
.opt_1 .opt_desc h3{
	color: #cb9f64;
}
.opt_2 .opt_desc h3{
	color: #7d9e82;
}
.opt_3 .opt_desc h3{
	color: #f5f3ef;
}

.opt_desc p{
	font-size: 12px;
	color: #f5f3ef;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.opt_wrap{
	overflow: hidden;
	height: auto;
}
.opt_time{
	height: auto;
	margin-bottom: 25px;
	float: left;
	text-transform: uppercase;
	width: 30%;
	margin-right: 5%;
}
.opt_days{
	height: auto;
	margin-bottom: 0px;
	float: left;
	width: 65%;
	text-transform: uppercase;
}
.opt_3 .opt_upper_level .hc_heading_3 {
    background: #9a9a9a;
}
.opt_3 .hc_heading_3 .hc_icon {
    background: #808080;
}
.opt_lower_level{
	position: relative;
}
.opt_1 .fee_option_box,
.opt_2 .fee_option_box,
.opt_3 .fee_option_box{
	margin-bottom: 0;
}
.opt_1 .opt_lower_level,
.opt_2 .opt_lower_level,
.opt_3 .opt_lower_level{
	background: #f5f3ef;
	padding-top: 20px;
	margin-top: -20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.opt_1 span.badge{
	background: #cb9f64;
}
/*.opt_1 .btnRegister.inverse{
	background: #a17f50;
}
.opt_1 .btnRegister.inverse:hover{
	background: #cb9f64;
}*/
.opt_3 span.badge{
	background: #808080;
}
.opt_3 .btnRegister.inverse{
	background: #808080;
}
.opt_3 .btnRegister.inverse:hover{
	background: #9a9a9a;
}
/*.opt_levels_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.opt_levels_list li{
	padding: 18px 30px;
	padding-top: 38px;
	margin: 0;
	display: block;
	position: relative;
	min-height: 20px;
	margin-top: -20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.opt_levels_list li .label{
	padding: 6px 15px;
	background: #cb9f64;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	margin-right: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list li:nth-child(1){
	background: #cecbc4;
	z-index: 3;
}
.opt_levels_list li:nth-child(2){
	background: #dbd8d2;
	z-index: 2;
}
.opt_levels_list li:nth-child(3){
	background: #e9e7e3;
	z-index: 1;
}
.opt_levels_list li a{
	display: block;
	text-decoration: none;
	color: #a17f50;
	padding-right: 25px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list li a:hover{	
	text-decoration: none;
	color: #3b563f;
}
.opt_levels_list li a .fas{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #a17f50;
	color: #f5f3ef;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list li a:hover .label,
.opt_levels_list li a:hover .fas{
	background: #3b563f;
}*/


.opt_levels_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel{
	margin-bottom: 0px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-group .panel+.panel {
    margin-top: -20px;
}

.opt_levels_list .panel{
	padding: 18px 30px;
	padding-top: 38px;
	margin: 0;
	display: block;
	position: relative;
	min-height: 20px;
	margin-top: -20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.opt_levels_list .label{
	padding: 6px 15px;
	background: #cb9f64;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	margin-right: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list .panel:nth-child(1){
	background: #cecbc4;
	z-index: 3;
}
.opt_levels_list .panel:nth-child(2){
	background: #dbd8d2;
	z-index: 2;
}
.opt_levels_list .panel:nth-child(3){
	background: #e9e7e3;
	z-index: 1;
}
.opt_levels_list a{
	display: block;
	text-decoration: none;
	color: #a17f50;
	padding-right: 25px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list a:hover{	
	text-decoration: none;
	color: #3b563f;
}
.opt_levels_list a .fas{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #a17f50;
	color: #f5f3ef;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.opt_levels_list a:hover .label,
.opt_levels_list a:hover .fas{
	background: #3b563f;
}
.opt_levels_list a:focus{
	outline: none;
}
.no_b_margin{
	margin-bottom: 0 !important;
}

/* Footer Styles */
#footer-wrap{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: block;
}
#footer-cta{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: block;
	background: #a17f50;
	padding: 60px 0;	
}
.cta_info{
	padding-right: 400px;
	position: relative;
	height: auto;
}
.cta_info p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.btnJobVacancy{
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	float: right;
	padding: 5px 35px;
	background: #f2f0ee;
	color: #af8860;
	font-weight: bold;
	font-size: 27px;
	border: 1px solid #d4c2a9;
	text-transform: uppercase;
}
.btnJobVacancy:hover{
	text-decoration: none;
	background: #3b563f;
	color: #fff;
}

#footer-top-section{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: block;
	color: #fff;
	background: #f5f3ef;
	padding: 35px 0;
}

.footer-top-widget{
	max-width: 330px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.footer-top-widget h2{
	font-size: 30px;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}
.widget-newsletter h2{
	color: #3b563f;
}
.widget-sms h2{
	color: #a17f50;
}
.short-desc{
	margin-bottom: 20px;
	padding-left: 60px;
}
.short-desc p{
	font-weight: 400;
	font-size: 12px;
	color: #4b4b4b;
	margin: 0;
	padding: 7px 0;
}
.widget-sms .short-desc{
	background: url(assets/img/icon_sms.png) no-repeat left center;
	padding-left: 55px;
}
.widget-newsletter .short-desc{
	background: url(assets/img/icon_newsletter.png) no-repeat left center;
}
.form_item{
	position: relative;
	width: 100%;
}
.form_item .input_text{
	font-size: 18px;
	color: #929292;
	font-weight: 700;
	padding: 10px 15px;
	padding-right: 87px;
	height: 50px;
	outline: none;
	border: 1px solid #d4c2a9;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form_item .input_submit{
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 20px;
	-webkit-transition: all 1900ms ease;
	-moz-transition: all 1900ms ease;
	-ms-transition: all 1900ms ease;
	-o-transition: all 1900ms ease;
	transition: all 1900ms ease;
}
.widget-newsletter .input_submit{
	background: #3b563f;
}
.widget-newsletter .input_submit:hover{
	background: #6a7d6b;
}
.widget-sms .input_submit{
	background: #a17f50;
}
.widget-sms .input_submit:hover{
	background: #b69c78;
}


#footer-bottom-section{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: block;
	background: #3b563f url(assets/img/footer-bg.png) repeat-x left bottom;
	padding: 60px 0;
}
.hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #7e9582;
}
.copyright_info{
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.copyright_info p{
	color: #bdcbbf;
	font-weight: 300;
	font-size: 11px;
	margin-bottom: 10px;
}
.copyright_info p a{
	color: #bdcbbf;
}
.copyright_info p a:hover{
	text-decoration: underline;
}
.copyright_info p.copyright{
	color: #7e9582;
	font-weight: 300;
	font-size: 10px;
	margin-bottom: 0;	
}

.footer_nav{}
.footer_nav h3{
	margin: 0 0 10px 0;
	color: #cb9f64;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
}
.footer_nav ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
.footer_nav ul li{
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
}
.footer_nav ul li a{
	font-weight: 300;
	color: #7e9582;
	font-size: 10px;
	display: block;
}
.footer_nav ul li a:hover{
	text-decoration: underline;
}

.social-widget{
	position: relative;
	height: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.social-widget ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-widget ul li{
	float: left;
	margin-left: 15px;
}
.social-widget ul li a{
	color: #d1ab72;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.social-widget ul li a:hover{
	text-decoration: none;
	color: #fff;
}

.a_project_by{
	text-align: right;
}

.leader-collapsible .detail {
    height: 100px;
    overflow:hidden;
    margin-bottom: 10px;
}
.leader-collapsible .detail.expanded {
    height: auto;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@font-face {
    font-family: 'alyarmookregular';
    src: url('assets/fonts/ae_alyarmook-webfont.woff2') format('woff2'),
         url('assets/fonts/ae_alyarmook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





