﻿/* Start custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-size: 1.1rem;
    font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: 'mansfieldbold';
    src: url('../fonts/mansfield-bold.woff2') format('woff2'), url('../fonts/mansfield-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


a {
    text-decoration: none;
}

::selection {
    background-color: rgba(57,177,138, 0.5);
}

hr:not([size]) {
    height: 0.5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'mansfieldbold';
}

h1, .h1 {
    font-size: 3rem;
}

.h2, h2 {
    font-size: 2.2rem;
}

h1 {
    color: #38b18a;
}

.text-justify {
    text-align: justify;
}

.form-control {
    min-height: 50px;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #38b18a;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(57, 177, 138, .25);
    }

.fw-1 {
    font-weight: 500;
}

.btn {
    transition: 0.5s;
    transition: top 0.5s ease;
    position: relative;
    top: 0;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

    .card:hover .btn {
        box-shadow: 2px 5px 10px rgba(56, 177, 138, 0.5);
        top: -5px;
    }

.btn-primary {
    background-color: #38b18a;
    border-color: #38b18a;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #33a782;
        border-color: #33a782;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 .25rem rgb(83 198 161);
    }

.rounded-top-left {
    border-top-left-radius: 50px;
}

.rounded-top-right {
    border-top-right-radius: 50px;
}

.rounded-bottom-left {
    border-bottom-left-radius: 50px;
}

.rounded-bottom-right {
    border-bottom-right-radius: 50px;
}
/* .img-fluid {
    width: 100%;
    height: auto;
} */
.page-hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .page-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
}

    header .row {
        padding-left: 10px;
        padding-right: 10px;
    }

.bg-primary {
    background-color: #38b18a !important;
}

.video-div {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#myVideo {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow-down {
    position: absolute;
    left: 48vw;
    bottom: 30px;
    font-size: 35px;
}

    .arrow-down a {
        color: #ffffff;
    }

        .arrow-down a i {
            background: #38b18a;
            border-radius: 100px;
        }


@keyframes upDownAnimation {
    0% {
        transform: translateY(0); /* Starting position (no vertical movement) */
    }

    50% {
        transform: translateY(10px); /* Move up by 20 pixels */
    }

    100% {
        transform: translateY(0); /* Return to starting position */
    }
}

.animated-element {
    animation-name: upDownAnimation; /* Link to the defined keyframes */
    animation-duration: 1.3s; /* How long one cycle of the animation takes */
    animation-timing-function: ease-in-out; /* Controls the acceleration/deceleration */
    animation-iteration-count: infinite; /* Makes the animation loop continuously */
}

.main-header-wraper {
    padding: 10px;
}

#header {
    transition: all 0.6s;
    border-radius: 57px;
    background: #38b18a;
    visibility: hidden;
    min-width: 110px;
    min-height: 110px;
    width: auto;
    opacity: 0.9;
    margin-left: auto;
    margin-right: 0;
    transform-origin: 100% 50px !important
}

    #header.active.scale-in-left {
        border-radius: 0 0 60px 60px;
    }

    #header.slide-in-top {
        min-width: 40px;
        min-height: auto;
        position: relative;
        top: 32px;
        padding: 5px 8px;
        height: 55px;
    }

        #header.slide-in-top .hamburger {
            left: 9px;
            top: 0;
            position: relative;
        }

body.admin-bar #header {
    margin-top: 32px;
    margin-right: auto;
    margin-left: 0px;
}

#header.active {
    background: rgb(0 0 0 / 80%);
    width: 100%;
    opacity: 1;
}

#header .menu-content {
    display: grid;
    /* grid-template-columns:  19fr 1fr; */
    grid-template-columns: 10fr 1fr;
    text-align: center;
    padding: 5px;
}

    #header .menu-content .actions {
        padding-top: 35px;
    }

    #header .menu-content .hamburger {
        margin-left: 24px;
    }
/*#header .logo {
    margin-left: 10px;
}*/
/*#header .logo img{
    vertical-align: middle;
    height: 70px;
    margin: 15px 0 15px 0;
}*/
#header img.slogan {
    vertical-align: middle;
    height: 70px;
}

ul#mainmenu {
    display: inline;
    width: 100%;
    margin: 0px;
    /* padding: 0px; */
    top: 2px;
}

    ul#mainmenu li {
        display: inline-block;
        padding: 17px 8px 8px;
    }

        ul#mainmenu li a {
            color: #fff;
            font-weight: 200;
            text-transform: uppercase;
            letter-spacing: 0;
            padding: 0px 3px;
            font-weight: 500;
            position: relative;
            /*    border: 2px solid transparent;*/
            font-size: 1rem;
            /* border: 2px solid #fff;*/
            /*    border-radius: 5px;*/
        }
            /*ul#mainmenu li a:before{
    background-image: url(../img/menu-leaf.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
    position: absolute;
    left: -19px;
    top: -14px;
    height: 16px;
    width: 22px;*/
            /* display: none; */
            /*}*/
            ul#mainmenu li a:hover {
                /*  border-radius: 5px;
    border: 2px solid #fff;*/
                color: #38b18a;
            }

                ul#mainmenu li a:hover:before {
                    display: block;
                }

        ul#mainmenu li.current-menu-item a {
            /* border-radius: 5px;
            border: 2px solid #fff;*/
            position: relative;
            color: #38b18a;
        }

            ul#mainmenu li.current-menu-item a:before {
                /*  background-image: url(../img/menu-leaf.svg);
                background-repeat: no-repeat;
                background-position: 0 0;*/
                content: "";
                position: absolute;
                left: -19px;
                top: -14px;
                height: 16px;
                width: 22px;
                display: block;
            }

        ul#mainmenu li.menu-item-logo-center a {
            background: none !important;
            border-radius: 0px !important;
            border: 0;
        }

            ul#mainmenu li.menu-item-logo-center a:hover {
                border: 0;
            }

            ul#mainmenu li.menu-item-logo-center a:before {
                display: none;
            }

            ul#mainmenu li.menu-item-logo-center a:hover:before {
                display: none;
            }

.menu-item-logo-center {
    padding: 0;
}

.btn-link {
    background: none;
    border: none;
    position: relative;
    top: -4px;
    cursor: pointer;
}

    .btn-link img {
        width: 18px;
        height: 18px;
    }

.social-header {
    display: none;
}

#header .sub-menus {
    display: none;
    text-align: center;
    padding: 50px 40px 70px;
}

#header.active .sub-menus ul {
    padding: 0px;
}

#header .sub-menu {
    display: none;
    transition: all 0.5s;
}

    #header .sub-menu.active {
        display: block;
    }

#header .sub-menus li {
    list-style: none;
    margin: 25px 10px;
}

#header .sub-menus a {
    color: #fff;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
}

    #header .sub-menus a:hover {
        color: #38b18a;
    }

#header .sub-menus .current_page_item a {
    border-bottom: 2px solid red;
    border-radius: 5px;
    padding-bottom: 5px;
}

#header .sub-menus sub {
    display: block;
    color: red;
    text-transform: uppercase;
    font-size: 11px;
}

#header .sub-menus .inline {
    display: inline-block;
    padding: 0 20px;
}

#header .sub-menus .space {
    display: inline-block;
    padding: 0 30px;
}

#header .sub-menus .bookatour {
    margin-left: 60px;
}
/*
Humberger mainmenu
*/
.menu-hamburger {
    transition: scale 0.5s,margin-top 0.5s;
    margin-top: 0px;
    position: relative;
    float: left;
    transform: scale(1.7);
    margin-top: 42px;
    margin-left: 15px;
}

.slide-in-top .menu-hamburger {
    transform: scale(0.85);
    margin-top: 6px;
    margin-left: -16px;
}


.slide-in-top .menu-content {
    display: none !important;
}


.menu-hamburger span.text {
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 1px;
    position: relative;
    top: -5px;
    right: 7px;
    font-weight: 300;
}

#header.active .menu-hamburger {
    margin-top: -77px;
    margin-right: 55px;
    padding: 10px 10px;
    float: right;
    margin-top: -91px;
    margin-right: 58px;
    transform: scale(1);
}

.hamburger {
    padding: 4px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #38b18a;
    }

.hamburger-box {
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -8px;
        }

        .hamburger-inner::after {
            bottom: -8px;
        }
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
Animations
*/
.scale-in-left {
    -webkit-animation: .5s cubic-bezier(.25,.46,.45,.94) both scale-in-right;
    animation: .5s cubic-bezier(.25,.46,.45,.94) both scale-in-right
}

@-webkit-keyframes scale-in-right {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1
    }
}

@keyframes scale-in-right {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1
    }
}

.scale-out-left {
    -webkit-animation: scale-out-left .5s cubic-bezier(.55,.085,.68,.53) both;
    animation: scale-out-left .5s cubic-bezier(.55,.085,.68,.53) both
}

@-webkit-keyframes scale-out-left {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        opacity: 1
    }
}

@keyframes scale-out-left {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.5);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        opacity: 1
    }
}

.slide-in-top {
    -webkit-animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

/* Submenu animation */
.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


.section {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

.text-primary {
    color: #38b18a !important;
}

.jumbo-home {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    background-position: center center;
}

.product-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px;
    margin-bottom: 20px;
}
/* .rounded-3 {
    border-radius: 1rem !important;
} */
.rounded-4 {
    border-radius: 1rem !important;
}

.our-product {
    border-radius: 41px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .our-product .leaf {
        position: absolute;
        top: 20px;
        right: -5px;
        z-index: 1;
    }

    .our-product .title {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 25px;
        z-index: 1;
    }

.arrow-btn {
    border-radius: 100px;
    border-color: #fff;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%; /* Vertically center the buttons */
        transform: translateY(-50%); /* Adjust for accurate vertical centering */
        font-size: 100px;
        width: 40px;
    }

        .owl-carousel .owl-nav button.owl-prev:hover,
        .owl-carousel .owl-nav button.owl-next:hover {
            background: none !important;
        }

        .owl-carousel .owl-nav button.owl-prev span,
        .owl-carousel .owl-nav button.owl-next span {
            position: relative;
            top: -54px;
            color: #cccccc;
        }
/* .owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
    color: #fff;
} */
.owl-prev {
    left: 0; /* Position the "prev" button to the far left */
}

.owl-next {
    right: 0; /* Position the "next" button to the far right */
}

.card img {
    transition: 0.5s;
}

.card:hover img {
    scale: 1.05;
    transition: 0.5s;
}

.work-process {
    background: #38b18a;
    color: white;
    padding: 7px 10px 2px;
}

.count-main {
    border-radius: 30px;
}

.count .fs-1 {
    font-size: 60px !important;
    line-height: 60px;
    font-weight: 600;
}

/* Custom style */
.accordion h2 {
    font-family: "Poppins", sans-serif;
}

.accordion .card-body {
    padding-top: 0;
}

.accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 free";
    background-image: none;
    background-color: #38b18a;
    color: white;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: relative;
    top: 5px;
}

.accordion-button:not(.collapsed) {
    color: #38b18a;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-size: 1.2rem;
    color: #38b18a;
    padding: 0.7rem 0.7rem;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #38b18a;
    border-radius: 10px;
    overflow: hidden;
}

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #38b18a;
    }

    .accordion-item:first-of-type,
    .accordion-item:last-of-type {
        border-radius: 10px;
    }

.word-map img {
    min-height: 400px;
    height: 100%;
}

.country li {
    position: relative;
    padding: 0 14px;
    font-weight: 600;
}

    .country li:before {
        content: "";
        height: 9px;
        width: 9px;
        position: absolute;
        left: 0;
        background-color: #38b18a;
        border-radius: 100px;
        top: 50%;
        margin-top: -4px;
    }

.logo-slider {
    overflow: hidden;
    padding: 23px 0;
    white-space: nowrap;
    position: relative;
    height: 130px;
    border-radius: 30px;
    border: 2px solid #38b18a !important
}

    .logo-slider:hover .logos-slide {
        animation-play-state: paused;
    }

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

    .logos-slide img {
        height: 83px;
        margin: 0 20px;
    }


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#textSlider a {
    position: relative;
    padding: 0 80px 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

    #textSlider a:before {
        background: url(../img/menu-leaf.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        left: -40px;
        top: 21px;
        height: 30px;
        width: 30px;
    }

#textSlider.owl-carousel .owl-item {
    width: auto !important;
    height: 80px;
    margin: 0 60px;
}

.quote-icon i {
    font-size: 70px;
    opacity: 0.2;
}
/* Start Testimonials */

.testimonial-box .inner {
    border: 1px solid #38b18a;
    padding: 15px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    min-height: 250px;
}

    .testimonial-box .inner:after,
    .testimonial-box .inner:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
    }

    .testimonial-box .inner:after {
        bottom: -33px;
        border-top: 34px solid #fff;
        border-right: 34px solid transparent;
        left: 0px;
    }

    .testimonial-box .inner:before {
        border-top: 35px solid #38b18a;
        border-right: 35px solid transparent;
        bottom: -35px;
        left: -1px;
    }

.user-name {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #38b18a;
}

    .user-name img {
        width: 60px !important;
        height: 60px !important;
        margin-right: 10px;
        border: 1px solid;
        border-radius: 62%;
        padding-top: 6px;
    }

#testiSlider .owl-dots {
    display: flex;
    background: #e8e8e8;
    border-radius: 100px;
    height: 8px;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    justify-content: space-between;
    max-width: 205px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -312px;
    bottom: -15px;
}

#testiSlider .owl-nav {
    position: absolute;
    left: -381px;
    right: 0;
    width: 100%;
    bottom: 34px;
    max-width: 450px;
}

#testiSlider.owl-carousel {
    padding: 0;
    position: relative;
}

    #testiSlider.owl-carousel .owl-nav button.owl-prev,
    #testiSlider.owl-carousel .owl-nav button.owl-next {
        transform: translateY(0);
        bottom: auto;
        top: auto;
        margin-top: 30px;
    }

        #testiSlider.owl-carousel .owl-nav button.owl-prev span,
        #testiSlider.owl-carousel .owl-nav button.owl-next span {
            top: -75px;
        }

#testiSlider .owl-nav i.fa {
    font-size: 30px;
}

#testiSlider.owl-carousel .owl-nav button.owl-prev,
#testiSlider.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
}

#testiSlider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #38b18a;
}

#testiSlider.owl-carousel .owl-nav button.owl-next,
#testiSlider.owl-carousel .owl-nav button.owl-prev,
#testiSlider.owl-carousel button.owl-dot {
    color: #38b18a;
}

#testiSlider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #38b18a;
}

#testiSlider.owl-theme .owl-dots .owl-dot span {
    top: 0;
    position: relative;
    width: 100%;
    margin: 0;
    height: 8px;
    background: #e8e8e8;
}

#testiSlider.owl-carousel .owl-nav button.owl-prev {
    left: 80px;
}

#testiSlider.owl-carousel .owl-nav button.owl-next {
    right: 85px;
}

#testiSlider .owl-dot {
    width: auto;
    flex: 1;
    text-align: center;
}

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

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}
/* /End Testimonials */

#main-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.loading_indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/loader.png) no-repeat center center;
    background-size: contain;
    margin: auto;
    width: 150px;
    height: 150px;
}

.loader {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-top: 70px;
    margin-left: 0;
    animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
    0% {
        box-shadow: 20px 0 #38b18a, -20px 0 #0002;
        background: #38b18a
    }

    33% {
        box-shadow: 20px 0 #38b18a, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #38b18a;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #38b18a;
        background: #38b18a
    }
}
/* ================================
   NEW FOOTER SUBSCRIBE SECTION
================================ */

.footer-subscribe-section {
    background: #38b18a;
    min-height: var(--footer-subscribe-height);
    padding: 80px 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-left {
    text-align: left;
}

.footer-left-logo {
    width: 120px;
    margin-bottom: 15px;
}

.footer-left-bottom {
    display: flex;
    gap: 20px;
    font-size: 17px;
}

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

.footer-right {
    color: #fff;
}

.footer-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'mansfieldbold';
}

.footer-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-subtitle {
    margin: 0;
    font-size: 16px;
    max-width: 500px;
    line-height: 22px;
}

.footer-leaf {
    height: 22px; /* equal to subtitle height */
}

.subscribe-form {
    margin-top: 20px;
    display: flex;
}

.subscribe-input {
    width: 70%;
    padding: 12px 18px;
    border-radius: 50px 0 0 50px;
    border: none;
    background: #fff;
    outline: none;
}

.subscribe-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    cursor: pointer;
}

    .subscribe-btn:hover {
        background: #222;
    }

/* ======================== LANDMARK SLIDER ========================== */

.landmark-slider-section {
    background: #fff;
    width: 100%;
    height: 230px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-top: 160px;
}

.landmark-slider-wrapper {
    width: 100%;
    overflow: visible;
}

.landmark-slider-track {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    overflow: visible;
}

/* Default images */
.landmark-img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
    transform-origin: bottom center;
}


    .landmark-img.active-center {
        transform: scale(1.2);
        margin: 0 20px;
    }



/*** Footer Start ***/
.footer {
    background: #38b18a;
    position: relative;
}

    .footer h4 {
        font-size: 1.4rem;
    }

    .footer .footer-item a {
        line-height: 30px;
        color: var(--bs-gray-dark);
        transition: 0.5s;
    }

        .footer .footer-item a:hover {
            letter-spacing: 1px;
        }

    .footer .footer-item p {
        line-height: 30px;
    }

.footer-logo {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    background: #38b18a;
    border-radius: 100%;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    height: 300px;
    ;
}

    .footer-logo img {
        width: 100px;
    }

.social a {
    font-size: 30px;
    color: #fff;
    margin: 0 7px;
}

.copyright {
    background: #38b18a;
    border-top: 1px solid #289975;
}
/* Footer image slider */
.slider-footer {
    overflow: hidden;
    position: relative;
    background-color: #38b18a;
}

    .slider-footer .slider-track {
        display: flex;
        animation: slide-loop 20s linear infinite; /* Loop animation */
    }

    .slider-footer img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensure it covers the area */
    }

/* Keyframe animation */
@keyframes slide-loop {

    0% {
        transform: translateX(0%); /* Start at original position */
    }

    100% {
        transform: translateX(-100%); /* Move to the left by 100% of its own width */
    }
}


/*** Footer End ***/


/*** About Start ***/
.list-div::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 16px;
    background: url(../img/leaf-green.svg) no-repeat 0 0;
    left: -24px;
    top: 5px;
}

.team {
    transition: 0.5s;
    box-shadow: 0 5px 0 0px rgba(56, 177, 138, 0.2);
    margin: 15px 0;
}

    .team:hover {
        box-shadow: 0 5px 0 0px rgba(56, 177, 138, 1);
        margin-top: 8px;
    }

        .team:hover img {
            scale: 1;
        }
/*** About End ***/

/*** Product Start ***/
.product-detail-box {
    background: #38b18a;
}

    .product-detail-box ul li::before {
        content: "\25CF";
        font-size: 1.6em;
        color: #38b18a;
        margin-top: -8px;
    }

    .product-detail-box .card-body {
        background: white;
        border-radius: 0 50px 5px 0;
        padding: 25px;
    }

    .product-detail-box .card-img {
        border-radius: 1000px;
        height: 350px;
        width: 350px;
        overflow: hidden;
        margin: 0 auto;
    }

.product-box .border {
    border: 3px solid #38b18a !important;
}

.why-choose-sub {
    border-left: 3px solid #38b18a;
    padding-left: 10px;
}
/*** Product End ***/

.radius-cust {
    padding: 5px;
    border-radius: 5px 55px 5px 55px;
    position: relative;
}

.blog-box .card-img {
    border-radius: 5px 50px 5px 50px;
    overflow: hidden;
    min-height: 250px;
    max-height: 230px;
}

.blog-box .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    min-height: 250px;
    max-height: 250px;
    border-radius: 5px 50px 5px 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}

    .blog-box .card-img-overlay a {
        color: #fff;
        transition: 0.5s;
    }

.blog-box.big .card-img,
.blog-box.big .card-img-overlay {
    min-height: 380px;
    max-height: 380px;
}

.blog-box:hover a {
    color: #38b18a;
    transition: 0.5s;
}

.blog-box:hover .card-img-overlay {
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

.blog-box.big:hover .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.more-post .blog-box.big .card-img,
.more-post .blog-box.big .card-img-overlay {
    min-height: 515px;
    max-height: 515px;
    padding: 0;
}

.more-post .blog-box {
    border: 0;
    padding: 0;
}

.pagination .page-link {
    border: 0;
    font-weight: bold;
    font-size: 22px;
    padding-left: 6px;
    padding-right: 6px;
    color: #212529;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item.active .page-link {
    color: #38b18a;
}

.pagination .page-item.active .page-link {
    background: none;
}
/*** Agricultuer ***/
.corner-card .img img {
    height: 90px;
}

.corner-card {
    position: relative;
    border-radius: 50px;
    overflow: visible;
    border-width: 10px;
    height: 100%;
}

    .corner-card:before, .corner-card:after,
    .corner-card .inner:before, .corner-card .inner:after {
        content: '';
        position: absolute;
        height: 35%;
        width: 35%;
    }

    .corner-card:before {
        border-radius: 50px 0 0 0;
        border-left: 10px solid #38b18a;
        border-top: 10px solid #38b18a;
        left: -10px;
        top: -10px;
    }

    .corner-card .inner:after {
        bottom: -10px;
        right: -10px;
        border-radius: 0 0 50px 0;
        border-right: 10px solid #38b18a;
        border-bottom: 10px solid #38b18a;
    }

.owner-title h2 {
    margin-bottom: 0;
}

.why-div {
    border-width: 5px;
    border-color: #38b18a;
    padding-right: 70px !important;
}

#ownerSlider .owl-dots {
    display: flex;
    background: #e8e8e8;
    border-radius: 100px;
    height: 8px;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    justify-content: space-between;
    max-width: 205px;
    position: absolute;
    width: 100%;
    right: 74px;
    bottom: 34px;
}

#ownerSlider.owl-carousel .owl-nav button.owl-prev,
#ownerSlider.owl-carousel .owl-nav button.owl-next {
    transform: translateY(0);
    bottom: auto;
    top: auto;
    margin-top: 30px;
}

    #ownerSlider.owl-carousel .owl-nav button.owl-prev span,
    #ownerSlider.owl-carousel .owl-nav button.owl-next span {
        top: -75px;
    }

#ownerSlider .owl-nav i.fa {
    font-size: 30px;
}
#ownerSlider .owl-nav {
    right: 4px;
    bottom: 82px;
    position: absolute;
    max-width: 450px;
    width: 100%;
}
#ownerSlider.owl-carousel .owl-nav button.owl-prev,
#ownerSlider.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
}

#ownerSlider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #38b18a;
}

#ownerSlider.owl-carousel .owl-nav button.owl-next,
#ownerSlider.owl-carousel .owl-nav button.owl-prev,
#ownerSlider.owl-carousel button.owl-dot {
    color: #38b18a;
}

#ownerSlider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #38b18a;
}

#ownerSlider.owl-theme .owl-dots .owl-dot span {
    top: 0;
    position: relative;
    width: 100%;
    margin: 0;
    height: 8px;
    background: #e8e8e8;
}

#ownerSlider .owl-stage-outer {
    background: url(../img/photo-bg-shape.svg) no-repeat 89% 232px;
    background-size: 11%;
}

#ownerSlider.owl-carousel .owl-nav button.owl-prev {
    left: 70px;
}

#ownerSlider.owl-carousel .owl-nav button.owl-next {
    right: 70px;
}

#ownerSlider .owl-dot {
    width: auto;
    flex: 1;
    text-align: center;
}

.deno {
    max-width: 235px;
    margin: 0 auto;
}

/**** Process Flow ****/
.process-flow-main {
    min-height: 550px;
    display: flex;
    align-items: center;
}

.process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
    min-height: 420px;
}

#processFlow .step-container {
    display: none;
}

#processFlow.process-flow .step-container {
    display: flex;
}

.process-flow .step-container {
    display: flex;
    align-items: center;
    width: 450px; /* Adjust width as needed */
    opacity: 0;
    animation: fadeIn 1s forwards;
    position: absolute;
    z-index: 2;
}

    .process-flow .step-container:nth-child(1) {
        animation-delay: 0.5s;
        top: 5px;
        left: -5px;
    }

    .process-flow .step-container:nth-child(2) {
        animation-delay: 1.5s;
        top: 116px;
        left: -13px;
    }

    .process-flow .step-container:nth-child(3) {
        animation-delay: 2.5s;
        top: 244px;
        left: 5px;
    }

    .process-flow .step-container:nth-child(4) {
        animation-delay: 3.5s;
        left: -17px;
        top: 351px;
    }

        .process-flow .step-container:nth-child(1) .fas,
        .process-flow .step-container:nth-child(2) .fas,
        .process-flow .step-container:nth-child(3) .fas,
        .process-flow .step-container:nth-child(4) .fas {
            position: absolute;
            left: 50%;
            color: #38b18a;
        }

    .process-flow .step-container:nth-child(1) .fas {
        top: 117px;
        transform: rotate(-45deg);
        margin-left: -39px;
    }

    .process-flow .step-container:nth-child(2) .fas {
        top: 123px;
        transform: rotate(46deg);
        margin-left: 28px;
    }

    .process-flow .step-container:nth-child(3) .fas {
        top: 107px;
        transform: rotate(-55deg);
        margin-left: -49px;
    }

    .process-flow .step-container.right-align {
        justify-content: flex-end;
    }

    .process-flow .step-container.left-align {
        justify-content: flex-start;
    }

.process-flow .step-circle {
    width: 60px;
    height: 60px;
    background-color: #38b18a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    z-index: 1;
}

    .process-flow .step-circle img {
        width: 60px;
        height: 60px;
    }

.process-flow .step-text {
    font-size: 30px;
    font-weight: bold;
    color: #38b18a;
    padding: 0 20px;
    min-width: 200px;
    line-height: 40px;
}

/* Connecting Lines */
.process-flow .line-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 1;
    opacity: 0;
    animation: fadeInIine 1.5s forwards;
}

.process-flow .dashed-path {
    stroke: #38b18a;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 6, 6;
    stroke-dashoffset: -200;
    animation: drawLine 1s linear forwards;
}

/* Animation delays for each line */
.process-flow #line1 {
    animation-delay: 1.5s;
}

.process-flow #line2 {
    animation-delay: 2.5s;
}

.process-flow #line3 {
    animation-delay: 3.5s;
}

#processFlow #line1 {
    opacity: 0;
}

#processFlow.process-flow #line1 {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInIine {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}
/*
Responsive
*/
@media screen and (max-width: 1200px) {
    /* #header .menu-content {
        display: flex;
        flex-direction: column-reverse;
    } */

    /*  #header .menu-content .logo{
        display: block !important;
        position: absolute;
        left: 36px;
        top: -3px;
    }*/

    #header .menu-content .actions {
        padding-top: 0px;
        margin-top: -7px;
    }

    #header .menu-content .hamburger {
        margin-top: 34px;
    }

    .menu-item-logo-center {
        position: absolute;
        /*right: 0;
        top: 0;*/
        left: 36px;
        top: -3px;
    }

    #header .menu-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .menu-main-menu-container {
        margin-top: 10px;
    }

    .count .fs-1 {
        font-size: 55px !important;
    }

    .count .fs-4 {
        font-size: 1.3rem !important;
    }

    #testiSlider .owl-nav {
        left: -416px;
        bottom: 79px;
    }

    #testiSlider .owl-dots {
        left: -347px;
        bottom: 30px;
    }
    #ownerSlider .owl-stage-outer {
        background: url(../img/photo-bg-shape.svg) no-repeat 85% 200px;
        background-size: 11%;
    }
}

@media screen and (max-width: 992px) {
    ul#mainmenu li {
        padding: 15px 5px;
    }

    #header .menu-content .logo {
        left: 20px;
    }

    .product-detail-box .card-img {
        height: 280px;
        width: 280px;
    }

    .product-detail-box .card-body {
        border-radius: 5px 5px 5px 25px;
    }

    .corner-card {
        height: auto;
    }

    #header .logo img {
        height: 60px;
    }

    .menu-item-logo-center {
        left: 0;
    }

    #header img.slogan {
        vertical-align: middle;
        height: 60px;
        margin: 15px 0 15px 0;
    }

    #header .menu-content .hamburger {
        margin-top: 30px;
    }

    #ownerSlider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    #ownerSlider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    #ownerSlider .owl-dots {
        max-width: 300px;
        right: 145px;
        bottom: -31px;
    }
    #ownerSlider .owl-nav {
        right: 116px;
        bottom: 19px;
    }
    #ownerSlider .owl-stage-outer {
        background: url(../img/photo-bg-shape.svg) no-repeat 58% 616px;
        background-size: 11%;
    }

    .why-div {
        margin-top: 50px;
    }

    #testiSlider .owl-dots {
        left: -329px;
    }

    #testiSlider .owl-nav {
        left: -396px;
    }

    #testiSlider.owl-carousel .owl-nav button.owl-next {
        right: 36px;
    }

    .process-flow-main {
        left: -84px;
    }
}

@media screen and (max-width: 767.5px) {
    #testiSlider .owl-dots {
        bottom: -48px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    #testiSlider .owl-nav {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        max-width: 290px;
    }

    #testiSlider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    #testiSlider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    #testiSlider.owl-carousel {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .testimonial-box {
        max-width: 400px;
        margin: 0 auto;
        padding: 1px;
    }

    .word-map img {
        min-height: 300px;
    }

    .process-flow-main {
        left: 0;
        min-height: auto;
    }

    .slider-footer .slider-track {
        height: 150px;
    }

    .footer-subscribe-section .row {
        text-align: center;
    }

    .footer-left-bottom {
        justify-content: center;
    }

    .footer-subtitle-wrapper {
        flex-direction: column;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 10px;
    }

    .subscribe-input,
    .subscribe-btn {
        width: 100%;
        border-radius: 50px;
    }
    #ownerSlider .owl-dots {
        right: 90px;
        bottom: -31px;
    }

    #ownerSlider .owl-nav {
        right: 61px;
        bottom: 19px;
    }

    #ownerSlider .owl-stage-outer {
        background: url(../img/photo-bg-shape.svg) no-repeat 60% 629px;
        background-size: 13%;
    }
}

@media screen and (max-width: 760px) {
    #header.active {
        border-radius: 0 0 30px 30px;
        margin-top: -10px;
    }

    body.admin-bar #header {
        margin-top: 32px;
    }
    /* #header .menu-content .actions{
        padding: 20px 0 20px 20px;
        transform: scale(0.8);
    } */
    .btn-link img {
        width: 22px;
        height: 22px;
    }

    #header .menu-content .hamburger {
        margin-left: 0;
    }

    .btn-link {
        top: -2px;
    }

    #header .sub-menus {
        padding: 20px 10px 50px;
    }

        #header .sub-menus .inline {
            display: block;
        }

        #header .sub-menus .space {
            display: none;
        }

        #header .sub-menus .bookatour {
            margin-left: 0;
        }

    #header .menu-content .hamburger, .btn-link {
        padding: 9px;
    }
    /* #header img.slogan {
        height: 64px;
        margin-top: 15px;
        margin-right: 2px;
    } */
    #header .sub-menus a {
        background-position: 0;
    }

    .more-post .blog-box.big .card-img,
    .more-post .blog-box.big .card-img-overlay {
        min-height: 390px;
        max-height: 390px;
    }

    .align-items-sm {
        align-items: center;
    }

    #header .menu-content .logo {
        left: 0;
        top: 7px;
    }

    #header .menu-content .hamburger {
        margin-top: 34px;
    }

    .count {
        padding-left: 30px;
    }
}

@media screen and (max-width: 575px) {
    .page-hero {
        height: 400px;
    }

    #header .menu-content .actions {
        margin-left: 145px;
    }

    .word-map img {
        min-height: 200px;
    }

    .process-flow {
        min-height: 360px;
    }

    .process-flow-main {
        scale: 0.75;
    }
}

@media screen and (max-width: 420px) {
    .process-flow-main {
        left: -35px;
        scale: 0.75;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 3rem !important;
    }
}

@media (min-width: 992px) {
    #ownerSlider.owl-carousel {
        padding: 0!important;
    }

    .owl-carousel {
        padding: 0 60px;
    }

    #testiSlider .owl-carousel {
        padding: 10px;
    }

    .owl-dots {
        display: none;
    }
}
