/**
*	Theme Name: Gahanna Childrens College
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
:root{
    --Questrial: 'Questrial', sans-serif;
    --Space: 'Space Grotesk', sans-serif;
    --heading: #262f40;
    --text: #627484;
    --primary: #0089fa;
    --secondry: #f3f3f3;
    --br-20: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Questrial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
    transition: 0.3s all;
}
a,
a:hover {
    text-decoration: none !important;
}



img {
    height: auto;
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important;
}
.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.main-navigation {
	clear: both;
	position: relative;
}
#sideMenuClose, #menuToggle{
    display: none;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-bar ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    gap: 24px;
}
ul#primary-menu li{
    position: relative;
}
ul#primary-menu li a {
    color: #262f40cc;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding: 5px 0;
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s;
    border: none;
    background-color: transparent;
}
ul#primary-menu li a:hover{
    color: var(--primary);
}
ul#primary-menu li.menu-item-has-children > a{
    display: flex;
    align-items: center;
    gap: 4px;
}
ul#primary-menu > li.menu-item-has-children > a::after{
    content: '';
    display: block;
    background-image: url('./images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    transition: 0.2s cubic-bezier(.4,0,.2,1) all;
}
ul#primary-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
ul#primary-menu >li.current-menu-parent > a,
ul#primary-menu >li.current-menu-item > a{
    color: var(--primary);
    font-weight: 500;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul#primary-menu ul.sub-menu {
    list-style-type: none;
    padding: 8px;
    margin: 0;
    border: 2px solid #dae1e7;
    border-radius: 14px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    min-width: 192px;
}
ul#primary-menu ul.sub-menu li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #262f40cc;
    border-radius: 14px;
    white-space: nowrap;
    padding: 8px 12px;
    text-align: left;
}
ul#primary-menu ul.sub-menu li a::after{
    content: '6 weeks – 18 months';
    color: var(--text);
    font-size: 12px;
    line-height: 16px;
    display: block;
}
ul#primary-menu ul.sub-menu li.toddler a::after{
    content: '18 months – 3 years';
}
ul#primary-menu ul.sub-menu li.school a::after{
    content: '3 – 5 years';
}
ul#primary-menu ul.sub-menu li.kindergarten a::after{
    content: '5 – 12 years';
}
ul#primary-menu ul.sub-menu li a:hover {
    background-color: #f3f5f7;
    color: var(--primary);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
}

.closebtn,
.openmenu,
.mobilesubmenu {
	display: none;
}

/* Menu */


/* Menu */

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
    text-align: left;
    margin: 16px 0 40px !important;
}

.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;
	padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 8px 0 0;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #626262;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 8px;
	    margin: 0;
    padding: 0;
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.20 !important;
    border-radius: 10px;
	cursor: pointer;
	transition: 0.3s all;
}
ul.slick-dots li.slick-active {
    opacity: 1 !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.close_menu_icon{
    display: none;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* site-wide */
#wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.site_content h1,
.site_content.h2_large h2{
    color: var(--heading);
    font-size: 60px;
    line-height: 78px;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 22px;
}
.site_content.h1_medium h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0.96px;
    margin-bottom: 27px;
    color: var(--heading);
    font-family: var(--Space);
}
.site_content h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.54px;
    margin-bottom: 27px;
    color: var(--heading);
    font-family: var(--Space);
}
.mb_h_md h2,
.mb_h_md h3{
  margin-bottom: 16px !important;
}
.mb_h_sm h2,
.mb_h_sm h3{
  margin-bottom: 8px !important;
}
.site_content h1 span,
.site_content h1 strong,
.site_content h2 strong,
.site_content h2 span,
.site_content h3 strong,
.site_content h3 span{
    color: var(--primary);
	font-weight: inherit;
}
.site_content span.pre_heading {
  color: #0089fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.site_content span.pre_heading._medium{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
}
.site_content.span-accent h1 span,
.site_content.span-accent h1 strong,
.site_content.span-accent h2 span,
.site_content.span-accent h2 strong {
  color: #15d17f;
  font-weight: inherit;
}
.site_content.h2_small h2,
.site_content.h3_large h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
    color: var(--heading);
}
.site_content.h2_xsmall h2,
.site_content h3 {
    color: var(--heading);
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 12px;
}
.site_content.h3_small h3,
.site_content h4{
    color: var(--heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--Poppins);
    margin-bottom: 8px;
}
.site_content h5{
    color: var(--heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3{
    text-transform: uppercase;
}
.h_navy h2,
.h_navy h3,
.h_navy h4,
.h_navy h5{
    color: #003366 !important;
}
.site_content ul{
	padding-left: 20px;
	margin:0;
}
.site_content ul li::marker {
    color: var(--primary);
    font-size: 25px;
    line-height: normal;
}
.site_content li{
	margin-bottom: 8px;
}
.site_content li, 
.site_content p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.site_content li b, 
.site_content p b,
.site_content li strong, 
.site_content p strong{
    font-weight: 700;
    color: var(--heading);
}
.site_content.text_sm p,
.site_content.text_sm li{
    font-size: 16px;
    line-height: 24px;
}
.site_content.text_xs p,
.site_content.text_xs li{
    font-size: 14px;
    line-height: 20px;
}
.site_content.text_xl p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--Nunito);
}
.site_content.text_md p{
    font-size: 18px;
    line-height: 29px;
}
.site_content.text_lg p{
    font-size: 20px;
    line-height: 28px;
}
.site_content p a{
  color: var(--primary);
}
.site_content p a:hover{
  text-decoration: underline !important;
}
.site_content.text_white h1,
.site_content.text_white h2,
.site_content.text_white.h2_large h2,
.site_content.text_white.h2_medium h2,
.site_content.text_white h3,
.site_content.text_white h4,
.site_content.text_white h5,
.site_content.text_white h6,
.site_content.text_white p,
.site_content.text_white a,
.site_content.text_white li{
    color: #fff;
}
.text_dark p,
.text_dark li{
    color: var(--primary);
}
.font_black h1,
.font_black h2{
    font-weight: 900 !important;
}
.site_content p{
    margin-bottom: 16px;
}
.site_content.m-p-sm p{
    margin-bottom: 16px;
}
.site_content p:last-of-type {
    margin-bottom: 0 !important;
}
.w-full{
    width: 100%;
}
.site_btn {
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    gap: 12px;
    margin-top: 32px;
    text-decoration: none !important;
    transition: 0.3s linear all;
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 9999px;
    font-weight: 500;
    font-family: 'Questrial', sans-serif !important;
    transition: 0.3s all;
    border: 2px solid var(--primary);
}
.site_btn._radius {
    border-radius: 14px;
}
.site_btn svg {
    width: 16px;
    height: 16px;
}
.btn_primary{
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    fill: #fff;
    stroke: #fff;
}
.btn_primary:hover{
    background: #0089fae6;
}
.btn_secondary{
    background: #fff;
    border-color: #00b37e;
    color: #00b37e;
    fill: #00b37e;
}
.btn_secondary:hover{
    background: #00b37e;
    border-color: #00b37e;
    color: #fff;
    fill: #fff;
}
.btn_secondary.solid_bg{
    background: #15d17f;
    border-color: #15d17f;
    color: #fff;
    fill: #fff;
}
.btn_secondary.solid_bg:hover{
    background: #15d17fe6;
    border-color: #15d17fe6;
}
.site_btn.btn_bold {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.btn_light{
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: var(--primary);
    fill: var(--primary);
    stroke: var(--primary);
}
.btn_light:hover{
    background: #ffffffe6;
    border-color: #ffffffe6;
}
.site_btn.btn_transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.site_btn.btn_transparent:hover{
    background-color: #ffffff1a;
}
.outline-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 22px;
  border: 2px solid #dae1e7;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  color: var(--heading);
  transition: 0.3s ease;
  width: 100%;
}
.program-card:hover .outline-btn{
    border-color: var(--primary);
    color: var(--primary);
}
.outline-btn:hover {
  background: #f3f5f7;
  color: var(--primary);
  border-color: var(--primary);
}
._btns{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.py_96{
    padding: 96px 0;
}
.py_80{
    padding: 80px 0;
}
.py_64{
    padding: 64px 0;
}
.py_48{
    padding: 48px 0;
}
.py_32{
    padding: 32px 0;
}
.p_24{
    padding: 24px !important;
}
.p_48{
    padding: 48px !important;
}
.p_32{
    padding: 32px !important;
}
.mb_48{
    margin-bottom: 48px;
}
.mb_40{
    margin-bottom: 40px;
}
.mb_32{
    margin-bottom: 32px;
}
.mb_24{
    margin-bottom: 24px;
}
.mt_32{
    margin-top: 32px;
}
.mt_24{
    margin-top: 24px;
}
.max-w-xl {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}
.content-w-xl p{
    max-width: 576px;
}
.max-w-2xl,
.content-w-2xl p{
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-3xl,
.content-w-3xl p{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-4xl{
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-5xl{
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-6xl {
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
}

.single .max-w-4xl {
    max-width: 827px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.grid {
    display: grid;
}
.gap-3{
    gap: 12px !important;
}
.gap-4{
    gap: 16px !important;
}
.gap-6{
    gap: 24px;
}
.gap-8{
    gap: 32px;
}
.gap_20{
    gap: 20px;
}
.gap_40{
    gap: 40px;
}
.gap_48{
    gap: 48px;
}
.gap_80{
    gap: 80px;
}
/* header */

.site-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  z-index: 999;
}
.header_row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo{
    max-width: 280px;
}
.site-logo img {
  max-height: 80px;
  width: auto;
}
._action_menu {
    display: flex;
    align-items: center;
    gap: 16px;
}
._Phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text);
}
._Phone svg{
    width: 16px;
    height: 16px;
}
.menu_schedule_btn.site_btn {
    line-height: 14px;
    padding: 13px 24px;
}
/* Hero Section */
.hero-section {
  background-image: linear-gradient(to bottom right, #f8496f4d, #fff ,  #15d17f1a);
}
.hero-content_wrapper {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 48px;
    align-items: center;
}
.enroll-badge {
    display: inline-flex;
    background-color: #ff9db1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    align-items: center;
    gap: 10px;
}
.enroll-badge svg{
    width: 16px;
    height: 16px;
    color: var(--primary);
}
.hero-content_wrapper .site_content h2 {
  font-size: 30px;
  line-height: 36px;
  color: #15d17f;
  font-weight: 700;
  margin-bottom: 27px;
}

.hero_btns {
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero_btns img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}
.hero_btns img ~ p{
    display: inline-block;
}

.image-stack {
    position: relative;
    width: 100%;
    max-width: 437px;
    height: 500px;
    margin: 0 0 0 auto;
}

.stack_img {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.3s ease;
    width: 100%;
    aspect-ratio: 4 / 4.5;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}
.stack_img:hover{
    transform: rotate(0) !important;
}
.stack_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._first_img {
    max-width: 288px;
    right: 0;
    top: 0;
    transform: rotate(3deg);
    z-index: 0;
}
._second_img {
  max-width: 256px;
  left: 0;
  top: 128px;
  transform: rotate(-3deg);
  z-index: 1;
}
._third_img {
  max-width: 224px;
  left: 218px;
  top: auto;
  bottom: 0;
  transform: rotate(2deg);
  z-index: 1;
}
._cta_info {
    border-top: 1px solid #dae1e74d;
    padding-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
    flex-wrap: wrap;
}
._info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
}
._info-item svg{
    width: 20px;
    height: 20px;
}

._info-item:first-child svg {
  color: #0089fa !important;
  fill: #0089fa;
}
._info-item:nth-child(2) svg {
  color: #15d17f;
}
._info-item:nth-child(3) svg {
  color: #0089fa !important;
}
.banner_form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 672px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  margin: 32px 0 8px;
}
.banner_form h3 {
  font-size: 24px;
  line-height: 32PX;
  font-weight: 600;
  margin-bottom: 12px;
  color: #171717;
}
#GravityForm input#gform_submit_button_1 {
    display: inline-flex;
    width: auto;
}

.about_our_program {
  background-color: #ffffff;
}
.about_our_program ._image {
  padding: 16px;
  background-image: linear-gradient( to bottom right, hsl(207 100% 49% / .1) , hsl(347 93% 63% / .1) , hsl(154 82% 45% / .1));
  border-radius: 24px;
}
._image img,
.about_our_program ._image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  position: relative;
}

.ahava_card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #dae1e7;
  transition: 0.3s ease;
  text-align: center;
}
.ahava_card:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
._icon_box {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._icon_box svg {
  width: 32px;
  height: 32px;
}
._icon_box.blue {
  background: #e8f1ff;
  color: #2d6cdf;
}
._icon_box.green {
  background: #e6f6ef;
  color: #2fbf71;
}
._icon_box.orange {
  background: #fff3e6;
  color: #f5a623;
}
.ahava_card h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #262f40;
  font-weight: 700;
  letter-spacing: 0.18px;
}
.ahava_card p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}

.our_programs {
  background: #f3f5f74d;
}
._card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dae1e7;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
._card:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
._card ._icon{
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
._card ._icon._lg{
  width: 64px;
  height: 64px;
  border-radius: 64px;
}
._card ._icon._lg svg{
  width: 32px;
  height: 32px;
}
.program-card:hover ._card-img img{
    transform: scale(1.05);
}
._card._h4 h4{
  font-size: 18px;
  line-height: 29px;
  color: var(--heading);
  font-weight: 700;
  font-family: var(--Space);
}
._card h3{
  font-size: 20px;
  line-height: 28px;
  color: var(--heading);
  font-weight: 700;
  font-family: var(--Space);
  margin-bottom: 16px;
}
._card p{
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
  margin: 0;
}
._card-img {
  position: relative;
  height: 192px;
  overflow: hidden;
}
._card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.program-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 16px;
    gap: 2px;
}
.program-card .overlay h4 {
  margin: 0;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0.2px;
}
.program-card .overlay span {
  font-size: 14px;
  line-height: 20px;
}
.card-content {
  padding: 24px;
}
.card-content p {
  font-size: 14px;
  color: var(--text);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonials {
  background-image: linear-gradient(to bottom right, hsl(207 100% 49% / .05) , hsl(0 0% 100%) , hsl(154 82% 45% / .05));
}
.testimonials .site_content h2,
.getInTouch .site_content h2 {
  margin-bottom: 16px;
}
.testimonial-slider {
  position: relative;
}
.google-widget {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid #dae1e7;
    border-radius: 12px;
    padding: 16px;
	background: #fff;
}
.testimonial-slide {
    background: #fff;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    border: 1px solid #dae1e7;
}
.quote-icon {
    position: absolute;
    top: -24px;
    left: 32px;
    background: #0089fa;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.quote-icon svg {
  width: 24px;
  height: 24px;
}
._stars {
    margin: 16px 0 24px;
    display: flex;
    gap: 4px;
}
._stars svg {
    fill: #f8496f;
    stroke: #f8496f;
    height: 20px;
    width: 20px;
}
.testimonial_text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--Space);
  color: #262f40;
  margin-bottom: 32px;
}
._author {
  display: flex;
  align-items: center;
  gap: 16px;
}
._author ._icon {
  width: 56px;
  height: 56px;
  background-image: linear-gradient(to bottom right, hsl(207 100% 49% / .2) , hsl(154 82% 45% / .2)) ;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._author ._icon  svg{
  width: 22px;
  height: 22px;
  fill: #a644fd;
  stroke: #a644fd;
}
._author h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
._author span {
  font-size: 14px;
  color: #627484;
  line-height: 20px;
}
._author ._icon._letter{
    width: 40px;
    height: 40px;
    background: #0089fa1a;
    color: #0089fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.our_mission {
    padding: 24px 32px;
    max-width: 672px;
    width: 100%;
    margin: 64px auto 0;
    background-color: #15d17f1a;
    border-radius: 16px;
    text-align: center;
}
.our_mission h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #262f40;
}
.our_mission p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #627484;
  margin: 0;
}

.contact_form {
  padding: 30px;
  border: 1px solid #dae1e7;
  border-radius: 16px;
}

.contact_details ._detail {
  padding: 20px;
  border: 1px solid #dae1e7;
  border-radius: 16px;
}
.contact_details ._detail h4 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.contact_details ._detail p,
.contact_details ._detail a {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin: 0;
  word-break: break-all;
}
.contact_details ._detail a:hover{
  color: var(--primary);
}

.contact_details ._detail  ._icon {
  height: 48px;
  width: 48px;
  border-radius: 12px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_details ._detail ._icon svg {
  height: 24px;
  width: 24px;
}

._icon.b1 {
  background-color: #0089fa1a;
  color: #0089fa;
}
.what_matter ._card ._icon.b3,
._icon.b2 {
  background-color: #15d17f1a;
  color: #15d17f;
}
._icon.b3 {
  background-color: #f8496f33;
  color: #fff;
}
._icon.b4 {
  background-color: #ffc02e1a;
  color: #ffc02e;
}

/* InnerPages */
.shadow{
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.relative{
  position: relative;
}
.pages-banner{
  background-image: linear-gradient(to bottom right, hsl(207 100% 49% / .05) , hsl(0 0% 100%) , hsl(154 82% 45% / .05));
  position: relative;
}
.ul_icon_listing ul{
  padding: 0;
  margin: 24px 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ul_icon_listing ul li{
  position: relative;
  padding-left: 36px;
  color: var(--heading);
}
.ul_icon_listing ul li::before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 2px;
  position: absolute;
  left: 0;
  background-color: #ffc02e1a;
  background-image: url('./images/list.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.vision-card {
  position: relative;
  text-align: center;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(to bottom right, hsl(207 100% 49% / .05) , hsl(0 0% 100%) , hsl(154 82% 45% / .05));
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  overflow: hidden;
  max-width: 896px;
  margin: 0 auto;
}
.vision-shape {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 96px;
    line-height: 96px;
    color: #0089fa1a;
}
.vision-card .site_content span.pre_heading {
  display: inline-block;
  padding: 6px 16px;
  background: #0089fa1a;
  border-radius: 999px;
}
.vision_bottom_icon {
    width: 64px;
    height: 64px;
    margin: 32px auto 0;
    background: #15d17f1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
}
.vision_bottom_icon svg {
  width: 32px;
  height: 32px;
  color: #15d17f;
}
._highlighted {
  border-radius: 16px;
  border: 1px solid #0089fa1a;
  background-image: linear-gradient(to right, hsl(207 100% 49% / .05) , hsl(154 82% 45% / .05));
}
._highlighted.site_content p{
  color: var(--heading);
  font-style: italic;
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dae1e7;
}
.testimonial-card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #262f40;
  font-style: italic;
}

.cta_temp-one {
  position: relative;
  background: url("./images/cta-bg.jpg") no-repeat center center/cover;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.cta_temp-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 137 250 / 90%);
}
.about_program_care ._image img{
  aspect-ratio: 4/3;
}
.what_matter ._card ._icon{
  margin: 0 auto;
}
.what_matter ._card h3 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  color: #0089fa;
  margin: 16px 0 10px;
}
.what_matter ._card ._icon.b2{
  background-color: #f8496f33;
  color: #f8496f87;
}
.advantages ._card ._icon{
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
._card ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._card ul li{
  position: relative;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
}
._card ul li::before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 6px;
  flex: 0 0 6px;
  margin-top: 8px;
}
.beyond_daycare .site_content blockquote {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid #dae1e780;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    margin: 48px 0 0;
}
.experiences ._card{
  box-shadow: none !important;
  border: none;
  background-color: #0089fa1a;
}
.experiences ._card ._icon {
    border-radius: 100px;
}
.experiences ._card p{
  font-size: 16px;
  line-height: 24px;
}
.experiences ._card:nth-child(2),.experiences ._card:nth-child(6){background-color: #f8496f1a;}
.experiences ._card:nth-child(3),.experiences ._card:nth-child(7){background-color: #15d17f1a;}
.experiences ._card:nth-child(4),.experiences ._card:nth-child(8){background-color: #ffc02e1a;}
.experiences ._card:nth-child(5),.experiences ._card:nth-child(9){background-color: #0089fa1a;}

.cta_temp-two{
  background-image: linear-gradient(to bottom right, hsl(207 100% 49% / .1) , hsl(0 0% 100%) , hsl(347 93% 63% / .3));
}
.ready_to_learn_more .site_btn.btn_secondary,
._contacts_btns .site_btn.btn_secondary,
.cta_temp-two .site_btn.btn_secondary{
  border-color: #dae1e7;
  color: var(--heading);
  border-width: 1px;
}
.ready_to_learn_more .site_btn.btn_secondary:hover,
._contacts_btns .site_btn.btn_secondary:hover,
.cta_temp-two .site_btn.btn_secondary:hover{
  color: #fff;
  background-color: #15d17f;
  border-color: #15d17f;
}
.why_with_us ._card{
  background-color: #fff;
}
.why_with_us ._card ._icon svg{
  width: 28px;
  height: 28px;
}
.why_with_us ._card h4{
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
.job_application-form {
  padding: 32px 24px 48px;
  border: 1px solid #dae1e7;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
#GravityForm.application_form {
    max-width: 580px;
    margin: 40px auto 0;
}
#GravityForm .ginput_container_date, 
#GravityForm .ginput_container_date input {
    width: 100%;
}
.team_review .testimonial-card p{
  color: var(--text);
}
.team_review .testimonial-card ._author span{
  color: var(--primary);
}
._col_contact {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dae1e7;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 24px;
}
._contacts{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._contacts ._detail {
    display: flex;
    gap: 16px;
    padding: 0;
    border: none;
    border-radius: 0;
}
._contacts ._detail h4{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: var(--heading);
}
._contacts ._detail p, 
._contacts ._detail a {
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
    margin: 0;
}
._contacts ._detail a{
  color: var(--primary);
}
._contacts ._detail a:hover{
  color: var(--primary);
  text-decoration: underline !important;
}
._contacts ._detail ._icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
._contacts ._detail ._icon svg{
    width: 20px;
    height: 20px;
}
._contacts_btns{
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #dae1e7;
}
._contacts_btns .site_btn{
  width: 100%;
}
.gem_stats{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.gem_stats >div{
  border: 1px solid #dae1e7;
  border-radius: 12px;
  padding: 12px;
  background-color: #fff;
}
.gem_stats span{
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
}
.gem_stats p{
  font-size: 16px;
  line-height: 24px;
  color: var(--heading);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gem_stats svg{
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.gem_stats div:last-child P{
  color: var(--primary);
}
.cta_temp-three{
  padding: 112px 0;
  background-image: linear-gradient(to bottom right, hsl(207 100% 49%) , hsl(207 100% 49% / .9) , hsl(207 100% 49% / .8));
}
.cta_temp-three ._btns .site_btn {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.cta_temp-three ._btns .site_btn:last-child {
    color: #15d17f;
}
.cta_temp-three .site_content span.pre_heading {
    padding: 8px 16px;
    background: #fff3;
    border-radius: 999px;
    border: 1px solid #ffffff4d;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    text-transform: initial;
}
#faqAccordion .accordion-item{
    border: 1px solid #dae1e7;
    border-radius: 12px;
}
#faqAccordion .accordion-item:not(:last-child){
  margin-bottom: 12px;
}
#faqAccordion .accordion-header {
    position: relative;
}
#faqAccordion .accordion-button {
    background: none;
    font-size: 16px;
    line-height: 26px;
    color: var(--heading);
    font-weight: 600;
    border: none;
    box-shadow: none;
    padding: 20px 24px;
}
#faqAccordion .accordion-button:hover{
  color: var(--primary);
}
#faqAccordion ._icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
#faqAccordion ._icon svg{
  width: 20px;
  height: 20px;
  transition: 0.3s all;
}
#faqAccordion .accordion-button:not(.collapsed) ~ ._icon svg {
    transform: rotate(180deg);
    transform-style: preserve-3d;
}
#faqAccordion .accordion-body {
    padding: 0 24px 20px;
}
#faqAccordion .accordion-button::after {
    display: none !important;
}
.ready_to_learn_more{
    background-image: linear-gradient(to bottom right, hsl(207 100% 49% / .05) , hsl(0 0% 100%) , hsl(154 82% 45% / .05));
}
/* PagesEnd */


.blog_categories {
    text-align: center;
    padding: 32px 24px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #dae1e7;
}
.blog_categories button {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100px;
  border: 1px solid #dae1e7;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  color: var(--heading);
}
.blog_categories button:hover{
  background-color: #15d17f;
  border-color: #15d17f;
  color: #fff;
}
.blog_categories button.active {
  background: #0089fa;
  color: #fff;
  border-color: #0089fa;
}

.blog_post {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dae1e7;
  transition: 0.3s;
}
.blog_post:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.blog_post.hide {
  display: none;
}
.blog_post_thumb {
  position: relative;
}
.blog_post_thumb img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/2.25;
    transition: 0.3s all;
}
.blog_post:hover .blog_post_thumb img{
    transform: scale(1.05);
}
.single_post_banner_content .badge,
.blog_post_thumb .badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2e6bff;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: block;
  border-radius: 100px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog_post-content {
  padding: 20px;
}
.blog_post-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.meta_info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}
.blog_post-footer a,
.blog_post-footer .author_name,
.meta_info span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #627484;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.meta_info span svg{
    width: 16px;
    height: 16px;
}
.blog_post-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  transition: 0.3s all;
}
.related_posts.site_content .blog_post:hover h4,
.blog_post:hover .blog_post-content h4 {
  color: #0089fa;
}
.blog_post-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.blog_post-footer a {
  color: #0089fa;
}
.content_page .site_content h2:not(:first-of-type),
.content_page .site_content h3:not(:first-of-type){
    margin: 32px 0 16px;
    line-height: normal;
}
/* singlePage*/
.single_post_banner{
    min-height: 400px;
    height: 50vh;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 32px 0;
}
.single_post_banner::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0; top: 0;
    background-image: linear-gradient(to top, hsl(0 0% 100%) , hsl(0 0% 100% / .5) , transparent);
}
.single_post_banner .container{
    position: relative;
    z-index: 1;
}
.single_post_banner_content .badge {
    position: initial;
    display: inline-flex;
    margin-bottom: 16px;
}
.single_post_banner_content.site_content.h1_medium h1{
    margin-bottom: 20px;
}
.single_post_banner_content .meta_info {
    margin: 0;
}
.single_post_banner_content .meta_info span{
    font-size: 16px;
    line-height: 24px;
}
.single_post_banner_content .meta_info span svg {
    width: 20px;
    height: 20px;
}
.single_post_content{
    max-width: 864px;
    margin: 0 auto;
}
.related_posts.site_content h3{
    margin-bottom: 32px;
}
.related_posts.site_content h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 16px;
    margin: 0;
}
.single_post_content blockquote {
    padding: 20px;
    border-radius: 12px;
    background: #0089fa1a;
	margin: 16px 0;
}
.single_post_content .site_content > blockquote:last-of-type {
    background: #f8496f33;
}
.event_gallery{
	margin-bottom: 24px;
}
.event_gallery .gallery-item {
    border-radius: 12px;
    height: 192px;
}
.event_gallery .gallery-item:nth-child(5n) {
    grid-column: span 2 / span 2;
}
.event_gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s all;
}
.event_gallery .gallery-item img:hover{
	transform: scale(1.05);
}
.holiday_schedule {
    background: #0089fa1a;
    border-radius: 12px;
    margin: 24px 0;
}
.holiday_schedule h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.holiday_schedule ._schedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    margin-top: 16px;
}
.holiday_schedule ._schedule ._date p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #262f40;
}
.holiday_schedule ._schedule ._date span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #627484;
    display: block;
}
.holiday_schedule ._schedule ._status {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 4px 16px;
    border-radius: 100px;
    color: #ef4343;
    font-weight: 600;
    background-color: #ef43431a;
}
.holiday_schedule ._schedule:last-child ._status {
    background-color: #ffc02e1a;
    color: #ffc02e;
}
.cta_buttons._btns .site_btn {
    padding: 8px 12px;
    border-width: 1px;
    line-height: normal;
    min-height: 40px;
}

/* singlePage*/

/* GravityForm */
#GravityForm .gfield_label, #GravityForm label {
    font-size: 14px;
    line-height: 14px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    padding: 0;
}
#GravityForm .gform_validation_errors,
#GravityForm span.gfield_required span.gfield_required_text,
#GravityForm .validation_message  {
    display: none;
}
#GravityForm .gfield_contains_required label::after{
    content: '*';
    color: #fb2c36;
    font-size: 20px;
    line-height: 14px;
    font-weight: 500;
}
#gform_fields_1,
#gform_fields_2,
#gform_fields_3,
#gform_fields_3_3,
#gform_fields_3_2 {
    gap: 16px;
}
#GravityForm .gfield_checkbox{
  margin-top: 10px;
}
#GravityForm select, #GravityForm input:not([type=checkbox]), #GravityForm textarea {
    padding: 8px 16px;
    border-radius: 8px !important;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    outline: 0;
    min-height: 42px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    block-size: 42px;
    box-shadow: 0 1px 2px 0 #0000000d;
}
#GravityForm input[type=checkbox]{
  border-radius: 4px !important;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 2px 0 #0000000d;
}
#GravityForm .gchoice label {
    font-weight: 500;
    margin: 3px 0 0 8px;
    cursor: pointer;
}
#GravityForm textarea {
    height: 110px;
    min-block-size: inherit;
    resize: none;
}
#GravityForm input::placeholder,
#GravityForm textarea::placeholder{
    color: #64748b;
}
#GravityForm input.gform_next_button.button,
#GravityForm input.gform_previous_button.button,
#GravityForm input.gform_button.button {
    background-color: var(--primary);
    color: #fff;
    padding: 8px 32px;
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: 0.3s all cubic-bezier(.4, 0, .2, 1);
    border-radius: 6px !important;
    margin: 12px auto 0;
    min-height: 36px;
    line-height: normal;
    border: none;
    font-family: var(--Space);
}
#GravityForm .gform-page-footer input.gform_button.button,
#GravityForm input.gform_button.button:hover{
    background-color: #0089fae6;
}
#GravityForm .gform-page-footer {
    justify-content: center;
}
#GravityForm .gform-page-footer input.button {
    margin: 20px 0 0;
}
#GravityForm .gfield--type-html h3 {
    font-size: 24px;
    line-height: normal;
    color: var(--heading);
    font-family: var(--Space);
    font-weight: 700;
}
#GravityForm .gfield--type-html {
    font-size: 12px;
    line-height: 16px;
    color: var(--text);
}
#GravityForm .gform_footer.before {
    padding-bottom: 0;
    margin-bottom: 0;
}
#GravityForm .gfield_error input,
#GravityForm .gfield_error textarea {
    border-color: #c02b0a;
}
#GravityForm .gform-page-footer,
#GravityForm .gform_footer {
    padding-bottom: 0;
    margin: 0;
    position: relative;
}
#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
#gform_ajax_spinner_3{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/* GravityForm */
/* Footer */

.site-footer {
  background: #262f40;
  color: #ffffffb3;
  padding: 48px 0;
  font-size: 14px;
  line-height: 20px;
}
._footer-logo img{
  max-height: 80px;
  margin-bottom: 16px;
    width: auto;
    object-fit: contain;
}
._footer-col h4 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 0.18px;
}
.footer_widget ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_widget ul li a,
.footer_widget p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  color: #ffffffb3;
  word-break: break-all;
}
.footer_widget ul li a:hover {
  color: var(--primary);
}
.footer_widget li{
  display: flex;
  justify-content: space-between;
  gap: 10px 15px;
}
.footer_bottom {
  border-top: 1px solid #fff3;
  padding-top: 32px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer_links{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_bottom p,
.footer_links a {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #fff9;
  text-decoration: none;
}
.footer_links a:hover {
  color: var(--primary);
}
/* Footer */
/* inner-pages */
.page-id-165 .what_matter .grid ._card {
    text-align: left !important;
}
.page-id-165 .what_matter .grid ._card h3{
	font-size: 20px;
    line-height: 28px;
    color: var(--heading);
    font-weight: 700;
}
.page-id-165 .what_matter .grid ._card ._icon {
    background-color: #0089fa1a;
    color: #0089fa;
    margin: 0;
}
.page-id-165 .about_health_care {
    background-color: #fff !important;
}
.page-id-165 .experiences ._card {
    background: #fff !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.page-id-165 .experiences ._card ._icon {
    background-color: #15d17f4d;
}
.files ._card .site_btn {
    width: 100%;
    margin-top: 24px !important;
}
.files ._card p{
	font-size: 16px;
	line-height: 24px;
}
.social_link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 10px;
    gap: 12px;
}
.social_link ul li a {
    display: block;
}
.social_link ul li svg {
    width: 32px;
    height: 32px;
    fill: #0089fa;
}

/* Media Queries */

@media( min-width: 576px ){
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media( min-width: 768px ){
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media( min-width: 992px ){
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
    .for_mobile{
        display: none !important;
    }
    .job_application-form {
        grid-column: span 2 / span 2;
    }
    ._action_menu._mobile{
        display: none !important;
    }
}
@media( min-width: 1024px ){
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media( min-width: 1400px ){
    .container{
        max-width: 1392px !important;
    }
}

@media (max-width: 1399px) {
    .site_content h1, .site_content.h2_large h2 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    .site_content.h1_medium h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0.96px;
        margin-bottom: 20px;
    }
    .site_content h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.54px;
        margin-bottom: 20px;
    }
    .site_content p {
        margin-bottom: 12px;
    }
    .hero-content_wrapper .site_content h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .image-stack {
        max-width: 470px;
        height: 500px;
    }
    .py_96 {
        padding: 86px 0;
    }
    .py_80 {
        padding: 70px 0;
    }
    .gap_48 {
        gap: 40px;
    }
    .hero-content_wrapper {
        grid-template-columns: 1.55fr 1fr;
        gap: 30px;
    }
    .banner_form {
        padding: 30px;
        border-radius: 16px;
        max-width: 632px;
    }
}

@media(max-width:1199px) {
    .site_content h1, .site_content.h2_large h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0.5px;
    }
    .py_80 {
        padding: 60px 0;
    }
    
    .py_96{
      padding: 80px 0;
    }
    .gap_48 {
        gap: 32px;
    }
    .mb_48 {
        margin-bottom: 40px;
    }
	.beyond_daycare .site_content blockquote{
		margin-top: 40px;
	}
    .banner_form {
        padding: 24px;
        margin: 24px 0 8px;
    }
    ._card, ._highlighted, .testimonial-card, .beyond_daycare .site_content blockquote,
    ._image img, .about_our_program ._image img,
    .banner_form, .blog_post, ._col_contact{
         border-radius: 12px;
    }
    .vision-card,
    .about_our_program ._image {
        border-radius: 16px;
    }
    .image-stack {
        max-width: 355px;
        height: 440px;
    }
    .stack_img {
        border-radius: 12px;
    }
    ._first_img {
        max-width: 265px;
    }
    ._second_img {
        max-width: 230px;
        top: 100px;
    }
    ._third_img {
        max-width: 200px;
        right: -10px;
        left: auto;
    }
    .site_btn.btn_bold {
        font-size: 16px;
        line-height: 26px;
    }
    .hero_btns img {
        width: 95px;
        height: 95px;
    }
    .site_content span.pre_heading {
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }
    .testimonial_text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .testimonial-slide {
        padding: 30px;
        border-radius: 20px;
        max-width: 700px;
    }
    .our_mission {
        padding: 24px;
        max-width: 600px;
        margin: 42px auto 0;
    }
    .contact_form {
        padding: 20px;
        border-radius: 12px;
    }
    .contact_details ._detail {
        padding: 16px;
        border-radius: 12px;
    }
    .ahava_card {
        padding: 20px;
        border-radius: 12px;
    }
}

@media ( max-width:1199px) {
    #sideMenuClose, #menuToggle {
        display: flex;
        padding: 9px;
        border-radius: 8px;
        min-height: auto;
    }
    #menuToggle svg{
        transform: none;
    }
    #sideMenuClose {
        margin: 0;
        border: none;
        background: transparent;
        border-radius: 6px;
        position: fixed;
        top: 8px;
        right: 10px;
        padding: 10px;
    }
    #sideMenuClose svg {
        width: 20px;
        height: 20px;
        fill: var(--primary);
        stroke: var(--primary);
    }
    #navbar {
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        width: 280px;
        background: #fff;
        transition: 0.5s all;
        padding: 50px 16px 20px;
        z-index: 999999;
        overflow: auto;
    }
    #navbar:not(.open){
        transform: translateX(100%);
    }
    #navbar::before {
        content: '';
        display: block;
        height: 6px;
        width: 100%;
        background: transparent;
        position: absolute;
        top: -7px;
        left: 0;
    }
    #navbar ul#primary-menu {
        flex-direction: column;
        gap: 2px;
    }
	.mobilesubmenu {
		display: block !important;
		width: 34px;
		height: 34px;
		color: #000;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 4px;
		background-image: url(./images/arrow.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
        cursor: pointer;
	}
	ul#primary-menu li.menu-item-has-children.open .mobilesubmenu {
		transform: rotate(180deg);
	}
    ul#primary-menu li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    ul#primary-menu ul.sub-menu {
        height: inherit;
        width: inherit;
        overflow: inherit;
        clip: inherit;
        padding: 10px 0 0;
        border: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
		position: inherit;
        box-shadow: none;
    }
    ul#primary-menu > li > ul.sub-menu {
		display: none;
		transition: none;
	}
    .menu_layer {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
        width: 100%;
        z-index: 99;
    }
    ul#primary-menu li.menu-item-has-children > a {
        justify-content: space-between;
    }
    ul#primary-menu > li.menu-item-has-children > a::after {
        width: 16px;
        height: 16px;
		display:none;
    }
    ul#primary-menu li.menu-item-has-children {
        order: 1;
    }
    ._action_menu._mobile {
        flex-direction: column;
        margin-top: 16px;
        display: flex;
        gap: 16px;
        border-top: 1px solid #dae1e7;
        padding-top: 16px;
    }
	._action_menu._mobile ._phone svg {
		width: 20px;
		height: 20px;
		vertical-align: sub;
		margin-right: 8px;
	}
    .menu_schedule_btn.site_btn {
        width: 100%;
    }
    ul#primary-menu ul.sub-menu li:not(:last-child){
        margin: 0;
    }
    
}


@media( max-width: 991px ){
	.hero-content_wrapper{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .image-stack{
        display: none;
    }
    .hero-content_wrapper .site_content h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    /* sitewide */
    .br-20{
        border-radius: 12px;
    }
    .mb_48 {
        margin-bottom: 32px;
    }
    .gap-8 {
        gap: 24px;
    }
    .site_content.text_lg p {
        font-size: 18px;
        line-height: 28px;
    }
    .site_content.text_md p {
        font-size: 16px;
        line-height: 24px;
    }
	._action_menu._desktop a{
        display: none;
    }
    /* global */
    .gap-40 {
        gap: 20px;
    }
    .py_96{
      padding: 64px 0;
    }
    .py_80 {
        padding: 50px 0;
    }
    .py_64 {
        padding: 45px 0;
    }
    .site_content h1, .site_content.h2_large h2, .site_content.h1_medium h1 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 14px;
        letter-spacing: 0.5px;
    }
    .site_content h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.54px;
        margin-bottom: 12px;
    }
    .site_content h3 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.24px;
        margin-bottom: 12px;
    }
    .site_content.h3_small h3, .site_content h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .site_content.h2_xsmall h2, .site_content h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .site_content li, .site_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .site_content.text_sm p, .site_content.text_sm li {
        font-size: 14px;
        line-height: 22px;
    }
    .site_content p {
        margin-bottom: 10px;
    }
    .gap-8 {
        gap: 20px;
    }
    .mb_48 {
        margin-bottom: 30px;
    }
    .mb_32 {
        margin-bottom: 24px;
    }
    .mt_32 {
        margin-top: 24px;
    }
    .gap-12{
        gap: 24px;
    }
    .gap-6 {
        gap: 20px;
    }
    .p_32 {
        padding: 20px !important;
    }
    .p_24{
        padding: 20px !important;
    }
    .mb_24 {
        margin-bottom: 16px;
    }
    ._card ._icon{
        margin-bottom: 14px;
    }
    .why_with_us ._card h4{
        line-height: 24px;
    }
	.beyond_daycare .site_content blockquote{
		padding: 20px;
	}
    /* single */
    .single_post_thumb,
    .post_content_wrapper.site_content{
        margin-top: 24px;
    }
    .post_content_wrapper.site_content h2{
        font-size: 28px;
        line-height: 34px;
        margin: 20px 0 10px;
    }
    .post_content_wrapper.site_content h3{
        font-size: 24px;
        line-height: 30px;
         margin: 20px 0 10px;
    }
    .post_content_wrapper.site_content h4{
        font-size: 20px;
        line-height: 26px;
         margin: 20px 0 8px;
    }
     .post_content_wrapper.site_content h5{
        font-size: 18px;
        line-height: 26px;
         margin: 20px 0 8px;
    }
    .vision-card{
        padding: 32px;
    }
    .job_application-form {
        padding: 24px 16px 32px;
        border-radius: 12px;
    }
    #GravityForm.application_form {
        margin: 24px auto 0;
    }
    #GravityForm .gfield--type-html h3 {
        font-size: 20px;
    }
    .related_posts.site_content h3 {
        margin-bottom: 20px;
    }
    .what_matter ._card h3 {
        font-size: 28px;
        line-height: 36px;
        margin: 12px 0 8px;
    }
    ._card ._icon._lg {
        width: 56px;
        height: 56px;
    }
    ._card ._icon._lg svg {
        width: 24px;
        height: 24px;
    }
    ._image.relative {
        order: -1;
    }
	.beyond_daycare .site_content blockquote{
		margin-top: 30px;
	}
}
@media(max-width:767px){
	.gap_48 {
        gap: 24px;
    }
    .enroll-badge {
        margin-bottom: 16px;
    }
    .banner_form {
        padding: 16px;
        margin: 20px 0;
    }
    .hero_btns {
        flex-wrap: wrap;
        justify-content: center;
    }
    ._cta_info {
        padding-top: 24px;
        gap: 20px;
        margin-top: 24px;
    }
    .about_our_program ._image {
        border-radius: 12px;
        padding: 12px;
    }
    .site_btn{
        margin-top: 20px;
    }
    .vision_bottom_icon {
        margin: 16px auto 10px;
    }
    .vision-card{
        border-radius: 12px;
    }
    .testimonial_text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .testimonial-slide {
        padding: 20px;
        border-radius: 12px;
    }
    ._author ._icon {
        width: 48px;
        height: 48px;
    }
    .testimonial-slider {
        margin-top: 35px;
    }
    ._stars {
        margin: 20px 0 16px;
        display: flex;
        gap: 4px;
    }
    .quote-icon {
        top: -20px;
        left: 20px;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        font-size: 24px;
    }
    .site-footer {
        padding: 30px 0;
    }
    .footer_widget ul{
        gap: 4px;
    }
    ._footer-col h4 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .footer_bottom {
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
        justify-content: center;
    }
    .footer_links{
        gap: 16px;
    }
    .vision-card {
        padding: 20px;
    }
    ._card._h4 h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .single_post_banner {
        min-height: 375px;
        height: 40vh;
    }
    #faqAccordion .accordion-button {
        font-size: 15px;
        line-height: 24px;
        padding: 14px 36px  14px 16px;
    }
    #faqAccordion ._icon {
        right: 16px;
    }
    #faqAccordion .accordion-body {
        padding: 0 16px 14px;
    }
    ._card h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
	.page-id-165 .what_matter .grid ._card h3{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
	}
	.site_btn._radius {
		border-radius: 10px;
	}
	.files ._card .site_btn {
		width: 100%;
		margin-top: 16px !important;
	}
	.content_page .site_content h2:not(:first-of-type),
	.content_page .site_content h3:not(:first-of-type){
		margin: 20px 0 12px;
		line-height: normal;
	}
}

@media( max-width: 575px ){
	.container{
        max-width: 100% !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media(max-width: 480px){
	
}
@media(max-width: 420px){
    .py_96 {
        padding: 50px 0;
    }
	.mb_48 {
		margin-bottom: 24px;
	}
	.beyond_daycare .site_content blockquote{
		margin-top: 24px;
	}
    .site_content h1, .site_content.h2_large h2, .site_content.h1_medium h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 14px;
        letter-spacing: 0.5px;
    }
    ._btns, ._btns a {
        width: 100%;
        gap: 12px;
    }
}
@media(max-width: 360px){
}
