@import url('https://fonts.googleapis.com/css?family=Poppins');
html{
	overflow-x: hidden;
}
body {
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-size: 0.87rem;
	line-height: 1.5rem;
	color: #333;
	text-align: justify;
	overflow-x: hidden;
}

@keyframes slide-down {
	0% {
		/*opacity: 0;*/
		transform: translateY(-100%);
	}
	100% {
		/*opacity: 0.9;*/
		transform: translateY(0);
	}
}
h2,h3{
	text-transform: capitalize;
	color: #000;
}
h4{
	font-size: 1.2rem;
}
h3{
	font-size: 1.5rem;
}
ul li{
	list-style: none;
}
a{
	color: #000;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out !important; 
}
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out !important; 
}
.top-icon-menu {
	margin-top: 30px; 
	padding: 10px;
}
.top-icon-menu a {
	color: #000;
	font-weight: 700;}
.logo	{ 
	margin: 10px 0px 0px 0px;
}

/***menu***/
.cbp-af-header-shrink {
    background-color: #FE7200;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 2;
	animation:slide-down 0.7s;
}
.head-menu{ 
	background: #FE7200;
	width: 100%;
	transform: translateZ(0);
	transition: all 0.5s;
	position: relative;
	z-index: 9;
	margin-top: 10px;
}
.fixed-header{
	top: 0%;
	position: fixed;
	z-index: 9;
	margin-top: 0;
	animation:slide-down 0.7s;
}
.menu-main-menu-container { 
	margin: 0 auto;
	padding: 2px 0;
}
.navbar-nav li a {
	color:#fff;
	font-size:14px;
	padding: 12px 13px 12px 13px;
	text-transform: uppercase;
}
.navbar-nav li a:hover{ 
	background: #9A4600;
}
.navbar-nav li.current-menu-item .current-menu-item-anchor{ 
	background: #9A4600;
	font-weight:700;
}
/*.navbar-nav li.color-green a{ 
	font-weight: 700;
	background-color: #029141;
}
.navbar-nav li.color-green a:hover{ 
	background: #28B463;
}*/
.sub-menu { position: absolute; top: 100%; z-index: 9; display: none; float: left; min-width: 160px; padding: 0; font-size: 14px; text-align: left; list-style: none; background-color: #D66305;}
.sub-menu > li > a { display: block; padding: 7px 20px; clear: both; font-weight: 400; line-height: 1.42857143; white-space: nowrap; }
.sub-menu > li > a:hover, .sub-menu > li > a:focus { color: #fff !important; text-decoration: none;}
.sub-menu > .active > a, .sub-menu > .active > a:focus, .sub-menu > .active > a:hover { color: #fff; text-decoration: none; outline: 0; }
ul.navbar-nav li.menu-item-has-children > a:after { color: #fff; content: ' ▾'; }
ul.navbar-nav li.menu-item-has-children:hover > ul.sub-menu { display: block; }

/***menu***/

/** Home Page **/
.section1 {
	width: 100%;
	float: left;
	padding: 50px 0 50px 0;
	background: #f2f2f2;
}
.section1 .title1 {
	margin-bottom: 10px;
}

.three_block{
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.notice_board{
	border: #d9d9d9 solid 1px;
	padding: 15px 20px;
	margin: 5px 0;
}
.notice_board:hover{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(188, 188, 188, .55);
	box-shadow: 0px 0px 5px 2px rgba(188, 188, 188, .55);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.notice_board h3{
	margin: 0px;
	padding: 26px 0px 0px 0px;
	float: left;
	color: #000;
	font-size: 1.2rem;
}
/* .notice_board h3 span{
	color: #029141;
} */
.notice_board img{
	float: right;
}
.notice_board ul{
	margin: 0px;
	padding: 0px;
	min-height: 235px;
	height: 233px;
}
.notice_board li{
	margin: 0px;
	padding: 10px 0px;
	border-bottom: #d6d6d6 solid 1px;
}
.notice_board li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: absolute;
}
.notice_board li a{
	margin: 0px;
	padding-left: 15px;
	line-height: 18px;
	color: #000;
	display: inline-block;
}
.notice_board li a:hover{
	color: #000;
}

.notice_board .btn_view{
	display: inline-block;
	background:#029141;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 7px 20px 7px 20px;
	margin: 10px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.notice_board .btn_view:hover{
	background:#029141;
	color: #fff;
	opacity: 0.8;
}
.notice_board .btn_view:focus{
	background:#029141;
	color: #fff;
	opacity: 0.8;
}

.section2 {
	width:100%;
	float:left;
	padding: 50px 0;
	background-image:url(../images/facilities-background-img.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.section2 h2{
	color: #fff;
}
.section2 .facility-name{
	font-size:18px;
	color: #fff;
	text-align:center;
}

.section3 {
	width:100%;
	float:left;
	padding: 50px 0;
	background-image:url(../images/school-life-background-img.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.section3 .title1 {
	margin-bottom: 10px;
}
.section3 h2{
	color: #fff;
}
.section3 figure{
	margin-bottom: 0;
}
.section3 .title-button{
	background: #fff;
    padding: 15px 15px 10px 15px;
	float: left;
	width: 100%;
	max-width: 350px;
}
.section3 .title{
	font-size: 16px;
	font-weight:600;
	text-transform: uppercase;
	float: left;
}
.btn-learnMore{
	background: #029141;
    color: #fff;
    border-radius: 0;
	float: right;
	padding: 5px 15px 5px 15px;
	margin-left: 5px;
}
.btn-learnMore:hover, .btn-learnMore:focus{
	background: #029141;
    color: #fff;
	opacity: 0.8;
}

.section4 { 
	width: 100%;
	float: left;
}
.section4  .title{
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 15px;
	background: #E9ECF1;
}
.section4 .descp{
	width: 100%;
	float: left;
}
.follow-us{
	background: #fff;
    margin: 15px 10px 20px 90px;
}

.follow-us p{
	font-size: 15px;
}
.follow-us i {
	font-size: 35px;
	float: left;
	margin-right: 10px; 
}
.follow-us a{
	color: #000 !important;
	font-size: 17px;
}
.follow-us a:hover{
	color: #000;
	text-decoration: none;
}
.contact {
	margin-top: 10px;
}
.gmap_canvas {
	height:400px;
}
.getintouch-form {
	padding-top: 15px;
}
label { font-weight: 400; height: 50px; line-height: 50px; }
input.form-control { background-color: #fff; border: 1px solid #eee; border-radius: 0px; color: #555; padding: 15px 20px 18px 50px; }
select.form-control { background-color: #fff; border-radius: 0px; color: #555; border: 1px solid #eee; }
.form-group  i {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 30px;
    border-right: 1px solid #eee;
    padding-right: 10px;
	color: #aaa;
}
textarea.form-control { height: 100px; resize: none; background-color: #fff; border: 1px solid #eee; border-radius: 0px; color: #555; padding: 5px 20px 18px 50px; }
span.wpcf7-not-valid-tip { font-size: 12px !important; float: right; }
/* div.wpcf7-mail-sent-ok { display: none !important; } */
.wpcf7-submit { background: #029141 !important; padding: 5px 30px; color: #fff !important; display: inline-block; font-size: 18px; cursor: pointer; border:2px solid #029141 !important;}
.wpcf7-submit:hover, .wpcf7-submit:focus { background-color: #029141 !important; color: #fff !important; opacity:0.8; transition: 0.3s;}

footer{
	width: 100%;
	float: left;
	padding: 40px 0 25px 0;
	background-image:url(../images/footer-image.png);
	background-repeat:no-repeat;
	background-size: cover;	
}
.f-menu ul {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}
.f-menu ul  li {
	display: inline;
	list-style: none;
}
.f-menu li a{
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}
.f-menu .copyright{
    width: 100%;
	color: #fff;
	text-align: center !important;
}
.f-menu .copyright p{
	padding-top: 10px;
}
.f-menu .copyright a{
	color: #000;
}
.back-to-top{
	position: fixed;
    bottom: 35px;
    left: 20px;
    line-height: 24px;
    display: none;
    color: #fff;
    background: #029141;
}
.back-to-top:hover {
	background: #28B463;
	color: #fff;
}
/** Home Page **/

.page-section {
	width: 100%;
	float: left;
}
.single-section {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.single-section-program {
	width: 100%;
	float: left;
}

.wpb_wrapper h2 span {
	color: #029141;
}
.wpb_wrapper li {
	line-height: 1.9;
}
.contact-address i {
	margin-right: 10px;
	font-size: 16px;
}

.facility-block ul {overflow: hidden; list-style:none;}
.facility-block li {float: left;}
.facility-block li:nth-child(5n+6) {clear: left;}

/* Event */
.tribe-events-before-html{ padding:40px 0; }
#tribe-events-header{ display:none; }
.tribe-events-cal-links{ display:none; }
/* Event */	
.check-list li:before{
	content: '\f046';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	padding: 0 20px;
	color:  #28B463;
}

.academic-post-grid .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background: none !important;
	color: #029141 !important;
	/* padding: 7px 20px 7px 20px !important; */
	padding: 0px !important; 
	border-radius: 0px !important;
	text-transform: capitalize !important;
}
.academic-post-grid .vc_btn3-container a:after{
	content: '\f061';
	font-family: FontAwesome;
	position: absolute;
	padding: 3px 5px;
	color:  #029141;
}
.academic-post-grid .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	opacity: 0.8;
	color: #FE7200 !important;
}
.academic-post-grid .vc_grid-btn-load_more a {
	background: #029141 !important;
	padding: 7px 20px 7px 20px !important;
	border-radius: 0px !important;
	text-transform: capitalize !important;
}
.academic-post-grid .vc_grid-btn-load_more a:hover {
	opacity: 0.8;
}
.academic-post-grid .vc_gitem-zone-c {
	background: #fff !important;
}
/* Testimonials on Academics Pages */
.lvca-testimonials-slider .lvca-testimonial-text i {
	margin-bottom: 25px !important;
	color: #029141 !important;
}
.lvca-testimonials-slider .lvca-testimonial-text {
	margin: 0 auto 30px !important;
	font-size: 14px !important;
	line-height: 28px !important;	
}
/* Testimonials on Academics Pages */

/* category page */
.single-section .post-title{
	font-size: 1.5rem;
}
.single-section .post_details{
	margin-bottom: 10px;
}
.single-section .post_details i,.single-section .post_details strong{
	color: #029141;
}
.single-section .sidebar-cat .f-title{
	display: none;
}
.single-section .sidebar-cat li{
	font-size: 15px;
    border-left: 2px solid #029141;
    border-right: 2px solid #029141;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px;
}
.single-section .sidebar-cat li a:hover{
	color: #029141;
}
.sidebar-cat .current-cat a{
	color: #029141;
}
.next{
	float: right;
}
/* category page */

/* Hide Export option From Event Page*/
.tribe-events-ical {
	display: none !important;
}
/* Hide Export option From Event Page*/ 
.tc-tabs-style1 .nav-tabs li a { z-index: 0 !important; }

.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title { letter-spacing: 0px !important; font-size: 16px !important; text-transform: capitalize !important;}