/**
*	Theme Name: Kendallaba
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/


:root{
    --Poppins: "Poppins", sans-serif;
    --Nunito: "Nunito", sans-serif;
    --Open-Sans: "Open Sans", sans-serif;
    --Quicksand: "Quicksand", sans-serif;
    --Navy: #003366;
    --Primary: #00a838;
    --blue: #66b2ff;
}

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

p {
    margin: 0 0 20px;
}

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;
    gap: 40px;
    list-style-type: none;
}
ul#primary-menu li{
    position: relative;
}
ul#primary-menu li a {
    color: var(--Navy);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
ul#primary-menu li.menu-item-has-children >a{
    padding-right: 20px;
    position: relative;
}
ul#primary-menu li.menu-item-has-children >a::after {
    content: '';
    background: url('./images/angle-dowm.svg') no-repeat center;
    background-size: 16px;
    margin-left: 4px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .15s all;
}
ul#primary-menu li.menu-item-has-children >a:hover::after{
    filter: brightness(0) saturate(100%) invert(78%) sepia(45%) saturate(5256%) hue-rotate(186deg) brightness(104%) contrast(101%);
}
ul#primary-menu >li.current-menu-parent > a::after{
   filter: brightness(0) saturate(100%) invert(51%) sepia(88%) saturate(5074%) hue-rotate(124deg) brightness(98%) contrast(104%);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
ul#primary-menu >li > a:hover{
    color: var(--blue);
    transform: scale(1.05);
}
ul#primary-menu >li.current-menu-parent > a,
ul#primary-menu >li.current-menu-item > a{
    color: var(--Primary);
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #000;
}

.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 li a {
    color: var(--secondary);
    padding: 15px;
    text-align: left;
}

ul#primary-menu ul.sub-menu {
    list-style-type: none;
    padding: 4px;
    margin: 0;
    border: 1px solid rgb(226 232 240);
    border-radius: 10px;
}
ul#primary-menu ul.sub-menu li a{
    font-family: var(--Open-Sans);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0f172a;
    padding: 6px 8px;
    border-radius: 8px;
    white-space: nowrap;
}
ul#primary-menu ul.sub-menu li a:hover {
    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;
}

/*  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;
}

/* 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 */
.container-large {
    max-width: 1400px !important;
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1400px !important;
    padding: 0 16px;
}
div#wrapper {
    max-width: 1440px;
    max-width: 1920px;
    margin: 0 auto;
}

.site_content h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 24px;
    color: #111827;
    font-family: var(--Nunito);
}
.site_content h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 18px;
    color: #111827;
    font-family: var(--Nunito);
}
.site_content.h1_medium h1,
.site_content.h2_medium h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 18px;
    color: #132639;
    font-family: var(--Nunito);
}
.site_content.h2_small h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 18px;
    color: #111827;
    font-family: var(--Nunito);
}
.site_content h3 {
    color: #132639;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
    font-family: var(--Nunito);
}
.site_content h4{
    color: #132639;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--Nunito);
    margin-bottom: 12px;
}
.h_navy h2,
.h_navy h3,
.h_navy h4,
.h_navy h5{
    color: #003366 !important;
}
.site_content li, 
.site_content p {
    color: #374151;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--Open-Sans);
}
.site_content li b, 
.site_content p b,
.site_content li strong, 
.site_content p strong{
    font-weight: 600;
    color: inherit;
}
.site_content.text_sm p,
.site_content.text_sm li{
    font-size: 16px;
    line-height: 24px;
}
.site_content.text_xl p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--Nunito);
}
.site_content.text_lg p{
    font-size: 20px;
    line-height: 28px;
}
.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: 24px;
}
.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 {
    border: none;
    text-align: center;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    text-decoration: none !important;
}
.site_btn svg {
    width: 18px;
    height: 18px;
}
.btn_primary{
    background: var(--Primary);
    color: #fff;
    fill: #fff;
}
.btn_primary:hover{
    background: #00a838e6;
    color: #fff;
    fill: #fff;
}
.site_btn.btn_bold {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.btn_blue{
    background: var(--blue);
    color: #fff;
    fill: #fff;
}
.btn_blue:hover{
    background: #66b2ffe6;
    color: #fff;
    fill: #fff;
}
/* header */
.site-header {
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    transition: 0.3s all cubic-bezier(.4,0,.2,1);
    padding: 16px 0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
/* .site-header.header-fixed {
    padding: 16px 0;
} */
.header_row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-logo img {
    width: auto;
    max-width: 94px;
}
._action_menu{
    display: flex;
    align-items: center;
    gap: 16px;
}

/* banner */
.site_banner {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.site_banner::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%; height: 100%;
    background-image: linear-gradient(to right, #fff 25% , #ffffffd9 55% , transparent);
}
.site_banner .container{
    position: relative;
}
.max-w-2xl{
    max-width: 668px;
}
.banner_content.site_content h2 {
    margin-bottom: 32px;
}
.banner_form{
    backdrop-filter: blur(4px);
    padding: 24px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-color: #fffffff2;
    border-radius: 12px;
    width: 100%;
    max-width: 448px;
    margin: 0 0 0 auto;
}
.banner_form .site_content{
    margin-bottom: 32px;
}
.banner_form .site_content h3 {
    margin-bottom: 8px;
}
.insurance_plans {
    padding: 48px 0;
}
.insurance_logos ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 48px;
    padding: 0;
    margin: 32px 0 0;
}
.insurance_logos ul li{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insurance_logos ul li img {
    height: 64px;
    width: auto;
    max-width: 112px;
    object-fit: contain;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    
}
.insurance_logos ul li:not(:hover) img{
    opacity: .7;
}
.our_mission {
    background-color: #ebfaf0;
    padding: 64px 0;
}
.mission_images {
    display: grid;
    grid-template-columns: repeat(2 , minmax( 0 , 1fr));
    gap: 16px;
}
.animate-fade-in{
    animation: fade-in .5s ease-out;
}
@keyframes fade-in{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mission_images img {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    transition: 0.3s all;
}
.mission_images div:first-child img {
    object-fit: contain;
    background-color: #e2e2e2;
}
.mission_images img:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    transform: translateY(-.25rem);
}
.our_vision_wrapper{
    gap: 48px;
    align-items: center;
}
.our_vision_wrapper .site_content h2{
    margin-bottom: 24px
}
.our_vision_wrapper .site_content ul{
    list-style-type: none;
    padding: 0;
    margin: 32px 0 0;
    text-align: left;
}
.our_vision_wrapper .site_content ul li:not(:last-child){
    margin-bottom: 16px;
}
.our_vision_wrapper .site_content ul li{
    color: #0a5740;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--Poppins);
    position: relative;
    padding-left: 20px;
}
.our_vision_wrapper .site_content ul li span,
.our_vision_wrapper .site_content ul li strong{
    font-weight: 600;
    color: #132639;
}
.get_started_card ._content ul li::before,
.our_vision_wrapper .site_content ul li::before{
    content: '';
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 8px;
    background-color: #66b2ff;
    position: absolute;
    left: 0;
    top: 8px;
}
.services {
    padding: 64px 0;
    position: relative;
}
.services_wrapper{
    max-width: 1152px;
    margin: 32px auto 0 ;
    display: grid;
    grid-template-columns: repeat(3 , minmax( 0 , 1fr));
    gap: 32px;
}
.services_wrapper .srv_card .waitlist {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    background-color: #00a838;
    color: #fff;
    padding: 4px 12px;
    border-radius: 10px;
    font-family: var(--Open-Sans);
    position: absolute;
    top: 12px;
    right: 12px;
}
.services_wrapper .srv_card{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 16px;
    transition-duration: .3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.services_wrapper .srv_card:hover{
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.services_wrapper .srv_card ._thumb img{
    height: 192px;
    object-fit: cover;
    object-position: center;
}
.services_wrapper .srv_card ._content{
    padding: 24px 24px 80px;
}
.services_wrapper .srv_card ._content ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.services_wrapper .srv_card ._content ul li:not(:last-child){
    margin-bottom: 4px;
}
.site_btn.read_more_btn {
    width: calc(100% - 48px);
    color: #0a5740;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 9px 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 24px;
}
.site_btn.read_more_btn:hover{
    background-color: #0a5740;
    border-color: #0a5740;
    color: #fff;
}
.layer svg{
    height: 70px;
}
.kendall_families {
    background: #fffbe5;
    padding: 64px 0;
    position: relative;
}
.max-w-4xl{
    max-width: 896px;
    margin: 0 auto;
}
.kendall_families_content h3 {
    background: #fffc;
    padding: 32px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    font-size: 30px;
    line-height: 36px;
    display: block;
    font-style: italic;
    color: #0a5740;
    font-family: var(--Quicksand);
    font-weight: 600;
    margin: 32px 0;
}
.families_gallery_wrapper{
    overflow: hidden;
}
.families_gallery_wrapper img{
    object-fit: cover;
    aspect-ratio: 4 / 4;
    object-position: top;
    width: 100%;
    transition: 0.3s all cubic-bezier(.4,0,.2,1);
}
.families_gallery_wrapper .slick-slide{
    overflow: hidden;
}
.families_gallery_wrapper img:hover{
    transform: scale(1.05);
}
.get_started{
    padding: 80px 0;
    position: relative;
    background-image: linear-gradient(to bottom right, hsl(270 60% 95%) , hsl(140 60% 95%), hsl(140 60% 95% / 0));
}
.get_started_card {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    padding: 32px;
    border-radius: 24px;
    transition-duration: .5s;
    background-color: #fff;
    position: relative;
}
.get_started_card:not(:last-of-type)::after {
    content: '→';
    display: block;
    color: #00a83899;
    font-size: 36px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
}
.get_started_card:nth-last-child(2)::after{
    display: none;
}
.get_started_card:hover{
    transform: translateY(-0.75rem);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.get_started_card ._content ul{
    padding: 0;
    margin: 16px 0 0;
    list-style-type: none;
}
.get_started_card ._content p{
    line-height: 1.63;
}
.get_started_card ._content ul li {
    font-size: 14px;
    line-height: 23px;
    color: #3d4d5c;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.get_started_card ._content ul li:not(:last-child){
    margin-bottom: 12px;
}
.get_started_card ._content ul li::before {
    background-color: #00a838;
}
.get_started_count{
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin:0 auto 24px;
    color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-image: linear-gradient(to bottom right, #60a5fa , #2563eb);
    display: grid;
    place-content: center;
    font-family: var(--Poppins);
}
.get_started_card:hover .get_started_count{
    transform: scale(1.1); 
}
.get_started_card .card_btn:hover{
    transform: scale(1.05); 
}
.get_started_card .card_btn {
    transition: 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: #fff;
    padding: 12px 24px;
    background-image: linear-gradient(to right, hsl(140 100% 33%) , hsl(210 100% 70%));
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--Poppins);
    border-radius: 100px;
    display: inline-block;
}
.get_started_card .site_content h3 {
    display: block;
    margin-bottom: 16px;
}
.get_started_cta .get_started_count {
    background-image: linear-gradient(to bottom right, hsl(140 100% 33%) , hsl(210 100% 70%));
}
.get_started_card.get_started_cta .card_btn {
    margin-top: 24px;
    background-image: linear-gradient(to right, hsl(140 100% 33%) , hsl(210 100% 70%), hsl(180 100% 25%));
}
.get_started_card.get_started_cta {
    background-image: linear-gradient(to bottom right, hsl(140 100% 33% / .05), hsl(210 100% 70% / .05), hsl(180 100% 25% / .05));
}
.services_wrapper.get_started_grid {
    margin-top: 64px;
}
.google_reviews{
    padding: 48px 0;
    background-image: linear-gradient(to right, hsl(210 100% 85%) , hsl(140 75% 83%) , hsl(210 100% 85%));
}
.site_content.google_reviews_content h2{
    font-weight: 700;
    margin-bottom: 8px;
}
.site_content.google_reviews_content p{
    font-weight: 500;
    color: #66b3ff;
}
.google_logo {
    display: inline-flex;
    background: #fff;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    gap: 8px;
    backdrop-filter: blur(4px);
    margin: 0 auto 16px;
}
.google_logo svg{
    width: 24px;
    height: 24px;
}
._meta_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.revie_from,
.review_rating {
    display: flex;
    gap: 4px;
    align-items: center;
}
.review_rating svg{
    width: 16px;
    height: 16px;
    color: #facc15;
    fill: #facc15;
}
.revie_from span,
._meta_info .post_date {
    color: #6b7280;
    font-size: 12px;
    line-height: 16px;
}
.review_card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}
.review_wrapper {
    max-width: 1024px;
    margin: 32px auto;
}
#review_slider .slick-list.draggable {
    margin: 0 -8px;
}
#review_slider .slick-slide {
    padding: 0 8px;
    height: auto;
}
.review_card ._content{
    margin: 12px 0 16px;
}
.review_card ._content p {
    color: #3d4d5c;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--Open-Sans);
}
.reviewer_detail{
    display: flex;
    gap: 12px;
    align-items: center;
}
.reviewer_detail .user_inital {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-content: center;
    color: #fff;
    background-image: linear-gradient(to bottom right, hsl(140 100% 33%) , hsl(210 100% 70%));
    border-radius: 1000px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.revie_from svg{
    width: 12px;
    height: 12px;
}
.reviewer_detail h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #132639;
    margin: 0;
    text-transform: capitalize;
}
#review_slider button.slick-arrow::before{
    display: none;
}
#review_slider button.slick-arrow{
    width: 32px;
    height: 32px;
    backdrop-filter: blur(4px);
    border: 1px solid #00a83833;
    background-color: #fffc;
    background-image: url('./images/prev-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 100px;
    opacity: 1;
    left: -48px;
}
#review_slider button.slick-arrow.slick-next{
    background-image: url('./images/next-arrow.svg');
    left: auto;
    right: -48px;
}
#review_slider button.slick-arrow:hover{
    background-color: #00a838;
}
#review_slider .slick-list .slick-track {
    display: flex;
}
.max-w-3xl{
    max-width: 768px;
    margin: 0 auto;
}
.contact_kendall{
    padding: 64px 0;
	position:relative;
    background-image: linear-gradient(to bottom right, #fef08a, #fed7aa, #99f6e4);
}
.contact_wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 48px;
    max-width: 1152px;
    margin: 48px auto 0;
}
.get_in_touch,
.contact_form {
    backdrop-filter: blur(4px);
    padding: 32px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-color: #ffffffe6;
    border-radius: 16px;
    width: 100%;
}
.contact_form .site_content h3{
    margin-bottom: 24px;
}
#GravityForm .gfield_label,
#GravityForm label {
    font-size: 14px;
    line-height: 20px;
    color: #0a5740;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
}
#GravityForm .gform_confirmation_message {
    text-align: center;
}
#GravityForm .gform_validation_errors,
#GravityForm span.gfield_required span.gfield_required_text,
#GravityForm .validation_message  {
    display: none;
}
#GravityForm span.gfield_required::after{
    content: '*';
}
#gform_fields_1 {
    gap: 24px;
}
#GravityForm input,
#GravityForm textarea {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    outline: 0;
    min-height: 40px;
    font-size: 14px;
    color: #0a5740;
}
#GravityForm textarea{
    min-height: 98px;
    resize: none;
}
#GravityForm input::placeholder,
#GravityForm textarea::placeholder{
    color: #64748b;
}
#GravityForm input.gform_button.button {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 24px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: none;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    transition: 0.3s all cubic-bezier(.4,0,.2,1);
    border-radius: 10px;
    margin: 0;
}
#GravityForm input.gform_button.button:hover{
    background-color: #0066cc;
    /* transform: scale(1.05); */
}
#GravityForm .gform_footer.before {
    padding-bottom: 0;
    margin-bottom: 0;
}
#GravityForm .gfield_error input {
    border-color: #c02b0a;
}
#GravityForm .gform_footer {
    padding-bottom: 0;
    margin: 0;
}
#gform_ajax_spinner_1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.contact_info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
}
.contact_info:not(:last-child){
    margin-bottom: 16px;
}
.contact_info h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: #132639;
}
.contact_info p,
.contact_info a {
    color: #3d4c5c;
    margin: 0;
}
.contact_icon {
    width: 48px;
    height: 48px;
    background-color: #1c82641a;
    display: grid;
    place-content: center;
    border-radius: 50px;
}
.contact_info:hover .contact_icon{
    background-color: #1c826433;
}
.contact_icon svg {
    color: #1c8264;
    stroke: #1c8264;
    width: 24px;
    height: 24px;
}
.get_in_touch .insta_btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 99px;
    background-image: linear-gradient(to right, #ec4899 , #9333ea);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    transition: 0.3s all cubic-bezier(.4,0,.2,1);
}
.get_in_touch .insta_btn:hover{
    transform: scale(1.05);
    background-image: linear-gradient(to right, #db2777 , #7e22ce);
}
.token_view_map input#token_input {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
    min-height: 40px;
    margin-top: 16px;
    width: 100%;
    background: #fff;
    font-size: 14px;
}
.token_view_map p {
    font-size: 14px;
    color: #3d4c5c;
}
.token_view_map h5 {
    color: #132639;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--Nunito);
    margin-bottom: 16px;
}
.get_in_touch:not(:last-child) {
    margin-bottom: 32px;
}

footer.site-footer {
    background-color: #66b2ff;
    padding: 48px 0;
}
.footer_row_wrap{
    display: grid;
    grid-template-columns: repeat(3 , minmax( 0 , 1fr ));
    gap: 32px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
}
.footer_menu h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: var(--Nunito);
    color: #fff;
    text-align: center;
}
.footer_menu ul li a, .footer_menu ul li p{
    font-size: 16px;
    line-height: 24px;
    color: #ffffffe6;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.footer_menu ul li:not(:last-child){
    margin-bottom: 8px;
}
.contact_us_footer ul li svg {
    width: 20px;
    height: 20px;
    color: #fff;
    stroke: #fff;
}
.contact_us_footer.footer_menu ul li:not(:last-child){
    margin-bottom: 24px;
}
.footer-logo img {
    max-width: 153px;
    margin-bottom: 16px;
}
.copyright_text {
    padding-top: 32px;
    margin-top: 48px;
    border-top: 1px solid #fff3;
    text-align: center;
    color: #fff;
}
/* internal_pages */
.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg_img .container{
    position: relative;
}
.inset-0{
    position: absolute;
        top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.internal_banner{
    
    padding: 80px 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom right, hsl(210 100% 70%) , hsl(140 75% 83%));
}
.about_banner{
    min-height: 400px;
}
.border_heading h1{
    margin-bottom: 24px;
}
.border_heading h1::after{
    content: '';
    display: block;
    margin: 24px auto 0;
    height: 4px;
    width: 96px;
    background-color: #fffc;
    border-radius: 4px;
}
.about_cta{
    padding: 80px 0;
    position: relative;
    background-image: linear-gradient(to bottom right, #fef08a , #fed7aa, #99f6e4);
}
.about_cta .site_btn svg{
    stroke: #fff;
}
.max-w-6xl{
    max-width: 1152px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gap_48{
    gap: 48px;
}
.gap_32{
    gap: 32px;
}
.grid-cols-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}
.py_80{
    padding: 80px 0;
}
.py_64{
    padding: 64px 0;
}
.py_48{
    padding: 48px 0;
}
._img img{
    width: 100%;
    border-radius: 12px;
}
.who_we_are ._img img{
    object-fit: cover;
}
.site_content.poppins,
.site_content.poppins p,
.site_content.poppins li{
    font-family: var(--Poppins);
}
.about_content_boxs .grid-cols-2{
    align-items: normal;
}
.about_content_boxs ._left_box,
.about_content_boxs ._right_box{
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid #e2e8f0;
}
.about_content_boxs ._left_box{
    background-image: linear-gradient(to bottom right, hsl(140 60% 95%) , #fff);
}
.about_content_boxs ._right_box{
    background-image: linear-gradient(to bottom right, hsl(50 100% 95%) , #fff);
}
.what_we_do .site_content h2,
.who_we_are .site_content h2{
        color: #132639;
}
.what_we_do .site_content h2{
    margin: 0;
}
.wwa_pts {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    justify-content: center;
}
.wwa_pts div{
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #00a838;
    font-family: var(--Poppins);
}
.wwa_pts div svg{
    width: 20px;
    height: 20px;
    stroke: #00a838;
}
.shadow-lg{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);;
}
.grid-cols-3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
.what_we_do{
    background-color: #ebfaf0;
}
.wwd_card{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 12px;
    background-color: #fff;
    backdrop-filter: blur(4px);
    padding: 32px;
    transition: 0.3s all;
}
.what_we_do .wwd_card:first-child .icon{
    background-color: #66b2ff1a;
}
.what_we_do  .wwd_card:first-child .icon svg{
    stroke: #66b2ff;
}
.wwd_card:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    transform: translateY(-.25rem);
}
.wwd_card .icon{
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: grid;
    background-color: #00a83833;
    place-content: center;
    margin: 0 auto 16px;
}
.wwd_card .icon svg{
    width: 32px;
    height: 32px;
    stroke: #00a838;
}
.wwd_card.site_content h3{
    font-size: 20px;
    line-height: 28px;
}
.wwd_btn{
    display: inline-flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-image: linear-gradient(to right, hsl(20 100% 65%) , hsl(174 60% 55%));
    padding: 16px 32px;
    border-radius: 90px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--Poppins);
    color: #fff;
    margin: 0 auto;
}
.wwd_btn svg{
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.wwd_btn div{
    display: flex;
    gap: 8px;
    align-items: center;
}
.wwd_btn div.left_icon svg{
    width: 24px;
    height: 24px;
}
.max-w-6xl{
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}
.comprehensive_services .wwd_card:hover .icon{
    transform: scale(1.1);
}
.comprehensive_services .wwd_card:hover h3{
    color: #00a838;
}
.site_btn._zoom:hover{
    transform: scale(1.05);
}
.site_btn._translate:hover{
    transform: translateY(-.25rem);
}
.child_quote{
    background-image: url('./images/quote.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.child_quote::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, hsl(140 75% 83% / .8) , hsl(50 100% 95% / .8));
}
.child_quote .container{
    position: relative;
}
.child_quote .site_content h2{
    margin: 0;
}
.site_content.h2_large h2{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
}
.child_quote .site_content h2::after{
    content: '';
    display: block;
    width: 96px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
    margin: 24px auto 0;
}
.sec_layers{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.sec_layers ~ .container{
    position: relative;
}
.sec_layers >div{
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 0;
    background-color: #ffffff4d;
    border-radius: 99999px;
}
.ready_to_begin {
    padding: 80px 0;
    background-image: linear-gradient(to bottom right, hsl(180 100% 25%) , hsl(210 100% 40%));
    position: relative;
}
.begin_label{
    padding: 8px 16px;
    border-radius: 100px;
    margin: 0 auto 48px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-weight: 500;
}
.begin_label svg{
    stroke: #fff;
    width: 20px;
    height: 20px;
}
a.site_btn.get_started_today {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    background-color: #66b2ff;
    padding: 8px 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 10px;
    gap: 16px;
}
a.site_btn.get_started_today:hover{
    background-color: #66b2ffe6;
}
.ready_to_begin .site_content p {
    max-width: 630px;
    margin: 0 auto;
    padding: 0 0 8px;
}

.services_cards{
    gap: 32px;
    display: grid;
    grid-template-columns: repeat( 2 , minmax( 0 ,  1fr) );
}
.services_cards .service_card{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-image: linear-gradient(to bottom right, hsl(0 0% 100%) , hsl(210 100% 70% / .05));
    border: 1px solid #0066cc33;
    border-radius: 12px;
    transition-duration: .3s;
    overflow: hidden;
    position: relative;
    padding: 24px;
    font-family: var(--Poppins);
}
.services_cards .service_card:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.service_card ._icon {
    background-color: #00a8381a;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: grid;
    place-content: center;
    stroke: #000;
    margin: 0 auto 16px;
}
.service_card:hover ._icon {
    background-color: #00a83833;
}
.service_card ._icon svg{
    width: 32px;
    height: 32px;
    stroke: #00a838;
}
.service_card .site_content h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #132639;
    margin-bottom: 8px;
}
.service_card:hover h2{
    color: #00a838;
}
.service_card .site_content h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #00a838;
    margin-bottom: 12px;
}
.service_card ._content ul,
.service_card ._content ol{
    text-align: left;
}
.service_card ._content blockquote p,
.service_card ._content.site_content li{
    color: #0a5740;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--Poppins);
}
.service_card li:not(:last-child){
    margin-bottom: 8px;
}
.service_card li::marker{
    color: #00a838;
    font-size: 16px;
}
.service_card p{
    color: #64748b;
}
.service_card ._content h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 24px 0 12px;
    font-family: var(--Nunito);
}
.service_card ._content blockquote {
    margin: 24px 0 0;
    background-color: #00a8381a;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #00a83833;
}
.service_card ._content blockquote p{
    text-align: center;
    font-weight: 500;
}
.service_card ._new {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    background-color: #00a838;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-family: var(--Poppins);
        position: absolute;
    top: 24px;
    right: 24px;
}
.mt_48{
    margin-top: 48px;
}
.services_cta {
    background-image: linear-gradient(to right, hsl(180 100% 25%) , hsl(210 100% 40%) , hsl(140 100% 33%));
    padding: 80px 0;
}
.services_cta .site_content h2{
    margin-bottom: 24px;
}
.p-max-w-3xl p,
.services_cta .site_content p{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.services_cta .site_content .site_btn{
    background-color: #fff;
    color: #00a838;
}
.services_cta .site_content .site_btn:hover{
    background-color: var(--blue);
    color: #fff;
}
.services_cta .btns_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
.sec_label{
    color: #007f80;
    padding: 4px 16px;
    background-color: #007f8033;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 8px;
}
#faqs_wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#faqs_wrapper .accordion-button {
    padding: 24px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--Nunito);
        gap: 12px;
    color: #132639;
}
#faqs_wrapper .accordion-button span{
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: grid;
    place-content: center;
    border-radius: 99px;
    color: #132639;
    background-color: #0000000d;
}
#faqs_wrapper .accordion-item {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 2px solid transparent;
    border-radius: 12px;
}
#faqs_wrapper .accordion-collapse {
    padding: 0 24px 24px;
    transition: .15s all cubic-bezier(.4,0,.2,1);
}
#faqs_wrapper .accordion-item:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.accordion-collapse .site_content p{
    color: #475569;
}
button.accordion-button::after {
    content: '▼';
    width: 24px;
    height: 24px;
    font-size: 14px;
    background-image: none !important;
    display: grid;
    place-content: center;
    border-radius: 99px;
    color: #0a5740;
    background-color: #0000000d;
    line-height: normal;
}
.contact_page_banner{
    padding: 160px 0;
    min-height: 448px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contact_page_banner::before{
    content: '';
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: #003366b3;
}
.contact_page_banner .container{
    position: relative;
}
.contact_page {
    background-color: #f8fafc;
}
#contact_form_wrapper{
    align-items: flex-start;
}
#contact_details_wrapper ._card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}
#contact_details_wrapper ._card ._icon{
    width: 48px;
    height: 48px;
    border-radius: 99px;
    display: grid;
    place-content: center;
    background-color: #1c82641a;
    margin: 0 auto 16px;
}
#contact_details_wrapper ._card ._icon svg{
    width: 24px;
    height: 24px;
    stroke: #1c8264;
}
#contact_details_wrapper ._card h3 {
    color: #132639;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
#contact_details_wrapper ._card p,
#contact_details_wrapper ._card a{
    font-size: 16px;
    line-height: 24px;
    color: #475569;
    text-decoration-color: #475569;
    margin-bottom: 8px;
}
.contact_img{
    position: relative;
}
.contact_img img {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 16px;
}
.header_row-wrap .site-logo {
    margin-left: -9px;
}
#GravityForm input#gform_submit_button_2 {
    background-color: #1c8264;
    font-size: 16px;
    border-radius: 10px;
    margin: 0;
}
.services_pages{
    min-height: 600px;
}
.site_content a.services_btn {
    color: #1c8264;
    padding: 12px 32px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
    margin-top: 32px;
}
.site_content a.services_btn:hover{
    background-color: rgb(243 244 246 / 1);
}
.site_content a.services_btn.dark_btn {
    background-color: #1c8264;
    color: #fff;
}
.site_content a.services_btn.dark_btn:hover {
    background-color: #1c8264e6;
    color: #fff;
}
.site_content a.services_btn.dark_blue {
    background-color: #003366;
    color: #fff;
}
.site_content a.services_btn.dark_blue:hover {
    background-color: #003366e6;
    color: #fff;
}
.site_content a.services_btn.dark_black {
    background-color: #111827;
    color: #fff;
}
.site_content a.services_btn.dark_black:hover {
    background-color: #1f2937;
    color: #fff;
}
.services_cta._internal {
    background-image: linear-gradient(135deg, white 0%, hsl(162 65% 31%) 100%);
}
.services_cta._internal .site_content p {
    max-width: 832px;
    color: #003366cc;
    font-family: 'Poppins';
}
.srv_benefits{
    background-color: #f9fafb;
}
.benefits_content ul{
    margin: 32px 0 0;
    list-style-type: none;
    padding: 0;
}
.benefits_content ul li{
    position: relative;
    padding-left: 36px;
}
.benefits_content ul li:not(:last-child){
    margin-bottom: 16px;
}
.benefits_content ul li::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('./images/listing.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
}
.benefits_wrapper >div:not(:last-child){
    margin-bottom: 24px;
}
.benefits_wrapper .benefits_card{
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #fff;
    border-left: 4px solid #00a838;
}
.benefits_wrapper .benefits_card:hover{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.benefits_card .icon_title{
    display: flex;
    align-items: center;
    gap: 12px;
}
.benefits_card .icon_title svg{
    width: 32px;
    height: 32px;
    color: #00a838;
}
.skills_wrapper {
    max-width: 832px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px 32px;
    display: grid;
    grid-template-columns: repeat(2 , minmax( 0 , 1fr) );
}
.skills_wrapper .skill {
    display: flex;
    gap: 12px;
}
.skills_wrapper .skill svg{
    width: 24px;
    height: 24px;
    color: #00a838;
    margin: 4px 0 0;
}
.skills_wrapper .skill h5{
    font-size: 16px;
    line-height: 24px;
    color: #003366;
    margin-bottom: 4px;
}
.srv_skills .max-w-3xl{
    max-width: 702px;
}
.page-template-parent-training .skills_wrapper .skill {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    align-items: center;
}
.page-template-parent-training .skills_wrapper .skill p{
    color: #036;
}
.page-template-parent-training .services_cta._internal .site_content p,
.page-template-parent-training .site_content a.services_btn._call_us{
    color: #000c;
}
.areas_of_focus{
    background-color: #f9fafb;
}
.areas_of_focus .wwd_card{
    border: 1px solid #e2e8f0;
}
.skills_list_wrapper .skill{
    padding: 24px 0;
    text-align: center;
}
.skills_list_wrapper .skill:not(:last-child){
    border-bottom: 1px solid #e5e7eb;
}
.max-w-672{
    max-width: 672px;
}
.our_vision_wrapper .site_content h3 {
    color: #66b3ff;
    margin-bottom: 15px;
}

@media( max-width: 1440px ){
    .container {
        max-width: 1184px !important;
    }
    .header_row-wrap .site-logo {
        margin-left: 0;
    }
    .site_content h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 18px;
    }
    .site_content.h2_small h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .banner_content.site_content h2 {
        margin-bottom: 20px;
    }
    .site_banner {
        padding: 80px 0;
        min-height: 500px;
    }
    .site-header .container {
        max-width: 100% !important;
        padding: 0 20px;
    }
    .insurance_logos ul{
        gap: 32px;
    }
    .site_content h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 14px;
    }
   .site_content.h2_medium h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .our_vision_wrapper .site_content h2 {
        margin-bottom: 20px;
    }
    .site_content.h2_large h2 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 16px;
    }
}

@media( max-width: 1180px ){
    .container {
        max-width: 980px !important;
    }
    .site_content h1 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 18px;
    }
    .insurance_logos ul {
        gap: 4px;
        margin: 24px 0 0;
    }
    .our_vision_wrapper {
        gap: 32px;
    }
    .services_wrapper{
        gap: 20px;
    }
    .kendall_families_content h3 {
        padding: 24px;
        border-radius: 16px;
        font-size: 24px;
        line-height: 30px;
        margin: 24px 0;
    }
   .kendall_families .max-w-4xl {
        max-width: 696px;
        margin: 0 auto;
    }
    .services_wrapper.get_started_grid {
        margin-top: 48px;
    }
    .get_started_card {
        padding: 20px;
        border-radius: 16px;
    }
    .get_started_card .card_btn{
        font-size: 16px;
        line-height: 24px;
    }
    .review_wrapper {
        padding: 0 35px;
        max-width: 1094px;
    }
    .gap_48 {
        gap: 32px;
    }
    .gap_32{
        gap: 20px;
    }
    .grid-cols-3 {
        gap: 24px;
    }
    .wwd_card {
        padding: 32px 20px;
    }
    .services_cards {
        gap: 24px;
    }
}
@media( max-width: 991px ){
    .container {
        max-width: 100% !important;
        padding: 0 20px;
    }
    .site_content.text_lg p {
        font-size: 18px;
        line-height: 28px;
    }
   .site_content h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 14px;
    }
    .site_content.h2_small h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .banner_content.site_content h2 {
        margin-bottom: 16px;
    }
    .site_banner {
        padding: 70px 0;
        min-height: 300px;
    }
    .insurance_logos ul {
        gap: 0 10px;
        margin: 14px 0 0;
    }
    .our_vision_wrapper {
        gap: 32px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-width: 760px;
    }
    .services_wrapper {
        max-width: 760px;
        grid-template-columns: repeat(2 , minmax( 0 , 1fr));
    }
    .get_started .site_content,
    .services .site_content {
        max-width: 700px;
        margin: 0 auto;
    }
    .contact_wrapper{
        gap: 20px;
        margin: 32px auto 0;
    }
    ._action_menu .get_started_btn{
        display: none;
    }
    .review_wrapper {
        padding: 0 48px;
        max-width: 100%;
    }
    .get_in_touch, .contact_form {
        padding: 24px 20px;
        border-radius: 12px;
    }
    .py_48 {
        padding: 32px 0;
    }
    .services_cards,
    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .site_content.h2_large h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .begin_label {
        padding: 8px 16px;
        margin: 0 auto 24px;
        font-size: 14px;
    }
    .site_content.text_xl p {
        font-size: 20px;
        line-height: 28px;
    }
    .mt_48 {
        margin-top: 32px;
    }
    
    .about_content_boxs ._left_box, .about_content_boxs ._right_box {
        padding: 24px 20px;
    }
    .py_80,
    .about_cta {
        padding: 60px 0;
    }
    .about_banner {
        min-height: 300px;
    }
    .border_heading h1::after {
        margin: 12px auto 0;
    }
}


@media ( max-width:991px) {
    #sideMenuClose, #menuToggle{
        display: block;
    }
    #sideMenuClose {
        border: none;
        background: transparent;
        outline: 0;
        box-shadow: none;
        position: absolute;
        right: 16px;
        top: 16px;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        display: flex;
        padding: 0;
        outline-offset: 2px;
        outline: 2px solid transparent !important;
    }
    #sideMenuClose:focus {
        outline: 2px solid #1c826499 !important;
    }
    #sideMenuClose svg{
        width: 16px;
        height: 16px;
        stroke: #1c826499;
    }
    #navbar {
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        width: 300px;
        background: #fff;
        transition: 0.5s all;
        padding: 24px;
        z-index: 999;
    }
    #navbar:not(.open){
        transform: translateX(100%);
    }
    #navbar ul#primary-menu {
        flex-direction: column;
        gap: 12px;
        padding: 24px 0;
    }
    ul#primary-menu li a {
        padding: 10px 12px;
        border-radius: 10px;
        line-height: 28px;
        font-size: 16px;
        font-family: var(--Open-Sans);
        display: flex;
        gap: 12px;
        align-items: center;
        color: #0a5740;
        transform: none !important;
    }
    ul#primary-menu ul.sub-menu li.current_page_item a,
    ul#primary-menu li.current_page_item a{
        color: #00a838;
        background-color: #00a8381a;
    }
    ul#primary-menu ul.sub-menu {
        height: inherit;
        width: inherit;
        overflow: inherit;
        clip: inherit;
        padding: 0 0 0 16px;
        border: none;
        position: initial;
    }
    ul#primary-menu ul.sub-menu li a:hover,
    ul#primary-menu li a:hover{
        color: #66b2ff;
        background-color: #66b2ff1a;
    }
    .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::after{
        display: none;
    }
    ul#primary-menu li.menu-item-has-children >a {
        margin-top: 12px;
        border-top: 1px solid #e2e8f0;
        border-radius: 0;
        background: transparent !important;
        color: #003366;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 10px 8px;
    }
    ul#primary-menu ul.sub-menu li a {
        color: #0a5740;
    }
	ul#primary-menu li#menu-item-273 {
		order: 1;
	}
    
}

@media( max-width: 767px ){
    .site_content.h1_medium h1, .site_content.h2_medium h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .kendall_families_content h3 {
        padding: 20px;
        border-radius: 12px;
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0;
    }
    .site_content.text_lg p {
        font-size: 16px;
        line-height: 26px;
    }
    .contact_wrapper,
    .services_wrapper {
        max-width: 760px;
        grid-template-columns: repeat(1 , minmax( 0 , 1fr));
    }
    .services_wrapper.get_started_grid {
        margin-top: 32px;
    }
    .get_started_card:not(:last-of-type)::after{
        display: none;
    }
    .review_wrapper {
        padding: 0 30px;
    }
    #review_slider button.slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 12px;
        left: -35px;
    }
    #review_slider button.slick-arrow.slick-next {
        right: -35px;
    }
    .site_btn{
        margin-top: 20px;
    }
    .review_card {
        padding: 20px;
    }
    .get_started_count {
        width: 56px;
        height: 56px;
        font-size: 20px;
        margin: 0 auto 16px;
    }
    .contact_info {
        gap: 16px;
        padding: 6px;
    }
    .contact_info:not(:last-child) {
        margin-bottom: 8px;
    }
    .site_content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .contact_form .site_content h3 {
        margin-bottom: 18px;
    }
    .get_in_touch:not(:last-child) {
        margin-bottom: 20px;
    }
    .families_gallery_wrapper img {
        height: auto;
        aspect-ratio: 1/1.1;
    }
    .site_content h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 14px;
    }
    .layer svg {
        height: 48px;
    }
    .mission_images img{
        border-radius: 12px;
    }
    .site_content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .site_content.h2_small h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .site_content li, .site_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .footer_row_wrap {
        grid-template-columns: repeat(2 , minmax( 0 , 1fr ));
        gap: 32px;
    }
    .footer_row_wrap .logo_disclaimer {
        grid-column: 1 / span 2;
    }
    .contact_us_footer.footer_menu ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    footer.site-footer {
        padding: 45px 0 20px;
    }
    .copyright_text {
        padding-top: 20px;
        margin-top: 30px;
    }
    .site_content.text_sm p, .site_content.text_sm li {
        font-size: 14px;
        line-height: 22px;
    }
    #gform_fields_1 {
        gap: 8px;
    }
    #GravityForm input.gform_button.button {
        padding: 8px 24px;
        font-size: 16px;
    }
    button#menuToggle {
        border-radius: 8px;
        background-color: var(--Primary);
    } 
    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .wwd_btn {
        gap: 8px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .site_content.h2_large h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .site_content.text_xl p {
        font-size: 18px;
        line-height: 26px;
    }
    .services_cta,
    .internal_banner{
        padding: 64px 0;
    }
    .services_cards .service_card {
        padding: 20px;
    }
    #faqs_wrapper .accordion-button {
        padding: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    #faqs_wrapper .accordion-collapse {
        padding: 0 16px 20px;
    }
    .sec_label {
        margin-bottom: 16px;
        font-size: 14px;
    }
    .contact_page_banner {
        padding: 100px 0;
        min-height: 180px;
    }
    .contact_img {
        margin: 25px 25px 0 0;
    }
    .py_64 {
        padding: 50px 0;
    }
	.skills_list_wrapper .skill {
		padding: 16px 0;
	}
	.benefits_card .icon_title {
		font-size: 16px;
		line-height: normal;
	}
	.benefits_card .icon_title svg {
		width: 24px;
		height: 24px;
		flex: 0 0 auto;
	}
	.benefits_wrapper .benefits_card {
		padding: 16px;
	}
	.site_content a.services_btn {
		padding: 10px 18px;
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}
	.skills_wrapper {
		gap: 10px 32px;
		grid-template-columns: repeat(1 , minmax( 0 , 1fr) );
		    max-width: 400px;
	}
	.services_cta .site_content h2 {
		margin-bottom: 12px;
	}
	.page-template-parent-training .skills_wrapper .skill {
		padding: 12px 16px;
	}
	.banner_form {
		margin: 0 auto;
		padding: 24px 20px;
	}
	.skills_wrapper .skill svg {
		width: 20px;
		height: 20px;
		margin: 0 !important;
	}
	.benefits_content ul {
		margin: 18px 0 0;
	}
	.benefits_content ul li::before {
		width: 20px;
		height: 20px;
		left: 0;
		top: 2px;
	}
	.benefits_content ul li {
		padding-left: 30px;
	}
	.benefits_content ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}


@media( max-width: 480px ){
    .footer_row_wrap {
        grid-template-columns: repeat(1 , minmax( 0 , 1fr ));
        gap: 32px;
    }
    .footer_row_wrap .logo_disclaimer {
        grid-column: 1 / span 1;
    }
    ._action_menu .site_btn.btn_primary{
        display: none;
    }
    #navbar {
        width: 280px;
    }
    .site_content h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 14px;
    }
	.mt_48 {
		margin-top: 24px;
	}
}

/* mobile-menu */