@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: 15px 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: 200px;
    z-index: 999;
    padding: 0;
    margin: 0 0 0 0;
    border: none;
}
header .inner_container .right_text{
	font-size: 22px;
	text-align: center;
	line-height: 1.2em;
	padding: 10px 0 35px 0;
}
header .inner_container .right_text b{
	display: block;
}
header .left_img{
	width: 30%;
}
header .right_img{
	width: 30%;
}
[class*=width_]{
	width: 100%;
}
.hero{
/*	background: unset;*/
}
.hero .container{
	width: 100%;
}
.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 .img_box{
	padding: 0;
}
.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{
	padding: 25px 10px 5px 10px;
	margin: 0 20px 30px;
}
.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;
}

.txt_img_box{
	flex-wrap: wrap-reverse;
}
.txt_img_box .text_box{
	width: 100%;
}
.txt_img_box .text_box .inner_box{
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 15px 0 25px 0;
}
.txt_img_box .text_box .inner_box br{
	display: none;
}
.txt_img_box .text_box .inner_box .line1{
	font-size: 25px;
}
.txt_img_box .text_box .inner_box .line2{
	font-size: 18px;
}
.txt_img_box .text_box .inner_box .line3{
	font-size: 16px;
}
.txt_img_box .img_box{
	width: 100%;
}

.approach{
	padding: 0;
}
.founder .heading{
	font-size: 28px;
}
.founder .text_box p{
	font-size: 16px;
}
.three_boxes{
	padding:40px 0;
}
.three_boxes .inner_container{
	padding: 0;
	flex-wrap: wrap;
}
.three_boxes .inner_container .width_30{
	width: 100%;
}
.three_boxes .info_box{
	padding: 0 15px 35px 15px;
}
.three_boxes .info_box .img_box{
	width: 100%;
	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;
}
.three_boxes .info_box .text_box p{
	font-size: 16px;
}
.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%;
}
.our_affiliations .associations_boxes .text_box{
	font-size: 20px;
}
.blue_band{
	padding: 0 0 40px 0;
}
.blue_band .inner_container{
	flex-wrap: wrap;
	justify-content: center;
}
.blue_band .inner_container .col-sm-6{
	padding: 0;
}
.blue_band .left_text{
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
	padding: 25px 0 15px;
}
.blue_band .left_text b{
	display: block;
}
.blue_band .right_btn{
	text-align: center;
	padding: 0;
}
.blue_band .right_btn a{
	font-size: 18px;
}
.input_and_output .inner_container{
	width: 100%;
}

.footer_line{
	padding: 45px 0 100px 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;
    text-align: center;
}
.footer_line .inner_container .left_info .line_2 {
    font-size: 16px;
    padding: 0 0 15px 0;
    text-align: center;
}
.footer_line .inner_container .left_info .enrol_btn{
	margin: 0 0 15px 0;
}
.footer_line .inner_container .middle_info .enrol_btn a{
	font-size: 20px;
	padding: 10px 30px;
	margin: 0 0 25px 0;
}
.footer_line .left_img{
	width: 30%;
	bottom: 31px;
}
.footer_line .right_img{
	width: 30%;
}


.overlay_buttons{
	width: 100%;
    transform: rotateZ(0deg) translateY(0px);
    top: unset;
    bottom: 0;
}
.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;
}
.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: #16ad19;
}

.six_boxes {
    padding: 50px 0;
}
.six_boxes .heading{
	font-size: 28px;
}
.six_boxes .heading br{
	display: none;
}
.six_boxes .info_box .title{
	font-size: 22px;
}
.six_boxes .info_box .text_box p{
	font-size: 14px;
}
.curriculum_band .text{
	font-size: 16px;
}
.curriculum_band .text b br{
	display: none;
}
.curriculum_band .right_img{
	width: 200px;
}

.features_boxes .six_features .col-sm-4{
/*	width: 50%;*/
}
.features_boxes .six_features .col-sm-4.border_left_right{
	border: none;
	margin: 0 0 30px;
}

/*.gallery*/
.gallery{
	padding: 40px 0 20px;
}
.gallery .heading{
	font-size: 28px;
	padding: 0 0 15px;
}

.homepage_video_wrapper{
	text-align: center;
}
.homepage_video_wrapper .text_overlay .sub_heading {
    font-size: 25px;
    line-height: 1.2em;
}

.homepage_video_wrapper .text_overlay .heading {
    font-size: 18px;
}
.our_network .inner_container .heading{
	font-size: 25px;
}
.our_network .inner_container .our_network_boxes .info_box .inner_box.space{
	padding: 50px 20px;
}
.our_network .inner_container .our_network_boxes .inner_box .title{
	font-size: 25px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

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

