body {
	font-size:14px;
	line-height:23px;
	color:#767575;
	font-family:"droid Sans", helvetica, arial, sans-serif;/*font-family: 'Lora', serif;*/
}

#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }


img {
	max-width:100%;
}
p {
	margin-bottom:12px;
}
.top-10 {
	margin-top: 10px;
}
.headertop {
	background: #41210b;
	color: #FFF;
	float:left;
	width:100%;
}
.headertop ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.headertop ul li {
	display: inline-block;
	padding: 10px;
	border-right: 1px solid #525252;
}
.headertop ul li:first-child {
	border-left:none;
}
.headertop ul li span {
	vertical-align:top;
	margin:5px 1px 0 0px;
}
.headertop a {
	color:#fff;/*padding:10px;*/
}
.headertop a:hover {
	color:#fff;
	text-decoration:none;
}
.headertop .fa {
	color: #fff;
}
.navbar-toggle {
	margin-right:0px;
	border-radius:0px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background:none !important;
}
.innernav {
	width:100%;
	background:#FFF;
	top:0px;
	z-index:999
}
.innernav .navbar {
	background:none;
	border:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-radius:0px;
	box-shadow:0 0 0 1px #f2f2f2;
	transition:box-shadow 0.3s ease 0s, padding 0.3s ease 0s;
	float:left;
	width:100%;
}
.affix .navbar {
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
	padding:5px 0px;
}
.logo {
	margin:3px 0 3px 0px;
	display:inline-block;
}
.cusnav {
	margin:30px 0 0 0px;
	float:right;
}
.navbar-default .cusnav > li {
	padding:0 2px;
}
.navbar-default .cusnav > li:first-child {
	border-left:none;
}
.navbar-default .cusnav > li > a {
	color:#41210b;
	padding:5px 20px;
	text-transform:uppercase;
	line-height:27px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	background:#53a022;
	color:#fff;
	border-radius:25px;
}
 @media (max-width:1080px) {
.innernav.affix {
position:inherit;
}
.innernav .navbar {
padding:10px 0px 5px 0px;
}
.navbar-collapse {
padding:0px;
}
}
 @media only screen and (min-width:240px) and (max-width: 767px) {
.headertop {
 display:none;
}
 .logo img {
 width:80%;
}
}
 @media only screen and (min-width:240px) and (max-width: 510px) {
 .headertop ul li {
 float:left;
 width:100%;
}
 .headertop ul {
 float:left;
 width:100%;
 text-align:center;
}
 .pull-right {
 float:none !important;
}
 .pull-right li {
 width:auto !important;
 padding:7px 10px !important;
}
 .headertop ul li {
 border:none;
}
}
 @media only screen and (min-width:240px) and (max-width: 767px) {
 .cusnav {
 margin:30px 0 0 0px;
 float:left;
 width:100%;
}
 .navbar-default .cusnav > li {
 margin-bottom:5px;
}
 .pull-right {
 float:left;
 width:100%;
 text-align:center;
}
 .navbar-header {
padding:0 10px;
margin:0px;
}
.headertop ul li {
border-left:none;
padding:7px 5px;
width:100% !important;
float:left !important;
border:none;
}
}
 @media (min-width:320px) and (max-width:767px) {
.headertop ul li {
 width:auto !important;
 padding:5px !important;
}
}
/* BANNER AREA --------------------------------------------------------------------- */
.banner {
	position:relative;
	float:left;
	width:100%;
}
.banner img {
	width:100%;
}
.banner .item:after {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	/*background:rgba(0, 0, 0, 0.2);*/
	content:'';
}
.banner .owl-theme .owl-controls .owl-buttons div {
	background:none;
	opacity:0.7;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:111;
	color:#fff;
	font-size:36px;
}
.banner .owl-prev {
	left:10px;
}
.banner .owl-next {
	right:10px;
}
.bannertxt {
	position:absolute;
	z-index:1;
	/*bottom:208px;*/
	/*bottom: 120px;*/
	left:0px;
	right:0px;
	color:#FFF;
	text-align:justify;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.bannertxt img {
	margin:0 0 0 0;
}
.banner-form {
	float:left;
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	padding:25px;
	border-radius:25px;
}
.banner-form p {
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:19px;
	text-align:left;
	margin-bottom:19px;
}
.form-group {
	float:left;
	width:100%;
}
.form-group p {
	float:left;
	width:100%;
	margin:5px 0 12px 0;
	font-size:13px;
	text-align:left;
}
.form-control {
	float:left;
	width:100%;
	border-radius:0;
	border:1px solid #000;
	background:none;
	color:#000;
	padding:13px 15px;
	height:auto;
	line-height:normal;
}
 .banner-form .form-control::-moz-placeholder {
color:#000;
opacity:1
}
.banner-form .form-control:-ms-input-placeholder {
color:#000
}
.banner-form .form-control::-webkit-input-placeholder {
color:#000
}
.btn-cus {
	padding:12px 15px;
	border:none;
	background:#53a022;
}
.greenbtn {
	background:#53a022;
	color:#fff;
	border:none;
	border-radius:20px;
	padding: 10px 20px;
	float:left;
	text-transform:uppercase;
}
.banner-greencircle {
	/*background:rgba(147, 205, 23, 0.6);*/
	background:rgba(147, 205, 23, 0.8);
	border-radius:100%;
	padding:50px;
	/*float:left;*/
	text-align:center;
	color:#fff;
	height:380px;
	max-width:380px;
	margin:0 auto;
}
.banner-greencircle h4 {
	float:left;
	width:100%;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
}
.banner-greencircle p {
	float:left;
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}
.banner-greencircle img {
	margin:0 auto;
	display:inline-block;
	width:auto;
}
.banner-greencircle img.white {
}
.banner-greencircle img.color {
	display:none;
}
 @media (min-width:320px) and (max-width:767px) {
 .banner-greencircle p {
 font-weight:500;
 color:#fff;
 font-size: 14px;
}
 .banner-form {
 display:none;
}
.banner-greencircle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 border: 3px solid #eee;
 color: #000;
 margin-bottom: 15px;
 max-width: 580px;
 padding: 30px;
}
.banner-greencircle h4 {
 font-size:20px;
 font-weight:900;
 color:#ffff;
 margin-bottom:10px;
 line-height:normal;
}
.banner-greencircle h4 br {
 display:none;
}
 .banner-greencircle img.white {
 display:none;
}
 .banner-greencircle img.color {
 display:block;
 margin-bottom:15px;
}
}
/* Green strip ------------------------------------------------------- */
.green-strip {
	background:#93cd17;
	float:left;
	width:100%;
	/*padding:40px 0;*/ padding:0 0 50px 0px;
}
/*.green-strip img {
	margin: -52px 0px 0px;
	z-index: 1;
	position: relative;
	width:100%;
}*/
.home-serv-box {
	float:left;
	width:100%;
	color:#fff;
	font-size:13px;
}
/*.home-serv-box img {
	float:left;
	width:100%;
	margin:0;
}*/
.imgstripe {
	margin-top:-16px;
}
.home-serv-box {
	margin:50px 0px 0 0px;
}
.home-serv-box h3 {
	float:left;
	width:100%;
	margin:0 0 13px 0;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
}
.home-serv-box h3:hover {
	color:#41210b;
}
.home-serv-box p {
	float:left;
	width:100%;
	line-height:16px;
	min-height: 135px;
	font-weight: normal;
}
.home-serv-box a {
	display:inline-block;
	border-radius:15px;
	color:#fff;
	background:#53a022;
	padding:2px 13px;
	text-transform:uppercase;
	font-size:11px;
}
.home-serv-box a:hover {
	background:#41210b;
	text-decoration:none;
}
.home-serv-box img.white {
}
.home-serv-box img.color {
	display:none;
}
 @media (min-width:320px) and (max-width:767px) {
 .imgstripe {
 display:none;
}
 .green-strip {
 background:none;
padding-bottom:20px;
}
 .home-serv-box {
 color: #000;
 background:#fff;
 padding:15px;
 margin:15px 0 0 0;
 border:1px solid #cfcfcf;
}
 .home-serv-box img.white {
 display:none;
}
 .home-serv-box img.color {
 display:inline-block;
 margin-bottom:15px;
}
 .home-serv-box h3 br {
 display:none;
}
 .green-strip {
}
 .green-strip .container .row {
margin-left: 0;
 margin-right: 0;
}
 .green-strip .container .row .col-md-4 {
 padding-left: 0;
 padding-right: 0;
}
}
 @media (min-width:320px) and (max-width:991px) {
 .home-serv-box p {
 min-height:auto;
}
}
/* Gallery area ------------------------------------------------------- */
.gallery-area {
	float:left;
	width:100%;
	padding:65px 0;
}
.gallery-area h1 {
	color:#1faceb;
	float:left;
	width:100%;
	font-size:40px;
	text-align:center;
	margin:0 0 24px 0;
	padding-bottom:25px;
	border-bottom:1px solid #dbdbdb;
	font-weight:bold;
}
.maingallery {
	position:relative;
	width:100%;
	float:left;
}
.maingallery .owl-theme .owl-controls .owl-buttons div {
	width:36px;
	height:36px;
	border:2px solid #000;
	color:#000;
	border-radius:100%;
	background:none;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:32px;
	font-size:16px;
}
.maingallery .owl-theme .owl-controls {
	position:absolute;
	left:-40px;
	right:-40px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.maingallery .owl-prev {
	float:left;
}
.maingallery .owl-next {
	float:right;
}
@media (min-width:320px) and (max-width:767px) {
 .gallery-area h1 {
 font-size:30px;
\  padding-bottom: 20px;
}
 .maingallery .owl-theme .owl-controls {
position:static;
text-align:center;
-webkit-transform:inherit;
transform:inherit;
}
.maingallery .owl-theme .owl-controls .owl-buttons div {
float:none;
margin:5px;
}
.home-serv-box {
text-align:center;
}
.banner-greencircle {
 border-radius: 0;
 float: left;
 height: inherit;
 max-width: 100%;
 padding:15px 15px;
 background:rgba(147, 205, 23, 0.8) none repeat scroll 0 0;
 border:none;
 margin-bottom:0;
}
.gallery-area {
 padding:0 0 50px 0;
}
}
@media (min-width:240px) and (max-width:959px) {
.bannertxt {
position:inherit;
top:inherit;
-webkit-transform:inherit;
transform:inherit;
}
}
/* COMMON CSS ---------------------------------------------------------- */
.social-box {
	background:#404547;
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
}
.social-box a {
	margin: 0 6px;
	display: inline-block;
}
.footer-area {
	float:left;
	width:100%;
	background:#000000;
	color:#fff;
	text-align:center;
	padding:0 0 12px 0;
}
.footer-area p {
	float:left;
	width:100%;
	margin:0;
}
.footer-area p a {
	color:#fff
}
.footer-area img {
	margin:15px auto;
	display:inline-block;
}
.inner-banner {
	float: left;
	width: 100%;
}
.inner-banner img {
	float: left;
	width: 100%;
}
/* END COMMON CSS -------------------------------------------- */


/*=============popup slider css=================================*/

.modal-dialog {
	margin:83px auto; /*width:auto!important;*/ /*width:700px;  z-index:999;*/
}
.modal-body {
	padding:20px;
	/*background: rgba(147, 205, 23, 0.6);*/
	/*background: rgba(147, 205, 23, 0.8);*/
	background: rgba(255, 255, 255, 0.8);
}
.modal-footer {
	padding:0;
	margin-top:-17px;
}
.modal-footer1 {
	padding:0; /*margin-top:-17px;*/
}
.close {
/*color: #000;
	float:none!important;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.8;
    text-shadow: 0 1px 0 #fff;*/
}
.modal-footer {
	border-top: 0px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
/*  popup ------------------------------------------------------- */

.popupform {
}
.contactpopupform {}

.pop-form-group {
    /* float: none; */
    width: 100%;
 display: inline-block;
 margin-bottom: 0px;
}
 .section-white {
	    /* float: left; */
    width: 100%;
 display: inline-block;
}

 .modal-header {
 min-height: auto;
 padding: 15px 0 25px 0;
 border-bottom: 1px solid #ddd;
}
 .modal-title {
 line-height:normal;
 color:#6f9e33;
 font-size:20px;
 font-weight:600;
}
 .form-body {
 padding:15px 0;
 background:none;
 float:left;
 width:100%;
}

 .form-body a.link {
	 float:right;
	 margin:15px 0;
	 color:#6f9e33;
	 font-weight:bold;
	 }

 .popup-textbox {
/* float: left;*/
 width: 100%;
 border-radius: 0;
 border: 1px solid #ddd;
 background: none;
 color: #000;
 padding: 13px 15px;
 height: auto;
 line-height: normal; margin-bottom:10px;
}
 .popup-btn {
 background: #53a022;
 color: #fff;
 border: none;
 border-radius: 20px;
 padding: 10px 20px;
 float: left;
 text-transform: uppercase;
 margin:15px 0;
}
.txtred{ color:#F00; margin-bottom:5px;}
.thankstxt{font-size:24px; color:#6f9e33; text-align:center;}


 @media (min-width:768px) and (max-width:1920px) {
 .popupform {
 position:none;
 height:100%;
/* display:inline-block;*/
}
.contactpopupform {
 display:none;
}
.modal-open {
 overflow: auto;
 padding:0 !important;
}
}
 @media (min-width:320px) and (max-width:767px) {
.popupform {
 display:none;
}
.contactpopupform {
position:none;
 height:100%;
}
.modal-open {
 overflow: auto;
 padding:0 !important;
}
}

/* common css --------------------------------------------------------------- */
.inner-banner {
	float:left;
	width:100%;
}
.inner-content {
	float:left;
	width:100%;
	padding:50px 0;
}
.parents-voice-area {
	float:left;
	width:100%;
}
.parents-voice-area img {
	float:left;
	width:100%;
	border:1px solid #ddd;
	padding:10px;
}
.parents-voice-area h1 {
	float:left;
	width:100%;
	font-size:30px;
	color:#53a022;
	font-weight:bold;
	margin:0 0 15px 0;
}
.parents-voice-area p {
	float:left;
	width:100%;
	text-align:justify;
}
.opening-area {
	float: left;
	width: 100%;
	margin-bottom:25px;
	background:#fbfbfb;
	padding: 0 20px 15px 20px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left: 3px solid #67acbc;
}
.opening-area h2 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eae7e2;
	color: #53a022;
	font-size: 17px;
	margin: 15px 0px;
	padding: 0px 0px 10px 0px;
	font-weight:300;
}
.opening-area p {
	float: left;
	width: 100%;
	text-align:justify;
	font-size:15px;
	color:#2c1306;
	font-weight:600;
}
.opening-area ul {
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
	float:left;
	width:100%;
}
.opening-area ul li {
	float: left;
	width: 100%;
	background:url(../images/bullet.png) no-repeat 0 7px;
	padding:0 0 0 22px;
}
.opening-area ul li ul {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
}
.opening-area ul li ul li {
	float: left;
	width: 100%;
	background:none;
	font-size:13px;
	color:#000;
	padding:3px 0 3px 10px;
}
.checkbox, .radio .check{ position:inherit;}
.redbox-outline{border:1px solid #F30;}
label{font-weight:normal;}

/* Sabrina's story Css-------------------------------------------------------- */
.story-area {
	float: left;
	width: 100%;
}
.story-area img {
	float: left;
	width: 100%;
	border-radius: 10px;
}
.story-content {
	padding: 55px 40px 45px;
	width: 100%;
	float: right;
	position: relative;
	/* z-index: 2; */
    right: 5px;
	top: 50px;
	background-color: #fff;
	/* vertical-align: middle; */
    transform: translatex(-20%);
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
	margin-bottom:50px;
}
.story-content h2 {
	line-height: 22px;
	font-weight: 700;
	font-style: normal;
	color: #222222;
	font-size: 18px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 13px 0;
}
.story-content h2:after {
	width: 40px;
	height: 2px;
	content: "";
	/*background-color: #ffca00;*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -5px;
}
.story-content p {
	float:left;
	width:100%;
	text-align: justify;
	text-justify: inter-word;
	word-spacing:-2px;
}

.story-content p a.join {
	font-weight:bold;
	color:#767575;
	}

.teacher .tb-social {
	padding-top: 30px;
}
.tb-social {
	margin: 0;
	padding: 0;
}
.tb-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #cccccc;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: 0 0 0 10px transparent;
}
.tb-social a:hover {
	background-color: #53a022;
}
.tb-social a:hover {
	background-color: #53a022;
	box-shadow: 0 0 0 0px #53a022;
}
.tb-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #cccccc;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: 0 0 0 10px transparent;
}
 @media (min-width:320px) and (max-width:767px) {
.story-content {
 transform:none;
}
}
/* Contact us css --------------------------------------------------------------- */
.col6 {
	background:#fff;
	float: left;
	width: 100%;
	padding: 30px 0 40px 0;
}
.col7 {
	background:#53a022;
	float: left;
	width: 100%;
	padding: 30px 0 40px 0;
}
.contact h2 {
	color: #000;
	font-size: 48px;
	font-weight: 600;
	margin-left: 40px;
	text-align: left;
	margin-left: 40px;
	padding-top: 30px;
}
.contact-head-bg {
	background: url(../images/ab-bg.png) no-repeat;
	height: auto;
}
.contact label {
	font-size:15px;
	color:#fff;
	background:none;
	text-align:left;
	font-weight:normal;
	margin-bottom:10px;
}
.contact h3 {
	text-align:center;
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.contact p {
	text-align:center;
	color:#3b3b3b;
	font-size:17px;
	word-wrap: break-word;
}

.contact p a {
	font-size:15px;
	}
.form-control {
	border-radius: 26px;
}

.larg-textbox {
	    border: 1px solid #767575;
    float: left;
	width:100%;
	}

.contact-input {
	background:#fff;
	border:none;
	}
.form-control lable {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.contactbt {
	background: #93cd17;
	font-size: 20px;
	font-weight:normal;
	border:2px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color:#fff;
	font-size:16px;
	padding:10px 40px;
	margin-top:10px;
	float:left;
}
.contactbt a {
	-webkit-border-radius: 25px;
	-moz-border-radius: 15px;
	background: #fe5f97;
	padding: 10px 20px 10px 21px;
	width:100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight:normal;
	border:2px solid #fff;
}
.contactbt a:hover {
	text-decoration:none;
	background:#dd4e80;
}
.contact h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-left: 40px;
	text-align: left;
	margin-left: 40px;
	padding-top: 30px;
}
.contact-head-bg {
	background: url(../images/ab-bg.png) no-repeat;
	height: auto;
}
.col-centered {
	float: none;
	margin: 0 auto!important;
}
