/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.7rem;
    line-height: 1.3;
}

h2 {
    font-size: 3.7rem;
    line-height: 1.25;
}

h3 {
    font-size: 2.4rem;
    line-height: 1.3;
}

h4 {
    font-size: 2.2rem;
    line-height: 1.35;
}

h5 {
    font-size: 2.0rem;
    line-height: 1.5;
}

a {
    text-decoration: none;
}


p>a ,.elementor-widget-icon-list a, .elementor-widget-theme-post-content a{
    color: #1C3D63;
    text-decoration: underline !important;
    transition: all .3s;
}

p>a:hover , .elementor-widget-icon-list a:hover, .elementor-widget-theme-post-content a:hover{
    text-shadow: 0 0 1px #1C3D63;
    text-decoration: none !important;
}

p {
    margin: 0;
}

.white a{
  color: #FFF;
}
.white a:hover {
	 text-shadow: 0 0 1px #fff;
    text-decoration: none !important;
}

.grey a{
  color: #333333;
  text-decoration: underline;
}
.grey a:hover {
	 text-shadow: 0 0 1px #333333;
    text-decoration: none !important;
}

.dark a{
  color: #001A38;
}
.dark a:hover {
	 text-shadow: 0 0 1px #001A38;
    text-decoration: none !important;
}



/*–––––––––––––––––– Container ––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

#wrapper {
    overflow: hidden;
}

.f-w-container {
    max-width: 100%;
}


@media (min-width: 1024px) {
    .container {
        width: 100%;
        padding: 0;
        max-width: 1050px;
    }
}

@media (max-width: 1100px) and (min-width: 1000px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
    }

}







body.is-scrolled {
  padding-top: 80px;
}

.is-scrolled .site-header {
  height: 80px;
}

.hide-header .site-header,
.show-header .site-header {
  height: 80px;
  position: fixed;
  top: -84px;
}

.show-header .site-header {
  transform: translateY(84px);
}










/*--------------- Header ----------------*/
.site-header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: height .2s, transform .2s;
    background-color: rgba(0, 26, 38, .3);
}

.phone__btn svg {
    fill: #FFFFFF;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.header__column {
    display: flex;
}

.header__column .logo {
    margin-left: 50px;
}

.desktop__btn {
    display: flex;
    align-items: center;
    gap: 40px;
}

.toogle__menu {
    margin-left: 60px;
    margin-right: 17px;
    height: 50px;
}

.phone__btn {
    transition: all .3s;
}

.phone__btn a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
}

.phone__btn:hover a,
.phone__btn:hover svg {
    color: #76CCCC;
    fill: #76CCCC;
}

.btn__header {
    background-color: #76CCCC;
    padding: 14px 23px 13px 23px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .56px;
    color: #001A38;
    transition: all .3s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height:49px;
    box-sizing: border-box;
}

.btn__header:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}


.btn__header:hover {
    background-color: #76CCCC;
    line-height: 9em;
}


.site-header>.container,
.site-header>.main-menu__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
}

.container,
.woocommerce .site-content,
.woocommerce-page .site-content,
.main-menu__container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-xs {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 1.25rem;
    max-width: 1400px;
    margin: 0 auto;
}

.main-menu>li {
    width: calc(100% / 6);
    flex-shrink: 0;
    display: block;
    position: relative;
    justify-content: center;
}

.main-menu>li.menu-item-has-children {
    position: relative
}

.main-menu>li.menu-item-has-children:after {
    transition: all .3s 0s;
    content: "";
    width: 1.3rem;
    height: .875rem;
    background-image: url(../img/fa-plus-1.svg);
    background-repeat: no-repeat;
    position: absolute;
    color: #76CCCC;
    top: .6em;
    right: 0;
    display: none;
}


.main-menu>li.menu-item-has-children.active:after {
    transform: rotate(45deg);

}

.main-menu>li>a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.main-menu .sub-menu {
    list-style: none;
    margin: 0;
    width: 100%;
    display: none;
    opacity: 1;
    transition: all .3s;
    flex: 1 1;
    padding-left: 20px;
    transform: translateY(12px);
}

.main-menu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.main-menu .sub-menu li {
    width: 100%;
}

.main-menu .sub-menu li:hover {
    color: #fff;
}

.show-header .site-header {
    transform: translateY(84px);
}

.is-menu-open .main-menu {
    display: flex;
    flex-direction: column;
}

.is-menu-open .main-menu__container {
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

.has-hero:not(.is-scrolled) .main-menu>li>a {
    color: #fff
}

.has-hero:not(.is-scrolled) .main-menu>li>a {
    color: #fff
}

.main-nav {
    display: flex;
    flex-direction: column;
}

.has-hero:not(.is-scrolled) .main-menu>li>a {
    color: #fff
}

.main-menu>li {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    text-align: left;
}

.main-menu>li:last-child {
    border-right: none;
}

.main-menu>li>a:hover {
    color: #76CCCC !important
}



.main-menu .sub-menu li a {
    color: #76CCCC;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.main-menu .sub-menu li a:hover {
    color: #fff;
}

.mobile__menu .logo {
    display: none;
}

.is-menu-open .mobile__menu .logo {
    display: inline-block;
    padding-top: 18px;
    padding-left: 26px;
    padding-bottom: 30px;
    border-bottom: 4px solid #76CCCC;
}

.is-menu-open .main-menu li {
    padding: 5px 20px;
}


.is-menu-open .main-menu .sub-menu li {
    border-bottom: 0px;
    padding: 0px 10px;
}


.is-menu-open .main-menu {
    margin-top: 20px;
    margin-left: 7px;
    flex-direction: column;


}

.is-menu-open .main-menu li {
    padding: 0px;
    margin-bottom: 0px;
}

.is-menu-open .main-menu>li {
    width: 100%;
}

.is-menu-open .main-menu>li.menu-item-has-children:after {
    transition: all .3s 0s;
    content: "";
    width: 18px;
    height: 21px;
    background-image: url(../img/fa-plus-1.svg);
    background-repeat: no-repeat;
    position: absolute;
    color: #0B69A0;
    top: .6em;
    right: 20px;
    display: inline-block;
}

.is-menu-open .main-menu>li.menu-item-has-children:hover:after {
    filter: invert(66%) sepia(81%) saturate(128%) hue-rotate(130deg) brightness(219%) contrast(74%);
}

.is-menu-open .main-menu>li.menu-item-has-children.active:after {
    filter: invert(66%) sepia(81%) saturate(128%) hue-rotate(130deg) brightness(219%) contrast(74%);
}

.main-menu>li.menu-item-has-children {
    text-align: left;
}

.main-menu>li.menu-item-has-children:after {
    top: calc(50% - .4375rem);
    right: -1.65rem
}

.main-menu>li.menu-item-has-children {
    padding-right: 0;
    width: 100%;
}

.burger__menu,
.icon-burger {
    display: inline-block;
}

.is-menu-open .main-menu>li>a {
    color: #fff;
    padding: 10px 20px 0px 20px;
    display: inline-block;
}




.icon-burger {
    width: 61px;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 110;
}

.is-menu-open .icon-burger i:before {
    transform: rotate(-47deg) translateY(-0.09rem)
}

.is-menu-open .icon-burger i:after {
    transform: rotate(45deg) translateY(0rem);
    width: 100%;
}

.icon-burger i {
    display: block;
    width: 29px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: calc(52% - 4px);
    left: 27%;
    transition: transform .3s;
    border-radius: 2px;
}

.icon-burger i:before,
.icon-burger i:after {
    transition: all .3s 0s;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform-origin: right center;
    position: absolute;
    right: 0;
    border-radius: 2px;
}

.icon-burger i:before {
    top: -.5rem
}

.icon-burger i:after {
    width: 50%;
    top: .5rem;
    left: 0;
}

.is-menu-open .icon-burger i {
    background-color: rgba(0, 0, 0, 0)
}


.main-nav {
    height: 100vh;
    background-color: #001A38;
    color: #000;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform .3s ease, opacity .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 280px;
}

body.is-menu-open .main-nav {
    transform: translateX(0);
    z-index: 101;
    opacity: 1;
    visibility: visible;
}

.is-menu-open .icon-burger {
    background-color: #76CCCC;
    width: 38px;
    height: 38px;
}

.is-menu-open .icon-burger i {
    width: 23px;
    top: calc(56% - 3px);
    left: 14%;
}

.is-menu-open .overflow {
    background-color: rgba(0, 26, 38, .7);
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    overflow: hidden;
    transition: 0.3s ease;
    z-index: 99;
    overflow: scroll;
}

.mobile__bar {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    align-items: center;
    height: 50px;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.mobile__bar>* {
    flex-grow: 1;
    text-align: center;
    height: 100%;
}

.mobile__bar .phone__btn,
.mobile__bar .address__block,
.mobile__bar .btn__header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile__bar .phone__btn {
    gap: 9px;
    background-color: #E7F7F7;
    transition: background-color 0.3s ease;
}

.mobile__bar .phone__btn:hover {
    background-color: #B5E2E2;
}

.mobile__bar .phone__btn a {
    color: #001A26;
}

.mobile__bar .phone__btn svg {
    fill: #001A26;

}

.mobile__bar .address__block {
    background-color: #74EAFF;
    transition: background-color 0.3s ease;
}

.mobile__bar .address__block:hover {
    background-color: #5AC2D9;
}

.mobile__bar .address__block svg {
    width: 16px;
    height: 22px;
}

.mobile__bar .btn__header {
    background-color: #76CCCC;
    transition: background-color 0.3s ease;
    padding: 0px;
}

.mobile__bar .btn__header:hover {
    background-color: #5BB9B9;
}

.hide-header .mobile__bar{
	transform: translateY(-350px) !important;
}

.nav__login {
    margin-left: 27px;
    display: flex;
    gap: 9px;
}

.nav__login svg {
    fill: #fff;
    transition: all .3s
}

.nav__login a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    transition: all .3s;
}

.nav__login:hover a,
.nav__login:hover svg {
    color: #FFEC02;
    fill: #FFEC02;
}



/*------------- Button text hover ---------------------*/

.btn-hover .elementor-button-wrapper .elementor-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 55px;
    transition: 0.35s ease all;

}
.btn-hover .elementor-button-wrapper .elementor-button:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.btn-hover .elementor-button-wrapper .elementor-button:hover {
    line-height: 9.3em;
}



.btn-hover-1 .elementor-button-wrapper .elementor-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 55px;
    transition: 0.35s ease all;

}

.btn-hover-1 .elementor-button-wrapper .elementor-button:hover {
    line-height: 8.7em;
}

.btn-hover-1 .elementor-button-wrapper .elementor-button:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.elementor-element.btn-blog .elementor-button-wrapper .elementor-button{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 55px;
    transition: 0.35s ease all;
}
.elementor-element.btn-blog .elementor-button-wrapper .elementor-button:hover {
    line-height: 9.5em;
}

.elementor-element.btn-blog .elementor-button-wrapper .elementor-button:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.block__img .elementor-cta__button-wrapper .elementor-cta__button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 55px;
    transition: 0.35s ease all;
}

.block__img .elementor-cta__button-wrapper .elementor-cta__button:hover {
    line-height: 9.4em;
}

.block__img .elementor-cta__button-wrapper .elementor-cta__button:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.btn-card .elementor-cta__button-wrapper .elementor-cta__button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 55px;
    transition: 0.35s ease all;
}

.btn-card .elementor-cta__button-wrapper .elementor-cta__button:hover {
    line-height: 9.4em;
}

.btn-card .elementor-cta__button-wrapper .elementor-cta__button:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}



/*------------- Form --------------------*/

.form-page_wrapper .gform_heading .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gform_fields {
    grid-column-gap: 38px;
    grid-row-gap: 20px;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gfield_label {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #333333;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gfield input.large {
    border: 2px solid #266184;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 157px;
    border: 2px solid #266184;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gfield_required {
    color: #333333;
    font-size: 21px;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gform_button {
    background-color: #FFEC02;
    padding: 18px 80px 14px 80px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    color: #023147;
}

.gform_wrapper.gravity-theme.form-page_wrapper .gform_button:hover {
    background-color: #E8D92D;
}


/*---------------- Team ----------------*/
.team-members {
    display: flex;
    flex-wrap: wrap;
}

.team-member {
    width: calc(33.33% - 50px);
    margin: 0 25px 60px 25px;
    box-sizing: border-box;
    cursor: pointer;
    /* box-shadow: 0px 0px 6px #00000029; */
}

.team-member-thumbnail {
    position: relative;
}

.team-member-thumbnail img {
    width: 100%;
    height: 385px;
    margin-bottom: 16px;
    object-fit: cover;
    object-position: top center;
}

.team-member_content {
    position: relative;
}

.team-member_content svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #FFEC02;
    width: 58px;
    height: 55px;
    padding: 11px 13px;
    transition: all .3s;
}

.team-member:hover .team-member_content svg {
    background-color: #62D5D5;
}

.team-member .team-member_content svg text {
    transition: all .3s;
}

/* .team-member:hover .team-member_content svg text {
    transform: translate(-10%, 50%) rotate(45deg);
} */

.team-member .team__title,
.popup-content .team__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px;
	width: 85%;
}
@media(max-width: 768px){
.popup-content .team__title {
		width: 100%;
	}
}

.team-member .team__position,
.popup-content .team__position {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.popup-content .team__position {
    margin-bottom: 12px;
}

#team-member-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 101;
}

#team-member-popup .popup-content {
    background: #fff;
    width: 995px;
    min-height: 595px;
    position: relative;
    overflow: hidden;
}

.popup-column {
    width: 50%;
}
@media(max-width: 1024px){

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.2);
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.6); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.4); 
}

}

.popup-column__text {
    padding: 70px 0px 55px 42px;
}

#popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    width: 53px;
    height: 53px;
    background: #FFEC02;
    text-align: center;
}

#popup-content {
    display: flex;
    max-height: 100%;
    gap: 40px;
}

#popup-content-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

#popup-thumbnail {
    flex: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#popup-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#popup-title,
#popup-position,
#popup-content-text {
    flex: 2;
}


/*-------------------- Before After ----------------------*/

.results {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
    justify-content: space-between;
}

.result {
    width: calc(33.33% - 20px);
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.result-thumbnail img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 16px;
}

.result_content {
    position: relative;
}

.result_content svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #FFEC02;
    width: 58px;
    height: 55px;
    padding: 11px 13px;
    transition: all 0.3s;
}

.result:hover .result_content svg {
    background-color: #E8D92D;
}

.result .result__title,
#popup-content .result__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px;
}

.result_content .result__type,
.popup-content .result__type {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.popup-content .result__type {
    font-size: 25px;
    line-height: 30px;
}

#popup-content .result__type {
    margin-bottom: 28px;
}

#result-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#result-popup .popup-content {
    background: #fff;
    width: 995px;
    max-height: 80%;
    overflow-y: auto;
    position: relative;
    padding: 25px 45px;
}

.popup-column {
    width: 50%;
}


#result-popup #popup-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#popup-thumbnail {
    flex: 1;
}

#popup-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#popup-title,
#popup-position,
#popup-content-text {
    flex: 2;
}

.popup-images {
    display: flex;
    gap: 70px;
}

.popup-images img {
    margin-bottom: 28px;
}

.popup-images p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
    text-transform: capitalize;
}


.result_content svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #FFEC02;
    width: 58px;
    height: 55px;
    padding: 11px 13px;
    transition: all .3s;
}

.result:hover .result_content svg {
    background-color: #E8D92D;
}

.result .result_content svg g {
    transition: all .3s;
}

/* .result:hover .result_content svg g {
    transform: translate(52%, -18%) rotate(45deg);
} */

#load-more {
    padding: 13px 50px;
    background-color: #00D8FF;
    color: #001A26;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .72px;
    border: 0px;
    margin: 0px auto;
    margin-top: 100px !important;
}

.hidden {
    display: none;
}


.review-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.review-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #001A26 !important;
    width: 12px;
    height: 12px;
}


/*------------- Slider Review ----------------------*/

.review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    height: 95px;
    padding: 30px 40px;
    transition: transform 0.3s ease;
}

.elementor-6407 .elementor-element.elementor-element-170e6a0 :is(.elementor-swiper-button-next:hover svg),
.elementor-6526 .elementor-element.elementor-element-af8d9bf :is(.elementor-swiper-button-next:hover svg) {
    transform: translateX(10px);
}

.elementor-6407 .elementor-element.elementor-element-170e6a0 :is(.elementor-swiper-button-prev:hover svg),
.elementor-6526 .elementor-element.elementor-element-af8d9bf :is(.elementor-swiper-button-prev:hover svg) {
    transform: translateX(-10px);
}

@media(max-width: 1240px) {

    .review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
    .review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
        width: 150px;
        height: 65px;
        padding: 25px 15px;
    }
}

@media(max-width: 1024px) {
    .team-member {
        width: calc(50% - 20px);
        margin: 0 10px 40px 10px;
    }

    .team-member-thumbnail img {
        height: 430px;
        object-position: center;
    }

    .results {
        gap: 40px 20px;
    }

    .result {
        width: calc(50% - 20px);
    }

    .review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
    .review-slider.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
        width: 0px;
        height: 0px;
        padding: 0px;
    }
    .site-header {
        background-color: rgba(0, 26, 38, .8);
    }
}

@media(max-width: 768px) {
    .desktop__btn {
        display: none;
    }

    .mobile__bar {
        display: flex;
        transform: translateY(0);
    }

    #result-popup .popup-content {
        padding: 25px 15px;
    }

    .popup-images {
        gap: 20px;
    }

    .popup-images img {
        margin-bottom: 0;
    }

    .header__column .logo {
        margin-left: 15px;
    }
}

@media(max-width: 620px) {
    .team-member {
        width: 100%;
    }

    #popup-content {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    #team-member-popup .popup-content {
        max-height: 80%;
        overflow-y: auto;
    }

    .popup-column__text {
        padding: 30px 15px 10px 15px;
    }

    #popup-thumbnail img {
        height: 350px;
    }

    .popup-column {
        width: 100%;
    }

    .results {
        justify-content: center;
    }

    .result {
        width: 70%
    }

    .popup-images {
        flex-direction: column;
    }

    .popup-images img {
        width: 100%;
        height: 300x;
        object-fit: cover;
    }

}

@media(max-width: 500px) {
    .gform_wrapper.gravity-theme.form-page_wrapper .gform_fields {
        display: flex;
        flex-direction: column;
    }

    .gform_wrapper.gravity-theme.form-page_wrapper .gform_footer {
        display: flex;
        justify-content: center;
    }

    .result {
        width: 100%
    }

    .popup-images img {
        height: 216x;
    }
}


.wall-slider .swiper-pagination-bullet{
    opacity: 1 !important;
}
.wall-slider .swiper-pagination-bullet-active{
    background: #fff !important;
}
.wall-slider .swiper-pagination-bullet{
    opacity: 1 !important;
}
.wall-slider .swiper-pagination-bullet-active{
    background-color: #00F0F0 !important;
    width: 14px !important;
    height: 14px !important;
}


.wall-slider.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    height: 95px !important;
    fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, .9)) !important;
    width: 200px !important;
    padding: 30px 40px !important;
    transition: transform 0.3s ease !important;
}
.wall-slider.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg !important{
    transform: translateX(-10px) !important; 
}

.wall-slider.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg {
    transform: translateX(10px) !important; 
}