/* 
Theme Name: GeneratePress Child Theme 
URI: https://generatepress.com 
Description: Default GeneratePress child theme 
Author: Tom Usborne Author 
URI: https://tomusborne.com 
Template: generatepress 
Version: 3.6.0 
*/
/*===================================== = Comman CSS =====================================*/
body {
  overscroll-behavior: none;
}
html {
  scroll-behavior: smooth;
}
a {
    display: inline-block;
    vertical-align: top;
}

img {
    vertical-align: top;
}

ul {
    list-style-type: none;
    margin: 0;
}
small{
    vertical-align: top;
    display: block;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
#smooth-wrapper{
    overflow: hidden;
}
/* .viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {  
  position: absolute;  
  overflow: hidden;
  z-index: 10; 
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  will-change: transform;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
} */
body .hero-slider-img:not(.slick-initialized) > *:not(:first-child) {
    display: none !important;
}
/*.play-video{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
/*===================================== = Header CSS =====================================*/
header.site-header {
    padding: 50px 62px 0 62px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    transition: transform 0.4s ease;
}
header.site-header.hide{
    transform: translateY(-100%);
}
html.mobile-menu-open header.site-header.hide{
    transform: translateY(-0%);
}
main.main{
    display: inline-block;
    width: 100%;
}
.page main.main,
.home main.main{
    margin: 145px 0 0 0;
}
@media (min-width: 1025px) {
    header.site-header .inside-header {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
        border: 3px solid rgba(241, 241, 241, 0.4);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 100px;
        padding: 14px 40px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    header.site-header .inside-header::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /* filter: blur(7px);
        background: linear-gradient(180deg, rgba(210, 210, 210, 0.3) 0%, rgba(255, 255, 255, 0.7) 100%); */
        z-index: -1;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 36px 18px rgba(255, 255, 255, 1.8);
        background: rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
    }

    .main-navigation .main-nav>ul {
        margin-right: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    header.site-header .inside-header {
        padding: 15px 57px;
    }

    .main-navigation .main-nav>ul {
        margin-right: 66px;
    }
}

@media (max-width: 1366px) {
    header.site-header {
        padding: 30px 30px 0 30px;
    }
}

@media (max-width: 1100px) {
    .site-header .header-image {
        width: 200px;
    }
}

@media (max-width: 1024px) {
    .home main.main,
    .page main.main{
        margin: 100px 0 0 0;
    }
    header.site-header {
        padding: 15px 15px 0;
        background: #FFFFFF;
        z-index: 99999;
        top: 0;
    }
    .mobile-menu-control-wrapper .menu-toggle {
        width: 24px;
        background: transparent !important;
        color: #7B7B7B;
        line-height: 24px;
    }

    body .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 10px;
    }

    body .has-inline-mobile-toggle .gp-icon svg {
        fill: #7B7B7B;
    }

    body .main-navigation .inside-navigation {
        max-width: 100%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .home main.main,
    .page main.main{
        margin: 60px 0 0 0;
    }
    .site-header .header-image {
        width: 160px;
    }
}

@media (max-width: 480px) {
    .home main.main,
    .page main.main{
        margin: 40px 0 0 0;
    }
    .site-header .header-image {
        width: 107px;
    }
}

/*===================================== = Footer CSS =====================================*/
.site-footer {
    overflow: hidden;
    padding: 0 67px;
    margin: 20px 0 0 0;
}

.footer-widgets {
    position: relative;
    padding: 42px 0 48px;
}

.footer-widgets::before {
    position: absolute;
    content: '';
    height: 1.34px;
    background: rgba(127, 128, 128, 0.2);
    top: 0;
    left: 0;
    width: 100%;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
    column-gap: 8.2vw;
    row-gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.inside-footer-widgets>div.footer-widget-1 {
    /*flex: 1 1 60%;*/
    display: none;
}

.inside-footer-widgets>div.footer-widget-2 {
    flex: 1 1 100%; /*504px*/
    /*min-width: 504px;*/
}

/*.inside-footer-widgets>div.footer-widget-3 {*/
/*    flex: 1 1 273px;*/
/*}*/

.footer-widgets-container {
    max-width: 1680px;
    margin: 0 auto;
}

.inside-footer-widgets>div ul.menu {
    display: flex;
    align-items: center;
}

.inside-footer-widgets>div ul.menu li {
    margin: 0;
    position: relative;
}

.inside-footer-widgets>div ul.menu li a {
    text-decoration: none;
}

/* .inside-footer-widgets>div.footer-widget-2 .menu li {
    line-height: 23px;
} */

/* .inside-footer-widgets>div.footer-widget-2 .menu li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: #F8A23F;
} */

.inside-footer-widgets>div.footer-widget-1 p {
    /* font-family: var(--gp-font--inter); */
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    color: rgba(122, 122, 122, 0.8);
    letter-spacing: 0;
}

.inside-footer-widgets>div.footer-widget-1 p a {
    font-weight: 300;
    text-decoration: none;
}

.inside-footer-widgets>div.footer-widget-2 .menu li a {
    /* font-family: var(--gp-font--inter); */
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    color: #7A7A7A;
    font-size: 18.8px;
    /*padding: 0 13px;*/
    transition: all 0.04s ease-in-out;
}

/* .inside-footer-widgets>div.footer-widget-2 .menu li a:hover {
    color: var(--global-color-orange);
}

.inside-footer-widgets>div.footer-widget-2 .menu li:first-child a {
    padding-left: 0;
}

.inside-footer-widgets>div.footer-widget-2 .menu li:last-child a {
    padding-right: 0;
} */

.inside-footer-widgets>div.footer-widget-2 .menu {
    gap: 50px;
    justify-content: center; /*flex-end*/
}

@media (max-width: 1366px) {
    .site-footer {
        padding: 0 30px;
    }

    .inside-footer-widgets>div.footer-widget-2 .menu {
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }

    .inside-footer-widgets>div.footer-widget-1 {
        order: 2;
    }

    /* .inside-footer-widgets>div.footer-widget-2 {
        order: 1;
        flex: 1 1 100%;
        min-width: 100%;
        justify-content: center;
        display: flex;
    } */

    .inside-footer-widgets>div.footer-widget-2 {
        flex: 1 1 auto;
        order: 3;
    }
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 0 15px;
    }

    .footer-widgets {
        padding: 26px 0 32px;
    }

    .inside-footer-widgets>div.footer-widget-2 .menu {
        gap: 30px;
    }

    .inside-footer-widgets>div.footer-widget-1 p {
        font-size: 19px;
        line-height: 27px;
    }

    .inside-footer-widgets>div.footer-widget-2 .menu li a {
        width: 48px;
    }
}

@media (max-width: 812px) {
    .inside-footer-widgets>div.footer-widget-2 {
        flex: 1 1 100%;
        order: 2;
        display: flex;
        justify-content: center;
    }

    .inside-footer-widgets>div.footer-widget-1 {
        flex: 1 1 100%;
        order: 3;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .site-footer {
        margin: 10px 0 0 0;
    }

    .footer-widgets {
        padding: 20px 0 26px;
    }

    .inside-footer-widgets>div ul.menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .inside-footer-widgets>div.footer-widget-2{
        min-width: 100%;
    }

    .inside-footer-widgets>div.footer-widget-2 .menu {
        gap: 20px;
    }

    /* .inside-footer-widgets>div.footer-widget-2 .menu li a {
        line-height: 20px;
        font-size: 16px;
    } */

    .inside-footer-widgets>div.footer-widget-1 p {
        font-size: 18px;
        line-height: 28px;
    }

    /* .inside-footer-widgets>div.footer-widget-2 .menu li {
        line-height: 20px;
    } */

    .inside-footer-widgets>div.footer-widget-2 .menu li a {
        width: 40px;
    }
}

/*===================================== = Bootstrap CSS =====================================*/
.bt-container {
    margin: 0px auto;
    padding: 0px 15px;
}

@media (min-width: 576px) {

    .bt-container,
    .grid-container {
        max-width: 540px;
    }
}

@media (min-width: 769px) {

    .bt-container,
    .grid-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .bt-container,
    .grid-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .bt-container,
    .grid-container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) {

    .bt-container,
    .grid-container {
        max-width: 1570px;
    }
}

@media (min-width: 1700px) {

    .bt-container,
    .grid-container {
        max-width: 1670px;
    }
}

@media (min-width: 1800px) {

    .bt-container,
    .grid-container {
        max-width: 1770px;
    }
}

@media (min-width: 1920px) {

    .bt-container,
    .grid-container {
        max-width: 1890px;
    }
}

.bt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.bt-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768.5px) {

    .bt-container,
    .bt-container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.bt-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}

.bt-col {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bt-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.bt-col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}

.bt-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.bt-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.bt-col-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
}

.bt-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.bt-col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.bt-col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.bt-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.bt-col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.bt-col-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
}

.bt-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .bt-col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .bt-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .bt-col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .bt-col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1385px) {
    .bt-col-xlg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-xlg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-xlg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-xlg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-xlg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-xlg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-xlg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-xlg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-xlg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-xlg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-xlg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-xlg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.bt-d-flex {
    display: flex;
}

.bt-justify-center{
    justify-content: center;
}

.bt-items-center {
    align-items: center;
}

.bt-flex-row {
    flex-direction: row;
}

.bt-flex-col {
    flex-direction: column;
}

.bt-gap-10 {
    gap: 10px;
}

.bt-gap-20 {
    gap: 20px;
}

.bt-gap-30 {
    gap: 30px;
}

.bt-row-gap-10 {
    row-gap: 10px;
}

.bt-row-gap-20 {
    row-gap: 20px;
}

.bt-row-gap-30 {
    row-gap: 30px;
}

.bt-col-gap-10 {
    col-gap: 10px;
}

.bt-col-gap-20 {
    col-gap: 20px;
}

.bt-col-gap-30 {
    col-gap: 30px;
}

.bt-mb-0 {
    margin-bottom: 0 !important;
}

.bt-justify-between {
    justify-content: space-between;
}

.bt-w-100 {
    width: 100%;
}

.bt-pl-0 {
    padding-left: 0 !important;
}

.bt-pr-0 {
    padding-right: 0 !important;
}

.bt-pb-0 {
    padding-bottom: 0 !important;
}

.bt-pt-0 {
    padding-top: 0 !important;
}

.bt-text-center {
    text-align: center;
}

.bt-text-end {
    text-align: end;
}

.bt-position-relative {
    position: relative;
}
.custom-container {
    max-width: 1675px;
}
.section-col-p{
    padding-right: 67px;
    padding-left: 67px;
}
@media (max-width: 1366px) {
    .section-col-p{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 1024px) {
    .section-col-p{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 768.5px) {
    .custom-container{
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* 1. Webkit Browsers (Chrome, Safari, Edge) */
.my-scroll-container::-webkit-scrollbar {
    width: 6px;
}
.my-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.my-scroll-container::-webkit-scrollbar-thumb {
    background-color: #164e9c;
    border-radius: 4px;
    border: 1px solid transparent; /* For padding effect */
}
.my-scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #123d7a;
}
/* 2. Firefox Support */
.my-scroll-container {
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: #0C95DA #f1f1f1; /* thumb color | track color */
}
/*===================================== = Footer Logo =====================================*/
.footer-logos{
    overflow: hidden;
}
.footer-logos .custom-container {
    max-width: 1675px;
}
.footer-logos{
    padding: 0 52px;
}
.footer-logos ul{
    gap: 2.85vw;
}
.footer-logos .slick-track{
    display: flex;
    gap: 2.85vw;
}
.footer-logos .slick-initialized .slick-slide{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center
}
.footer-logos .slick-track .slick-slide img{
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media (max-width: 1366px) {
    .footer-logos{
        padding: 0 15px;
    }
}
@media (max-width: 1024px) {
    .footer-logos{
        padding: 0;
    }
    .footer-logos ul,
    .footer-logos .slick-track{
        gap: 15px;
    }
}
@media (max-width: 768.5px) {
    .footer-logos .custom-container {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .footer-logos ul{
        gap: 10px;
    }
}
@media (max-width: 640px) {
    .footer-logos ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer-logos ul li{
        flex: 1 1 20%;
    }
}

/*===================================== 
= Footer Form 
=====================================*/
html .gform-theme--framework .gform_validation_errors{
    display: none !important;
}
.footer-form{
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 85px;
}
.footer-form-box{
    gap: 30px;
}
.footer-form-box .footer-site-logo{
    margin: 10px 0 24px 0;
}
.footer-form-box .footer-form-left{
    max-width: 770px;
}
.footer-form-box .footer-form-right{
    max-width: 690px;
}
.footer-form .gf_browser_chrome{
    background: #FFFFFF;
    border: 1.47347px solid #E1E4ED;
    box-shadow: 0px 1.47347px 5.89389px rgba(25, 33, 61, 0.08);
    border-radius: 12px;
    padding: 48px;
}
.footer-form .gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    display: none;
}
.footer-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
    /* font-family: var(--gp-font--inter); */
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    color: #F8A23F;
    margin: 0 0 18px 0;
}
.footer-form .gform-theme--foundation .gfield input.large{
    height: 68px;
}
.footer-form .gform-theme--foundation .gfield input,
.footer-form .gform-theme--foundation .gfield textarea{
    padding: 26px 24px;
    background: #FFFFFF;
    border: 1.47347px solid #F1F3F7;
    box-shadow: 0px 1.47347px 5.89389px rgba(25, 33, 61, 0.08);
    border-radius: 8px;
    color: #6D758F;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
}
.footer-form .gform-theme--foundation .gfield textarea{
    min-block-size: 136px !important;
    height: 136px !important;
}
.footer-form .gform-theme--foundation .gfield input:focus,
.footer-form .gform-theme--foundation .gfield textarea:focus{
    outline-color: #F8A23F;
    outline-offset: 1px;
    outline-width: 1px;
}
.footer-form .gform_heading{
    display: none;
}
.footer-form .gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){
    /* font-family: var(--gp-font--inter); */
}
body .footer-form .gform_wrapper .gform-footer{
    position: relative;
}
body .footer-form .gform_wrapper .gform-footer .gform_button{
    width: 222px !important;
    height: 60px !important;
    padding: 15px 44px 15px 22px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    line-height: 29px !important;
    /* font-family: var(--gp-font--inter) !important; */
    border-radius: 8px !important;
    background: #F8A23F !important;
    display: flex !important;
}
body .footer-form .gform_wrapper .gform-footer .gform_button:hover,
body .footer-form .gform_wrapper .gform-footer .gform_button:active,
body .footer-form .gform_wrapper .gform-footer .gform_button:focus{
    color: #FFFFFF !important;
}
body .footer-form .gform_wrapper .gform-footer .gform_button:hover{
    background: #F8A23F !important;
    box-shadow: 0px 0px 34px #F8A23F !important;
}
body .footer-form .gform_wrapper .gform-footer::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 180px;
    right: auto;
    background-image: url('/wp-content/uploads/2025/07/arrow-rigth-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    margin: 1px 0 0 0;
}
.footer-form-right h2{
    /* font-family: var(--gp-font--inter); */
    color: #F8A23F;
    font-weight: 800;
    font-size: 71px;
    line-height: 71px;
    letter-spacing: 0;
    margin: 0;
}
.footer-form-right .footer-address-info{
    padding: 23px 0 0 0;
    max-width: 500px;
    width: 100%;
}
.footer-form-right .footer-address-info li:not(:last-child){
    border-bottom: 2px solid #F1F3F7;
}
.footer-form-right .footer-address-info li{
    gap: 33px;
    padding: 62px 0 32px 12px;
}
.footer-form-right .footer-address-info li svg{
    min-width: 41px;
}
.footer-form-right .footer-address-info li .footer-address-text span{
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    margin: 0 0 14px 0;
}
.footer-form-right .footer-address-info li .footer-address-text span,
.footer-form-right .footer-address-info li .footer-address-text a,
.footer-form-right .footer-address-info li .footer-address-text p{
    display: block;
    /* font-family: var(--gp-font--inter); */
    letter-spacing: 0;
    color: #242424;
}
.footer-form-right .footer-address-info li .footer-address-text a,
.footer-form-right .footer-address-info li .footer-address-text p{
    text-decoration: none;
    font-weight: 500;
    font-size: 23px;
    line-height: 24px;
    margin: 0;
}
.footer-form-right .footer-address-info li .footer-address-text small{
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 6px 0;
}
.footer-form-right .footer-address-info li .footer-address-text p{
    line-height: 30px;
}
body .footer-form input::placeholder,
body .footer-form textarea::placeholder {
  color: #6D758F5A !important;
}
body .footer-form input::-moz-placeholder,
body .footer-form textarea::-moz-placeholder {
  color: #6D758F5A !important;
}
body .footer-form input:-ms-input-placeholder,
body .footer-form textarea:-ms-input-placeholder {
  color: #6D758F5A !important;
}
body .footer-form input::-ms-input-placeholder,
body .footer-form textarea::-ms-input-placeholder {
  color: #6D758F5A !important;
}
@media (max-width: 1440px) {
    .footer-form-right h2{
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1199px) {
    .footer-site-logo{
        width: 280px;
    }
    .footer-site-logo img{
        width: 100%;
    }
    .footer-form-right h2{
        font-size: 48px;
        line-height: 48px;
    }
    .footer-form-right .footer-address-info li{
        gap: 24px;
        padding: 48px 0 32px 12px;
    }
    .footer-form .gf_browser_chrome{
        padding: 36px;
    }
    .footer-form-box .footer-form-left,
    .footer-form-box .footer-form-right{
        max-width: 100%;
        width: 50%;
    }
    .footer-form .gform-theme--foundation .gfield input,
    .footer-form .gform-theme--foundation .gfield textarea{
        padding: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    body .footer-form .gform_wrapper .gform-footer .gform_button{
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .footer-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 16px 0;
    }
}
@media (max-width: 1024px) {
    .footer-site-logo{
        width: 240px;
    }
    .footer-form{
        padding-top: 24px;
        padding-bottom: 60px;
    }
    .footer-form-right .footer-address-info{
        padding: 16px 0 0 0;
    }
    .footer-form-right .footer-address-info li{
        padding: 32px 0 24px 12px;
    }
    .footer-form-right .footer-address-info li .footer-address-text span{
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }
    .footer-form-right .footer-address-info li .footer-address-text a,
    .footer-form-right .footer-address-info li .footer-address-text p{
        font-size: 20px;
        line-height: 20px;
    }
    .footer-form-right .footer-address-info li .footer-address-text small{
        font-size: 18px;
        line-height: 26px;
    }
    .footer-form-right .footer-address-info li svg {
        min-width: 36px;
        max-width: 36px;
        width: 100%;
    }
    .footer-form-right .footer-address-info li .footer-address-text p{
        line-height: 28px;
    }
    .footer-form .gform-theme--foundation .gfield input,
    .footer-form .gform-theme--foundation .gfield textarea{
        padding: 18px;
        font-size: 18px;
        line-height: 26px;
    }
    body .footer-form .gform_wrapper .gform-footer .gform_button{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .footer-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 14px 0;
    }
    .footer-form .gform-theme--foundation .gfield input.large {
        height: 60px;
    }
}
@media (max-width: 991px) {
    .footer-form-box .footer-form-left,
    .footer-form-box .footer-form-right{
        width: 100%;
    }
    .footer-form-box{
        flex-wrap: wrap;
    }
    .footer-form-right .footer-address-info{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .footer-site-logo{
        width: 200px;
    }
    .footer-form-right h2{
        font-size: 36px;
        line-height: 36px;
    }
    .footer-form{
        padding-top: 24px;
        padding-bottom: 30px;
    }
    .footer-form-right .footer-address-info{
        padding: 8px 0 0 0;
    }
    .footer-form-right .footer-address-info li{
        padding: 24px 0 18px 12px;
    }
    .footer-form-right .footer-address-info li .footer-address-text span{
        font-size: 16px;
        line-height: 16px;
    }
    .footer-form-right .footer-address-info li .footer-address-text a,
    .footer-form-right .footer-address-info li .footer-address-text p{
        font-size: 18px;
        line-height: 18px;
    }
    .footer-form-right .footer-address-info li .footer-address-text small{
        font-size: 16px;
        line-height: 24px;
    }
    .footer-form-right .footer-address-info li svg {
        min-width: 32px;
        max-width: 32px;
    }
    .footer-form-right .footer-address-info li .footer-address-text p{
        line-height: 26px;
    }
    .footer-form .gform-theme--foundation .gfield input,
    .footer-form .gform-theme--foundation .gfield textarea{
        padding: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .footer-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 12px 0;
    }
    .footer-form .gform-theme--foundation .gfield input.large {
        height: 48px;
    }
}
@media (max-width: 639px) {
    .footer-form-right h2{
        font-size: 32px;
        line-height: 32px;
    }
    .footer-form .gform-theme--foundation .gform_fields {
        grid-row-gap: 24px;
        row-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
    .footer-form .gf_browser_chrome{
        padding: 24px;
    }
}
@media (min-width: 640px) {
    .footer-form .gform-theme--foundation .gform_fields {
        grid-row-gap: 30px;
        row-gap: 30px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
    .footer-form .gform-theme--foundation .gfield--width-half {
        grid-column: span 6;
    }
}
@media (min-width: 992px) {
    .footer-form .gform-theme--foundation .gfield--width-half {
        grid-column: span 12;
    }
}
@media (min-width: 1200px) {
    .footer-form .gform-theme--foundation .gform_fields {
        grid-row-gap: 36px;
        row-gap: 36px;
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
    .footer-form .gform-theme--foundation .gfield--width-half {
        grid-column: span 6;
    }
}

/*===================================== 
= Section Padding 
=====================================*/
body:not(.home) .main{
    padding-inline: 92px;
}
.section-space{
    padding-left: 62px;
    padding-right: 62px;
}
@media (max-width: 1366px) {
    .section-space{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    body:not(.home) .main{
        padding-inline: 72px;
    }
}
@media (max-width: 1024px) {
    .section-space{
        padding-left: 15px;
        padding-right: 15px;
    }
    body:not(.home) .main{
        padding-inline: 15px;
    }
}

/* About Section CSS START */
.about-section .bt-container {
    max-width: 1765px;
}
.about-section {
    padding: 160px 0 0;
    margin-top: 36px;
    background-image: url("/wp-content/uploads/2025/08/about-bg-img.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.about-ctn-main > .about-title > h3.classic-title {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 1.3335;
    margin-bottom: 44px;
    width: 100%;
    max-width: 595px;
}

.about-ctn-main > .about-title > h3 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 24px;
    color: #000000;
}

.about-ctn-main > .about-title > h3 > img {
    vertical-align: middle;
    display: inline-block;
}

.about-img-main > .about-img >  img {
    width: 100%;
    max-width: 712px;
    object-fit: cover;
    margin: 0;
}

.about-ctn-main > .about-title > h3.classic-title > span {
    position: relative;
}

.about-ctn-main > .about-title > h3.classic-title > span:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2025/08/row-line-img.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: -18px;
}

.about-ctn-main > .about-title > p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 26px;
    color: #555555;
    width: 100%;
    margin: 0;
    max-width: 913px;
    line-height: 1.6156;
}

.about-ctn-main > .about-title:not(:last-child) {
    margin-bottom: 272px;
}

.about-img-main > .about-img:not(:last-child) {
    margin-bottom: 96px;
}

.about-section .bt-row .about-img-main {
    width: 100%;
    max-width: 40%;
}

.about-section .bt-row > .about-ctn-main {
    width: 100%;
    max-width: 53%;
}

.about-img-main>.about-img:nth-child(1)>img:first-child {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #00000040;
}

.about-img-main>.about-img:nth-child(2)>img:first-child {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 0px #0000004D;
}
@media only screen and (max-width: 1299px){
    .about-ctn-main > .about-title:not(:last-child) {
        margin-bottom: 92px;
    }
    .about-ctn-main > .about-title > h3 {
        font-size: 42px;
        margin-bottom: 12px;
    }
    .about-section {
        margin: 0;
        padding: 60px 0 0;
    }
    .about-ctn-main > .about-title > h3.classic-title {
        font-size: 42px;
        margin-bottom: 22px;
    }
    .about-ctn-main > .about-title > h3 > img {
        max-width: 45px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-ctn-main > .about-title > h3.classic-title, .about-ctn-main > .about-title > h3 {
        font-size: 36px;
        margin-bottom: 26px;
    }
    .about-ctn-main > .about-title:not(:last-child) {
        margin-bottom: 80px;
    }
    .about-ctn-main > .about-title > p{
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 991px) {
    .about-ctn-main > .about-title > h3.classic-title > span:after {
        bottom: -8px;
    }
    .about-img-main>.about-img:nth-child(1)>img:first-child,
    .about-img-main>.about-img:nth-child(2)>img:first-child {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px){
    .about-section {
        padding-top: 40px;
    }
    .about-ctn-main > .about-title > p {
        font-size: 16px;
    }
    .about-ctn-main > .about-title > h3.classic-title, .about-ctn-main > .about-title > h3 {
        font-size: 28px;
        margin-bottom: 6px;
    }
}
@media only screen and (max-width: 620px) {
    .about-section {
        background-image: none;
    }
    .about-section .bt-row .about-img-main, .about-section .bt-row > .about-ctn-main {
        max-width: 100%;
    }
    .about-ctn-main > .about-title:not(:last-child) {
        margin-bottom: 22px;
    }
    .about-img-main > .about-img:not(:last-child) {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .about-ctn-main > .about-title > h3 > img {
        max-width: 28px;
    }
}
/* About Section CSS EMD */

/* System Section CSS START */
.system-section {
    padding-bottom: 135px;
    padding-top: 217px;
    background-image: url(/wp-content/uploads/2025/08/system-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 110px -70px;
    margin-top: -30px;
}
.system-section .bt-container{
    max-width: 1345px;
}
.system-ctn-main > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    margin-bottom: 14px;
}

.system-ctn-main > p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.591;
    text-align: center;
    width: 100%;
    max-width: 763px;
    color: #333333;
    margin: 0;
}

.system-ctn-main {
    margin: 0 auto 128px;
}

.system-services-box > div {
    padding: 20px;
    background-color: #EDF1F5;
    width: 100%;
    max-width: 130px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 1px solid #DFE0E4;
}

.system-services-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 35px;
}

.system-services-boxes > div {
    width: 100%;
    max-width: 312px;
    text-align: center;
    padding: 30px 30px 40px;
    border: 1px solid #dfe0e4;
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.system-services-box > div > img {
    width: 100%;
    min-width: 90px;
}

.system-services-box > h3 {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 1.3335;
    margin-bottom: 16px;
}

.system-services-box > p {
    color: #7F8080;
    /* font-family: Inter; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: 250px;
}
.system-services-boxes .love-what-we-do {
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0 5px 0 0 #752C89;
    box-shadow: 0 5px 0 0 #752C89;
}
.system-services-boxes .love-what-we-do:hover {
    -webkit-box-shadow: 2.5px 2.5px 0px 2.5px #752C89;
    box-shadow: 2.5px 2.5px 0px 2.5px #752C89;
}
.system-services-boxes .deliver-on-what-we-commit {
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0 5px 0 0 #F8A23F;
    box-shadow: 0 5px 0 0 #F8A23F;
}
.system-services-boxes .deliver-on-what-we-commit:hover {
    -webkit-box-shadow: 2.5px 2.5px 0px 2.5px #F8A23F;
    box-shadow: 2.5px 2.5px 0px 2.5px #F8A23F;
}
.system-services-boxes .breathe-innovastion {
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0 5px 0 0 #46B772;
    box-shadow: 0 5px 0 0 #46B772;
}
.system-services-boxes .breathe-innovastion:hover {
    -webkit-box-shadow: 2.5px 2.5px 0px 2.5px #46B772;
    box-shadow: 2.5px 2.5px 0px 2.5px #46B772;
}
.system-services-boxes .obsessed-with-your-success {
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0 5px 0 0 #3FC4EF;
    box-shadow: 0 5px 0 0 #3FC4EF;
}
.system-services-boxes .obsessed-with-your-success:hover {
    -webkit-box-shadow: 2.5px 2.5px 0px 2.5px #3FC4EF;
    box-shadow: 2.5px 2.5px 0px 2.5px #3FC4EF;
}
@media only screen and (max-width: 1299px) {
    .system-section{
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0;
    }
    .system-ctn-main {
        margin: 0 auto 36px;
    }
    .system-ctn-main > h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1024px){
    .system-services-boxes{
        grid-template-columns: repeat(2, 1fr);
    }
    .system-ctn-main > h2 {
        font-size: 36px;
    }
    .system-section {
        background-size: 767px;
        background-position: center center
    }
    .system-ctn-main > p {
        font-size: 20px;
        line-height: 1.4;
        max-width: 100%;
    }
    .system-services-boxes {
        gap: 22px;
    }
    .system-services-box > div {
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 767px){
    .system-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .system-ctn-main > h2 {
        font-size: 28px;
    }
    .system-ctn-main > p {
        font-size: 16px;
    }
    .system-services-boxes > div {
        padding: 24px;
    }
    .system-services-box > div {
        max-width: 90px;
    }
    .system-services-box > div > img {
        min-width: unset;
        max-width: 50px;
    }
    .system-services-box > h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 620px) {
    .system-section {
        background-image: none;
    }
    .system-services-boxes{
        grid-template-columns: repeat(1, 1fr);
    }
    .system-services-box > p {
        max-width: 100%;
    }
}
/* System Section CSS END */

/* Vision Section CSS START */
.vision-section {
    padding-bottom: 12.44vw;
    padding-top: 8.90625vw;
    background-image: url("/wp-content/uploads/2025/08/site-main-logo.svg");
    background-repeat: no-repeat;
    background-size: 23.6109375vw;
    background-position: center;
    max-width: 900px;
    margin: 0 auto 7.5vw;
    text-align: center;
}

.vision-ctn-main > h3 {
    margin: 0;
    color: #333333;
    line-height: 1.68;
}

.vision-ctn-main > h3 > q {
    font-weight: 500;
    font-size: 44px;
    text-align: center;
}

.vision-ctn-main > h3 > q:before, q:after {
    font-size: 80px;
    color: #7F808080;
}
@media only screen and (max-width: 1024px) {
    .vision-ctn-main > h3 > q {
        font-size: 28px;
    }
    .vision-ctn-main > h3 > q:before, q:after {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .vision-ctn-main > h3 > q {
        font-size: 18px;
    }
    .vision-ctn-main > h3 > q:before, q:after {
        font-size: 35px;
    }
}
/* Vision Section CSS END */

/* Grow Section CSS START */
.grow-section {
    padding: 145.15px 0 137px;
    background-image: url(/wp-content/uploads/2025/08/grid-blocks-grow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 80px;
}

.grow-ctn-main > .grow-ctn > .diff-clr > span {
    color: #DE760F !important;
}

.grow-section .bt-container {
    max-width: 1670px;
}

.careers-main-ctn .grow-ctn > h3 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 1.3335;
    margin-bottom: 38px;
}

.grow-ctn-main > .grow-ctn > .diff-clr span:after {
    background-image: none;
}

.grow-ctn-main > .grow-ctn > h3 > span {
    color: #46B772;
    position: relative;
}

.careers-main-ctn .grow-ctn > h3.site-clr > span {
    color: #1BAACA;
}

.grow-ctn-main > .grow-ctn > h3 > span:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2025/08/grow-line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: -20px;
}

.grow-ctn-main > .grow-ctn > p {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 26px;
    text-align: justify;
    width: 100%;
    max-width: 907px;
    margin: 0;
    line-height: 1.3467;
}

.careers-main-ctn .grow-ctn-main {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 55px;
}

.careers-main-ctn .grow-ctn-main .career-img {
    width: 100%;
    max-width: 42.1%;
    flex: 0 0 42.1%;
    text-align: end;
}
.careers-main-ctn .grow-ctn-main .career-img img{
    border-radius: 40px;
}
.grow-ctn > .main-clr > span {
    color: #B33636;
}

.grow-ctn > .main-clr, .grow-ctn.life-ctn > h3, .grow-ctn-main.join-ctn > div > h3 {
    margin-bottom: 20px !important;
    line-height: 1 !important;
}

.grow-ctn.special-space {
    margin-top: 27px;
    margin-bottom: 137px;
}

.career-img.join-img > img {
    width: 100%;
    max-width: 513px;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}

.grow-ctn-main.join-ctn > .career-img.join-img {
    max-width: 36%;
    flex: 0 0 36%;
}
.grow-ctn-main.join-ctn > .career-img.join-img img{
    border-radius: 30px;
}
.careers-images-main > div > p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    line-height: 1.4235;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    max-width: 1434px;
}

.careers-images-main > div:first-child {
    background-color: #F8A23F;
    padding: 12.5px 12px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 25px;
}

.grow-ctn.life-ctn {
    margin-top: 137px;
    margin-bottom: 98px;
}

.careers-images-main .careers-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 59px;
}
.careers-images-main .careers-images div:nth-child(1){
    overflow: hidden;
    border-radius: 0 0 0 20px;
}
.careers-images-main .careers-images div:nth-child(2){
    overflow: hidden;
    border-radius: 0 0 20px 0;
}

.grow-ctn.special-space p, .grow-ctn.life-ctn p {
    margin: 0;
}

@media only screen and (min-width: 1299px) {
    .grow-ctn-main.join-ctn > .grow-ctn {
        width: 100%;
        max-width: 60%;
        flex: 0 0 60%;
    }
}

@media only screen and (max-width: 1299px) {
    .grow-section {
        padding: 80px 0;
    }
    .grow-ctn.life-ctn {
        margin: 60px 0;
    }
    .careers-main-ctn .grow-ctn > h3 {
        font-size: 46px;
    }
    .grow-ctn-main > .grow-ctn > p, .grow-ctn.special-space p, .grow-ctn.life-ctn p {
        font-size: 20px;
    }
    .grow-ctn.special-space {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .careers-images-main .careers-images {
        gap: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .careers-main-ctn .grow-ctn > h3, 
    .grow-ctn-main.join-ctn > div > h3 {
        font-size: 36px;
        margin-bottom: 16px !important;
    }
    .careers-images-main > div > p {
        font-size: 22px;
        line-height: normal;
    }
    .grow-section {
        padding: 60px 0;
    }
    .grow-ctn-main > .grow-ctn > h3 > span:after {
        bottom: -11px;
    }
    .grow-section .bt-container{
        padding: 0;
    }
    .careers-main-ctn .grow-ctn-main .career-img img{
        border-radius: 30px;
    }
    .grow-ctn-main.join-ctn > .career-img.join-img img{
        border-radius: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .grow-ctn.special-space, .grow-ctn.life-ctn  {
        margin: 40px 0;
    }
    .careers-main-ctn .grow-ctn-main .career-img img{
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .careers-main-ctn .grow-ctn-main {
        flex-wrap: wrap;
        gap: 18px;
    }
    .careers-main-ctn .grow-ctn-main .career-img {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: start;
    }

    .career-img.join-img > img {
        max-width: 100%;
    }
    .careers-main-ctn .grow-ctn > h3, .grow-ctn-main.join-ctn > div > h3 {
        font-size: 28px;
        margin-bottom: 10px !important;
    }
    .grow-ctn-main > .grow-ctn > p, .grow-ctn.special-space p, .grow-ctn.life-ctn p, .careers-images-main > div > p {
        font-size: 16px;
    }
    .grow-ctn.special-space, .grow-ctn.life-ctn {
        margin: 28px 0;
    }
    .careers-images-main .careers-images {
        gap: 18px;
        flex-wrap: wrap;
    }
    .careers-images-main .careers-images div:nth-child(2){
        border-radius: 0 0 20px 20px;
    }
    .careers-images-main .careers-images > div:first-child {
        border-radius: 0;
    }
    .careers-images-main > div:first-child {
        margin-bottom: 18px;
    }
    .grow-section {
        padding: 40px 0;
    }
    .careers-main-ctn .grow-ctn-main .career-img img{
        width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .grow-section {
        background-image: none;
    }
}
/* Grow Section CSS END */

/* Culture Sectin CSS START */
.culture-section {
    padding-bottom: 300px;
    background-image: url("/wp-content/uploads/2025/08/career-culture-bg-img.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 250px;
}

.culture-section .bt-container {
    max-width: 1346px;
}

.culture-title > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
}

.culture-title > p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #555555;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1207px;
    line-height: 1.3466;
}

.culture-images-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
}

.culture-title {
    margin-bottom: 86px;
}

.culture-images-main > div > img {
    border-radius: 20px;
    box-shadow: 0px 1px 24px 0px #00000040;
}

.culture-center-img > img {
    border-radius: 30px !important;
}

.culture-title > h2 > span::after  {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 50%;
    right: 0;
}

.culture-title > h2 > span {
    padding-right: 30px;
    margin-right: 20px;
}

/* .culture-title > h2 > span:nth-child(2)::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 50%;
    right: 0;
} */

.culture-title > h2 > span {
    position: relative;
}

/* .culture-title > h2 > span:nth-child(2) {
    padding-right: 30px;
    margin-right: 20px;
} */

@media only screen and (max-width: 1299px) {
    .culture-title > h2 {
        font-size: 46px;
        margin-bottom: 30px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1024px) {
    .culture-section {
        padding-bottom: 60px;
    }
    .culture-title > h2 {
        font-size: 36px;
    }
    .culture-title {
        margin-bottom: 60px;
    }
    .culture-section .bt-container{
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .culture-title > h2 > span:first-child::after, .culture-title > h2 > span:nth-child(2)::after {
        content: none;
    }
    .culture-title > h2 > span:first-child, .culture-title > h2 > span:nth-child(2) {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .culture-section {
        padding-bottom: 40px;
        background-size: cover;
    }
    .culture-title > h2 {
        font-size: 28px;
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .culture-title > p {
        font-size: 16px;
    }
    .culture-title {
        margin-bottom: 30px;
    }
    .culture-images-main {
        gap: 18px;
    }
    .culture-images-main > div > img {
        border-radius: 12px;
    }
    .culture-center-img > img {
        border-radius: 18px !important;
    }
}

@media only screen and (max-width: 480px) {
    .culture-images-main {
        flex-wrap: wrap;
    }
    .culture-images-main > div, .culture-images-main > div img{
        width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .culture-section {
        background-image: none;
    }
}
/* Culture Section CSS END */

/* Home Brands Section CSS Start */
.brands-section {
    padding-bottom: 129px;
    overflow: hidden;
}
.page-template-solution-page-template .brands-section{
    padding-top: 68px
}
.brands-title > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 6.57px;
}

.brands-title > p {
    color: #000;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.brands-title > h2 > span {
    color: #E08600;
}

.brands-logo-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    column-gap: 88px;
    row-gap: 76px;
}

.brands-logo-main > .brands-logo {
  text-align: center;
  width: 240px;
  height: 240px;
  background: #FFF;
  align-content: center;
  border-radius: 100%;
  padding: 16px;
  margin: 0 auto;
  overflow: hidden;
  transition: all .5s !important;
  box-shadow: 0px 1px 30.12px 0px #0000001A;
}

.brands-section > .bt-container {
    max-width: 1260px;
}

.brands-logo.one {
    background-color: #272727;
    border: 1px solid transparent;
}

.brands-logo.five {
    background-color: #0D4A98;
}

.brands-logo.nine {
    background-color: #C3151B;
}

.brands-logo.twelve {
    background-color: #B0CB1F;
}

.brands-logo.eight {
    background-color: #003E55;
}

.brands-logo.four {
    background-color: #211360;
}

.brands-logo.one:hover {
    border-color: #95ad75;
    box-shadow: 0 0 20px 5px #272727;
}

.brands-logo.two:hover, .brands-logo.three:hover {
    box-shadow: 0 0 20px 5px rgba(255, 0, 0, 0.4);
}

.brands-logo.four:hover {
    box-shadow: 0 0 30px 8px rgba(102, 102, 255, 0.4);
}

.brands-logo.five:hover {
    box-shadow: 0 0 25px 8px rgba(0, 102, 204, 0.3);
}

.brands-logo.six:hover {
    box-shadow: 0 0 25px 8px rgba(204, 0, 102, 0.3);
}

.brands-logo.seven:hover {
    box-shadow: 0 0 25px 8px rgba(255, 153, 0, 0.35);
}

.brands-logo.eight:hover {
    box-shadow: 0 0 35px 10px rgba(0, 180, 216, 0.35);
}

.brands-logo.nine:hover {
    box-shadow: 0 0 25px 8px rgba(204, 0, 0, 0.45);
}

.brands-logo.ten:hover {
    box-shadow: 0 0 25px 8px rgba(204, 153, 102, 0.35);
}

.brands-logo.eleven:hover {
    box-shadow: 0 0 20px 6px rgba(0, 102, 51, 0.35);
}

.brands-logo.twelve:hover {
    box-shadow: 0 0 25px 8px rgba(146, 184, 20, 0.45);
}

.brands-title {
    margin-bottom: 46px;
}

.brands-logo-main::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 1299px) {
  .brands-section {
    padding-bottom: 60px;
  }
  .brands-logo-main > .brands-logo {
    width: 139px;
    height: 139px;
  }
  .brands-logo-main {
    column-gap: 40px;
    row-gap: 40px;
    /* grid-template-columns: repeat(3, 1fr); */
  }
}
@media only screen and (max-width: 1024px) {
  .brands-title > h2 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 767px){
  .brands-section {
    padding-bottom: 50px;
  }

  .brands-logo-main > .brands-logo {
    padding: 11px;
  }
  
  .brands-title > p {
    font-size: 16px;
    line-height: 1.375;
  }

  .brands-logo-main {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .brands-logo-main {
    column-gap: 39px;
    row-gap: 30px;
    padding: 20px 0;
  }
  .brands-title > h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
  .brands-logo.ten {
    display: none;
  }
}

@media only screen and (max-width: 520px) {
  .brands-logo-main {
    display: flex;
    flex-wrap: wrap;
    max-height: 394px;
    overflow-y: auto;
    /* grid-template-columns: repeat(2, 1fr); */
  }
  .brands-title > p {
    max-width: 217px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .brands-logo-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Home Brands Section CSS END */

/* Home Review Section CSS START */
.review-slider-main{
    margin: 76px 0 0 0;
}
.review-section {
    overflow: hidden;
    padding-top: 109px;
}

.review-title > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 0.8;
}

.review-title > h2 > span {
    color: #0C95DA;
}

.say-review-main .review-name > img {
    width: 100%;
    max-width: 240px;
    margin: 0;
    object-fit: cover;
    border-radius: 120px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-top: -82px;
}

.say-review-main .review-name {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 32px;
    margin-bottom: 35px;
}
.say-review-main .review-name .review-name-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    block-size: 128px;
    padding-right: 104px;
}

.say-review-main .review-name .review-name-content .review-name-logo img{
    max-width: 100%;
    margin-left: auto;
}
.say-review-main .review-name .review-name-content .review-name-text{
    display: flex;
    gap: 32px;
    align-items: self-start;
}

.say-review-main .review-name .say-review-name > h5 {
    /* font-family: Roboto; */
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 11px;
    line-height: 1.1;
  }
  
  .say-review-main .review-name .say-review-name > p {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #21272A;
    margin: 0;
}

.say-review-main p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 23px;
    text-align: justify;
    overflow: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    max-width: 1539px;
    margin: 0 auto;
    letter-spacing: 0.06em;
    color: #21272A;
}
.scroll-section::-webkit-scrollbar {
    display: none;
}

.say-review-main {
    padding: 16px 28px 40px 28px;
    position: relative;
    background: linear-gradient(90deg, #F1FBFD 0%, #FFFFFF 100%);
    border: 2px solid #35BDE8;
    box-shadow: 0px 0px 10px rgba(53, 189, 232, 0.25);
    border-radius: 14px;
}

/* In section review slide CSS */
.review-slider-main:not(.slick-initialized) > *:not(:first-child){
    display: none;
}
.review-slider-main .slick-track {
    padding-top: 71px;
    padding-bottom: 20px;
    display: flex !important;
    align-items: stretch;
    gap: 58px;
}

.review-slider-main .slick-slide {
  height: auto;
}

.review-section > .bt-container {
    width: 100%;
    max-width: 1739px;
}

.say-review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
    /*top: 18px;*/
    /*right: 20px;*/
}

.review-qoutes > img {
    width: 100%;
    max-width: 137px;/*57*/
    object-fit: contain;
}

.review-qoutes {
    width: fit-content;
    position: absolute;
    top: -90px;
    left: auto;
    right: -20px;
}

.review-section .bt-row {
    position: relative;
}
.review-section .bt-row::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/home-review-bg-img.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: -5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}
.slider-nav-wrapper > .slick-prev-custom.slick-arrow::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/slick-left-arrow-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 59px;
    height: 59px;
    display: block;
}

.slider-nav-wrapper > .slick-next-custom.slick-arrow::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/slick-right-arrow-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 59px;
    height: 59px;
    display: block;
    /*transform: rotate(180deg);*/
}

.slider-nav-wrapper > button {
    padding: 0;
}

.slider-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
}
.slider-nav-wrapper .slick-arrow {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    background-color: transparent !important;
    border-color: transparent !important;
}


.slider-nav-wrapper .slick-prev, .slider-nav-wrapper .slick-next {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    z-index: 2 !important;
    top: calc(100% + 8px) !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    padding: 0px !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    outline: none !important;
    transition: all 0.5s ease-in-out !important;
}

@media only screen and (max-width: 1279px) {
    .review-qoutes > img{
        max-width: 120px;
    }
    .say-review-main{
        padding-bottom: 28px;
    }
  .say-review-main > .review-name {
      gap: 20px;
      margin-bottom: 25px;
  }
  .say-review-main .review-name .say-review-name > h5{
      font-size: 24px;
  }
  .say-review-main > .review-name > img {
      max-width: 200px;
      margin-top: -72px;
  }
  .say-review-main .review-name .review-name-content{
      padding-right: 50px;
  }
  .say-review-main .review-name .review-name-content .review-name-text{
      gap: 20px;
  }
  .say-review-main .review-name .say-review-name > h5 {
      margin-bottom: 4px;
      font-size: 18px;
  }
  .say-review-main .review-name .say-review-name > p{
      font-size: 20px;
  }
  .say-review-main .review-name .say-review-name > p {
      font-size: 16px;
  }

  .say-review-rating {
      top: 12px;
  }

  .say-review-rating > img {
      width: 24px;
  }
}

@media only screen and (max-width: 1023px) {
    .say-review-main{
        padding-top: 28px;
    }
    .say-review-main .review-name .review-name-content .review-name-text{
      flex-direction: column;
      gap: 10px;
    }
    .say-review-main .review-name .review-name-content {
        padding-right: 0;
    }
    .say-review-main > .review-name {
        gap: 10px;
    }
    .say-review-main .review-name .say-review-name > p {
        font-size: 18px;
    }
    .say-review-main .review-name .say-review-name > h5 {
        font-size: 22px;
    }
    .say-review-main .review-name .review-name-content{
        block-size: auto;
    }
    .say-review-main .review-name .review-name-content .review-name-logo{
        width: 124px;
    }
    .say-review-main > .review-name > img{
        max-width: 160px;
        margin-top: -60px;
    }
    .review-qoutes{
        top: -76px;
        right: -12px;
    }
} 
@media only screen and (min-width: 768px) and (max-width: 1024.5px) {
  .review-section .bt-row:after {
    background: none;
  }
}

@media only screen and (max-width: 1299px) {
  .say-review-main p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .review-section {
    padding-top: 60px;
  }
  .review-title > h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home .review-section {
    padding-top: 0;
  }
  .review-section .bt-row:after {
    bottom: -20px;
    left: -2px;
    background-image: url('/wp-content/uploads/2025/08/home-review-mobile-bg-img.svg');
    background-size: 80%;
  }
  .review-slider-main .slick-track {
    gap: 23px;
  }
  .review-title > h2 {
    font-size: 26px !important;
  }
  .review-slider-main .slick-track {
    padding-top: 74px;
    padding-bottom: 20px;
  }
  .say-review-main {
    padding: 20px;
    border-radius: 8px;
  }
  .review-section .bt-row > .bt-col {
    padding: 0;
  }
  .say-review-main .review-name > img {
    max-width: 140px;
  }
  .say-review-main > .review-name {
    margin-bottom: 11.44px;
  }
  .say-review-rating {
    top: 9px;
  }
  .say-review-main p {
    font-size: 14px;
    /*max-height: 141px;*/
  }
  .say-review-main .review-name .say-review-name p {
    font-size: 13.07px;
  }
  .slider-nav-wrapper {
    padding-right: 0px;
  }
  .say-review-rating > img {
    width: 19px;
  }
  .say-review-main .review-name > img {
    max-width: 140px;
    margin-top: -50px;
  }
    .say-review-main .review-name .say-review-name > h5 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .say-review-main .review-name .say-review-name > p {
        font-size: 16px;
    }
    .review-qoutes > img {
        max-width: 100px;
    }
    .review-qoutes {
        top: -66px;
    }
    .slider-nav-wrapper > .slick-next-custom.slick-arrow::before,
    .slider-nav-wrapper > .slick-prev-custom.slick-arrow::before{
        width: 48px;
        height: 48px;
    }
    .slider-nav-wrapper{
        gap: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .say-review-main {
        padding: 18px;
    }
    .say-review-main .review-name .review-name-content .review-name-logo {
        width: 100px;
    }
    .say-review-main .review-name > img {
        max-width: 100px;
        margin-top: 0;
    }
    .say-review-main .review-name {
        align-items: center;
    }
    .review-qoutes > img {
        max-width: 80px;
    }
    .review-qoutes {
        top: -50px;
    }
    .say-review-main .review-name {
        align-items: start;
        flex-direction: column;
        margin-top: -60px;
    }
    .slider-nav-wrapper > .slick-next-custom.slick-arrow::before,
    .slider-nav-wrapper > .slick-prev-custom.slick-arrow::before{
        width: 40px;
        height: 40px;
    }
    .slider-nav-wrapper{
        gap: 24px;
    }
}
@media only screen and (max-width: 480px) {
    .say-review-main {
        padding: 16px;
    }
    .say-review-main .review-name .say-review-name > h5 {
        font-size: 18px;
    }
    .say-review-main .review-name .review-name-content .review-name-logo{
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .say-review-main > .review-name {
        gap: 20px;
    }
    .say-review-main .review-name .review-name-content .review-name-text{
        gap: 4px;
    }
}
