/*
Theme Name:     Kids World Child
Theme URI: 		http://wedesignthemes.com/themes/kidsworld
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Kids World theme powered by DesignThemes
Template:       kids-world
Version:        1.0
*/
/**************************************************************************************************/
nav#main-menu ul li a {
    color: #2357a5 !important;
}
nav#main-menu ul li a:hover {
    color: #1f1e58 !important;
}
:root {
    --primary-blue-color: #2356a5;
}
.dt-sc-button.fully-rounded-border:hover {
    background-color: var(--primary-blue-color) !important;
    color: #fff !important;
}
a.dt-sc-button.fully-rounded-border.button-blue-color {
    background: var(--primary-blue-color) !important;
    color: #fff !important;
}
.contact-info .dt-sc-contact-info {
    min-height: 300px;
}
a.dt-sc-button.fully-rounded-border.button-blue-color:hover {
    background: #fff !important;
    color: var(--primary-blue-color) !important;
}
.image-not-touch.wpb_single_image .vc_figure,
.image-not-touch.wpb_single_image .vc_single_image-wrapper,
.image-not-touch.wpb_single_image .vc_single_image-wrapper img {
    width: 100%;
}

/* footer css start */
#footer .footer-copyright {
    background: var(--primary-blue-color);
}
#footer .footer-copyright a,
.footer-copyright>* {
    color: #fff;
    text-align: center;
}
.footer-custom-row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.footer-custom-row .footer-custom-col-first {
    width: 25%;
    padding: 0 15px;
}
.footer-custom-row .footer-custom-col-first img {
    width: 100px;
}
.footer-custom-row .footer-custom-col-second {
    width: 75%;
    padding: 0 15px;
}
.footer-custom-row .footer-custom-col-second .footer-second-part {
    display: flex;
}
.footer-custom-row .footer-custom-col-second .footer-second-part>div:first-child {
    width: 32%;
}
.footer-custom-row .footer-custom-col-second .footer-second-part>div:nth-child(2) {
    width: 68%;
    text-align: right;
}
.footer-custom-row .footer-custom-col-second .footer-second-part>div:nth-child(2) img {
    width: 80%;
}
.footer-custom-row .footer-custom-col-first ul li {
    padding: 3px 0 0px 25px;
}
.footer-custom-row .footer-custom-col-first ul li:hover:before {
    content: "\f006";
    color: #2356a5;
}
.new_header a.header_btn:hover, .new_header a.header_btn_portal:hover {
    background-color: #2357a5;
    color: #fff;
    border-color: #fff;
}
/* LOCATOR */

/*
.location_html{
position: relative;
    z-index: 0;
    min-height: 50h;
}
#locator {
	position: relative;
	width: 100%;
	padding-top: 33%;
	background: url(https://palmsites.com/cy-academy//wp-content/uploads/2023/02/thumbnail_Huffmeister-location.png) 50% 50% no-repeat;
	background-size: cover;
}
#locator-address {
	color: #000;
	font-size: 20px;
	position: absolute;
	left: 2%;
	line-height: 0;
	font-weight: 400;
}
#locator-phone {
	color: #000;
	font-size: 25px;
	position: absolute;
	left: 6%;
	line-height: 0;
	font-weight: 400;
}
#locator-phone a {
	color: #000;
}
#locator-address {
	top: 62%;
}
#locator-phone {
	top: 83%;
}
#locator-link {
	position: absolute;
	top: 110%;
	right: 46%;

}
#locator-link a {
	display: inline-block;
	background: #2356a5;
	border: 2px solid !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	border-radius: 50px;
	font-family: 'Roboto', sans-serif;
	outline: none;
	position: relative;
	z-index: 1;
	line-height: normal;
	display: inline-block;
	margin: 10px 0px 0px;
}
#locator-link a:hover {
	background: #fff;
	color: #2357a5;
}
#locator-link a span {
	display: none;
}
#locator-title{
 position: relative;
    top: -100px;
    left: 2%;
    font-size: 25px;
    font-weight: 600;
color: #2356a5;
}

#locator-main-address{
    position: relative;
    top: -100px;
    left: 2%;
    font-size: 16px;
    font-weight: 400;

}
.not-location-link{
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
    margin-top:120px;
}
*/

/* LOCATIONS */
.page-id-2 .main_wrapper {
    padding-top: 0;
}

#locations-wrapper {
    position: relative;
}

#locations-info {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    background: #0072bc;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    overflow-x: auto;
}

.locations-info-box {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #80b9de;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
}

.locations-info-box>div {
    /*padding: 20px 70px 20px 35px;*/
    padding: 20px 35px;
}

.locations-info-box:last-of-type {
    border-bottom: none;
}

.locations-info-box-selected {
    background-color: #0f4384;
}

.locations-info-title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 25px;
}

.locations-info-text {
    margin-bottom: 5px;
}

.locations-info-phone a {
    color: #a5e0f3;
}

.locations-info-links-wrapper {
    height: 115px;
    /* overflow: hidden; */
    /* transition: height 200ms; */
    -webkit-transition: height 200ms;
}

.locations-info-box-selected .locations-info-links-wrapper {
    height: 65px;
}

.locations-info-links {
    margin-top: 12px;
}

.locations-info-links a {
    background: #fff;
    color: #2356a5;
	border: 1px solid #2356a5;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0px;
    display: inline-block;
    border-radius: 50px;
    padding: 17px 35px;
	line-height: 1.25;
}

.locations-info-links a:hover {
    background: #fff;
    color: #2357a5;
}

.locations-info-links a:first-child {
    margin-right: 7px;
}

#popmake-13106 {
    background-color: #f2f2f2;
}

.how-contact p label {
    color: #000;
    font-weight: bold;
}
.how-contact {
    margin-top: 20px;
}

.how-contact p span {
    margin-top: 10px;
}

#popmake-13106 input[type="submit"] {
    margin-left: 15px;
    margin-top: 0;
}

ul.dt-sc-fancy-list.blue li:before {
    color: #2357a5;
}

ul.dt-sc-fancy-list.paper-clip li:before {
    content: "\f095";
}

.footer-widgets:before {
    background-image: none !important;
    background-color: #cd021a;
}

#toTop {
    background: url(https://palmsites.com/cy-academy/wp-content/uploads/2023/02/cropped-site-icon.png) no-repeat left top !important;
}

header#header {
    padding: 20px 0px;
}


/**/
.home #header-wrapper {
    margin-bottom: 0 !important;
}

.news-common {
    display: flex;
    align-items: center;
}

.right_btns {
    display: flex;
    align-items: center;
}

.left_txt {
    width: 50%;
}

.right_btns .btn__1 {
    margin-right: 20px;
}

.left-blue {
    position: relative;
}

.left-blue:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #2357a5;
    z-index: 0;
    width: 100%;
    top: 0;
    left: -10%;
    transform: skew(-20deg) translateX(-50%);
    border-right: 10px solid #fff;
}

.left_txt p {
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
}

.newsletter-footer-common .left-blue {
    position: relative;
    background-color: #000;
    padding: 35px;
}

.newsletter-footer-common .left_txt {
    z-index: 0;
    text-align: center;
}

.logo-text-top-footer-common {
    text-align: center;
    display: flex;
    background-color: #2357a5 !important;
    color: #fff;
    flex-direction: column;
    padding: 80px 0px;
}

.logo-text-top-footer-common #media_image-3 {
    margin-bottom: 0;
}

.logo-text-top-footer-common #media_image-3 img {
    width: 121px;
    height: auto;
}

.newsletter-footer-common #custom_html-2 {
    margin-bottom: 0;
}

aside#text-15 {
    margin-bottom: 0;
}

.fix-raw {
    max-width: 1170px;
    margin: 0 auto;
}

.info-all-locations ul li a {
    color: #000;
}

.info-all-locations ul {
    list-style: none;
}

.info-all-locations ul li a {
    color: #000;
}

.info-all-locations ul li i {
    color: #1b5ca2 !important;
    width: 25px !important;
}

.info-all-locations ul li {
    display: flex;
}

body.home #slider {
    padding-top: 20px;
}

rs-layer#slider-18-slide-41-layer-7 {
    border: 2px solid #fff !important;
    border-radius: 50px !important;
    color: #fff !important;
}

rs-layer#slider-18-slide-41-layer-7 a {
    color: #fff !IMPORTANT;
}

rs-layer#slider-18-slide-41-layer-7:hover a {
    color: #277ab0 !important;
}

.main-title-section {
    display: none;
}

.breadcrumb a,
.breadcrumb span {
    color: #fff !important;
}

.breadcrumb .fa.default {
    background-color: #fff !important;
}

.main-title-section-wrapper {
    margin-bottom: 0 !important;
}

.dt-sc-image-caption:hover .dt-sc-image-content .dt-sc-image-title h3 a {
    background: transparent !important;
}

.dt-sc-image-content .dt-sc-image-title h3 a {
    color: #fff;
}

.icon-content h4 a:hover {
    color: #2357a5;
}

.custom-btn a {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    padding: 25px 0px;
    display: block;
}

.custom-btn a i {
    opacity: 0;
    transition: all ease 0.3s;
}

.eight-btn .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.custom-btn:hover a {
    color: #fff;
}

.custom-btn:hover a i {
    opacity: 1;
    margin-left: 10px;
}

.custom-btn {
    cursor: pointer;
}

.custom-btn a br {
    display: none;
}

.custom-btn:hover a {
    background-color: #000;
}

html {
    scroll-behavior: smooth;
}

i.Defaults-music:before {
    content: "\f155";
}

.fullwidth_curve_bg {
    display: none !important;
}

.slider-home-8 .dt-sc-image-wrapper a img {
    width: auto !important;
    max-height: 150px !important;
}

.slider-home-8 .dt-sc-image-caption {
    text-align: center !important;
}

.testi-8 .dt-sc-image-wrapper a img {
    max-height: 150px;
    width: auto;
}

.testi-8 .dt-sc-image-caption {
    text-align: center;
}

.testi-8 .dt-sc-image-caption .dt-sc-image-content .dt-sc-image-title h3 {
    margin-bottom: 15px;
}

.testi-8 .dt-sc-image-caption .dt-sc-image-content .dt-sc-image-title {
    margin-bottom: 0px;
}

.testi-8 .dt-sc-image-caption .dt-sc-image-content p {
    margin-bottom: 0 !important;
}

.testi-8 button.slick-arrow {
    background-color: #2357A7;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
}

.testi-8 button.slick-arrow:hover {
    background-color: #1f1e58;
}

.footer-common-s .vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important;
}

.architecture-contact-form input[type="submit"] {
    border: 2px solid;
    border-radius: 50px !important;
}

.main-title-section-wrapper {
    padding: 100px 0px 100px !important;
}

a.dt-sc-button.fully-rounded-border.button-blue-color:hover {
    border-color: #2356a5 !important;
}


/* desktop */


/*locator*/
.local-academy {
    font-size: 35px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 30px;
}

#locator-title {
    font-size: 25px;
    font-weight: bold;
    color: #2357a5;
    line-height: 35px;
}

#locator-main-address,
#locator-address {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

#locator-phone a {
    font-size: 25px;
    color: #000;
    margin: 25px 0px;
    display: inherit;
}

#locator::before {
    content: '';
    background-image: url(https://palmsites.com/cy-academy/wp-content/uploads/2023/02/thumbnail_Huffmeister-location-1.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    top: 50%;
    transform: translateY(-30%);
}
.locations-info-links a{
 border: 2px solid #000 !important;
}
.locations-info-links a:hover{
 border: 2px solid #fff !important;
}
.sign_up_btn a{
         border: 2px solid #000 !important;
    }
 .sign_up_btn a:hover{
         border: 2px solid #fff !important;
    }
#locator {
    position: relative;
}
#locator-link a {
    background-color: #2356a5;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 20px;
}
#locator-phone a:before {
    content: "\f095";
    position: absolute;
    left: -45px;
    top: 0;
    font-family: FontAwesome;
    color: #1c5ca2;
    font-size: 40px;
}
#locator-phone a {
    position: relative;
    margin-left: 50px;
}
.not-location-link a {
    font-weight: bold;
}
/************/
#footer .footer-copyright a:hover {
    color: #000;
}
a.p-policy {
    margin-left: 50px;
}
.dt-sc-image-wrapper>a>img,
.dt-sc-image-flip>a>img,
div>img,
.vc_single_image-wrapper img {
    pointer-events: none;
}
.dt-sc-image-flip>a {
    display: block;
}
.dt-sc-image-wrapper>a {
    display: block;
}
.dt-sc-icon-box.type11 .icon-wrapper {
    margin: 0px 0px -60px;
}
.ult_pricing_table .ult_pricing_heading .price-heading {
    font-size: 24px;
}
.ult_pricing_table .ult_pricing_heading .price-subheading {
    font-size: 16px;
}
.ult_price_body .ult_price .ult_price_figure {
    font-size: 1.5em;
}
.ult_pricing_table .ult_price_features p {
    font-size: 17px !important;
}
#post-12855 .vc_column-inner {
    padding: 0;
}
.vc_row[data-vc-full-width].services-section2 {
    display: flex;
    height: 100% !important;
}
.services-section2 .lft-img.wpb_column.vc_column_container.vc_col-sm-6 * {
    height: 100%;
}
.services-section2 .lft-img.wpb_column.vc_column_container.vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.img-right-birth {
    margin-top: 40px!important;
}
.two-up-btn {
    display: flex;
    align-items: center;
    justify-content: start;
}
.left-ft-img .wpb_single_image {
    text-align: left !important;
}
.newsletter-footer-common {
    display: flex;
}
.family-section .left_txt p {
    font-size: 20px;
}
.family-section .right_btns .btn__1, .family-section .right_btns .btn__2 {
    margin-right: 10px !important;
}
.family-section .right_btns a {
    font-size: 15px;
    padding: 15px 20px;
}
body.page-id-12954 i.Defaults-music:before {
    content: "\f073";
}
body.page-id-12954 i.Defaults-check:before{
	content: "\f155";
}
.footer-code-main {
    max-width: 1170px;
    margin: 0 auto;
}
.page-id-12855 .footer-code-main .vc_row[data-vc-full-width].vc_hidden {
    opacity: 1;
}
body.page-id-12954 .custom-btn a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
section.cta-bar-top {
    opacity: 1 !important;
    background-color: #000 !important;
}
section.cta-bar-top .family-section {
    max-width: 1200px;
    margin: 0 auto !important;
}
body.page-id-12855 section.cta-bar-top {
    display: none !important;
}
section.main-title-section-wrapper {
    display: none !important;
}
body.page-id-12855 section.main-title-section-wrapper {
    display: block !important;
}
#p-and-s .type6 .vc_row {
    margin: 0 !important;
	padding-top:10px;
}
#locator-link a{
    font-size: 13px;
    padding: 10px 20px;
    font-weight: bolder;
    margin-top: 0;
}
#locator-link a:hover {
    background-color: #fff;
    border-color: #2356a5;
    color: #2356a5;
}
.border-remove {
    border: 0 !important;
}
.acc-with-tab .vc_row {
    margin: 0 !important;
    padding-top: 10px;
}
h5.dt-sc-toggle-accordion a {
    font-size: 30px;
    font-weight: normal;
    padding: 10px 50px;
}
#top-tab-image h3 {
    text-transform: uppercase !important;
    font-weight: bold;
}
.tab-image-class h2 {
    text-align: center;
    background-color: #000;
    margin-bottom: 0;
    padding: 20px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.tab-image-class {
    cursor: pointer;
}
.custom-tab-main .tab-content-class {
    display: none;
}
.custom-tab-main .tab-content-class.active{
    display: block;
}
.tab-image-class h2:before {
    position: absolute;
    content: '+';
    right: 10%;
}
.tab-image-class.active img,.tab-image-class:hover img {
    transform: scale(1.5);
	 transition: all ease-in-out 0.5s;
}
.tab-image-class .wpb_single_image, .tab-image-class:hover .wpb_single_image {
    overflow: hidden;
}
.tab-image-class.active h2, .tab-image-class:hover h2 {
    background-color: #1b5ba2;
    transition: all ease-in-out 0.5s;
}
.tab-image-class.active h2:before {
    content: '-';
}
.dt-sc-image-content .dt-sc-image-title h3 a {
    color: #000;
}
#main-menu>ul.menu>li>a, #main-menu>ul.menu>li>span.nolink-menu {
    padding: 0px 15px !important;
}
.dt-sc-image-caption.type8 .dt-sc-image-content h3 {
    font-size: 27px;
}
.dt-sc-image-content .dt-sc-image-title h3 a {
    color: #fff;
}
.tab-image-class.active .wpb_wrapper, .tab-image-class:hover .wpb_wrapper {
    border: 1px solid #fff;
	transition: all ease-in-out 0.5s;
}
.dt-sc-image-caption.type8 .dt-sc-image-content h3 a{color:#000 !important;}
.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a {
    background: none;
    color: #2356a5 !important;
}
#main-image-title-top {
    padding: 10% 0 !important;
}
.dt-sc-image-caption.type8 .dt-sc-image-wrapper a{position:relative;}
.dt-sc-image-caption.type8 .dt-sc-image-wrapper a:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 70px;
    height: 70px;
    background: transparent;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dt-sc-image-caption.type8 .dt-sc-image-content h3 a:before {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 70px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
/*
body.page-id-14353 h1, body.page-id-14353 h2, body.page-id-14353 h3, body.page-id-14353 h4, body.page-id-14353 h5, body.page-id-14353 h6 {
    font-family: 'Shadows Into Light', cursive !important;
}

.font-sil h2, .font-sil h5, h2.font-sil, .font-sil h3, section.custom-tab-main h2.font-sil { font-family: 'Shadows Into Light', cursive !important;}

body.page-id-14353 .font-sil h2.vc_custom_heading, body.page-id-14353 .font-sil h5.vc_custom_heading, body.page-id-14353 h2.vc_custom_heading.font-sil, body.page-id-14353 .font-sil h3.vc_custom_heading, body.page-id-14353 .vc_row .font-sil h3, body.page-id-14353 section.custom-tab-main h2.vc_custom_heading.font-sil{
    font-family: Acme !important;
}

body.page-id-14353 .tab-image-class h2, body.page-id-14353 section.custom-tab-main h4,
body.page-id-14353 #id-nnn h2, body.page-id-14353 #id-nnn h5, body.page-id-14353 h2.review-heading, body.page-id-14353 .footer-widgets.footer-common-s h3,
#main-image-title-top h5{
    font-family: Roboto, sans-serif !important;
}
*/
.empty-menu a{
	cursor:pointer;
}
.footer-widgets:before{display:none !important;}
.footer-copy {
    border-top: 5px solid #cd021a;
}
ul.dt-sc-tabs-horizontal-frame>li>a {
    color: #000;
}
#footer h3 {
    margin-bottom: 0;
}
a.buttonizer-button {
    position: absolute;
    transform: rotate(90deg);
    right: 20px !important;
}
.buttonizer.buttonizer-group{
    right: -80px !important;
}
.dt-sc-contact-info.type1 {
    color: #000 !important;
}
.dt-sc-contact-info.type1 a:hover {
    color: #2357a5;
}
.right-sticky-btn {
    position: fixed;
    top: 50%;
    left: -118px;;
    background-color: #2357a5;
    transform: rotate(270deg);
    z-index: 99;
    font-weight: bold;
	text-transform: uppercase;
}
.right-sticky-btn a, .right-sticky-btn a:hover{color: #fff;}
input[type="submit"] {
    margin-left: 15px !important;
}
.right-sticky-btn{display:none;}
body.page-template-page-woodlands .right-sticky-btn{display:block;}
.tab-image-class .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important;
}
.tab-content-class {
    margin-top: 35px;
}
.tab-image-class .wpb_wrapper {
    border-right: 1px solid #fff;
}
span.mce_SELRES_end {
    display: none !important;
}
.page > section.wpb-content-wrapper > p span[data-mce-type] {
    display: none !important;
}
.remove-bottom-border .dt-sc-icon-box.type8 {
    border: 0;
}
.custom-btn {
    border: 0.5px solid #fff;
}
.page-id-14736 header, .page-id-14736 footer, .page-id-14736 .cta-bar-top,
.page-id-14867 header, .page-id-14867 footer, .page-id-14867 .cta-bar-top,
.page-id-14865 header, .page-id-14865 footer, .page-id-14865 .cta-bar-top,
.page-id-14866 header, .page-id-14866 footer, .page-id-14866 .cta-bar-top,
.page-id-14873 header, .page-id-14873 footer, .page-id-14873 .cta-bar-top{
    display: none;
}
.page-id-14736 #main,
.page-id-14867 #main,
.page-id-14865 #main,
.page-id-14866 #main,
.page-id-14873 #main{
    display: flex;
    align-items: center;
    height: 100vh;
}
img.wp-image-14433 {
    max-width: 350px;
    width: 100%;
}
.footer-widgets.footer-common-s.location {
    border-top: 10px solid #cd021a;
}
.footer-code-main .footer-widgets.footer-common-s.location {
    border: 0;
}
#popmake-14777 {
    margin: 0px 10px;
}
.right-sticky-btn a {
    padding: 10px;
    display: block;
}
.uvc-sub-heading {
    margin-top: 15px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}
section.left-blue {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.right_btns .btn__1 a, .right_btns .btn__2 a {
    margin-top: 0 !important;
}
.video-pop .video-overlay-inner span.icon-play {
    display: none !important;
}
.video-pop .video-overlay-inner a {
    background-color: transparent !important;
}
.video-pop .video-overlay-inner {
    background-color: rgba(0,0,0,0.25) !important;
    height: 100% !important;
}
.video-pop .video-overlay{
    background-color: rgba(0,0,0,0.25) !important;
}
.video-pop .video-overlay-inner a:hover {
    background-color: transparent !important;
}
.video-pop .video-overlay:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(https://www.cypressacademy.com/wp-content/uploads/2023/06/play-white.png);
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
	    z-index: 1;
}
.video-pop a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.video-pop .wpb_wrapper {
    height: 100%;
}
.video-pop .dt-sc-video-wrapper {
    height: 100%;
}
.video-pop .dt-sc-video-wrapper img {
    height: 100%;
}
.pp_pic_holder.light_square {
    width: 100% !important;
    max-width: 900px;
    left: 50% !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
    position: fixed;
    background-color: transparent !important;
}

.pp_pic_holder.light_square .pp_content {
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
}

.pp_pic_holder.light_square .pp_content div#pp_full_res > iframe {
    width: 100% !important;
    height: 500px !important;
}

.pp_pic_holder.light_square > .ppt {
    display: none !important;
}

.pp_pic_holder.light_square .pp_content .pp_fade {
    position: relative;
}

.pp_pic_holder.light_square .pp_content .pp_fade .pp_details {
    position: absolute;
    top: -20px;
    right: -110px;
    width: 80px !important;
    height: 21px;
    margin: 0 !important;
}

.pp_pic_holder.light_square .pp_bottom,
.pp_pic_holder.light_square .pp_top {
    display: none;
}
.pp_pic_holder.light_square .pp_content_container .pp_left,
.pp_pic_holder.light_square .pp_content_container .pp_right{
    background: transparent !important;
}

#pp_full_res {
    display: flex;
}
.video-pop .dt-sc-video-wrapper img {
    object-fit: contain;
}
.video-pop .dt-sc-video-wrapper {
    display: flex;
}


.new_header {
	background: #2357a5;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
}
.new_header h2 {
	color: #fff;
	margin: 0;
	text-transform: capitalize;
}
.new_header a.header_btn {
    background: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #2357a5;
    border: 2px solid #000;
    width: fit-content;
    position: relative;
    display: block;
}
.new_header a.header_btn_portal {
    background: #000;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: 2px solid #fff;
    text-transform: uppercase;
	width: fit-content;
    position: relative;
    display: block;
}

div#locations-info .locations-info-box:nth-child(6) .locations-info-links-wrapper {
    display: none;
}



@media (max-width: 1366px) {
	.new_header a.header_btn {
		font-size: 16px;
        padding: 5px 10px;
        margin: 5px auto;
	}
	.new_header a.header_btn_portal {
		font-size: 16px;
		padding: 5px 10px;
		margin: 5px auto;
	}
	.new_header h2 {
		font-size: 24px !important;
	}
}

@media (max-width: 768px) {
	.new_header {
		display: block;
		text-align: center;
		padding: 10px 30px;
	}
	.new_header a.header_btn {
		font-size: 13px;
        padding: 5px 10px;
        margin: 5px auto;
	}
	.new_header a.header_btn_portal {
		display: none;
	}
	.new_header h2 {
		font-size: 24px !important;
	}
}

/******************************************************************media********************************************************************************************************/

@media (min-width: 576px) {

    /* locator */
    /*#locator-link {
		top: 110%;
	}
	#locator-link a span {
		display: inline;
	}
	#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}*/
}

@media (min-width: 640px) {

    /* locations */
    #locations {
        min-height: 1360px;
        margin-left: 280px;
    }

    #locations-info {
        position: absolute;
        width: 280px;
    }

    .locations-info-box>div {
        padding: 15px 25px;
    }

    #locations-info {
        font-size: 18px;
    }

    .locations-info-title {
        font-size: 23px;
    }

    /*#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}*/
}

@media (min-width: 768px) {

    /* locator */
    /*#locator-link a span {
		display: none;
	}
	#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}*/
}

@media (min-width: 1200px) {

    /* locator */
    /*#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}
	#locator-link {
		top: 110%;
	}
	#locator-link a span {
		display: inline;
	}*/

    /* locations */
    #locations {
        margin-left: 360px;
    }

    #locations-info {
        width: 375px;
    }

    .locations-info-box>div {
        padding: 20px 35px;
    }

    #locations-info {
        font-size: 20px;
    }

    .locations-info-title {
        font-size: 28px;
    }
	.locations-info-box>div {
    min-height: 300px !important;
}
}

@media (min-width: 1440px) {
    /*
#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}*/
}

@media (min-width: 1600px) {

    /*#locator-address{
		font-size: 18px;
	}
	#locator-phone {
		font-size: 25px;
	}
	#locator-title{
 		position: relative;
    		top: -100px;
    		left: 2%;
    		font-size: 25px;
    		font-weight: 600;
		color: #2356a5;

}

#locator-main-address{
    position: relative;
    top: -100px;
    left: 2%;
    font-size: 16px;
    font-weight: 400;

}
	#locator-link a {
		padding: 16px 40px;
		font-size: 15px;
	}
	*/
}

@media only screen and (max-width: 1500px) {
a.dt-sc-button.large.button-blue-color, a.dt-sc-button.large {
    font-size: 13px !important;
    padding: 15px 30px !important;
}
.footer-widgets {
    padding: 0 !important;
}
.footer-widgets  .wpb_content_element{
    margin-bottom: 0 !important;
}


}

@media screen and (max-width: 1500px) and (min-width: 992px) {

.footer-widgets.footer-common-s.location {
    display: flex !important;
}

	}


@media only screen and (max-width: 1280px) {
    #main-menu>ul.menu>li>a {
        padding: 0px 12px !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px)  {
	.birth-left, .img-right-birth  { width: 100% !important;}


}

@media only screen and (max-width: 1199px) and (min-width: 768px)  {
.summer-camp-left-image {
    padding-bottom: 0 !important;
    height: 300px;
}

}


@media only screen and (max-width: 1200px) {
    .left_txt {
        width: 30%;
    }

    .newsletter-footer-common .news-common {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	#main-menu ul.menu > li > a{
		font-size: 12px !important;
    }
	.home-3-btn .left-blue:before {
	display:none;
}

}

@media(max-width: 1100px) {
    #locator::before {
        bottom: 70px;
        width: 160px;
        height: 160px;
    }
}


@media only screen and (max-width: 1170) {
    .footer-common-s {
        padding-left: 20px;
        padding-right: 20px;
    }

    .summer-camp-left-image {
        margin-bottom: 0 !important;
    }

    .summer-camp-left-image .vc_column-inner {
        height: 300px !important;
    }

}

@media(max-width: 1150px) {
    .dt-sc-button.small.icon-right.with-icon.fully-rounded-border {
        padding: 12px 12px 11px;
    }
}

@media(max-width: 991px) {

    .footer-custom-row .footer-custom-col-second,
    .footer-custom-row .footer-custom-col-first {
        width: 100%;
    }

    .news-common {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .services-section2 {
        display: flex;
        flex-wrap: wrap;
    }

    .services-section2 .right-txt {
        order: 2;
    }

    .services-section2 .lft-img.wpb_column,
    .services-section2 .right-txt.wpb_column {
        float: left;
        width: 100%;
    }

    .footer-common-s .fix-raw {
        padding: 0px 20px;
    }

    .local-academy {
        font-size: 30px;
        line-height: 35px;
    }
	#main-menu>ul.menu>li>a {
    	padding: 0px 5px !important;
	}
	#main-menu > ul.menu > li > a {
		padding: 0px 5px;
		font-size: 10px !important;
	}
	.acc-with-tab .vc_row .wpb_column:first-child {
    display:none !important;
}
	.acc-with-tab > .vc_column-inner {
    padding: 0;
}
	.acc-with-tab {
    margin: 0px -30px;
}


}

@media(max-width: 767px) {
    .footer-custom-row .footer-custom-col-second .footer-second-part {
        flex-wrap: wrap;
    }

    .footer-custom-row .footer-custom-col-second .footer-second-part>div:nth-child(2),
    .footer-custom-row .footer-custom-col-second .footer-second-part>div:first-child {
        width: 100%;
    }

    .footer-custom-row .footer-custom-col-second .footer-second-part>div:nth-child(2) img {
        width: 100%;
    }

    .left-blue:before {
        background-color: #000;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        border-right: 0;
    }

    .newsletter-footer-common .news-common {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .left_txt {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    .right_btns {
        display: block;
    }

    .right_btns .btn__1 {
        margin-right: 0;
    }

    .search {
        display: none;
    }

    .main-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    header#header {
        padding: 0;
    }

    #main-header-wrapper {
        padding-bottom: 0;
    }

    .footer-common-s .fix-raw {
        text-align: center;
        padding: 0px 20px;
    }

    .footer-common-s .fix-raw .wpb_single_image.footer-lft-img {
        text-align: center;
    }

    .dt-sc-hr-invisible-medium {
        margin: 0 !important;
    }

    .footer-common-s.footer-widgets {
        padding-bottom: 0;
    }

    .footer-copyright {
        padding: 10px 0px !important;
        font-size: 12px;
    }

    .footer-common-s.footer-widgets>div>div>.wpb_column.vc_column_container.vc_col-sm-9 {
        margin-bottom: 0;
    }

    .four-btn .vc_column_container .vc_column-inner {
        padding-bottom: 40px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .four-btn .vc_column_container.vc_col-sm-4 .vc_column-inner {
        padding: 0 !important;
    }

    .four-btn .vc_column_container.vc_col-sm-4 {
        width: 50%;
        margin-bottom: 0;
    }

    .four-btn .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper a {
        font-size: 13px;
        padding: 13px 10px;
    }

    .news-common .right_btns,
    .news-common .left_txt p {
        text-align: center !important;
    }

    .news-common {
        display: block;
    }

    .main-header {
        flex-direction: column;
    }

    .main-header #menu-wrapper {
        float: unset;
        display: block;
    }

    #main-header-wrapper-sticky-wrapper {
        height: auto !important;
    }

    #main-header-wrapper .container {
        width: 100%;
    }

    body.home #slider {
        padding-top: 0 !important;
    }

    h5.h5-loc {
        margin-top: 20px !important;
    }

    .img-yoga .vc_column-inner {
        padding: 0 !important;
    }

    .img-yoga .wpb_single_image {
        margin-bottom: 0 !important;
    }

    .img-yoga.ku .wpb_single_image {
        margin-bottom: 35px !important;
    }

    .footer-common-s.footer-widgets.location .footer-location-image,
    .footer-common-s.footer-widgets.location .footer-location-image .wpb_single_image {
        text-align: center !important;
    }

    .footer-widgets.footer-common-s.location {
        padding: 0 !important;
        padding-top: 50px !important;
    }

    .dt-sc-contact-info.type2 {
        margin: 0 !important;
    }

    #post-12855 .vc_column-inner {
        padding: 0;
    }

    #post-12855 .wpb_column {
        margin-bottom: 0;
    }

    #post-12855 .wpb_content_element {
        margin-bottom: 0;
    }

    .sum-camp-col .vc_column-inner {
        padding-top: 0 !important;
    }

    .summer-camp-left-image {
        margin-bottom: 0 !important;
    }

    .summer-camp-left-image .vc_column-inner {
        height: 300px !important;
    }

    .wpb_text_column,
    .wpb_content_element,
    .wpb_text_column.wpb_content_element {
        margin-bottom: 0;
    }

    h2.vc_custom_heading {
        margin-bottom: 0;
    }

    .two-btn-images {
        padding-top: 20px;
        margin-left: -10px;
    }

    .two-btn-images p {
        margin-bottom: 20px !important;
    }

    .heading-4-btn {
        padding-top: 0 !important;
    }

    .location-image {
        margin-top: 20px;
    }
	#main-menu ul.menu > li > a {
    	font-size: 14px !important;
	}
	#main-menu>ul.menu>li>a {
    	padding: 0px 22px !important;
	}
	p.vc_custom_heading.vcr_txt-align-right.Remove-margin.vc_custom_1679490892502 {
    	margin-bottom: 10px !important;
	}
	 .vc_column_container .gymnastics-slider img,
	 .wpb_column .gymnastics-slider img {
		text-align: center;
		margin: 0 auto;
	}
	.gymnastics-slider {
		padding-top:20px;
	}
	.mobile-paddding-0 {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.vcr_float_right.top-padding-rs-0 {
    	padding-top: 0 !important;
	}
	.remove-margin-bt-rs.wpb_column.vc_column_container.vc_col-sm-6 {
    	margin-bottom: 0px;
	}
	a.dt-sc-button.medium.icon-right.with-icon.fully-rounded-border.button-blue-color.btn-rs-center {
		width: 70%;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		display: flex;
	}
	.vc_custom_heading.what-top-padding-rs-10 {
    	padding-top: 20px;
	}
	.remove-margin-bt-rs{
    padding-bottom: 0 !important;
}
	.img-right-birth {
    margin-bottom: 0px !important;
}
	h2.birth-h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}
	h2.vc_custom_heading.celeb {
    margin-top: 20px;
    margin-bottom: 10px;
}
.btm-birth-donw .vc_column-inner {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
	.birth-2-btn .wpb_column {
    margin-bottom: 10px;
}
	.left-ft-img {
    display: block !important;
    margin-bottom: 40px;
}
	.left-ft-img .wpb_single_image {
    text-align: center !important;
		 margin-bottom: 25px;
}
	body.page-id-12954 .wpb_column {
    margin-bottom: 0px;
}
	body.page-id-12954 .dt-sc-icon-box.type11 {
    margin-bottom: 0;
}
.footer-code-main h3.vc_custom_heading {
    text-align: center !important;
}
	.footer-code-main.wpb_column {
    margin-bottom: 20px !important;
}
#p-and-s {
    padding-bottom: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	#p-and-s .wpb_column {
    margin-bottom: 0px !important;
}
	section.cta-bar-top {
    padding-bottom: 25px;
}
#p-and-s .type6 .vc_row {
    display: flex;
    flex-wrap: wrap;
}
#p-and-s .type6 .vc_row .wpb_column:first-child {
    order: 1 !important;
    margin-top: 20px;
}
.home-3-btn .btn__1, .home-3-btn .btn__2 {
    margin-bottom: 10px;
}
#locator-link span {
    display: none;
}
#top-tab-image .dt-sc-image-wrapper>a {
    display: none;
}
	.tab-image-class .wpb_single_image {
    display: none;
}
.tab-image-class.wpb_column {
    margin-bottom: 1px;
}
.main-header {
    background-color: #fff;
}
.right-sticky-btn {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
	h5.dt-sc-toggle-accordion a {
    font-size: 18px !important;
    padding: 10px 10px !important;
		    padding-left: 30px !important;
}
	.dt-sc-icon-box.type8 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
	.box-3-loc .dt-sc-hr-invisible-large {
    margin-top: 30px !important;
}
.box-3-loc .dt-sc-hr-invisible-large:last-child{margin-top:10px !important;}
.image_scroll .wpb_column {
    margin: 0;
}


}


@media only screen and (max-width: 640px) {
    #locations {
        min-height: 400px;
    }

    .four-btn .vc_column_container .vc_column-inner {
        padding-bottom: 0px !important;
    }
	.footer-common-s.footer-widgets h3.vc_custom_heading {
    text-align: center !important;
}
	a.huff-2 {
    padding: 15px 12px!important;
    font-size: 15px !important;
}
h2 {
    font-size: 30px !important;
}
.tab-image-class h2 {
    font-size: 20px !important;
}
h1, h2, h3, h4, h5, h6{line-height: 1.25em !important;}
h2.vc_custom_heading {
    font-size: 21px !important;
}
	.pp_pic_holder.light_square .pp_content div#pp_full_res > iframe {
    width: 100% !important;
    height: 250px !important;
}
.pp_details a.pp_close {
    right: 0 !important;
}





}


@media only screen and (max-width: 480px) {
    .right_btns {
        display: block;
        text-align: center;
    }

    .right_btns .btn__1 {
        margin-right: 0px;
		margin-bottom:10px !important;
    }

    a.p-policy {
        margin-left: 0px;
    }

}
/* CSS Added on 04-may */
/* body.page-id-14353 .font-sil h2.vc_custom_heading, body.page-id-14353 .font-sil h5.vc_custom_heading, body.page-id-14353 h2.vc_custom_heading.font-sil, body.page-id-14353 .font-sil h3.vc_custom_heading, body.page-id-14353 .vc_row .font-sil h3, body.page-id-14353 section.custom-tab-main h2.vc_custom_heading.font-sil, .dt-sc-image-caption .dt-sc-image-title h3,
 body.page-id-14353 .dt-sc-tabs-horizontal-frame-content h2.vc_custom_heading {
    font-family: Acme !important;
} */

