
     
/* poppins-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* monda-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Monda';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/monda-v16-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Monda', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b7b7b;
    background-color: #ffffff;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

.bg-theme {
    background: #024c7e;
}

.btn-grp {
    display: flex;
    gap: 10px;
}

.background-fixed {
    background-attachment: fixed;
}
     
     .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative
        }

        .owl-carousel {
            display: none;
            width: 100%;
            z-index: 1
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            touch-action: manipulation;
            -moz-backface-visibility: hidden
        }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0)
        }

        .owl-carousel .owl-item,
        .owl-carousel .owl-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0)
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none
        }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled {
            display: none
        }

        .no-js .owl-carousel,
        .owl-carousel.owl-loaded {
            display: block
        }

        .owl-carousel .owl-dot,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-nav .owl-prev {
            cursor: pointer;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block
        }

        .owl-carousel.owl-hidden {
            opacity: 0
        }

        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden
        }

        .owl-carousel.owl-drag .owl-item {
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .owl-carousel.owl-grab {
            cursor: move;
            cursor: grab
        }

        .owl-carousel.owl-rtl {
            direction: rtl
        }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

        .owl-carousel .animated {
            animation-duration: 1s;
            animation-fill-mode: both
        }

        .owl-carousel .owl-animated-in {
            z-index: 0
        }

        .owl-carousel .owl-animated-out {
            z-index: 1
        }

        .owl-carousel .fadeOut {
            animation-name: fadeOut
        }

        @keyframes fadeOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }

        .owl-height {
            transition: height .5s ease-in-out
        }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            transition: opacity .4s ease
        }

        .owl-carousel .owl-item .owl-lazy:not([src]),
        .owl-carousel .owl-item .owl-lazy[src^=""] {
            max-height: 0
        }

        .owl-carousel .owl-item img.owl-lazy {
            transform-style: preserve-3d
        }

        .owl-carousel .owl-video-wrapper {
            position: relative;
            height: 100%;
            background: #000
        }

        .owl-carousel .owl-video-play-icon {
            position: absolute;
            height: 80px;
            width: 80px;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px;
            background: url(owl.video.play.webp) no-repeat;
            cursor: pointer;
            z-index: 1;
            -webkit-backface-visibility: hidden;
            transition: transform .1s ease
        }

        .owl-carousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3)
        }

        .owl-carousel .owl-video-playing .owl-video-play-icon,
        .owl-carousel .owl-video-playing .owl-video-tn {
            display: none
        }

        .owl-carousel .owl-video-tn {
            opacity: 0;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            transition: opacity .4s ease
        }

        .owl-carousel .owl-video-frame {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%
        }

        .owl-theme .owl-dots,
        .owl-theme .owl-nav {
            text-align: center;
            -webkit-tap-highlight-color: transparent
        }

        .owl-theme .owl-nav {
            margin-top: 10px
        }

        .owl-theme .owl-nav [class*=owl-] {
            color: #FFF;
            font-size: 14px;
            margin: 5px;
            padding: 4px 7px;
            background: #D6D6D6;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px
        }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

        .owl-theme .owl-nav .disabled {
            opacity: .5;
            cursor: default
        }

        .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 10px
        }

        .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

        @font-face {
            font-display: swap;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            src: url('assets/fonts/poppins-v20-latin-regular.woff2') format('woff2');
        }

        @font-face {
            font-display: swap;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            src: url('assets/fonts/poppins-v20-latin-600.woff2') format('woff2');
        }

        @font-face {
            font-display: swap;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            src: url('assets/fonts/poppins-v20-latin-700.woff2') format('woff2');
        }

        @font-face {
            font-display: swap;
            font-family: 'Monda';
            font-style: normal;
            font-weight: 400;
            src: url('assets/fonts/monda-v16-latin-regular.woff2') format('woff2');
        }

        *,
        :after,
        :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Monda', sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #7b7b7b;
            background-color: #ffffff;
            position: relative;
            max-width: 100vw;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Poppins', sans-serif;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            max-width: 100%;
        }

        .bg-theme {
            background: #024c7e;
        }

        .btn-grp {
            display: flex;
            gap: 10px;
        }

        .background-fixed {
            background-attachment: fixed;
        }

        .overlay {
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
        }

        .overlay .container {
            position: relative;
            z-index: 12;
        }

        .overlay:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient(90deg, #5e2c18 0%, #5f3c0b6b 100%) !important;
            background-size: auto, cover !important;
            background-attachment: scroll, scroll !important;
            background-position: 50% 50%, 50% 50% !important;
            background-repeat: no-repeat, no-repeat !important;
            z-index: 10;
        }

        .overlay-2:after {
            background-image: linear-gradient(90deg, #f8ead9 0%, #704b17a3 100%) !important;
        }

        .site-header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-location>span {
            display: flex;
            justify-content: center;
            letter-spacing: 2px;
            font-weight: 700;
        }

        .home-banner {
            position: relative;
        }

        .home-banner::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 16%;
            background: #fff;
            background-size: cover;
            clip-path: polygon(100% 98%, 0 0, 0% 101%, 100% 107%);
            z-index: 12;
        }

        .banner-title {
            font-weight: 700;
            font-size: 2.5rem;
            line-height: 1.3em;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 22px;
        }

        .banner-text {
            font-size: 1.2rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 8px;
            text-transform: capitalize;
            color: #4f4f4f;
        }

        .section-sub-title {
            display: block;
            text-transform: capitalize;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 24px;
        }

        .theme-btn {
            background: #996b5a;
            padding: 4px 20px;
            margin-top: 15px;
            color: #fff;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 1.5rem;
            border-radius: 5px;
            border: none;
        }

        .theme-btn:hover {
            background: #5f2b17;
        }

        .theme-btn-2 {
            background: #965b44;
        }

        .theme-btn-2:hover {
            background: #81450a;
        }

        .btn-line {
            display: inline-block;
            height: 2px;
            width: 40px;
            background: #fff;
            margin-left: 10px;
            transition: all 0.5s ease-in-out;
        }

        .theme-btn:hover .btn-line {
            width: 60px;
        }

        .section-padding {
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .ripple,
        .ripple:before,
        .ripple:after {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 100% 100% 100% 100%;
            -moz-border-radius: 100% 100% 100% 100%;
            -ms-border-radius: 100% 100% 100% 100%;
            -o-border-radius: 100% 100% 100% 100%;
            border-radius: 100% 100% 100% 100%;
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
            -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
            -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
            -webkit-animation: ripple 3s infinite;
            -moz-animation: ripple 3s infinite;
            -ms-animation: ripple 3s infinite;
            -o-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
        }

        .location.ripple,
        .location.ripple:before,
        .location.ripple:after {
            -webkit-box-shadow: 0 0 0 0 rgba(10, 103, 156, 0.6);
            -moz-box-shadow: 0 0 0 0 rgba(10, 103, 156, .6);
            -ms-box-shadow: 0 0 0 0 rgba(10, 103, 156, .6);
            -o-box-shadow: 0 0 0 0 rgba(10, 103, 156, .6);
            box-shadow: 0 0 0 0 rgba(10, 103, 156, .6);
        }

        @-webkit-keyframes ripple {
            70% {
                box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
            }
        }

        @keyframes ripple {
            70% {
                box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
            }
        }

        .about-block {
            background: #f5efed;
            color: #000;
            padding: 25px;
            margin-bottom: 25px;
            border-radius: 15px;
            box-shadow: 1px 1px 11px #e7e7e7;
            height: 100%;
        }

        .about-block h2 {
            font-size: 1.6rem;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .about-block p {
            margin-bottom: 15px;
        }

        .about-list {
            list-style: none;
            padding: 0 5px;
        }

        .about-list li {
            list-style: none;
            display: flex;
            margin-bottom: 11px;
        }

        .about-list li img {
            margin-top: 5px;
            height: 11px;
            margin-right: 10px;
        }

        .testimonial-block {
            display: flex;
            gap: 15px;
            background: #fff;
            padding: 25px;
            border-radius: 10px;
            height: 100%;
        }

        .client-img {
            min-width: 50px;
        }

        .client-name {
            font-weight: 600;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
        }

        .client-name img {
            display: inline-block !important;
            max-height: 25px;
            max-width: 25px;
        }

        .rating {
            text-align: left;
        }

        .rating img {
            max-height: 16px;
            margin-bottom: 5px;
            max-width: 90px;
        }

        .client-text {
            line-height: 1.4;
        }

        .banner-form {
            width: 100%;
            color: #000;
            position: relative;
            box-shadow: #0000003b 0 11px 92px;
            float: right;
            z-index: 3;
            text-align: center;
        }

        .banner-form h3 {
            font-size: 29px;
            margin: 0 0 10px;
            line-height: 31px;
            font-weight: 500;
        }

        .banner-form form {
            padding: 30px 20px 30px;
            background: #ffffff;
            border-radius: 22px;
        }

        .banner-form input {
            width: 97%;
            padding: 10px 0;
            margin-bottom: 17px;
            border: 0px none;
            border-bottom: 1px solid #000000;
            outline: none;
            background: #fff;
            font-size: 12px;
            color: #464646;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            height: 43px;
            border-radius: 0;
            box-shadow: none;
        }

        .banner-form textarea {
            min-height: 80px;
            width: 100%;
            padding: 10px 5px;
            margin-bottom: 10px;
            border: 0px none;
            border-bottom: 1px solid #000000;
            outline: none;
            font-size: 13px;
            line-height: normal;
            color: #000000;
            font-weight: 500;
            border-radius: 0;
        }

        .banner-form input[type="submit"] {
            border: none;
            box-shadow: none;
            padding: 13px 28px;
            margin-top: 0px;
            border-radius: 5px;
            margin-bottom: 0;
            outline: none;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 17px;
            width: 100%;
            margin: 0 auto;
            height: auto;
            color: #fff;
            font-weight: 600;
            background: #000000;
        }

        .g-map {
            min-height: 100%;
            width: 100%;
            overflow: hidden;
        }

        .footer-fixed {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 999999;
        }

        .footer-cta {
            padding: 10px;
            text-align: center;
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 0.2s linear;
        }

        .footer-cta img {
            padding: 0 5px;
            width: 36px;
        }

        .phone {
            background: #965b44;
        }

        .whatsapp {
            background: #4CAF50;
        }

        .phone:hover {
            background: #a44b07;
            font-size: 1.1rem;
        }

        .whatsapp:hover {
            background: #2d7a2f;
            font-size: 1.1rem;
        }

        .logo {
            max-width: 280px;
        }

        .home-banner {
            padding-top: 100px;
            min-height: 70vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .owl-dots button {
            background: #8e5640 !important;
            width: 10px;
            height: 10px;
            border-radius: 26px;
            margin: 0 5px;
            transition: 0.3s;
        }

        .owl-dots {
            text-align: center;
            margin-top: 50px;
        }

        .owl-dots button.active {
            width: 30px;
        }

        .footer {
            padding-top: 50px;
            padding-bottom: 50px;
            background: #69493e;
            color: #fff;
            font-size: 1rem;
            line-height: 1.5;
        }

        .footer .row {
            align-items: center;
        }

        .footer .row>div {
            margin-bottom: 15px;
        }

        .footer-logo {
            height: 50px;
        }

        .footer-contact {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .bi {
            fill: #fff;
        }

        @media(max-width: 800px) {
            .banner-title {
                font-size: 1.5rem;
                margin-bottom: 12px;
            }

            .banner-text {
                margin-bottom: 12px;
            }

            .header-location>span {
                margin-left: 50px;
            }
        }

        @media(min-width: 768px) {
            .site-header .container {
                max-width: 100% !important;
            }
        }

        @media(max-width: 600px) {
            .theme-btn {
                font-size: 1rem;
                padding: 5px 12px;
            }

            .site-header .container {
                flex-direction: column;
                padding: 5px;
            }



            .header-location>span {
                margin-left: 0;
                text-align: center;
                font-size: 0.8rem;
            }

            .header-location>span img {
                display: none;
            }

            .home-banner {
                min-height: 90vh;
                padding-top: 25px;
            }

            .section-title {
                font-size: 2rem;
            }

            .section-sub-title {
                font-size: 1.2rem;
                font-weight: 400;
            }

            .about-block {
                padding: 15px 10px;
            }

            .about-block h2 {
                font-size: 1.2rem;
                font-weight: 600;
            }

            .service-carousel .owl-stage-outer {
                min-height: 240px;
            }

            .g-map img {
                transform: scale(2);
            }
        }
    