﻿@font-face {
    font-family: "Lato-Medium";
    src: url("../fonts/Lato-Medium.eot?");
    src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Medium.woff2") format("woff2"),url("../fonts/Lato-Medium.woff") format("woff"),url("../fonts/Lato-Medium.ttf") format("truetype"),url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Black";
    src: url("../fonts/Lato-Black.eot?");
    src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Black.woff2") format("woff2"),url("../fonts/Lato-Black.woff") format("woff"),url("../fonts/Lato-Black.ttf") format("truetype"),url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Semibold";
    src: url("../fonts/Lato-Semibold.eot?");
    src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Semibold.woff2") format("woff2"),url("../fonts/Lato-Semibold.woff") format("woff"),url("../fonts/Lato-Semibold.ttf") format("truetype"),url("../fonts/Lato-Semibold.svg#Lato-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato-Bold.eot?");
    src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Bold.woff2") format("woff2"),url("../fonts/Lato-Bold.woff") format("woff"),url("../fonts/Lato-Bold.ttf") format("truetype"),url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Italic";
    src: url("../fonts/Lato-Italic.eot?");
    src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Italic.woff2") format("woff2"),url("../fonts/Lato-Italic.woff") format("woff"),url("../fonts/Lato-Italic.ttf") format("truetype"),url("../fonts/Lato-Italic.svg#Lato-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Light";
    src: url("../fonts/Lato-Light.eot?");
    src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Light.woff2") format("woff2"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.ttf") format("truetype"),url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.eot?");
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Regular.woff2") format("woff2"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.ttf") format("truetype"),url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-inviewport=contentSlideUp] {
    opacity: 0;
    transform: translateY(20%);
}

    [data-inviewport=contentSlideUp].is-inViewport {
        transform: translateY(0%);
        opacity: 1;
        transition: 1s;
    }

[data-inviewport=contentSlideLeft] {
    opacity: 0;
    transform: translateX(-20%);
}

    [data-inviewport=contentSlideLeft].is-inViewport {
        transform: translateX(0%);
        opacity: 1;
        transition: 1s;
    }

[data-inviewport=contentSlideRight] {
    opacity: 0;
    transform: translateX(20%);
}

    [data-inviewport=contentSlideRight].is-inViewport {
        transform: translateX(0%);
        opacity: 1;
        transition: 1s;
    }

[data-inviewport=contentSlideUp2] {
    opacity: 0;
    transform: translateY(20%);
}

    [data-inviewport=contentSlideUp2].is-inViewport {
        transform: translateY(0%);
        opacity: 1;
        transition: 1s .2s;
    }

[data-inviewport=contentSlideUp3] {
    opacity: 0;
    transform: translateY(20%);
}

    [data-inviewport=contentSlideUp3].is-inViewport {
        transform: translateY(0%);
        opacity: 1;
        transition: 1s .4s;
    }

[data-inviewport=contentSlideUp4] {
    opacity: 0;
    transform: translateY(20%);
}

    [data-inviewport=contentSlideUp4].is-inViewport {
        transform: translateY(0%);
        opacity: 1;
        transition: 1s .6s;
    }

html {
    min-height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p, div, h1, h2, h3, h4, h5, ul, li, ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.animation {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

.opacity {
    opacity: 0;
}

.inView .opacity {
    opacity: 1;
}

.bodyText {
    font-size: 1vw;
    font-family: "Lato-Regular",sans-serif;
    color: #333;
}

@media screen and (min-width:769px) {
    .mobile {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .desktop {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .mbflex {
        display: flex;
    }
}

.noclick {
    pointer-events: none;
}

input, textarea {
    border: 0;
    margin: 0;
    padding: 0;
}

.a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

h1, h2, h3, p {
    font-weight: normal;
}

h2 {
    color: #043110;
    font-size: 34px;
    line-height: 60px;
    font-family: "Lato-Bold";
}

h3 {
    color: #043110;
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato-Bold";
}

p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "Lato-Regular";
}

.grey {
    color: #000;
    opacity: .4;
    cursor: default;
}

@media screen and (min-width:1025px) {
    .grey:hover a span {
        color: #000 !important;
    }
}

.back-to-top-button.show {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top-button {
    position: fixed;
    bottom: 1.8%;
    right: 1.3%;
    padding: 20px;
    background-color: #216497;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    z-index: 999;
    overflow: hidden;
    transition: all .4s ease;
    pointer-events: none;
    opacity: 0;
}

    .back-to-top-button svg {
        width: 22px;
        height: 22px;
        fill: #fff;
        transform: rotate(-90deg);
    }

@media screen and (min-width:1025px) {
    .back-to-top-button:hover {
        background-color: #83af40;
    }

        .back-to-top-button:hover::before {
            opacity: 1;
        }

        .back-to-top-button:hover::before, .back-to-top-button:hover::after {
            transform: translateX(300px) skewX(-15deg);
            transition: all .9s ease;
        }

        .back-to-top-button:hover svg {
            fill: #fff;
        }
}

.back-to-top-button::before, .back-to-top-button::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
}

.back-to-top-button::before {
    width: 60px;
    background: rgba(255,255,255,.5);
    filter: blur(30px);
    opacity: .5;
}

.back-to-top-button::after {
    width: 30px;
    left: 30px;
    background: rgba(255,255,255,.2);
    filter: blur(5px);
}

@keyframes shine {
    0% {
        -webkit-mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
    }
}

@media screen and (min-width:769px) {
    .hover-effect:hover, a.blue:hover {
        -webkit-mask-image: linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#ac1a2d 50%,rgba(0,0,0,.6) 70%);
        -webkit-mask-size: 200%;
        animation: shine 1s infinite;
    }
}

.link-hover {
    position: relative;
    text-decoration: none;
    width: fit-content;
    transition: opacity .3s;
}

@media screen and (min-width:1025px) {
    .link-hover:hover::after {
        width: 100%;
    }
}

.link-hover::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width .3s;
}

.btn-hover {
    position: relative;
    transition: background-color .3s;
    overflow: hidden;
}

@media screen and (min-width:1025px) {
    .btn-hover:hover {
        background-color: #216497;
    }

        .btn-hover:hover::before {
            opacity: 1;
        }

        .btn-hover:hover::before, .btn-hover:hover::after {
            transform: translateX(300px) skewX(-15deg);
            transition: all .9s ease;
        }

        .btn-hover:hover .img-container svg {
            fill: #216497;
        }
}

.btn-hover::before, .btn-hover::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
}

.btn-hover::before {
    width: 60px;
    background: rgba(255,255,255,.5);
    filter: blur(30px);
    opacity: .5;
}

.btn-hover::after {
    width: 30px;
    left: 30px;
    background: rgba(255,255,255,.2);
    filter: blur(5px);
}

.whatsappShadow {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 10;
    position: fixed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: .25px solid #f4aaa3;
    padding: 3px;
    transition: all ease-in-out 300ms;
}

    .whatsappShadow a {
        width: 65px;
        height: 65px;
        display: block;
        background-color: #f4aaa3;
        border-radius: 3vw;
        box-shadow: 0 10px 10px rgba(0,0,0,.0431372549);
        border: .25px solid #f4aaa3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 300ms;
    }

        .whatsappShadow a img {
            width: 38px;
            height: 38px;
        }

    .whatsappShadow:hover {
        cursor: pointer;
    }

@media screen and (min-width:960px) {
    .whatsappShadow:hover {
        border: .25px solid #49c798;
    }

        .whatsappShadow:hover a {
            background-color: #49c798;
            border: .25px solid #49c798;
        }
}

@keyframes phoneAnimation {
    0% {
        transform: rotate(-10deg);
    }

    20% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

.navBarSect {
    width: 100%;
    height: 85px;
    background: #fff;
    display: flex;
    padding: 0 3%;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: .5s;
}

    .navBarSect.scrolled {
        box-shadow: 0 .1vw 1vw .15vw rgba(0,0,0,.03);
        height: 90px;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

@media screen and (max-width:768px) {
    .navBarSect.scrolled {
        box-shadow: 0 3px 8px rgba(0,0,0,.03);
    }
}

@media screen and (min-width:1600px) {
    .navBarSect.scrolled {
        height: 5.63vw;
    }
}

.navBarSect.scrolled .logoSect {
    top: 0;
}

.navBarSect .logoSect {
    max-width: 230px;
    width: 20%;
    height: auto;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navBarSect .logoSect .fullLogo {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }

.navBarSect .navLinkSect {
    border-radius: 24px;
    position: relative;
    width: auto;
    padding: 0 20px;
    height: 43px;
    background: #f1f1f1;
    border: .5px solid #929292;
    opacity: 1;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .navBarSect .navLinkSect .NavTabSect {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 20px 15px;
    }

        .navBarSect .navLinkSect .NavTabSect.active h3 {
            color: #216497;
        }

        .navBarSect .navLinkSect .NavTabSect h3 {
            font-family: Lato-Regular,sans-serif;
            font-size: 1vw;
            color: #000;
            transition: all ease-in-out 300ms;
            -o-transition: all ease-in-out 300ms;
            -webkit-transition: all ease-in-out 300ms;
            cursor: pointer;
        }

            .navBarSect .navLinkSect .NavTabSect h3:after {
                content: "";
                position: absolute;
                left: 10%;
                display: inline-block;
                height: 2px;
                background: #83af40;
                width: 80%;
                bottom: 10px;
                opacity: 0;
                -webkit-transition: all ease-in-out 300ms;
                transition: all ease-in-out 300ms;
                -o-transition: all ease-in-out 300ms;
                -webkit-transform: scale(0,1);
                transform: scale(0,1);
            }

@media screen and (min-width:960px) {
    .navBarSect .navLinkSect .NavTabSect h3:hover {
        color: #216497;
    }

        .navBarSect .navLinkSect .NavTabSect h3:hover:after {
            opacity: 1;
            -webkit-transform: scale(1,1);
            transform: scale(1,1);
        }
}

.navBarSect .navLinkSect .service_subnav {
    position: absolute;
    width: auto;
    height: 0;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 25px rgba(0,0,0,.0588235294);
    border: 1px solid #f5efe1;
    border-radius: 20px;
    top: 62px;
    left: -10px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: height ease-in-out 400ms,opacity ease-in-out 350ms;
}

    .navBarSect .navLinkSect .service_subnav ul li {
        list-style: none;
        padding: 0 0 9px;
        opacity: 1;
        transition: opacity ease-in-out 300ms;
        position: relative;
    }

        .navBarSect .navLinkSect .service_subnav ul li:last-child {
            padding: 0;
        }

        .navBarSect .navLinkSect .service_subnav ul li a {
            width: 100%;
            text-decoration: none;
        }

            .navBarSect .navLinkSect .service_subnav ul li a.active span {
                position: relative;
                padding-left: 22px;
                color: #216497;
            }

                .navBarSect .navLinkSect .service_subnav ul li a.active span:before {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    top: 9px;
                    left: 0;
                    border-radius: 50%;
                    background-color: #83af40;
                }

                .navBarSect .navLinkSect .service_subnav ul li a.active span:after {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    top: 9px;
                    left: 8px;
                    border-radius: 50%;
                    background-color: #216497;
                }

            .navBarSect .navLinkSect .service_subnav ul li a span {
                color: #000;
                width: 92%;
                height: 100%;
                display: block;
                font-size: 16px;
                line-height: 19px;
                font-family: Lato-Regular;
                white-space: nowrap;
            }

                .navBarSect .navLinkSect .service_subnav ul li a span svg {
                    fill: #fff;
                    width: 17px;
                    height: 15px;
                }

        .navBarSect .navLinkSect .service_subnav ul li content {
            position: absolute;
            right: -325px;
            top: -14px;
            width: 100%;
            height: 100%;
            padding: 70px;
            opacity: 0;
            visibility: hidden;
            transition: all ease-in-out 300ms;
            -webkit-transition: all ease-in-out 300ms;
        }

        .navBarSect .navLinkSect .service_subnav ul li div {
            width: 317px;
            padding: 10px;
            background: #fff;
            height: auto;
            position: absolute;
            right: -15px;
            top: 0;
            border-radius: 25px;
            box-shadow: 0 5px 25px rgba(0,0,0,.0588235294);
            border: 1px solid #f5efe1;
            background-size: 100%;
            transition: all ease-in-out 300ms;
            -webkit-transition: all ease-in-out 300ms;
        }

            .navBarSect .navLinkSect .service_subnav ul li div a {
                height: auto;
                border-radius: 25px;
                display: flex;
                font-size: 14px;
                line-height: 18px;
                font-family: "Lato-Semibold";
                color: #043110;
                align-items: center;
                justify-content: flex-start;
                padding-left: 20px;
                border-radius: 25px;
                width: 90%;
                margin-left: 0%;
                padding: 8px 3% 8px 7%;
                position: relative;
                transition: all ease-in-out 300ms;
                -webkit-transition: all ease-in-out 300ms;
            }

                .navBarSect .navLinkSect .service_subnav ul li div a:after {
                    content: "";
                    width: 88%;
                    left: 5%;
                    bottom: 0;
                    height: .5px;
                    background: #707070;
                    opacity: .15;
                    position: absolute;
                    z-index: 1;
                }

@media screen and (min-width:960px) {
    .navBarSect .navLinkSect .service_subnav ul li div a:hover {
        background: rgba(139,150,195,.0823529412);
        color: #8b96c3;
    }
}

.navBarSect .navLinkSect .service_subnav ul li div a:last-child:after {
    opacity: 0;
}

.navBarSect .navLinkSect .service_subnav ul li div:before {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 10px;
    background: #fff;
    top: 30px;
    transform: rotate(-45deg) skew(78deg,78deg);
}

@media screen and (min-width:960px) {
    .navBarSect .navLinkSect .service_subnav ul li:hover a span {
        transition: all ease-in-out 300ms;
        color: #216497;
    }

    .navBarSect .navLinkSect .service_subnav ul li:hover content {
        opacity: 1;
        visibility: visible;
    }
}

.navBarSect .navLinkSect .NavTabSect:hover {
    cursor: pointer;
}

    .navBarSect .navLinkSect .NavTabSect:hover.ser:hover .service_subnav {
        height: auto;
        padding: 17px 37px;
        opacity: 1;
        visibility: visible;
    }

.navBarSect .btnSect {
    position: relative;
    display: flex;
    align-items: center;
    width: 172px;
    height: 43px;
    margin-left: 2%;
    border-radius: 24px;
    background: #83af40;
    color: #fff;
    font-family: Lato-Medium;
    text-decoration: none;
    transition: background-color .3s;
}

@media screen and (min-width:1025px) {
    .navBarSect .btnSect:hover {
        background-color: #216497;
    }

        .navBarSect .btnSect:hover::before {
            opacity: 1;
        }

        .navBarSect .btnSect:hover::before, .navBarSect .btnSect:hover::after {
            transform: translateX(300px) skewX(-15deg);
            transition: all .9s ease;
        }

        .navBarSect .btnSect:hover .img-container svg {
            fill: #216497;
        }
}

.navBarSect .btnSect::before, .navBarSect .btnSect::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
    pointer-events: none;
}

.navBarSect .btnSect::before {
    width: 60px;
    background: rgba(255,255,255,.5);
    filter: blur(30px);
    opacity: .5;
}

.navBarSect .btnSect::after {
    width: 30px;
    left: 30px;
    background: rgba(255,255,255,.2);
    filter: blur(5px);
}

.navBarSect .btnSect .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 300ms;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 8px;
    position: relative;
    margin-right: 10px;
    background-color: #fff;
}

    .navBarSect .btnSect .img-container svg {
        width: 17px;
        fill: #83af40;
        transition: fill .3s;
    }

.title-decor {
    display: flex;
    gap: 3px;
    align-items: center;
}

    .title-decor .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

@media screen and (max-width:768px) {
    .title-decor .dot {
        width: 1.163vw;
        height: 1.163vw;
    }
}

.title-decor .dot.green {
    background-color: #83af41;
}

.title-decor .dot.blue {
    background-color: #216497;
}

#Header {
    position: relative;
    margin-top: 85px;
    height: 320px;
}

    #Header .banner {
        position: absolute;
        inset: 0;
    }

        #Header .banner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: transparent linear-gradient(222deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 79%,#000 100%) 0% 0% no-repeat padding-box;
            opacity: .64;
        }

        #Header .banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #Header .text-container {
        position: absolute;
        bottom: 50px;
        left: 105px;
    }

        #Header .text-container .top-text {
            display: flex;
            gap: 15px;
        }

            #Header .text-container .top-text .title {
                font-family: Lato-Bold;
                font-size: 32px;
                color: #fff;
            }

        #Header .text-container .bot-text {
            font-family: Lato-Black;
            font-size: 38px;
            color: #fff;
        }

            #Header .text-container .bot-text span {
                font-family: Lato-Regular;
                margin-left: 25px;
            }

@media screen and (min-width:1600px) {
    #Header {
        position: relative;
        margin-top: 5.313vw;
        height: 20vw;
    }

        #Header .banner {
            position: absolute;
            inset: 0;
        }

            #Header .banner::after {
                content: "";
                position: absolute;
                inset: 0;
                background: transparent linear-gradient(222deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 79%,#000 100%) 0% 0% no-repeat padding-box;
                opacity: .64;
            }

        #Header .text-container {
            position: absolute;
            bottom: 3.125vw;
            left: 6.563vw;
        }

            #Header .text-container .top-text {
                display: flex;
                gap: .938vw;
            }

                #Header .text-container .top-text .title {
                    font-family: Lato-Bold;
                    font-size: 2vw;
                    color: #fff;
                }

            #Header .text-container .bot-text {
                font-family: Lato-Black;
                font-size: 2.375vw;
                color: #fff;
            }
}

@media screen and (max-width:768px) {
    #Header {
        position: relative;
        margin-top: 19.767vw;
        height: 111.628vw;
    }

        #Header .banner {
            position: absolute;
            inset: 0;
        }

            #Header .banner::after {
                content: "";
                position: absolute;
                inset: 0;
                background: transparent linear-gradient(198deg,rgba(0,0,0,0),rgba(0,0,0,.4),#000) 0% 0% no-repeat padding-box;
                opacity: .64;
            }

            #Header .banner img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: -50vw 0;
            }

        #Header .text-container {
            position: absolute;
            bottom: 11.628vw;
            left: 8.14vw;
        }

            #Header .text-container .top-text {
                display: flex;
                gap: 3.488vw;
            }

                #Header .text-container .top-text .title {
                    font-family: Lato-Bold;
                    font-size: 24px;
                    color: #fff;
                }

            #Header .text-container .bot-text {
                font-family: Lato-Black;
                font-size: 28px;
                color: #fff;
            }
}

.footerSect {
    width: 100%;
    min-height: 350px;
    position: relative;
    box-shadow: 0 3px 30px rgba(0,0,0,.231372549);
    border-radius: 15px 15px 0 0;
    background: url(../images/footer_bg.jpg) no-repeat bottom right;
    background-size: cover;
    background-position-y: -10px;
    padding: 10px 30px 0;
}

    .footerSect .block {
        display: block;
        width: fit-content;
    }

    .footerSect .footer_box {
        display: flex;
        width: 88%;
        margin: 30px auto;
        justify-content: space-between;
    }

        .footerSect .footer_box .footer_item {
            width: 16%;
        }

            .footerSect .footer_box .footer_item .f_title {
                font-size: 16px;
                color: #fff;
                line-height: 20px;
                font-family: "Lato-Bold";
                padding-bottom: 20px;
            }

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .f_title {
        font-size: 1vw;
        line-height: 1.25vw;
        padding-bottom: 1.25vw;
    }
}

.footerSect .footer_box .footer_item .f_title:after {
    display: none;
}

.footerSect .footer_box .footer_item .f_title span {
    position: relative;
    transition: opacity .3s;
}

@media screen and (min-width:1025px) {
    .footerSect .footer_box .footer_item .f_title span:hover:after {
        width: 100%;
    }
}

.footerSect .footer_box .footer_item .f_title span:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
    transition: width .3s;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .f_title span:after {
        bottom: .25vw;
    }
}

.footerSect .footer_box .footer_item .f_Logo {
    width: 127px;
    height: 78px;
    padding-bottom: 20px;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .f_Logo {
        width: 7.938vw;
        height: 4.875vw;
        padding-bottom: 1.25vw;
    }
}

.footerSect .footer_box .footer_item a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: fit-content;
}

    .footerSect .footer_box .footer_item a p {
        position: relative;
        width: fit-content;
        transition: opacity .3s;
    }

@media screen and (min-width:1025px) {
    .footerSect .footer_box .footer_item a p:hover:after {
        width: 100%;
    }
}

.footerSect .footer_box .footer_item a p:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width .3s;
}

.footerSect .footer_box .footer_item .lianluo {
    opacity: .6;
    transition: .3s;
}

@media screen and (min-width:1025px) {
    .footerSect .footer_box .footer_item .lianluo:hover {
        opacity: 1;
    }
}

.footerSect .footer_box .footer_item .fLogo_client {
    width: 280px;
    height: 280px;
    position: relative;
    left: -40px;
    top: -10px;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .fLogo_client {
        width: 15.563vw;
        height: 15.75vw;
        left: -2vw;
        top: -0.4vw;
    }
}

.footerSect .footer_box .footer_item .f_share {
    padding-bottom: 20px;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .f_share {
        padding-bottom: 1.25vw;
    }
}

.footerSect .footer_box .footer_item .f_share img {
    height: 35px;
    margin-right: 15px;
    transform: translateY(0);
    transition: transform .3s ease;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item .f_share img {
        height: 2.188vw;
        margin-right: .938vw;
    }
}

@media screen and (min-width:769px) {
    .footerSect .footer_box .footer_item .f_share img:hover {
        transform: translateY(-10%);
    }
}

.footerSect .footer_box .footer_item p span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0;
    font-family: Lato-Regular;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .footer_item p span {
        font-size: .875vw;
        line-height: 1.25vw;
        padding: .375vw 0;
    }
}

.footerSect .footer_box .footer_item:first-child {
    width: 26%;
}

.footerSect .footer_box .footer_item:nth-child(2) {
    width: 40%;
}

.footerSect .footer_box .item2 p {
    font-size: 14px;
}

@media screen and (min-width:1600px) {
    .footerSect .footer_box .item2 p {
        font-size: .875vw;
    }
}

.footerSect .footer_box .item2 .footer_pin a {
    display: flex;
    align-items: center;
    padding-top: 15px;
    gap: 23.5px;
}

.footerSect .footer_box .item2 .footer_pin .icon.globe {
    width: 19.4px;
}

.footerSect .footer_box .item2 .footer_pin .icon.phone {
    width: 17.5px;
}

.footerSect .footer_box .item2 .footer_pin .icon.location {
    width: 15.67px;
}

.footerSect .footer_box .item3 p {
    padding-bottom: 10px;
}

.footerSect .footer_client {
    width: 95%;
    border-top: 1px solid rgba(255,255,255,.3);
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-family: "Lato-Regular";
}

.person {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    right: 79px;
    top: 18px;
    border-radius: 50%;
    background-color: #83af40;
    z-index: 9999;
}

@media screen and (min-width:961px) {
    .person {
        display: none;
    }
}

.person img {
    width: 18.7px;
}

.hamburger {
    aspect-ratio: 1;
    position: relative;
    display: grid;
    text-align: center;
    z-index: 999;
    position: fixed;
    margin: 0;
    right: 0;
    display: none;
    top: 20px;
    height: 24px;
    width: 78px;
    justify-content: space-between;
    align-items: center;
}

    .hamburger.is-active:before {
        height: 0 !important;
        display: inline-block;
        transition: ease-in-out .36s;
    }

    .hamburger .hamburgertxt {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #216497;
        position: absolute;
    }

.hamburger_line {
    position: relative;
    margin: 0;
    width: 20px;
    height: 15px;
    aspect-ratio: 2;
    left: 44%;
    top: -4px;
    transform: translateY(0);
    transition: ease-in-out .36s;
}

    .hamburger_line.is-active {
        transform: translateY(-13px);
        transition: ease-in-out .36s;
        top: 10px;
    }

        .hamburger_line.is-active:before, .hamburger_line.is-active:after {
            background: #fff;
            top: 100%;
        }

        .hamburger_line.is-active:after {
            transform: rotate(-45deg);
        }

        .hamburger_line.is-active:before {
            transform: rotate(45deg);
        }

        .hamburger_line.is-active span {
            opacity: 0;
        }

    .hamburger_line:before, .hamburger_line:after, .hamburger_line span {
        transition: ease-in-out .36s;
        content: "";
        position: absolute;
        top: 8px;
        height: 2px;
        width: 100%;
        border-radius: 30px;
        background: #fff;
        display: block;
        transform-origin: center;
    }

    .hamburger_line:after {
        top: 15px;
    }

    .hamburger_line span {
        top: 22px;
    }

.mbnavi {
    position: fixed;
    top: 0;
    overflow-y: auto;
    z-index: -9;
    background: #eaeef6;
    padding: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 3px 15px rgba(0,0,0,.0509803922);
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-100%);
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
}

    .mbnavi .mb_logo_w {
        top: 15px;
        left: 16px;
        width: 219px;
        height: 63px;
        position: absolute;
    }

    .mbnavi ul {
        padding: 0;
        margin: 0;
        padding-top: 115px;
        padding-bottom: 20px;
        width: 84%;
        margin: 0 auto;
    }

        .mbnavi ul li {
            list-style: none;
            padding: 12px 10px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            transition: padding .5s;
        }

            .mbnavi ul li:last-child {
                border-bottom: 0;
            }

            .mbnavi ul li a {
                text-align: left;
                box-sizing: border-box;
                padding: 0 4%;
                width: 100%;
            }

                .mbnavi ul li a.navct {
                    padding: 20px 0 0 0;
                }

            .mbnavi ul li.mbncont a {
                display: flex;
            }

                .mbnavi ul li.mbncont a svg, .mbnavi ul li.mbncont a img {
                    fill: #4d4d4d;
                    width: 18px;
                    height: 18px;
                    margin: 2px 12px 2px 0;
                }

            .mbnavi ul li .linkwhite {
                position: relative;
                display: block;
                overflow: hidden;
                text-decoration: none;
            }

                .mbnavi ul li .linkwhite:before {
                    content: "";
                    position: absolute;
                    z-index: 0;
                    left: 0;
                    top: 0;
                    width: 0;
                    height: 100%;
                    border-radius: 3px;
                    background-color: #216497;
                    transition: all .3s ease-out;
                }

                .mbnavi ul li .linkwhite .mbnavbg {
                    width: 100%;
                    height: 100%;
                    background: transparent;
                    border-radius: 10px;
                    padding: 20px;
                }

                .mbnavi ul li .linkwhite span, .mbnavi ul li .linkwhite div {
                    display: block;
                    font-family: "Lato-Bold";
                    font-size: 18px;
                    line-height: 24px;
                    color: #216497;
                    transform: translate(0,250%);
                    transition: transform cubic-bezier(.215,.61,.355,1) .3s;
                }

                .mbnavi ul li .linkwhite .mbnavbg.active {
                    width: 100%;
                    height: 100%;
                    background: rgba(255,255,255,.8);
                    border-radius: 10px;
                    padding: 20px;
                }

                    .mbnavi ul li .linkwhite .mbnavbg.active span {
                        color: #766a5c;
                    }

                .mbnavi ul li .linkwhite .svg {
                    position: absolute;
                    right: 0;
                    top: 9px;
                    width: 16.5px;
                    fill: none;
                    transition: all ease-in-out 300ms;
                }

            .mbnavi ul li a.linkwhite:hover {
                color: #4d4d4d;
                text-decoration: none;
                cursor: pointer;
            }

            .mbnavi ul li .mblogo {
                width: 100%;
                height: auto;
                max-width: 190px;
                margin-top: -10px;
                margin-left: 20px;
            }

            .mbnavi ul li .mbmedia {
                text-align: left;
                padding: 25px 0;
                margin: 0 6%;
                width: 88%;
            }

                .mbnavi ul li .mbmedia svg, .mbnavi ul li .mbmedia img {
                    width: 18px;
                    height: 18px;
                    margin-right: 10px;
                }

            .mbnavi ul li.mbdropdown .mbsubmenu {
                position: relative;
            }

                .mbnavi ul li.mbdropdown .mbsubmenu span:before {
                    position: absolute;
                    content: "";
                    background: url(../images/icon_arrowdown.svg) no-repeat;
                    color: rgba(255,255,255,.7);
                    font-weight: 200;
                    right: 8px;
                    top: 8px;
                    width: 12px;
                    height: 7px;
                    -moz-transition: all 300ms;
                    -webkit-transition: all 300ms;
                    -o-transition: all 300ms;
                    transition: all 300ms;
                }

                .mbnavi ul li.mbdropdown .mbsubmenu span.active:before {
                    transform: rotate(180deg);
                    -moz-transition: all 300ms;
                    -webkit-transition: all 300ms;
                    -o-transition: all 300ms;
                    transition: all 300ms;
                }

            .mbnavi ul li.mbdropdown.hideborder {
                border: 0;
            }

                .mbnavi ul li.mbdropdown.hideborder a.mbsubmenu {
                    border: 0;
                }

            .mbnavi ul li i {
                position: absolute;
                top: 15px;
                right: 0;
                height: 15px;
                padding: 0 25px;
            }

                .mbnavi ul li i svg {
                    width: 20px;
                    height: 20px;
                    fill: #5f9595;
                    opacity: .8;
                }

            .mbnavi ul li .mobile_subnav {
                width: 100%;
            }

                .mbnavi ul li .mobile_subnav ul {
                    margin: 0;
                    z-index: -9;
                    padding: 0;
                    width: 100%;
                    -webkit-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                    .mbnavi ul li .mobile_subnav ul li {
                        overflow: hidden;
                        opacity: 0;
                        border: 0;
                        padding: 0;
                        -webkit-transition: all .3s ease-in-out .1s;
                        -o-transition: all .3s ease-in-out .1s;
                        transition: all .3s ease-in-out .1s;
                    }

                        .mbnavi ul li .mobile_subnav ul li > a {
                            text-align: left;
                            padding: 2px 4%;
                            margin: 0;
                            width: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                            border: 0;
                        }

                            .mbnavi ul li .mobile_subnav ul li > a:before {
                                display: none;
                            }

                            .mbnavi ul li .mobile_subnav ul li > a span {
                                width: 100%;
                                font-size: 16px;
                                line-height: 24px;
                                color: #000;
                                position: relative;
                                display: block;
                                font-family: Lato-Regular;
                            }

                                .mbnavi ul li .mobile_subnav ul li > a span.selected {
                                    text-decoration: underline;
                                }

                            .mbnavi ul li .mobile_subnav ul li > a .yd {
                                display: none;
                                width: 5px;
                                height: 5px;
                                margin-right: 15px;
                                background: #fff;
                                border-radius: 3px;
                                opacity: 0;
                            }

                            .mbnavi ul li .mobile_subnav ul li > a.visible .yd {
                                opacity: 1;
                                transition: opacity ease-in-out 1s;
                                transition-delay: .4s;
                            }

                        .mbnavi ul li .mobile_subnav ul li div {
                            display: none;
                            height: 100%;
                            padding: 8px 20px 25px 20px;
                            -webkit-transition: height .3s ease-in-out .1s;
                            -o-transition: height .3s ease-in-out .1s;
                            transition: height .3s ease-in-out .1s;
                        }

                            .mbnavi ul li .mobile_subnav ul li div a {
                                font-size: 14px;
                                line-height: 20px;
                                color: #fff;
                                border: 0;
                                text-decoration: none;
                                padding: 0 20px 13px;
                                display: block;
                                font-family: "Lato-Semibold";
                            }

                    .mbnavi ul li .mobile_subnav ul.open {
                        opacity: 1;
                        z-index: 99;
                        transform: translateY(0);
                        -webkit-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }

                        .mbnavi ul li .mobile_subnav ul.open li {
                            opacity: 1;
                            transform: translate(0,0);
                            -webkit-transition: all .3s ease-in-out .1s;
                            -o-transition: all .3s ease-in-out .1s;
                            transition: all .3s ease-in-out .1s;
                        }

                            .mbnavi ul li .mobile_subnav ul.open li:first-child {
                                transition-delay: .1s;
                            }

                            .mbnavi ul li .mobile_subnav ul.open li:nth-child(2) {
                                transition-delay: .2s;
                            }

                            .mbnavi ul li .mobile_subnav ul.open li:nth-child(3) {
                                transition-delay: .3s;
                            }

                            .mbnavi ul li .mobile_subnav ul.open li:nth-child(4) {
                                transition-delay: .4s;
                            }

                            .mbnavi ul li .mobile_subnav ul.open li:nth-child(5) {
                                transition-delay: .5s;
                            }

                            .mbnavi ul li .mobile_subnav ul.open li:nth-child(6) {
                                transition-delay: .6s;
                            }

                .mbnavi ul li .mobile_subnav.subactive {
                    margin-top: 0;
                }

        .mbnavi ul .mbo {
            padding: 10px 10px 10px 26px;
        }

            .mbnavi ul .mbo a .svg {
                transform: rotate(180deg);
            }

            .mbnavi ul .mbo .linkwhite:before {
                width: 3px;
            }

        .mbnavi ul li:nth-child(1) .linkwhite span {
            transition-delay: .4s;
        }

        .mbnavi ul li:nth-child(2) .linkwhite span {
            transition-delay: .5s;
        }

        .mbnavi ul li:nth-child(3) .linkwhite span, .mbnavi ul li:nth-child(3) .linkwhite div {
            transition-delay: .6s;
        }

        .mbnavi ul li:nth-child(4) .linkwhite span, .mbnavi ul li:nth-child(4) .linkwhite div {
            transition-delay: .7s;
        }

        .mbnavi ul li:nth-child(5) .linkwhite span, .mbnavi ul li:nth-child(5) .linkwhite div {
            transition-delay: .8s;
        }

        .mbnavi ul li:nth-child(6) .linkwhite span, .mbnavi ul li:nth-child(6) .linkwhite div {
            transition-delay: 1s;
        }

        .mbnavi ul li:nth-child(7) .linkwhite span, .mbnavi ul li:nth-child(7) .linkwhite div {
            transition-delay: 1.2s;
        }

        .mbnavi ul li:last-child a {
            border: 0;
        }

        .mbnavi ul li a.navct {
            margin-bottom: 20px;
        }

            .mbnavi ul li a.navct .btn {
                width: 96%;
                height: 54px;
                margin: 0 auto;
                font-size: 16px;
                line-height: 24px;
                font-family: "Lato-Bold",sans-serif;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                background-size: 100%;
            }

.mobileNavBtn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 172px;
    padding: 7px 22px 7px 8px;
    margin: 0 auto;
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
    background-color: #83af40;
    font-family: Lato-Medium;
    text-decoration: none;
}

    .mobileNavBtn .login {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

.navbtmimg {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 63px;
    height: 197px;
}

.mbnavi.nav-is-active {
    opacity: 1;
    z-index: 80;
    width: 100vw;
    height: 100%;
    transform: translateY(0);
}

    .mbnavi.nav-is-active ul li .linkwhite.visible span, .mbnavi.nav-is-active ul li .linkwhite.visible div {
        transform: translate(0,0);
    }

@media screen and (min-width:1600px) {
    h2 {
        font-size: 2.025vw;
        line-height: 3.75vw;
    }

    h3 {
        font-size: 1.12vw;
        line-height: 1.375vw;
    }

    p {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .whatsappShadow {
        border: .016vw solid #f4aaa3;
        padding: .188vw;
    }

        .whatsappShadow a {
            width: 4.063vw;
            height: 4.063vw;
            border-radius: 3vw;
            box-shadow: 0 .625vw .625vw rgba(0,0,0,.0431372549);
            border: .016vw solid #f4aaa3;
        }

            .whatsappShadow a img {
                width: 2.375vw;
                height: 2.375vw;
            }

    .navBarSect {
        height: 5.3vw;
    }

        .navBarSect .logoSect {
            max-width: 14.688vw;
        }

        .navBarSect .navLinkSect {
            height: 2.75vw;
            border-radius: 1.5vw;
            padding: 0 1.25vw;
        }

            .navBarSect .navLinkSect .NavTabSect {
                padding: 1.25vw .938vw;
            }

            .navBarSect .navLinkSect .service_subnav {
                padding: 1.063vw 2.313vw !important;
                background: #fff 0% 0% no-repeat padding-box;
                box-shadow: 0 .313vw 1.563vw rgba(0,0,0,.0588235294);
                border: .063vw solid #f5efe1;
                border-radius: 1.25vw;
                top: 3.875vw;
                left: -.63vw;
            }

                .navBarSect .navLinkSect .service_subnav ul li {
                    padding: 0 0 .563vw;
                }

                    .navBarSect .navLinkSect .service_subnav ul li a.active span {
                        position: relative;
                        padding-left: 1.375vw;
                        color: #216497;
                    }

                        .navBarSect .navLinkSect .service_subnav ul li a.active span:before {
                            content: "";
                            position: absolute;
                            width: .313vw;
                            height: .313vw;
                            top: .563vw;
                            left: 0;
                            border-radius: 50%;
                            background-color: #83af40;
                        }

                        .navBarSect .navLinkSect .service_subnav ul li a.active span:after {
                            content: "";
                            position: absolute;
                            width: .313vw;
                            height: .313vw;
                            top: .563vw;
                            left: .5vw;
                            border-radius: 50%;
                            background-color: #216497;
                        }

                    .navBarSect .navLinkSect .service_subnav ul li a span {
                        font-size: 1vw;
                        line-height: 1.188vw;
                        border-radius: 1.938vw;
                    }

                        .navBarSect .navLinkSect .service_subnav ul li a span svg {
                            fill: #fff;
                            width: 1.063vw;
                            height: .938vw;
                        }

                    .navBarSect .navLinkSect .service_subnav ul li content {
                        right: -18.5vw;
                        top: -.85vw;
                        padding: 4.35vw;
                    }

                    .navBarSect .navLinkSect .service_subnav ul li div {
                        width: 20.5vw;
                        padding: .5vw;
                        padding-left: .75vw;
                        position: absolute;
                        right: -3.5vw;
                        top: 0;
                        border-radius: 1.563vw;
                    }

                        .navBarSect .navLinkSect .service_subnav ul li div a {
                            height: auto;
                            border-radius: 1.563vw;
                            display: flex;
                            font-size: 1vw;
                            line-height: 1.25vw;
                            padding: .65vw;
                            padding-left: 1.25vw;
                            border-radius: 1.563vw;
                        }

                            .navBarSect .navLinkSect .service_subnav ul li div a:after {
                                height: .031vw;
                            }
}

@media screen and (min-width:1600px) and (min-width:960px) {
    .navBarSect .navLinkSect .service_subnav ul li div a:hover {
        background: rgba(139,150,195,.0823529412);
        color: #8b96c3;
    }
}

@media screen and (min-width:1600px) {
    .navBarSect .navLinkSect .service_subnav ul li div a:last-child:after {
        opacity: 0;
    }

    .navBarSect .navLinkSect #ser.NavTabSect:hover {
        cursor: pointer;
    }

        .navBarSect .navLinkSect #ser.NavTabSect:hover .service_subnav {
            padding: .938vw;
            opacity: 1;
        }

    .navBarSect .btnSect {
        width: 10.75vw;
        height: 2.75vw;
        border-radius: 1.5vw;
        font-size: .8vw;
    }
}

@media screen and (min-width:1600px) and (min-width:1025px) {
    .navBarSect .btnSect:hover::before, .navBarSect .btnSect:hover::after {
        transform: translateX(18.75vw) skewX(-15deg);
    }
}

@media screen and (min-width:1600px) {
    .navBarSect .btnSect::before {
        width: 3.75vw;
        filter: blur(1.875vw);
    }

    .navBarSect .btnSect::after {
        width: 1.875vw;
        left: 1.875vw;
        filter: blur(.313vw);
    }

    .navBarSect .btnSect .img-container {
        width: 1.875vw;
        height: 1.875vw;
        margin-left: .5vw;
        margin-right: .625vw;
    }

        .navBarSect .btnSect .img-container svg {
            width: 1.063vw;
        }

    .footerSect {
        min-height: 21.25vw;
    }

        .footerSect .footerContentSect .footer_left_yezi {
            width: 50.813vw;
            height: 26.375vw;
        }

        .footerSect .footerContentSect .footer_right_yezi {
            width: 56.313vw;
            height: 47.813vw;
        }

        .footerSect .footerContentSect .footerContentMain .footerContentLeft {
            padding-top: 2.5vw;
        }

            .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_logo {
                width: 18.563vw;
                height: 5.375vw;
            }

            .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box {
                padding: 3.125vw 0;
            }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_title {
                    font-size: 1.35vw;
                    line-height: 2vw;
                    letter-spacing: .06vw;
                }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_txt {
                    font-size: 1.125vw;
                    line-height: 1.5vw;
                    letter-spacing: .045vw;
                    padding: 1vw 0 1.25vw;
                }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_mail {
                    letter-spacing: 0;
                }

                    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_mail svg {
                        width: 1.625vw;
                        height: 1.188vw;
                        margin-right: .625vw;
                    }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .footer_pin a {
                    padding-top: .938vw;
                    gap: 1.469vw;
                }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .footer_pin .icon.globe {
                    width: 1.213vw;
                }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .footer_pin .icon.phone {
                    width: 1.094vw;
                }

                .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .footer_pin .icon.location {
                    width: .979vw;
                }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_i_r {
            width: 9.375vw;
        }

            .footerSect .footerContentSect .footerContentMain .footerContentRight .f_i_r .f_r_i {
                font-size: 1.375vw;
                line-height: 3vw;
            }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m a {
            margin-bottom: 1.25vw;
            display: block;
        }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn {
            width: 15.563vw;
            height: 3.563vw;
            background: #fff;
            border-radius: 1.813vw;
            font-size: 1.25vw;
            line-height: 3.625vw;
            margin: .313vw 0;
            padding: 0 1.25vw;
        }

            .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn svg {
                width: 1.12vw;
                height: 1.12vw;
                position: absolute;
                right: 1.12vw;
            }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_media {
            display: flex;
            padding-left: .625vw;
            padding-top: 1.875vw;
        }

            .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_media a {
                margin: .313vw .625vw;
                width: 3vw;
                height: 3vw;
                display: flex;
                border: .188vw solid #fff;
            }

                .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_media a img {
                    width: 1.375vw;
                }

        .footerSect .footerContentSect .footerCopyrightSect {
            top: -1.875vw;
            font-size: 1vw;
            line-height: 3.625vw;
        }

        .footerSect .footer_client {
            padding: 1.25vw 0;
            font-size: .875vw;
            line-height: 1.375vw;
        }

            .footerSect .footer_client .client_head {
                font-size: 1.5vw;
                line-height: 3.75vw;
            }

            .footerSect .footer_client .client_box {
                max-width: 46.875vw;
            }

                .footerSect .footer_client .client_box .img1 {
                    height: 7.125vw;
                }

                .footerSect .footer_client .client_box .img2 {
                    height: 5.625vw;
                }

                .footerSect .footer_client .client_box .img3 {
                    height: 5vw;
                }

    .navBarSect .navLinkSect .NavTabSect h3:after {
        height: .125vw;
        bottom: .625vw;
    }
}

@media screen and (max-width:1480px) {
    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .56px;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_txt {
        font-size: 17px;
        letter-spacing: .52px;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item:last-child {
        padding-left: 4%;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn {
        width: 230px;
        height: 56px;
    }
}

@media screen and (max-width:1380px) {
    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item:last-child {
        padding-left: 2%;
    }
}

@media screen and (max-width:1280px) {
    h2 {
        font-size: 30px;
    }

    .navBarSect .navLinkSect .service_subnav {
        width: 200px;
    }

        .navBarSect .navLinkSect .service_subnav ul li a span {
            font-size: 16px;
            white-space: unset;
        }

        .navBarSect .navLinkSect .service_subnav ul li div {
            width: 280px;
        }

        .navBarSect .navLinkSect .service_subnav ul li content {
            right: -290px;
            top: -12px;
        }

    .navBarSect .navLinkSect .NavTabSect h3 {
        font-size: 11.5px;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentRight {
        width: 25%;
    }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_i_r {
            width: 0;
            display: none;
        }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn {
            width: 225px;
            height: 52px;
            font-size: 18px;
            line-height: 52px;
        }

    .footerSect .footerContentSect .footerContentMain .footerContentLeft {
        width: 75%;
    }
}

@media screen and (max-width:960px) {
    h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .navBarSect {
        height: 80px;
        padding: 0 5%;
    }

        .navBarSect .logoSect {
            width: 200px;
        }

            .navBarSect .logoSect .fullLogo {
                width: auto;
                height: 65px;
            }

        .navBarSect .navLinkSect, .navBarSect .btnSect {
            display: none;
        }

    .hamburger {
        display: flex;
        z-index: 1001;
        justify-content: center;
        top: 30px;
    }

        .hamburger .hamburgertxt {
            position: relative;
        }

        .hamburger .hamburger_line {
            position: absolute;
            left: 29px;
        }

    .mbnavi.nav-is-active {
        z-index: 1000;
    }

    .footerSect {
        border-radius: 0;
    }

        .footerSect .footerContentSect .footer_left_yezi {
            width: 67%;
            height: 300px;
            position: absolute;
            bottom: -67%;
            left: 30%;
            opacity: 0;
        }

        .footerSect .footerContentSect .footer_right_yezi {
            position: absolute;
            bottom: -79%;
            right: -30%;
        }

        .footerSect .footerContentSect .footerCopyrightSect {
            top: -10px;
            text-align: center;
        }

        .footerSect .footerContentSect .footerContentMain {
            flex-direction: column;
        }

            .footerSect .footerContentSect .footerContentMain .footerContentLeft, .footerSect .footerContentSect .footerContentMain .footerContentRight {
                width: 100%;
            }

            .footerSect .footerContentSect .footerContentMain .footerContentRight {
                width: 95%;
                margin-left: -2%;
                display: flex;
                justify-content: space-between;
            }

                .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m {
                    display: flex;
                    width: 100%;
                    justify-content: space-evenly;
                }

                    .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_media {
                        position: absolute;
                        top: 20px;
                        right: 10px;
                    }

        .footerSect .footer_client .client_box {
            padding: 0 5%;
        }

            .footerSect .footer_client .client_box .img1 {
                height: 90px;
            }

            .footerSect .footer_client .client_box .img2 {
                height: 70px;
            }

            .footerSect .footer_client .client_box .img3 {
                height: 60px;
            }
}

@media screen and (max-width:680px) {
    .footerSect {
        background: linear-gradient(173deg,#1b547d,#346c7a,#a9dd6e);
        background-size: 5000px;
    }

        .footerSect .footer_box {
            width: 100%;
            display: flex;
            padding: 20px 0 0;
            flex-direction: column;
        }

            .footerSect .footer_box .footer_item {
                width: 100% !important;
                padding-bottom: 20px;
            }

                .footerSect .footer_box .footer_item.w49 {
                    width: 49% !important;
                }

                    .footerSect .footer_box .footer_item.w49 .f_title {
                        padding-bottom: 0;
                    }

                .footerSect .footer_box .footer_item.mbflex {
                    gap: 19px;
                    align-items: center;
                }

                .footerSect .footer_box .footer_item .f_i_title {
                    font-size: 22px;
                    line-height: 30px;
                }

                .footerSect .footer_box .footer_item .f_i_txt {
                    font-size: 18px;
                    width: 100%;
                    line-height: 22px;
                    padding: 20px 0 5px;
                }

                .footerSect .footer_box .footer_item .fLogo_client {
                    width: 230px !important;
                }

                .footerSect .footer_box .footer_item .f_share img {
                    height: 30.78px;
                }

        .footerSect .footer_client .client_box .img1 {
            height: 60px;
        }

        .footerSect .footer_client .client_box .img2 {
            height: 56px;
        }

        .footerSect .footer_client .client_box .img3 {
            height: 41px;
        }

    .whatsappShadow {
        bottom: 65px;
    }

        .whatsappShadow a {
            width: 50px;
            height: 50px;
        }

            .whatsappShadow a img {
                width: 32px;
                height: 32px;
            }

    .navBarSect.scrolled {
        height: 76px;
    }
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn {
        width: 186px;
    }

    .footerSect .footerContentSect .footerContentMain .footerContentRight {
        width: 100%;
        margin-left: -3%;
    }
}

@media screen and (max-width:410px) {
    .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m a {
            margin-right: 10px;
        }

        .footerSect .footerContentSect .footerContentMain .footerContentRight .f_r_m .f_r_btn {
            width: 169px;
            font-size: 14px;
        }

    .footerSect .footerContentSect .footerContentMain .footerContentLeft .footer_box .footer_item .f_i_title {
        font-size: 20px;
        line-height: 27px;
    }
}
