/*
Theme Name: South West Kids
Author: Five by Five
Version: 4.0
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	color: #3E6283;
	font-size: 16px;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
	margin: 0 0 20px;
	line-height: 1.25;
}

.font-rubik {
    font-family: "Rubik", sans-serif;
}
.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

h1 { font-size: 55px; }
h2 { font-size: 45px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 19px; }

p {
	margin: 0 0 20px;
}

a {
	color: inherit;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
}

a[role="button"] {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1420px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.site-container {
    overflow-x: hidden;
}

/* Site Scrollbar */
::-webkit-scrollbar {
    width: 0.7rem;
}
::-webkit-scrollbar-track {
    border: none;
	background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
    /* border: 2px solid #e5e5e5;
    border-radius: 10px; */
    background: #E57078;
}
::-webkit-scrollbar-thumb:hover {
    background: #E57078; 
}

/* Keyframes */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@-webkit-keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-top {
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
@keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
.fade-out-top {
	-webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}




/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
    background-color: #FFC554;
    border: 2px solid #FFC554;
    color: #fff;
    font-weight: 700;
    padding: 16.5px 26px;
    line-height: 1;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
    border-radius: 50px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #FFC554;
    background: #fff;
    color: #3E6283;
}

.secondary .btn,
.secondary button,
.secondary input[type="button"],
.secondary input[type="submit"],
.secondary .elementor-button {
    background-color: #fff;
    border-color: #1C334B;
    color: #1C334B;
}

.secondary .btn:hover,
.secondary button:hover,
.secondary input[type="button"]:hover,
.secondary input[type="submit"]:hover,
.secondary .elementor-button:hover {
    background-color: #1C334B;
    color: #fff;
}

.terrain .btn,
.terrain button,
.terrain input[type="button"],
.terrain input[type="submit"],
.terrain .elementor-button {
    background-color: #fff;
    border-color: #FFF;
    color: #E57078;
}

.terrain .btn:hover,
.terrain button:hover,
.terrain input[type="button"]:hover,
.terrain input[type="submit"]:hover,
.terrain .elementor-button:hover {
    background-color: #FFC554;
    border-color: #FFC554;
    color: #fff;
}

.gm-style button {
    border-radius: 0;
}

.btn, .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 50px;
}

/* Header */
/* .elementor-location-header {
    background: #fff;
} */
/* .header-stick .site-header, */
/* .header-stick.header-type1 .elementor-location-header, */
.header-stick.header-type2 .elementor-location-header,
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation:fade-in-top .3s cubic-bezier(.39,.575,.565,1.000) both;
}
/* .header-unstick .site-header, */
/* .header-unstick.header-type1 .elementor-location-header, */
.header-unstick.header-type2 .elementor-location-header,
.header-unstick .elementor-location-header {
    animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both;
}

/* .header-type1 .site_header_con,
.header-type1 .elementor-location-header, */
.header-type2 .site_header_con,
.header-type2 .elementor-location-header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-type2.header-stick .with-alt-logo .site-logo-main,
.header-type2 .with-alt-logo .site-logo-alt {
    display: none;
}
.header-type2.header-stick .with-alt-logo .site-logo-alt {
    display: inline-block;
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}
div .elementor-nav-menu .sub-arrow {
    display: none;
}
.elementor-nav-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
} 
/* .elementor-nav-menu .menu-item-has-children > a:after {
    content: '\e90b';
    font-family: 'icomoon';
    opacity: 1!important;
    position: relative;
} */

/* Search */
.ff-search {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: transform .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    will-change: transform;
    transform: translate3d(0, -100%, 0);
}
.show_search .ff-search {
    transform: translate3d(0, 0, 0);
}
.ff-search form {
    width: 730px;
    max-width: 100%;
    position: relative;
}
.ff-search .search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #ACB5BD;
    height: 60px;
    border-radius: 60px;
    padding: 5px 25px 5px 25px;
}
.ff-search .submit {
    width: 150px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    border-radius: 50px;
}
.ff-search .close {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 25px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}
.ff-search .close:hover {
    opacity: 1;
}

/* Slide Menu */
.ff-slider-menu-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ff-slide-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    pointer-events: none;
    display: none;
}
.show_slide_menu .ff-slide-menu-mask {
    display: block;
    pointer-events: auto;
    animation: fadeIn 1s;
}
.ff-slide-menu {
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 110;
    transition: transform .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-delay: .1s;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    padding: 20px;
    overflow: auto;
}
.show_slide_menu .ff-slide-menu {
    transform: translate3d(0, 0, 0);
}
/* .show_slide_menu .site-container {
    transform: translate3d(-100px, 0, 0);
} */
body.show_slide_menu {
    overflow: hidden;
}
.ff-slide-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.ff-slide-menu-close {
    cursor: pointer;
    font-size: 30px;
}
.ff-slide-menu-close:hover {
    opacity: .8;
}

.ff-slide-menu-trigger {
    background: #72B5F9;
    border: none;
    padding: 5px;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
}
.ff-slide-menu-trigger span {
    height: 3px;
    width: 100%;
    background: #fff;
}
.ff-slide-menu-trigger:hover {
    background: #72B5F9;
}
.ff-slide-menu-trigger .l1 {
    width: 100%;
    transition: width .5s ease;
    will-change: width;
}
.ff-slide-menu-trigger:hover .l1,
.ff-slide-menu-trigger:hover .l2,
.ff-slide-menu-trigger:hover .l3 {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.ff-slide-menu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 10px 0px 10px 15px;
    list-style: none;
}
/* .ff-slide-menu .show-sub .sub-menu {
    height: initial;
    padding-bottom: 12px;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} */
.ff-slide-menu .sub-menu a {
    font-weight: 400;
}   
.ff-slide-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-weight: 'Rubik';
}
.ff-slide-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none;

}
.ff-slide-menu .menu-item-has-children > a:after {
    content: '\e90b';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    font-size: 18px;
    top: 2px;
    line-height: 1;
}
.ff-slide-menu .menu-item-has-children.show-sub > a:after {
    transform: rotate(180deg);
}
.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
}
.ff-slide-menu .menu-item {
    margin-bottom: 5px;
}
.ff-slide-menu-body {
    flex: 1 1 auto;
}
.ff-slide-menu-header, .ff-slide-menu-footer {
    flex: 0 1 auto;
}
.ff-slide-menu .slide-menu-footer-links {
    margin-bottom: 8px;
}
.ff-slide-menu-body .menu {
    margin-top: 30px;
}

.ff-slide-menu .slide-menu-footer-links a {
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 'Rubik';
}
.ff-slide-menu .slide-menu-footer-links a span {
	margin-right: 10px;
}

/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}
.transition-linear {
    transition-timing-function: linear;
}
.swiper-pagination-bullet {
	font-size: 0;
	line-height: 1;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px #495056 solid;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #495056;
}
.swiper-pagination {
    border-radius: 50px;
    width: initial !important;
    padding: 10.61px 20px;
}
.swiper-style-1 .swiper-pagination {
    background: #567999;
    right: 0;
    bottom: -100px !important;
}
.swiper-style-2 .swiper-pagination {
    background: #E9F0FA;
    bottom: -100px !important;
}
.swiper-pagination.numeric .swiper-pagination-bullet {
	font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    width: 40px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    background: transparent;
    margin: auto;
    font-family: 'Rubik';
}
.swiper-pagination.numeric .swiper-pagination-bullet:last-of-type {
	border-right: 0px;
}
.swiper-pagination.numeric .swiper-pagination-bullet-active {
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.swiper-style-2 .swiper-pagination.numeric .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #3E6283;
}
.swiper-style-2 .swiper-pagination.numeric .swiper-pagination-bullet {
    color: rgba(62, 98, 131, 0.4);
}

/* Toggle Height */
.toggle_height_el_con {
    height: 0;
    overflow: hidden;
    transition: height 600ms ease;
}

/* Others */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.NOIntersectionObserver .elementor-invisible {
	visibility: visible;
}

body.admin-bar .dialog-lightbox-widget {
    min-height: 100vh;
}

body:not(.elementor-editor-active) .defer-bg-image div,
body:not(.elementor-editor-active) .defer-bg-image section,
body:not(.elementor-editor-active) .defer-bg-image {
	background-image: none!important;
}

.section-with-border-top:before,
.section-with-border-bottom:before {
	content: '';
	position: absolute;
	width: 1400px;
    max-width: 100%;
	left: 50%;
	translate: -50%;
	height: 2px;
    background: #eff0f1;
}
.section-with-border-bottom:before {
    top: initial;
    bottom: 0;
}
.section-with-border-top:before {
    bottom: initial;
	top: 0;
}

.elementor-video-wrapper iframe {
    height: 100%;
}

.flex {
    display: flex;
}
.items-no-shrink .item {
    flex-shrink: 0;
}

.color-white {
    color: #fff;
}

.hide {
    display: none!important;
}

.text-center { text-align: center; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }

.limit-lines-4,
.limit-lines-3,
.limit-lines-2,
.limit-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.limit-lines-2 {
    -webkit-line-clamp: 2;
}
.limit-lines-3 {
    -webkit-line-clamp: 3;
}
.limit-lines-4 {
    -webkit-line-clamp: 4;
}

.fa-twitter:before{ 
    content: '\e935' !important;
    font-family: 'icomoon' !important;
    font-weight: 400 !important;
}

/* Item Posts */
.item-post {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.14);
}
.item-post .img-con img {
    border-radius: 10px 10px 0 0;
}
.item-post .s2 {
    padding: 22px 25px 65px;
    transition: all 0.5s ease;
}
.item-post .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    height: 56px;
}
.item-post .s2:after {
    content: '';
    background-color: #72B5F9;
    width: 34px;
    height: 39px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 50px 0 12px;
    transition: all 0.5s ease;
}
.item-post:hover .s2:after {
    content: '';
    width: 47px;
    height: 54px;
    border-radius: 0 70px 0 12px;
    transition: all 0.5s ease;
}
.item-post .img-con {
    position: relative;
    display: flex;
    line-height: 0;
    height: 0;
    padding-top: 62.134%;
    background: #eee;
    overflow: hidden;
    transition: all 0.5s ease;
}
.item-post .img-con:before {
	content: '';
	display: inline-block;
	width: 77px;
	height: 20px;
	background: url('/wp-content/uploads/2024/04/news-item-tag.svg') no-repeat center;
	background-size: 77px;
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
    pointer-events: none;
}
.item-post:hover .img-con:before {
	opacity: 1;
}
.item-post .img-con img {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}
.item-post .img-con:hover img {
    transform: scale(1.03);
}
.item-post:hover .s2 {
	background-color: #1C334B;
	color: #fff;
    transition: all 0.5s ease;
    border-radius: 0 0 10px 10px;
    padding: 45px 25px 75px;
}
.item-post:hover .img-con {
    padding-top: 54.59%;
    transition: all 0.5s ease;
}

/* ##################### */
/* Swiper JS Arrows */
.ff-swiper-arrow-box {
    border: 2px #E9F0FA solid;
    background-color: #E9F0FA;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 94px;
    min-height: 50px;
    border-radius: 30px;
}
.ff-swiper-arrow-box span {
    font-size: 23px;
    cursor: pointer;
    position: relative;
    color: #3E6283;
}
.ff-swiper-arrow-box .swipe-prev {
    left: 0px;
    transition: left .3s ease;
}
.ff-swiper-arrow-box .swipe-prev:hover {
    left: -3px;
}
.ff-swiper-arrow-box .swipe-next {
    right: 0px;
    transition: right .3s ease;
}
.ff-swiper-arrow-box .swipe-next:hover {
    right: -3px;
}

/* ##################### */
/* accordion style 1 */

.accordion-style-1 details > .e-n-accordion-item-title,
.accordion-style-1 details > div{
    border-width: 0;
}
.accordion-style-1 details {
    position: relative;
    padding: 0 10px;
}
.accordion-style-1 details > .e-n-accordion-item-title {
    padding: 15px 10px 15px 10px;
}
.accordion-style-1 details > div{
    padding: 1px 10px 20px 47px;
}
.accordion-style-1 details:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #1C334B;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: opacity 0.3s, background 0.3s;
}
.accordion-style-1 details[open]:after {
    opacity: 1;
    background: #E57078;
}

.accordion-style-1 .e-n-accordion-item-title-text{
    color: #3E6283;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;    
}
.accordion-style-1 .elementor-widget-text-editor {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75; 
}
.accordion-style-1 .e-n-accordion-item-title-icon i:before {
    font-size: 12px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    line-height: 1;
}
.accordion-style-1 .e-n-accordion-item-title {
    gap: 22px;
}
.accordion-style-1 .e-n-accordion-item-title-icon .e-closed i:before {
    content: "\e92f";
    color: #3E6283;
}
.accordion-style-1 .e-n-accordion-item-title-icon .e-opened i:before {
    content: "\e92d";
    color: #FFC554;
}

/* ##################### */
/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
    width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border: none;
	background-color: #D6E1EE;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    background-color: #FFC554;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #FFC554;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background-color: #ffffff50;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

/* ##################### */
/* tab-style-1 */
.tab-style-1 .e-n-tabs {
	gap: 50px;	
}
.tab-style-1 .e-n-tabs .e-n-tabs-heading {
	gap: 0;
    background-color: #E9F0FA;
    width: fit-content;
    border-radius: 100px;
}
.tab-style-1 .e-n-tabs .e-n-tabs-heading button {
	border-radius: 100px;
	background-color: #E9F0FA;
	font-weight: 700;
	padding: 11px 32px;
}

/* ##################### */
/* iteam-team */
.item-team {
    border-radius: 10px;
    background: #FFF;
    display: block;
    text-align: center;
    padding: 45px 15px 50px;
    position: relative;
    width: 320px !important;
    max-width: 100%;
}
.item-team:before {
    content: '';
    background-color: #E9F0FA;
    height: 135px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
}
.item-team .name {
    font-size: 19px;
    font-weight: 700;
    color: #1C334B;
    font-family: "Rubik", sans-serif;
    line-height: 28px;
    margin-bottom: 7px;
    
}
.item-team .position {
    font-size: 18px;
    font-weight: 400;
    color: #1C334B;
    font-family: "Rubik", sans-serif;
    line-height: 28px;
    height: 56px;
}
.item-team .s1 {
    position: relative;
}
.item-team .thumb-wrap {
    width: 170px;
    height: 170px;
    border: 10px solid #fff;
    border-radius: 100%;
    margin: 0 auto 25px;
}
.item-team .thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.item-team .thumb-wrap img{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    outline: 10px solid #FFF;
}

/* ##################### */
/* iteam-testimonial */
.item-testimonial {
    background-color: #fff;
    border-radius: 12px;
}
.item-testimonial .heading {
    border-radius: 12px 12px 0px 0px;
    background: #E9F0FA;
    padding: 16px 30px;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
}
.item-testimonial .s1 {
    padding: 35px 25px 45px 30px;
}
.item-testimonial .excerpt {
    height: 315px;
}
/* ##################### */
/* common-condition */
.item-common-condition {
    border-radius: 12px;
    background-color: #FFF;
    display: block;
    padding: 110px 20px 25px;
    position: relative;
}
.item-common-condition:before {
    content: '';
    background-color: #72B5F9;
    width: 27px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 12px 0 25px;
    transition: all 0.5s ease;
}
.item-common-condition:hover:before {
    width: 43px;
    height: 49px;
    border-radius: 0 12px 0 50px;
    transition: all 0.5s ease;
}
.item-common-condition .title {
    color: #3E6283;
    font-family: Rubik;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    margin-bottom: 20px;
}
.item-common-condition .img-wrap {
    border-radius: 600px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.14);
    width: 100px;
    height: 150px;
    position: absolute;
    top: -60px;
    transition: all 0.5s ease;
}
.item-common-condition:hover .img-wrap {
    top: -50px;
    transition: all 0.5s ease;
}
.item-common-condition .thumb {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    border-radius: 600px;
}
.item-common-condition:hover .title {
    color: #E57078;
}
/* ##################### */
/* link-style-2 */
.pop-list-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 35px;
}
.link-style-2 {
    padding-right: 45px;
    display: block;
    padding-bottom: 17px;
    position: relative;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 25px;
}
.link-style-2:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D6E1EE;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.link-style-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/wp-content/uploads/2024/04/popmenu-icon.svg');
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
}
.link-style-2:hover:before {
    width: 0;
    transition: all 0.5s ease;
}
.link-style-2:hover:after {
    right: 10px !important;
    transition: all 0.5s ease;
}

@media(max-width:1023px){
    .tablet-ml-auto { margin-left: auto; }
    .tablet-mr-auto { margin-right: auto; }
    .tablet-mx-auto { margin-left: auto; margin-right: auto; }
    .tablet-text-center { text-align: center; }

    .tablet-cols-fullwidth.e-con > .e-con-inner {
        flex-wrap: wrap;
    }
    .tablet-cols-fullwidth.e-con > .e-con-inner > .e-con {
        width: 100%;
    }
}
@media(max-width:767px){
    .mobile-ml-auto { margin-left: auto; }
    .mobile-mr-auto { margin-right: auto; }
    .mobile-mx-auto { margin-left: auto; margin-right: auto; }
    .mobile-text-center { text-align: center; }
    
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
} */