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



body {
	background:#fff;
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight: normal;
}
p {
	margin:0px;
	padding:0px;
	line-height:28px;
	font-size:17px;
	color:#333;
	font-weight:400;
}
p.black-color{
	color:#000;
}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a:hover {
	text-decoration:none;
}
h2 {
	font-size:48px;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:50px;
}
h2.fnt30{
	font-size:30px;
}
h2.fnt40{
	font-size:40px;
}
h2.fnt60{
	font-size:60px;
}
h2.h2-marginbtm{
	margin-bottom:30px;
}

.pad-top_btm100{
	padding:100px 0px;
}
.pad-top100{
	padding:100px 0px 0px;
}
.pad-btm100{
	padding:0px 0px 100px;
}
.pad-top_btm80{
	padding:80px 0px;
}
.pad-top80{
	padding:80px 0px 0px;
}
.pad-btm80{
	padding:0px 0px 80px;
}
/*====header=====*/


.container {
    width: 100% !important;
    max-width: 1170px;
}
header {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 0px;
	box-shadow: 0px 0px 5px #ccc;
	position: relative;
    z-index: 12;
}
.home-banner-section {
	width:100%;
	float:left;

	position:relative;
}
.home-banner-section img {
    width: 100%;
    height: auto;
    vertical-align: top !important;
}
.logo-circle {
    width: 150px;
    /* height: 100px; */
    background: #fff;
    float: left;
    position: relative;
    /* display: none; */
    position: absolute;
    top: 0;
    padding: 30px 10px 15px;
    left: 40px;
}
.logo-circle:after {
	width:1182px;
	height:862px;
	display: none;
	background:url(../images/circle-after-img.jpg) no-repeat 0px 0px;
	position:absolute;
	right:-365px;
	top:-60px;
	content:"";
	z-index:-1;
}
.logo {
	max-width: 254px;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.logo-circle p {
	font-size:19px;
	color:#000;
	width: 100%;
	float: left;
}
nav, .inner_menu {
	width:auto;
	float:right;
}
nav.nav-home {
    position: absolute;
    right: 27px;
    top: 50px;
}
nav ul, .inner_menu ul {
	margin:0px;
	padding:0px;
}
nav ul{    padding-right: 213px;}
.inner_menu ul{float: left}
nav ul li, .inner_menu ul li {
	list-style:none;
	float:left;
	font-size:16px;
	font-weight:700;
	    position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	margin-right:3px;
}

nav ul li:hover .sub-menu, .inner_menu ul li:hover .sub-menu{display:block}
nav ul li .sub-menu, .inner_menu ul li .sub-menu{    position: absolute;
    left: 0;
    width: 280px;
	    z-index: 9;
	display:none;
    background: #fff;
    box-shadow: 0 0 6px #ccc;}
	
.about-section.video_section h2{    margin-bottom: 10px;}	
.about-section.video_section p{    font-size: 21px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;}
nav ul li .sub-menu li, .inner_menu ul li .sub-menu li{  width: 100%;}
nav ul li .sub-menu li a, .inner_menu ul li .sub-menu li a{    background: #fff;
    color: #000;}
nav ul li .sub-menu li a:hover, .inner_menu ul li .sub-menu li a:hover{ 	background:#ff7e00;
	color:#fff;}
nav.nav-home ul li a{color: #fff}
nav ul li a, .inner_menu ul li a {
	color:#000;
	text-decoration:none;
	padding:13px 4px;
	display:block;
}
nav ul li a:hover, nav ul li.current-menu-item a, .inner_menu ul li a:hover, .inner_menu ul li.current-menu-item a {
	background:#ff7e00;
	color:#fff;
}
nav ul li.current-menu-parent a, .inner_menu ul li.current-menu-parent a{background:#ff7e00;
	color:#fff;}
nav ul li:last-child, ul.inner_menu li:last-child {
	margin-right:0px;
}
.nav-pull {
	display: none;
}
/*====header end=====*/





section {
	width:100%;
	float:left;
}
/*====studio section=====*/



.studio-section {
	padding:0px;
}
.studio-section h1 {
	background:#007bcd;
	color:#fff;
	font-size:36px;
	padding:4px 10px 4px 80px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	margin:0px;
	position:relative;
	letter-spacing:1px;
}
.studio-section h1.yellow-head {
	background:#ffc30c;
	color:#000;
	text-align:right;
	padding:4px 80px 4px 10px;
}
.studio-section p {
	margin:0
}
.studio-txt {
	font-size:40px;
	margin-top: 14px;
	color:#002b3e;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	float:left;
	margin-left:272px;
	position:relative;
	background:#fff;
}
a.read-more {
	font-size:20px;
	color:#000;
	font-weight:300;
	background:url(../images/right-arrow.png) no-repeat 80% 14px #fff;
	border:1px solid #000;
	padding:3px 51px 3px 20px;
	display:block;
	float:right;
	text-decoration: none !important;
	position:relative;
	margin:10px 0px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}
a.read-more:hover {
	background:url(../images/right-arrow.png) no-repeat 80% 14px #ffc30c;
	border: 1px solid #ffc30c;
}
/*====studio section end=====*/



/*====why choose=====*/



.why-choose {
	background:url(../images/why-choose-bg.jpg) no-repeat center top;
	padding:80px 0px 50px;
	background-size:cover;
}
.choose-list {
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
    min-height: 240px;
}
.choose-list .choose-no {
    font-size: 36px;
    color: #007bcd;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    float: left;
    min-height: 160px;
    line-height: 40px;
    margin: -3px 20px 0px 0px;
    position: absolute;
    left: -10px;
}
.choose-list h3 {
	font-size:22px;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}
.choose-list p {
	font-size: 16px;
	line-height: 24px;
}
/*====why choose end=====*/


.about_lft_col{      float: left;
    width: 40%;
    text-align: center;
    margin-bottom: 30px;}
 .about_lft_col img{    border-radius: 5px;
    border: 6px solid #fff;
    box-shadow: 0 0 10px #ccc;
    float: none;
    display: inline-block;}
.about_rht_col{       float: right;
    width: 57%;
    text-align: left;}
.about-section {
	padding: 80px 0px;
}
.signature_img{    width: 100%;
    float: left;
    margin-bottom: 20px;}
.signature_img img{        width: 140px;
}
.about-section.video_section{padding: 0px;}
.about-section h2 {
	font-size: 48px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.about-section p{
	margin-bottom:20px; font-size:16px;
}
.about-img {
width: 100%;
    display: inline-block;
    text-align: center;
}
.about-img img{    float: none;
    display: inline-block;}
.section-list {
	margin: 50px 0px 0px;
}
.section-list p {
	font-size: 15px;
	margin: 10px 0px 0px;
}
/*====testimonial=====*/
#livesite_engage_button{display: none !important;}
.home_banner_content {
    position: absolute;
    bottom: 40px;
    margin-top:-70px;
    max-width: 100%;
    text-align: center;
    left: 0;
    width: 100%;
}

.home_wrapper_grey{ background: rgba(0,0,0,.6);
    padding: 14px 70px;
    width: 100%;
    float: left;
    margin-bottom: 30px;}
.home_banner_content h3 {
     font-size: 40px;
    /* font-family: 'Brandon Grotesque'; */
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
}
.home_banner_content p{     margin: 4px 0;
    font-size: 22px;
    color: #fff;
    padding: 0 70px;
    font-weight: 300;}
a.watch-video {
    float: none;
    display: inline-block;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    padding: 15px 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
    margin: 5px;
}
a.watch-video.schedule-tour-link {
    background: #ff7e00;
    color: #fff;
}
#quote-carousel small {
    display: block;
    font-size: 22px !important;
      color: #777;
}
.testimonial-section {
    background: #ffc30c;
    padding: 0;
    float: left;
}
.testimonial-section p{
    color: #000;
    font-size: 25px;
    line-height: 41px;
    font-weight: 300;
    font-style: italic;
}
#quote-carousel {
	padding: 0 10px 0px 10px;/* Control buttons  */

    /* Previous button  */

    /* Next button  */

    /* Changes the position of the indicators */

    /* Changes the color of the indicators */

}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
	width: 14px;
	height: 28px;
}
#quote-carousel .carousel-control.left {
	left:-60px;
	background: url(../images/testimonial-buttons.png) no-repeat top left;
}
#quote-carousel .carousel-control.right {
	right:-60px;
	background: url(../images/testimonial-buttons.png) no-repeat top right;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -30px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 4px solid #CCC;
	border-radius: 50px;
	opacity: 0.6;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 128px;
	height: 128px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}

.item blockquote {
	    border-left: none;
    margin: 0;
    height: 400px;
    display: table;
    table-layout: fixed;
}
.item blockquote .row{    display: table-cell;
    vertical-align: middle;}
blockquote small {
	font-size: 20px;
	color: #ff2a00;
	margin: 15px 0px 0px;
}
/*====testimonial end=====*/



/*====Caring learning=====*/



.caring-img {
	margin:110px 0px;
	float: left;
}
.caring-blue-bg {
	background: #007bcd;
	padding: 80px 40px;
}
.caring-blue-bg p {
	color: #fff;
	margin-bottom:30px;
	font-size:20px;
	font-weight:700;
}
.caring-blue-bg h4 {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	margin-bottom: 20px;
}
.caring-blue-bg ul {
	margin: 0;
	padding: 0px;
	width: 100%;
	float: left;
}
.caring-blue-bg ul li {
	list-style: none;
	float: left;
	font-size: 18px;
	color: #fff;
	margin: 5px 0px;
	width:100%;
	background:url(../images/white-point.png) no-repeat 0px 10px; padding:0px 0px 0px 20px;
}
/*====Caring learning end=====*/





header .logo {
	margin: 7px 0px 0px;
}
/*====Inner Banner=====*/



.inner-banner {
	width: 100%;
	float: left;
	position: relative;
	height: 495px;
	overflow:hidden;
}
.inner-banner img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.page-template-blog-php .inner-banner, .page-template-cms_page .inner-banner, .page-template-school_page_cms .inner-banner{	height: auto;
	}
.page-template-blog-php .inner-banner img, .page-template-cms_page .inner-banner img, .page-template-school_page_cms .inner-banner img{ position: relative;}
.inner-banner .inner-left-yellow {
	background: #fdad16;
	padding: 100px 0px;
	position: relative;
	width: 30%;
	float: left;
	min-height: 515px;
	z-index: 9;
}
.page-template-facebook_ad .inner-banner, .page-template-thankyou .inner-banner{display: none;}
.inner-banner-heading {
	width: 421px;
	height: 421px;
	background: url(../images/inner-bnr-heading.png) no-repeat left top;
	float: left;
	text-align: center;
	position: absolute;
	right:-104px;
	top: 30px;
	padding: 160px 100px;
}
.inner-banner-heading h1 {
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	margin-bottom:15px;
}
.inner-banner-heading .subhead {
	font-size: 18px;
	color: #000;
}
.inner-banner.faq-banner {
	background: url(../images/faq-bnr.jpg) no-repeat center top;
	background-size:cover;
}

.inner-content.thanku_page {text-align: center;}
.inner-content.thanku_page h4{    margin: 50px 0;
    font-size: 50px;}
.inner-content.thanku_page a.header_tour_btn.inner_scdue_btn{display: inline-block;
    float: none;}
/*====Inner Banner end=====*/





.inner-content {
	padding: 80px 0px;
}
.inner-content.blog_page {
	padding:30px 0;
}
.col-md-3.blog_fr{float: right;}
.inner-content.about-page-content {
	padding-bottom: 0px;
}
/*====About Content=====*/



.mission-section h2 {
	margin: 20px 0px;
}
.mission-section p {
	font-size: 25px;
	line-height: 36px;
}
.promise-section {
	background: url(../images/promise-right-bg.png) no-repeat right center #025182;
	padding: 70px 50px;
}
.promise-section h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
}
.promise-section ul {
	margin: 0px;
	padding: 0px;
}
.promise-section ul li {
	list-style: none;
	float: left;
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin: 3px 0px;
}
.about-section.joy-section {
	padding: 80px 0px 0px;
}
.about-section.joy-section p {
	font-size: 28px;
	line-height: 40px;
}
.about-section.joy-section p span {
	font-size: 36px;
	color: #ff7e00;
	font-weight: 700;
}
.about-img.joy-img {
	width: 100%;
	margin: 0px 0px -21px;
}
/*====About Content end=====*/



/*====FAQ=====*/

.inner-banner.apply-banner {
	background: url(../images/apply-bnr.jpg) no-repeat center top;
}
ul.faq-list {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.faq-list li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
ul.faq-list li h5 {
	font-size: 18px;
	color: #ff7e00;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 26px;
}
ul.faq-list li p {
	font-size: 16px;
}
/*====FAQ end=====*/



.apply-right {
}
.apply-right h2 {
	margin-bottom: 20px;
	font-size: 36px;
}
.apply-form {
	width: 50%;
	display:inline-block;
	margin:20px 0px;
	float:none;
}
.apply-form div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	color: #fff;
	font-size: 13px;
	margin: 10px 0 0 0;
	width: 100%;
	float: left;
}
.apply-form .form-field {
	width: 100%;
	float: left;
	margin-bottom: 5px;
} 
.apply-form .ctct-form-field{ width: 100%; float: left; margin-bottom: 10px;}
.apply-form .ctct-form-field input{
	width: 100%;
	float: right;
	border: 1px solid #cacaca;
	padding: 12px;
	background:none;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color: #8f8f8f;
}
.apply-form .ctct-form-field label{display: none;}
/*.apply-form .ctct-form-field input::-webkit-input-placeholder { 
 color: #fff;
}
.apply-form .ctct-form-field input::-moz-placeholder { 
 color: #fff;
}
.apply-form .ctct-form-field input:-ms-input-placeholder {
 color: #fff;
}
.apply-form .ctct-form-field input:-moz-placeholder { 
 color: #fff;
}*/
.apply-form .ctct-form-wrapper .ctct-submit{
	float: left;
	background:#d08904;
	color: #000;
	padding: 10px 40px;
	width:100%;
	font-size: 18px;
	border: 0px;
	font-weight: 700;
	margin: 10px 0px 0px;
}
.apply-form .send-btn:hover {
	background: #000; color:#fff;
}
.inner-banner.contact-banner {
	background: url(../images/contact-bnr.jpg) no-repeat center top;
}
.contact-map {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.contact-map img {
	width: 100%;
	float: left;
	height: auto;
}
ul.cnt_list {
	width:50%;
	float:left;
	margin:20px 0px 80px;
	padding:0px;
}
ul.cnt_list li {
	    list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
 
    padding: 0px;
    line-height: 28px;
    font-size: 17px;
    color: #333;
    font-weight: 400;
}
.hrf-content {
    padding-left: 39px !important;
}
.hrf-title.close-faq span {
    top: 4px !important;
    width: 25px !important;
    height: 25px !important;
    background-size: 10px 10px !important;
    margin-left: 0px !important;
    position: absolute !important;
    left: 0 !important;
}
h3.hrf-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    padding: 5px 0 5px 37px !important;
    position: relative;
}
ul.cnt_list li a{color: #333; text-decoration:none}
ul.cnt_list li img {
	margin-bottom:5px;
}
ul.cnt_list li p a {
	color:#000;
	text-decoration:none;
}
ul.cnt_list li p a:hover {
	color:#2298d5;
}
.cnt_form {
    width: 45%;
    float: right;
    margin: 0;
    text-align: center;
    margin-top: -60px;
}

.cnt_form .googel_map{width:100%; float:left}
.cnt_form .googel_map iframe{width:100%; height:300px;}
.cnt_form label {
	width:100%;
}
.googel_map{ width: 100%; float: left}
.googel_map iframe{width: 100%; height: 300px;}
.cnt_form p {
	font-size:36px;
	color:#000;
	margin-bottom:60px;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}
.form_msg {
	height:150px
}
.form_field, .form_msg {
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
	outline: none;
	color: #7c7c7c;
	font-size: 18px;
	padding: 15px 20px;
	margin-bottom: 5px;
	border: 0px;
	font-weight: 300;
}
#widget.contact_form form input[type=text], #widget.contact_form form textarea, #widget.contact_form form input[type=email]{padding: 15px 20px;}
.submit_btn {
	width:100%;
	float:left;
	background:#2298d5;
	color:#fff;
	font-size:24px;
	padding:11px;
	border:0px;
	text-align:center;
	margin:10px 0px 0px;
}
.submit_btn:hover {
	opacity:.7;
	cursor:pointer;
}
.blog-head {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.blog-head h4 {
	font-size: 26px;
	color: #000;
}
.blog-date {
	font-size: 15px;
	color: #333;
	float: left;
	margin:10px 0 0 0;
	width: 100%;
}
.blog-date a {
	color: #ff7e00;
	text-decoration: none;
}
.blog-date a:hover {
	color: #000;
}
.search.search-results .blog-list{padding-bottom: 20px}
.blog-list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.blog-list:last-child {
	border-bottom:0
}
.blog-list h2 {
	text-transform: none;
	font-size: 25px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	font-weight: 300;
	margin-top: 14px;
}
.post_1_desc {
	width: 100%;
	float: left;
}
.post_1_desc.full_width img {
	float: right;
	margin: 10px 0 10px 20px;
}
.post_1_desc a {
	color:#ff7e00;
	text-decoration:underline;
}
.blog-list h2 a {
	color: #ff7e00;
}
.blog-list h2 a:hover {
	color: #000;
}
.blog-list p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}
.blog-search {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.search-form {
	position:relative;
}
.search-form .search-field {
	width: 100%;
	float: left;
	border: 0px;
	font-size: 16px;
	outline:none;
	color: #666;
	padding: 10px;
	font-weight: 300;
}
.search-form span.screen-reader-text {
	display:none;
}
.search-form label {
	width: 100%;
	margin-bottom: 0;
	vertical-align: top;
}
.search-form .search-submit {
	width: 24px;
	height: 24px;
	background: url(../images/search-btn.png) no-repeat center center;
	float: right;
	border: 0px;
	margin: 8px 0px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 0;
}
.recent-list {
	width: 100%;
	float:left;
	margin-bottom: 20px;
	padding: 20px 10px;
	background: #f2f2f2;
}
.recent-list h2 {
	font-size: 17px;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	margin-top: 0;
	font-family: 'Lato', sans-serif;
}
.recent-list ul {
	margin: 0px;
	padding: 0px;
}
.recent-list ul li {
	font-size: 16px;
	width: 100%;
	float: left;
	list-style: none;
	background: url(../images/blog-points.png) no-repeat 6px 9px;
	padding-left: 20px;
	margin: 3px 0px;
}
.recent-list ul li a {
	color: #000;
	text-decoration: none;
}
.recent-list ul li a:hover {
	color: #ff7e00;
}
.blog-logo {
	margin: 6px 0px;
	float: left;
}




.inner-content.no-btm-padding {
    padding: 10px 0px 0px;
}
.kindergarten-img{
}
.kindergarten-img img{
	width:100%; float:left; height:auto;
}

.kindergarten-list{
	width:100%; float:left;
}
.kindergarten-list ul{
	margin:40px 0px 0px; padding:0px;
}
.kindergarten-list ul li{
	list-style:none; float:left; width:48%; padding:0px 20px 0px 80px; border-right:1px dotted #333; margin-right:30px; margin-bottom:30px;
	min-height:140px;
}
.kindergarten-list ul li.learn-learnicon{
	background:url(../images/learn-learn-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li.learn-doicon{
	background:url(../images/learn-do-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li.learn-beicon{
	background:url(../images/learn-be-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li.learn-workhardicon{
	background:url(../images/work-hard-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li.learn-coreskillicon{
	background:url(../images/core-skill-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li.learn-questicon{
	background:url(../images/quest-icon.png) no-repeat 0px 0px;
}
.kindergarten-list ul li h5{
	font-family: 'Roboto', sans-serif; font-size:18px; color:#000; margin-bottom:10px; text-transform:uppercase;
}
.kindergarten-list ul li p{
	font-size:16px; line-height:24px;
}
.kindergarten-list ul li.list-none{
	border-right:0px; margin-right:0px;
}

.kindergarten-btm-banner{
	width:100%; float:left; background:url(../images/kindergarten-bottom-banner.jpg) no-repeat 0px 0px; padding:80px 50px; margin:60px 0px;
	background-size:cover;
}
.kindergarten-btm-banner p{
	line-height:32px;
}
/*====footer=====*/



footer {
	background: #000;
	padding:15px 0 0 0;
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif;
}
footer h5 {
	font-size: 30px;
	color: #919191;
	font-weight: 100;
	margin-bottom: 20px;
}
footer h5.head-right{
	float:right; text-align:right; width:100%;
}


.join_newsletter .ctct-form-wrapper .ctct-message {
 
    padding: 5px;
    font-size: 14px;
}
.join_newsletter .ctct-form-wrapper {    float: left;
    width: auto;
    padding:3px 0}
.join_newsletter .ctct-form-field label{display: none;}
.join_newsletter .ctct-form-wrapper .ctct-form-field{    margin: 0 ;
    width: auto;
    float: left;}

.join_newsletter .ctct-form-wrapper .ctct-form-field input{    background: #efefef;
    padding: 5px;
    border: 0px;
    width: 230px;
    border-radius: 4px 0 0 4px;
    float: left;
    font-size: 14px;}
.join_newsletter .ctct-optin-hide{display:none}
.join_newsletter .ctct-form-wrapper .ctct-form-field input.ctct-submit{background: #007bcd;
    border: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 0px;
    width: 120px;}
ul.ftr-top{
	width:100%; float:left; margin:0px; padding:0px;
}
ul.ftr-top li{
	list-style:none; float:left;
	padding:0px 20px;
	border-right:1px solid #ccc;
	font-size: 24px;
	color: #919191;
	font-weight: 700;
}
ul.ftr-top li:first-child{
	padding-left:0px;
}
ul.ftr-top li a {
	color:#007bcd;
	font-weight: 700;
	text-decoration: underline;
}
ul.ftr-top li:last-child{
	border:0px; 
}
ul.ftr-social{
	width:auto; float:right; margin:0px; padding:0px;
}
ul.ftr-social li{
	list-style:none; float:left; text-align:center; margin:0px 5px;
}
ul.ftr-social li a{
	color:#919191;  
}
ul.ftr-social li i{
	font-size:20px; border:2px solid #656565; border-radius:40px; width:40px; height:40px; float:left; line-height:40px;
}
ul.ftr-social li:last-child{
	margin-right:0px;
}
.fa-facebook:hover{
	color:#0077b7; border:2px solid #0077b7;
}
.fa-twitter:hover{
	color:#76a9ea; border:2px solid #76a9ea;
}
.fa-google-plus:hover{
	color:#f34a38; border:2px solid #f34a38;
}
.footer-btm{
	 border-top:1px solid #656565; margin-top:30px; padding:20px 0px;
}
.footer-btm ul{
	margin:5px 0px; padding:0px; float:left; position: static;
}
.footer-btm ul li{
	list-style:none; float:left; font-size:14px; border-right:1px solid #656565; line-height:14px; margin-right:10px; font-weight:300;
}
.footer-btm ul li a{
	color:#656565; text-decoration:none; padding-right:10px; 
}
.footer-btm ul li a:hover{
	color:#fff;
}
.footer-btm ul li:last-child{
	border:0px;
}
.footer-btm p{
	color:#656565; font-size:14px; font-weight:300; text-align:right;
}
.menu {
}
.form-submit .submit {
	width: 100%;
	float: left;
	background: #2298d5;
	color: #fff;
	font-size: 24px;
	padding: 11px;
	border: 0px;
	text-align: center;
	margin: 10px 0px 0px;
}
.comment-form-comment textarea {
	width:100%;
	float:left
}
.why_choose_heading h2 {
	font-size: 48px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.why_choose_heading h2.fs31_heading{    margin-top: 0;
    margin-bottom: 40px;
        font-size: 25px;
    font-weight: 500;
 }
.why_choose_heading .widgettitle {
	display:none
}
#custom_html-4 .widgettitle {
	display:none
}
.single-post .inner-banner {
	display:none
}


.school_cms_page h2 {
    font-size: 48px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: inherit ;
}

/*====footer end=====*/

.blue-section{
	background:#007bcd; 
}
.blue-section p{
	color:#fff; font-size:18px; line-height:35px; font-family: 'Roboto Condensed', sans-serif;
}
a.read-more.schedule-tour{
	color:#fff; border:2px solid #fff; display:inline-block; float:none; background: url(../images/white-right-arrow.png) no-repeat 90% center; padding:8px 51px 8px 30px; 
	font-weight:400; font-family: 'Roboto Condensed', sans-serif; margin:30px 0px 0px;
}
a.read-more.schedule-tour:hover{
	color:#000; border:2px solid #ffc30c; background: url(../images/right-arrow.png) no-repeat 90% center #ffc30c;
}
.choose-list p span{
	font-weight:700;
}
.carousel-indicators {
    width: 72%;
}
a.read-more.schedule-tour.schedule-tour1{
	font-size:18px; margin-left:24px;
}
a.read-more.schedule-tour.schedule-tour2 {
    font-size: 18px;
    margin-left: 67px;
        padding: 8px 30px 8px 30px;
    margin-top: 0px;
    background: #007bcd;
}
a.read-more.schedule-tour.schedule-tour2:hover{background: transparent;}
a.read-more.schedule-tour.schedule-tour3 {
    font-size: 18px;

    
    margin-top: 0px;
    background: #007bcd;
}
a.read-more.schedule-tour.schedule-tour3:hover{background: transparent;}
.studio-col{
	margin-bottom:50px;
}



.abt-promise-col{
	padding:50px 30px;
}
.abt-promise-col img{
	display:inline-block; float:none; margin-bottom:30px;
}
.abt-promise-col .abt-text{
	width:100%; float:left; text-align:left;
}
.abt-promise-col .abt-rghtdesc{
	width:65%; float:right; border-left:1px solid #000;  padding-left:20px; min-height:260px;
}
.col-xs-12.abt-promise-col {
    padding: 50px 30px;
}
.abt-promise-col.abt-belief-col .abt-rghtdesc{
	border-left:1px solid #fff;
}
.abt-promise-col h2{
	font-size:30px; color:#000; float:left; width:35%; padding-right:20px;     font-weight: 300;
}
.abt-promise-col p{
	font-size:20px; color:#000;
}
.abt-promise-col ul{
	margin:0 0 0 20px; padding:0px;
}
.abt-promise-col ul li{
	float:left; font-size:15px; color:#000; width:100%; margin:3px 0px;
}
.abt-promise-col.abt-belief-col h2{
	color:#fff;
}
.abt-promise-col.abt-belief-col ul li{
	color:#fff; line-height:24px;
}
.gradient {
  
      background: linear-gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
	  background: gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
 	background: -webkit-gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
	background: -webkit-linear-gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
	background: -moz-linear-gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
	background: -o-linear-gradient(to right,  #ffc30c 0%, #ffc30c 50%, #007bcd 50%, #007bcd 100%);
}
.mission-section{
	margin:30px 0px 0px;
}
ul.enviorn-list{
	width:100%; float:left; margin:0px; padding:0px;
}
ul.enviorn-list li{
	font-size:16px; color:#000; background:url(../images/blog-points.png) no-repeat 3px 10px; padding-left:20px; list-style:none; margin:7px 0px;
	line-height:24px;
}

.kindergarten-btm-section{
	width:100%; float:left; background:#f2f2f2; padding:50px; text-align:center; margin:50px 0px 0px;
}
.kindergarten-btm-section h2{
	margin-bottom:30px;
}
ul.enviorn-list.curriculum-list{
	width:50%; float:left;
}
ul.enviorn-list.curriculum-list li{
	width:100%; text-align:left; float:left; padding:0px 20px;
}

ul.elementary-list{
	width:100%; float:left; margin:30px 0px 0px; padding:0px;
}
ul.elementary-list li{
	list-style:none; float:left; width:100%; margin:20px 0px;
}
ul.elementary-list li img{
	max-width:200px; float:left; margin-right:50px;
}
ul.elementary-list li span{
	width:78%; float:right;
}
ul.elementary-list li h4{
	font-size:24px; color:#000; margin-bottom:20px; font-family:'Roboto', sans-serif; font-weight:300;
}
ul.elementary-list li p{
	font-size:15px; margin-bottom:20px;
}
ul.elementary-list li p:last-child{
	margin-bottom:0px;
}

.personailized-logo{
	padding:0 0 80px 0;
}

ul.elementary-list li span br{display:none}
.personailized-logo img{
	display:inline-block; float:none;
}
.tools-bottom-row {
    margin: 60px 0px 0px 10px;
}
.subhead{
	font-size:24px; margin-bottom:30px; width:100%; float:left;
}

.yellow-bg{
	background:#ffc30c; width:100%; float:left; padding:50px 0px;
}
.yellow-bg h2{
	margin:50px 0px;
}
.launch-cl{
	padding:80px 0px; background:#003a68; text-align:center;
}
.launch-cl p{
	font-size:30px; color:#fff; line-height:45px;
}


.day-life-section{
	padding:100px 0px;
}
.day-life-section h5{
	font-size:20px; color:#000; border-bottom:1px solid #ccc; padding:10px 0px; margin-bottom:10px;
}
.day-life-section img{
	width:100%; float:left; height:auto; margin-bottom:20px;
}
.day-life-section p{
	font-size:16px;
}
.launch-cl.surround-urself{
    background: #007bcd;
}

.personalize-section{
	padding:100px 0px;
}
.personalize-section p{
	font-size:20px; margin-bottom:30px;
}
.personalize-section h4{
	font-size:24px; text-align:left; margin:50px 0px 8px;
}
.personalize-section .light{
	text-align:left;
}
a.read-more.schedule-tour.mentor-link{
	border:2px solid #ccc; color:#000; background:url(../images/right-arrow.png) no-repeat 90% center;
}
a.read-more.schedule-tour.mentor-link:hover{
	background:url(../images/right-arrow.png) no-repeat 90% center #ffc30c; border:2px solid #ffc30c;
}
.widget_custom_html h2{display:none}
.footer-btm ul li ul{display:none !important}

.page_heading_wrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.page_heading_wrapper h1 {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.full_wdth_video{ background:url(../images/video_image_first.jpg) no-repeat; width: 100%;     background-size: cover;
    position: relative; position: relative; height: 510px; text-align: center;     float: left; }
.full_wdth_video:before{background:rgba(0,0,0,.7); content: ''; width: 100%; height: 100%; position: absolute; top: 0; left:0;}  

      .full_wdth_video.video_second{background:url(../images/video_image_second.jpg) no-repeat;     background-size: cover;}
   .full_wdth_video.video_third{background:url(../images/watch-video-img.jpg) no-repeat 0px -370px;     background-size: cover;}
 .full_wdth_video.video_fourth_ele{background:url(../images/elementary_video_bg.jpg) no-repeat;     background-size: cover;}
    .full_wdth_video h3{     font-size: 31px;
    /* font-family: 'Brandon Grotesque'; */
    padding-top: 140px;
    color: #fff;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 47px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;}
    .full_wdth_video p{    color: #fff; position: relative;
    margin-top: 12px;}
    .full_wdth_video .play_icon{    width: 100%;
    height: auto; position: relative;
    display: inline-block; }
    .full_wdth_video .play_icon img{    width: 90px;
    height: auto;
    cursor: pointer;
    margin-top: 30px;}


    #video_lightbox, #video_lightbox_1, #video_lightbox_2 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
 
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#video_wrapper, #video_wrapper_1, #video_wrapper_2 {
  display: none;
      position: fixed;
 top: 0%;
  left: 0%;
  width: 100%;
  height:  100%;
 
  z-index: 1002;
  overflow: visible;
}
#video_wrapper video, #video_wrapper_1 video, #video_wrapper_2 video{width: 100%; }
#boxclose, #boxclose_1, #boxclose_2 {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 23px 9px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#video_lightbox:hover ~ #boxclose, #video_lightbox_1:hover ~ #boxclose_1, #video_lightbox_2:hover ~ #boxclose_2 {
  display:none;
}
ul.apply_form_list{     margin: 30px 0 0 0;
    padding: 0px;}
ul.apply_form_list li{ width: 100%; line-height: 28px;
    font-size: 17px;
    color: #333; float: left; margin-bottom: 10px; list-style:none;}
nav ul li#menu-item-200 a{   
    color: #000;
    background: #fff;
    border-radius: 30px;
    padding: 12px 20px;
    
    margin: 0 0 0 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,.6);}
nav ul li#menu-item-200 a:hover{ background: #ff7e00; color: #fff }

.inner_menu ul li#menu-item-200 a{   
color: #fff;
    background: #ff7e00;
    border-radius: 30px;
    padding: 12px 20px;
    
    margin: 0 0 0 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,.6);
	}

a.header_tour_btn{	z-index: 1;
    float: left;
    position: absolute;
    right: 27px;
    top: 50px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    padding: 12px 20px;
    margin: 0 0 0 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,.6);
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}
a.header_tour_btn.inner_scdue_btn{    position: static;
    float: left;
    background: #ff7e00;
    color: #fff;}
.full_wdth{width: 100%; float: left;}
.full_wdth.mtop20{margin-top: 20px}
#livesite_action_buttons{display: none !important;}
.ctct-disclosure{display: none;}
.header_video{     width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;}
.header_video video{        width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    vertical-align: top;
    }
.about_banner_wrapper{    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    text-align: center;
    color: #fff;}
.about_banner_wrapper .container{    position: relative;
    z-index: 1212;}
.about_banner_wrapper h3{    padding: 184px 160px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 47px;
    font-size: 32px;
    text-shadow: 0 2px 4px #000;}
.page-template-about_us-php .inner-banner{display: none;}
.about_mtop_negative{    margin-top: -520px;
    position: relative;
    background: #fff;}
	
	
	
	
	
/*=========middle-school-css=========*/
	
.middle-green-section{
	background:#86d340; padding:20px 0px;
}
.middle-green-section h2{    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;}
.take-control-section{
	padding:40px 0px;
}
h2.page_school_heading{font-size: 32px;
    color: #000;
    margin-bottom: 25px;
        margin-top: 0;
        display: block;
    font-family: 'Roboto', sans-serif;

        font-weight: 400;
    text-transform: uppercase;}
.take-control-section ul{
	margin:0px; padding:0px;
}
.take-control-section ul li{
	    list-style: none;
    float: left;
    width: 31%;
    margin-right: 37px;
}
.take-control-section ul li:last-child{
	margin-right:0px;
}
.take-control-section ul li img{
	width:100%; float:left; height:auto; margin-bottom:20px;
}
.take-control-section ul li h3{
	font-size:24px; color:#000; margin-bottom:10px; font-family: 'Roboto', sans-serif; font-weight:400;
}
.video-section{
	background:url(../images/watch-video-img.jpg) no-repeat center top; padding:80px 0px;
	text-align:center; min-height:800px; background-size:cover;
}
.video-section h2{
	line-height:60px;
}
.centuary-learning-section{
	background:#80dcbb; padding:60px 0px;
}
ul.centuary-list{
	width:100%; float:left; margin:0px; padding:0px;
}
ul.centuary-list li{
	list-style: none;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    background: url(../images/circle-point.png) no-repeat 0px 10px;
    padding: 0px 0px 0px 20px;
    line-height: 26px;
    margin-bottom: 8px;
}
.img-column{
	width:100%; float:left;
}
.img-column img{
	width:100%; float:left; height:auto;
}
.appprecenship-section{
background: #ce5e2c;
    position: relative;
    height: 458px;
    overflow: hidden;
}
.appprecenship-img{
	width:50.2%; float:left; position:absolute;
}
.appprecenship-img img{
	width:100%; float:left; height:auto;
}
.appprecenship-section h2{
	color:#fff;
}
.appprecenship-section p{
	color:#fff; line-height:35px; font-size:22px;
}
.appprecenship-desc{
	padding:100px 0px;
}
.learning-section{
	padding:60px 0px;
}
.learner-driven-section{
	padding:50px 0px; background:#4f4f4f;
}
.learner-driven-section h2{
	color:#fff;
}
ul.centuary-list.driven-community li{
	color:#fff; background:url(../images/white-circle-point.png) no-repeat 0px 10px;
}

.student-contract-section{
	padding:50px 0px; background:url(../images/contract-section-bg.jpg) no-repeat center top; background-size:cover;
}
.student-contract-section h2{
text-align:center;
}
ul.centuary-list.contract-list li{
	background:none; font-size:16px; padding:0px; margin:15px 0px;
}

.measuring-master-section{
	padding:70px 0px;
}
.measuring-master-section h2{
	margin-bottom:10px;
}
.measuring-master-section p.fntp {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}
.audition-section{
	padding:50px 0px; background:#c0b8b8;
}
.audition-section p{
	color:#000; margin-bottom:20px;
}
.challenge-section{
	padding:60px 0px;
}
.challenge-section h2{
	line-height:45px; margin-bottom:10px;
}
.challenge-section p{
	font-size:18px; text-transform:uppercase; font-weight:600;
}
a.read-more.schedule-tour.blue-bg{
	background:url(../images/white-right-arrow.png) no-repeat 90% center #007bcd; border:0px;
}
a.read-more.schedule-tour.blue-bg:hover{
	border:0px; color:#fff; background:url(../images/white-right-arrow.png) no-repeat 90% center #015993;
}

/*=========middle-school-css end=========*/

.middle-green-section.elementary-blue-section{
	background:#2fcef6;
}
.kindergarten-section {
   
    position: relative;
    float: left;
    width: 100%;
}
.kindergarten-section img{width: 100%; height: auto;     vertical-align: top;}
.kindergarten-section p{ margin:0; }
.kindergarten-desc {
    width: 100%;
    float: left;
    background: rgba(0,0,0,.8);
    padding: 30px 0px 30px;
    position: absolute;
    top: 0;
}
.kindergarten-desc h2{
	color:#fff; margin-bottom:20px;     font-size: 36px;
}
.kindergarten-desc p{
	color:#fff;
}
.yellow-background-section{
	background:#fff10a; padding:70px 0px;
}
.yellow-background-section p{
	font-size:24px; color:#000;
}
.yellow-background-section span{
	float:right; margin:20px 0px 0px;
}
.yellow-background-section .testi-col{
	width:51%; display:inline-block;
}
.video-section.groundup-video{
	background:url(../images/groundup-video-img.jpg) no-repeat center top; background-size:cover; min-height:460px;
}
.video-section.groundup-video h2{
	color:#fff;
}
.philoshopy-section{
	padding:50px 0px;
}
.philoshopy-section p{
	    font-size: 22px;
    color: #000;
    line-height: 37px;
}

a.read-more.schedule-tour.blue-bg.fr{
	float:right;
}

.family-section{
	padding:50px 0px;
}
.img-column.img-column1{
	    width: 44%;
    margin-right: 20px;
    padding: 10px;
    box-shadow: 0 0px 8px rgba(0,0,0,.2);
    margin-bottom: 10px;
}
.img-column.img-column1 img{width: 100%;
    float: left;
    height: auto;
    vertical-align: top;}
.family-section p{
	margin-bottom:20px;
}
.learning-environ {
    padding: 50px 0px;
    background: #fff10a;
    text-align: center;
    margin: 30px 0;
}
.learning-environ p{
	    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 36px;
    margin-top: 15px;
}

.adcontact-section{
	padding:60px 0px;
}
.adcontact-section h2{
	font-size:24px;
}
.adcontact-form{
	width:50%; display:inline-block;
}
.adcontact-form .ad-form-input, .adcontact-form .ad-form-msg{
	width:100%; float:left; border:1px solid #ccc; padding:10px; margin:4px 0px; font-size:14px; color:#afafaf;
}
.adcontact-form .ad-form-msg{
	height:100px;
}
.adsubmit-btn{
	font-size:16px; color:#fff; background:#007bcd; padding:8px 30px; border:0px;
}
.adsubmit-btn:hover{
	background:#015e9c;
}
 .cnt_form iframe{width:100%;}
 .wp-pagenavi {

    text-align: center;
}
.wp-pagenavi span.current {
	border:1px solid #e47100 !important;
    background: #ff7e00 !important;
    color: #fff !important;
}
 .wp-pagenavi a, .wp-pagenavi span {
 
    background: #f2f2f2!important;
    padding: 8px 13px!important;
    margin: 1px!important;
    display: inline-block;
    color: #000 !important;
}

@media (min-width: 992px) and (max-width: 1350px) {
.about_mtop_negative {
    margin-top: 0;
}
.inner-banner {

    height: auto;
 
}
.take-control-section ul li {

    margin-right: 31px;
}
.inner-banner img {

    position: static;
 
}
}
@media (min-width: 1351px) and (max-width: 1600px) {
.about_mtop_negative {
    margin-top: -310px;
}
}
@media (min-width: 1170px) and (max-width: 1199px) {
 .logo-circle:after {
 right: -339px;
}
.choose-list .choose-no {
    min-height: 174px;
}
}
 @media (min-width: 992px) and (max-width: 1169px) {
 nav.nav-home {
 right: 20px;
}
.choose-list {
 
    min-height: 310px;
}
 .logo {
 max-width: 200px;
}
 .studio-txt {
 margin-left: 162px;
}
.choose-list .choose-no {
    min-height: 180px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 	.page-template-school_page_cms .yellow-bg .col-lg-4.text-right{text-align: center}
.page-template-school_page_cms .yellow-bg .col-lg-4.text-right .img-responsive{display: inline-block;}
.appprecenship-img {
  
    position: static;
    width: 100%;
}

.home_banner_content p {

    font-size: 16px;

    padding: 0 10px;
 
}
.home_wrapper_grey {

    padding: 14px 10px;
    }
 .cnt_form iframe{width:100%;}
.full_wdth_video.video_third {
    background: url(../images/watch-video-img.jpg) no-repeat 0px -100px;
 
}
.appprecenship-section {
    
    height: auto;

}
.appprecenship-desc {
    padding: 40px 0px;
      
}
.about-section {
    padding: 40px 0px;
}
.header_video p{margin-bottom: 0}
.about_banner_wrapper {   
    position: static;   
    color: #fff;
    padding: 10px 10px;
    background: #000;
}
.about_banner_wrapper h3 {
    padding: 0;
   
    line-height: 34px;
    font-size: 23px;

    margin: 0;
}
.col-xs-12.abt-promise-col {
    padding: 20px 10px;

    background: #ffc30c;
}
.abt-promise-col img {

    margin-bottom: 0;
    width: 110px;
}
.col-xs-12.abt-promise-col.abt-belief-col{background: #007bcd;}
.abt-promise-col h2 {
    font-size: 24px;
    width: 100%;
    padding-right: 0;
}
.abt-promise-col .abt-rghtdesc {
    width: 100%;    
    border-left: 0;
    padding-left: 0;
    min-height: 10px;
}
.abt-promise-col.abt-belief-col .abt-rghtdesc {
    border-left: 0px;
}
.about_mtop_negative {
    margin-top: 0;

}
.about_lft_col {  
    width: 100%; 
    margin-bottom: 20px;
}
.about_rht_col {

    width: 100%;

}
.container{width: 100% !important}
.post_1_desc.full_width img {
 width: 100%;
 height: auto;
}
 .logo-circle:after {
 right: -241px;
}
 nav.nav-home {
 right: 20px;
 top: 10px;
}
 p {
 line-height: 22px;
}
 .logo-circle p {
 font-size: 16px;
}
.studio-section h1 {
    font-size: 30px;
    padding: 4px 10px 4px 20px;
}
 .studio-txt {
 font-size: 28px;
 margin-left: 82px;
 margin-top: 8px;
}
 .studio-section h1.yellow-head {
 padding: 4px 20px 4px 10px;
}
 h2 {
 font-size: 36px;
}
 p {
 font-size: 15px;
}
 .caring-img {
 float: none;
display: inline-block;
margin: 30px 0px;
}
 footer h5 {
 font-size: 26px;
}
ul.ftr-top li {
    font-size: 21px;
}
ul.ftr-top li:first-child {
    border: 0px; 
}
ul.ftr-top li:last-child {
    border: 0px; padding-left:0px;
}
 .mission-section p {
 font-size: 19px;
 margin: 0px;
 line-height: 28px;
}
 .promise-section h2 {
 font-size: 32px;
}
 .about-section.joy-section p {
 font-size: 23px;
}
 .about-section.joy-section p span {
 font-size: 32px;
}
.inner-banner {

    height: auto;

}
.inner-content {
    padding: 20px 0px;
}
nav ul li a, .inner_menu ul li a {

    padding: 13px 13px;

}
.inner-banner .inner-left-yellow {

    padding: 10px 0px;

    width: 40%;

    min-height: 289px;
  
}
 .inner-banner-heading {
    right: 0;
    background-size: contain;
    background: none;
    width: 100%;
    padding: 0;
    height: auto;
    top: 50%;
    margin-top: -61px;
}
 .why-choose {
 background:#e0e0e2;
}
 .cnt_form p {
 font-size: 30px;
}
 .blog-date {
 font-size: 16px;
}
 .blog-list h2 {
 font-size: 20px;
}
.kindergarten-list ul li {    
    width: 100%;
    padding: 0px 20px 20px 80px;
    border-bottom: 1px dotted #333;
    border-right:0;
    margin-right: 0;
    margin-bottom: 30px;
}
.container {
    width: 100% !important;
}
.caring-blue-bg {

    padding: 20px 15px;
}
.testimonial-section p {

    font-size: 21px;
    line-height: 35px;
    }
.full_wdth_video h3 {
 font-size: 26px;
 line-height: 39px;
    padding-top: 0;
    }
    .full_wdth_video {
   
    height: auto;

    padding: 40px 30px;
}
.choose-list {

    min-height: 220px;
}
.home_banner_content {
    position: static;
    padding: 10px 10px 20px;
    margin-top: 0;   
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    background: #000;
}
.home_banner_content h3 {
    font-size: 25px;   
    margin-bottom: 40px;
    margin:0px;   
    padding: 14px 40px;
    line-height: 37px;
}

.footer-btm ul{
width: 100%;
text-align: center;
}
.footer-btm ul li {
   
    display: inline-block;
    float: none;
}
.footer-btm p {
   
    text-align: center;
}
.take-control-section ul li {
    
    margin-right: 20px;
}
.img-column{margin-bottom: 20px}
.inner-banner img {

    position: static;

}
h2.page_school_heading {
    font-size: 25px;
    }
.middle-green-section h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.take-control-section ul li h3 {
    font-size: 20px;
    }
    ul.centuary-list li {
  
    font-size: 16px;
}
}
 @media (min-width: 268px) and (max-width: 767px) {

.home_banner_content p {
   
    padding: 0;
  
}
.logo-circle:after{display: none;}
.home_wrapper_grey {

    padding: 14px 10px;
   
}
.page-template-school_page_cms .yellow-bg .col-lg-4.text-right{text-align: center}
.page-template-school_page_cms .yellow-bg .col-lg-4.text-right .img-responsive{display: inline-block;}
.personalize-section p {
    font-size: 16px;

}
.col-sm-6.person{margin: 0;
padding: 0;}
.personalize-section h4 {
    font-size: 18px;

    margin: 20px 0px 8px;
}
h3.hrf-title {
    font-size: 14px !important;

    line-height: 24px !important;
}
.col-xs-offset-2.launch_school_heading{width: 100%;
margin: 0;}
.launch_team h4, .personalize-section .light{text-align: center}
.header_video p{margin-bottom: 0}
.about_banner_wrapper {   
    position: static;   
    color: #fff;
    padding: 10px 10px;
    background: #000;
}
.about_banner_wrapper h3 {
    padding: 0;   
    line-height: 34px;
    font-size: 23px;
    margin: 0;
}

p {
    line-height: 23px;
    font-size: 14px;
}
.logo-circle:after {
 display: none;
}
.inner_menu {
 width: 100%;
}
.full_wdth_video {
    height: auto;
    padding: 10px;
}
.full_wdth_video h3 {
    padding-top: 0;
    font-size: 18px;
    line-height: 27px;
}
a.read-more.schedule-tour.schedule-tour2 {  
    margin-left: 0; 
}
.about-section.video_section p {
    margin-bottom: 5px;
}
.full_wdth_video .play_icon img {
    width: 50px;
    margin-top: 10px;
    }
.post_1_desc.full_width img {
	 float: right;
	 margin: 10px 0 10px;
	 width: 100%;
	 height: auto;
}
 #quote-carousel .carousel-control.left {
left: 0;
top: 50%;
margin-top: -20px;
}
.item blockquote {
   
    height: 440px;

}
 #quote-carousel .carousel-control.right {
 right: 0;
 top: 50%;
margin-top: -20px;
}
 .logo-circle {
 background-size: 100%;
 width: 310px;
 height: 320px;
 display: none;
 padding: 126px 105px;
 margin: 120px 0px 0px 0px;
}
 .caring-blue-bg h4 {
 margin-bottom: 0;
 text-align: center;
}
 .logo {
 max-width: 130px;
}
 .logo-circle p {
 display: none;
}

header .col-xs-12 {
    padding-right: 0;
    padding: 0;
}
.container {
       padding-right: 0!important;
    padding-left: 0 !important;
}
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.promise-section {
   
    padding: 20px 20px;
}
 
 .studio-section h1 {
 font-size: 24px;
 padding: 4px 10px 4px 10px;
}
 .studio-txt {
 font-size: 34px;
 margin-left: 0px;
}
 a.read-more {
 font-size: 16px;
background: url(../images/right-arrow.png) no-repeat 80% 12px #fff;
}
 a.read-more:hover {
 background: url(../images/right-arrow.png) no-repeat 80% 12px #ffc30c;
}
 h2 {
 font-size: 35px;
margin-bottom: 30px;
}
 p {
 line-height: 24px;
 font-size: 15px;
}
 #quote-carousel .carousel-indicators {
 display: none;
}
 .caring-blue-bg ul {
 margin: 0px 0px 0px;
 width: 100%;
 text-align: center;
 
}
.caring-blue-bg {
    padding: 30px 10px;
}
footer h5 {
    font-size: 20px;
    text-align: left;
}
.join_newsletter .ctct-form-wrapper .ctct-form-field input {

    width: 170px;
    }
.join_newsletter .ctct-form-wrapper .ctct-form-field input.ctct-submit {
    font-size: 13px;
    width: 91px;
}

 footer p {
 font-size: 24px;
}
 footer p a {
 font-size: 19px;
}
 .home-banner-section {
 min-height: 49px;
}
 .home-banner-section:after {
 display: none;
}
 .studio-section h1 {
 margin: 0px;
 text-align: left;
}
 .caring-blue-bg p {
 text-align: center;
 margin-bottom: 15px;
}
.caring-blue-bg ul li {
    text-align: left;
    width: 100%;
    font-size: 15px;
}
a.read-more.schedule-tour.schedule-tour1 {
    font-size: 18px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
 .caring-img {
 float: none;
 display: inline-block;
margin: 50px 0px 25px;
}
 header {
 padding:0px;
}
.choose-list {
    margin-bottom: 0px;
  min-height: 90px;
}
a.read-more.schedule-tour.schedule-tour3 {
    margin-top: 20px;
}
.about-section.joy-section {
    padding: 20px 0px 0px;
}
img {
    vertical-align: inherit !important;
}
header .row{margin:0px;}

 header .container {
 padding: 0px;
}
.inner-banner .inner-left-yellow {
    width: 100%;
    position: absolute;
    background: none;
    padding: 0;
    min-height: 10px;
    height: 100%;
    background: rgba(0,0,0,.3);
}
 .inner-banner-heading {
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    padding: 0;
    background-size: 100%;
    background: none;
}
.inner-banner-heading h1 {
    font-size: 34px;
	color: #fff;
}
.inner-banner-heading .subhead {
    font-size: 18px;
    color: #fff;
}
ul.cnt_list {
    margin: 20px 0px 40px;
    width: 100%;
}
.blog-head {

    padding: 0 20px;
}
.blog-list .col-xs-12{padding:0;}
.blog-list img{    width: 100%;
    height: auto;}
 .mission-section p {
font-size: 18px;
    line-height: 26px;
    margin: 0px;
}
ul.faq-list li {
    margin-bottom: 10px;  
    padding-bottom: 10px;
}
.inner-banner img {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    vertical-align: top !important;
}
.inner-content {
    padding: 10px 0px;
}
.inner-content.no-btm-padding {
    padding: 10px 0px;
}

.home_banner_content {
    position: static;
    top: initial;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    bottom: 0;
    background: #000;
    padding: 15px 0;
}
a.watch-video {
    font-size: 14px;
    padding: 15px 16px;
    }
.home_banner_content h3 {
    font-size: 20px;  
    padding: 10px 10px;  
    line-height: 27px;
    margin: 0;
}
.inner-banner {
 
    height: auto;

}
.kindergarten-list ul li {    
    width: 100%;
    padding: 0px 20px 20px 80px;
    border-bottom: 1px dotted #333;
    border-right:0;
    margin-right: 0;
    margin-bottom: 30px;
}
.school_cms_page h2 {
    font-size: 24px;

    margin: 0 0 20px 0;

}
.launch-cl {
    padding: 20px 15px;
    }
    .launch-cl p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.day-life-section {
    padding: 10px 15px;
}
a.read-more.schedule-tour {
   
    margin: 10px 0px 0px;
}
.day-life-section .col-md-4{padding: 0;
margin-bottom: 20px;}
.day-life-section h5 {
    font-size: 18px;
}
.day-life-section p {
    font-size: 14px;
}
.kindergarten-btm-banner {

    background: #d1d9db;
    padding: 20px 20px;

}
 .promise-section h2 {
 font-size: 26px;
}
.about-section.joy-section p {
    font-size: 15px;
    line-height: 27px;
}
.promise-section ul li {
 
    font-size: 16px;
 
}
 .about-section.joy-section p span {
 font-size: 24px;
}
.studio-section {
    text-align: center;
    padding: 0;
}
 .studio-section img {
 text-align: center;
display: inline-block;
float: none;
}
.centuary-learning-section {

    padding: 20px 0px;
}
h2.page_school_heading {
    font-size: 20px;
    margin-bottom: 15px;
}
ul.centuary-list li {
   
    font-size: 16px;
    
    line-height: 24px;

}
.appprecenship-img {
    width: 100%;
    float: left;
    position: static;
}
.appprecenship-desc {
    padding: 10px 10px;
    }
    .appprecenship-section p {
   
    line-height: 26px;
    font-size: 16px;
}
.learning-section {
    padding: 20px 0px;
}
.img-column {
  
    margin-bottom: 20px;
}
ul.centuary-list li {

    font-size: 14px;
    }
.why-choose {
    background: #e0e0e2;
    padding: 30px 0px;
}
.why_choose_heading h2.fs31_heading {   
    margin-bottom: 28px;
    font-size: 20px;
}
.choose-list .choose-no {

    font-size: 25px;
}
.learner-driven-section {
    padding: 20px 15px;
    background: #4f4f4f;
}
.student-contract-section {
    padding: 20px 10px;
}
ul.centuary-list.contract-list li {
    
    font-size: 14px;
    padding: 0px;
    margin: 7px 0px;
}
.measuring-master-section {
    padding: 20px 0px;
}
.audition-section {
    padding: 20px 10px;
}
.challenge-section {
    padding: 20px 10px;
}
.challenge-section h2 {
    line-height: 37px;
   
}
.audition-section .col-lg-4, .audition-section .col-lg-8{padding: 0}
 .why_choose_heading h2 {
 font-size: 28px;
margin-bottom: 0px;
}
 .about-section h2 {
 font-size: 28px;
}
 .studio-section h1.yellow-head {
 text-align: left;
 padding: 4px 10px 4px 10px;
 width: 100%;
}
 img {
 float: none;
display: inline-block!important;
}
.choose-list .choose-no {
    min-height: 0;
    width: 17%;
    margin: 0;
}
.choose-list p {
    float: left;
    width: 100%;
    font-size: 14px;
}
 .mission-section {
 text-align: center;
}
 ul.faq-list {
 text-align: center;
}
 ul.faq-list li h5 {
 font-size: 16px;
}
 .apply-right h2 {
 font-size: 28px;
}
 .apply-right {
 margin: 30px 0px 0px;
}
 ul.cnt_list li {
 width: 90%;
 margin: 0px 5% 20px;
}
 .cnt_form p {
 font-size: 22px;
}
 .cnt_form {
 width: 90%;
 margin: 0px 5%;
}
.pad-top80 {
    padding: 0px 0px 0px;
}
.apply-form {
    width: 100%;
   
    padding: 0 15px;
}
 .cnt_form iframe{width:100%;}
 .submit_btn {
 font-size: 20px;
}
 .blog-date {
 font-size: 14px;
}
.personalize-section {
    padding: 10px;
}
.hrf-faq-list{padding: 0 15px;}
.recent-list ul li {
    font-size: 14px;
    }
 .blog-list h2 {
 font-size: 18px;
}
 .blog-head h4 {
 font-size: 22px;
}
footer {
    padding:20px 10px 0px;
    text-align: center;
}
 .testimonial-section {
 background: #ffc30c;
 padding: 30px 0px 30px;
}
 .about-section {
 padding: 20px 10px;
}

.about_lft_col {

    margin-bottom: 20px;
}
.about-section p {
    
    font-size: 14px;
}
.blue-section p {
    font-size: 14px;
    line-height: 25px;
}
ul.ftr-top {
	text-align: center;
}
ul.ftr-top li{
	float:none; display:inline-block; font-size:20px;
}
ul.ftr-top li:first-child{
	border:0px;
}
footer h5.head-right {
    text-align: left;
    width: 100%;
    margin: 15px 0px;
}
ul.ftr-social {
    width: 100%; text-align: left;
}
ul.ftr-social li{
	float:none; display:inline-block;
 }
.footer-btm ul {
    text-align: center;
    position: static;
    width: 100%;
}
.footer-btm ul li {
    float: left;
    display: inline-block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #656565;
    padding: 0;
    text-align: left;
}
.footer-btm {
    border-top: 0;
    margin-top: 0;
    padding: 10px 0px;
}
.footer-btm ul li a {
   
    width: 100%;
    padding: 10px 0;
    float: left;
}
.footer-btm p {
    text-align: center;
}
.googel_map iframe {
  
    height: 240px;
}
.apply-form .ctct-form-field input {
   
    padding: 8px;
   
    font-size: 15px;

}
.blog-list p {
  
    font-size: 14px;
    line-height: 25px;
}
.yellow-bg {

    padding: 20px 0px;
}
.subhead {
    font-size: 18px;
    margin-bottom: 12px;
    
}
.school_cms_page iframe{width: 100%;
height: auto;
margin-bottom: 20px;}

.page_heading_wrapper {
   
    padding: 0 10px;
}
.page_heading_wrapper h1 {
    font-size: 24px;
margin-top: 0;
    margin-bottom: 10px;
    }

    .middle-green-section {
   
    padding: 20px 10px;
}
.middle-green-section h2 {
    font-size: 24px;
   
    margin-bottom: 10px;
   
    margin-top: 0;
}
h2.page_school_heading {
font-size: 20px;
   
    line-height: 30px;
}
.philoshopy-section p {
    font-size: 16px;

    line-height: 29px;
}
.philoshopy-section {
    padding: 20px 10px;
}
a.read-more.schedule-tour.blue-bg.fr {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}
.take-control-section {
    padding: 20px 10px;
}
.take-control-section ul li {
   
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.take-control-section ul li h3 {
    font-size: 20px;
}
.full_wdth_video.video_third {
    background: url(../images/watch-video-img.jpg) no-repeat 0 0;
    background-size: cover;
    }
    .kindergarten-section img {
   
    vertical-align: top !important;
}
    .kindergarten-desc {
   position: static;
    padding: 20px 20px 20px;
   
}
.testimonial-section p {
   
    font-size: 14px;
    line-height: 25px;

}
#quote-carousel small {
  
    font-size: 16px !important;

}


#quote-carousel {

    padding: 0 0px 0px 0px;

}
.col-xs-12.abt-promise-col {
    padding: 20px 10px;
    width: 100%;
    background: #ffc30c;
}
.abt-promise-col img {

    margin-bottom: 0;
    width: 110px;
}
.col-xs-12.abt-promise-col.abt-belief-col{background: #007bcd;}
.abt-promise-col h2 {
    font-size: 24px;
    width: 100%;
    padding-right: 0;
}
.abt-promise-col .abt-rghtdesc {
    width: 100%;    
    border-left: 0;
    padding-left: 0;
    min-height: 10px;
}
.abt-promise-col.abt-belief-col .abt-rghtdesc {
    border-left: 0px;
}
.about_mtop_negative {
    margin-top: 0;

}
.about_lft_col {  
    width: 100%; 
    margin-bottom: 20px;
}
.about_rht_col {

    width: 100%;

}
 }
 @media (min-width: 268px) and (max-width: 560px) {
 	nav, .inner_menu{
padding-bottom: 82px;
}
a.header_tour_btn.inner_scdue_btn {
margin-right: -100px !important;
top: 72px !important;
right: 50% !important;

}
.header_mobile {
    padding: 10px 0 93px 0 !important;  
}
.header_mobile a.header_tour_btn{margin-right: -100px !important;
top: 72px !important;
right: 50% !important;}
}

 @media (min-width: 268px) and (max-width: 1100px) {

 	.header_mobile{position: relative;
background: #fff;
width: 100%;
float: left;
min-height: 75px;
padding: 10px 0;
border-bottom: 1px solid #111;}

.header_mobile .logo-circle{background-size: 100%;
width: 110px;
height: auto;
position: static;
padding: 0 10px;
margin: 0;
display: block;}
.header_mobile nav.nav-home {
  
    top: 70px;
    }
.header_mobile .logo-circle .logo {margin-bottom: 0;}
.header_mobile .menu{position: absolute;
top: 11px;}
nav ul {
    padding-right: 0;
}
 	a.header_tour_btn {
 right: 77px;
    top: 0;
    background: #ff7e00;
    color: #fff;
}
 	.container {
    width: 100% !important;
}

.logo_header{position: absolute !important; left: 0;}
header {

    padding: 10px 0; min-height: 75px;

}
 nav {
 display: none;
width: 100%;
background: #fdad16;
}
header .logo {
    margin: 9px 0px 0px;
}
header .col-md-9{width: 100%; padding: 0; margin: 0;}
a.nav-pull {
    display: block;
    width: 40px;
    float: right;
   background:url(../images/menu_icon_mobile.png) no-repeat  10px 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    padding: 10px;
    margin: 1px 22px 0px 0;
    cursor: pointer;
    text-indent: -9999px;
}
a.header_tour_btn.inner_scdue_btn {
    position: absolute;
   
    top: 2px;
    right: 75px;
}
 .home-banner-section .container {
 padding: 0px;
}
 nav ul li {
 width: 100%;
border-bottom: 1px solid #fcc660;
}
 nav ul li a {
 padding: 7px 16px;
}
 nav.nav-home {
 display: none;
position: fixed;
right: 0px;
top: 139px;
z-index: 9;

}
nav.nav-home.show, .menu.show {
display:block
}

.inner_menu .menu{display:none; z-index: 1234677;}
.menu {
    width: 100%;
    float: left;
    z-index: 1;
    /* background: #ff7e00; */
   top: 65px;
    position: absolute;
}
.header_video {
 
    z-index: 1;
}
.inner_menu ul li {

 margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #fcc660;
}
nav ul li a, .inner_menu ul li a {
 color: #fff;
     padding: 7px 16px;
	     background: #fdad16;
}
nav, .inner_menu {
    width: 100%;
    float: right;
}
}