<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --font-manrope: 'Manrope', sans-serif;
    --font-baskervville: 'Libre Baskerville', serif;
    --color-primary: #85B92C;
    --color-secondary: #464749;
    --color-text: #707070
}


body {
    font-family: var(--font-manrope);
    font-size: 16px;
    color: var(--color-text);
}

#loader {
    z-index: 99999;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 7px;
    border: 2px solid var(--color-secondary);
}

::-webkit-scrollbar-track {
    background-color: var(--color-secondary);
}

@media(min-width: 1280px) and (max-width: 1440px) {
    body {
        font-size: 15px;
    }
}

@media(max-width: 992px) {
    body {
        font-size: 14px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }
}


h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-baskervville);
}

.logo {
    width: 185px;
    transition: all .2s ease-in-out;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
    transition: all .2s ease-in-out;
}

    header.sticky {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

@media(min-width: 992px) {

    header.sticky .logo {
        width: 120px;
    }
}


/* .offcanvas.offcanvas-end.show:before {
    bottom: 0;
    left: 0;
    top: 100%;
    right: 100%;
}
 */


.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

    .navbar-nav .nav-item .nav-link.active {
        color: var(--color-primary);
    }

.offcanvas.offcanvas-end .nav-close {
    display: none;
}

.bg-gray {
    background-color: #7070701A;
}

.form-group {
    position: relative;
}

/* span.errorMsg {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 1;
    color: #e34f4f;
    font-weight: 400;
} */

span.errorMsg {
    color: #e34f4f;
    display: none;
    font-size: 12px;
}

.error ~ span.errorMsg {
    display: block;
}

.form-control {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem;
    height: calc(2.45rem + 0px)
}

    .form-control:focus {
        box-shadow: none;
        border-color: #154985
    }

.rating_wp {
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 10px 10px 15px;
    margin-bottom: 5px
}

.rating {
    display: inline-block;
    font-size: 0;
    float: right;
    position: relative
}

@media (max-width:767px) {
    .rating {
        float: left;
        display: block
    }
}

.rating span.errorMsg {
    top: -30px
}

@media (max-width:992px) {

    .offcanvas.offcanvas-end {
        width: 100%;
        background-color: transparent;
        justify-content: center;
    }


        .offcanvas.offcanvas-end .navbar-nav {
            opacity: 0;
            transition: all .2s ease-in-out;
            transition-delay: .5s;
        }

        .offcanvas.offcanvas-end::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            transition: all .5s ease-in-out;
            background: var(--color-primary);
            background-size: contain;
            z-index: 0;
        }

        .offcanvas.offcanvas-end.activeS:before {
            border-radius: 0;
        }

        .offcanvas.offcanvas-end.activeS {
            visibility: visible;
            width: 100%;
            transform: none;
        }

            .offcanvas.offcanvas-end.activeS .navbar-nav {
                opacity: 1;
            }

    .navbar-nav {
        position: relative;
        z-index: 9999;
        text-align: center;
        padding-top: 20px;
    }

    .offcanvas.offcanvas-end .nav-close {
        display: block;
        font-size: 22px;
        /* color: #fff; */
        margin-bottom: 15px;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 25px;
    }

    /* .navbar-nav .nav-item .nav-link {
        color: #fff;
    } */

    .navbar-nav .nav-item .nav-link.active {
        color: #fff;
    }

    .navbar-nav .nav-item {
        padding: 0 15px
    }

        .navbar-nav .nav-item .nav-link {
            color: #fff;
            border-bottom: 1px solid #fff;
        }

    [data-aos] {
        animation: none;
    }
}

.page-head,
.section-head {
    font-size: 60px;
    line-height: 1.4;
    color: var(--color-primary)
}

    .page-head span,
    .section-head span {
        display: block;
        font-size: 20px;
        letter-spacing: 3.2px;
        font-weight: 700;
        color: var(--color-secondary);
        text-transform: uppercase;
        font-family: var(--font-manrope);
    }

.section-head {
    font-size: 40px;
    line-height: 48px;
}

h3.section-head {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.section-head span {
    color: #707070;
    font-size: 13px;
    position: relative;
}

.banner-left .section-head span {
    padding-bottom: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.banner-left .section-head {
    font-size: 50px;
    line-height: 1.2;
    max-width: 500px;
}

    .banner-left .section-head span::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #707070;
    }

.secondary-head {
    color: var(--color-primary);
    font-size: 22px;
    font-family: var(--font-manrope);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.5px;
}

.head,
.btnLink {
    font-size: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: var(--font-manrope);
    color: var(--color-secondary);
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.btnLink {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.head {
    margin-bottom: 45px;
}

    .head:after,
    .btnLink:after {
        content: '';
        position: absolute;
        width: 52px;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: var(--color-primary);
        transition: all .2s ease-in-out;
    }

.btnLink:hover:after {
    width: 100%;
}

.banner-img {
    max-width: 32vw;
    position: relative;
    margin: auto;
}

.hm-banner-section .bg-white {
    padding-bottom: 32px;
}

.banner-leaf {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
}

.banner-leaf-left {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 45%;
}

.banner-leaf-right {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 45%;
}

.hm-banner {
    opacity: 0;
}

.footer {
    background-color: var(--color-secondary);
    padding: 55px 0;
    position: relative;
    z-index: 9;
}

    .footer * {
        font-size: 14px;
    }

.ftr-logo-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ftr-logo {
    max-width: 185px;
}

.ftr-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.ftr-links {
    padding: 0;
    list-style: none;
}

    .ftr-links li {
        margin-bottom: 6px;
    }

.footer a {
    color: #fff;
    text-decoration: none;
}

.title-underlined {
    line-height: 2;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

@media(max-width: 992px) {
    .ftr-acc {
        display: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }


    .col-lg-3 .ftr-acc {
        display: block;
    }

    .ftr-title {
        border-bottom: 1px solid #fff;
        padding: 5px 0;
        margin-bottom: 15px;
        position: relative;
        width: 100%;
        line-height: 2;
    }

        .ftr-title:after {
            content: '';
            position: absolute;
            top: 12px;
            right: 15px;
            border-style: solid;
            border-width: 3px 3px 0 0;
            border-color: #fff;
            display: inline-block;
            height: 10px;
            transform: rotate(135deg);
            vertical-align: top;
            width: 10px;
            transition: all .3s ease-in-out;
        }

        .ftr-title.show-acc:after {
            transform: rotate(-45deg);
            top: 12px;
        }
}

@media(max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        text-align: center;
    }

    .ftr-logo {
        max-width: 138px;
        margin: 0 auto 15px;
    }
}

.client-pic {
    position: relative;
    padding: 25px 0 35px;
    text-align: center;
}

    .client-pic img {
        width: 230px;
        z-index: 99;
        position: relative;
        transform: translateX(-50px);
    }

    .client-pic::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../images/green-leaf.svg) no-repeat bottom right;
        background-size: contain;
    }

.testimoni-content {
    position: relative;
    padding: 50px 180px;
    margin: 0 auto;
    text-align: center;
}

.testimoni {
    font-size: 18px;
    font-family: var(--font-baskervville);
    color: #707070;
    line-height: 1.5;
    font-weight: 500;
}

.client-name {
    color: var(--color-primary);
    margin-top: 35px;
}

.testimoni-swiper::before,
.testimoni-swiper::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(../images/quotes.png) no-repeat top left;
    background-size: contain;
}

.testimoni-swiper::before {
    top: 70px;
    left: 0;
}

.testimoni-swiper::after {
    bottom: 70px;
    right: 0;
    transform: rotateZ(180deg);
}

.hm-card-swiper {
    overflow: hidden;
}

.swiper-slide.cards.swiper-slide-active {
    background-color: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
}

.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--color-text);
    padding: 2px;
    margin: 0 15px !important;
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-text);
}

.page {
    position: relative;
    overflow-x: hidden;
    padding-top: 110px;
}

@media (max-width: 767px) {
    .page {
        padding-top: 89px;
    }
}

.clr-primary {
    color: var(--color-primary);
    text-decoration: none;
}

.branch {
    position: absolute;
    top: 20vh;
    z-index: 9;
    bottom: 100vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0;
    background-color: var(--color-secondary);
    transition: all 1.5s ease-in-out;
}

@media(max-width: 767px) {
    .branch {
        height: calc(100% - 20vh);
    }
}

.branch-inner {
    height: calc(100% - 20vh);
}

.page__wrapper {
    position: relative;
    z-index: 9;
}

.hm-team-section {
    background-color: #fff;
    text-align: center;
    margin: 150px 0;
}

.hm-services-section {
    padding-top: 30px;
}

.testimoni-section {
    padding: 75px 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.leaf-end {
    position: relative;
    width: 50%;
    text-align: right;
    margin-top: 150px;
    transform-origin: right;
}

.leaf-start {
    position: relative;
    left: 50%;
    margin-top: 150px;
    display: inline-block;
    transform-origin: left;
    width: 50%;
}

.about-leaf {
    margin: 60px 0;
}

    .about-leaf img {
        max-width: 120px;
    }

/* .leaf-start img {
    transform: translateX(-3px);
} 

.leaf-start.about-leaf img {
    transform: translateX(-3px);
}*/

.pic-branch-start {
    transform: translate(-13px, -80px);
    width: 450px;
}

.flip-left {
    transform-origin: left;
}

.flip-right {
    transform-origin: right;
    text-align: right;
}

.pic-branch-end {
    text-align: right;
    transform: translateX(13px);
    width: 450px;
}

.hm-text-left {
    /*padding-left: 55px;*/
}

.hm-text-right {
    /*padding-right: 55px;*/
}


.banner-left {
    position: relative;
}

.sub-banner-leaf {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sub-banner-right {
    transform: translateX(-13px);
}

.intro-text {
    position: relative;
    padding-top: 100px;
    margin-top: 40px;
    text-align: center;
}

.faqs,
.disclaimers {
    position: relative;
    padding-top: 120px;
    margin-top: 40px;
}

.how-we-work {
    padding: 30px 0 100px;
    position: relative;
    margin-bottom: 100px;
}

    .intro-text::before,
    .how-we-work::before,
    .faqs:before,
    .disclaimers:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 80px;
        background-color: var(--color-secondary);
        transition: all .8s ease-in-out;
    }

    .how-we-work::before {
        height: 100%;
    }

.list-bullet {
    list-style: none;
    padding-left: 0;
}

    .list-bullet &gt; li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
    }

        .list-bullet &gt; li:before {
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            width: 8px;
            height: 8px;
            background-color: #85B92C;
            border-radius: 100%;
        }

.list-line {
    padding: 0;
    text-align: center;
}

    .list-line &gt; li {
        display: inline-block;
        font-family: var(--font-baskervville);
        font-size: 18px;
        font-weight: 700;
    }

        .list-line &gt; li:not(:last-child) {
            padding-right: 100px;
            position: relative;
        }

        .list-line &gt; li:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            width: 80px;
            height: 2px;
            background-color: var(--color-text);
        }

        .list-line &gt; li:last-child:after {
            display: none;
        }

.accordion-header {
    border-bottom: 1px solid var(--color-text);
    padding-bottom: 15px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    color: var(--color-primary);
    padding-right: 35px;
}

.accordion-collapse.show {
    /*color: var(--color-primary);*/
}

    .accordion-collapse.show :hover {
        /*color: var(--color-primary);*/
    }


.accordion-header::after {
    content: '-';
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 25px;
}

.accordion-header.collapsed::after {
    content: '+';
}

.accordion-header:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: none !important;
}

.accordion-item {
    border: 0;
    margin-bottom: 40px;
    color: var(--bs-nav-link-color);
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 30px;
    }
}

.dropdown .dropdown-menu {
    display: inline-block;
    opacity: 0;
    top: 110%;
    border: 0;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.dropdown .dropdown-menu .dropdown-item {
    transition: all .2s ease-in-out;
}

    .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: var(--color-primary);
        color: #fff;
    }

.tailored {
    font-size: 18px;
}

.accordion-body {
    padding: 15px 0;
    border-bottom: 1px solid var(--color-text);
}

.how-we-work .num {
    font-size: 80px;
    opacity: .2;
    font-family: var(--font-baskervville);
    margin-bottom: 0;
    margin-bottom: -20px;
}

.how-we-work h3 {
    color: var(--color-text);
    font-weight: 700;
}

.how-we-work .col-md-5:not(:first-child, :last-child) {
    margin-top: -100px;
}

.how-we-work .col-md-5:nth-of-type(odd) {
    padding-right: 30px;
}

.how-we-work .col-md-5:nth-of-type(even) {
    padding-left: 30px;
}

.border-b-primary {
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 15px;
}

.ico img {
    max-height: 70px;
    margin: 0 auto 15px;
}

.navbar-toggler {
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

@media(min-width: 1280px) and (max-width: 1367px) {
    .sub-banner-right {
        width: 500px;
    }

    .section-head {
        font-size: 36px;
    }
}

@media(max-width: 1367px) {
    .banner-left .section-head {
        font-size: 48px;
    }

    .sub-banner-leaf {
        max-width: 150px;
    }
}

@media(min-width: 767px) and (max-width: 992px) {
    .branch {
        top: -20vh;
    }
}

@media(max-width: 992px) {
    .banner-left .section-head {
        font-size: 26px;
    }

    .section-head {
        font-size: 25px;
        line-height: 1.2;
    }

    .sub-banner-leaf {
        max-width: 80px;
    }

    .list-line &gt; li {
        font-size: 16px;
    }

        .list-line &gt; li:after {
            width: 30px;
        }

        .list-line &gt; li:not(:last-child) {
            padding-right: 50px;
        }

    .accordion-header {
        font-size: 17px;
    }

    .leaf-end {
        margin: 50px 0 80px;
    }

    .testimoni-content {
        padding: 50px;
    }

    .testimoni-swiper::before,
    .testimoni-swiper::after {
        width: 50px;
        height: 50px;
    }

    .dropdown .dropdown-menu {
        display: block;
        opacity: 1;
        top: 100%;
        visibility: visible;
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }

        .dropdown .dropdown-menu .dropdown-item {
            padding-bottom: 5px;
            font-size: 14px;
            color: #fff;
        }
}

@media(max-width: 767px) {
    .logo {
        max-width: 138px;
    }

    .banner-img {
        max-width: 90vw;
    }

    .page-head {
        font-size: 40px;
    }

    .section-head {
        font-size: 26px;
        line-height: 1.2;
    }

        .page-head span,
        .section-head span {
            font-size: 13px;
            margin-bottom: 10px;
        }

    .banner-left .section-head {
        font-size: 35px;
        max-width: 340px;
    }

    .hm-text-right,
    .hm-text-left {
        background-color: #fff;
        padding: 20px 14px 40px;
        text-align: center;
    }

    .leaf-end {
        margin: 50px 0 80px;
    }

    .leaf-start {
        margin-top: 50px;
    }

        .leaf-end img,
        .leaf-start img {
            max-width: 100px;
            transform: translate(0);
        }

    .pic-branch-start {
        transform: translate(0);
    }

    .flip-left,
    .flip-right {
        margin-right: -12px;
        max-width: 85vw;
        margin-left: auto;
        padding: 50px 0;
    }

    .flip-right {
        margin-left: -20px;
        margin-right: 0;
    }

    .hm-team-section {
        margin: 0;
    }

    .testimoni-section {
        padding: 25px 0 50px;
        margin: 75px 0 0;
    }

    .testimoni-swiper::before,
    .testimoni-swiper::after {
        width: 50px;
        height: 50px;
        left: 15px;
        right: 15px;
    }

    .testimoni-swiper::after {
        left: auto;
    }

    .testimoni-content {
        padding: 60px 25px;
        text-align: left;
    }

    .testimoni {
        font-size: 15px;
    }

    .banner-left {
        padding-top: 30px;
    }

    .sub-banner-right {
        float: right;
        transform: translateX(5px);
        margin-top: 25px;
    }

    .sub-banner-leaf {
        display: none;
    }

    h3.section-head {
        font-size: 22px;
    }
}


/* about */

.bg-white {
    position: relative;
    z-index: 99;
}

.about-banner {
    position: relative;
    background-color: #fff;
    z-index: 99;
    padding-bottom: 35px;
    margin-bottom: 80px;
}

.about-intro {
    background-color: #fff;
    position: relative;
    z-index: 99;
    padding-top: 35px;
    padding-bottom: 55px;
}

.about-mid-section .pic-branch-end,
.about-mid-section .pic-branch-start {
    max-width: 350px;
}

.about-mid-section .pic-branch-start {
    transform: translate(-13px, -15px);
}

.about-mid-section.pb-5 {
    padding-bottom: 80px !important;
}

.about-quote {
    margin-bottom: 100px;
}

.journey {
    background-color: #fff;
    padding-top: 60px;
    position: relative;
    z-index: 9;
}

.journey-panel {
    background-color: #f2f8e9;
    padding: 40px 0 60px;
    border-top: 2px solid var(--color-text);
}

    .journey-panel .list li {
        margin-bottom: 10px;
        max-width: 300px;
    }

    .journey-panel .section-head {
        position: relative;
    }

        .journey-panel .section-head::before {
            content: '';
            position: absolute;
            top: -49px;
            left: 0;
            width: 15px;
            height: 15px;
            background-color: var(--color-text);
            border-radius: 100%;
        }

    .journey-panel .row &gt; div:nth-child(2) .section-head::before {
        width: 25px;
        height: 25px;
        top: -54px;
    }

    .journey-panel .row &gt; div:nth-child(3) .section-head::before {
        width: 30px;
        height: 30px;
        top: -57px;
    }

.values {
    padding: 100px 0 0;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
}

.values-card {
    padding: 40px 0;
    border-top: 4px solid var(--color-primary);
}

    .values-card.one {
        border-top-color: rgba(133 185 44 / 20%);
    }

    .values-card.two {
        border-top-color: rgba(133 185 44 / 40%);
    }


    .values-card.three {
        border-top-color: rgba(133 185 44 / 50%);
    }

    .values-card h3 {
        font-weight: 600;
    }

.abt-leadership {
    padding-top: 60px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.abt-leadership {
    padding-bottom: 60px;
}

@media(max-width: 992px) {

    .about-mid-section .pic-branch-end,
    .about-mid-section .pic-branch-start {
        max-width: 100%;
    }

    .about-quote {
        margin-bottom: 60px;
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .about-mid-section .row {
        background-color: #fff;
        position: relative;
        z-index: 99;
        margin-top: 45px;
        padding-top: 25px;
    }

    .about-mid-section .hm-text-right,
    .about-mid-section .hm-text-left {
        padding: 0;
    }

    .about-mid-section .flip-left,
    .about-mid-section .flip-right {
        padding: 25px 0;
    }

    .about-intro {
        padding: 25px;
    }

    .about-quote {
        margin-bottom: 45px;
    }

    .journey {
        padding-top: 30px;
    }

    .journey-panel .section-head::before {
        display: none;
    }

    .journey-panel .list {
        margin-bottom: 35px;
    }

        .journey-panel .list li {
            max-width: 100%;
        }

    .values {
        padding: 50px 0 0;
        margin-bottom: 50px;
    }

    .values-card {
        padding: 30px 0;
    }

        .values-card h3 br {
            display: none;
        }

    .abt-leadership {
        padding: 30px 0 0;
    }
}


/* teams */
.team-title {
    font-family: var(--font-baskervville);
    font-size: 18px;
    color: var(--color-primary);
}

h2.team-title {
    font-size: 25px;
}

.team-des {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    min-height: 34px;
    text-transform: uppercase !important;
}

.team-col {
    height: 100%;
}

.team-clps-handle {
    font-size: 13px;
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    margin-top: auto;
    text-transform: uppercase;
}

    .team-clps-handle:after {
        transition: all .3s ease-in-out;
    }

    .team-clps-handle.active:after {
        content: '';
        position: absolute;
        top: 185%;
        left: 20px;
        right: 0;
        margin: auto;
        width: 35px;
        right: 35px;
        border: 35px solid #eee;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top: 0;
    }

.team-container {
    position: relative;
}

.team-content {
    text-align: left;
    position: absolute;
    left: 0;
    display: none;
    background-color: #eee;
    padding: 35px;
    z-index: 999;
    width: 100%;
}

    .team-content .row {
        position: relative;
    }

        .team-content .row .close {
            position: absolute;
            top: -20px;
            right: 5px;
            width: 35px;
            height: 35px;
            line-height: 2.5;
            padding: 0;
            cursor: pointer;
            text-align: center;
        }


@media(max-width: 992px) {

    .how-we-work {
        padding: 30px 0 70px;
        margin-bottom: 50px;
    }

    .team-des {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .team-des {
        min-height: 10px;
    }


    .team-des {
        font-size: 13px;
    }

    .team-content .row .close {
        line-height: 2.3;
    }
}

/* team */


@media(max-width: 767px) {

    .list-line {
        margin: 0;
    }

    .secondary-head {
        margin-bottom: 15px;
    }

    .list-line &gt; li {
        display: block;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 0 !important;
        position: relative;
        margin-bottom: 10px;
    }

        .list-line &gt; li:after {
            display: none;
        }

    /* .list-line &gt; li:after {
            content: '';
            position: absolute;
            left: 10px;
            top: 10px;
            border-radius: 100%;
            width: 5px;
            height: 5px;
        }

        .list-line &gt; li:last-child:after {
            display: block;
        } */

    .accordion-header {
        font-size: 18px;
    }

    .how-we-work::before {
        display: none;
    }

    .how-we-work .col-md-5:nth-of-type(even) {
        padding-left: 0;
    }

    .how-we-work .col-md-5:not(:first-child) {
        margin-top: 25px;
    }

    .how-we-work {
        padding: 0;
        margin-bottom: 80px;
    }

        .how-we-work .num {
            font-size: 40px;
        }

    .ico {
        margin-bottom: 0;
    }

        .ico ~ h5 {
            font-size: 17px;
        }

            .ico ~ h5 br {
                display: none;
            }

    .how-we-work .col-md-5:nth-of-type(odd) {
        padding-right: initial;
    }
}


#loader h4 {
    margin-top: -15px !important;
    margin-left: 10px !important;
}

#loader {
    flex-direction: column !important;
}


@media (max-width: 767px) {
    .testimoni {
        font-size: 15px;
        text-align: center;
    }

    .client-name {
        text-align: center;
    }

    .values-card.one {
        margin-top: 35px;
    }

    .mobsecheading {
        padding-bottom: 15px;
    }

    .mobCenter {
        text-align: center !important;
        padding-bottom: 15px;
    }

    .how-we-work .num {
        margin-bottom: -8px;
    }

    .how-we-work {
        text-align: left;
    }

        .how-we-work img {
            width: 55px
        }

        .how-we-work .img1 {
            width: 48px !important;
        }

    .team-des {
        font-size: 11px;
    }

    .team-title {
        font-size: 16px;
    }

    .team-clps-handle {
        font-size: 11px;
    }

    .teamdetails,
    .team-content .col-lg-3 {
        padding: 0 !important;
    }

    .mobNone {
        display: none !important;
    }

    .accordion-header {
        font-size: 16px;
    }
}


.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    text-align: center;
}

    .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--color-primary);
    }

textarea {
    resize: none;
}

.contact-info p,
.contact-info p a {
    color: #464749;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
}

.cont-address {
    padding-left: 100px;
    padding-right: 100px;
}

.contact-cont .col-md-4:not(:last-child) {
    border-right: 1px solid #707070;
}

.contact-info p.contact-header {
    color: var(--color-primary);
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

    .contact-info p.contact-header:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 2px;
        background: #464749;
    }

@media(max-width: 992px) {
    .cont-address {
        padding: 0 0 15px;
    }

    .contact-cont .col-md-4:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #707070;
        margin-bottom: 25px;
    }
}

::-webkit-input-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
}

::placeholder {
    color: #707070;
}

.testimonials .accordion-header:not(.collapsed) {
    color: var(--color-primary);
}

.testimonials .accordion-header.collapsed {
    margin-bottom: 40px;
}

.testimonials .accordion-header {
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 2px solid var(--color-primary) !important;
}


.testimonials .accordion-body {
    border-bottom: none;
    padding: 45px;
}

.testimoni-doc {
    max-width: 150px;
    position: relative;
    margin: 30px auto 0;
    display: inline-block;
}

    .testimoni-doc::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(184 184 184 / 48%);
        opacity: 1;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .testimoni-doc::after {
        content: '';
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 20px;
        background: url(../images/icon-eye.png) center center no-repeat;
        background-size: contain;
        opacity: 1;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .testimoni-doc:hover::before {
        opacity: 1;
        background-color: #00000057;
        pointer-events: none;
    }

.testimoni-modal .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
}


.testimoni-modal {
    text-align: center;
}

    .testimoni-modal .modal-dialog {
        display: -webkit-inline-box;
        display: inline-flex;
    }

    .testimoni-modal .modal-content {
        border: 0;
    }

    .testimoni-modal .modal-body {
        padding: 25px;
        border-radius: 6px;
    }

        .testimoni-modal .modal-body img {
            border-radius: 6px;
        }

@media(max-width: 767px) {
    .testimonials .accordion-body {
        border-bottom: none;
        padding: 25px;
    }
}


.footernext {
    color: #b2b2b2 !important;
}


    .footernext:hover {
        color: #fff !important;
    }</pre></body></html>