@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1366px){
.form-group {
margin-bottom: 8px;
}
.main section.top .form_box{
	padding: 20px;
}
.main section.top .form_box form .form-group:last-child{
	margin: 0;
}
.label_title{
	margin: 0 0 5px 0;
}

}
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}
}
@media only screen and (max-width: 1280px) {
header{
/*	padding:1%;*/
	}

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:56px;
	}
header nav{
    width: 70%;
}
.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
	}
header.smaller .logo{
	width:12%;
	}


}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
	}
header{
	padding:1% 0 2% 0!important;
	}
header.smaller {
    height:70px!important;
	}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
	left:20px;
	}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0!important;    
    width:100%;
	}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
	}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
	}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
	}


}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: center;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
	}
header {
width: 100%;
    height: auto;
	padding: 10px 0;
  
}
header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
}

#main {
    /*padding-top: 54px!important;*/
}
/*.container{
	width: 100%;
}
*/

header .inner_container{
	flex-wrap: wrap;
/*    justify-content: center;*/
}
header .logo {
    width: 160px;
    z-index: 999;
}
header .inner_container .right_text{
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	padding: 5px 0;
}
header .inner_container .right_text b{
	display: block;
}
[class*=width_]{
	width: 100%;
}
.hero .width_65{
	margin: 25px 0 0 0;
}
.hero .inner_container{
/*	flex-wrap: wrap-reverse;*/
}
.hero .inner_container .left_sec{
/*	width: 60%;*/
	margin: auto;
	padding: 0;
}
.hero .main_banner .item_box{
	align-items: flex-end;
}
.hero .main_banner .item_box .width_55{
	width: 40%;
}
.hero .main_banner .item_box .width_45{
	width: 60%;
}
.hero .inner_container .middle_sec{
	padding: 20px 0;
}
.hero .inner_container .middle_sec .line1{
	font-size: 18px;
}
.hero .inner_container .middle_sec .banner_line{
	padding: 0 0 10px;
}
.hero .inner_container .banner_boy_box .middle_sec .line2{
	font-size: 24px;
	display: block;
}
.hero .inner_container .banner_girl_box .middle_sec .line2{
	font-size: 18px;
}
.hero .inner_container .middle_sec .line3{
	font-size: 20px;
	padding: 10px 0;
}
.hero .inner_container .middle_sec .line4 {
    font-size: 14px;
}
.hero .inner_container .form_box{
	margin:30px 0;
}
.hero .inner_container .form_box form{
	padding: 25px 10px 5px 10px;
}
.hero .inner_container .form_box .form-group{
	margin: 0;
    padding: 0 15px 15px 15px;
}
.hero .inner_container .form_box .btn_2{
	font-size: 18px;
	padding: 8px 0;
}
.five_features .boxes{
	justify-content: center;
}
.five_features .boxes .width_20{
	width: 50%;
}
.five_features .boxes .box{
	border: none;
    padding: 0 20px 25px;
}
.five_features .boxes .box .icon img{
	max-width: 90px;
    max-height: 90px;
}
.five_features .boxes .box .text{
	font-size: 14px;
}
.five_features .boxes .box .text .big{
	font-size: 18px;
}
.img_txt .inner_container{
	flex-wrap: wrap;
}
.img_txt .inner_container .text_box{
	font-size: 14px;
	text-align: center;
}
.img_txt .inner_container .img_boxes{
	padding: 15px 0 0 0;
}
.eight_boxes .inner_container .col-sm-3 .info_box{
	padding: 15px 0;
}
.eight_boxes .inner_container .col-sm-3 .info_box .text {
    padding: 0 30px;
}
.eight_boxes .inner_container .col-sm-3 .info_box .text ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile_display{
	display: block;
}
.blue_band{
	padding: 40px 0;
}
.blue_band .inner_container{
	flex-wrap: wrap;
	justify-content: center;
}
.blue_band .left_text{
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	padding: 0 0 15px;
}
.blue_band .left_text b{
	display: block;
}
.blue_band .right_btn{
	text-align: center;
}
.blue_band .right_btn a{
	font-size: 18px;
}
.features::before{
	width: 150px;
	height: 150px;
	bottom: -40px;
}
.features .inner_container{
	flex-wrap: wrap;
}
.features .inner_container::before{
	width: 65%;
    height: 65%;
    left: -5%;
    top: -4%;
}
.features .img_box{
	width: 100%;
}
.features .text_box{
	width: 100%;
	margin: 0 0 50px 0;
	padding: 10%;
}
.features .text_box::before{
	display: none;
}
.features .text_box p{
	font-size: 15px;
}
.features .text_box ul{
	display: flex;
    flex-direction: column;
/*    align-items: center;*/
    justify-content: center;
    text-align: left;
}
.features .text_box ul li {
    font-size: 14px;
}
.features .text_box .book_demo{
	text-align: center;
}
.features .text_box .book_demo a{
	font-size: 14px;
}
.three_boxes{
	padding:40px 0 70px 0;
}
.three_boxes .inner_container{
	padding: 0;
}
.three_boxes .info_box{
	padding: 0 15px 20px 15px;
}
.three_boxes .info_box .img_box{
	width: 70%;
	margin: auto;
}
.three_boxes .info_box .title {
    font-size: 25px;
}
.three_boxes .info_box .age_group {
    font-size: 16px;
}
.three_boxes .info_box .text_box {
    padding: 0 10px;
}
.girl_with_list_text{
	padding: 0;
}
.girl_with_list_text .text_box{
	position: relative;
	top: -50px;
	left: unset;
}
.girl_with_list_text .text_box .col-sm-6{
	padding: 0;
}
.girl_with_list_text .text_box .list_box ul li{
	font-size: 15px;
}
.girl_with_list_text .text_box .list_box ul li::before{
	font-size: 16px;
	left: -17px;
    top: 4px;
}
.girl_with_list_text .text_box .list_box ul li span::before{
	left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
}
.testimonials .inner_container .heading_box{
	padding: 0;
}
.testimonials .inner_container .heading_box img{
	width: 150px;
}
.testimonials .inner_container .slider_boxes{
	padding: 15px 0 25px 0;
}
.text_slider .item_box{
	padding: 0;
}
.text_slider .item_box .inner_box{
	padding: 30px 30px ;
}
.our_affiliations {
    padding: 30px 0 0px 0;
}
.our_affiliations .heading{
	font-size: 22px;
	width: 100%;
	padding: 0 0 15px;
}
.our_affiliations .associations_boxes .col-sm-9{
	padding: 0;
}
.our_affiliations .associations_boxes .two_boxes {
    border: none;
    border-bottom: 3px solid #c5c6c6;
    padding: 0 0 20px 0;
    width: 100%;
}

.footer_line{
	padding: 30px 0 65px 0;
}
.footer_line .inner_container{
	justify-content: center;
}
.footer_line .inner_container .left_info{
	justify-content: center;
}
.footer_line .inner_container .left_info .line_1 {
    font-size: 22px;
    padding: 0 0 10px 0;
}
.footer_line .inner_container .left_info .line_2 {
    font-size: 16px;
    padding: 0 0 15px 0;
}
.footer_line .inner_container .left_info .enrol_btn{
	margin: 0 0 15px 0;
}
.footer_line .inner_container .left_info .enrol_btn a{
	font-size: 20px;
	padding: 10px 30px;
}


.overlay_buttons{
	width: 100%;
    transform: rotateZ(0deg) translateY(0px);
    top: unset;
    bottom: 0;
    align-items: unset;
}
.overlay_buttons .call_now{
	width: 50%;
}
.overlay_buttons .call_now a{
	font-size: 16px;
	margin: 0;
	display: block;
	text-align: center;
	padding: 5px 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay_buttons .whatsapp{
	width: 50%;
}
.overlay_buttons .whatsapp a{
	font-size: 16px;
	margin: 0;
	display: block;
	text-align: center;
	padding: 5px 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	background: #5aa359;
}



.three_boxes .yellow_box{
	padding: 35px 20px 35px 30px;
    margin: 0;
}
.three_boxes .yellow_box .col-sm-6:first-child{
	padding-bottom: 0;
}
.parents_slider .title{
	font-size: 25px;
}
.parents_slider .sub_title{
	font-size: 28px;
}
.parents_slider p{
	text-align: left;
}







}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

