/*
Theme Name: Dream bigw
Theme URI: http://www.one400.com/
Author: ONE400
Author URI: http://www.one400.com/
Description: This theme is designed by ONE400.
Version: 1.0.0
Text Domain: dreambigw

 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
/* font-family: "Capriola", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* font-family: "DM Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */


img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

/* General */
.relative-content {
    position: relative;
}
.floating-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.image-webp, .supports-webp .image-non-webp {
    display: none;
}
.supports-webp .image-webp {
    display: block;
}
.primary-button{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #282828 !important;
	display: inline-block;
	background-color: #9EBDEB;
	border-radius: 50px;
	padding: 11px 25px;
	min-width:176px;
	text-align:center;
	text-decoration: none !important;
	border:1px solid transparent;
}
.primary-button:hover{
	border:1px solid #9EBDEB;
	background-color:transparent;
	color:#9EBDEB !important;
}
h2{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	color:#282828;
	margin-bottom:24px;
	position:relative;
}
.secondary-button{
	background-image: url(images/secondary-button-icon.svg);
	background-position: right 5px;
	background-repeat: no-repeat;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	padding-right: 23px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	color: #282828;
}
.secondary-button:hover{
	color:#9EBDEB;
	text-decoration:none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul.button-list{
	display:flex;
	align-items:center;
}
ul.button-list li{
	margin-right:42px;
}
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color:#282828;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Capriola", sans-serif;
}
.white-button{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12.5px 56px 12.5px 24px;
	border-radius: 100px;
	background-image: url(images/white-button-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) 19px;
	margin-left: 32px;
}
.white-button:hover{
	color:#fff;
	text-decoration:none;
}
/* General */


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 22px;
    padding-bottom: 22px;
	background-color: #fff;
	z-index: 6;
}
.header.unpinned {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}
.admin-bar .header {
	top: 32px;
}
.main-content-container{
	margin-top:115px;
}
.primary-menu li a{
	display:inline-block;
	text-decoration:none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	padding:8px 16px;
	border-radius:100px;
	font-family: "Montserrat", sans-serif;
}
.primary-menu li a:hover,
.primary-menu li.current_page_item a,
.primary-menu > li.current-menu-parent > a{
	background-color:#E0F1FC;
}
.header-button a{
	width:175px;
	min-width:175px;
	padding:8px 15px;
	font-weight:500;
}
.primary-menu li{
	position:relative;
}
.primary-menu li > ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    padding: 0;
    top: 100%;
    margin: 0;
    list-style: none;
    min-width: 210px;
	padding-top: 15px;
}
.primary-menu li > ul.sub-menu:before{
	background-color: #FDF7F3;
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
	height: calc(100% - 15px);
	width: 100%;
	border-radius: none;
}
.primary-menu li.menu-item-has-children > a,
.mobile-menu-container li.menu-item-has-children > a{
	background-image: url(images/blog-faq-icon-down.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: calc(100% - 10px) center;
	padding-right: 30px;
}
.mobile-menu-container li.menu-item-has-children > a{
	background-position: calc(100% - 5px) center;	
}
.primary-menu li:hover > ul.sub-menu {
    display: block;
}
.primary-menu li > ul.sub-menu li a:hover{
	background-color:transparent;
}
.logo{
	width:200px;
}
.homepage-banner{
	position:relative;
}
.page-template-template-landing-ABA-Services .homepage-banner .floating-image-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	z-index:1;
}
.homepage-banner:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background-color:#00000066;
	z-index:3;
}
.homepage-banner-content{
	padding:385px 0 95px;
}
.homepage-banner h1{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom:24px;
	color:#fff;
}
.homepage-banner h3{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom:32px;
	color:#fff;
}
.homepage-banner ul{
	display:flex;
	align-items:center;
}
.homepage-banner ul li a.primary-button{
	min-width:174px;
	text-align:center;
	padding: 11px 25px;
	font-size:18px;
}
.homepage-banner-image{
	padding-top:34px;
	text-align:right;
}
.large-container{
/* 	padding-left:64px;
	padding-right:64px; */
}
.home-logo-container{
	padding:64px 0 52px;
}
.home-logo-row{
	align-items:center;
	text-align:center;
}
.home-what-we-content h2{
	margin-bottom:24px;
}
.home-what-we-content strong{
	font-weight:600;
}
.home-what-we-content h4{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	color:#282828;
	margin-bottom:43px;
}
.home-what-we-container{
	padding:100px 0;
}
.home-what-we-content{
	padding-right:25px;
}
.home-what-we-image{
	padding-left:25px;
}
.home-what-we-image img{
	border-radius:20px;	
}
.home-dream-container{
	padding:80px 0;
	background-color:#F7E6D74D;
	position:relative;
}
.home-approach-container .parallax-img{
	top: 0;
	left: 50%;
/* 	transform: translatex(-50%);
	content: "";
	width: 115px;
	height: 145px;
	background-image: url(images/dream-big-before.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 5; */
}
.home-dream-image{
	padding-right:11px;
}
.home-dream-image img{
	border-radius:20px;
}
.home-dream-content{
	padding-left:11px;
}
.home-dream-content h2{
	margin-bottom:20px;
}
.home-dream-content strong{
	font-weight:600;
}
.home-dream-content h3{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color:#282828;
	margin:55px 0 32px;
}
.dream-way-list{
	border-radius:20px;
	background-color:#fff;
	margin-bottom:30px;
	padding:24px 24px 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color:#222222;
	width:100%;
/* 	cursor:pointer; */
}
.dream-way-list-outer:nth-of-type(1):hover .dream-way-list{
	background-color:#DCE5FF;
}
.dream-way-list-outer:nth-of-type(2):hover .dream-way-list{
	background-color:#E0F1FC;
}
.dream-way-list-outer:nth-of-type(3):hover .dream-way-list{
	background-color:#F7E6D7;
}
.dream-way-list-outer:nth-of-type(4):hover .dream-way-list{
	background-color:#FAEBE8;
}
.dream-way-list-outer:nth-of-type(5):hover .dream-way-list{
	background-color:#B9D5C9;
}
.dream-way-list-outer:nth-of-type(6):hover .dream-way-list{
	background-color:#DCE5FF;
}
/* .dream-way-list:hover{
	background-color:#DCE5FF;
} */
.dream-way-list h4{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
	margin-top:16px;
}
.home-dream-btn{
	padding-top:18px;
}
.home-approach-container{
	padding:100px 0;
}
.home-approach-content{
	padding-right:50px;
}
.home-approach-content strong{
	font-weight:600;
}
.home-approach-content ul{
	padding-top:25px;
}
.home-get-container{
	padding:100px 0 68px;
	position:relative;
}
.home-get-container .parallax-img{
	top:50px;
	left:30px;
/* 	content:"";
	width:168px;
	height:170px;
	background-image:url(images/get-start-before.svg); */
}
.home-get-headline{
	position:relative;
	width:948px;
	margin:auto;
	max-width:100%;
	padding-bottom:52px;
	text-align: center;
	color:#000;
}
.home-get-headline h2{
	font-size: 60px;
	line-height: 1.2;
	color:#282828;
	margin-bottom:24px;
}
.home-get-bottom-content ul li a.primary-button{
	font-weight:700;
}
.home-get-item span{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color:#282828;
	display:inline-block;
	background-color:#F5C999;
	height:80px;
	width:80px;
	border-radius:50%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:44px;
}
.home-get-item h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color:#222222;
	margin-bottom:8px;
}
.home-get-item{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#222222;
	padding:16px 0;
}
.home-get-item p:last-child{
	margin-bottom:0;
}
.home-get-content{
	margin-left:-40px;
}
.home-get-bottom-content{
	width:948px;
	margin:auto;
	max-width:100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color:#000;
	padding-top:48px;
}
.home-get-bottom-content ul{
	padding-top:52px;
	justify-content:center;
}
.home-schedule-container{
	background-color:#E1F1FD80;
	padding:210px 0 100px;
	position:relative;
}
body{
	overflow-x:hidden;
}
.home-schedule-container:before{
	position:absolute;
	top:100px;
	left:50%;
	transform:translatex(-50%);
	content:"";
	width:70px;
	height:68px;
	background-image:url(images/home-time-before.svg);
	background-position:center;
}
/* .home-schedule-container:after{
	position:absolute;
	bottom:-45px;
	right:-14px;
	content:"";
	width:237px;
	height:113px;
	background-image:url(images/home-time-after.svg);
	background-position:center;
	background-repeat:no-repeat;
} */
.home-testimonial-container .parallax-img{
	right: 0;
	top: -30px;
}
.home-schedule-headline{
	width:970px;
	margin:auto;
	max-width:100%;
	text-align:center;
}
.home-schedule-left h3{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.4;
	color:#282828;
	margin-bottom:16px;
}
.home-schedule-inner{
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
/* 	text-align:center; */
	background-color:#fff;
	padding:24px 24px;
	border-radius:20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	margin-right:24px;
	min-height:139px;
}
.home-schedule-inner:last-child{
	margin-right:0;
}
.home-schedule-inner p{
	margin-bottom:0;
	text-align:center;
}
.home-schedule-inner h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin-bottom:16px;
	color:#282828;
}
.home-schedule-right .home-schedule-inner h3{
	margin-right: 25px;
}
.home-schedule-right .home-schedule-inner p{
	margin-right: 20px;
}
.home-schedule-list{
	display:flex;
}
.home-schedule-row{
	width:845px;
	margin:auto;
	max-width:100%;
	padding:24px 0 40px;
}
/* .home-schedule-left{
	border-right:2px solid #9EBDEB;
} */
.home-schedule-right.home-schedule-left{
	border-right:none;
}
.home-schedule-right.home-schedule-left .home-schedule-inner{
	padding-right:0;
}
.home-faq h2{
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin-bottom:42px;
}
/* .home-faq a.secondary-button{
	font-family: "Montserrat", sans-serif;
} */
#accordion{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:0;
}
#accordion .card{
	flex-basis:calc(50% - 21.5px);
	border:none;
	padding:28px 32px 16px;
	border-radius:20px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	background-color:#fff;
	margin-bottom:42px;
}
#accordion .card-header{
	background-color: transparent;
	padding: 0;
	border:none;
}
#accordion .card-header button{
	border-bottom: none;
	background-color: transparent;
	padding: 0;
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color:#282828;
	text-decoration:none;
	width:100%;
	text-align:left;
	background-position:right 2px;
	background-repeat:no-repeat;
	background-size: 25px 24px;
	white-space: initial;
	margin-bottom:12px;
}
#accordion .card-header button:hover{
	text-decoration:none;
}
#accordion .card-header button.btn.btn-link.collapsed{
	background-image:url(images/home-faq-icon.svg);
}
#accordion .card-header button.btn.btn-link{
	background-image:url(images/home-faq-icon-minus.svg);
}
#accordion .card-body,
#accordion .card-header{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	padding:0;
}
.home-testimonial-container{
	background-color:#FDF7F3;
	padding:100px 0 95px;
}
.home-testimonial-container h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom:16px;
	color:#282828;
}
.home-testimonial-headline{
	width: 400px;
	margin: auto;
	max-width: 100%;
	text-align: center;
	padding-bottom: 60px;
}
.testimonial{	
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color:#222222;
}
.home-testimonial .owl-stage-outer{
	position:relative;
	background-image:url(images/testimonial-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:20px;
}
.home-testimonial .testimonial-text{
	padding:64px 0;
	width:100%;
	height:100%;
	position:relative;
	display:flex;
}
.home-testimonial .testimonial-text:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	height:100%;
	width:100%;
	background-color:#E0F1FC80;
}
.testimonial .testimonial-name{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color:#222222;
	margin:4px 0;
}
.testimonial .testimonial-designation{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color:#222222;
}
.testimonial-inner{
	width:570px;
	margin:auto;
	max-width:100%;
	text-align:center;
	position:relative;
}
.home-testimonial .owl-dots{
	padding:30px 0 42px;
}
.home-testimonial .owl-dots .owl-dot span{
	background:#AAAAAA;
}
.home-testimonial .owl-dots .owl-dot.active span{
	background:#9EBDEB;
}
.home-testimonial .owl-nav{
	position: absolute;
	top: calc(50% - 15px);
	transform: translateY(-50%);
	width: calc(100% - 90px);
	display: flex;
	justify-content: space-between;
	margin: 0;
	line-height: 0;
	left: 45px;
}
.home-testimonial{
	position:relative;
}
.home-testimonial .owl-nav .owl-prev,
.home-testimonial .owl-nav .owl-next{
	height:48px;
	width:48px;
	background-color:transparent;
	font-size:0;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:50%;
	margin:0;
	padding:0;
}
.home-testimonial .owl-nav .owl-prev:hover,
.home-testimonial .owl-nav .owl-next:hover{
	background-color:transparent;
}
.home-testimonial .owl-nav .owl-prev{
	background-image:url(images/testimonial-left-icon.svg);
}
.home-testimonial .owl-nav .owl-next{
	background-image:url(images/testimonial-right-icon.svg);
}
.home-testimonial .owl-nav .owl-prev:hover{
	background-image:url(images/testimonial-left-icon.svg);
}
.home-testimonial .owl-nav .owl-next:hover{
	background-image:url(images/testimonial-right-icon.svg);
}
.home-how-we-row{
	width:1008px;
	margin:auto;
	max-width:100%;
}
.home-how-we-row h2{
	line-height:1.3;
	text-align:center;
}
.home-how-we-headline{
	width:768px;
	margin:auto;
	max-width:100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color:#282828;
	padding-bottom:40px;
}
.home-how-we-container{
	padding:110px 0 40px;
}
.home-help-content{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	border-radius:20px;
	padding:24px 24px 8px;
	margin-bottom:30px;
}
.home-help-content-outer:nth-of-type(1) .home-help-content {
	background-color:#B9D5C9;	
}
.home-help-content-outer:nth-of-type(2) .home-help-content {
	background-color:#DCE5FF;
}
.home-help-content-outer:nth-of-type(3) .home-help-content {
	background-color:#FAEBE8;
}
.home-help-content-outer:nth-of-type(4) .home-help-content {
	background-color:#FAEBE8;
}
.home-help-content-outer:nth-of-type(5) .home-help-content {
	background-color:#E0F1FC;	
}
.home-help-content h3{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	margin:16px 0;
	color:#282828;
}
.home-how-we-btn{
	padding-top:38px;
	justify-content:center;
}
.home-bottom-container{
	padding:40px 0 100px; 
}
.home-bottom-content{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
	padding-left:34px;
}
.home-bottom-content p{
	margin-bottom:0;
	padding-bottom:16px;
}
.home-bottom-content a{
	margin-top:8px;
}
.home-join-team-container{
	padding:110px 0;
	background-color:#F7E6D74D;
	position:relative;
}
.home-join-team-container .parallax-img {
/*     position: absolute; */
    top: -68.5px;
    left: 40px;
/*     content: "";
    width: 115px;
    height: 145px;
    background-image: url(images/dream-big-before.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; */
}
.home-join-content{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
}
.home-join-content ul{
	padding:8px 0 22px;
}
.home-join-content-inner ul li{
	position:relative;
	padding-left:25px;
}
.home-join-content-inner ul li:before{
	position:absolute;
	top:10px;
	left:8px;
	content:"";
	background-color:#282828;
	height:5px;
	width:5px;
	border-radius:50%;
}
.home-join-image{
	margin-left:64px;
}
.home-join-image{
	position:relative;
	min-height:432px;
	display:flex;
	align-items:center;
}
.home-join-image img{
	border-radius:20px;
	position:relative;
}
.single-location .home-join-image img{
	width: 300px;
}
.home-join-image:before{
	position:absolute;
	top:0;
	right:0;
	content:"";
	background-color:#B9D5C9;
	height:100%;
	width:calc(100% - 150px);
	border-radius:20px;
}
.page-template-template-join-our-team .home-join-image:before{
	display:none;
}
.home-join-image .parallax-img.team-image-para{
/* 	position:absolute; */
	top:50%;
/* 	transform:translatey(-50%); */
	right:-46px;
	left:auto;
	z-index:2;
/* 	content:"";
	background-image:url(images/our-team-before.svg);
	width:196px;
	height:136px;
	background-position:center; */
}
.page-template-template-join-our-team .parallax-img{
	position:absolute;
}
.home .home-join-image:before,
.home .home-join-image:after,
.page-template-template-why-us .home-join-image:before,
.page-template-template-why-us .home-join-image:after,
.post-type-archive-location .home-join-image:before,
.post-type-archive-location .home-join-image:after{
	display:none;
}
.post-type-archive-location .home-join-team-container.new-team-location:before,
.page-template-template-why-us .home-join-team-container:before,
.home .home-join-team-container:before,
.single-location .home-join-team-container.new-team-location:before{
	display:none;
}
.home-blog-container{
	padding:85px 0 130px;
}
.home-blog-headline{
/* 	width:800px;
	margin:auto;
	max-width:100%; */
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom:64px;
}
.home-blog-headline-inner{
	width:800px;
	margin:auto;
	max-width:100%;
}
.home-blog-headline h2{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	text-align: center;
	color:#282828;
}
.blog-post-image{
	height: 172px;
	background-repeat: no-repeat; 
	background-position: center;   
}
.blog-post-content-outer:nth-of-type(3n + 1) .blog-post-image{
	background-color:#ACB4E4;
	background-image:url(images/blog-post-img-1.svg);
}
.blog-post-content-outer:nth-of-type(3n + 2) .blog-post-image{
	background-color:#F3CCC5;
	background-image:url(images/blog-post-img-2.svg);
}
.blog-post-content-outer:nth-of-type(3n) .blog-post-image{
	background-color:#F5C999;
	background-image:url(images/blog-post-img-3.svg);
}
.blog-post-content-outer:nth-of-type(3n + 1) .blog-post-content{
	border:1px solid #ACB4E4;
}
.blog-post-content-outer:nth-of-type(3n + 2) .blog-post-content{
	border:1px solid #F3CCC5;
}
.blog-post-content-outer:nth-of-type(3n) .blog-post-content{
	border:1px solid #F5C999;
}
.blog-post-content{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	border-radius:20px;
	overflow:hidden;
	width:100%;
}
.blog-post-content h3{
	margin:8px 0;
}
.blog-post-content h3 a{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	display:inline-block;
	text-decoration:none;
	color:#282828;
}
.blog-post-content span{
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color:#282828;
}
.blog-post-content span.home-date{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color:#282828;
	margin-left:20px;
}
.home-date-row{
	padding-top:8px;
}
.blog-post-detail{
	padding:24px 24px 24px;	
	border-radius:20px;
	border-radius: 0 0 20px 20px;
	border-top: none;
}
.blog-post-content img{
	width: 100%;
}
.footer-container{
	background-color:#F7E6D71A;	
	padding:42px 0 75px;
}
.footer-info h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	margin-bottom:8px;
	color:#282828;
}
.footer-contact-info{
	padding-bottom:24px;
}
.footer-contact-info li{
	margin-right:0;
}
.footer-contact-info li a{
	display:inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: underline;
	color:#282828;
}
.footer-contact-info li a:hover{
	color:#9EBDEB;
}
.footer-social-icon{
	display:flex;
	align-items:center;
}
.footer-social-icon li{
	margin-right:12px;
}
.footer-logo img{
	width:265px;
}
.footer-links li a{
	display:inline-block;
	text-decoration:none;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom:12px;
	color:#282828;
}
.footer-links li a:hover{
	color:#9EBDEB;
}
.footer-about .footer-links{
	padding-left:40px;
}
.copyright-row p,
.copyright-row a{
	margin-bottom:0;
/* 	font-family: "Roboto", sans-serif; */
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color:#000;
}
.copyright-row a:hover{
	color:#FAEBE8;
}
.copyright-row a{
	display:inline-block;
	text-decoration:underline;
}
.copyright-row li{
	line-height:0;
	margin:0 12px;
}
.copyright-left{
	text-transform:uppercase;
}
.copyright-left a{
	text-decoration:none;
}
.footer-copyright-container{
	padding:24px 0;
	background-color:#9EBDEB;
}
.footer-copy-link ul{
	display:flex;
	justify-content:center;
	align-items:center;
}
.copyright-row{
	align-items:center;	
}
.blog-post-detail ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog-post-detail a{
	display:inline-block;
	text-decoration:none;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color:#282828;
}
.menu{
	display:flex;
	justify-content:space-between;
}
.header-button-mobile{
	display:none;
}
.mobile-menu-container .close-btn {
    background-image: url(images/close-icon.svg);
    height: 20px;
    width: 20px;
    background-size: cover;
    top: 25px;
}
body #videohero {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
body #videohero video{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.homepage-banner .large-container{
	z-index:4;
	position:relative;
}
/* Why PAge */
.why-logo-right{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.why-banner-container{
	padding:64px 0 100px;
}
.why-banner-container h1{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;
	color: #9EBDEB;
	margin-bottom: 24px;
	width: 430px;
	max-width:100%;
}
.why-banner-content{
	padding-right:35px;
	position:relative;
}
.why-banner-content img{
	margin-top: -90px;
	position:absolute;
	left:400px;
}
.why-banner-btn{
	padding-top:8px;
}
.why-banner-info {
    padding-right: 30px;
}
.home-dream-container.why-dream-container{
	padding:80px 0 100px;
}
.home-dream-container.why-dream-container:before{
	display:none;
}
.home-approach-container.why-approach-container{
	padding:50px 0 100px;
}
.home-approach-container.why-approach-container h2{
	margin-top:41px;
}
.why-approach-list{
	padding-top:16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
}
.why-approach-list h3{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color:#282828;
	margin-bottom:16px;
}
.why-approach-btn{
	padding-top:38px;
}
.faq-content{
	padding:0 28px 46px;
}
.faq-content-inner{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	align-items:center;
	padding:32px 0;
	border-bottom:1px solid #9EBDEB;
}
.faq-content-inner p:last-child{
	margin-bottom:0;
}
.faq-content-inner span{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	width: 130px;
	flex-shrink: 0;
}
.home-schedule-container.why-schedule-container:after{
	display:none;
}
.why-play-container{
	padding:100px 0 40px;
}
.why-play-content h2{
	margin:42px 0 32px;
}
.why-play-content span{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	display:inline-block;
	color:#282828;
	padding-bottom:8px;
}
.why-play-content img{
	width:100px;
}
.why-play-image{
	padding-right:40px;
}
.why-goal-container{
	padding:40px 0 100px;
	overflow:hidden;
}
.why-goal-container h2{
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color:#282828;
	margin-bottom:42px;
}
.why-our-goal-content{
	background-color:#F7E6D7;
	padding:24px 24px 8px;
	border-radius:20px;
	font-family: "Montserrat", sans-serif; 
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
}
.why-our-goal-content img{
	width:32px !important;
}
.why-our-goal-content h3{
	font-family: "Montserrat", sans-serif; 
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	margin:16px 0;
	color:#282828;
}
.why-our-goal .owl-item,
.why-our-goal .owl-stage{
	display:flex;
}

.why-our-goal .owl-dots{
	padding:40px 0 54px;
}
.why-our-goal .owl-dots .owl-dot span{
	background:#AAAAAA;
}
.why-our-goal .owl-dots .owl-dot.active span{
	background:#9EBDEB;
}
.why-our-goal .owl-nav{
	position: absolute;
	top: calc(50% - 61px);
	transform: translateY(-50%);
	width: calc(100% + 170px);
	display: flex;
	justify-content: space-between;
	margin: 0;
	line-height: 0;
	left: -85px;
}
.why-our-goal{
	position:relative;
}
.why-our-goal .owl-nav .owl-prev,
.why-our-goal .owl-nav .owl-next{
	height:48px;
	width:48px;
	background-color:transparent;
	font-size:0;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:50%;
	margin:0;
	padding:0;
}
.why-our-goal .owl-nav .owl-prev:hover,
.why-our-goal .owl-nav .owl-next:hover{
	background-color:transparent;
}
.why-our-goal .owl-nav .owl-prev{
	background-image:url(images/why-caraole-left-icon.svg);
}
.why-our-goal .owl-nav .owl-next{
	background-image:url(images/why-caraole-right-icon.svg);
}
.why-our-goal .owl-nav .owl-prev:hover{
	background-image:url(images/why-caraole-left-icon.svg);
}
.why-our-goal .owl-nav .owl-next:hover{
	background-image:url(images/why-caraole-right-icon.svg);
}
.why-bottom-container{
	background-color:#FAEBE880;
	padding:100px 0;
}
.why-bottom-content h2{
	margin-top:42px;
}
.why-bottom-content-inner{
	width:755px;
	max-width:100%;
}
.why-bottom-image{
	padding-left:40px;
}
.why-bottom-image img{
	border-radius: 20px;
}
.home-how-we-container.why-how-we-container{
	padding:100px 0;
}
.home-how-we-container h2{
	margin-top:42px;
}
.home-how-we-container.why-how-we-container .home-how-we-headline{
	width:100%;
	padding-bottom:8px;
}
.home-what-we-container{
	padding:100px 0;
	background-color:#ACB4E41A;
}
.home-what-we-content h2{
	margin-top:42px;
}
.home-what-we-content h3{
	margin-bottom:32px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}
.why-logo-right{
	background-color:#fff;
	padding:130px 32px;
	border-radius:40px;
	align-items:center;
}
.why-logo-right img{
	max-height: 66px;
    max-width: inherit;
}
/* Why PAge */   
/* location */
.location-banner-container{
	padding-top:90px;
	padding-bottom:64px;
	position:relative;
	background-color:#ACB4E4;
	border-radius:20px;
}
.location-banner-container h1{
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;
	width:530px;
	margin:auto;
	max-width:100%;
	text-align:center;
	color:#fff;
	position:relative;
	z-index:1;
}
.location-banner-container img{
	position:absolute;
	top: -50px;
	right: -80px;
	z-index:-1;
}

.location-banner-container-outer .parallax-img.location-banner-before{
/* 	position: absolute; */
	top: 80px;
	left: -31px;
/* 	content: "";
	background-image: url(images/location-banner-after-update.svg);
	width: 176px;
	height: 84px;
	background-repeat: no-repeat;
	background-size: cover; */
	z-index:3;
}

.location-banner-container-outer .parallax-img.location-banner-after{
/* 	position: absolute; */
	top: 75px;
	right: -31px;
	z-index:3;
/* 	content: "";
	background-image: url(images/location-banner-before-update.svg);
	width: 214px;
	height: 147px;
	background-repeat: no-repeat; */
}
.location-top-content{
	padding:50px 0 100px;
}
.location-top-image{
	padding-left:40px;
}
.location-banner-container-outer{
	padding:64px 0 50px;
}
.home-join-team-container.location-join-team-container{
/* 	padding:50px 0 112px; */
	position:relative;
}
/* .home-join-team-container.location-join-team-container:before{
	position:absolute;
	top:-112px;
	left:0;
	content:"";
	height:112px;
	width:100%;
	background-image:url(images/location-team-icon-before.png);
} */
.home-join-team-container.location-join-team-container:after{
	position: absolute;
	top: -52px;
	left: 0;
	content: "";
	height: 112px;
	width: 100%;
	background-color: #FDF7F3;
}
.home-join-team-container.location-join-team-container .home-join-image:before{
	display:none;	
}
.home-join-team-container.location-join-team-container .home-join-image{
	position:relative;	
	justify-content:flex-end;
}
.home-join-team-container.location-join-team-container .home-join-image img{
	width:442px;
}
.home-join-team-container.location-join-team-container .home-join-image-left{
	position: absolute;
	top: 64px;
	left: 0;
	content: "";
	width: 304px;
	height: 304px;
	z-index: 3;
}
.home-join-team-container.location-join-team-container .home-join-image-left img{
	width:304px;
	height:304px;
}
.home-join-team-container.location-join-team-container .home-join-image:after{
	display:none;
}
.home-join-team-container.new-team-location{
	position:relative;
}
.home-join-team-container.new-team-location:before{
	position: absolute;
	top: -50px;
	left: 14px;
	content: "";
	width: 91px;
	height: 125px;
	background-image:url(/wp-content/uploads/2025/05/team-location-icon.svg)
}
/* location */

/* 404 */
.error-container{
	padding:180px 0 100px;
	text-align:center;
}
.error-container h4{
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color:#0B2D49;
}
.error-container h1{
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	color:#0B2D49;
	margin:24px 0 40px;
}
/* 404 */

/* Thank You */
.blog-banner-left{
	padding:0 18px 0 48px;
	font-size:18px;
}
.blog-banner-container .row{
	align-items:center;
}
.blog-banner-left h1{
	margin-bottom:24px;	
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;
	color:#000000;
}
.blog-banner-left .button-list{
	padding-top:24px;
}
.blog-banner-container{
	padding:64px 0 80px;
}
.thank-testimonial-container{
	position:relative;
}
.thank-testimonial-container:before{
	position:absolute;
	width:237px;
	height:113px;
	top:-57px;
	left:0;
	content:"";
	background-image:url(images/testimonial-cloud-icon.svg);
	background-repeat: no-repeat;
}
.page-template-template-thank-you .home-blog-container{
	padding-top:150px;
}
/* Thank You */

/* Contact Us */
/* .page-template-template-contact .home-blog-container{
	padding-top:150px;
} */
.contact-banner-container{
	padding:64px 0 48px;
}
.contact-banner-content h1{
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	color:#000000;
	margin-bottom:24px;
}
.contact-banner-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#000000;
}
.contact-banner-content-inner{
	width:536px;
	max-width:100%;
}
.sl-contect-phone{
	width:395px;
	margin-left:auto;
	max-width:100%;
	position:relative;
	padding:22px 29px 29px;
}
.sl-contect-phone:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #E1F1FD;
	height: 100%;
	width: 50vw;
	z-index: -1;
	border-radius: 20px 0 20px 20px;
}
.sl-contect-phone h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	margin:16px 0 8px;	
	color:#000;
}
.sl-contect-phone a{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: underline;
	display:inline-block;
	color:#000000;
}
/*  Contact Us */
.story-core-content{
	width:1000px;
	max-width:100%;
	margin:auto;
}
.blog-faq #accordion{
	flex-wrap:wrap;
}
.contact-form{
	padding-left:34px;
}
.contact-form label{
	font-family: "Montserrat", sans-serif;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.5;
	color:#000;
}
.contact-form .gform_heading{
	display:none;
}
.contact-form .gfield_required{
	display:none !important;
}
.contact-form textarea{
	height:180px !important;
	resize:none;
}
.contact-form textarea,
.contact-form input{
	border:1px solid #000;
}
.contact-form textarea:focus,
.contact-form input:focus{
	outline:none;
}
.contact-form .gchoice label{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color:#000000;
}
.contact-form .gchoice{
    margin-top: -12px;	
}
.contact-form .gform-footer input{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #282828 !important;
	display: inline-block;
	background-color: #9EBDEB;
	border-radius: 50px !important;
	padding: 11px 25px;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid transparent;
	cursor:pointer;
}
.contact-form .gform-footer input:hover{
    border: 1px solid #9EBDEB;
    background-color: transparent;
    color: #9EBDEB !important;
}
.contact-form-container{
	padding-bottom:100px;
}
.blog-post-btn{
	padding-top:60px;
	text-align:center;
}
.blog-post-btn a{
	padding:9.5px 25px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}
.single-location-detail{
	padding:22px 15px;
}
.single-location-banner-inner{
	background-color:#9EBDEB;	
	border-radius:20px;
}
.single-location-banner h1{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1.4;
	color:#fff;
	margin-bottom:0;
}
.single-location-banner{
	padding:64px 0 100px;
}
.sl-contect-phone.sl-contect-phone-location{
	margin: 0;
	padding: 40px 0;
}
.sl-contect-phone.sl-contect-phone-location:before{
	display:none;
}
.sl-contect-phone.sl-contect-phone-location p,
.sl-contect-email p{
	margin-bottom:8px;
}
.location-cin h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	margin:16px 0 8px;
	color:#000000;
}
.location-cin{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;
}
.location-cin a{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	text-decoration:underline;
	color:#000;
}
.location-cin a:hover{
	color:#9EBDEB;
}
.sl-contect-office a{
	text-decoration:none;
}
.location-gallery-container{
	padding:110px 0 100px;
}
.single-location-gallery{
	padding-top:64px;
}
.single-location-gallery .owl-dots{
	padding:45px 0 0;
}
.single-location-gallery .owl-dots .owl-dot span{
	background:#AAAAAA;
}
.single-location-gallery .owl-dots .owl-dot.active span{
	background:#9EBDEB;
}
.single-location-gallery .owl-nav{
	position: absolute;
	top: calc(50% - 37.5px);
	transform: translateY(-50%);
	width: calc(100% + 48px);
	display: flex;
	justify-content: space-between;
	margin: 0;
	line-height: 0;
	left: -24px;
}
.single-location-gallery{
	position:relative;
}
.single-location-gallery .owl-nav .owl-prev,
.single-location-gallery .owl-nav .owl-next{
	height:48px;
	width:48px;
	background-color:transparent;
	font-size:0;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:50%;
	margin:0;
	padding:0;
}
.single-location-gallery .owl-nav .owl-prev:hover,
.single-location-gallery .owl-nav .owl-next:hover{
	background-color:transparent;
}
.single-location-gallery .owl-nav .owl-prev{
	background-image:url(images/testimonial-left-icon.svg);
}
.single-location-gallery .owl-nav .owl-next{
	background-image:url(images/testimonial-right-icon.svg);
}
.single-location-gallery .owl-nav .owl-prev:hover{
	background-image:url(images/testimonial-left-icon.svg);
}
.single-location-gallery .owl-nav .owl-next:hover{
	background-image:url(images/testimonial-right-icon.svg);
}

/* our story */
.our-story-banner{
	padding-bottom:64px;	
}
.story-banner-headline{
	padding:65px 0;
}
.story-banner-headline h3{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom:24px;
	color:#282828;
}
.story-banner-headline h1{
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom:0;
	color:#282828;
}
.story-banner-content-btn{
	padding-top:8px;
}
.story-mission-container{
	padding:100px 0 84px;
	background-color:#FDF7F3;
}
.story-mission-headline span,
.story-vision-headline span{
	background-color:#F5C999;
	border-radius:5px;
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 20px;  
	line-height: 1.4;
	text-align: center;
	padding:9px 63px;
	display:inline-block;
	color:#282828;
	margin-bottom:24px;
}
.story-vision-headline span{
	background-color:#B9D5C9;
}
.story-mission-headline,
.story-vision-headline{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#000;
	padding-left: 50px;
}
.story-vision-headline{
	padding-left: 0;
	padding-right:50px;
}
.story-mission-headline strong,
.story-vision-headline strong{
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color:#000;
}
.story-mission-image img,
.story-vision-image img{
	border-radius:20px;
}
.story-vision-container{
	padding:112px 0 96px;
	background-color:#B9D5C933;
}
.story-core-content-container{
	padding:100px 0;
}
.story-core-content-container h2{
	text-align:center;
	margin-bottom:0;
	padding-bottom:18px;
}
.story-core-detail{
	margin-top:24px;
	padding:24px 24px 8px;
}
.story-core-detail h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color:#282828;
	margin:16px 0;
}
.story-core-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
	border-radius:20px;
}
.story-core-detail-outer:nth-of-type(1) .story-core-detail{
	background-color:#9EBDEB;
}
.story-core-detail-outer:nth-of-type(2) .story-core-detail{
	background-color:#F5C999;
}
.story-core-detail-outer:nth-of-type(3) .story-core-detail{
	background-color:#ACB4E4;	
}
.story-core-detail-outer:nth-of-type(4) .story-core-detail{
	background-color:#F3CCC5;
}
.story-core-detail-outer:nth-of-type(5) .story-core-detail{
	background-color:#B9D5C9;
}
.story-core-content-btn{
	padding-top:64px;	
}
.story-video-container{
	width:926px;
	margin:auto;
	max-width:100%;
}
.story-video-headline{
	width:895px;
	margin:auto;
	max-width:100%;
}
.story-video-container-outer{
	background-color:#F9FCFF;
	position:relative;
}
.story-video-container-outer .parallax-img{
/* 	position: absolute; */
	top: 497px;
	left: 31px;
/* 	content: "";
	width: 115px;
	height: 145px;
	background-image: url(images/dream-big-before.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1; */
}
.story-video-container-outer > .container{
	position:relative;
	z-index:2;
}
.story-video-container iframe{
	border-radius:20px;
}
.story-video-headline{
	padding:80px 0;
}
.story-video-headline{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;
}
.story-video-headline strong{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;   
}
.story-video-headline-btn{
	padding-top:40px;
}
.story-team-content{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
}
.story-team-content strong{
	font-weight:600;
}
.story-team-container{
	background-color:#E0F1FC4D;
	padding:110px 0 64px;
}
.story-team-image{
	padding-left:30px;
}
.story-team-image img{
	border-radius:20px;
}
.cta-container{
	padding-bottom:110px;
	background-color:#E0F1FC4D;
}
.cta-container-content{
	padding:32px 48px 16px;
	background-color:#E1F1FD;
	border-radius:42px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.cta-content{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
	width:786px;
	max-width:100%;
}
.cta-content h3{	
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom:16px;
	color:#000;
}
.story-create-play-container{
	background-color:#FDF7F3;
	padding:110px 0;
}
.story-create-right{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color:#282828;
}
.story-create-right-btn{
	padding-top:34px;
}
.story-create-left{
	padding-right:34px;
}
.story-create-left img{
	border-radius:20px;
}
/* our story */
.blog-faq{
	border-top:1px solid #000;	
}
.blog-faq-container{
	background-color:#F7E6D733;
	padding:100px 0;
}
.blog-faq-content{
	width:768px;
	margin:auto;
	max-width:100%;
}
.blog-faq-headline{
	padding-bottom:64px;
	font-size:18px;
	text-align:center;
}
.blog-faq-content #accordion{
	display:block;
}
.blog-faq-content #accordion .card {
    padding: 22px 0px 8px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
	border-bottom:1px solid #000000;
}
.blog-faq-content #accordion .card-header button{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color:#000000;
	font-family: "Montserrat", sans-serif;
}
.blog-faq-content #accordion .card-body{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;
	font-family: "Montserrat", sans-serif;
}
.blog-faq-content #accordion .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-bottom: 14px;
}
.blog-faq-content #accordion .card-header button{
	padding-right:30px;
	margin-bottom:0;
}
.blog-faq-content #accordion .card-header button.btn.btn-link.collapsed {
    background-image: url(images/blog-faq-icon-down.svg);
}
.blog-faq-content #accordion .card-header button.btn.btn-link {
    background-image: url(images/blog-faq-icon-update.svg);
}
html { scroll-behavior: smooth; }
.blog-cta-container{
	width:768px;
	max-width:100%;
	margin:auto;
	padding-top:80px;
	text-align:center;
	font-size:18px;
}
.blog-cta-container h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom:16px;
}
.blog-cta-btn{
	padding-top:26px;
}
.blog-content-container{
	padding:100px 0;
}
.blog-content-container h2{
	margin-bottom:42px;
	text-align:center;
}
.blog-content-container .blog-catogory{
	display: flex;
	justify-content: center;
	padding-bottom:64px;
}
.blog-catogory li{
	margin:0 7.5px;
}
.blog-content-container .blog-catogory li a{
	display:inline-block;
	text-decoration:none;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;	
	color:#000;
	padding:8px 16px;
	border-radius:100px;
}
.blog-content-container .blog-catogory li a:hover,
.blog-content-container .blog-catogory li a.blog-all-active{
	background-color:#E0F1FC;
}
.blog-navigation .wp-pagenavi{
	display: flex;
    align-items: center;
	justify-content:center;
}
.blog-navigation .wp-pagenavi span,
.blog-navigation .wp-pagenavi a{
	display: inline-block;
	text-decoration: none;
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	font-family: "Inter", sans-serif;
	border: none;
	padding: 0;
	border-radius:0;
	margin: 0 6px;
}
.blog-navigation .wp-pagenavi span.current{
	text-decoration:underline;
}
.blog-navigation .wp-pagenavi .nextpostslink,
.blog-navigation .wp-pagenavi .previouspostslink{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 42px;
	height: 42px;
	font-size: 0;
	padding: 0;
	border: none;
}
.blog-navigation .wp-pagenavi .nextpostslink{
	background-image: url(images/testimonial-right-icon.svg);
	margin-left:18px;
}
.blog-navigation .wp-pagenavi .previouspostslink{
	background-image: url(images/testimonial-left-icon.svg);
	margin-right:18px;
}
.blog-page-content-container .blog-post-content{
	margin-bottom: 30px;
}
.blog-bottom-container{
	padding:110px 0;
	background-color:#FDF7F3;
}
.blog-bottom-content{
	padding-left:34px;
	font-size:18px;
}
.blog-bottom-image img{
	border-radius:20px;
}
.blog-content-container.blog-page-content-container.catopage{
	padding-top:0;
}
.bread-crumb ul{
	display:flex;
	align-items: center;
	padding-bottom:12px;
}
.bread-crumb ul li a{
	display:inline-block;
	text-decoration:none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color:#000;
}
.bread-crumb-page{
	background-image:url(images/single-blog-bread.svg);
	background-position:center right;
	background-repeat:no-repeat;
	margin-right: 10px;
    padding-right: 18px;
}
.bread-crumb-page a{
	font-weight: 400 !important;
}
.single-blog-post-container{
	padding:64px 0 100px;
	background-color:#DCE5FF4D;
}
.single-blog-admin-content h2{
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	color:#282828;
	margin:32px 0 16px;
}
.single-blog-admin-content{
	padding-right:30px;
}
.author-content span,
.author-content{
	display:inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color:#000;
	font-family: "Montserrat", sans-serif;
}
.author-content,
.date-post span{
	font-weight:400;
}
.date-post{
	margin-top:5px;
}
.single-blog-image img{
	border-radius:20px;
}
.single-blog-content{
	width:768px;
	margin:auto;
	max-width:100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
}
.single-blog-content h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	margin:24px 0;
	color:#282828;
}
.single-blog-content h4{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	margin:24px 0;
	color:#282828;
}
.single-blog-content img{
	margin:20px 0 20px;
	width:100%;
}
.single-blog-content blockquote{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color:#282828;
	border-left:2px solid #282828;
	padding-left:20px;
}
.single-psot-content-outer{
	padding:64px 0;
}
.single-blog-bottom-logo{
	padding-top:48px;
}
.single-blog-bottom-logo img{
	width:246px;
	margin:0;
}
.single-blog-bottom-icon h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom:16px;
	color:#282828;
	text-align: center;
	padding-left: 35px;
	font-family: "Montserrat", sans-serif;
}
.single-blog-bottom-icon ul{
	display:flex;
	justify-content:flex-end;
}
.single-blog-bottom-icon ul li{
	margin-left:8px;
}
.single-blog-bottom-icon ul li a{
	height:32px;
	width:32px;
	display:inline-block;
	text-decoration:none;
}
.single-blog-bottom-logo{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.join-team-top-container{
	padding:100px 0;
	background-color:#FDF7F3;
}
.join-team-top-content-btn{
	padding-top:27px;
}
.join-team-top-content{
	padding-right:50px;
}
.join-team-top-image img{
	border-radius:30px;
}
.why-goal-container{
	padding:100px 0;
}
.team-why-row .why-our-goal-content{
	background-color:#B9D5C9CC;
}
.team-why-row .owl-dots{
	display:none;
}
.team-why-row.why-our-goal .owl-nav {
    top: 50%;
}
.team-why-row.why-our-goal .owl-nav .owl-prev {
    background-image: url(images/team-left-icon.svg);
}      
.team-why-row.why-our-goal .owl-nav .owl-next {
    background-image: url(images/team-right-icon.svg);
}
.team-why-headline{
	text-align:center;
}
.team-why-headline h3{
	padding:40px 0;
	margin-bottom:0;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color:#282828;
}
.team-why-headline-content{
	width:755px;
	margin:auto;
	max-width:100%;
}
.team-why-container{
	padding:100px 0;
}
.home-join-content-inner h3{
	font-size:24px;
}
.story-core-headline{
	font-size:18px;
	width:768px;
	margin:auto;
	max-width:100%;
	text-align:center;
}
.story-core-headline h2{
	margin-bottom:32px;
	padding-bottom:0;
}
.team-abouot-us-container{
	background-color:#F6FBFE;
	padding:100px 0;
}
.team-member-image{
	padding-right:50px;	
}
.team-member-image img{
	border-radius:30px;
}
.team-member-left-btn{
	padding-top:16px;
}
.team-apply-container{
	padding:110px 0 80px;
}
.team-apply-content-btn{
	padding-top:26px;
}
.team-apply-content{
	font-size:18px;
	width:560px;
	max-width:100%;
}
.team-form-content{
	font-size:18px;
}
.team-form-content h4{
	font-size:20px;
	margin-bottom:32px;
}
.team-apply-form-container{
	padding:110px 0 90px;
}
.team-apply-form-container .gform_wrapper .resume-upload .ginput_container_fileupload input {
    position: absolute;
    top: 42px;
    width: 144px !important;
    height: 34px;
    cursor: pointer;
    border: none;
    z-index: 1;
    opacity: 0;
}
.team-apply-form-container  .gform_wrapper .gfield.upload-text {
	margin-top: -10px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5;
	color:#282828;
}
.team-apply-form-container  .gform_wrapper .gfield.upload-text span{
	border-radius: 100px;
	border: 2px solid #07377F;
	padding: 3px 10px 3px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	font-style: normal;
	color: #282828;
	display: inline-block;
	margin-right: 16px;
	width: 144px;
	text-align: center;
}
#field_4_6{
	position:relative;
}
.team-form-content ul li{
	margin-bottom:16px;
}
.team-form-content ul li a{
	display:inline-block;
	text-decoration:none;
	 font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000;
	padding-left:38px;
	background-position:left center;
	background-repeat:no-repeat;
}
.team-form-mail a{
	background-image:url(images/apply-form-list-icon-1.svg);
}
.team-form-phone a{
	background-image:url(images/apply-form-list-icon-2.svg);
}
.contact-form.team-apply-form textarea,
.contact-form.team-apply-form input,
.contact-form.team-apply-form select{
	border-radius:5px;
}
.team-form-address{
	display:inline-block;
	text-decoration:none;
	 font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000;
	padding-left:38px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(images/apply-form-list-icon-3.svg);
}
.team-form-address p{
	margin-bottom:0;
}
.team-apply-form #input_4_6{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	background-color:#fff;
	border:2px solid #9EBDEB;
	border-radius:100px;
}
.team-apply-form #gfield_upload_rules_4_6{
	display:none;
}
.team-apply-form.contact-form .gchoice {
    margin-top: 0;
}
.team-banner-top-container{
	padding-right:113px;
	position:relative;
}
.team-banner-top-container:before{
	position: absolute;
	top: -15px;
	left: 50%;
	content: "";
	width: 115px;
	height: 145px;
	background-image: url(images/dream-big-before.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 5;
	transform: translateX(-50%);
}
.team-banner-top-container img{
	width:292px;
}
.our-team-banner{
	width:632px;
	margin:auto;
	max-width:100%;
	text-align:center;	
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
.our-team-banner h1{
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;	
	color:#282828;
	margin-bottom:24px;
}
.our-team-banner-btn{
	padding-top:8px;
}
.team-banner-bottom-left img{
	width:240px;
}
.team-banner-bottom-right img{
	width:270px;
	margin-top: -170px;
}
.team-banner-bottom-container{
	padding:0 34px 0 126px;
}
.our-team-container{
	position:relative;
}
.our-team-container:before{
	position:absolute;
	top:370px;
	left:0;
	content:"";
	width:154px;
	height:74px;
	background-image:url(images/team-banner-icon-3.svg);
	background-repeat:no-repeat;
}
.our-team-container:after{
	position: absolute;
    top: 0;
    right: 0; 
    content: "";
    background-image: url(images/team-banner-icon-2.svg);
    width: 96px;
    height: 113px; 
    background-repeat: no-repeat;
}
.our-team-container-inner{
	position:relative;
}
.our-team-container-inner:before{
	width:163px;
	height:153px;
	position:absolute;
	bottom:171px;
	left:50%;
	transform:translatex(-50%);
	content:"";
	background-image:url(images/team-member-icon-4.svg);
	background-repeat:no-repeat;
	z-index:-1;
}
.our-team-container-inner:after{
	position:absolute;
	bottom:0;
	right:0;
	content:"";
	background-image:url(images/team-member-icon-5.svg);
	background-repeat:no-repeat;
	height:138px;
	background-position: right bottom;
	width:138px;
}
.button-navigation,
.button-navigation button{
	padding-right:0;
}
.copyright-row-desktop{
	display:flex;
}
.copyright-row-mobile{
	display:none;
}
.single-post-socail .inerCnt img{
	display:none;
}
.single-post-socail .inerCnt{
	height:32px;
	width:32px;
}
.single-post-socail .norm_row.sfsi_wDiv {
	text-align:right !important;
}
.single-post-socail .sfsi_wicons:nth-of-type(4) .inerCnt{
	background-image:url(images/blog-link-icon.svg);
}
.single-post-socail .sfsi_wicons:nth-of-type(3) .inerCnt{
	background-image:url(images/blog-linkedin-icon.svg);
}
.single-post-socail .sfsi_wicons:nth-of-type(2) .inerCnt{
	background-image:url(images/blog-x.svg);
}
.single-post-socail .sfsi_wicons:nth-of-type(1) .inerCnt{
	background-image:url(images/single-blog-fb.svg);
}
.home-how-we-row-row{
	padding-top:24px;
}
.home-dream-content .row a{
	display:block;
	width:100%;
	display:flex;
}
html {
  scroll-behavior: smooth;
}
.director-image-container{
	position: relative;
}
.designation{
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	padding: 10px;
	font-weight: 600;
	font-size: 16px;
}
.designation span{
	display: block;
	font-weight: 500;
	font-size: 16px;
}
/* 24-7-2025 */
.testimonial.testimonial-video iframe{
	height:680px;
	border-radius:20px;
	position:relative;
	z-index:2;
}
.testimonial.testimonial-video{
	width:100%;
	max-width:100%;
	margin:auto;
	background-color:#FDF7F3;
	position:relative;
}
.testimonial.testimonial-video:before{
	position:absolute;
	top:0;
	left:10px;
	content:"";
	background-color:#FDF7F3;
	height:100%;	
	width:100%;
}
.home-testimonial .owl-stage{
	display:flex;
}
.home-testimonial .owl-item{
	display:flex;
	align-items:center;
	justify-content:center;
}
.testimonial-text-image{
	background-color:#E1F1FD;
	padding:32px 30px;
	height:100%;
	position:relative;
}
/* .testimonial-text-image:before{
	position: absolute;
	top: 119px;
	right: -140px;
	content: "";
	width: 237px;
	height: 113px;
	background-image: url(images/home-time-after.svg);
	background-position: center;
	background-repeat: no-repeat;
} */
.testimonial-text-image img{
	border-radius:12px;
}
.testimonial-text-image-content{
	padding-left:50px;
}
.testimonial-text-image-content .testimonial-content{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color:#222222;
	margin-bottom:30px;
}
.testimonial-text-image-content .testimonial-name{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;
}
.testimonial-text-image-content .testimonial-designation{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#000000;
}
.parallax-img {
    position: absolute;
	transition: all 0.5s cubic-bezier(0,0,0,1);
}
.home-approach-content .parallax-img{
	position:relative;
	left:0;
}
.why-play-content .parallax-img,
.why-bottom-content .parallax-img,
.home-what-we-content .parallax-img,
.single-location-detail .parallax-img{
	position:relative;
}
.single-location-detail{
	position:relative;	
}
.single-location-detail img{
	position:absolute;
	top:-20px;    
}
.single-location-detail .sl-image-second{
	
}
/* 24-7-2025 */
/* 7-8-2025 */
.map-section-headline{
	font-size:18px;
	padding:100px 0 40px;
}
.map-section-headline h2{
	margin-bottom:24px;
}
.map-section #wpsl-wrap{
	display: flex;
	position:relative;
}
.map-section #wpsl-wrap .wpsl-input label{
	display:none;
}
.map-section .wpsl-search{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.map-section #wpsl-gmap{
	flex-basis: 50%;
	height: 643px !important;
	width: 50% !important;
	border-radius: 16px;
}
.map-section #wpsl-result-list{
	flex-basis:calc(50% - 80px);
	margin-left:80px;
}
.map-section #wpsl-stores{
    height: 643px !important;
}
.map-section #wpsl-wrap #wpsl-result-list li{
	padding: 20px 32px;
    border-bottom: none;
	border-left:1px solid transparent;
	margin-bottom:20px;
}
.map-section #wpsl-wrap #wpsl-result-list li:hover{    
	background-color:#E1F1FD4D;
	border-left:1px solid #9EBDEB;
}
.map-section .wpsl-store-location p strong{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color:#282828;
	margin-bottom:16px;
	display: inline-block;
}
.map-section .wpsl-store-location p span{
	padding-left:40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color:#282828;
}
.map-section .wpsl-store-location p span.wpsl-street{
	background-image:url(images/map-loction-icon.svg);	
	background-repeat: no-repeat;
}
.map-section .wpsl-search{
	background-color:transparent;
	padding:0;
	margin:0;
}
.map-section #wpsl-search-wrap #wpsl-search-input{
	border:1px solid #9EBDEB;
	background-color:#fff;
	border-radius:50px;
	width:381px;
	padding: 13.5px 44px 13.54px 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 1;
}
.map-section #wpsl-search-wrap #wpsl-search-input::placeholder{
	font-family: "Roboto", sans-serif;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 1;
	color:#AAAAAA;
}
.map-section #wpsl-search-wrap #wpsl-search-input:focus{
	outline:none;
}
.map-section #wpsl-search-wrap{
	position:relative;
	margin:33px 0 0 17px;
}
.map-section .wpsl-search-btn-wrap{
	position: absolute;
	margin-right: 0 !important;
	right: 55px;
	top: 14px;
}
.map-section .wpsl-search-btn-wrap input{
	background-image: url(images/map-search-icon.svg) !important;
	height: 18.71px;
	width: 18.71px;
	font-size: 0;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	background-position: right;
	margin-right:0 !important;
}
.map-section .location-phone{
	background-image:url(images/map-phone.svg);	
	background-repeat: no-repeat;
}
.map-section .location-phone a{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color:#282828;
}
.map-section .wpsl-directions.secondary{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #282828;
	border: 1.5px solid #9EBDEB !important;
	border-radius: 50px;
	padding: 11.5px 23.5px;
	text-decoration:none;
	display: inline-block;
}
.map-section .wpsl-directions.secondary:hover{
	background-color:#9EBDEB;
	color: #fff;
	text-decoration:none; 
}
.location-map-section-headline{
	padding-top:0;
}
.location-map-section{
	padding-bottom:100px;
}
.coming-location-container{
	padding:100px 0 80px;
	background-color:#F0F8FE80;
}
.lcoming-content{
	background-color:#E1F1FD;
	padding:24px;
	border-radius:12px;
	margin-bottom:20px;
}
.lcoming-content h3{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color:#000000;
	margin-bottom:16px;
}
.lcoming-content ul{
	display:flex;
	padding-bottom:20px;
}
.lcoming-content ul li p{
	margin-bottom:0;
}
.lcoming-content ul li,
.lcoming-content ul li a{
	display:inline-block;
	text-decoration:none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#282828;
}
.lcoming-content ul li{
	flex-basis:50%;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
.lcoming-content ul li.lcoming-address{
	background-image: url(images/map-loction-icon.svg);
}
.lcoming-content ul li.lcoming-phone{
	margin-left:20px;
	background-image: url(images/map-phone.svg);
}
.lcoming-content .lcoming-content-btn a{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #282828;
	border: 1.5px solid #9EBDEB !important;
	border-radius: 50px;
	padding: 11.5px 23.5px;
	text-decoration: none;
	display: inline-block;
}
.lcoming-map-section-headline{
	padding-bottom:44px;
	font-size:18px;
	padding-right: 30px;
}
.lcoming-map-section-headline h2{
	margin-bottom:30px;
}
.coming-location-container + .location-top-content{
	padding-top:100px;
}
.map-section + .location-top-content{
	padding-top:0;
}	
.single-location-map{
	padding:100px 0 65px;
}
.location-map-section-headline{
	font-size:20px;
}
.contact-map-section .map-section-headline {
    padding: 0 0 40px;
}
.contact-map-section{
	padding-bottom:112px;
}
.att-email-image{
	cursor: pointer;
	margin-left: -10px;
}
.hero-video{
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.hero-video video,
.hero-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* 7-8-2025 */
.single-cato-banner h1{
	margin-left:60px;
}
.homepage-banner-image-outer .team-apply-form{
	background: #fff;
	padding: 30px;
	margin: 15px 0;
	border-radius: 10px;
}
.post-password-form{
	text-align:center;
	padding-top: 100px;
}
@media (max-width: 767px) {
	.single-cato-banner h1{
		margin-left:0;
	}
	.parallax-img{
		display:none;
	}
	.testimonial.testimonial-video iframe {
		height: 380px;
	}
	.testimonial-text-image-content {
		padding-top: 40px;
		padding-left: 0;
	}
	.home-testimonial .owl-stage-outer {
		background-image: none;
	}
	.testimonial-text{
		background-image: url(images/testimonial-bg.png);
	}
	
	.button-navigation{
		padding-right:0;	
	}
	.header-button-mobile{
		margin-top:20px;
		display:inline-block;
	}
	.header-button-destop{
		display:none;		
	}
	.admin-bar .header {
		top: 46px;
	}
	
	.homepage-banner-content {
		padding: 30px 0 40px;
	}
	.homepage-banner{
		padding-bottom:70px;
	}
	.home-what-we-container {
		padding: 20px 0 70px;
	}
	.home-what-we-content {
		padding-bottom:40px;
		padding-right: 0;
	}
	h2 {
		font-size: 38px;
	}
	.home-what-we-image {
		padding-left: 0;
	}
	.home-dream-content {
		padding-left: 0;
	}
	.home-approach-content {
		padding-bottom:40px;
		padding-right: 0;
	}
	.home-approach-container {
		padding: 80px 0 50px;
	}
	.home-get-container {
		padding: 20px 0 68px;
	}
	.home-get-container:before{
		display:none;
	}
	.home-get-headline p br{
		display:none;
	}
	.home-get-content {
		padding-top:40px;
		margin-left: 0;
	}
	.home-schedule-list{
		flex-wrap:wrap;	
	}
	.home-schedule-inner{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.home-schedule-left {
		border-right: none;
		padding-bottom:30px;
	}
	#accordion {
		flex-wrap:wrap;
	}
	#accordion .card {
		flex-basis: 100%;
	}
	.home-get-headline h2 {
		font-size: 45px;
	}
	.home-testimonial-headline {
		width: 100%;
		padding-bottom: 25px;
	}
	.home-testimonial .owl-nav {
		width: calc(100% - 30px);
		left: 15px;
		top: 93%;
		display:none;
	}
	.home-how-we-container {
		padding: 70px 0 40px;
	}
	.home-how-we-row h2 br{
		display:none;
	}
	.home-help-content{
		width:100%;
	}
	.home-bottom-content {
		padding-left: 0;
		padding-top:35px;
	}
	.home-bottom-container {
		padding: 40px 0 70px;
	}
	.home-join-team-container {
		padding: 70px 0;
	}
	.home-join-image {
		margin-top:30px;
		margin-left: 0;
	}
	.home-blog-container {
		padding: 70px 0 40px;
	}
	.home-blog-headline {
		padding-bottom: 24px;
	}
	.home-blog-headline h2 {
		font-size: 40px;
	}
	.blog-post-content{
		margin-bottom:30px;
	}
	.footer-about .footer-links {
		padding: 25px 0 15px;
	}
	.footer-logo{
		padding-bottom:40px;
	}
	.footer-container {
		padding: 42px 0 55px;
	}
	.footer-copy-link ul {
		justify-content: center;
		padding:15px 0;
	}
	.copyright-row li {
		margin: 0 24px 0 0;
	}
	
	.homepage-banner ul{
		flex-wrap:wrap;
	}
	.homepage-banner-content .white-button {
		margin-left: 0;
		margin-top:25px;
		display: inline-block;
	}
	.homepage-banner h1 {
		font-size: 40px;
	}
	.homepage-banner h3 {
		font-size: 30px;
	}
	.home-approach-content ul{
		flex-wrap:wrap;
	}
	.home-approach-content ul li .secondary-button{
		margin-top:20px;
	}
	.home-get-item {
		flex-wrap:wrap;
	}
	.home-get-item span {
		margin-right: 0;
		margin-bottom:20px
	}
	.home-how-we-headline {
		padding-bottom: 24px;
	}
	.home-how-we-btn {
		padding-top: 10px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home-how-we-btn li{
		margin-top:8px;
	}
	.home-join-content ul{
		flex-wrap:wrap;
	}
	.home-join-content ul li{
		margin-top:10px;
	}
	.home-schedule-container{
		overflow:hidden;
	}
	.homepage-banner-image{
		text-align:left;
	}
	
	
	.blog-post-btn {
		padding-top: 20px;
	}
	.why-banner-content img {
		display:none;
	}
	.why-play-container {
		padding: 100px 0 40px;
	}
	.why-banner-content {
		padding-right: 0;
	}
	.why-banner-image{
		padding-top:35px;
	}
	.why-banner-container {
		padding: 64px 0 80px;
	}
	.home-dream-container.why-dream-container {
		padding: 80px 0 80px;
	}
	.home-approach-container.why-approach-container {
		padding: 50px 0 80px;
	}
	.why-play-content{
		padding-top:35px;
	}
	.why-play-image {
		padding-right: 0;
	}
	.why-goal-container {
		padding: 30px 0 80px
	}
	.why-our-goal .owl-nav {
		width: calc(100% + 60px);
		left: -30px;
	}
	.why-bottom-image {
		padding-top:35px;
		padding-left: 0;
	}
	.why-bottom-container {
		padding: 80px 0;
	}
	.home-how-we-container.why-how-we-container {
		padding: 80px 0;
	}
	.why-logo-right {
		padding: 50px 20px;
		justify-content:center;
	}
	.story-mission-container {
		padding: 80px 0 64px;
	}
	.story-mission-headline {
		padding-top: 35px;
		padding-left: 0;
	}
	.story-vision-container {
		padding: 80px 0 80px;
	}
	.story-vision-headline {
		padding-right: 0;
	}
	.story-core-content-container {
		padding: 80px 0;
	}
	.story-team-container {
		padding: 80px 0 64px;
	}
	.story-team-image {
		padding-top:35px;
		padding-left: 0;
	}
	.cta-container-content {
		flex-wrap:wrap;
		padding: 32px 20px 32px;
	}
	.cta-container {
		padding-bottom: 80px;
	}
	.story-create-play-container {
		padding: 80px 0;
	}
	.story-create-right{
		padding-top:35px;	
	}
	.story-create-right-btn {
		padding-top: 14px;
	}
	.team-banner-top-container {
		padding-right: 0;
	}
	.team-banner-top-container img {
		width: 120px;
	}
	.team-banner-top-container:before{
		display:none;
	}
	.our-team-container:before{
		display:none;
	}
	.our-team-container:after{
		display:none;
	}
	.our-team-banner h1 {
		font-size: 40px;
	}
	.our-team-banner {
		width: 100%;
		padding:35px 0 45px;
	}
	.team-banner-bottom-left img {
		width: 140px;
	}
	.team-banner-bottom-container {
		padding: 0 0 0 0;
	}
	.team-banner-bottom-right img {
		width: 140px;
		margin-top: -20px;
		position:relative;
		z-index:2;
	}
	.join-team-top-container {
		padding: 80px 0;
	}
	.join-team-top-image{
		padding-top:50px;
	}
	.join-team-top-content-btn {
		padding-top: 0;
	}
	.team-why-container {
		padding: 80px 0;
	}	
	.team-abouot-us-container {
		padding: 80px 0;
	}
	.team-member-image {
		padding-right: 0;
		margin-bottom:45px;
	}
	.team-apply-container {
		padding: 80px 0 80px;
	}
	.team-apply-content {
		width: 100%;
	}
	.team-apply-image{
		padding-top:45px;
	}
	.team-apply-form-container {
		padding: 0 0 65px;
	}
	.contact-form {
		padding-top:40px;
		padding-left: 0;
	}
	.location-banner-container:before,
	.location-banner-container:after{
		display:none;
	}
	.location-banner-container h1 {
		font-size: 40px;
		width: 100%;
	}
	.location-banner-container img {
		top: -60px;
		right: 0;
	}
	.location-top-image {
		padding-top:40px;
		padding-left: 0;
	}
	.sl-contect-info{
		padding-bottom:40px;
	}
	.location-gallery-container {
		padding: 80px 0 80px;
	}
	.blog-banner-left {
		padding: 0 0 40px 0;
	}
	.blog-banner-left h1 {
		font-size: 40px;
	}
	.blog-faq-container {
		padding: 80px 0;
	}
	.blog-content-container {
		padding: 80px 0;
	}
	.blog-bottom-container {
		padding: 80px 0;
	}
	.blog-bottom-content {
		padding-left: 0;
		padding-top:40px;
	}
	.single-blog-image{
		padding-top:40px;
	}
	.single-blog-post-container {
		padding: 64px 0 80px;
	}
	.sl-contect-phone {
		width: 100%;
		padding: 22px 29px 29px 0;
	}
	.sl-contect-phone:before {
		left: -25%;
		width: 150vw;
	}
	.page-template-template-thank-you .home-blog-container {
		padding-top: 80px;
	}
	.error-container {
		padding: 80px 0 80px;
	}
	.home-get-headline {
		width: 100%;
		padding-bottom: 25px;
	}
	.footer-copy-link{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-copy-link li{
		margin:3px 15px 3px 0;
	}
	.why-banner-container h1 {
		font-size: 40px;
		width: 100%;
	}
	.why-banner-info {
		padding-right: 0;
	}
	.story-banner-headline {
		padding: 65px 0 30px;
	}
	.cta-content {
		width: 100%;
	}
	.story-create-left {
		padding-right: 0;
	}
	.join-team-top-content {
		padding-right: 0;
	}
	.page-template-template-join-our-team .home-join-image:before{
		display:none;
	}
	.location-banner-container-outer {
		padding: 64px 15px 50px;
	}
	.location-top-content {
		padding: 50px 0 80px;
	}
	.home-join-content a.secondary-button{
		margin-top:10px;
	}
	.single-location-banner h1 {
		font-size: 40px;
	}
	.single-location-detail img{
		display:none;
	}
	.single-location-banner {
		padding: 64px 15px 80px;
	}
	.single-location-detail{
		justify-content:center !important;
	}
	.blog-banner-left ul.button-list{
		flex-wrap:wrap;
	}
	.blog-banner-left ul.button-list li a.secondary-button{
		margin-top:20px;
	}
	.single-blog-bottom-logo{
		flex-wrap:wrap;
		padding-top: 28px;
	}
	.single-blog-bottom-icon{
		padding-top:15px;
	}
	.single-blog-admin-content h2 {
		font-size: 30px;
	}
	.single-psot-content-outer {
		padding: 34px 0 64px;
	}
	.testimonial-inner {
		padding:0 20px;
	}
	.error-container h1 {
		font-size: 40px;
	}
	
	
	.main-content-container {
		margin-top: 93px;
	}
	.admin-bar .main-content-container {
		margin-top: 108px;
	}
	.homepage-banner-image{
		text-align:right;
	}
	.homepage-banner-image img{
		width:150px;
	}
	.footer-logo img {
		width: 130px;
	}
	.homepage-banner-image-outer{
		order:-1;
	}
	.page-template-template-landing-ABA-Services .homepage-banner-image-outer{
		order:2;
		padding: 0 15px;
	}
	.page-template-template-landing-ABA-Services .homepage-banner-row{
		padding-top: 40px;
	}
	.home-logo-row {
		justify-content:center;
	}
	.home-logo-container {
		padding: 54px 0 42px;
	}
	.home-logo-container img{
		margin:8px 0;
	}
	.home-dream-content-outer{
		order:-1;
	}
	.home-dream-image {
		padding-top:60px;
		padding-right: 0;
	}
	.why-logo-right img{
		width:auto;
		margin:7.5px 0;
	}
	.copyright-row-desktop{
		display:none;
	}
	.copyright-row-mobile{
		display:flex;
	}
	.story-vision-image-outer{
		order:-1;
	}
	.story-vision-image{
		margin-bottom:45px;
	}
	.blog-content-container .blog-catogory {
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	.blog-catogory li {
		margin: 7.5px 7.5px;
	}
	.contact-banner-container{
		overflow:hidden;	
	}
	.blog-banner-left ul.thank-you-button{
		flex-wrap:nowrap;
	}
	.blog-banner-left ul.thank-you-button li a{
		margin-top:0 !important;
	}
	.copyright-row-mobile .copyright-left,
	.copyright-row-mobile p{
		text-align:center;
	}
	.footer-about:nth-of-type(2n) .footer-links{
		padding:0;
	}
	.home-join-image:after {
		width: 150px;
		right:0;
		background-position: center left;
	}
	.team-why-container.team-page-why-container .owl-nav,
	.why-our-goal .owl-nav{
		display:none;
	}
	.team-why-container.team-page-why-container .team-why-row .owl-dots {
		display: block;
		padding-bottom:0;
	}
	
	.map-section #wpsl-wrap {
		flex-wrap:wrap;
	}
	.map-section #wpsl-gmap {
		flex-basis: 100%;
		height: 400px !important;
		width: 100% !important;
	}
	.map-section #wpsl-result-list {
		flex-basis: 100%;
		margin-left: 0;
		margin-top:20px;
	}
	.map-section #wpsl-stores {
		height: 543px !important;
	}
	.map-section #wpsl-search-wrap #wpsl-search-input {
        width: 80% !important;
    }
	.map-section .wpsl-search-btn-wrap {
		right: 84px;
		margin-top: 0;
	}
	.lcoming-content ul li {
		flex-basis: 100%;
	}
	.lcoming-content ul {
		flex-wrap:wrap;
	}
	.lcoming-content ul li.lcoming-phone {
		margin-left: 0;
	}
	.lcoming-content {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.header {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.header-button-mobile{
		display:inline-block;
        margin-top: 20px;	
	}
	.header-button-destop{
		display:none;		
	}
	.admin-bar .header {
		top: 46px;
	}
	
	.homepage-banner-content {
		padding: 30px 0 40px;
	}
	.homepage-banner{
		padding-bottom:70px;
	}
	.home-what-we-container {
		padding: 20px 0 70px;
	}
	.home-what-we-content {
		padding-bottom:40px;
		padding-right: 0;
	}
	h2 {
		font-size: 43px;
	}
	.home-what-we-image {
		padding-left: 0;
	}
	.home-dream-content {
		padding-left: 0;
	}
	.home-approach-content {
		padding-bottom:40px;
		padding-right: 0;
	}
	.home-approach-container {
		padding: 80px 0 50px;
	}
	.home-get-container {
		padding: 50px 0 68px;
	}
	.home-get-container:before{
		display:none;
	}
	.home-get-headline p br{
		display:none;
	}
	.home-get-content {
		padding-top:40px;
		margin-left: 0;
	}
	.home-schedule-inner{
		width:50%;
	}
	.home-schedule-left {
		border-right: none;
		padding-bottom:30px;
	}
	#accordion {
		flex-wrap:wrap;
	}
	#accordion .card {
		flex-basis: 100%;
	}
	.home-get-headline h2 {
		font-size: 50px;
	}
	.home-testimonial-headline {
		width: 100%;
		padding-bottom: 25px;
	}
	.home-testimonial .owl-nav {
		width: calc(100% - 30px);
		left: 15px;
		top: calc(50% - 50px);
	}
	.home-how-we-container {
		padding: 70px 0 40px;
	}
	.home-how-we-row h2 br{
		display:none;
	}
	.home-help-content{
		width:100%;
	}
	.home-bottom-content {
		padding-left: 0;
		padding-top:35px;
	}
	.home-bottom-container {
		padding: 40px 0 70px;
	}
	.home-join-team-container {
		padding: 70px 0;
	}
	.home-join-image {
		margin-top:30px;
		margin-left: 0;
	}
	.home-blog-container {
		padding: 70px 0 70px;
	}
	.home-blog-headline {
		padding-bottom: 24px;
	}
	.home-blog-headline h2 {
		font-size: 50px;
	}
	.blog-post-content{
		margin-bottom:30px;
	}
	.footer-about .footer-links {
		padding: 25px 0 15px;
	}
	.footer-logo{
		padding-bottom:20px;
	}
	.footer-container {
		padding: 42px 0 55px;
	}
	.footer-copy-link ul {
		justify-content: flex-start;
		padding:15px 0;
	}
	.copyright-row li {
		margin: 0 24px 0 0;
	}
	.homepage-banner-image{
		text-align:left;
	}
	
	
	.blog-post-btn {
		padding-top: 20px;
	}
	.why-banner-content img {
		margin-top: -50px;
	}
	.why-play-container {
		padding: 100px 0 40px;
	}
	.why-banner-content {
		padding-right: 0;
	}
	.why-banner-image{
		padding-top:35px;
	}
	.why-banner-container {
		padding: 64px 0 80px;
	}
	.home-dream-container.why-dream-container {
		padding: 80px 0 80px;
	}
	.home-approach-container.why-approach-container {
		padding: 50px 0 80px;
	}
	.why-play-content{
		padding-top:35px;
	}
	.why-play-image {
		padding-right: 0;
	}
	.why-goal-container {
		padding: 30px 0 80px
	}
	.why-our-goal .owl-nav {
		width: calc(100% + 60px);
		left: -30px;
	}
	.why-bottom-image {
		padding-top:35px;
		padding-left: 0;
	}
	.why-bottom-container {
		padding: 80px 0;
	}
	.home-how-we-container.why-how-we-container {
		padding: 80px 0;
	}
	.why-logo-right {
		padding: 50px 20px;
		justify-content:center;
	}
	.story-mission-container {
		padding: 80px 0 64px;
	}
	.story-mission-headline {
		padding-top: 35px;
		padding-left: 0;
	}
	.story-vision-container {
		padding: 80px 0 80px;
	}
	.story-vision-headline {
		padding-right: 0;
	}
	.story-core-content-container {
		padding: 80px 0;
	}
	.story-team-container {
		padding: 80px 0 64px;
	}
	.story-team-image {
		padding-top:35px;
		padding-left: 0;
	}
	.cta-container-content {
		flex-wrap:wrap;
		padding: 32px 48px 32px;
	}
	.cta-container {
		padding-bottom: 80px;
	}
	.story-create-play-container {
		padding: 80px 0;
	}
	.story-create-right{
		padding-top:35px;	
	}
	.story-create-right-btn {
		padding-top: 14px;
	}
	.team-banner-top-container {
		padding-right: 0;
	}
	.team-banner-top-container img {
		width: 140px;
	}
	.our-team-container:after{
		display:none;
	}
	.our-team-banner h1 {
		font-size: 50px;
	}
	.team-banner-bottom-left img {
		width: 140px;
	}
	.team-banner-bottom-container {
		padding: 0 0 0 0;
	}
	.team-banner-bottom-right img {
		width: 140px;
		margin-top: -20px;
		position:relative;
		z-index:2;
	}
	.join-team-top-container {
		padding: 80px 0;
	}
	.join-team-top-image{
		padding-top:50px;
	}
	.join-team-top-content-btn {
		padding-top: 0;
	}
	.team-why-container {
		padding: 80px 0;
	}	
	.team-abouot-us-container {
		padding: 80px 0;
	}
	.team-member-image {
		padding-right: 0;
		margin-bottom:45px;
	}
	.team-apply-container {
		padding: 80px 0 80px;
	}
	.team-apply-content {
		width: 100%;
	}
	.team-apply-image{
		padding-top:45px;
	}
	.team-apply-form-container {
		padding: 0 0 65px;
	}
	.contact-form {
		padding-top:40px;
		padding-left: 0;
	}
	.location-banner-container:before,
	.location-banner-container:after{
		display:none;
	}
	.location-banner-container h1 {
		font-size: 50px;
		width: 100%;
	}
	.location-banner-container img {
		top: -60px;
		right: 0;
	}
	.location-top-image {
		padding-top:40px;
		padding-left: 0;
	}
	.sl-contect-info{
		padding-bottom:40px;
	}
	.location-gallery-container {
		padding: 80px 0 80px;
	}
	.blog-banner-left {
		padding: 0 0 40px 0;
	}
	.blog-banner-left h1 {
		font-size: 50px;
	}
	.blog-faq-container {
		padding: 80px 0;
	}
	.blog-content-container {
		padding: 80px 0;
	}
	.blog-bottom-container {
		padding: 80px 0;
	}
	.blog-bottom-content {
		padding-left: 0;
		padding-top:40px;
	}
	.single-blog-image{
		padding-top:40px;
	}
	.single-blog-post-container {
		padding: 64px 0 80px;
	}
	.sl-contect-phone {
		width: 100%;
		padding: 22px 29px 29px 0;
	}
	.sl-contect-phone:before {
		left: -25%;
		width: 150vw;
	}
	.page-template-template-thank-you .home-blog-container {
		padding-top: 80px;
	}
	.error-container {
		padding: 80px 0 80px;
	}
	
	
	.main-content-container {
		margin-top: 93px;
	}
	.admin-bar .main-content-container {
		margin-top: 108px;
	}
	.homepage-banner-image{
		text-align:right;
	}
	.homepage-banner-image-outer{
		order:-1;
	}
	.page-template-template-landing-ABA-Services .homepage-banner-image-outer{
		order: 2;
		padding: 0 15px;
	}
	.page-template-template-landing-ABA-Services .homepage-banner-row{
		padding-top: 40px;
	}
	.home-logo-row {
		justify-content:center;
	}
	.home-logo-container {
		padding: 54px 0 42px;
	}
	.home-logo-container img{
		margin:8px 0;
	}
	.home-dream-content-outer{
		order:-1;
	}
	.home-dream-image {
		padding-top:60px;
		padding-right: 0;
	}
	.why-logo-right img{
		width:auto;
		margin:7.5px 0;
	}
	.copyright-row-desktop{
		display:none;
	}
	.copyright-row-mobile{
		display:flex;
	}
	.story-vision-image-outer{
		order:-1;
	}
	.story-vision-image{
		margin-bottom:45px;
	}
	
	.testimonial.testimonial-video iframe {
		height: 380px;
	}
	.testimonial-text-image-content {
		padding-top: 40px;
		padding-left: 0;
	}
	.home-testimonial .owl-stage-outer {
		background-image: none;
	}
	.testimonial-text{
		background-image: url(images/testimonial-bg.png);
	}
	.parallax-img{
		display:none;
	}
	.home-approach-content > .parallax-img,
	.why-bottom-content > .parallax-img,
	.home-what-we-content > .parallax-img{
		display:block;
	}
	
	.map-section #wpsl-wrap {
		flex-wrap:wrap;
	}
	.map-section #wpsl-gmap {
		flex-basis: 100%;
		height: 400px !important;
		width: 100% !important;
	}
	.map-section #wpsl-result-list {
		flex-basis: 100%;
		margin-left: 0;
		margin-top:40px;
	}
	.map-section #wpsl-stores {
		height: 543px !important;
	}
	.lcoming-content ul li {
		flex-basis: 100%;
	}
	.lcoming-content ul {
		flex-wrap:wrap;
	}
	.lcoming-content ul li.lcoming-phone {
		margin-left: 0;
	}
	.lcoming-content {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.map-section #wpsl-stores {
		height: 643px !important;
	}
	.map-section #wpsl-result-list {
		flex-basis: calc(50% - 80px);
		margin-left: 80px;
		margin-top:0;
	}
	.map-section #wpsl-gmap {
		flex-basis: 50%;
		height: 643px !important;
		width: 50% !important;
	}
	.map-section #wpsl-wrap {
		flex-wrap:nowrap;
	}
	
	
	.parallax-img{
		display:block;
	}
	.testimonial-text{
		background-image: none;
	}
	.home-testimonial .owl-stage-outer {
		background-image: url(images/testimonial-bg.png);
	}
	.testimonial-text-image-content {
		padding-top:0;
		padding-left: 50px;
	}
	.testimonial.testimonial-video iframe {
		height: 680px;
	}
	
	.story-vision-image{
		margin-bottom:0;
	}
	.story-vision-image-outer{
		order:2;
	}
	.copyright-row-desktop{
		display:flex;
	}
	.copyright-row-mobile{
		display:none;
	}
	.why-logo-right img{
		width:auto;
	}
	.home-dream-image {
		padding-top:0;
		padding-right: 11px;
	}
	.home-dream-content-outer{
		order:2;
	}
	.home-logo-container img{
		margin:0 0;
	}
	.home-logo-container {
		padding: 64px 0 52px;
	}
	.home-logo-row {
		justify-content:flex-start;
	}
	.homepage-banner-image{
		text-align:auto;
	}
	.homepage-banner-image-outer{
		order:2;
	}
	.admin-bar .main-content-container {
        margin-top: 115px;
    }
	.main-content-container {
		margin-top: 115px;
	}
	.header {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.error-container {
		padding: 180px 0 100px;
	}
	.page-template-template-thank-you .home-blog-container {
		padding-top: 150px;
	}
	.sl-contect-phone:before {
		left: 0;
		width: 50vw;
	}
	.sl-contect-phone {
		width: 395px;
		padding: 22px 29px 29px;
	}
	.single-blog-post-container {
		padding: 64px 0 100px;
	}
	.single-blog-image{
		padding-top:0;
	}
	.blog-bottom-content {
		padding-left: 34px;
		padding-top:0;
	}
	.blog-bottom-container {
		padding: 110px 0;
	}
	.blog-content-container {
		padding: 100px 0;
	}
	.blog-faq-container {
		padding: 100px 0;
	}
	.blog-banner-left h1 {
		font-size: 60px;
	}
	.blog-banner-left {
		padding: 0 18px 0 48px;
	}
	.location-gallery-container {
		padding: 110px 0 100px;
	}
	.sl-contect-info{
		padding-bottom:0;
	}
	.location-top-image {
		padding-top:0;
		padding-left: 40px;
	}
	.location-banner-container img {
		top: -50px;
		right: -80px;
	}
	.location-banner-container h1 {
		font-size: 60px;
		width: 530px;
	}
	.location-banner-container:before,
	.location-banner-container:after{
		display:block;
	}
	.contact-form {
		padding-top:0;
		padding-left: 34px;
	}
	.team-apply-form-container {
		padding: 110px 0 90px;
	}
	.team-apply-image{
		padding-top:0;
	}
	.team-apply-content {
		width: 560px;
	}
	.team-apply-container {
		padding: 110px 0 80px;
	}
	.team-member-image {
		padding-right: 50px;
		margin-bottom:0;
	}
	.team-abouot-us-container {
		padding: 100px 0;
	}
	.team-why-container {
		padding: 100px 0;
	}
	.join-team-top-content-btn {
		padding-top: 27px;
	}
	.join-team-top-image{
		padding-top:0;
	}
	.join-team-top-container {
		padding: 100px 0;
	}
	.team-banner-bottom-right img {
		z-index:0;
		position:relative;
		width: 270px;
		margin-top: -170px;
	}
	.team-banner-bottom-container {
		padding: 0 34px 0 126px;
	}
	.team-banner-bottom-left img {
		width: 240px;
	}
	.our-team-banner h1 {
		font-size: 60px;
	}
	.our-team-container:after{
		display:block;
	}
	.team-banner-top-container {
		padding-right: 113px;
	}
	.story-create-right-btn {
		padding-top: 34px;
	}
	.story-create-right{
		padding-top:0;	
	}
	.story-create-play-container {
		padding: 110px 0;
	}
	.cta-container {
		padding-bottom: 110px;
	}
	.cta-container-content {
		flex-wrap:nowrap;
		padding: 32px 48px 16px;
	}
	.story-team-image {
		padding-top:0;
		padding-left: 30px;
	}
	.story-team-container {
		padding: 110px 0 64px;
	}
	.story-core-content-container {
		padding: 100px 0;
	}
	.story-vision-headline {
		padding-right: 50px;
	}
	.story-vision-container {
		padding: 112px 0 96px;
	}
	.story-mission-headline {
		padding-top:0;
		padding-left: 50px;
	}
	.story-mission-container {
		padding: 100px 0 84px;
	}
	.why-logo-right {
		padding: 40px 32px;
	}
	.home-how-we-container.why-how-we-container {
		padding: 100px 0;
	}
	.why-bottom-container {
		padding: 100px 0;
	}
	.why-bottom-image {
		padding-top:0;
		padding-left: 40px;
	}
	.why-goal-container {
		padding: 100px 0;
	}
	.why-play-image {
		padding-right: 40px;
	}
	.why-play-content{
		padding-top:0;
	}
	.home-approach-container.why-approach-container {
		padding: 50px 0 100px;
	}
	.home-dream-container.why-dream-container {
		padding: 80px 0 100px;
	}
	.why-banner-container {
		padding: 64px 0 100px;
	}
	.why-banner-image{
		padding-top:0;
	}
	.why-banner-content {
		padding-right: 35px;
	}
	.why-play-container {
		padding: 100px 0 40px;
	}
	.blog-post-btn {
		padding-top: 60px;
	}
	
	
	.homepage-banner-image{
		text-align:right;
	}
	.copyright-row li {
		margin: 0 12px;
	}
	.footer-copy-link ul {
		justify-content: center;
		padding:0;
	}
	.footer-container {
		padding: 42px 0 75px;
	}
	.footer-logo{
		padding-bottom:0;
	}
	.footer-about .footer-links {
		padding: 0 0 0 40px;
	}
	.blog-post-content{
		margin-bottom:0;
	}
	.home-blog-headline h2 {
		font-size: 60px;
	}
	.home-blog-headline {
		padding-bottom: 64px;
	}
	.home-blog-container {
		padding: 85px 0 130px;
	}
	.home-join-image {
		margin-top:0;
		margin-left: 64px;
	}
	.home-join-team-container {
		padding: 110px 0;
	}
	.home-bottom-container {
		padding: 40px 0 100px;
	}
	.home-bottom-content {
		padding-top:0;
		padding-left: 34px;
	}
	.home-help-content{
		width:auto;
	}
	.home-how-we-row h2 br{
		display:inline-block;
	}
	.home-how-we-container {
		padding: 110px 0 40px;
	}
	.home-testimonial .owl-nav {
		top: calc(50% - 50px);
		width: calc(100% + 144px);
		left: -70px;
	}
	.home-testimonial-headline {
		width: 400px;
		padding-bottom: 60px;
	}
	.home-get-headline h2 {
		font-size: 60px;
	}
	#accordion .card {
		flex-basis: calc(50% - 21.5px);
	}
	#accordion {
		flex-wrap:nowrap;
	}
	.home-schedule-left {
/* 		border-right: 2px solid #9EBDEB; */
		padding-bottom:0;
	}
	.home-schedule-inner{
		width:279px;
	}
	.home-get-content {
		padding-top:0;
		margin-left: -40px;
	}
	.home-get-headline p br{
		display:inline-block;
	}
	.home-get-container:before{
		display:block;
	}
	.home-get-container {
		padding: 100px 0 68px;
	}
	.home-approach-container {
		padding: 100px 0;
	}
	.home-approach-content {
		padding-bottom:0;
		padding-right: 50px;
	}
	.home-dream-content {
		padding-top:0;
		padding-left: 11px;
	}
	.home-what-we-image {
		padding-left: 25px;
	}
	h2 {
		font-size: 48px;
	}
	.home-what-we-content {
		padding-bottom:0;
		padding-right: 25px;
	}
	.home-what-we-container {
		padding: 100px 0;
	}
	.homepage-banner{
		padding-bottom:0;
	}
	.homepage-banner-content {
		padding: 185px 0 95px;
	}
	
	.admin-bar .header {
		top: 32px;
	}
	.home-join-content .button-list{
		flex-wrap:wrap;
	}
	.home-join-content .button-list li{
		margin-top:10px;
	}
	.home-join-image {
		margin-left: 0;
	}
	.home-join-image:after {
		right: -96px;
	}
	.blog-post-detail {
		padding: 24px 15px 24px;
	}
	.header-button-destop{
		display:inline-block;		
	}
	.header-button-mobile{
		display:none;
	}
	.primary-menu li a{
		padding:8px 10px;
		font-size: 15px;
	}

	.why-banner-content img {
		margin-top: -65px;
	}	
	.faq-content {
		padding: 0 15px 46px;
	}
	.why-logo-right img {
		width: 128px;
	}
	.home-join-content a.secondary-button{
		margin-top:15px;
	}
	.why-our-goal .owl-nav {
		width: calc(100% + 60px);
		left: -30px;
	}
	.blog-banner-left {
		padding: 0 18px 0 0;
	}
	.team-banner-top-container img {
		width: 192px;
	}
	.team-banner-bottom-right img {
		width: 170px;
		margin-top: -70px;
	}
	.team-banner-bottom-left img {
		width: 200px;
	}
	.why-logo-right img{
		margin:8px 0;
	}
	
	.lcoming-content ul li {
		flex-basis: 100%;
	}
	.lcoming-content ul {
		flex-wrap:wrap;
	}
	.lcoming-content ul li.lcoming-phone {
		margin-left: 0;
	}
	.lcoming-content {
		width: auto;
	}
}
@media (min-width: 1200px) {
	.lcoming-content ul li.lcoming-phone {
		margin-left: 20px;
	}
	.lcoming-content ul li {
		flex-basis: 50%;
	}
	.lcoming-content ul {
		flex-wrap:nowrap;
	}
	
	
	.single-location .home-join-image img{
		margin-left: 50px;
	}
	.why-logo-right img{
		margin:0;
	}
	.why-logo-right {
		padding: 130px 32px;
	}
	.team-banner-bottom-left img {
		width: 240px;
	}
	.team-banner-bottom-right img {
		width: 270px;
		margin-top: -170px;
	}
	.team-banner-top-container img {
		width: 292px;
	}
	.blog-banner-left {
		padding: 0 18px 0 48px;
	}
	.why-our-goal .owl-nav {
		width: calc(100% + 170px);
		left: -85px;
	}
	.home-join-content a.secondary-button{
		margin-top:0;
	}
	.why-logo-right img {
		width: auto;
	}
	.faq-content {
		padding: 0 28px 46px;
	}
	.why-banner-content img {
		margin-top: -90px;
	}
	
	
	
	.homepage-banner-content {
        padding: 385px 0 95px;
    }
	.primary-menu li a{
		padding:8px 16px;
		font-size: 16px;
	}

	
	.blog-post-detail {
		padding: 24px 24px 24px;
	}
	.home-join-image:after {
		right: -46px;
	}
	.home-join-image {
		margin-left: 64px;
	}
	.home-join-content .button-list li{
		margin-top:0;
	}
	.home-join-content .button-list{
		flex-wrap:nowrap;
	}
}
@media (min-width: 1350px) {
    .large-container {
        max-width: 1310px;
    }
}