<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600;700&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,900&amp;display=swap");

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-SemiBold.woff2") format("woff2"), url("fonts/Akrobat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-Regular.woff2") format("woff2"), url("fonts/Akrobat-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-Light.woff2") format("woff2"), url("fonts/Akrobat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-Thin.woff2") format("woff2"), url("fonts/Akrobat-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-Bold.woff2") format("woff2"), url("fonts/Akrobat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-ExtraBold.woff2") format("woff2"), url("fonts/Akrobat-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-ExtraLight.woff2") format("woff2"), url("fonts/Akrobat-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/Akrobat-Black.woff2") format("woff2"), url("fonts/Akrobat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

html {
    scroll-behavior: smooth;
}

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

body {
    font-family: var(--font-secondary);
    background: var(--body-bg);
    transition: 2s;
}

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

div {
    transition: 2s;
}
/*Header-desing*/

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

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

.header_bg.transparent-header .navbar .navbar-nav &gt; li &gt; a {
    color: #fff;
}

#header .navbar {
    min-height: auto;
}

.header_bg .navbar .navbar-nav &gt; li &gt; a {
    color: #282828;
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 600;
    padding: 30px 0px;
}

.header-box {
    display: flex;
    align-items: center;
}

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

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

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

.responsive-logo a {
    padding: 0px;
}

.responsive-logo {
    float: none;
    width: auto;
    margin-left: 7%;
}

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

ul.navbar-right &gt; li.get-in-touch {
    position: relative;
    right: -15px;
}

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

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

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

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

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

.service_menu .megamenu {
    width: 90%;
}

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

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

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

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

.mg-tab ul {
    columns: 2;
}

.megamenu.services_mg {
    padding: 10px;
}

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

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

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

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

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

.menu-large .megamenu .dropdown-header &gt; a {
    padding: 0;
}

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

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

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

.sub-header {
    background: #fdedd3 url("img/banner/sub-bg.png");
    background-size: cover;
    background-position: center;
}

    .sub-header h1 {
        font-family: var(--font-primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 60px;
        color: #000000;
        font-weight: 200;
    }

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

    .sub-header p {
        color: #6a6a6a;
        letter-spacing: 0.5px;
        font-size: 14px;
        padding-right: 15%;
        line-height: 25px;
        font-weight: 500;
    }

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

    .btn-custom:hover {
        color: #bf9141;
        background: #fff8ed;
        border: 2px solid #bf9141;
    }

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

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

.outside-box-2 {
}

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

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

.services-section {
}

    .services-section h1 {
        font-weight: 300;
        color: #272727;
        line-height: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: var(--font-secondary);
    }

        .services-section h1 span {
            color: #bf9140;
            font-weight: 800;
        }

    .services-section p {
        color: #676767;
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        padding-right: 15%;
        font-family: var(--font-secondary);
    }

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

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

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

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

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

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #000;
}

.service-box {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.02);
}

    .service-box img {
        width: 80px !important;
    }

    .service-box h2 {
        font-family: var(--font-primary);
        color: #bf9140;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        position: relative;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

        .service-box h2::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 90%;
            background: #424242;
            left: -15px;
            top: 5%;
        }

.item .service-box p {
    color: rgb(85, 85, 85);
    padding-right: 0%;
}

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

.services-section-bg {
    position: relative;
    top: -70px;
    background: #ffe6bb;
}

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

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

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

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

.high-light-img {
    position: relative;
    top: -50px;
}

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

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

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

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

.sub-text {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    bottom: -20px;
    text-transform: uppercase;
}

.services-section h5 {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #2b2b2b;
    line-height: 30px;
    padding-right: 10%;
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.mb--100 {
    margin-bottom: -100px;
    position: relative;
}
/*Why Choose Us ?*/

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

.why-choose-us {
    padding: 140px 0 100px;
    background: #fdedd3;
}

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

    .section-header h1 {
        text-transform: uppercase;
        color: #1c1c1c;
        font-weight: 300;
        font-family: var(--font-secondary);
    }

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

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

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

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

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

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

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

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

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

/*testimonials*/
#testimonials {
    margin: auto;
    text-align: left;
}

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

    .testimonial-box .client-img {
        text-align: center;
        width: auto;
        height: 50px;
        background: #e2c9a0;
        border-radius: 0 5px 5px 0px;
        font-size: 20px;
        font-weight: 700;
        line-height: 48px;
        color: #62471b;
        font-family: var(--font-primary);
        display: inline-block;
        padding: 0 25px;
        margin-left: -25px;
    }

    .testimonial-box p {
        color: #565656;
        font-size: 15px;
        padding: 20px 0px 0;
        line-height: 25px;
        font-weight: 500;
        margin-bottom: 0;
    }

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

.rating i {
    color: #ed9f15;
    font-size: 15px;
    margin: 20px 1px 0;
}
/*testimonials*/
/*footer-design*/
.foot-detail {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.key-mainbox {
    margin-top: -100px;
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 2%);
}

    .card-box .icon {
        min-width: 80px;
        height: 80px;
        padding: 10px;
        margin-right: 15px;
        background: #fff3df;
        border-radius: 15px;
    }

    .card-box .text-box h4 {
        text-transform: uppercase;
        font-family: var(--font-primary);
        letter-spacing: 1px;
        font-weight: 600;
        color: #000;
        font-size: 20px;
        margin-top: 0px;
    }

    .card-box .text-box p {
        font-size: 13px;
        line-height: 25px;
        padding-right: 15px;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

.bg-color-2 {
    background: #ffe6bb;
}

.second-bg {
    position: relative;
}

    .second-bg::after {
        content: "";
        background: #f7daa9;
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0px;
        right: 0;
        z-index: 0;
    }

.second-bg-1 {
    position: relative;
}

    .second-bg-1::after {
        content: "";
        background: #f7daa9;
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0px;
        left: 0;
        z-index: 0;
    }

    .second-bg .container,
    .second-bg-1 .container, .second-bg-1 .container-fluid {
        position: relative;
        z-index: 1;
    }

.technology-section {
    margin-top: -100px;
    position: relative;
    margin-bottom: 20px;
}

    .technology-section h4 {
        font-family: var(--font-primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }

    .technology-section .white-box {
        background: #fff;
        border-radius: 10px;
        display: inline-block;
    }

.tec-box {
    text-align: center;
    background: #fff;
    padding: 15px;
    position: relative;
    width: 50%;
    float: left;
}

    .tec-box::after {
        content: "";
        border-right: 1px dashed #b58b3b;
        position: absolute;
        right: 0px;
        height: 70%;
        top: 15%;
    }

    .tec-box:last-child::after {
        display: none;
    }

    .tec-box h5 {
        margin: 10px 0 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #222;
        font-size: 14px;
    }

    .tec-box img {
        max-width: 50px;
    }

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

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

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

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

.pt-50 {
    padding-top: 50px;
}
/*faq*/
.faq {
    padding-bottom: 0px;
}

    .faq .panel-group {
        margin: 20px 0;
    }

        .faq .panel-group .panel {
            border-radius: 10px;
            border: 0px;
            margin-bottom: 20px;
            overflow: hidden;
            background: #f8e0b4;
            box-shadow: 0px 0px 18px 0px rgb(255 245 230);
        }

    .faq .panel-default &gt; .panel-heading {
        color: #333;
        background-color: #f9e1b5;
        border: 0px;
        padding: 15px 15px;
    }

    .faq .panel-title {
        margin-top: 0;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0.3px;
        font-family: var(--font-primary);
        font-weight: 600;
        color: #8d6926;
    }

    .faq .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border: 0px;
        padding: 15px 15px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.3px;
        font-weight: 400;
        color: #000;
        background: #fff;
    }

        .faq .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body p {
            color: #000;
            font-weight: 500;
            padding: 0px;
            font-size: 13px;
            line-height: 20px;
            margin-top: 10px;
        }

.font-primary {
    font-family: var(--font-primary);
}

.faq .panel-title &gt; a {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .faq .panel-title &gt; a.accordion-toggle::after,
    .faq a[data-toggle="collapse"]::after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        margin-left: auto;
        min-width: 20px;
        text-align: center;
    }

    .faq .panel-title &gt; a.accordion-toggle.collapsed::after,
    .faq a.collapsed[data-toggle="collapse"]::after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        margin-left: auto;
        min-width: 20px;
        text-align: center;
    }

.services-section.faq h1 {
    margin-top: 0px;
}
/*faq*/

/*case-study*/

.case-study {
    background: #ffe6bb;
    position: relative;
}

    .case-study .owl-nav {
        position: relative !important;
        top: 0px;
        display: flex;
        margin: auto;
    }

.study-box {
    margin-top: 20px;
}

    .study-box h1 {
        margin-top: 0px;
        font-weight: 300;
        color: #272727;
        line-height: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .study-box h1 span {
            color: #bf9140;
            font-weight: 800;
        }

    .study-box h5 {
        margin-top: 0px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .study-box p {
        padding-right: 0px;
        color: #4a4a4a;
        letter-spacing: 0.3px;
    }

.cs-img {
}

/*case-study*/
.dev-services h1 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

    .dev-services h1 span {
        display: block;
    }

.dev-services .service-box {
    margin-top: 20px;
}

    .dev-services .service-box img {
        margin-top: 15px;
        width: 150px !important;
    }

.bg-text {
    position: relative;
}

    .bg-text::before {
        content: "CASE STUDY";
        position: absolute;
        font-size: 70px;
        opacity: 0.07;
        font-weight: 800;
        left: 30%;
    }

.center-p {
    text-align: center;
}

.half-bg {
    position: relative;
}

    .half-bg .container {
        position: relative;
        z-index: 2
    }

    .half-bg::before {
        content: '';
        background: #ffe6bb;
        position: absolute;
        width: 100%;
        top: 0px;
        height: 18%;
    }


/*Technologies*/
.technologies .service-box {
    margin-top: 30px;
    padding: 20px 15px;
}

    .technologies .service-box h2 {
        margin: 0px 0px 20px;
        text-transform: uppercase;
    }

.tec-table {
    margin: 30px auto 0;
    background: #FFF;
    border: 1px solid #fdeccc;
    box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.06);
}

    .tec-table tr th, .tec-table tr td {
        padding: 15px 20px;
    }

    .tec-table tr th {
        font-weight: 600;
        font-family: var(--font-primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 20%;
        font-size: 18px;
        color: #a78136;
        background: #fff6e7;
        border-bottom: 1px solid #fdeccc;
    }

    .tec-table tr:last-child th, .tec-table tr:last-child td {
        border-bottom: 0px;
    }

    .tec-table tr td {
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #646464;
        border-bottom: 1px solid #fdeccc;
    }

.tech-box {
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 2%);
}

    .tech-box img {
        width: 100%
    }

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

.position-relative {
    position: relative;
    z-index: 2;
}
/*Technologies*/
/*responsive*/
@media (min-width: 800px) {
    .center-p {
        text-align: center;
        max-width: 800px;
        padding: 0 25px !important;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    .sub-header .col-sm-6.ml-7 {
        padding-right: 10%;
    }
}

@media (min-width: 1300px) {
    .header_bg .navbar .navbar-nav &gt; li &gt; a {
        font-size: 1.6rem;
    }
}

@media (max-width: 1000px) {
    .header-box {
        display: block;
    }

    .transparent-header#header {
        background-color: #FFF !important;
    }

    #head-stick .collapse {
        display: none !important;
    }

        #head-stick .collapse.in {
            display: block !important;
            background: transparent;
            border-top: 1px solid #ebcf9d;
            padding: 0px;
        }

    .header-sticky#header .collapse.in {
        background: transparent;
        border-top: 1px solid #c1a676;
    }

    .navbar-nav &gt; li &gt; .dropdown-menu {
        margin-top: 0px;
    }

    .navbar-toggle {
        margin: 0px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .header-right {
        padding-top: 0px !important;
    }

    #header ul.nav.navbar-nav.navbar-right {
        display: block;
        align-items: center;
        float: none !important;
        width: 100%;
        margin-right: 0;
    }

    .responsive-logo {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        padding: 10px 0;
    }

    .header_bg.inside_header .navbar-header .navbar-brand img.black {
        display: block;
        width: 170px;
        height: auto;
    }

    .header_bg .navbar .navbar-nav &gt; li &gt; a {
        padding: 10px 0;
    }

    li.get-in-touch {
        display: none !important;
    }

    .navbar .navbar-nav &gt; li {
        margin: 0px;
        display: block;
        float: none;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .service_menu .megamenu {
        width: 100%;
    }

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

    .header_bg.inside_header .navbar-header .navbar-brand img.black {
        width: 170px;
    }

    .header_bg .navbar .navbar-nav &gt; li &gt; a {
        font-size: 14px;
    }

    .responsive-logo {
        margin-left: 0px;
    }

    .container,
    .container-fluid {
        width: 98%;
    }

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

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

    .services-section p {
        padding-right: 0;
    }

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

    li.get-in-touch {
        display: none;
    }

    .key-text p {
        white-space: nowrap;
    }

    .owl-stage-outer {
        margin-top: 40px;
    }

    .home-slider-wrapper .owl-stage-outer {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .desktop-only {
        width: 60%;
    }

    .mobile-only {
        width: 40%;
        overflow: hidden;
    }

        .mobile-only img {
            max-width: 200%;
        }

    .contact-box .col-sm-3 {
        display: none;
    }

    .contact-box .col-sm-9 {
        width: 100%;
    }

    .contact-info .or {
        display: none;
    }

    .owl-stage-outer {
        margin-top: 40px;
    }

    .services-section-bg .col-sm-6 {
        width: 100%;
    }

    .center-img {
        text-align: center;
    }

        .center-img img {
            width: 50%;
            margin-bottom: 0px;
        }
}

@media (max-width: 800px) {
    .owl-stage-outer {
        margin-top: 40px;
    }

    .home-slider-wrapper .owl-stage-outer {
        margin-top: 0px !important;
    }

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

    .contact-box {
        width: 90%;
        text-align: left;
    }

    .services-section p,
    .sub-header p {
        padding-right: 0;
    }

    .contact-info {
        text-align: left;
    }

        .contact-info a {
            width: auto;
            text-align: center;
            display: inline-flex;
            align-items: center;
            font-size: 15px;
        }

        .contact-info .or {
            display: none;
        }

    .contact-box img {
        padding: 25px;
    }

    .section-header p {
        width: auto;
    }

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

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

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

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

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

    .item br {
        display: none;
    }

    .high-light-img {
        top: 0;
    }

    .key-mainbox .col-sm-3 {
        width: 50%;
        float: left;
    }

    .key-point {
        flex-direction: column;
        text-align: center;
    }

    .container,
    .container-fluid {
        width: 96%;
    }

    .col-sm-6.pl-0 {
        margin-left: -2%;
    }

    .col-sm-6.pr-0 {
        margin-left: 2%;
    }

    .sub-header {
        padding-bottom: 50px;
        padding-bottom: 50px;
    }

    .responsive-logo {
        margin-left: 0;
    }

    .outside-box {
        top: 40px;
        margin-bottom: 0;
    }

    .mobile-space {
        padding: 20px 0;
    }

    .ml-img {
        margin-right: -3%;
    }
}

@media (max-width: 600px) {
    ul.service-ul {
        column-count: 2 !important;
    }

    .framework .bg-white {
        padding: 25px 20px !important;
    }

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

    .contact-box {
        width: 90%;
        text-align: center;
    }

    .services-section p,
    .sub-header p {
        padding-right: 0;
    }

    .contact-info {
        text-align: center;
    }

        .contact-info a {
            width: auto;
            text-align: center;
            display: inline-flex;
            align-items: center;
            font-size: 15px;
        }

        .contact-info .or {
            display: block;
            text-align: center;
            margin: 10px auto;
        }

    .contact-box img {
        padding: 25px;
    }

    .section-header p {
        width: auto;
    }

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

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

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

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

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

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

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

    .item br {
        display: none;
    }

    .high-light-img {
        top: 0;
    }

    .key-mainbox .col-sm-3 {
        width: 50%;
        float: left;
    }

    .key-point {
        flex-direction: column;
        text-align: center;
    }

    .container,
    .container-fluid {
        width: 96%;
    }

    .responsive-logo {
        margin-left: 0;
    }

    .outside-box {
        top: 40px;
        margin-bottom: 0;
    }

    .mobile-space {
        padding: 20px 0;
    }

    .ml-img {
        margin-right: -3%;
    }

    .services-section h1,
    .section-header h1 {
        line-height: 40px;
        font-size: 30px;
    }

    .case-study {
        margin: 0px;
        padding-top: 50px;
    }

        .case-study .owl-stage-outer {
            margin: 0px;
        }

            .case-study .owl-stage-outer h1 {
                margin-top: 20px;
            }

        .case-study .bg-text::before {
            display: none;
        }

        .case-study .owl-nav {
            margin-top: 35px;
        }

    .why-choose-us .owl-nav {
        position: relative;
        top: 0px;
        display: flex;
        text-align: center;
        margin: 20px auto 0;
    }

    .faq h1.font-primary {
        text-align: center;
    }
}

@media (max-width: 400px) {
    ul.service-ul {
        column-count: 1 !important;
    }

    .key-text p {
        font-size: 13px;
        white-space: nowrap;
    }

    .btn-icon i {
        margin-left: -25px;
    }

    .section-header p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .col-sm-6 {
        width: 100%;
    }

    .sub-header .d-flex {
        display: flex;
        flex-direction: column;
    }

        .sub-header .d-flex .col-sm-6:first-child {
            order: 2;
        }

        .sub-header .d-flex .col-sm-6:last-child {
            order: 1;
        }

    .sub-bannerimg {
        padding: 0px;
        margin-left: -2%;
        width: 104%;
    }

    .outside-box {
        top: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .outside-box-2 {
        margin-top: 20px;
    }

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

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

    .services-section-bg {
        top: -20px;
    }

    .tec-box {
        width: 50%
    }

    .technology-box-2 .tec-box {
        width: 100% !important;
    }

        .technology-box-2 .tec-box::after {
            border-right: 0px
        }
}

/**/

.feature li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #525252;
    padding-left: 25px;
    padding-right: 10px;
}


    .feature li::before {
        content: '\f192';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0px;
        top: 1px;
        color: #bc903e;
    }


ul.service-ul {
    margin-top: 30px;
    column-count: 3;
    column-gap: 10px;
}

.service-ul li {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #bc903e;
}

.bg-color-3 {
    background: #f7daa9;
}

    .bg-color-3 p {
        color: #604a25;
        padding-right: 0px;
    }

.owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.owl-carousel.owl-drag .owl-item {
    opacity: 0;
}

.sub-header .btn-custom {
    margin-bottom: 20px;
}

.technologies-ul {
    width: 70%;
    max-width: 100%;
    margin: 20px auto 0;
}

    .technologies-ul li {
        display: inline-block;
        background: #FFF;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 4%);
        margin: 0px 10px 20px 0;
        min-width: 100px;
        font-weight: 500;
        color: #000;
        letter-spacing: 1px;
    }

.bg-gradient {
    position: relative;
    background: rgb(253,237,211);
    background: linear-gradient(180deg, rgba(253,237,211,1) 0%, rgba(255,250,242,1) 100%);
}

    .bg-gradient:before {
        content: '';
        background-image: url('img/banner/bg.svg');
        position: absolute;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }


.technology-box-2 .tec-box img {
    max-width: initial;
    height: 50px;
}

.technology-box-2 .tec-box {
    width: 33.33333333%;
}

.services-inner h3 {
    font-family: var(--font-primary);
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #222222;
    margin: 5px 0 0;
}

.services-inner {
    text-align: center;
    margin: 5px 0 30px;
    position: relative;
}

    .services-inner .circle-box {
        width: 90px;
        background: #fffaf2;
        border-radius: 60px;
        margin: auto;
        height: 90px;
        line-height: 90px;
    }

    .services-inner img {
        width: 70%;
    }

.white-bg-box {
    margin-top: 50px;
    background: #fdedd3;
    padding: 30px 40px;
    box-shadow: 0px 0px 35px 0px rgb(191 145 64 / 5%);
    border-radius: 20px;
}

.framework {
    position: relative;
}

    .framework .bg-white {
        background: #FFF;
        padding: 25px 50px;
    }

.bg-color-4 {
    background: rgb(255,255,255);
}

.bg-color-5 {
    background: #fff2dd;
}

    .bg-color-5 p {
        color: #6e6962;
        padding-right: 0%;
    }

.industry .services-inner {
    background: #fffaf2;
    padding: 15px 25px;
    margin-bottom: 10px;
    text-align: center;
    border: 2px solid #f3eadc;
    position: relative;
}

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

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

    .industry .services-inner .circle-box, .industry .services-inner h3, .industry .services-inner p {
        position: relative;
        z-index: 2;
    }

    .industry .services-inner h3 {
        text-transform: uppercase;
    }

    .industry .services-inner p {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
    }




.bg-color-4 .service-box {
    border: 1px solid #ffe8bf;
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .home-slider-wrapper {
        margin-top: 60px;
    }
}

.casestudy-features .panel-default {
    border: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 10px;
    padding: 0px;
}

.casestudy-features .panel-heading {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0px;
}

    .casestudy-features .panel-heading a {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 8px 0;
        color: #000;
    }

        .casestudy-features .panel-heading a i {
            font-size: 20px;
            color: rgb(201, 175, 131);
            width: 40px;
            text-align: left;
        }

.services-section h5.sub-heading {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: rgb(157 118 45);
    line-height: 30px;
    padding-right: 10%;
    margin-top: 20px;
}

.casestudy-features .panel-body {
    border: 0px !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 25px;
    color: #524123;
    font-weight: 400;
    padding: 10px 0px;
}

.casestudy-features .panel-title &gt; a.accordion-toggle::after,
.casestudy-features a[data-toggle="collapse"]::after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: auto;
    min-width: 20px;
    text-align: center;
}

.casestudy-features .panel-title &gt; a.accordion-toggle.collapsed::after,
.casestudy-features a.collapsed[data-toggle="collapse"]::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: auto;
    min-width: 20px;
    text-align: center;
}

/*25*/
.number-box {
    font-size: 50px;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
    color: transparent;
    font-family: var(--font-primary);
    letter-spacing: 2px;
    opacity: 0.5
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}


.owl-dot {
    width: 10px;
    height: 10px;
    background: #edddc3;
    border-radius: 50px;
    margin: 0 5px;
}

    .owl-dot.active {
        background: #bfad92;
        width: 25px;
    }

.industries-serve .industries {
    background: #fff2dd;
    padding: 25px;
    border-radius: 25px
}

.industries-serve .inner-box {
    text-align: center;
    padding: 15px;
    margin-top: 25px;
    cursor: pointer
}

    .industries-serve .inner-box .img-inner {
        width: 80px;
        height: 80px;
        margin: auto;
        background: #FFF;
        border-radius: 50px;
        padding: 10px;
        box-shadow: 0px 0px 0px 10px rgb(0 0 0 / 5%);
        margin-bottom: 20px;
    }

    .industries-serve .inner-box img {
        width: 100%;
    }

    .industries-serve .inner-box h2 {
        font-family: var(--font-primary);
        font-size: 18px;
        text-transform: uppercase;
        line-height: 25px;
        letter-spacing: .5px;
        font-weight: 600;
        color: #222222;
        margin: 10px 0 0;
    }

.center-content {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.industries .tooltip-inner {
    font-family: var(--font-secondary);
    font-size: 13px;
    padding: 15px;
    border-radius: 0px;
    line-height: 20px;
    font-weight: 500;
    max-width: 300px;
    width: 300px;
}

.services-slider-dot {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 3.4rem
}


.sub-header h4 {
    font-family: var(--font-secondary);
    margin-top: 20px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #665a43;
    letter-spacing: 0.3px;
}

    .sub-header h4 b {
        background: #e3b666;
        padding: 2px 8px;
        font-weight: 500;
        color: #281e0c;
        text-transform: capitalize;
    }

.p-points, .p-points span {
    display: block !important;
}

.p-points {
    margin: 10px 0;
}

    .p-points span {
        font-size: 13px;
        color: #000;
        position: relative;
        text-transform: capitalize;
        padding-left: 10px;
        line-height: 16px;
        margin-bottom: 12px;
    }

        .p-points span::after {
            content: '';
            width: 3px;
            height: 100%;
            background: #b58b3b;
            position: absolute;
            left: 0;
            top: 0px;
        }


.icon-with-text .card-box .text-box h4 {
    margin-bottom: 0px;
    color: #bf9140;
}


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

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

/*Conatct Form Popup*/

@media (min-width: 768px) {
    .modal-md {
        width: 500px;
    }
}

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

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

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

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

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

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

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

.contact-no {
    display: flex;
}

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

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

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

/*Conatct Form Popup*/

</pre></body></html>