:root {
    --font-primary: "Akrobat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --color-primary: #bf9140;
    --body-bg: #fffaf2;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

ul {
    list-style: none;
}

.white-bg {
    background: #fff !important;
}

body {
    font-family: var(--font-secondary);
    background: var(--body-bg);
    overflow-x: hidden;
}

.overflow-x-hidden {
    overflow: hidden;
}

.item {
    transition: 2s;
}

a {
    text-decoration: none !important
}

    a:hover {
        color: #bb8f3f;
        text-decoration: none;
        transition: 2s;
    }

/*Header-desing*/
.navbar {
    margin: 0;
}

section {
    content-visibility: visible;
}


#header {
    width: 100%;
    left: 0px;
    z-index: 999;
    padding: 0px 0;
    min-height: auto;
    position: relative !important;
    background-color: #fffaf2;
    box-shadow: 0px 2px 10px 0px rgb(178 132 52 / 25%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transparent-header#header {
    padding: 0px 0;
    min-height: auto;
    position: fixed !important;
    border-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}


#header .navbar {
    min-height: auto;
    padding-right: 0px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-nav > li > a {
    color: #282828;
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 600;
    padding: 30px 0px;
    background: transparent !important;
    display: flex;
    align-items: center;
}

.dropdown.menu-large i ion-icon {
    font-size: 12px;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-nav > li {
    margin: 0px 0 0 15px;
    padding: 0px;
}

ul.navbar-right > li:last-child {
    margin: 0px;
    padding: 0px;
}

.w22 {
    float: left;
    width: 20%;
}

.menu-large {
    position: static !important;
}

#header ul.nav.navbar-nav.navbar-right {
    display: inline-flex;
    align-items: center;
}

.right-side-menu .dropdown a i {
    width: 12px;
    display: inline-block;
}

.responsive-logo a {
    padding: 0px;
}
.navbar-brand {
    min-width: 220px;
}
.responsive-logo {
    float: none;
    width: auto;
    margin-left: 7%;
}

    .responsive-logo a img {
        width: 220px;
    }


.navbar-nav .get-in-touch a {
    margin-left: 10px;
    background: #b1885b !important;
    box-shadow: -9px 0px 0px 0px rgb(191 145 64 / 25%);
    padding: 12px 15px;
    border-radius: 30px 0 0 30px;
    color: #fff;
}

.header-right {
    float: none;
    width: auto;
    margin-left: auto;
}

.header-sticky#header {
    position: fixed !important;
    border-bottom: 0;
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.92) !important;
    box-shadow: 2px -8px 12px 5px hsl(0deg 0% 87% / 54%);
}

.navbar-right .megamenu {
    border-radius: 0px !important;
    border: 0px;
    font-family: var(--font-secondary);
    padding: 15px 10px;
}

    .navbar-right .megamenu li a {
        font-size: 13px;
        padding: 5px 10px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

.service_menu .megamenu {
    width: 90%;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}

    .service_menu .megamenu::before {
        left: 35%;
    }

.services_mg .bg-color {
    padding: 0px;
}

.services_mg ul.nav-stacked li a {
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 13px;
}

.services_mg ul li.active a {
    background: #f7f7f7 !important;
    border-radius: 4px;
    color: #a88136;
}

.mg-tab ul {
    columns: 2;
}

.megamenu.services_mg {
    padding: 10px;
}

.mg-tab .tab-content {
    padding: 20px;
}

    .mg-tab .tab-content ul li a {
        text-transform: capitalize;
        margin-bottom: 10px;
        padding: 0px;
        display: block;
        color: #606060;
        font-weight: 400;
    }

.navbar-nav > li > .dropdown-menu {
    border-radius: 0px !important;
}

.navbar-right .lab-menu .megamenu {
    width: auto;
    right: auto;
    left: auto;
}

.navbar-right .about-menu .dropdown-menu {
    right: auto;
}

ul.dropdown-menu.megamenu::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 20px;
    height: 20px;
    top: -5px;
    transform: rotate(45deg);
    z-index: -1;
}

.menu-large .dropdown-header {
    font-size: 14px;
    color: #a58035;
    padding: 3px 0;
}

.megamenu > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .megamenu > li > ul > li > a {
        display: block;
        clear: both;
        line-height: 17px;
        color: #333;
        white-space: normal;
        text-transform: none;
    }

.menu-large .megamenu .dropdown-header > a {
    padding: 0;
    color: #a58035
}

.service_menu .megamenu ul li a {
    padding: 2px 0;
    background: transparent !important;
    font-size: 12px;
}
/*Header-desing*/

.d-flex {
    display: flex;
    align-items: center;
}

.ml-7 {
    margin-left: 7%;
}

.mr-7 {
    margin-right: 7%;
}

.btn-custom {
    font-family: var(--font-primary);
    background: #16401d;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 50px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 46px 0px rgba(59, 203, 112, 0.4);
    border: 2px solid #161515;
}

    .btn-custom:hover {
        color: #15e03a;
        background: #edfff2;
        border: 2px solid #1c9d28;
    }

.pr-0 {
    padding-right: 0px;
}

.outside-box {
    position: relative;
    top: 80px;
    margin-bottom: 50px;
}

.outside-box-2 {
}

.pd-100 {
    padding: 100px 0;
}

.pd-50 {
    padding: 50px 0;
}

.btn-border {
    border-radius: 50px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #bf9140;
    display: inline-block;
    border: 0.2rem solid #bf9140;
    padding: 10px 25px;
    margin-top: 15px;
    font-family: var(--font-secondary);
}

    .btn-border:hover {
        background: #bf9140;
        color: #fff;
    }

.mt-5 {
    margin-top: 5rem;
}

.mt-60 {
    margin-top: 60px;
}

.pb-0 {
    padding-bottom: 0px;
}

.btn-border-black {
    border-color: #1d1d1d;
    color: #1d1d1d;
}

    .btn-border-black:hover {
        background: #1d1d1d;
        color: #fff;
    }

.min-mt {
    margin-top: -150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.align-items-flex-end {
    align-items: flex-end !important;
}

.mb-17 {
    margin-bottom: -17px;
}

.contact-box {
    padding: 15px;
    background: #fff;
}

    .contact-box p {
        color: #414141;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 500;
        line-height: 25px;
        font-family: var(--font-secondary);
    }

        .contact-box p b {
            color: #1c1c1c;
            font-size: 14px;
            letter-spacing: 0.5px;
            font-weight: 600;
            line-height: 25px;
        }

    .contact-box .or {
        width: 40px;
        text-align: center;
        background: #bf9140;
        height: 40px;
        margin: 0 10px;
        border-radius: 4px;
        line-height: 38px;
        color: #fff;
        font-family: var(--font-primary);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
    }

.btn-icon {
    color: #bf9140;
    border: 1.5px solid #bf9140;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    padding: 5px 15px 5px 5px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    align-items: center;
    text-transform: uppercase;
}

    .btn-icon i {
        border-radius: 8px;
        background-color: rgb(255, 230, 187);
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
        position: relative;
        display: inline-block;
        align-items: center;
    }

    .btn-icon .far.fa-envelope-open-text {
        background-image: url('img/mail-open.svg');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
    }

    .btn-icon i.fa-phone {
        background-image: url('img/call-sharp.svg');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
    }

    .btn-icon:hover {
        background: #bf9140;
        color: #ffe6bb;
    }

        .btn-icon:hover i {
            color: #bf9140;
        }

.mt-2 {
    margin-top: 2rem;
}

.mb--100 {
    margin-bottom: -100px;
    position: relative;
}

/*Why Choose Us ?*/

.why-choose-us.pt-50 {
    padding-top: 50px;
}

.why-choose-us {
    padding: 50px 0 60px;
    background: #fdedd3;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-header {
    text-align: center;
}

    .section-header h1 {
        font-family: var(--font-primary);
        text-transform: uppercase;
        color: #1c1c1c;
        font-weight: 400;
        font-size: 50px;
        margin-top: 0;
    }

        .section-header h1 span {
            color: #bf9140;
            font-weight: 700;
        }

    .section-header p {
        color: #575757;
        font-size: 15px;
        width: 70%;
        margin: auto;
        max-width: 100%;
        font-weight: 500;
        line-height: 25px;
        font-family: var(--font-secondary);
    }

.section-body {
    margin: 50px 0;
}

.why-box {
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #FFF;
    border: 2px solid #bf9140;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    box-shadow: 0px 22px 32px 0px rgba(83, 65, 30, 0.05);
}

    .why-box:before {
        content: '';
        position: absolute;
        width: 80%;
        background: #FFF;
        height: calc(100% + 4px);
        left: 10%;
        top: -2px;
        z-index: 0;
    }

    .why-box:after {
        content: '';
        position: absolute;
        width: calc(100% + 4px);
        background: #FFF;
        height: 80%;
        left: -2px;
        top: 10%;
        z-index: 0;
    }

    .why-box .icon {
        background: #be9040;
        border-radius: 100px;
        width: 90px;
        height: 90px;
        padding: 15px;
        margin: 0 auto 25px;
        position: relative;
        z-index: 2;
        box-shadow: 0px 0px 0px 10px rgb(254 246 233);
    }

        .why-box .icon img {
            width: 80px;
        }

    .why-box h4 {
        font-family: var(--font-primary);
        text-transform: uppercase;
        font-size: 18px;
        color: #252525;
        line-height: 25px;
        font-weight: 600;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }
/*Why Choose Us ?*/

/*testimonials*/
.ts-mt-4 {
    margin-top: 20px !important;
}
.services-section h1 {
    font-weight: 400;
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-primary);
    font-size: 45px;
    margin-top: 0;
}
    .services-section h1 span {
        color: #bf9140;
        font-weight: 700;
    }
.services-section p {
    color: #263238;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 15%;
    font-family: var(--font-secondary);
}
#testimonials {
    margin: auto;
    text-align: left;
}

.testimonial-box {
    background: #fff;
    padding: 25px;
    box-shadow: rgb(226 201 160 / 55%) 0px 0px 35px 0px;
    border-radius: 4px;
    overflow: hidden;
}

    .testimonial-box .client-name {
        margin-top: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        font-family: var(--font-primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

.client-name-letter {
    width: 40px;
    height: 40px;
    color: #D5F4DA;
    background: #fff5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 30px 10px;
    margin-right: 5px;
}

.testimonial-box .location {
    background: #D5F4DA;
    border-radius: 0px 40px 40px 0;
    padding: 5px 15px 5px 25px;
    display: inline-block;
    margin-left: -25px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.testimonial-box p {
    color: #2a2a2a;
    font-size: 14px;
    padding: 0;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.testimonial-box h4 {
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a88136;
    font-size: 22px;
}

.rating i {
    color: #ed9f15;
    font-size: 15px;
    margin: 20px 1px 0;
}

.testimonial-box .morelink {
    color: #D5F4DA !important;
    margin-top: 5px;
}
.client-img img {
    width: 40px !important;
    height: 40px;
    margin-right: 5px;
}


p.more {
    margin-bottom: 0px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #000;
}
/*testimonials*/
/*footer-design*/
.foot-detail {
    height: auto;
}

.footer-main {
    background: #2e2e2e;
}

    .footer-main h3 {
        font-family: var(--font-primary);
        color: var(--color-primary);
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 0px 0px;
        margin-bottom: 20px;
        line-height: 16.5px;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }

        .footer-main h3::before {
            content: '';
            position: absolute;
            height: 2px;
            width: 10%;
            background: #d3b073;
            left: 0px;
            bottom: -10px;
        }

.footer_box ul {
    padding-left: 0px;
}

.footer_box .social-media li {
    color: #cfcfcf;
    line-height: 1;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.footer_box ul li a {
    color: #a4a4a4;
    font-family: var(--font-secondary);
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 25px;
    font-weight: 500;
}

.footer_box p {
    color: #aaaaaa;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--font-secondary);
}

.footer_box.footer_link {
    margin-left: 0px !important;
}

.footer_box {
    margin-bottom: 30px;
    display: block;
}

    .footer_box ul {
        list-style: none;
        padding-left: 0px;
    }

        .footer_box ul li {
            margin: 0 0 8px;
        }

    .footer_box .global li {
        color: #cfcfcf;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer_box .social-media {
        display: flex;
        margin-top: 15px;
        list-style: none;
    }

        .footer_box .social-media li {
            margin: 0 10px 0px 0px;
            width: auto;
        }

            .footer_box .social-media li a {
                border: 2px solid #8c8c8c;
                width: 40px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                border-radius: 4px;
                font-size: 15px;
                display: block;
            }

                .footer_box .social-media li a:hover {
                    border-color: var(--color-primary);
                    color: var(--color-primary);
                }

                .footer_box .social-media li a i ion-icon {
                    font-size: 18px;
                }

.footer-bottom {
    background: #232323;
    padding: 15px 0;
}


.ml-auto {
    margin-left: auto;
    margin-bottom: 0;
}

.footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #ababab;
    font-family: var(--font-secondary);
}

.footer-bottom ul li {
    display: inline-flex;
}

    .footer-bottom ul li a {
        font-size: 13px;
        color: #ababab;
        font-weight: 500;
        letter-spacing: 0.3px;
        margin-left: 10px;
        font-family: var(--font-secondary);
    }

.icon-box i {
    color: #fff;
    background: #4b4b4b;
    min-width: 30px;
    height: 30px;
    line-height: 37px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}

    .icon-box i ion-icon {
        font-size: 18px;
    }

.icon-box a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.mb-20 {
    margin-bottom: 20px;
}

.align-items-start {
    align-items: start;
}

.footer_box .global li {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.key-bg-1 {
    background: #ffe6bb;
}

.key-bg-2 {
    background: #efd19d;
}

.key-bg-3 {
    background: #e1c086;
}

.key-bg-4 {
    background: #d3b073;
}

.key-mainbox {
    top: -50px;
    padding-bottom: 0px;
    position: relative;
}

.key-point {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}

.key-img {
    width: 30%;
    text-align: center;
    margin-right: 10px;
}

    .key-img img {
        width: 60px;
    }

.key-text h4 {
    font-family: var(--font-primary);
    color: #000;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
}

.key-text p {
    font-family: var(--font-primary);
    color: #000;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*footer-design*/

/**/
.pl-0 {
    padding-left: 0px;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.4;
}

.owl-nav {
    display: inline-flex;
    position: absolute;
    top: -50px;
    width: 80px;
    justify-content: space-between;
    right: 0
}

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 34px;
        border-radius: 0;
        background-image: none !important;
        font-size: 20px;
        text-align: center;
        line-height: 34px;
        color: #bf9140;
        padding: 0;
    }

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-left: auto;
    border: 0px;
    color: #aa8337;
    font-size: 20px;
    background: transparent !important;
}


.color-p p {
    color: #745a2d;
    padding-right: 0%;
}

.zero-pl p {
    padding-right: 0%;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-n-50 {
    margin-top: -50px;
    padding-top: 100px;
}

.position-relative {
    position: relative;
    z-index: 2;
}
/*25*/
.mt-4 {
    margin-top: 3.4rem
}


/*Scroll-top*/

.scroll-top {
    position: fixed;
    background: #D5F4DA;
    z-index: 99;
    bottom: 130px;
    right: 32px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    opacity: 1;
}

    .scroll-top:hover {
        opacity: 0.9;
    }

/*Conatct Form Popup*/


.conatct-form-popup .modal-title {
    font-family: var(--font-primary);
    font-weight: 400;
    color: #000;
    font-size: 35px;
}

.conatct-form-popup p {
    margin: 5px 0 25px;
    font-weight: 500;
    font-size: 14px;
    color: #D5F4DA;
}

.conatct-form-popup .form-group {
    margin-bottom: 15px;
}

    .conatct-form-popup .form-group label {
        font-weight: 500;
        color: #000;
        letter-spacing: 1px;
    }

    .conatct-form-popup .form-group .form-control {
        min-height: 50px;
        background: #ffffff;
        color: #000;
        padding: 15px 15px;
        border-radius: 4px;
        border: 0;
        box-shadow: 0px 0px 15px 0px rgb(181 139 59 / 12%);
    }

    .conatct-form-popup .form-group .form-textarea {
        resize: none;
        height: 150px
    }

.conatct-form-popup .modal-content {
    padding: 15px 35px;
    border: 0px;
    box-shadow: none;
    background: #fffaf1;
}

.contact-no {
    display: flex;
}

    .contact-no .country-code {
        max-width: 100px;
        margin-right: 15px;
    }

    .contact-no .form-group {
        width: 100%
    }

.conatct-form-popup button.btn {
    font-family: var(--font-primary);
    background: rgb(191, 145, 64);
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 50px 4px 50px 50px;
    box-shadow: rgb(191 145 64 / 40%) 0px 0px 46px 0px;
    border: 2px solid rgb(191, 145, 65);
}

/*Conatct Form Popup*/

.width-50 .footer_link {
    min-width: 50%;
    max-width: 100%;
}

.right-side-menu span .hydrated {
    display: none;
}


/*Only Mobile*/

.side-header-top {
    display: block;
}

    .side-header-top a {
        float: none;
    }

.close-menu {
}

    .close-menu i {
        font-size: 20px;
        color: #fff;
        margin-left: 10px;
    }

.global li img {
    width: 20px;
}

.fal.fa-angle-left {
    width: 24px;
    background-image: url('img/arrow-down.svg');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    display: block;
    margin: 4px 3px;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.5;
}

.fal.fa-angle-right {
    width: 24px;
    background-image: url('img/arrow-down.svg');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    display: block;
    margin: 4px;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.5;
}

    .fal.fa-angle-right:hover, .fal.fa-angle-left:hover {
        filter: grayscale(0);
        opacity: 1;
    }

.owl-nav .disabled {
    opacity: 0 !important
}
.p-35 {
    padding: 35px
}

.left-half-bg {
    background: #FFF;
}

.right-half-bg {
    background: #fee6bc;
}

    .right-half-bg p {
        color: #302309;
    }

.mt-3 {
    margin-top: 3rem;
}

.mt-6 {
    margin-top: 6rem
}

.mtn-50 {
    margin-top: -50px;
    position: relative;
}


.mb-2 {
    margin-bottom: 2rem;
}

.conatct-form-ui {
    padding: 25px;
    background: #FFF
}

.mtn-100 {
    margin-top: -100px;
    position: relative;
}

.gray-img {
    filter: grayscale(100%);
}


.scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    .scrollbar::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

.scrollbar::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 28px;
}

    .scrollbar::-webkit-scrollbar-track:hover {
        background: #666666;
    }

    .scrollbar::-webkit-scrollbar-track:active {
        background: #333333;
    }

.scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}



.modal-big {
    width: calc(90% - 17px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
}

.close-ui {
    position: absolute;
    right: 0px;
    background: #ff1d1d !important;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 0px;
}

.mobile-add {
    display: none
}

@media(max-width: 800px) {
    .modal-big {
        width: 96%;
        height: auto
    }

    .desktop-add {
        display: none
    }

    .mobile-add {
        display: block
    }
}

/*Contact Page*/

.d-flex {
display: flex;
align-items: center;
flex-wrap:wrap
}
.sub-banner {
    padding: 100px 0;
    position: relative;
    background: #D5F4DA;
    background: linear-gradient(30deg, #f4d5e9 0%, #dfa1cb 100%);
}
.sub-banner .container {
    position: relative;
    z-index:2
}

.sub-banner h1 {
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 60px;
    color: #000000;
    font-weight: 300;
    margin-top: 0;
}
    .sub-banner h1 span {
        color: #bf9140;
        font-weight: 700;
    }

    .sub-banner p {
        font-size: 18px;
        font-weight: 300;
        color: #000;
        letter-spacing: 0.5px;
    }
    .sub-banner::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background-image: url(img/icon-bg.svg);
        background-size: 60%;
    }
@media (min-width: 768px) {
    .sub-banner::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background-image: url(img/contact-us.svg);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: right center;
    }
}


.form-section {
    margin-top: -50px;
}

.contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 5px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
@media (max-width: 768px) {
    .contact-form {
        margin-bottom: 3rem
    }
}
        .contact-form h2 {
            margin: 0px 0px 30px;
            font-family: var(--font-secondary);
            text-transform: uppercase;
            color: #000;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
            background: #D5F4DA;
            display: inline-block;
            padding: 15px 35px;
            margin-left: -35px;
            border-radius: 0 50px 50px 0;
        }

    .req-form .form-control {
        min-height: 55px;
        border-radius: 2px 15px 15px;
        border: 1px solid #ddd;
        color: #000;
        font-weight: 500;
        letter-spacing: 0.5px;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    }

        .req-form .form-control:focus, .req-form .form-control:visited, .req-form .form-control:active {
            border-color: #ffc452;
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
        }

    .req-form label {
        font-size: 13px;
        letter-spacing: 1px;
        color: #999;
        font-weight: 500;
    }

        .req-form label span {
            color: #F00;
        }

    .req-form .form-control::placeholder {
        font-size: 12px;
        font-weight: 500;
        color: #333
    }

    .req-form .form-textarea {
        resize: none;
        min-height: 120px;
        padding-top: 15px;
    }

    .req-form .form-group {
        margin-bottom: 25px
    }


    .white-card {
        background: #fff;
        padding: 35px;
        border-radius: 5px 15px 15px;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    }

        .white-card h2 {
            margin: 0px 0px 30px;
            font-family: var(--font-secondary);
            text-transform: uppercase;
            color: #000;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
            background: #D5F4DA;
            display: inline-block;
            padding: 15px 35px;
            margin-left: -35px;
            border-radius: 0 50px 50px 0;
        }

    .points {
        padding: 0px
    }

        .points li {
            position: relative;
            padding-left: 30px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 25px;
        }

            .points li:last-child {
                margin-bottom: 0px;
            }

            .points li::before {
                content: '';
                background-image: url(img/point.svg);
                position: absolute;
                left: 0px;
                top: 5px;
                width: 20px;
                height: 20px;
            }


    .sticky-100 {
        position: sticky;
        top: 100px;
    }

    .bg-color-1 {
        background: #D5F4DA;
    }

    .section-text .title {
        color: #D5F4DA;
        font-family: var(--font-primary);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-text .sub-text {
        font-size: 16px;
        font-weight: 300;
        color: #000000;
        margin-bottom: 20px;
        letter-spacing: 0.3px;
        font-family: var(--font-secondary);
    }


    .presence {
        background: #fff;
        padding: 20px 25px;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    }

        .presence h1 {
            margin: 0px;
            font-weight: 700;
            color: #000;
            align-items: center;
            font-size: 16px;
            margin-bottom: 15px;
            background: #e5e5e5;
            padding: 7px 25px;
            margin-left: -25px;
            display: inline-flex;
            letter-spacing: 0.3px;
            border-radius: 0 50px 50px 0;
        }

            .presence h1 span {
                font-size: 13px;
                font-weight: 400;
            }

            .presence h1 img {
                width: 25px;
                margin-right: 10px;
            }

        .presence h4 {
            margin: 0px 0 10px;
            font-weight: 600;
            color: #000;
        }

            .presence h4 span {
                font-size: 13px;
                font-weight: 600;
                color: #333;
            }

        .presence ul {
            padding: 0px;
        }

        .presence li {
            display: flex;
            align-items: center;
            margin-bottom: 15px
        }

            .presence li:last-child {
                margin-bottom: 0px
            }

            .presence li img {
                width: 40px;
                margin-right: 10px;
                background: #D5F4DA;
                border-radius: 50px 20px 50px 50px;
                padding: 8px;
                height: 40px;
            }

            .presence li a {
                color: #D5F4DA;
                font-size: 14px;
                font-weight: 600;
            }

    .mb-3 {
        margin-bottom: 3rem;
    }

    .fix-height {
        display: flex;
        flex-wrap: wrap;
    }

    @media (min-width: 768px) {
        .fix-height ul {
            max-height: 100px;
            overflow-y: auto;
        }
    }

    .page-global {
        padding: 0px;
        column-count: 2;
    }

        .page-global li {
            background: #ffffff;
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 4px;
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
            font-weight: 600;
            display: flex;
            align-items: center;
            text-transform: uppercase;
        }

            .page-global li img {
                width: 25px;
                border-radius: 2px;
                margin-right: 10px;
            }

    #regions_div {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }

    .align-items-start {
        align-items: start;
    }

.legal-policy {
    padding: 50px 0 100px;
}
    .legal-policy h1 {
        margin: 0px;
        font-weight: 600;
        font-family: var(--font-secondary);
        color: #D5F4DA;
        font-size: 35px;
        text-transform: uppercase;
    }
    .legal-policy h2 {
        font-size: 25px;
        color: #000;
        font-weight: 400;
    }
    .legal-policy h3 {
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }
    .legal-policy h4 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-top: 20px;
    }
    .legal-policy p {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        color: #161616;
        line-height: 23px;
    }
        .legal-policy p br {
        
        }

    .legal-policy ul {
        padding: 0px 0 0 15px;
        list-style: circle;
    }

        .legal-policy ul li {
            font-size: 14px;
            font-weight: 500;
            margin: 10px 0;
            line-height: 22px;
            color: #000;
        }

    @media (min-width: 1001px) {
        .only-for-mobile {
        display: none !important;
    }
}
