@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import "swiper-bundle.min.css";
@import "odometer.css";
@import "animate.css";
@import "magnific-popup.css";
@import "nice-select.css";

:root {
    --body: #fff;
    --theme-color: #4baf47;
    --black-color: #24231d;
    --white-color: #FFFFFF;
    --pra-color: #878680;
    --title-color: #121519;
    --hover-color: #fff;
    --border-color: #cccccc;
    --pra2-color: #A9A9A9;
    --bg-color: #1A1A1A;
    --price-color: #727272;
    --price-color2: #A6A6A6;
    --ratting-color: #ED8A19;
    --section-color: #f8f7f0;
}

body {
    color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll !important;
    background-color: var(--body);
    box-sizing: border-box;
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777;
    top: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-color);
    font-family: "Oswald", sans-serif;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: var(--title);
        font-family: "Manrope", sans-serif;
    }

button {
    border: unset;
}

::placeholder {
    color: var(--title);
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 32px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 500px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 991px) {
    h5 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    margin: 0;
    color: var(--title);
    transition: all 0.3s;
}

    a:hover {
        text-decoration: none;
        color: var(--white);
    }

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

::placeholder {
    color: var(--title);
}

p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--pra-color);
    font-weight: 400;
    line-height: 26px;
    /* max-width: 570px; */
    font-family: "Didact Gothic", sans-serif;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 15px;
    }
}

.pl-24 {
    padding-left: 24px;
}

@media (max-width: 1399px) {
    .pl-24 {
        padding-left: 14px;
    }
}

@media (max-width: 991px) {
    .pl-24 {
        padding-left: 10px;
    }
}

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

@media (max-width: 1399px) {
    .pr-24 {
        padding-right: 14px;
    }
}

@media (max-width: 991px) {
    .pr-24 {
        padding-right: 10px;
    }
}

.ml-24 {
    margin-left: 24px;
}

@media (max-width: 1399px) {
    .ml-24 {
        margin-left: 14px;
    }
}

.mr-24 {
    margin-right: 24px;
}

@media (max-width: 1399px) {
    .mr-24 {
        margin-right: 14px;
    }
}

.mr-30 {
    margin-right: 30px;
}

.arrowrotate {
    transform: rotate(-32deg);
    font-size: 24px;
}

.border__line {
    border-bottom: 1px solid var(--border-color);
}

.p-24 {
    padding: 24px;
}

@media (max-width: 991px) {
    .p-24 {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .p-24 {
        padding: 15px;
    }
}

.pt-130 {
    padding-top: 90px;
}

@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.custom__150 {
    padding-top: 170px;
}

@media (max-width: 1399px) {
    .custom__150 {
        padding-top: 150px;
    }
}

.pb-130 {
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

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

@media (max-width: 1199px) {
    .pt-110 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

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

@media (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

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

@media (max-width: 1199px) {
    .pt-100 {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 65px;
    }
}

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

@media (max-width: 1199px) {
    .pb-100 {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

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

@media (max-width: 991px) {
    .pt-80 {
        padding-top: 60px;
    }
}

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

@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

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

@media (max-width: 991px) {
    .pt-65 {
        padding-top: 55px;
    }
}

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

@media (max-width: 991px) {
    .pb-65 {
        padding-bottom: 55px;
    }
}

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

@media (max-width: 991px) {
    .pt-50 {
        padding-top: 40px;
    }
}

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

@media (max-width: 991px) {
    .pb-50 {
        padding-bottom: 40px;
    }
}

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

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 30px;
    }
}

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

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

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

@media (max-width: 991px) {
    .pb-30 {
        padding-bottom: 20px;
    }
}

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

@media (max-width: 991px) {
    .pt-30 {
        padding-top: 20px;
    }
}

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

@media (max-width: 991px) {
    .pb-24 {
        padding-bottom: 15px;
    }
}

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

@media (max-width: 991px) {
    .pt-24 {
        padding-top: 15px;
    }
}

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

@media (max-width: 991px) {
    .pb-20 {
        padding-bottom: 15px;
    }
}

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

@media (max-width: 991px) {
    .pt-20 {
        padding-top: 15px;
    }
}

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

@media (max-width: 991px) {
    .pb-16 {
        padding-bottom: 10px;
    }
}

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

@media (max-width: 991px) {
    .pt-16 {
        padding-top: 10px;
    }
}

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

@media (max-width: 991px) {
    .pb-15 {
        margin-bottom: 10px;
    }
}

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

@media (max-width: 991px) {
    .pt-15 {
        margin-top: 10px;
    }
}

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

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

.pb5 {
    padding-bottom: 5px;
}

.pt5 {
    padding-top: 5px;
}

.p-8 {
    padding: 8px;
}

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

@media (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

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

@media (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

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

@media (max-width: 1199px) {
    .mt-100 {
        margin-top: 90px;
    }
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px;
    }
}

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

@media (max-width: 1199px) {
    .mb-100 {
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

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

@media (max-width: 991px) {
    .mt-80 {
        margin-top: 60px;
    }
}

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

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

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

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 50px;
    }
}

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

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .mb-60 {
        margin-bottom: 35px;
    }
}

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

@media (max-width: 991px) {
    .mt-50 {
        margin-top: 40px;
    }
}

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

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 30px;
    }
}

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

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

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

@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.mt-30 {
    margin-top: 30px !important;
}

@media (max-width: 991px) {
    .mt-30 {
        margin-top: 20px;
    }
}

.mr__48 {
    margin-right: 48px;
}

.bodyfont {
    font-family: "Montserrat", sans-serif;
}

.headfont {
    font-family: "Manrope", sans-serif;
}

.ralt {
    position: relative;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.overhid {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-bg);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--base);
    border-radius: 10px;
}

.twitter {
    background: var(--secoundary-color) !important;
}

.twitter {
    background: var(--secoundary-color) !important;
}

.twitch {
    background: rgb(110, 60, 210) !important;
}

.youtube {
    background: rgb(172, 46, 46) !important;
}

.insta {
    background: rgb(207, 93, 93) !important;
}

.lind {
    background: rgb(78, 131, 228) !important;
}

.face {
    background: rgb(27, 114, 244) !important;
}

i {
    font-size: 18px;
}

.section__bg {
    background-color: #f8f7f0;
}

.title__content {
    margin-bottom: 50px;
    max-width: 550px;
}

    .title__content h6 {
        text-transform: capitalize;
        font-weight: 500;
    }

    .title__content h3 {
        text-transform: uppercase;
        margin-top: 15px;
    }

.bor__top {
    border-top: 1px solid var(--border-color);
}

.bor__bottom {
    border-bottom: 1px solid var(--border-color);
}

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

.header__top {
    padding: 15px 0;
    background-color: var(--white-color);
}

@media (max-width: 1199px) {
    .header__top {
        display: none;
    }
}

.header__top .info li {
    font-size: 16px;
    line-height: 0;
    padding: 0 20px;
}

    .header__top .info li:not(:last-child) {
        border-right: 1px solid var(--border-color);
    }

    .header__top .info li i {
        color: var(--theme-color);
        margin-right: 5px;
    }

    .header__top .info li a {
        color: var(--black-color);
        transition: all 0.3s ease-in-out;
    }

        .header__top .info li a:hover {
            color: var(--theme-color);
        }

.header-section {
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0px;
    height: unset;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.9s;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    height: 82px;
}

    .menu-fixed .header-wrapper {
        padding: 6px 0;
    }

@media (max-width: 991px) {
    .menu-fixed .header-wrapper .main-menu {
        top: 55px;
    }
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.9s;
    width: 100%;
    position: relative;
    /* padding: 30px 0; */
}

@media (max-width: 991px) {
    .header-wrapper {
        z-index: 999999;
        padding: 0px 0 5px;
    }
}

.header-wrapper .logo-menu {
    /* display: none; */
}

@media (max-width: 991px) {
    .header-wrapper .logo-menu {
        display: block;
    }
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
    gap: 0 22px;
    /* width: auto; */
    /* min-width: 200px; */
    margin-left: auto;
}

@media (max-width: 991px) {
    .header-wrapper .main-menu {
        max-width: 100%;
    }
}

.header-wrapper .main-menu li {
    transition: all 0.6s;
    position: relative;
}

    .header-wrapper .main-menu li a {
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin: 5px 4px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        .header-wrapper .main-menu li a:hover {
            color: var(--white-color);
        }

        .header-wrapper .main-menu li a i {
            margin-left: -6px;
            font-size: 10px !important;
            color: var(--white-color);
            vertical-align: middle;
        }

    .header-wrapper .main-menu li .sub-menu {
        display: block;
        opacity: 1;
        /* visibility: hidden; */
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
        padding: 15px 10px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        padding: 15px 10px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 100%;
        min-width: max-content;
    }
}

.header-wrapper .main-menu li .sub-menu li {
    margin-right: 0;
    transition: all 0.3s !important;
}

    .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
        border-bottom: 1px solid #f4f4f4;
    }

    .header-wrapper .main-menu li .sub-menu li a {
        color: var(--black-color);
        text-transform: capitalize;
        font-weight: 400;
        font-size: 15px;
        width: 100%;
        display: block;
        padding: 5px 15px;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
        font-family: 'Didact Gothic', sans-serif;
        letter-spacing: normal;
        margin: 0px;
    }

        .header-wrapper .main-menu li .sub-menu li a i {
            font-size: 14px !important;
        }

    .header-wrapper .main-menu li .sub-menu li:hover a {
        margin-left: 10px;
        color: #b19777;
    }

.header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

.header-wrapper .menu__right__components {
    gap: 15px;
}

.header-wrapper .menu__components {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .header-wrapper .menu__components i {
        color: var(--white-color);
    }

    .header-wrapper .menu__components .fa-bars {
        font-size: 28px;
        cursor: pointer;
        display: inline-block;
    }

@media (max-width: 991px) {
    .header-wrapper .menu__components .fa-bars {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .main-menu {
        position: fixed;
        top: 56px;
        width: 100%;
        left: 0;
        display: inline !important;
        margin-top: 20px;
        z-index: 999;
        padding: 15px 15px;
        transition: all 0.4s !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        background: var(--white-color);
        overflow-y: auto;
    }

        .main-menu:not(.active) {
            position: fixed;
            left: -100%;
            top: 85px;
        }

        .main-menu li {
            width: 100%;
            border-radius: 2px;
            margin-right: 0 !important;
            padding: 10px 0;
        }

            .main-menu li:not(:last-child) {
                border-bottom: 1px solid var(--border-color);
            }

            .main-menu li a {
                display: block;
                padding: 8px 10px 6px;
                font-size: 16px;
                color: var(--black-color) !important;
            }

                .main-menu li a i {
                    color: var(--black-color) !important;
                }

            .main-menu li .sub-menu {
                display: none;
                margin: 0px 10px 0px 0px !important;
                background-color: #ffffff !important;
                border-radius: 5px;
                width: 100%;
                min-width: max-content;
            }

                .main-menu li .sub-menu li:not(:last-child) {
                    border-bottom: 1px solid var(--white-color) !important;
                }

                .main-menu li .sub-menu li a {
                    color: var(--black-color) !important;
                }

                .main-menu li .sub-menu li .sub-two {
                    position: static !important;
                    width: 100% !important;
                    padding: 0 10px 20px 30px;
                }

                    .main-menu li .sub-menu li .sub-two li a {
                        display: block;
                    }

        .main-menu .active a {
            color: var(--white-color);
        }

    .header-bar {
        position: relative;
        width: 23px;
        height: 16px;
    }

        .header-bar span {
            position: absolute;
            width: 100%;
            height: 2px;
            display: inline-block;
            transition: all 0.3s;
            left: 0;
            background: var(--white-color);
        }

            .header-bar span:first-child {
                top: 0;
                background: #b19777;
                width: 50%;
            }

            .header-bar span:nth-child(2) {
                top: 44%;
                background: #b19777;
            }

            .header-bar span:last-child {
                bottom: 0;
                background: #b19777;
            }

        .header-bar.active span:first-child {
            transform: rotate(45deg) translate(3px, 9px);
        }

        .header-bar.active span:nth-child(2) {
            opacity: 0;
        }

        .header-bar.active span:last-child {
            transform: rotate(-45deg) translate(3px, -9px);
        }

        .header-bar:hover {
            cursor: pointer;
        }

    .header-wrapper .main-menu li .sub-menu li a {
        color: #000000 !important;
    }
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

    .search-wrap .search-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-wrap .search-cell {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .search-wrap .search-field-holder {
        width: 50%;
        margin: auto;
        position: relative;
        animation: slideInUp 0.3s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme-color);
}

input.main-search-input::placeholder {
    color: var(--theme-color);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme-color);
    cursor: pointer;
}

.side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: var(--white-color);
    padding: 40px;
    padding-top: 45px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

    .side_bar .info li {
        font-size: 18px;
    }

        .side_bar .info li a {
            color: var(--black-color);
        }

        .side_bar .info li i {
            color: var(--theme-color);
            margin-right: 5px;
        }

    .side_bar button {
        position: absolute;
        right: 40px;
        top: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        background-color: var(--theme-color);
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }

        .side_bar button:hover {
            transform: rotate(90deg);
        }

    .side_bar .social__icon {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .side_bar .social__icon li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid var(--theme-color);
            text-align: center;
            border-radius: 100%;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            .side_bar .social__icon li a i {
                font-size: 16px;
                color: var(--theme-color);
                transition: all 0.3s ease-in-out;
            }

            .side_bar .social__icon li:hover {
                background-color: var(--theme-color);
            }

                .side_bar .social__icon li:hover a i {
                    color: var(--white-color);
                }

.side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--white-color);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    transition: all 200ms linear;
}

    .scroll-up::after {
        position: absolute;
        font-family: "Font Awesome 6 free";
        content: "\f077";
        text-align: center;
        line-height: 40px;
        font-weight: 700;
        font-size: 12px;
        color: #b19777;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear;
    }

    .scroll-up.active-scroll {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-up svg path {
        fill: none;
    }

    .scroll-up svg.scroll-circle path {
        stroke: #b19777;
        stroke-width: 4px;
        box-sizing: border-box;
        transition: all 200ms linear;
    }

.banner__section {
    overflow: hidden;
    position: relative;
}

    .banner__section .arry__button {
        transform: translateY(-50%);
        z-index: 99999999;
        display: flex;
        position: absolute;
        bottom: 7%;
        right: 12%;
        left: inherit;
    }

@media (max-width: 991px) {
    .banner__section .arry__button {
        display: none;
    }
}

.banner__section .arry__button .arry__prev {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 100%;
    font-size: 11px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

    .banner__section .arry__button .arry__prev i {
        color: #ffffff;
    }

    .banner__section .arry__button .arry__prev:hover {
        /* background-color: #4baf4700; */
        /* border: 1px solid var(--theme-color); */
    }

        .banner__section .arry__button .arry__prev:hover i {
            color: var(--white-color);
        }

.banner__section .arry__button .arry__next {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 100%;
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

    .banner__section .arry__button .arry__next i {
        color: #ffffff;
    }

.banner__section .swiper-slide-active .banner__image {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.banner__section .banner-pagination {
    display: flex;
}

    .banner__section .banner-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 8x;
        border-radius: 20px;
        transition: 0.6s;
        background-color: var(--white-color);
        opacity: 1;
    }

        .banner__section .banner-pagination .swiper-pagination-bullet:hover {
            background: var(--white-color);
        }

        .banner__section .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 30px;
            background-color: #e8b136;
            transition: 0.6s;
        }

.banner__section .banner__pagination__wrapper {
    position: absolute;
    z-index: 2;
    bottom: 7%;
    left: 46%;
    transform: translateY(-50%);
}

.banner__image {
    background: url(../img/banner/banner1.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

    .banner__image::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
    }

.banner__two {
    background: url(../img/banner/banner1.jpg) no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0;
    height: 100vh;
}

    .banner__two::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        opacity: 0.3;
    }

    .banner__two .banner__content {
        padding: initial;
    }

.banner__content {
    position: relative;
    padding: 250px 0;
}

@media (max-width: 1399px) {
    .banner__content {
        padding: 250px 0;
    }
}

@media (max-width: 1199px) {
    .banner__content {
        padding: 240px 0;
    }
}

@media (max-width: 991px) {
    .banner__content {
        padding: 110px 0;
    }
}

@media (max-width: 767px) {
    .banner__content {
        padding: 90px 0;
    }
}

@media (max-width: 575px) {
    .banner__content {
        padding: 60px 0;
    }
}

.banner__content h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: 0.2s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media (max-width: 1399px) {
    .banner__content h1 {
        /* line-height: 80px; */
        /* font-size: 56px; */
        position: relative;
        margin-bottom: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 1.35em;
        /* -webkit-animation-delay: .4s; */
        animation-delay: 1s;
        color: #fff;
        font-weight: 400;
        letter-spacing: 15px;
    }
}

@media (max-width: 1199px) {
    .banner__content h1 {
        line-height: 65px;
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner__content h1 {
        line-height: 50px;
        margin-bottom: 25px;
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .banner__content h1 {
        line-height: 35px;
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 10px;
    }
}

.banner__content p {
    color: var(--white-color);
    line-height: 28px;
}

.banner__content .banner__button {
    margin-top: 30px;
    gap: 20px;
}

.banner__content .content__two {
    justify-content: space-between;
}

@media (max-width: 767px) {
    .banner__content .content__two {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.banner__content .content__two .content {
    max-width: 820px;
}

.banner__content .content__two .video__content .video {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 4;
}

    .banner__content .content__two .video__content .video a {
        position: relative;
        color: var(--white-color);
        font-size: 25px;
        z-index: 1;
        background-color: var(--theme-color);
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 100%;
        display: block;
        transition: 0.6s;
    }

.banner__content .content__two .video__content .video-pulse::after,
.banner__content .content__two .video__content .video-pulse::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid var(--theme-color);
    opacity: 0.7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner__content .content__two .video__content .video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner1 {
    background: url(../img/banner/banner1.jpg) no-repeat center center;
    background-size: cover;
}

.banner2 {
    background: url(../img/banner/banner2.png) no-repeat center center;
    background-size: cover;
}

.banner3 {
    background: url(../img/banner/banner3.jpg) no-repeat center center;
    background-size: cover;
}

.banner4 {
    background: url(../img/banner/banner4.jpg) no-repeat center center;
    background-size: cover;
}

.banner5 {
    background: url(../img/banner/banner5.png) no-repeat center center;
    background-size: cover;
}


.breadcumd__banner {
    background: url(../img/banner/breadcumd-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

    .breadcumd__banner::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.5);
    }

    .breadcumd__banner .breadcumd__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        padding: 150px 0;
    }

@media (max-width: 767px) {
    .breadcumd__banner .breadcumd__wrapper {
        gap: 20px;
    }
}

.breadcumd__banner .breadcumd__wrapper .left__content {
    color: var(--white-color);
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .breadcumd__banner .breadcumd__wrapper .left__content {
        font-size: 24px;
    }
}

.breadcumd__banner .breadcumd__wrapper .right__content {
    display: flex;
    align-items: center;
}

    .breadcumd__banner .breadcumd__wrapper .right__content li {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        color: var(--theme-color);
    }

        .breadcumd__banner .breadcumd__wrapper .right__content li:not(:last-child) {
            margin-right: 10px;
            color: var(--white-color);
        }

        .breadcumd__banner .breadcumd__wrapper .right__content li a {
            color: var(--white-color);
            transition: all 0.3s ease-in-out;
            font-weight: 600;
        }

            .breadcumd__banner .breadcumd__wrapper .right__content li a i {
                font-size: 16px;
                transition: all 0.3s ease-in-out;
                margin-right: 4px;
            }

            .breadcumd__banner .breadcumd__wrapper .right__content li a:hover {
                color: var(--theme-color);
            }

                .breadcumd__banner .breadcumd__wrapper .right__content li a:hover i {
                    color: var(--theme-color);
                }

        .breadcumd__banner .breadcumd__wrapper .right__content li i {
            color: var(--white-color);
        }

/*========== witr start ==========*/
.witr_bar_main {
    margin: 10px 0;
}

.witr_bar_inner {
    height: 5px;
    width: 70px;
    position: relative;
    border-radius: 30px;
    height: 3px;
    background: var(--theme-color);
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.witr_bar_innerc:before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg1;
    animation-name: move_title_bg1;
}

.witr_bar_innerc:after {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg2;
    animation-name: move_title_bg2;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    border: 4px solid var(--theme-color);
}

/*========== witr End ==========*/
.about__section .about__thumb {
    max-width: 650px;
}

    .about__section .about__thumb img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
    }

.about__section .about__content h3 {
    text-transform: uppercase;
    line-height: 50px;
}

.about__section .about__content .check__list .list {
    gap: 12px;
}

    .about__section .about__content .check__list .list i {
        color: var(--theme-color);
        font-size: 16px;
    }

.about__section .about__content .profile__item {
    gap: 40px;
}

@media (max-width: 450px) {
    .about__section .about__content .profile__item {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.about__section .about__content .profile__item .profile {
    gap: 15px;
}

    .about__section .about__content .profile__item .profile .profile__thumb img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
    }

    .about__section .about__content .profile__item .profile .text p {
        color: var(--theme-color);
        margin-bottom: 5px;
    }

    .about__section .about__content .profile__item .profile .text h6 {
        text-transform: uppercase;
    }

.about__header h6 {
    text-transform: capitalize;
    color: var(--theme-color);
}

.service__section {
    overflow: hidden;
}

    .service__section .header__left .header__content {
        border-right: 1px solid var(--border-color);
        padding-right: 50px;
    }

        .service__section .header__left .header__content h6 {
            color: var(--theme-color);
            text-transform: capitalize;
        }

        .service__section .header__left .header__content h3 {
            text-transform: uppercase;
            line-height: 50px;
        }

@media (max-width: 1199px) {
    .service__section .header__left .header__content h3 {
        font-size: 28px;
        line-height: 40px !important;
    }
}

.service__section .service__wrapper .service__items {
    padding: 50px 40px;
    background-color: var(--white-color);
    border-radius: 10px;
}

@media (max-width: 991px) {
    .service__section .service__wrapper .service__items {
        text-align: center;
        margin: 0 auto;
    }
}

.service__section .service__wrapper .service__items .service__thumb img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
}

@media (max-width: 991px) {
    .service__section .service__wrapper .service__items .service__thumb img {
        text-align: center;
        margin: 0 auto;
    }
}

.service__section .service__wrapper .service__items .service__content {
    margin-top: 25px;
}

    .service__section .service__wrapper .service__items .service__content h6 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 500;
    }

        .service__section .service__wrapper .service__items .service__content h6 a {
            transition: all 0.3s ease-in-out;
        }

            .service__section .service__wrapper .service__items .service__content h6 a:hover {
                color: var(--theme-color);
            }

@media (max-width: 1199px) {
    .service__section .service__wrapper .owl-dots {
        display: none;
    }
}

.project__section .project__items .project__thumb {
    position: relative;
}

    .project__section .project__items .project__thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .project__section .project__items .project__thumb .project__content {
        position: absolute;
        top: auto;
        padding: 45px 40px;
        border-radius: 5px;
        background-color: var(--theme-color);
        gap: 20px;
    }

@media (max-width: 575px) {
    .project__section .project__items .project__thumb .project__content {
        padding: 30px 25px;
        gap: 15px;
    }
}

.project__section .project__items .project__thumb .project__content h6 {
    text-transform: uppercase;
    color: var(--white-color);
}

@media (max-width: 575px) {
    .project__section .project__items .project__thumb .project__content h6 {
        font-size: 13px;
    }
}

.project__section .project__items .project__thumb .project__content .icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    text-align: center;
    line-height: 50px;
}

@media (max-width: 575px) {
    .project__section .project__items .project__thumb .project__content .icon {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

        .project__section .project__items .project__thumb .project__content .icon i {
            font-size: 13px;
        }
}

.project__section .project__items .project__thumb .project__content .icon i {
    color: var(--white-color);
}

.project__section .swiper-slide .project__items {
    overflow: hidden;
}

    .project__section .swiper-slide .project__items .project__thumb .project__content {
        bottom: -200px;
        opacity: 0;
        transition: 1s;
    }

.project__section .swiper-slide.swiper-slide-active .project__items .project__thumb .project__content {
    bottom: 30px;
    left: 30px;
    opacity: 1;
}

.project__section .project__style__two .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .project__section .project__style__two .thumb img {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .project__section .project__style__two .thumb .content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        background-color: var(--theme-color);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .project__section .project__style__two .thumb .content h6 {
            text-transform: uppercase;
        }

.project__section .project__style__two:hover .thumb img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.project__section .project__style__two:hover .content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

    .project__section .project__style__two:hover .content .content__two {
        text-align: center;
        padding: 0 20px;
    }

        .project__section .project__style__two:hover .content .content__two h6 {
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .project__section .project__style__two:hover .content .content__two h6 a {
                color: var(--white-color);
            }

        .project__section .project__style__two:hover .content .content__two p {
            color: var(--white-color);
        }

        .project__section .project__style__two:hover .content .content__two .cmn--btn3 {
            border: 1px solid var(--white-color);
            font-size: 16px;
            font-weight: 600;
            padding: 13px 25px 13px;
            text-transform: uppercase;
            color: var(--white-color);
            border-radius: 10px;
            transition: all 0.3s ease-in-out;
        }

            .project__section .project__style__two:hover .content .content__two .cmn--btn3:hover {
                background-color: var(--white-color) !important;
                color: var(--theme-color);
            }

.swiper-dot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    transition: 0.6s;
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    opacity: 1;
}

    .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--theme-color);
        transition: 0.6s;
    }

.agriculture__section {
    position: relative;
    background: url(../img/bg/bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    .agriculture__section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .agriculture__section .content {
        padding: 200px 0;
        max-width: 900px;
        position: relative;
    }

@media (max-width: 575px) {
    .agriculture__section .content {
        padding: 80px 0;
    }
}

.agriculture__section .content h2 {
    font-size: 72px;
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 95px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .agriculture__section .content h2 {
        font-size: 62px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .agriculture__section .content h2 {
        font-size: 42px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .agriculture__section .content h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

.faq__section .faq__thumb {
    position: relative;
}

    .faq__section .faq__thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .faq__section .faq__thumb .dot {
        width: 120px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        animation: up-down 6s ease-out infinite;
    }

@media screen and (max-width: 575px) {
    .faq__section .faq__thumb .dot {
        display: none;
    }
}

.faq__section .faq__thumb .dot2 {
    width: 60px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: left-right 6s ease-out infinite;
}

@media screen and (max-width: 575px) {
    .faq__section .faq__thumb .dot2 {
        display: none;
    }
}

.faq__section .faq__header h6 {
    text-transform: capitalize;
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .faq__section .faq__header {
        margin-bottom: 15px;
    }
}

.faq__section .faq__header .witr_bar_main .witr_bar_inner {
    width: 40px;
}

.faq__section .faq__header h2 {
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 55px;
}

@media (max-width: 1199px) {
    .faq__section .faq__header h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .faq__section .faq__header h2 {
        font-size: 28px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .faq__section .faq__header h2 {
        font-size: 24px;
        line-height: 35px;
    }
}

.faq__section .accordion__wrap .accordion-item {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: var(--white-color);
    border: none;
}

    .faq__section .accordion__wrap .accordion-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button {
        border-radius: 5px;
        box-shadow: none;
        font-size: 1.1rem;
        line-height: 150%;
        font-weight: 500;
        color: var(--pra-color);
    }

@media (max-width: 500px) {
    .faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
    }
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
    background: url(../../assets/img/faq/plus.png) no-repeat center center;
    background-size: 2vh;
    background-color: var(--theme-color);
    width: 25px;
    height: 25px;
    border-radius: 3.75px;
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    background: url(../../assets/img/faq/remove.png) no-repeat center center;
    background-size: 2vh;
    background-color: var(--theme-color);
    width: 25px;
    height: 25px;
    border-radius: 3.75px;
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--pra-color);
    background-color: var(--white-color);
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
}

.faq__section .accordion__wrap .accordion-body p {
    font-size: 0.9rem;
    color: var(--pra-color);
    line-height: 150%;
}

.faq__section .faq__section__four {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .faq__section .faq__section__four .accordion__thumb__four {
        width: 600px;
    }

        .faq__section .faq__section__four .accordion__thumb__four img {
            width: 100%;
        }
}

@media (max-width: 1199px) {
    .faq__section .faq__section__four .accordion__thumb__four {
        width: 500px;
    }

        .faq__section .faq__section__four .accordion__thumb__four img {
            width: 100%;
        }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .faq__section .faq__section__four .accordion__thumb__four {
        display: none;
    }
}

.faq__section .accordion__four__contnt .accordion__wrap .accordion-item {
    background: var(--white-color);
    box-shadow: unset;
}

    .faq__section .accordion__four__contnt .accordion__wrap .accordion-item .accordion-header .accordion-button {
        background: var(--accorlightbg);
    }

        .faq__section .accordion__four__contnt .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            border-bottom: 1px solid var(--accorlight);
        }

.process__section .process__items .process__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.process__section .process__items .process__content {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: var(--white-color);
}

    .process__section .process__items .process__content h6 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.testimonial__section .testi__items {
    background: url(../img/testimonial/bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

    .testimonial__section .testi__items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
    }

    .testimonial__section .testi__items .testi__wrap {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 20px;
        position: relative;
        gap: 15px;
    }

        .testimonial__section .testi__items .testi__wrap .testi__thumb img {
            border-radius: 100%;
        }

        .testimonial__section .testi__items .testi__wrap .content {
            position: relative;
        }

            .testimonial__section .testi__items .testi__wrap .content h6 {
                text-transform: uppercase;
                color: var(--white-color);
                margin-bottom: 0;
            }

            .testimonial__section .testi__items .testi__wrap .content span {
                font-size: 18px;
                color: var(--white-color);
            }

    .testimonial__section .testi__items p {
        color: var(--white-color);
        position: relative;
    }

    .testimonial__section .testi__items ul {
        display: flex;
        align-items: center;
        margin-top: 15px;
        position: relative;
    }

        .testimonial__section .testi__items ul li {
            margin-right: 4px;
        }

            .testimonial__section .testi__items ul li i {
                color: var(--theme-color);
            }

.contact__info__section .cmn--btn {
    width: 100%;
    border: none;
    padding: 13px 10px 13px;
}

    .contact__info__section .cmn--btn i {
        margin-right: 5px;
    }

.contact__right {
    background-color: var(--white-color);
    /* padding: 60px 80px; */
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .contact__right {
        /* padding: 30px 30px; */
    }
}

.contact__right .info__header h6 {
    text-transform: capitalize;
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .contact__right .info__header h6 {
        font-size: 14px;
    }
}

.contact__right .info__header h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact__right .form__clt input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 0px;
    color: #777;
    /* background-color: var(--section-color); */
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    height: 25px;
}

@media (max-width: 1199px) {
    .contact__right .form__clt input {
        font-size: 14px;
    }
}

.contact__right .form__clt__big textarea {
    padding: 14px 0px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    color: #777;
    /* background-color: var(--section-color); */
    border: none;
    border-bottom: 1px solid #f4f4f4;
    height: 50px;
}

@media (max-width: 1199px) {
    .contact__right .form__clt__big textarea {
        font-size: 14px;
    }
}

.left__info h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .left__info h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .left__info h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {
    .left__info h3 {
        font-size: 18px !important;
    }
}

.left__info .info__wrap {
    gap: 20px;
}

    .left__info .info__wrap .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: var(--theme-color);
        border-radius: 100px;
        text-align: center;
    }

        .left__info .info__wrap .icon i {
            color: var(--white-color);
        }

    .left__info .info__wrap .content h6 {
        text-transform: uppercase;
    }

.style__two .left__info {
    border: 1px solid var(--border-color);
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 4px;
    margin-top: 8px;
}

    .style__two .left__info .info__wrap {
        border-bottom: 1px solid #d6d6d6;
        padding: 25px 25px;
        position: relative;
        flex-wrap: wrap;
    }

.style__two .contact__right .form__clt input {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
}

.style__two .contact__right .form__clt__big textarea {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
}

.feature__section .feature__thumb {
    position: relative;
}

    .feature__section .feature__thumb::before {
        position: absolute;
        content: "";
        top: 50%;
        left: -75px;
        transform: translateY(-50%);
        width: 75px;
        height: 390px;
        background: var(--theme-color);
        z-index: -1;
    }

@media (max-width: 767px) {
    .feature__section .feature__thumb::before {
        display: none;
    }
}

.feature__section .feature__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.feature__section .feature__content h3 {
    text-transform: uppercase;
}

.feature__section .feature__items {
    border: 2px solid #eef2fb;
    padding: 40px 15px 50px;
    border-radius: 10px;
}

    .feature__section .feature__items .content h6 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .feature__section .feature__items .content p {
        margin-bottom: 5px;
    }

    .feature__section .feature__items .content a {
        color: var(--theme-color);
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: underline;
    }

.service__section .service__items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service__section .service__items .content {
    position: relative;
    overflow: hidden;
    background: var(--theme-color);
    margin: -80px auto 0;
    width: calc(100% - 60px);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1);
    z-index: 1;
}

    .service__section .service__items .content::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 10px;
        top: -4px;
        left: 0;
        background: var(--white-color);
        z-index: -1;
    }

    .service__section .service__items .content h6 {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .service__section .service__items .content h6 a {
            transition: all 0.3s ease-in-out;
        }

            .service__section .service__items .content h6 a:hover {
                color: var(--theme-color);
            }

    .service__section .service__items .content p {
        margin-bottom: 10px;
    }

    .service__section .service__items .content .btns {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: underline;
        transition: all 0.3s ease-in-out;
    }

        .service__section .service__items .content .btns:hover {
            color: var(--theme-color);
        }

.gallery__section .gallery__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.product__section .top__bar {
    gap: 20px;
}

.product__section .product__items {
    padding: 30px;
    padding-bottom: 50px;
    box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

    .product__section .product__items .product__thumb {
        overflow: hidden;
        position: relative;
        padding: 25px;
    }

        .product__section .product__items .product__thumb img {
            width: 100%;
            height: 100%;
            transition: all 0.4s ease-in-out;
        }

        .product__section .product__items .product__thumb .product__icon {
            position: absolute;
            right: 0;
            top: 15px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
        }

            .product__section .product__items .product__thumb .product__icon li {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                text-align: center;
                background-color: var(--theme-color);
                margin: 0px 2px;
                transition: all 0.4s ease-out 0s;
                transform: scaleX(0);
                cursor: pointer;
            }

                .product__section .product__items .product__thumb .product__icon li a i {
                    color: var(--white-color);
                    font-size: 14px;
                }

    .product__section .product__items:hover .product__thumb .product__icon li {
        transform: scaleX(1) !important;
    }

    .product__section .product__items .product__content {
        position: relative;
    }

        .product__section .product__items .product__content p {
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 15px;
        }

        .product__section .product__items .product__content h6 {
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 15px;
        }

            .product__section .product__items .product__content h6 a {
                color: var(--black-color);
                transition: all 0.3s ease-in-out;
            }

                .product__section .product__items .product__content h6 a:hover {
                    color: var(--theme-color);
                }

        .product__section .product__items .product__content .product__price {
            gap: 10px;
        }

            .product__section .product__items .product__content .product__price del {
                color: var(--black-color);
                font-size: 16px;
                font-weight: 500;
            }

            .product__section .product__items .product__content .product__price h6 {
                margin-top: 0;
                margin-bottom: 0;
                font-weight: 500;
                color: var(--theme-color);
                font-size: 16px;
            }

        .product__section .product__items .product__content ul {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

            .product__section .product__items .product__content ul li i {
                color: var(--theme-color);
                font-size: 14px;
            }

    .product__section .product__items .product__btn {
        padding: 15px 0;
    }

    .product__section .product__items:hover .product__thumb img {
        -webkit-transform: scale(1.1) rotate(-4deg);
        transform: scale(1.1) rotate(-4deg);
    }

.product__section .style__shop .product__thumb {
    position: relative;
}

    .product__section .style__shop .product__thumb .product__icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        gap: 5px;
    }

        .product__section .style__shop .product__thumb .product__icon li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 10px;
            text-align: center;
            background-color: var(--theme-color);
            margin: 0px 2px;
            transition: all 0.4s ease-out 0s;
            transform: scaleX(0);
            cursor: pointer;
        }

            .product__section .style__shop .product__thumb .product__icon li a i {
                color: var(--white-color);
            }

.product__section .style__shop:hover .product__thumb .product__icon li {
    transform: scaleX(1) !important;
}

.product__section .title {
    text-transform: uppercase;
}

.product__section .top__bar {
    border-radius: 5px;
}

    .product__section .top__bar .items .form__select {
        background: var(--white-color);
        border: 1px solid var(--border-color);
        padding: 10px 40px 10px 20px;
    }

@media (max-width: 991px) {
    .product__section .top__bar .items .form__select {
        font-size: 10px;
    }
}

@media (max-width: 450px) {
    .product__section .top__bar .items .form__select span {
        font-size: 9px !important;
    }
}

.product__section .top__bar .items .form__select::after {
    border-bottom: 2px solid var(--border-color);
    border-right: 2px solid var(--border-color);
}

.product__section .top__bar .items .form__select span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black-color);
}

@media (max-width: 991px) {
    .product__section .top__bar .items .form__select span {
        font-size: 12px;
        font-weight: 500;
    }
}

.shop__category__section {
    position: relative;
}

    .shop__category__section .shop__category {
        background: url(../img/food/bg1.jpg) no-repeat center center;
        background-size: cover;
        padding-top: 130px;
        position: relative;
    }

        .shop__category__section .shop__category .product__offer {
            background-color: var(--white-color);
            padding: 80px;
        }

@media (max-width: 575px) {
    .shop__category__section .shop__category .product__offer {
        padding: 40px;
    }
}

.shop__category__section .shop__category .product__offer h6 {
    text-transform: capitalize;
    color: var(--theme-color);
    margin-bottom: 15px;
}

.shop__category__section .shop__category .product__offer h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .shop__category__section .shop__category .product__offer h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .shop__category__section .shop__category .product__offer h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .shop__category__section .shop__category .product__offer h2 {
        font-size: 26px;
        line-height: 40px;
    }
}

.shop__category__section .shop__category .product__offer ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 575px) {
    .shop__category__section .shop__category .product__offer ul {
        flex-wrap: wrap;
    }
}

.shop__category__section .shop__category .product__offer ul li {
    position: relative;
}

    .shop__category__section .shop__category .product__offer ul li::after {
        position: absolute;
        right: -25px;
        top: 10px;
        content: ":";
        font-size: 50px;
        color: var(--theme-color);
    }

@media (max-width: 575px) {
    .shop__category__section .shop__category .product__offer ul li::after {
        display: none;
    }
}

.shop__category__section .shop__category .product__offer ul li span {
    font-size: 62px;
    color: var(--theme-color);
    font-weight: 600;
}

@media (max-width: 1199px) {
    .shop__category__section .shop__category .product__offer ul li span {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .shop__category__section .shop__category .product__offer ul li span {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .shop__category__section .shop__category .product__offer ul li span {
        font-size: 36px;
    }
}

.shop__category__section .shop__category .product__offer ul .none::after {
    display: none;
}

.shop__category__section .shop__category .product__offer .cmn--btn i {
    margin-right: 5px;
    font-size: 16px;
}

.shop__category__section .imgtwo {
    background: url(../img/food/bg2.jpg) no-repeat center center !important;
    background-size: cover;
}

.shop__category__section .imgthree {
    background: url(../img/food/bg3.jpg) no-repeat center center !important;
    background-size: cover;
}

.shop__category__section .swiper-dot {
    position: absolute;
    right: 45%;
    top: 55% !important;
    transform: translateY(-50%);
    width: auto !important;
    height: auto !important;
    z-index: 1;
    left: auto !important;
    bottom: auto !important;
}

@media (max-width: 991px) {
    .shop__category__section .swiper-dot {
        display: none;
    }
}

.shop__category__section .swiper-dot .dot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.team__section .team__items .team__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.team__section .team__items .team__content {
    position: relative;
    padding: 25px 30px;
    border-radius: 10px;
    text-align: center;
    margin: -50px 15px 0;
    box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
    z-index: 1;
    background-color: var(--theme-color);
}

    .team__section .team__items .team__content::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 10px;
        top: -4px;
        left: 0;
        background: var(--white-color);
        z-index: -1;
    }

    .team__section .team__items .team__content h6 {
        text-transform: uppercase;
        font-weight: 600;
    }

        .team__section .team__items .team__content h6 a {
            transition: all 0.3s ease-in-out;
        }

            .team__section .team__items .team__content h6 a:hover {
                color: var(--theme-color);
            }

    .team__section .team__items .team__content p {
        text-transform: capitalize;
        color: var(--theme-color);
        margin-top: 5px;
    }

    .team__section .team__items .team__content .social__icon {
        gap: 10px;
        margin-top: 20px;
    }

        .team__section .team__items .team__content .social__icon li {
            width: 30px;
            height: 30px;
            line-height: 28px;
            border: 1px solid var(--theme-color);
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            .team__section .team__items .team__content .social__icon li a i {
                color: var(--theme-color);
                font-size: 15px;
                transition: all 0.3s ease-in-out;
            }

            .team__section .team__items .team__content .social__icon li:hover {
                background-color: var(--theme-color);
            }

                .team__section .team__items .team__content .social__icon li:hover a i {
                    color: var(--white-color);
                }

.farms__section {
    background: url(../img/farms/bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

    .farms__section::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.5);
    }

    .farms__section .farms__content {
        position: relative;
    }

        .farms__section .farms__content h5 {
            text-transform: capitalize;
            color: var(--white-color);
            margin-bottom: 15px;
        }

        .farms__section .farms__content h2 {
            font-size: 62px;
            text-transform: uppercase;
            color: var(--white-color);
            line-height: 80px;
            margin-bottom: 30px;
        }

@media (max-width: 1199px) {
    .farms__section .farms__content h2 {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .farms__section .farms__content h2 {
        font-size: 42px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .farms__section .farms__content h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

.logo__section .logo__thumb {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}

    .logo__section .logo__thumb img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 1199px) {
    .logo__section .owl-dots {
        display: none;
    }
}

.error__section .error__content h1 {
    font-size: 200px;
}

.error__section .error__content h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.error__section .error__content p {
    text-align: center !important;
    max-width: 100%;
}

.map__section .googpemap iframe {
    width: 100%;
    height: 650px;
}

.details__section .details__items .title {
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .details__section .details__items .title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .details__section .details__items .title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .details__section .details__items .title {
        font-size: 24px;
        line-height: 35px;
    }
}

.details__section .details__items .details__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.details__section .details__items .details__content {
    padding: 30px 0;
}

    .details__section .details__items .details__content h3 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .details__section .details__items .details__content p {
        max-width: 100%;
    }

.details__section .details__items .img__item {
    padding: 30px 0;
}

    .details__section .details__items .img__item .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .details__section .details__items .img__item .mt-25 {
        margin-top: 25px;
    }

.details__section .details__items .prev__next__btns {
    padding: 30px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

    .details__section .details__items .prev__next__btns .text {
        font-size: 16px;
        color: var(--black-color);
        font-weight: 600;
        transition: all 0.3s ease-in-out;
    }

        .details__section .details__items .prev__next__btns .text:hover {
            color: var(--theme-color);
        }

    .details__section .details__items .prev__next__btns .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        color: var(--theme-color);
        border-radius: 100px;
        background: var(--section-color);
    }

    .details__section .details__items .prev__next__btns .prev__btn, .details__section .details__items .prev__next__btns .next__btn {
        gap: 15px;
    }

.details__section .service__details .service__wrap .service__list {
    gap: 25px;
}

@media (max-width: 1199px) {
    .details__section .service__details .service__wrap .service__list {
        flex-wrap: wrap;
    }
}

.details__section .service__details .service__wrap .service__list .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: var(--theme-color);
    text-align: center;
}

    .details__section .service__details .service__wrap .service__list .icon i {
        color: var(--white-color);
        font-size: 16px;
    }

.details__section .service__details .pra__text {
    max-width: 100%;
}

.details__section .service__details .special__box {
    background-color: var(--theme-color);
    padding: 40px;
    border-radius: 10px;
}

    .details__section .service__details .special__box h5 {
        line-height: 40px;
        color: var(--white-color);
    }

.details__section .service__details .benefit__item .points {
    position: relative;
}

    .details__section .service__details .benefit__item .points li {
        position: relative;
        font-size: 16px;
        padding-left: 25px;
        font-weight: 500;
        line-height: 1.6em;
        margin-bottom: 12px;
    }

        .details__section .service__details .benefit__item .points li::before {
            position: absolute;
            content: "\f14a";
            left: 0px;
            top: 5px;
            color: var(--theme-color);
            font-size: 16px;
            line-height: 1em;
            font-weight: 500;
            font-family: "FontAwesome";
            font-size: 16px;
        }

.sidebar__right .widget__tittle h4 {
    text-transform: uppercase;
}

.sidebar__right .widget__tittle h5 {
    text-transform: uppercase;
}

.sidebar__right .service__list {
    position: relative;
}

    .sidebar__right .service__list li {
        padding: 20px 20px;
        border-radius: 10px;
        border: 1px solid var(--border-color);
        font-weight: 500;
        transition: all 0.4s ease-in-out;
        text-transform: uppercase;
    }

        .sidebar__right .service__list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--black-color);
            transition: all 0.4s ease-in-out;
        }

            .sidebar__right .service__list li a span {
                font-size: 18px;
                font-weight: 500;
            }

@media (max-width: 575px) {
    .sidebar__right .service__list li a span {
        font-size: 15px;
    }
}

.sidebar__right .service__list li:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

    .sidebar__right .service__list li:hover a {
        color: var(--white-color);
    }

.sidebar__right .service__list .active {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

    .sidebar__right .service__list .active a {
        color: var(--white-color);
    }

.sidebar__right .service__helping {
    background-color: var(--white-color);
    box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}

    .sidebar__right .service__helping .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .sidebar__right .service__helping .helping__content {
        padding: 20px 25px;
    }

        .sidebar__right .service__helping .helping__content h4 {
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .sidebar__right .service__helping .helping__content p {
            text-transform: capitalize;
        }

        .sidebar__right .service__helping .helping__content ul li {
            font-size: 18px;
            font-weight: 500;
        }

            .sidebar__right .service__helping .helping__content ul li i {
                color: var(--theme-color);
                margin-right: 4px;
                font-size: 18px;
            }

            .sidebar__right .service__helping .helping__content ul li span a {
                color: var(--pra-color);
                text-transform: capitalize;
            }

.sidebar__right form {
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 1px solid var(--border-color);
}

    .sidebar__right form input {
        width: 100%;
        border-radius: 5px;
        padding: 12px 20px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--black-color);
    }

    .sidebar__right form button {
        margin-right: 10px;
        margin-top: 8px;
        background: none;
        border: none;
        outline: none;
    }

        .sidebar__right form button i {
            color: var(--theme-color);
        }

.sidebar__right .recent__wrap .recent__items {
    display: flex;
    align-items: center;
    gap: 9px 20px;
}

    .sidebar__right .recent__wrap .recent__items .recent__content {
        width: calc(100% - 150px);
    }

        .sidebar__right .recent__wrap .recent__items .recent__content h6 {
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease-in-out;
        }

@media (max-width: 500px) {
    .sidebar__right .recent__wrap .recent__items .recent__content h6 {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.sidebar__right .recent__wrap .recent__items .recent__content h6:hover {
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .sidebar__right .recent__wrap .recent__items .recent__content p {
        font-size: 14px !important;
    }
}

.sidebar__right .recent__wrap .recent__items .recent__content .date {
    font-size: 16px;
    color: var(--theme-color);
}

@media (max-width: 500px) {
    .sidebar__right .recent__wrap .recent__items .recent__content .date {
        font-size: 14px;
    }
}

.sidebar__right .recent__wrap .recent__items:not(:last-child) {
    margin-bottom: 24px;
}

.sidebar__right .recent__wrap .recent__items .thumb {
    display: block;
    width: 120px;
}

    .sidebar__right .recent__wrap .recent__items .thumb img {
        width: 100%;
        border-radius: 5px;
    }

@media (max-width: 1199px) {
    .sidebar__right .recent__wrap .recent__items {
        gap: 9px 12px;
    }

        .sidebar__right .recent__wrap .recent__items .thumb {
            width: 100px;
        }

        .sidebar__right .recent__wrap .recent__items .recent__content {
            width: calc(100% - 100px);
        }
}

.sidebar__right .tag__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .sidebar__right .tag__list li {
        margin: 0 8px 8px 0;
    }

        .sidebar__right .tag__list li a {
            font-size: 16px;
            display: inline-block;
            padding: 5px 18px;
            color: var(--black-color);
            border: 1px solid var(--border-color);
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s;
        }

            .sidebar__right .tag__list li a:hover {
                background-color: var(--theme-color);
                color: var(--white-color);
            }

.sidebar__right .recent__btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .sidebar__right .recent__btn span {
        color: var(--theme-color);
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
    }

    .sidebar__right .recent__btn .icon i {
        font-size: 14px;
        color: var(--theme-color);
    }

.team__details {
    overflow: hidden;
}

    .team__details .team__left .details__thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .team__details .details__cont h3 {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .team__details .details__cont span {
        font-size: 18px;
        color: var(--theme-color);
        font-weight: 600;
        text-transform: capitalize;
    }

    .team__details .details__cont p {
        margin-top: 15px;
        max-width: 100%;
    }

    .team__details .details__cont .list__item li {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 0;
    }

        .team__details .details__cont .list__item li i {
            color: var(--theme-color);
            font-size: 16px;
            margin-right: 5px;
        }

    .team__details .bottom__info .bottom__content h3 {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .team__details .bottom__info .bottom__content ul li {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .team__details .bottom__info .bottom__content .social__icon li {
        border: 1px solid var(--theme-color);
    }

        .team__details .bottom__info .bottom__content .social__icon li a i {
            color: var(--theme-color);
            transition: all 0.3s ease-in-out;
        }

        .team__details .bottom__info .bottom__content .social__icon li:hover a i {
            color: var(--white-color);
        }

.progressbar-wrap {
    margin-top: 33px;
}

    .progressbar-wrap .progress-element {
        width: 100%;
        margin: 0 0 16px;
    }

        .progressbar-wrap .progress-element h6 {
            font-weight: 600;
            margin-bottom: 3px;
            color: var(--black-color);
            font-family: "Barlow", sans-serif;
        }

        .progressbar-wrap .progress-element .main-progress {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .progressbar-wrap .progress-element .main-progress h6 {
                padding-left: 20px;
                margin-bottom: 0px;
                color: var(--black-color);
                font-size: 16px;
                font-weight: 400;
            }

            .progressbar-wrap .progress-element .main-progress .pro-count {
                font-size: 16px;
                color: var(--black-color);
                font-family: "Barlow", sans-serif;
            }

            .progressbar-wrap .progress-element .main-progress .progress-container {
                position: relative;
                background: #eee;
                height: 6px;
                width: 100%;
                border-radius: 6px;
            }

                .progressbar-wrap .progress-element .main-progress .progress-container .main-scale {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 95%;
                    height: 100%;
                    overflow: initial;
                    background-color: var(--theme-color);
                }

                    .progressbar-wrap .progress-element .main-progress .progress-container .main-scale::before {
                        position: absolute;
                        content: "";
                        left: -1px;
                        top: -2px;
                        width: 10px;
                        height: 10px;
                        border-radius: 10px;
                        box-shadow: 0px 4px 5px rgba(87, 86, 86, 0.25);
                        background: var(--theme-color);
                        animation: loader 3s;
                        animation-iteration-count: infinite;
                    }

                    .progressbar-wrap .progress-element .main-progress .progress-container .main-scale::after {
                        position: absolute;
                        content: "";
                        left: 1px;
                        top: 0;
                        width: 6px;
                        height: 6px;
                        border-radius: 10px;
                        background: var(--white-color);
                        animation: loader 3s;
                        animation-iteration-count: infinite;
                    }

                .progressbar-wrap .progress-element .main-progress .progress-container .main-scle2 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 90%;
                    height: 100%;
                    background-color: var(--theme-color);
                }

    .progressbar-wrap .progress-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        height: 100%;
        background: var(--theme-color);
    }

.style__progress {
    margin-top: 30px;
}

@keyframes loader {
    0% {
        left: 0px;
    }

    90% {
        left: 100%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.blog__details {
    overflow: hidden;
}

    .blog__details .blog__details__items .details__wrapper {
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    }

        .blog__details .blog__details__items .details__wrapper .details__thumb img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        .blog__details .blog__details__items .details__wrapper .details__content {
            padding: 25px 25px;
        }

            .blog__details .blog__details__items .details__wrapper .details__content h3 {
                text-transform: uppercase;
                font-size: 28px;
                line-height: 40px;
            }

@media (max-width: 1199px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        line-height: 40px !important;
    }
}

@media (max-width: 991px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        font-size: 24px;
        line-height: 35px !important;
    }
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        font-size: 18px;
        line-height: 28px !important;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content p {
    max-width: 100%;
}

.blog__details .blog__details__items .details__wrapper .details__content ul {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .details__wrapper .details__content ul {
        flex-wrap: wrap;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content ul li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color);
}

    .blog__details .blog__details__items .details__wrapper .details__content ul li i {
        margin-right: 8px;
        color: var(--theme-color);
        font-size: 16px;
    }

.blog__details .blog__details__items .details__wrapper .details__content .more__details__item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb {
    margin: 28px 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .blog__details .blog__details__items .details__wrapper .details__content .video__thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn {
        display: block;
        width: 56px;
        height: 56px;
        border-radius: 10px;
        background: var(--theme-color);
        text-align: center;
        line-height: 58px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        transition: all 0.4s;
    }

        .blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn i {
            font-size: 18px;
            color: var(--white-color);
        }

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(69, 47, 244, 0.1);
    padding-top: 24px;
    margin-top: 28px;
}

@media (max-width: 500px) {
    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
        display: grid;
        gap: 15px;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon {
        margin-top: 6px;
    }

        .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon i {
            font-size: 22px;
            color: var(--theme-color);
        }

    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn span {
        font-weight: 600;
        font-size: 18px;
        color: var(--theme-color);
    }

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon i {
        font-size: 16px;
        color: var(--theme-color);
    }

    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span {
        font-weight: 600;
        font-size: 16px;
        color: var(--black-color);
        transition: all 0.3s ease-in-out;
    }

        .blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span:hover {
            color: var(--theme-color);
        }

.blog__details .blog__details__items .comments__wrap {
    padding: 28px 28px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .comments__wrap {
        padding: 20px 15px;
    }
}

.blog__details .blog__details__items .comments__wrap h4 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .comments__wrap h4 {
        font-size: 28px;
        padding-bottom: 22px;
    }
}

.reviews__boxes {
    padding: 15px 0;
    display: flex;
    gap: 20px;
}

    .reviews__boxes:not(:last-child) {
        border-bottom: 1px solid var(--border-color);
    }

@media (max-width: 1199px) {
    .reviews__boxes {
        flex-wrap: wrap;
    }
}

.reviews__boxes .thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

    .reviews__boxes .thumb img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.reviews__boxes .thumb__review {
    width: 60px;
    height: 60px;
}

    .reviews__boxes .thumb__review img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.reviews__boxes .review-content {
    width: calc(100% - 100px);
}

@media (max-width: 1199px) {
    .reviews__boxes .review-content {
        width: 100%;
    }
}

.reviews__boxes .review-content .name__ratting {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.reviews__boxes .review-content .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
}

.reviews__boxes .review-content .time {
    font-size: 16px;
    color: var(--paragraph-color);
    font-weight: 500;
    margin-left: 10px;
}

.reviews__boxes .review-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.reviews__boxes .review-content .liked__wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .reviews__boxes .review-content .liked__wrap li {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .reviews__boxes .review-content .liked__wrap li span {
            color: var(--theme-color);
            font-size: 18px;
            font-weight: 400;
        }

        .reviews__boxes .review-content .liked__wrap li .icon {
            margin-top: 6px;
        }

            .reviews__boxes .review-content .liked__wrap li .icon i {
                color: var(--theme-color);
                font-size: 20px;
            }

.reviews__boxes .review-content .ratting {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .reviews__boxes .review-content .ratting span {
        color: var(--theme-color);
        font-size: 16px;
    }

.cart__section .main__cart__wrap {
    border-radius: 5px;
}

    .cart__section .main__cart__wrap .cart__wrapper {
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        background: var(--shopbg);
        padding: 40px 40px;
    }

        .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table {
            width: 100%;
        }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead {
                border-bottom: 1px solid var(--border-color);
            }

                .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead tr th {
                    padding-bottom: 16px;
                    color: var(--black-color);
                    font-size: 18px;
                    text-transform: capitalize;
                }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item td {
                border-bottom: 1px solid var(--border-color);
                padding: 16px 0;
            }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
                display: flex;
                align-items: center;
                gap: 16px;
            }

                .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
                    border-radius: 5px;
                }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
                color: var(--theme-color);
            }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                background: #F5F4FE;
                width: 100px;
                border-radius: 5px;
                padding: 2px 20px;
            }

                .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
                    display: block;
                    color: var(--theme-color);
                }

                .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
                    display: block;
                }

                    .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
                        color: var(--theme-color);
                    }

            .cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
                color: var(--theme-color);
            }

    .cart__section .main__cart__wrap .cart__wrapper-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

        .cart__section .main__cart__wrap .cart__wrapper-footer form {
            border: 1px solid var(--border-color);
            padding: 8px;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .cart__section .main__cart__wrap .cart__wrapper-footer form input {
                color: var(--pra-color);
                padding: 5px 5px;
                border: none;
                font-weight: 500;
                outline: none;
                background: transparent;
            }

            .cart__section .main__cart__wrap .cart__wrapper-footer form button {
                outline: none;
                border: none;
            }

    .cart__section .main__cart__wrap .cart__pragh__box {
        margin-top: 24px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .cart__section .main__cart__wrap .cart__graph {
        border: 1px solid var(--border-color);
        padding: 30px 30px;
        border-radius: 5px;
    }

        .cart__section .main__cart__wrap .cart__graph h4 {
            text-align: center;
            color: var(--black-color);
            margin-bottom: 30px;
        }

        .cart__section .main__cart__wrap .cart__graph ul {
            margin-bottom: 30px;
        }

            .cart__section .main__cart__wrap .cart__graph ul li {
                display: flex;
            }

                .cart__section .main__cart__wrap .cart__graph ul li:not(:last-child) {
                    border-bottom: 1px solid var(--border-color);
                }

                .cart__section .main__cart__wrap .cart__graph ul li span {
                    width: 50%;
                    color: var(--black-color);
                    font-size: 18px;
                    font-weight: 500;
                    padding: 16px 0;
                }

@media (max-width: 767px) {
    .cart__wrapper {
        overflow-x: scroll;
    }

        .cart__wrapper .cart-items-wrapper {
            width: 700px;
        }

        .cart__wrapper .cart__wrapper-footer {
            width: 700px;
        }
}

.shop__single .shop__single__content h3 {
    text-transform: uppercase;
}

.shop__single .shop__single__content .describtion__reviews {
    padding: 10px 0px;
}

    .shop__single .shop__single__content .describtion__reviews .nav {
        border: none;
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .shop__single .shop__single__content .describtion__reviews .nav .nav-item {
            border: none;
        }

            .shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link {
                padding: 0 0;
                border: none;
                font-size: 1.2rem;
                font-weight: 500;
                color: var(--black-color);
            }

                .shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link.active {
                    color: var(--theme-color);
                    background: none;
                }

.shop__single .shop__single__content .product-description__content-footer {
    margin-top: 14px;
}

    .shop__single .shop__single__content .product-description__content-footer .product-pricing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shop__single .shop__single__content .product-description__content-footer .product-pricing-single {
        padding: 20px 20px;
        background: #F6F5FE;
        border-radius: 5px;
    }

        .shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label {
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label input {
                border: none;
                box-shadow: none;
                outline: none;
                width: 30px;
                height: 30px;
                background: none;
                border-radius: 100%;
                overflow: hidden;
                display: block;
            }

            .shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label i {
                font-size: 24px;
                color: var(--black-color);
            }

        .shop__single .shop__single__content .product-description__content-footer .product-pricing-single p {
            color: var(--black-color);
        }

    .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }

        .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .product-quant {
            color: var(--black-color);
        }

        .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-incre i,
        .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-decre i {
            color: var(--theme-color);
        }

        .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(1),
        .shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(3) {
            width: 24px;
            min-width: 24px;
            height: 24px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: var(--place2bor);
            border: 1px solid var(--theme-color);
            border-radius: 3px;
            font-size: 14px;
            cursor: pointer;
        }

.review__section {
    overflow: hidden;
    background-color: #F6F5FF;
}

.female__img {
    width: 100%;
}

    .female__img img {
        width: 100%;
        border-radius: 10px;
    }

@media (max-width: 991px) {
    .female__review {
        margin-bottom: 35px;
    }
}

.female__review .write__review__wrap {
    margin-top: 40px;
}

    .female__review .write__review__wrap .title {
        margin-bottom: 28px;
        color: var(--black-color);
        text-transform: uppercase;
    }

    .female__review .write__review__wrap form input {
        width: 100%;
        border: 1px solid var(--border-color);
        color: vvar(--pra-color);
        padding: 12px 24px;
        outline: none;
        border-radius: 5px;
    }

    .female__review .write__review__wrap form .form__star {
        border-radius: 5px;
        width: 100%;
        border: 1px solid var(--border-color);
        color: var(--pra-color);
        background-color: var(--white-color);
        padding: 12px 24px;
    }

        .female__review .write__review__wrap form .form__star a i {
            font-size: 16px;
            color: var(--theme-color);
        }

    .female__review .write__review__wrap form ::placeholder {
        color: var(--pra-color);
    }

    .female__review .write__review__wrap form textarea {
        border: 1px solid var(--border-color);
        color: var(--pra-color);
        padding: 12px 24px;
        outline: none;
        box-shadow: none;
    }

    .female__review .write__review__wrap form .cmn--btn {
        width: 170px;
        border: none;
        outline: none;
        margin-left: 10px;
    }

.image .choose__slide__one img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.image .choose__slide__one .swiper-slide.swiper-slide-thumb-active img {
    border-radius: 10px;
}

.image .choose__slide__two img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.image .choose__slide__two .swiper-slide {
    border: 1px solid transparent;
    transition: 0.4s;
}

    .image .choose__slide__two .swiper-slide.swiper-slide-thumb-active {
        border: 1px solid var(--theme-color);
        border-radius: 10px;
    }

        .image .choose__slide__two .swiper-slide.swiper-slide-thumb-active img {
            border-radius: 10px;
        }

.checkout__radio {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}

    .checkout__radio .primary-text {
        font-size: 24px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 16px;
        color: var(--black-color);
        font-weight: 600;
    }

    .checkout__radio h4 {
        color: var(--black-color);
        margin-bottom: 16px;
    }

    .checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-shadow: none;
        outline: none;
        border: 1px solid var(--border-color);
    }

    .checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
        color: var(--black-color);
    }

    .checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
        margin-bottom: 12px;
    }

@media (max-width: 500px) {
    .checkout__radio {
        padding: 10px;
    }
}

.checkout__single-wrapper .checkout__single h4 {
    color: var(--black-color);
    margin-bottom: 2rem;
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 12px 24px;
    color: var(--black-color);
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single label {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single ::placeholder {
    color: var(--black-color);
}

.checkout__single-wrapper .checkout__single .checkout__single-form .payment {
    color: var(--black-color);
    margin-bottom: 12px;
}

.checkout__single-wrapper .boxshado__single {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout__single-wrapper .boxshado__single {
        padding: 14px;
    }
}

.checkout__single-wrapper .checkout__single__bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
}

    .checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single textarea,
    .checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single .country-select,
    .checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single input {
        border: 1px solid var(--border-color);
        background: transparent;
    }

@media (max-width: 575px) {
    .checkout__single-wrapper .checkout__single__bg {
        padding: 14px;
    }
}

.checkout__single-wrapper .checkout__single__bg .payment__save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .checkout__single-wrapper .checkout__single__bg .payment__save input {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        border: 1px solid var(--border-color);
        background-color: var(--theme-color);
        outline: none;
        color: var(--theme-color);
    }

    .checkout__single-wrapper .checkout__single__bg .payment__save label {
        font-size: 16px;
        font-weight: 500;
        color: var(--pra-color);
    }

.successful__section {
    padding: 240px 0 120px;
}

@media (max-width: 991px) {
    .successful__section {
        padding: 200px 0px;
    }
}

@media (max-width: 500px) {
    .successful__section {
        padding: 180px 0px;
    }
}

.payment__success__inner {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: 5px;
    padding: 32px;
}

    .payment__success__inner .payment__success__header {
        text-align: center;
        margin-bottom: 24px;
    }

        .payment__success__inner .payment__success__header .icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--theme-color);
            margin: 0 auto 20px;
        }

            .payment__success__inner .payment__success__header .icon i {
                color: var(--white-color);
                font-size: 24px;
            }

        .payment__success__inner .payment__success__header h2 {
            color: var(--black-color);
            margin-bottom: 20px;
        }

        .payment__success__inner .payment__success__header p {
            font-size: 18px;
            max-width: 100%;
        }

@media (max-width: 575px) {
    .payment__success__inner .payment__success__header h2 {
        font-size: 26px;
    }

    .payment__success__inner .payment__success__header p {
        font-size: 16px;
    }
}

.payment__success__inner .payment__success__body {
    padding: 14px 24px;
    background: #F6F5FE;
    margin-bottom: 24px;
}

    .payment__success__inner .payment__success__body ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .payment__success__inner .payment__success__body ul li:not(:last-child) {
            border-bottom: 1px solid var(--border-color);
        }

        .payment__success__inner .payment__success__body ul li span {
            color: var(--black-color);
            font-size: 18px;
            font-weight: 600;
            padding: 12px 0;
        }

        .payment__success__inner .payment__success__body ul li .textbo {
            font-weight: 600;
        }

@media (max-width: 575px) {
    .payment__success__inner .payment__success__body {
        padding: 14px 14px;
    }

        .payment__success__inner .payment__success__body li span {
            font-size: 14px !important;
        }
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
}

    .payment__success__inner .payment__success__footer .payment-success__footer-inner a {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
            margin-top: 5px;
        }

            .payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
                font-size: 20px;
                color: var(--theme-color);
            }

        .payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
            color: var(--black-color);
            font-size: 18px;
            font-weight: 500;
        }

@media (max-width: 575px) {
    .payment__success__inner .payment__success__footer .payment-success__footer-inner {
        flex-wrap: wrap;
    }
}

.payment__success__inner .payment__success__footer .dbutton {
    text-align: center;
    margin-top: 32px;
}

@media (max-width: 575px) {
    .payment__success__inner {
        padding: 15px;
    }
}

.signup__boxes {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
    background: var(--white);
    padding: 32px 32px;
}

@media (max-width: 1199px) {
    .signup__boxes {
        padding: 25px 18px;
    }
}

.signup__boxes form {
    padding: 0 0;
    background: transparent;
    border-radius: 0;
}

    .signup__boxes form button {
        border: unset;
    }

@media (max-width: 991px) {
    .signup__thumb {
        margin-top: 30px;
    }
}

.write__review {
    padding: 24px 24px;
    border-radius: 16px;
    background: var(--white);
}

    .write__review .frm__grp input {
        background: rgba(26, 77, 190, 0.03);
        border-radius: 100px;
        color: var(--pragraph);
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        padding: 12px 24px;
        border: 1px solid var(--border);
        outline: none;
    }

    .write__review .frm__grp ::placeholder {
        color: var(--pragraph);
    }

    .write__review .frm__grp textarea {
        background: rgba(26, 77, 190, 0.03);
        border-radius: 30px;
        color: var(--pragraph);
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        padding: 12px 24px;
        border: 1px solid var(--border);
        outline: none;
    }

@keyframes left-right {
    0% {
        margin: 0;
    }

    50% {
        margin-bottom: 100px;
    }

    100% {
        margin: 0;
    }
}

@keyframes up-down {
    0% {
        margin: 0;
    }

    50% {
        margin-right: 100px;
    }

    100% {
        margin: 0;
    }
}
/* Animation of the witr */
@-webkit-keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}
/* Animation of the witr */
/* Animation of the Video */
@-webkit-keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}
/* Animation of the Video */
.blog__section .blog__items {
    position: relative;
}

    .blog__section .blog__items .blog__thumb {
        position: relative;
    }

        .blog__section .blog__items .blog__thumb img {
            width: 100%;
            height: 100%;
        }

        .blog__section .blog__items .blog__thumb .content {
            padding: 30px;
            background-color: var(--section-color);
            position: absolute;
            bottom: 0;
            z-index: 1;
            right: 0;
            left: 0;
        }

@media (max-width: 575px) {
    .blog__section .blog__items .blog__thumb .content {
        padding: 20px;
    }
}

.blog__section .blog__items .blog__thumb .content h5 {
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .blog__section .blog__items .blog__thumb .content h5 {
        line-height: 30px;
    }
}

.blog__section .blog__items .content__up {
    padding: 30px;
    background-color: var(--section-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .blog__section .blog__items .content__up {
        padding: 20px;
    }
}

.blog__section .blog__items .content__up h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 35px;
}

@media (max-width: 575px) {
    .blog__section .blog__items .content__up h5 {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .blog__section .blog__items .content__up h5 {
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.blog__section .blog__items .content__up h5 a {
    transition: all 0.3s ease-in-out;
}

    .blog__section .blog__items .content__up h5 a:hover {
        color: var(--theme-color);
    }

.blog__section .blog__items .content__up p {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .blog__section .blog__items .content__up p {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .blog__section .blog__items .content__up p {
        margin-bottom: 30px;
    }
}

.blog__section .blog__items .content__up .cmn--brn i {
    margin-left: 5px;
}

.blog__section .blog__items:hover .content__up {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.footer__section {
    border-top: 1px solid #f4f4f4 !important;
    padding: 60px 0 0;
}

    .footer__section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /* content: ""; */
        background-color: rgba(0, 0, 0, 0.7);
    }

    .footer__section .footer__top {
        position: relative;
        padding-top: 30px;
    }

        .footer__section .footer__top .footer__widget .widget__head {
            position: relative;
        }

            .footer__section .footer__top .footer__widget .widget__head h5 {
                margin-bottom: 0px;
                font-family: 'Didact Gothic', sans-serif;
                font-weight: 400;
                position: relative;
                padding-bottom: 5px;
                font-size: 16px;
                color: #b19777;
            }

            .footer__section .footer__top .footer__widget .widget__head .witr_bar_main .witr_bar_inner {
                margin: initial !important;
            }

        .footer__section .footer__top .footer__widget p {
            color: #777;
        }

        .footer__section .footer__top .footer__widget .list li {
            margin-bottom: 10px;
            text-transform: capitalize;
        }

            .footer__section .footer__top .footer__widget .list li a {
                color: var(--white-color);
                transition: all 0.3s ease-in-out;
            }

                .footer__section .footer__top .footer__widget .list li a i {
                    margin-right: 5px;
                    font-size: 16px;
                    color: var(--theme-color);
                }

                .footer__section .footer__top .footer__widget .list li a:hover {
                    color: var(--theme-color);
                }

        .footer__section .footer__top .footer__widget .recent__items {
            gap: 15px;
        }

            .footer__section .footer__top .footer__widget .recent__items .thumb img {
                width: 100%;
                height: 100%;
                border-radius: 5px;
            }

            .footer__section .footer__top .footer__widget .recent__items .content p {
                font-size: 14px;
                margin-bottom: 5px;
                color: var(--theme-color);
            }

            .footer__section .footer__top .footer__widget .recent__items .content h6 {
                font-size: 15px;
                line-height: 20px;
            }

@media (max-width: 1199px) {
    .footer__section .footer__top .footer__widget .recent__items .content h6 {
        font-size: 13px;
    }
}

.footer__section .footer__top .footer__widget .recent__items .content h6 a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

    .footer__section .footer__top .footer__widget .recent__items .content h6 a:hover {
        color: var(--theme-color);
    }

.footer__section .footer__top .footer__widget .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.footer__section .footer__top .footer__widget .item .iocn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #f94c30;
    width: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
}

.footer__section .footer__bottom {
    position: relative;
    padding: 30px 0 10px 0;
    margin-top: 40px;
    border-top: 1px solid #f4f4f4;
}

@media (max-width: 767px) {
    .footer__section .footer__bottom .bottom__wrap {
        justify-content: center !important;
    }

        .footer__section .footer__bottom .bottom__wrap p {
            text-align: center;
        }
}

.footer__section .footer__bottom p {
    color: #777;
}

    .footer__section .footer__bottom p a {
        color: var(--theme-color);
    }

.social__icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .social__icon li {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        display: block;
        border-radius: 5px;
        border: 1px solid var(--white-color);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .social__icon li a i {
            color: var(--white-color);
            font-size: 16px;
        }

        .social__icon li:hover {
            background-color: var(--theme-color);
            border: 1px solid var(--theme-color);
        }

/*--Button Area Start--*/
.cmn--btn {
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #b19777;
    color: #fff;
    padding: 4px 14px;
    margin: 0;
    position: relative;
    font-size: 12px;
    letter-spacing: 3px;
    color: #000;
}

    .cmn--btn:hover {
        color: var(--white-color);
        background: #000000;
    }

    .cmn--btn::before {
        background-color: var(--white-color);
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -60px;
        transform: rotate(35deg);
        transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 20px;
        opacity: 0;
    }

    .cmn--btn:hover::before {
        left: 140%;
        transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
        opacity: 0.5;
    }

@media (max-width: 575px) {
    .cmn--btn {
        font-size: 11px;
        padding: 8px 10px 8px;
    }

        .cmn--btn i {
            font-size: 13px;
        }
}

.cmn--btn2 {
    padding: 13px 30px 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 5px;
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    position: relative;
    background: transparent;
    overflow: hidden;
    border: 1px solid var(--theme-color);
}

    .cmn--btn2 span {
        position: relative;
        z-index: 1;
        transition: all 0.5s;
    }

    .cmn--btn2::before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 0px;
        height: 0px;
        background: var(--theme-color);
        transition: all 0.5s;
        border: 1px solid var(--theme-color);
    }

    .cmn--btn2:hover span {
        color: var(--white-color);
    }

    .cmn--btn2:hover::before {
        width: 100%;
        height: 100%;
    }

.logo-menu img {
    height: 66px;
    width: 168px;
}

.menu-fixed .header-wrapper .main-menu li a i, .menu-fixed .header-wrapper .main-menu li a {
    color: #000;
}

.card-inner {
    padding: 20px 14px;
    margin-bottom: 20px;
    position: relative;
}

    .card-inner img {
        width: 140px;
        margin-left: -40px;
        margin-bottom: 20px;
    }

    .card-inner h5 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #272727;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1.25em;
        /* margin: 0 0 20px 0; */
    }

    .card-inner .line {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
    }

        .card-inner .line:after {
            position: absolute;
            left: 0;
            bottom: 10px;
            width: 50px;
            height: 1px;
            background-color: #f4f4f4;
            content: '';
            transition-property: all;
            transition-duration: 0.3s;
            transition-timing-function: ease-in-out;
        }

    .card-inner .numb {
        display: none;
    }

    .card-inner .numb {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
        position: absolute;
        bottom: 30px;
        right: 30px;
        color: transparent;
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
        line-height: 1em;
    }

    .card-inner:hover {
        background: #f4f4f4;
    }

        .card-inner:hover .line:after {
            width: 100%;
            background-color: rgba(177, 151, 119, 0.5);
            transition-property: all;
            transition-duration: 0.8s;
            transition-timing-function: ease-in-out;
        }

.footer__widget p a {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777;
    margin-bottom: 0px;
}

.social-icon {
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 3px;
}

    .social-icon a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        border: 1px solid #efefef;
        color: #777;
        border-radius: 100%;
        margin-right: 3px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.whatsapp-icon {
    width: 40px;
    height: 40px;
    background-color: #49E670;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 21px;
    z-index: 99;
    bottom: 83px;
    box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
}

    .whatsapp-icon i {
        color: white;
        font-size: 25px;
    }

.banner-img {
    height: 50vh;
    z-index: -2;
    position: relative;
    background-attachment: fixed;
}

    .banner-img:before {
        background: #fff;
        opacity: 0.2;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .banner-img:after {
        position: absolute;
        height: 100%;
        right: 0;
        left: 0;
        content: "";
        background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .2) 100%, rgba(255, 255, 255, 0.1) 100%);
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.5) 100%);
        object-fit: cover;
    }

.section-title {
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 10px;
    word-spacing: 5px;
    margin-bottom: 40px;
}

    .section-title span {
        color: #1a8954;
    }

.ptext {
    margin-bottom: 25px;
    font-family: "Didact Gothic", sans-serif;
}

.about-img {
    position: relative;
}

    .about-img .img {
        padding: 0 15px 30px 30px;
        position: relative;
    }

        .about-img .img:before {
            content: '';
            position: absolute;
            top: 30px;
            left: 0;
            right: 45px;
            bottom: 0;
            border: 1px solid #f4f4f4;
        }

        .about-img .img img {
            position: relative;
            z-index: 2;
            /* background: #272727; */
        }

    .about-img .about-img-2 {
        width: 40% !important;
        position: absolute;
        bottom: 0px;
        right: 45px;
        z-index: 3;
        padding: 20px 15px;
        color: #272727;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        letter-spacing: 5px;
        font-size: 13px;
        line-height: 1.5em;
        text-align: center;
        background: #f4f4f4;
    }



.section-title span.text-color-red {
    color: #b19777;
}

.mb20 {
    margin-bottom: 25px;
}

body.home .main-menu a {
    color: #fff; /* jo bhi aapka default hai */
}

/* Inner pages */
body.inner-page .main-menu a {
    color: #000 !important;
}

body.inner-page .header-wrapper .main-menu li a i {
    color: #000 !important;
}

p b {
    font-weight: 400;
    color: #b19777;
}

form label {
    width: 100% !important;
}

.map {
    padding-top: 90px;
}

.mobfile {
    padding: 2px 0px !important;
    line-height: 15px;
}

.row > * {
    margin-top: 12px;
}

.mob_team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

    .mob_team .info h6 {
        font-size: 17px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 3px;
        color: #272727;
    }

    .mob_team .info p {
        margin-bottom: 5px;
        color: #777;
    }

    .mob_team .info .social {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        .mob_team .info .social a {
            font-size: 15px;
            color: #b19777;
            margin: 0 5px;
        }

.mob_team:hover .info .social {
    top: 0;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.full-width {
    width: 100%;
}

.mob_team .service__thumb:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 20;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-image img {
    width: 100%;
}

.faq-item {
    background: #f5f5f5;
    margin-bottom: 20px;
    /* padding: 20px; */
    transition: 0.3s;
}

.faq-question {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #777;
    transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}

.faq-answer {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #f4f4f4;
    color: #777;
    font-size: 16px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer {
    display: none;
    transition: all 0.3s ease;
}


.icon {
    font-size: 22px;
    color: #999;
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-weight: normal;
    color: #b19777;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}

.faq-item.active .faq-question {
    color: #b19777;
}

.mobnumber {
    color: #b19777;
    padding-right: 3px;
}

.mobservice p b {
    font-weight: 400;
    color: #b19777;
    font-family: "Didact Gothic", sans-serif;
}

.mob_Service .mob-box {
    position: relative;
    overflow: hidden;
}

    .mob_Service .mob-box::before {
        content: '';
        top: 50%;
        right: 0px;
        padding: 0px 15px;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        transition: all .3s;
        text-align: center;
        z-index: 1;
        height: auto;
        box-sizing: border-box;
        background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 0%) 2%, rgb(0 0 0 / 79%) 90%);
    }

.mob_Service .con h6 {
    position: relative;
    color: #b19777;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.mob_Service .con h5, .mob_Service .con h5 a {
    position: relative;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.mob_Service .mob-box {
    position: relative;
    text-align: center;
}

.mob_Service .con i {
    color: #fff;
    font-size: 20px;
}

.mobarrow {
    position: absolute;
    left: 35px;
    bottom: -34px;
    right: 35px;
    z-index: 2;
}

.mob-box:hover .con {
    bottom: 55px;
    transition: all 500ms ease;
}

.mob_Service .mob-box:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.mob_Service img {
    position: relative;
    width: 100%;
    display: block;
    height: 477px;
    object-fit: cover;
}

.mob_Service .mob-box .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.mobarrow:hover a {
    opacity: 1;
}

.con {
    position: absolute;
    left: 35px;
    bottom: 8px;
    right: 35px;
    z-index: 2;
    transition: all 500ms ease;
}

.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #D69D1E;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}



.process .cont {
    padding: 48px 23px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
}

.process .icons img {
    margin-bottom: 35px;
    width: 50px;
    height: 50px;
}

.process h6 {
    font-family: 'Oswald', sans-serif;
    color: #272727;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}

.process .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

    .process .line:after {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 50px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.075);
        content: '';
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }

.process h3 {
    position: absolute;
    bottom: 0px;
    text-align: right;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 0px rgba(0, 0, 0, 0.1);
    right: 20px;
}

.process .cont:hover {
    background-color: #b19777;
    border: 1px solid #b19777;
}

    .process .cont:hover p, .process .cont:hover h6 {
        color: #fff;
    }

.process:hover .line:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

img.tobotm {
    position: absolute;
    width: 70%;
    right: -38%;
    top: -4px;
    opacity: .5;
}

.process .icon {
    margin-bottom: 30px;
}

.process {
    text-align: center;
    position: relative;
    z-index: 4;
}

    .process .odd {
        margin-top: 50px;
    }

.mobscal {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.blog_text {
    margin: -120px 20px 75px;
    padding: 15px 15px 25px 15px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
}

    .blog_text .category {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .blog_text .con .category a:last-child {
        margin-right: 0;
    }

    .blog_text .category a {
        margin-right: 5px;
        position: relative;
    }

    .blog_text h5, .blog_text h5 a {
        color: #b19777;
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

.blog_card:hover .blog_text {
    bottom: 0;
}

.page-link {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    color: #777;
    font-weight: 300;
    border: 1px solid #efefef;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    border-radius: 100%;
}

.page-item {
    display: inline-block;
    margin: 0 5px;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #cba377;
    background-color: #0d6efd00;
    border-color: #cba377;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 29px;
    text-align: center;
    color: #777;
    font-weight: 300;
    border: 1px solid #efefef;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    border-radius: 100%;
}

.section-title3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #777;
}

.mob_social {
    margin: 25px 0px;
}

.socialicon {
    display: flex;
}

    .socialicon li {
        margin: 0 6px 6px 0;
    }

        .socialicon li a {
            width: 32px;
            height: 32px;
            /* line-height: 65px; */
            font-size: 14px;
            border: 1px solid rgba(0, 0, 0, .1);
            vertical-align: middle;
            position: relative;
            justify-content: center;
            text-align: center;
            display: inline-flex;
            border-radius: 3px;
            align-items: center;
        }

            .socialicon li a i {
                font-size: 14px;
                color: #fff;
            }

.facebook {
    background: #1877f2
}

.twitter {
    background: #000 !important;
}

.linkedin {
    background: #2867b2;
}

.btnprimary {
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 12px;
    color: #000;
    padding: 2px 10px;
    font-family: Roboto;
}

    .btnprimary i {
        font-size: 12px;
        margin-right: 3px;
    }

.modal-body span:first-child {
    position: relative;
    z-index: 2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, .15);
    /* display: flex; */
    -webkit-box-align: center;
    align-items: center;
}

.modal-body a {
    position: relative;
    transition: opacity .15s, color .15s;
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px 0 0;
    display: flex;
    line-height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    font-family: "Didact Gothic", sans-serif;
}

.facebooks {
    background-color: #1877f2;
}

.xtwiter {
    background: #060606;
}

.linkedins {
    background: #2867b2;
}

.Mix {
    background: #ff8226;
}

.Email, .Print, .Copy {
    background: #323b43;
}

.bauen-comment-section h3 {
    font-size: 26px;
    color: #b19777;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.comment-box {
    padding: 0px 6px;
}

.mobmenus {
    width: 100%;
    min-width: 200px !important;
}

.mob30 {
    margin-bottom: 30px;
}

.mob45 {
    margin-bottom: 45px;
}

.mob60 {
    margin-bottom: 60px;
}

.about__content {
    /* padding-left: 9px; */
    /* padding-right: 9px; */
}

.mobdflex {
    display: flex;
    align-items: center;
    gap: 5px
}

#checkbox {
    margin-top: 0px;
}

.mobdflex label {
    line-height: 20px !important;
}


.item {
    align-items: center;
    display: flex;
    justify-content: center;
    /* box-shadow: 10px 0 40px rgb(0 0 0 / 9%); */
    padding: 12px 7px 12px 7px;
    transition: .5s;
    background: #fff;
    /* border: 3px solid #c5853a47; */
    /* border-radius: 7px; */
}

.owl-carousel .owl-item img {
    width: 130px;
    justify-content: center;
    display: flex;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 35px;
}

#agritrade img {
    width: 70px;
    margin-left: -9px;
    margin-bottom: 20px;
}

.agritrade img {
    width: 70px;
    margin-left: -9px;
    margin-bottom: 20px;
}

@media print {
    .modal, .footer__section, header {
        display: none !important;
    }
}


.banner__content {
    position: relative;
    z-index: 2;
}

.content h1 {
    /* opacity: 0; */
}

.arry__button {
    transform: translateY(-50%);
    z-index: 99999999;
    display: flex;
    position: absolute;
    bottom: 18%;
    right: 15%;
    left: inherit;
}

.carousel-control-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 100%;
    font-size: 11px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    opacity: 1.5;
}

.carousel-control-next {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 100%;
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    opacity: 1.5;
}

path {
    fill: #b9b9b9;
    stroke: white;
}

    path:hover {
        fill: gray;
        border: none;
    }

.map-tooltip svg {
    width: 100% !important;
    height: 560px;
}

#India {
    fill: #ffad21 !important; /* mustard gold */
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: 0.3s;
}

    #India:hover {
        fill: #D4A017; /* darker mustard on hover */
    }

.AE {
    fill: red !important; /* mustard gold */
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: 0.3s;
}

    .AE:hover {
        fill: #D4A017; /* darker mustard on hover */
    }

.service__thumb img {
    width: 100%;
}

.service__items {
    position: relative;
}


.image-anime {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .image-anime:after {
        content: "";
        position: absolute;
        width: 140%;
        height: 200%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-150%, -50%) rotate(-45deg);
        z-index: 1;
        pointer-events: none;
        opacity: 0;
    }

    .image-anime:hover:after {
        animation: shine 1.2s ease-in-out;
        opacity: 1;
    }

@keyframes shine {
    0% {
        transform: translate(-150%, -50%) rotate(-45deg);
    }

    100% {
        transform: translate(150%, -50%) rotate(-45deg);
    }
}


/* Preloader */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    width: 0;
    height: 2px;
    background: #b19777;
    transition: width 0.6s linear;
}

.loading-text {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
}

/* Hide class */
.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.shape-mockup {
    position: relative
}

    .shape-mockup img {
        display: inline-block;
        position: absolute;
        z-index: 9;
        right: 0%;
        bottom: -54px;
    }

.skiptranslate iframe {
    display: none !important;
}

.goog-te-gadget {
    font-family: 'Oswald', sans-serif !important;
}

.goog-te-gadget-simple {
    border-radius: 2px !important;
    line-height: 24px !important;
}

.goog-te-gadget-simple {
    border-top: 1px solid #D5D5D5 !important;
}

.mobmr22 {
    margin-left: 24px;
}

.webnone {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media(max-width:1199px) {
    img.tobotm {
        display: none;
    }

    .blog_text h5, .blog_text h5 a {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .header-section {
        background: #ffffff;
        padding-top: 4px;
    }

    .banner__content {
        padding: 265px 0;
    }

    .header-wrapper .main-menu li .sub-menu {
        display: none;
    }

    .image-anime img, .image-anime {
        width: 100%;
    }

    .mobnone {
        display: none;
    }

    .webnone {
        display: block !important;
    }

    .mobbtn {
        border: 1px transparent;
        border-radius: 0px;
        padding: 2px 7px;
        font-size: 14px;
        font-family: 'Oswald', sans-serif;
        background: #b19777;
        color: #000;
    }
}




@media(max-width:767px) {
    .loader-wrapper {
        position: relative;
        width: 100%;
        height: 0px;
    }

    .banner-img {
        margin-top: 70px;
        background-attachment: scroll;
    }

    .header-section.menu-fixed {
        padding-top: 1px;
        /* height: 64px; */
    }
}

@media(max-width:700px) {
    .map-tooltip svg {
        width: 100% !important;
        height: 200px !important;
    }

    .arry__button {
        bottom: 28%;
    }
}

@media(max-width:575px) {
    .header-section {
        height: auto;
        padding-top: 6px;
    }
}

@media(max-width:425px) {
    .logo-menu img {
        height: 55px;
        width: 129px;
    }

    .mobmr22 {
        margin-left: 0px;
    }

    .banner__content {
        padding: 199px 0;
    }
}

.mobbtn:hover {
    color: #000;
}

.about__content p {
    text-align: justify;
}

.carousel-item {
    transition: opacity 1.5s ease-in-out !important;
}
.arry__button .carousel-control-next {
    right: -44px !important;
}
.arry__button .carousel-control-prev {
    left: -44px !important;
}