﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba4c73;
}

#scrollUp {
    background: #a6885a none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 20%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover {
        background-color: #19212c;
    }
/*footer 2*/
.site-footer {
    background-color: #19212c;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

    .footer-primary .widget .widget-title:before {
        background-color: #a6885a;
        content: "";
        height: 18px;
        width: 3px;
        margin-right: 10px;
    }

    .footer-primary .widget .widget-title:after {
        background-color: #a6885a;
        content: "";
        height: 18px;
        width: 3px;
        margin-left: 10px;
    }

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #a6885a;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .site-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            top: 0;
            right: -2px;
            font-size: 14px;
            color: #B6B6B6;
        }

        .site-footer .footer-menu ul li a {
            color: #ffffff;
            font-size: 15px;
        }

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #fff;
        border-bottom: solid 1px #fff;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #a6885a;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 15px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #19212c;
        color: #EB1C24;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #927a53;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 14px;
        line-height: 25px;
        border-radius: 4px;
        /*color: #000;*/
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        font-weight: bold;
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #ba4c73;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    /*background: #19212c;*/
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 75px;
    border-bottom: solid 2px #a6885a;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    /*color: black;*/
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-weight: bold;
}

    .navbar-nav > li > a:hover {
        color: #a6885a;
        background-color: transparent;
    }

    .navbar-nav > li > a:active {
        color: #000;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #000;
    color: #fff;
}

    .dropdown-menu > li > a {
        display: block;
        /*padding: 3px 20px;*/
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        white-space: nowrap;
        margin-top: 10px;
        padding: 10px;
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 100%;
        height: 102px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -30px;
    }

.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    position: absolute;
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #fff;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #fff;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #ba4c73;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #a6885a;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
        box-shadow: none;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 100px;
        height: 102px;
    }
}


.navbar-nav {
    margin: 7.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/
/**********************Slider Start**************************/

/* slider container */
.main-slider-container {
    position: relative;
}

/* slider image */
.owl-carousel1 .owl-stage-outer img {
    width: 100%;
    height: 610px;
    object-fit: cover;
}

/* overlay text */
.slider-content {
        position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 100%;
    z-index: 2;
    background: #f6f6f624;
    padding: 20px;
    width: 85%;
    text-align: center;
    /*position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
    z-index: 2;
    background: #f6f6f624;
    padding: 20px;*/
}

/* nav wrapper */
.owl-carousel1 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3; /* 🔥 FIX */
}

    /* nav buttons */
    .owl-carousel1 .owl-nav button {
        background: none !important;
        border: none;
    }

/* arrow style */
.nav-btn {
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

    .nav-btn:hover {
        color: #a6885a;
    }


.tint-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slider-content h1 {
    font-size: 51px;
    margin-bottom: 0;
    /*padding: 10px 15px;*/
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}
/**********************Slider end**************************/
/**********************Button Start**************************/

.more-button {
    margin-top: 20px;
}

.rts-btn {
    padding: 20px 33px;
    font-family: "Arial Narrow";
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}


    .rts-btn.btn-seconday {
        border-style: none;
        background: #a6885a;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .rts-btn.btn-seconday::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #000;
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }

        .rts-btn.btn-seconday:hover::after {
            transform: translateY(0);
        }

/**********************Button end**************************/
/**********************Title  Start**************************/
.page-title {
    margin-bottom: 20px;
}

.pg-Header {
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Arial Narrow";
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
}

    .pg-Header.white {
        color: #000 !important;
    }

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
}

    .wt-separator.style-square.white {
        border-color: #fff;
    }

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}


.wt-separator-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.wt-star {
    font-size: 16px;
    color: #a6885a; /* gold theme */
    margin: 0 12px;
}

.sep-line {
    width: 60px;
    height: 2px;
    background-color: #a6885a;
}
/**Sub title Start***/
.section-subtitle-2 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
}

.section-subtitle {
    font-weight: 600;
}

.ltn__secondary-color {
    color: #a6885a !important;
}

.section-subtitle-2::before {
    position: absolute;
    content: "";
    background-color: #5c4f3b;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 17px;
    }
}

/* mobile fix */
@media (max-width: 767px) {
    /*.owl-carousel1 .owl-stage-outer img {
        height: auto;
    }*/

    .slider-content h1 {
        font-size: 14px;
    }

    .slider-content {
        position: fixed;
        transform: none;
        text-align: center;
        /*padding: 0px 30px;*/
         top: 37%;
    left: 0%;
        transform: translateY(0%);
        color: #fff;
        max-width: 100% !important;
        z-index: 2;
            width: 100%;
    }

    .rts-btn {
        padding: 10px 15px;
        font-family: "Arial Narrow";
        line-height: 10px;
        max-width: max-content;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.05em;
        transition: 0.3s;
        border-radius: 2px;
        display: block;
        min-width: max-content;
        display: inline-flex;
    }

    .slider-content p {
        font-size: 10px;
    }
}
/******************Title End****************/

/**Section Space Start***/
.About {
    padding: 50px 0px;
  background: #d2d6d530;
}

/*.Counter {
    padding: 50px 0px;
}*/

.Services {
    padding: 50px 0px;
}

/*.Thought {
    padding: 50px 0px;
}*/

.Partners {
    padding: 50px 0px;
}

.Testimonial {
    padding: 50px 0px;
     background: #d2d6d530;
}

.Contact {
    padding: 50px 0px;
}

@media (max-width: 767px) {
    .About, .Counter, .Services, .Thought, .Partners, .Testimonial, .Testimonial, .Contact {
        padding: 20px 0px;
    }
}

/**Section Space End***/
/******************About start****************/
.about-img-left {
    margin-right: 30px;
}

.about-us-img-wrap {
    position: relative;
}

.about-us-img-info {
    width: 310px;
    height: 310px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.about-us-img-info-2 {
    width: 190px;
    height: 190px;
    background-color: #a6885a;
    border: 15px solid;
    border-color: #d6d6d6;
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 0;
}

.about-us-img-info-3 {
    right: auto;
    left: 10px;
    /*border: 0;*/
    height: inherit;
    width: inherit;
    max-width: 300px;
    bottom: 70px;
    background-color: transparent;
}

.ltn__video-img {
    position: relative;
    display: inline-block;
}

.about-us-img-info-3 .ltn__video-img::before {
    opacity: 0.1;
}

.ltn__video-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #a6885a;
}

.about-us-img-wrap img {
    margin: 0;
    width: 100%;
}

.ltn__video-img .ltn__video-icon-1, .ltn__video-img .ltn__video-icon-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ltn__video-icon-2 i {
    color: #a6885a;
}

.ltn__animation-pulse1 a {
    -webkit-animation: pulse1 1s infinite;
    animation: pulse1 1s infinite;
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
        box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
        box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
        box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
        box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    }
}

.ltn__video-icon-2 {
    height: 80px;
    width: 80px;
    background-color: #fff;
    ;
    color: #a6885a;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
}

.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .ltn__list-item-half li {
        width: 50%;
        float: left;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
    }

        .ltn__list-item-half li i {
            font-size: 20px;
            color: #fff;
            margin-right: 15px;
            height: 45px;
            width: 45px;
            line-height: 45px;
            background-color: #19212c;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            border-radius: 100%;
            margin-top: 1rem;
        }

.ltn__callout {
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: #a6885a;
}

.bg-overlay-theme-05:before {
    background: rgba(229, 62, 41, 0.05);
}

@media (max-width: 768px) {
    .ltn__list-item-half {
        display: grid;
    }

        .ltn__list-item-half li {
            width: 100%;
            justify-content: space-between;
        }
}
@media (max-width: 768px) {

    .about-us-img-info {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0px;
        margin-top: 20px;
        box-shadow: none;
    }

    .ltn__video-icon-2 {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }

    .ltn__list-item-half li {
        width: 100%;
        padding-right: 0;
    }
}

/******************About end****************/

/******************Thought start****************/
.cta-section {
    padding: 100px 0;
    background-image: url('../images/Realestate/modern-tokyo-street-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    color: white;
    position: relative;
}

    .cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #19212cde;
        opacity: 0.8;
        z-index: 0;
    }
/******************Thought end****************/

/******************Partners start****************/
/**Our CLients Start**/
.our-clients-section {
    display: flex;
    justify-content: center;
    padding: 0px 0px 40px 16px;
}

/* MAIN CARD */
.oc-card {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 32px;
    background: #fff;
    /*border-radius: 18px;*/
    padding: 28px;
    box-shadow: 0 18px 50px rgba(8,30,63,0.08);
}

/* LEFT CONTENT */
.oc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* RIGHT SCROLL AREA */
.oc-right {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* LOGO COLUMN (MARQUEE BOX) */
.oc-col {
    width: 100%;
    background: #fbfbfd;
    /*border-radius: 14px;*/
    padding: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10,64,107,0.06);
    /*border: 1px solid rgba(10,64,107,0.04);*/
}

/* TRACK (HORIZONTAL) */
.oc-track {
    display: flex;
    gap: 18px;
    width: max-content;
    align-items: center;
}

/* SINGLE LOGO CARD */
.logo-card {
    min-width: 140px;
    height: 84px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(10,64,107,0.04);
    padding: 10px;
}

    .logo-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* ===================== ANIMATION ===================== */

.oc-left-scroll .oc-track {
    animation: scrollLeft 22s linear infinite;
}

.oc-right-scroll .oc-track {
    animation: scrollRight 22s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* PAUSE ON HOVER */
.oc-col:hover .oc-track {
    animation-play-state: paused;
}

/* ===================== RESPONSIVE ===================== */

/* Tablets */
@media (max-width: 1024px) {
    .oc-card {
        flex-direction: column;
        text-align: center;
    }

    .oc-right {
        width: 100%;
        margin-top: 20px;
    }
}

.oc-horizontal {
    width: 100%;
}
/* Mobile */
@media (max-width: 768px) {
    .logo-card {
        min-width: 120px;
        height: 72px;
    }

    .oc-horizontal {
        width: 100%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .logo-card {
        min-width: 110px;
        height: 68px;
    }

    .oc-horizontal {
        width: 100%;
    }
}


/**Our CLients Start**/
/******************Partners end****************/


/******************Testimonial start****************/

/* nav wrapper */
.owl-carousel2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3; /* 🔥 FIX */
}

    /* nav buttons */
    .owl-carousel2 .owl-nav button {
        background: none !important;
        border: none;
    }

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #a6885a;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 41px;
        margin: 0px 8px;
        font-weight: 700;
        /* border-radius: 50px; */
        display: inline-block;
        background-color: #ffffff0d;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }


/****/
.owl-carousel3 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3; /* 🔥 FIX */
}

    /* nav buttons */
    .owl-carousel3 .owl-nav button {
        background: none !important;
        border: none;
    }

    .owl-carousel3 .owl-nav .owl-prev, .owl-carousel3 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: #a6885a;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 41px;
        margin: 0px 8px;
        font-weight: 700;
        /* border-radius: 50px; */
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

.card {
    margin: 20px 27px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #dddfe0;
    padding: 20px 20px;
    border: 0;
}

    .card i {
        font-size: 30px;
        position: relative;
        margin-right: 2px;
        line-height: 1;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.ltn__testimoni-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

    .ltn__testimoni-info-inner .ltn__testimoni-img {
        max-width: 60px;
        margin-right: 15px;
        margin-bottom: 0;
    }

.ltn__testimoni-img img {
    border-radius: 100%;
}

.ltn__testimoni-info-inner .ltn__testimoni-name-designation h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.ltn__testimoni-info-inner .ltn__testimoni-name-designation label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.card .publicreview {
    font-size: 25px;
    color: #fcba03;
    margin-right: 18px;
    margin-bottom: 30px;
}
/******************Testimonial end****************/

/******************Contact start****************/
/*.Contact {
    background: #D2D6D5;
}*/

    .Contact .mb-48 {
        margin-bottom: clamp(1.5rem, -0.326rem + 3.803vw, 3rem) !important;
    }

    .Contact .section-9-subtitle {
        color: #D6A643;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.17em;
    }

    .Contact .section-9-title {
        font-weight: 700;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -0.02em;
        text-transform: capitalize;
        color: #000;
    }

    .Contact .maps-10-support-title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 14px;
    }


    .Contact .text-capitalize {
        text-transform: capitalize !important;
    }

    .Contact .maps-10-support a {
        font-weight: 700;
        font-size: 44px;
        background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: all 0.3s, background-size 0.8s;
    }

    .Contact .align-items-center {
        align-items: center !important;
        display: flex;
    }

    .Contact .h9-text-primary {
        color: #a6885a !important;
    }

    .Contact .mb-32 {
        margin-bottom: 32px !important;
    }

    .Contact .gap-4 {
        gap: 1.5rem !important;
    }

    .Contact .d-flex {
        display: flex !important;
        flex-wrap: inherit;
    }

    .Contact .maps-10-item {
        border: 1px solid rgba(3, 37, 50, 0.12);
        border-radius: 10px;
        padding: 22px 25px;
        margin-bottom: 30px;
        transition: 0.4s ease-in-out;
    }

    .Contact .maps-10-title {
        font-weight: 600;
        font-size: 24px;
        transition: 0.3s;
    }

.maps-10-item span {
    font-weight: 400;
    line-height: 169%;
    color: #032532;
    margin-bottom: 0;
    transition: 0.3s;
}

.Contact .maps-10-thumb img {
    max-width: inherit;
    width: 100%;
}

@media (max-width: 768px) {
    .Contact .maps-10-support a {
        font-size: 17px;
    }

    .Contact .d-flex {
        display: inherit !important;
    }

    .Contact .align-items-center {
        display: initial;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .Contact .section-9-title {
        font-size: 58px;
    }

    .Contact .maps-10-item {
        padding: 22px 15px;
    }
}
/******************Contact end****************/

/******************Services start****************/
.w-100 {
    width: 100% !important;
    height: 360px;
}

.property-info {
    margin-top: -100px;
}

.w-90 {
    width: 90% !important;
}

.p-3 {
    padding: 15px !important;
}

.border-dashed {
    border: 1px dashed #25212F2B;
}

.bg-white {
    opacity: 1;
    background-color: #fff !important;
}

.property-info {
    margin-top: -100px;
}

.position-relative {
    position: relative !important;
}

a:hover {
    color: #a6885a;
    transition: all .3s ease-in-out;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.property-box {
    padding: 10px;
}

/*.property-image img {
    border-radius: 50px !important;
}*/
.property-info h5 {
    font-weight: bold;
}

/*section {
    padding: 40px 0px;
}*/


/******************Services end****************/

/******************Counter start****************/
/*.single-stat {
    display: flex;
    gap: 20px;
    align-items: center;
}*/

.about-sec2 .about-media-box:before, .about-sec3:before, .btn-close:before, .choose-sec2 .single-choose:before, .choose-sec2 .single-choose span.icon-lg:before, .choose-sec2 .single-choose span.icon-xl:before, .choose-sec2 .single-choose span.icon-xs:before, .choose-sec2 .single-choose span.icon:before, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:before, .contact-sec .contact-tabs:before, .footer-nav ul li:before, .footer-widget .widget-title:before, .footer-widgets:before, .header-actions a.text-reset.user-account:before, .header-connect .single-conn:before, .header-top .header-socials span:before, .header.header-2 .header-top .lang-select:before, .header.header-3 .header-nav-wrapper .navbar .container:before, .hero-3 .hero-media:before, .navbar-line:before, .overly:before, .portfolio-sec:before, .pricing-card .pricing-body ul li:before, .pricing-card:before, .process-card .process-thumb:before, .process-card:before, .process-entry:before, .process-wrapper:before, .qf-card span.icon-lg:before, .qf-card span.icon-xl:before, .qf-card span.icon-xs:before, .qf-card span.icon:before, .quote-form-wrap .quote-request-form .persional-info:before, .recent-entry .rc-entry:before, .review-entry .rev-content:before, .review-sec .review-thumb:before, .review-wrapper .review-card:before, .service-card2 .serv-thumb:before, .service-entry .serv-txt:before, .single-plan.featured:before, .single-plan .plan-body:before, .single-plan:hover:before, .single-stat:before, .slider-sec2 .slide-item:before, .slider-sec2:before, .slider-section .hero-content .slide-meta:before, .slider-section .hero-content .trust-badge .icon-lg:before, .slider-section .hero-content .trust-badge .icon-xl:before, .slider-section .hero-content .trust-badge .icon-xs:before, .slider-section .hero-content .trust-badge .icon:before, .slider-section:before, .sol-box:before, .sub-title2:before, .swiper-pagination span.swiper-pagination-bullet-active:before, .team-card .team-thumb:before, .video-sec3:before, blockquote:before, blockquote cite:before, section.promo-sec .promo-wrap:before, ul.check li:before, ul.ct-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #db4900;
}

.single-stat:before {
    width: 1px;
    height: 60px;
    background: #919191;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stat-sec {
    /*padding: 80px 0;*/
    position: relative;
}

.single-stat img {
    width: 100px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.single-stat {
    color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    padding: 36px 38px 26px 0;
    justify-content: center;
    text-align: center;
}

.stat-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19212cde;
    opacity: 0.8;
    z-index: 0;
}


/*.stat-sec .row > div:first-child .single-stat {
        padding-left: 0;       
    }*/

.row > div:first-child .single-stat::before {
    display: none;
}

.single-stat h3, .single-stat p {
    margin-bottom: 0;
}

.single-stat p {
    color: #fff;
}


.display-3, .display-4, .footer-widget .widget-title, .widget-title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 36px;
}

.single-stat:hover {
    background-color: #a6885a;
    transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
    .single-stat:before {
        width: 0px;
        height: 0px;
        background: none;
    }

    .single-stat {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .single-stat {
        padding-left: 40px;
    }
}

/*@media (max-width: 991.98px) {
    .single-stat {
        margin-bottom: 60px;
    }
}*/
/******************Counter end****************/

/******************Why CHooseUs end****************/
.why-us-inner {
    background-image: linear-gradient(180deg, #19212c 0%, #0C0C0E 100%);
    margin-top: -40px;
}

.bg-black {
    background-color: #19212c !important;
}

.border-orange {
    border-color: #a6885a !important;
}

.border-top {
    border-width: 1px;
    border-top: solid 1px;
    color: #a6885a !important;
}

.pe-10, .px-10 {
    padding-right: 100px !important;
}

.ps-10, .px-10 {
    padding-left: 100px !important;
}

.pt-5, .py-5 {
    padding-top: 10px !important;
}

.pb-5, .py-5 {
    padding-bottom: 10px !important;
}

.mb-5, .my-5 {
    margin-bottom: 10px !important;
}

.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.border-grey {
    border-color: #FFFFFF2E !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}


.border-5 {
    border-width: 5px !important;
}

.why-us .section-left img {
    margin-top: -20%;
}

.p-3 {
    padding: 15px !important;
}

.border-light-orange {
    border-color: #a6885a !important;
}

.pb-3, .py-3 {
    padding-bottom: 15px !important;
}

/*.pb-8, .py-8 {
    padding-bottom: 50px !important;
}*/

.pt-8, .py-8 {
    padding-top: 50px !important;
}

.mb-6, .my-6 {
    margin-bottom: 30px !important;
}

.me-3, .mx-3 {
    margin-right: 15px !important;
}

.why-us-quote {
    margin-bottom: 30px !important;
}

    .why-us-quote p {
        text-align: justify;
    }

.w-75 {
    width: 100% !important;
}

.service-icon {
    width: 60px;
    height: 60px;
    flex-wrap: inherit;
}

    .service-icon img {
        width: 36px;
        height: 36px;
    }

.text-white {
    color: #fff !important;
}

.align-items-center {
    align-items: center !important;
}


.justify-content-center {
    justify-content: center !important;
}

.bg-orange50 {
    background-color: #a6885a;
}

.rounded-circle {
    border-radius: 50% !important;
}

@media (min-width: 992px) {
    .order-lg-2 {
        order: 2 !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}
/* ===================== RESPONSIVE FIXES ===================== */

/* Large tablets & small laptops */
@media (max-width: 1199px) {
    .px-10 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .why-us .section-left img {
        margin-top: -10%;
    }

    .w-75 {
        width: 90% !important;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .px-10 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .why-us-inner {
        margin-top: 0;
    }

    .why-us .section-left img {
        margin-top: 0;
        max-width: 100%;
    }

    .d-lg-flex {
        display: block !important;
    }

    .text-lg-start {
        text-align: center !important;
    }

    .why-us-quote p {
        text-align: center;
    }

    .service-icon {
        margin-bottom: 10px;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .px-10 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .why-us-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

        .service-icon img {
            width: 28px;
            height: 28px;
        }

    .why-us-quote {
        margin-bottom: 20px !important;
    }

        .why-us-quote p {
            font-size: 14px;
            line-height: 1.7;
        }
}

/* Extra small mobiles */
@media (max-width: 480px) {
    .px-10 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .service-icon {
        width: 45px;
        height: 45px;
    }

        .service-icon img {
            width: 24px;
            height: 24px;
        }

    .why-us-quote p {
        font-size: 13px;
    }
}
/******************Why CHooseUs end****************/

/***Properties Start***/
.ltn__banner-style-4 {
    position: relative;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.ltn__banner-style-4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #000000de;
    opacity: 0.3;
}
.ltn__banner-style-4:hover::before {
    opacity: 0.15;
}
.text-color-white h1, .text-color-white h2, .text-color-white h3, .text-color-white h4, .text-color-white h5, .text-color-white h6, .text-color-white p, .text-color-white li, .text-color-white i, .text-color-white span, .text-color-white tr, .text-color-white td {
    color: #fff;
}
.ltn__banner-item {
    margin-bottom: 30px;
    position: relative;
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ltn__banner-info h3{
        font-weight: 700;
    line-height: 1.3;
}
.ltn__banner-style-4 .ltn__banner-info {
    position: relative;
    padding: 30px 30px;
}
mark {
    background-color: #000;
    padding: 3px 15px;
    color: #fff;
    border-radius: 25px;
}
.ltn__banner-style-4 .ltn__banner-info mark {
    background-color: #a6885a;
}
/***Properties End***/

