    @font-face {
        font-family: "Museo Sans";
        src: url("../fonts/MuseoSans_500.otf");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: "Ivy Mode";
        src: url("../fonts/IvyMode-Regular.ttf");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    html {
        overflow-x: hidden;
    }

    body {
        font-family: "Museo Sans";
        font-weight: normal;
        font-style: normal;
        color: #fff;
        box-sizing: content-box;
    }

    :root {
        --primary-color: #262e36;
        --secoundry-color: #262e36;
        --dark-color: #000;
        --light-color: #fff;
    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

    body>* {
        overflow-x: hidden;
    }

    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* cursor: none                ; */
    }

    #cursor-dot,
    #cursor-dot-outline {
        z-index: 999999;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
        border: 1px solid var(--primary-color);
    }

    #cursor-dot {
        width: 18px;
        height: 18px;
        background-color: var(--primary-color);
    }

    #cursor-dot-outline {
        width: 24px;
        height: 24px;
        background-color: rgba(255, 255, 255, 0.336);
    }

    img {
        max-width: 100%;
    }

    a:focus,
    input:focus,
    textarea:focus,
    button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        text-decoration: none;
    }

    i,
    span,
    a {
        display: inline-block;
    }

    img {
        height: auto;
    }

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Ivy Mode";
        font-weight: 700;
        color: var(--primary-color);
        margin: 0px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    ul,
    ol {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    p {
        font-size: 0.9vw;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        margin: 0px;
        text-align: left;
    }

    a {
        text-decoration: none;
        font-family: "Museo Sans";
    }

    section {
        position: relative;
    }

    /* scroll bar style */
    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-track {
        background: var(--light-color);
    }

    body::-webkit-scrollbar-thumb {
        background: var(--primary-color);
    }

    body::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
    }

    /* ======================Header============================ */
    .header_wrap .navbar {
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.9) 100%);
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }
#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

    .black-header {
        background: rgba(0, 0, 0, 0.3);
    }

    .header_wrap .navbar .navbar-brand img {
        width: 15vw;
        margin-top: 5px;
        /* height: inherit; */
        position: relative;
    }

    .header_wrap .navbar .nav-link {
        color: #fff;
        font-family: "Museo Sans";
        font-size: 0.8vw;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 0 15px;
        letter-spacing: 0.155px;
        text-transform: uppercase;
    }

    .header_wrap .navbar .nav-link:focus {
        color: #fff;
    }

    .header_wrap .navbar .nav-link.active {
        color: #fff;
    }

    .nav_logo_wrap {
        margin: 0 2vw;
    }

    .main_logo {
        width: 6vw;
        /* height: auto; */
    }

    .header_wrap .navbar .nav-link.login {
        border: 1px solid;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .header_wrap .navbar,
    .header_wrap .navbar .container {
        height: 6vw;
    }

    .header_wrap.stick .navbar {
        position: fixed;
        top: -100px;
        transition: transform 0.5s;
        transform: translateY(100px);
        background: rgb(255, 255, 255);
        z-index: 999;
    }

    .header_wrap.stick .navbar .nav-link {
        color: var(--primary-color);
    }

    .header_wrap.stick .navbar .nav_menu_btn svg path {
        stroke: var(--primary-color) !important;
    }

    .my_nav {
        padding-left: 0;
    }

    .my_nav .dropdown-menu {
        border-radius: 0;
        margin-left: 0;
        margin-top: 1.2vw !important;
        padding: 0;
        width: 13vw;
        background: var(--dark-color);
    }

    .my_nav .dropdown-menu .dropdown-item {
        border-left: 4px solid rgba(0, 0, 0, 0);
        padding: 0.5vw 0.2vw 0.5vw 0.3vw !important;
        transition: ease all 0.5s;
        border-bottom: 0.1vw solid #dadada;
        font-size: 0.8vw;
        line-height: 1.5vw;
        letter-spacing: 1px;
        color: #fff;
    }

    .my_nav .dropdown-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-left: 4px solid var(--primary-color);
        transition: ease all 0.5s;
    }

    .my_nav .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-submenu-container .dropdown-submenu {
        pointer-events: none;
        cursor: pointer;
    }

    .dropdown-submenu-container:hover .dropdown-menu {
        display: block;
    }

    .header_top {
        background: var(--primary-color);
        display: flex;
        padding: 0.5vw 0px;
    }

    .header_cta {
        padding-left: 0;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
        float: right;
    }

    .header_cta li {
        display: flex;
        align-items: center;
    }

    .header_cta li i {
        color: #fff;
        margin-right: 5px;
        font-size: 0.9vw;
    }

    .header_cta li a {
        color: #fff;
        font-size: 0.7vw;
        font-weight: 300;
        line-height: 0.7vw;
    }

    .header_cta li:last-child {
        margin-left: 1vw;
    }

    .dropdown-toggle {
        outline: 0;
    }

    .btn-toggle {
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.65);
        background-color: transparent;
    }

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, 0.85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform 0.35s ease;
        transform-origin: 0.5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, 0.85);
    }

    .btn-toggle[aria-expanded="true"]::before {
        transform: rotate(90deg);
    }

    .btn-toggle-nav a {
        padding: 0.1875rem 0.5rem;
        margin-top: 0.125rem;
        margin-left: 1.25rem;
    }

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

    .scrollarea {
        overflow-y: auto;
    }

    .side_menu {
        background-size: cover !important;
        z-index: 99999;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #c4c4c4;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100vh !important;
    }

    .side_menu .btn-close {
        background: url("../images/close.png");
        background-size: 100%;
        height: 40px;
        width: 40px;
        opacity: 1;
    }

    .side_menu .offcanvas-body {
        margin-top: 0;
    }

    .side_menu .offcanvas-bottom {
        padding: 0 1rem;
    }

    .side_menu .side_nav_logo {
        height: auto;
        width: 5.5vw;
        padding: 10px;
        background: #ffffff;
    }

    .offcanvas-body {
        overflow-y: scroll;
    }

    .offcanvas-body::-webkit-scrollbar {
        width: 3px;
    }

    .offcanvas-body::-webkit-scrollbar-track {
        background: transparent;
    }

    .offcanvas-body::-webkit-scrollbar-thumb {
        background: #222222;
    }

    .offcanvas-body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .offcanvas-body p {
        color: #fff;
    }

    .offcanvas-body .loc-list {
        margin-bottom: 0;
    }

    .offcanvas-body .loc-list li {
        color: #fff;
    }

    .menu_nav {
        width: auto;
    }

    .menu_nav .no_child {
        content: "";
    }

    .menu_nav .no_child a {
        text-decoration: none;
        color: #fff;
        display: block;
        font-size: 16px;
        border-radius: 5px;
        width: 100%;
        padding: 10px 5px;
        line-height: 18px;
    }

    .menu_nav li a:hover,
    .menu_nav li a:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu_nav li button.btn-toggle {
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        line-height: 18px;
        padding: 10px 5px;
        position: relative;
        color: #fff;
        outline: none !important;
        border: none;
        text-align: left;
        background-color: transparent;
    }

    .menu_nav li button.btn-toggle:before {
        position: absolute;
        right: 6px;
    }

    .menu_nav li button.btn-toggle:hover,
    .menu_nav li button.btn-toggle:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu_nav li .btn-toggle-nav a {
        text-decoration: none;
        color: var(--secoundry-color);
        display: block;
        font-size: 16px;
        border-radius: 5px;
        width: 100%;
        padding: 10px 5px;
        line-height: 18px;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 0;
        position: relative;
    }

    .menu_nav li .btn-toggle-nav a:before {
        content: "";
        position: absolute;
        left: 7px;
        top: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid var(--secoundry-color);
    }

    .menu_nav li .btn-toggle-nav a:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 10px;
        background: var(--secoundry-color);
        left: 8px;
        top: 20px;
    }

    .menu_nav li .btn-toggle-nav a:hover:before {
        border-color: var(--secoundry-color);
    }

    .menu_nav li .btn-toggle-nav a:hover:after {
        background: var(--secoundry-color);
    }

    .menu_nav li {
        color: #fff;
        padding: 6px 10px;
        font-weight: 400;
        letter-spacing: 2px;
        font-family: "Ivy Mode";
        transition: 0.4s ease-in-out;
    }

    .menu_nav li a,
    .menu_nav button,
    .menu_nav .collapse_nav a {
        color: #fff;
        font-size: 1.4vw;
        font-family: "Ivy Mode";
        font-weight: 800;
        position: relative;
        display: inline-block;
        font-size: 2em;
        font-weight: 800;
        overflow: hidden;
        background: linear-gradient(to right, gold, rgb(209, 199, 143) 50%, #fff 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 0.5s ease;
        text-decoration: none;
    }

    .menu_nav .collapse_nav a {
        font-size: 1.2vw;
    }

    .menu_nav li:hover a,
    .menu_nav button:hover,
    .menu_nav .collapse_nav a:hover {
        background-position: 0 100%;
    }

    .third_level .btn-toggle[aria-expanded="true"]::before {
        transform: rotate(0deg);
    }

    .third_level .btn-toggle {
        font-weight: 400;
    }

    .third_level .btn-toggle-nav {
        margin-left: 30px;
    }

    .nav_container {
        min-width: 85% !important;
    }

    .effect-1,
    .effect-2,
    .effect-3 {
        overflow: hidden;
    }

    .animated_social.on_center {
        justify-content: center;
        border-top: 1px solid #fff;
        margin: 0;
        padding: 15px 0;
    }

    .animated_social {
        padding-left: 0;
        display: flex;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .animated_social li {
        position: relative;
        float: left;
        vertical-align: top;
        width: auto;
        line-height: 1;
        margin-left: 10px !important;
        list-style: none;
    }

    .animated_social li img {
        width: 30px;
        height: 30px;
    }

    .animated_social li a {
        display: block;
        text-decoration: none;
    }

    .animated_social li a svg {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        fill: none;
        color: currentColor;
        stroke: #042e4a;
        transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
        overflow: visible;
    }

    .animated_social li a svg circle {
        stroke-dasharray: 190;
        stroke-dashoffset: 190;
        stroke-width: 1;
        transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
        transform: rotate(-200deg);
        transform-origin: center;
    }

    .animated_social li a .social-icon {
        width: 2vw;
        height: 2vw;
        /* border: 1px solid var(--primary-color) ; */
        border-radius: 50%;
        font-size: 1.2vw;
        background-color: var(--light-color);
        line-height: 0em;
        text-align: center;
        color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .animated_social li a .social-icon:before {
        display: block;
        line-height: inherit;
    }

    .animated_social li:hover a svg circle {
        stroke-dashoffset: 10;
        transform: rotate(55deg);
        transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
    }

    .animated_social li:hover a .social-icon {
        /* background-color: var(--primary-color)  ; */
        /* color:                                  #fff; */
        transition: all 0.3s ease-in-out;
    }

    .nav_menu_btn {
        padding: 0 !important;
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        transition: ease all 0.5s;
        font-size: 1vw !important;
    }

    .nav_menu_btn img {
        width: 35px;
        height: auto;
        margin-right: 0.5vw;
        transition: ease all 0.5s;
    }

    .dropdown-submenu-container {
        position: relative;
    }

    .dropdown-submenu-container .dropdown-menu {
        margin-top: 0 !important;
        top: -2px;
        right: -100%;
    }

    .bridge-image {
        position: absolute;
        height: 100vh;
        width: 100%;
        z-index: -1;
        overflow-y: hidden;
    }

    .header_wrap.stick {
        transition: top 0.3s ease-in-out;
        width: 100%;
    }

    .header_wrap.stick.visible {
        top: -100px;
        position: fixed;
        z-index: 22;
    }

    /* .header_wrap.stick:not(.visible) {
        top: 0;
        position: fixed;
    } */

    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {
        .dropdown-menu li {
            position: relative;
        }

        .nav-item .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }

        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu>li:hover {
            background-color: #f1f1f1;
        }

        .dropdown-menu>li:hover>.submenu {
            display: block;
        }
    }

    /* ============ desktop view .end// ============ */
    /* ============ small devices ============ */
    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: 0.5rem;
        }
    }

    /* ============ small devices .end// ============ */
    .global_section {
        padding: 80px 0;
        background: #000;
    }

    .section-element {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        position: absolute;
        left: -0.8%;
        top: 5%;
    }

    .section-element-white {
        left: -2% !important;
    }

    .section-element-award {
        left: 0.5% !important;
    }

    .section-element-Testimonials {
        left: -2% !important;
    }

    .section-element-Location {
        left: 2% !important;
    }

    .section-media {
        left: 2% !important;
    }

    .section-element .line {
        width: 1px;
        height: 210px;
        background-color: var(--primary-color);
        margin-bottom: 20px;
    }

    .sectionElementHight {
        height: 300px !important;
    }

    .custom-section-element .line {
        height: 300px !important;
    }

    .section-element.white .line {
        background-color: var(--light-color);
    }

    .section-element .vertical-text {
        transform: rotate(-90deg) !important;
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        transform-origin: center;
    }

    .upload-text {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        transform-origin: center;
    }

    .section-element.white .vertical-text {
        color: var(--light-color);
    }

    .section-title {
        font-size: 2.2vw;
        font-weight: 300;
        text-transform: capitalize;
    }

    .section-title span {
        color: var(--primary-color);
        font-family: "Ivy Mode";
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .section-title-big {
        color: var(--primary-color);
        font-family: "Ivy Mode";
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        background: -webkit-linear-gradient(#d6a15e, #3e280b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: normal;
        text-transform: uppercase;
    }

    .white-big {
        background: -webkit-linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sub-title {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .hidden-h1 {
        font-size: 0 !important;
        color: transparent !important;
        height: 0 !important;
        width: 0 !important;
    }

    /* ===================================Banner===================== */
    .banner_video {
        width: 100% !important;
        height: auto !important;
    }

    .breadcrumb {
        position: absolute;
        bottom: 0%;
        left: 10%;
    }

    .breadcrumb p {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .breadcrumb p:last-child {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .banner_caption {
        position: absolute;
        bottom: 20%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1vw;
        font-style: normal;
        font-weight: 600;
        font-family: "kaftan";
    }

    .vertical-line {
        position: absolute;
        height: 180px;
        width: 2px;
        background: var(--secoundry-color);
        left: 50%;
        bottom: 0;
    }

    .banner_title {
        position: absolute;
        bottom: 3vw;
        left: 10vw;
    }

    .primary-btn {
        color: var(--dark-color);
        border: none;
        background: transparent;
        position: relative;
    }

    .primary-btn span {
        position: absolute;
        width: auto;
        left: 16%;
        top: 43%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        font-family: "Ivy Mode";
        font-size: 18px;
        font-weight: 400;
        transition: 0.5s ease-in-out;
    }

    .primary-btn span::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 2px;
        background: var(--primary-color);
        bottom: 0;
        transition: 0.5s ease-in-out;
    }

    .primary-btn span.white::before {
        background: var(--light-color);
    }

    .primary-btn:hover span::before {
        width: 100%;
    }

    .primary-btn svg {
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }

    .primary-btn:hover svg {
        transform: rotate(12deg);
    }

    /* ===============Overview============================= */
    .overview,
    .buyers-sec {
        background: url(../images/section-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overview .section-title-big {
        margin-right: -10%;
        margin-bottom: -5%;
    }

    .over-cont ul {
        color: var(--dark-color);
        margin: 0.75em 0;
        padding: 0 1em;
        list-style: none;
    }

    .over-cont li::before {
        content: "";
        border-color: transparent #111;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 1.1em;
        position: relative;
    }

    .over-cont p {
        color: var(--dark-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .feather {
        margin-right: 0;
        /* margin-top: -10%; */
        position: absolute;
        bottom: 54px;
        right: 0px;
    }

    .feather img {
        animation: swing ease-in-out 3s infinite alternate;
        /* mix-blend-mode: difference; */
    }

    @keyframes swing {
        0% {
            transform: translateY(-15px);
        }

        100% {
            transform: translateY(15px);
        }
    }

    /* ===================Couter Section======================== */
    .counter-section {
        background: url(../images/Home/counter-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 160px 0 100px;
    }

    .counter-container {
        margin-top: 100px;
        row-gap: 100px;
    }

    .counter-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .counter-wrap h2 {
        color: #fff;
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
    }

    .counter-wrap h2 .small-txt {
        color: #fff;
        font-family: "Ivy Mode";
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .counter-wrap h6 {
        font-size: 20px;
        font-weight: 400;
    }

    /* =================Project Section================== */
    .project-sec,
    .media-sec {
        background: url(/images/project-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project-sec .section-title-big {
        margin-left: -8%;
    }

    .project-sec .section-title {
        color: #262e36;
        font-family: "Ivy Mode";
        font-size: 50px;
        font-weight: 400;
        max-width: 50%;
        margin-left: auto;
    }

    .project-sec .section-element {
        top: 5%;
    }

    .project-sec .section-element .line {
        height: 250px;
    }

    .proj-wrap img {
        border-radius: 25px;
    }

    .project-details {
        position: absolute;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: initial;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.4%, #000 127.7%);
        border-radius: 25px;
    }

    .project-details h4 {
        color: #000000;
        font-size: 1.2vw;
        font-weight: 400;
        padding-left: 0px !important;
    }

    .project-slider a {
        display: block;
        font-size: 10px;
        color: #fff;
    }

    .project-slider .swiper-nav {
        position: absolute;
        top: 30%;
        z-index: 8;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: scale(0.8);
    }

    .secondary-btn {
        border-radius: 51.486px;
        background: #10416d;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 4px 18px;
    }

    .secondary-btn:hover {
        background-color: #f1f1f1;
        color: var(--primary-color);
    }

    .secondary-btn-cp {
        border-radius: 51.486px;
        background: #10416d;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 20px;
    }

    .secondary-btn-cp:hover {
        background-color: #f1f1f1;
        color: var(--primary-color);
    }

    .project-slider .swiper {
        transform: scale(1.2);
    }

    .project-slider .swiper-slide .proj-wrap {
        transition: 0.5s ease-in-out;
        transform: scale(0.7) !important;
        opacity: 0.5 !important;
    }

    .project-slider .swiper-slide .proj-wrap .project-details {
        transition: 0.5s ease-in-out;
        opacity: 0 !important;
    }

    .project-slider .swiper-slide-next .proj-wrap .project-details {
        opacity: 1 !important;
    }

    .project-slider .swiper-slide-next .proj-wrap {
        transform: scale(1.6) !important;
        opacity: 1 !important;
        z-index: 999;
        position: relative;
    }

    .project-slider .swiper-wrapper {
        padding: 80px 0;
    }

    .project-slider {
        margin: 100px 0 50px;
    }

    .project-slider {
        margin-top: 30px;
    }

    .proj-wrap {
        position: relative;
        overflow: hidden;
    }

    .proj-wrap img {
        width: 100%;
        display: block;
    }

    .project-details {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 51%);
        padding: 14px;
    }

    .secondary-btn {
        background: black;
        color: white;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #c4c4c4;
    }

    .swiper-nav {
        margin-top: 20px;
    }

    .swiper-nav button {
        background: none;
    }


    /* ====================Testimonial section======================== */
    .testimonial-sec {
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #04131a;
        padding: 100px 0;
    }

    .testimonial-sec .section-element {
        top: 12%;
    }

    .testimonial-sec .section-element .line {
        height: 250px;
    }

    .testimonialimg {
        width: 3.8vw;
        height: 3.8vw;
    }

    .test-content p {
        color: #fff;
        text-align: center;
        font-family: "Ivy Mode";
        font-size: 28px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .test-info p {
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .testimonial-slider .swiper-nav {
        position: absolute;
        top: 35%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 5;
    }

    .back-shadow {
        position: absolute;
        top: 0;
        border-radius: 1375px;
        background: rgba(89, 158, 207, 0.2);
        filter: blur(100px);
        width: 100%;
        height: 100%;
    }

    /* ===============Blogs section======================= */
    .blogs-section {
        background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%),
            linear-gradient(270deg,
                #04131a 0%,
                rgba(13, 50, 103, 0) 51.63%,
                #04131a 100%),
            linear-gradient(180deg,
                #04131a 0%,
                rgba(13, 50, 103, 0) 62.75%,
                #04131a 100%);
    }

    .blogs-section .section-element {
        top: 10%;
    }

    .blog-wrap {
        position: relative;
    }

    .blog-wrap img {
        border-radius: 32px;
    }

    .blog-wrap .blog-overlay {
        position: absolute;
        border-radius: 32px;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.7) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .blog-wrap .blog-details {
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        bottom: 8%;
        height: auto;
        padding: 0 50px;
    }

    .blog-details h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .secondary-btn.big {
        font-size: 16px;
        padding: 10px 30px;
    }

    /* /===============Refer Section========================= */
    .refer-section {
        background: #042e4a;
    }

    .refer-content p {
        color: #fff;
        font-family: "Ivy Mode";
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        text-transform: capitalize;
    }

    .refer-section .feather {
        position: absolute;
        bottom: 2%;
        left: 3%;
    }

    .refer-section .feather img {
        mix-blend-mode: unset;
    }

    /* ===============Contact Section======================== */
    .contact-section {
        background: url(/images/header-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 100px 0px 200px;
    }

    .contact-section .section-title-big {
        position: relative;
        z-index: 10;
    }

    .contact-section .bridge-image {
        height: 100% !important;
        z-index: 0;
        top: 0;
    }

    /* ================footer section======================= */
    .main-footer {
        background-color: #fff;
        /* padding: 60px 0; */
    }

    .footer-bottom {
        border-top: 2px solid #353535;
        padding-top: 20px;
    }

    .footer-bottom p {
        color: #042e4a;
    }

    .footer-content {
        margin-bottom: 43px;
    }

    .cust-container {
        width: 85%;
        margin: auto;
    }

    .footer-item:first-child {
        flex: 0 0 15%;
    }

    .footer-item:nth-child(2) {
        flex: 0 0 20%;
    }

    .footer-item:nth-child(3) {
        flex: 0 0 15%;
    }

    .footer-item:nth-child(4) {
        flex: 0 0 15%;
    }

    .footer-item:nth-child(5) {
        flex: 0 0 15%;
    }

    .footer-item .footer-head .heading {
        color: #042e4a;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 30px;
    }

    .footer-item .social-icon {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .footer-item .footer-head .footer-text {
        color: #042e4a;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
    }

    .footer-head p,
    .footer-head2 p,
    .footer-head a,
    .footer-head2 a,
    .footer-bottom a {
        color: #000000 !important;
        transition: 0.3s ease-in-out;
    }

    .footer-item a:hover {
        transform: translateX(3px);
    }

    .primary-form {
        position: relative;
        z-index: 10;
    }

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

    .primary-form .form-group label {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }

    .primary-form .form-control {
        background-color: #fff !important;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 5px;
        color: var(--primary-color);
        height: 50px;
        margin-bottom: 10px;
    }

    .form-control:focus,
    .form-control:active,
    .form-control:focus-visible,
    .form-control:focus-within {
        box-shadow: none;
        background-color: #fff !important;
    }

    .primary-form .form-control::placeholder {
        color: #9f9f9f;
    }

    .primary-form .secondary-btn {
        font-size: 20px;
        padding: 15px 50px;
        background: #262e36;
        margin-top: 45px;
    }

    .primary-form .secondary-btn:hover {
        color: var(--primary-color);
        background: #f1f1f1;
    }

    .error {
        /* color: var(--light-color) ;
    background-color:            #04040457;
    margin-left: 10px            ; */
        color: red;
    }

    .call-to-action {
        position: fixed;
        bottom: 50px;
        right: 50px;
        width: 100px;
        height: 100px;
        padding: 10px;
        background-color: #15242e;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        transition: 0.4s ease-in-out;
        z-index: 99;
        border: 1px solid #fff;
        color: #fff;
    }

    /* =====================Modal====================== */
    .fixed-btn {
        position: fixed;
        z-index: 99;
        bottom: 40%;
        right: 20px;
        transform-origin: right;
        transform: rotate(270deg);
    }

    .fixed-btn .primary-btn {
        border-radius: 0 !important;
        border-top: 2px solid #fff !important;
        background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
        color: #fff;
        padding: 0.8rem 2rem;
    }

    .referal-btn .primary-btn {
        position: fixed;
        z-index: 99;
        bottom: 45%;
        right: 0px;
        border-radius: 0 !important;
        border-left: 2px solid #fff !important;
        background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
    }

    .modal-content {
        background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
        box-shadow: 4px -4px 4px 0px rgba(61, 61, 61, 0.32),
            -4px 4px 4px 0px rgba(61, 61, 61, 0.32);
        backdrop-filter: blur(10px);
    }

    .modal-header .btn-close {
        filter: invert(1);
    }

    .modal-content .modal-body {
        position: relative;
    }

    .modal-content .feather img {
        position: absolute;
        /* width: 200px !important    ; */
        bottom: 0;
        animation: none;
        top: 20%;
        left: 15%;
    }

    .modal-open {
        overflow: hidden;
    }

    .modal-content .secondary-btn {
        margin-top: 0px !important;
    }

    .modal-content .primary-form .form-control {
        background: transparent !important;
        border-radius: 0;
        color: #fff !important;
    }

    .modal-content .primary-form textarea {
        height: 80px !important;
    }

    .modal-content .primary-form .form-group {
        height: 80px !important;
    }

    /* ================About us page====================== */
    /* -------------about overview--------------- */
    .about-over .section-element {
        top: 8%;
    }

    .about-over .section-element .line {
        height: 160px;
    }

    /* ----------leadership section------------------ */
    .leader-img {
        position: relative;
    }

    .leader-sec {
        background-color: #fff !important;

        padding: 80px 0px !important;

    }

    .events-sec {
        padding: 80px 0px !important;
        overflow-y: hidden;
    }

    .reports-sec {
        background-color: #fff !important;

        padding: 80px 0px !important;

    }

    .reports-sec h3 {
        font-size: 18px;
        line-height: 28px;
    }


    .leader-img::before {
        content: "";
        position: absolute;
        z-index: 9;
        height: 85%;
        bottom: 0;
        width: 100%;
        border-radius: 0px 0px 29px 29px;
        border: 0.9px solid rgba(255, 255, 255, 0.24);
        background: radial-gradient(50% 50% at 50% 50%,
                rgba(232, 246, 255, 0.459) 0%,
                rgba(255, 255, 255, 0) 99.96%),
            linear-gradient(180deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.1) 100%);
        opacity: 0.4;
        transition: 0.5s ease-in-out;
    }


    .leader-img img {
        border-radius: 0px 0px 29px 29px;
        position: relative;
        z-index: 77;
        box-shadow: 0px 0px 0px 0px #000;
    }

    .leader-img::after {
        content: "";
        position: absolute;
        top: 15%;
        left: 0;
        height: 301px;
        width: 100%;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #c4c4c4;
        z-index: 9;
        opacity: 1;
        box-shadow: 0px 0px 0px 5px #0000002b;
    }

    .leader-wrap:hover .leader-img::before {
        opacity: 1;
        border: 0.9px solid transparent;
        border-image: linear-gradient(to bottom,
                rgba(0, 0, 0, 0),
                #a5a5a5,
                rgba(0, 0, 0, 0)) 1;
        border-radius: 28px;
        background: radial-gradient(50% 50% at 50% 50%,
                rgba(232, 246, 255, 0.459) 0%,
                rgba(255, 255, 255, 0) 99.96%),
            linear-gradient(180deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.1) 100%);
    }

    .leader-details p:first-child {
        font-size: 26px;
        font-weight: 400;
        text-transform: capitalize;
        color: #000;
    }

    .leader-details p:nth-child(2) {
        color: #000000;
        font-size: 20.4px;
        font-weight: 400;
        text-transform: capitalize;
    }

    /* --------------------vision section----------------------- */
    .vision-sec {
        background: url(/images/about/vision-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 150px 0;
    }

    .vision-sec .section-element {
        top: 10% !important;
    }

    .mb-ad {
        margin-bottom: 150px;
    }

    .start-txt {
        padding-right: 150px;
    }

    .end-txt {
        padding-left: 100px;
    }

    .start-txt,
    .end-txt {
        font-size: 18px;
    }

    /* ------------award sec------------------------ */
    .award-sec {
        background: url(/images/about/awards-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .award_wrp img {
        height: 15vw !important;
        object-fit: contain !important;
        width: auto !important;
    }

    .award-ring {
        position: relative;
        text-align: center;
    }

    .award-ring img {
        margin: 0 auto;
    }

    .award-ring .acheive {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: -20px;
    }

    .award-ring .acheive p {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }

    .award-wrap {
        position: relative;
    }

    .award-details p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }

    .award-details p:nth-child(2) {
        font-weight: 600;
    }

    /* =================Project Detail Page=============================== */
    /* --------------overview----------------------- */
    .proj-over {
        padding-bottom: 100px;
    }

    .down-btn span {
        left: 20%;
    }

    /* .proj-img {
    position: absolute ;
    z-index: 11        ;
    } */

    .proj-over .feather {
        margin-top: 0;
    }

    .proj-over .feather img {
        width: 10%;
    }

    /* -------------amenities section------------- */
    .amen-sec {
        background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%), #04131a;
    }

    .amenities-slider {
        padding: 0 60px;
    }

    .ame-img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        transition: 0.5s ease-in-out;
    }

    .ame-wrap:hover .ame-img {
        background: #fff;
        transform: translateY(-10px);
    }

    .ame-wrap:hover .ame-img img {
        filter: invert(0);
    }

    .ame-wrap img {
        width: 40px;
        height: 40px;
        transition: 0.5s ease-in-out;
        filter: invert(1);
    }

    .ame-wrap p {
        font-family: "Ivy mode";
        letter-spacing: 1px;
    }

    .amenities-slider .swiper-nav .cust-swiper-button-next {
        position: absolute;
        top: 26%;
        right: -5%;
        z-index: 11;
    }

    .amenities-slider .swiper-nav .cust-swiper-button-prev {
        position: absolute;
        top: 26%;
        left: -5%;
        z-index: 11;
    }

    .amen-sec .feather {
        margin-left: 50px;
    }

    .amen-sec .feather img {
        width: 200px;
    }

    .amen-sec .back-shadow {
        z-index: 0;
    }

    .amen-sec .nav-pills {
        justify-content: center;
        position: relative;
        z-index: 11;
    }

    .amen-sec .nav-item .nav-link {
        background-color: transparent;
        border: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.18px;
        text-transform: capitalize;
        opacity: 0.5;
        transition: 0.5s ease-in-out;
        position: relative;
        overflow: hidden;
        padding: 0 4px 2px;
        margin: 5px 20px;
    }

    .amen-sec .nav-item .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        left: -100px;
        transition: 0.5s ease-in-out;
    }

    .amen-sec .nav-item .nav-link.active,
    .amen-sec .nav-item .nav-link:hover {
        opacity: 1;
    }

    .amen-sec .nav-item .nav-link:hover::after,
    .amen-sec .nav-item .nav-link.active::after {
        left: 0;
    }

    /* ----------------configuration--------------- */
    .config-sec {
        background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%), #04131a;
        padding: 40px 0 100px;
    }

    .config-table {
        position: relative;
        z-index: 11;
    }

    .config-table tr th {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        padding: 20px 0;
        width: 25% !important;
    }

    .config-table tr td {
        padding: 25px 0;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        width: 25% !important;
    }

    .config-table tbody tr td {
        background-color: transparent;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .config-table .form-btn {
        color: #222;
        font-size: 15px;
        font-weight: 400;
        background: #fff;
        border: 0;
        border-radius: 50px;
        padding: 10px 30px;
        text-transform: uppercase;
        border: white;
        transition: 0.5s ease-in-out;
    }

    .config-table .form-btn.floor-btn {
        color: #707070;
        background: transparent;
        border: 1px solid #707070;
    }

    .config-table .form-btn:hover {
        background: white;
        color: #042e4a;
        border: 1px solid #121212;
    }

    /* ------------------gallery----------------- */
    .gallery-sec .section-title-big {
        margin: 0 !important;
    }

    .project-slider.gallery-slider .swiper-slide .proj-wrap {
        transition: 0.5s ease-in-out;
        transform: scale(0.7) !important;
        opacity: 0.5 !important;
    }

    .project-slider.gallery-slider .swiper-slide-next .proj-wrap {
        transform: scale(1.4) !important;
        opacity: 1 !important;
    }

    .project-slider.gallery-slider .proj-wrap img {
        border-radius: 0px;
    }

    .project-slider.gallery-slider .swiper-nav {
        position: relative;
        justify-content: center;
        gap: 20px;
    }

    .gallery-sec .nav-pills,
    .listing-sec .nav-pills {
        justify-content: center;
        position: relative;
        z-index: 11;
        margin-top: 40px;
        flex-wrap: nowrap;
    }

    .gallery-sec .nav-item .nav-link,
    .listing-sec .nav-item .nav-link {
        background-color: transparent;
        border: 0;
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.18px;
        text-transform: capitalize;
        opacity: 0.5;
        transition: 0.5s ease-in-out;
        position: relative;
        overflow: hidden;
        padding: 0 4px 2px;
        margin: 5px 20px;
    }

    .gallery-sec .nav-item .nav-link::after,
    .listing-sec .nav-item .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: var(--primary-color);
        left: -100%;
        transition: 0.5s ease-in-out;
    }

    .gallery-sec .nav-item .nav-link.active,
    .gallery-sec .nav-item .nav-link:hover,
    .listing-sec .nav-item .nav-link.active,
    .listing-sec .nav-item .nav-link:hover {
        opacity: 1;
    }

    .gallery-sec .nav-item .nav-link:hover::after,
    .gallery-sec .nav-item .nav-link.active::after,
    .listing-sec .nav-item .nav-link:hover::after,
    .listing-sec .nav-item .nav-link.active::after {
        left: 0;
    }

    .project-slider.gallery-slider .swiper-wrapper {
        padding: 40px 0 80px;
    }

    /* ===========Listing==================== */
    .listing-sec .project-slider {
        margin-top: 40px;
    }

    /*============Career========================= */
    .career-sec {
        padding-bottom: 17px;
    }

    .global_section.career {
        background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%), #04131a;
    }

    .career-sec .section-element,
    .contact .section-element {
        left: 1%;
    }

    .career-wrap {
        position: relative;
        z-index: 11;
    }

    .career-opening {
        padding: 40px 30px;
        border-radius: 20px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(45.29999923706055px);
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        position: relative;
        z-index: 11;
    }

    .career-opening .career-title {
        color: #fff;
        text-align: center;
        font-size: 19.2px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 7.2px;
        text-transform: uppercase;
    }

    .career-opening .career-subtitle {
        color: #e3e2e2;
        text-align: center;
        font-size: 14.4px;
        font-weight: 400;
        line-height: 25.2px;
        text-transform: capitalize;
    }

    .career-opening .btn-apply {
        color: #fff;
        font-size: 0.93vw;
        font-weight: 400;
        line-height: 38px;
        text-transform: capitalize;
        background: transparent;
        border: 1px solid #fff;
        padding: 8px 3rem;
        position: relative;
        overflow: hidden;
    }

    .career-opening .btn-apply.darkbtn {
        color: #000;
        border: 1px solid #000;
        z-index: 9;
    }

    .career-opening .btn-apply::after {
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -100%;
        left: 0;
        border-radius: 50px;
        z-index: -1;
        transition: 0.5s ease-in-out;
    }

    .jobdesc p,
    .privacydesc p {
        color: #04131a;
    }

    .career-opening .btn-apply:hover::after {
        background-color: #fff;
        bottom: 0;
    }

    .career-opening .btn-apply:hover {
        color: #121212;
    }

    .career-sec .career-choice {
        position: relative;
        z-index: 11;
    }

    .career-sec .feather img {
        width: 250px;
    }

    .career .feather {
        bottom: 20px;
        right: unset;
        left: 5%;
    }

    /* =================media============= */
    .report-wrap {
        border-radius: 20px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(45.29999923706055px);
        padding: 20px;
    }

    .report-title h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        padding: 0 10px;
    }

    /* ===============Buyers Guide================ */
    .buyers-sec .section-element {
        left: 2%;
    }

    .buyers-sec .nav-pills {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-end;
    }

    .buyers-sec .nav-item .nav-link {
        background-color: transparent;
        color: var(--primary-color);
        font-size: 20px;
        padding: 20px;
        margin-right: 10px;
        border-right: 1px solid var(--primary-color);
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

    .buyers-sec .nav-item .nav-link::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 8px;
        background-color: var(--primary-color);
        border-radius: 5px;
        right: -2%;
        top: -100%;
        transition: 0.5s ease-in-out;
    }

    .buyers-sec .nav-item .nav-link:hover::after,
    .buyers-sec .nav-item .nav-link.active::after {
        top: 0;
    }

    .accordion {
        border-radius: 0;
        --bs-accordion-bg: transparent;
        --bs-accordion-border-color: unset;
    }

    .accordion-item:first-of-type .accordion-button,
    .accordion-item:first-of-type {
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
    }

    .accordion-item:last-of-type .accordion-button.collapsed,
    .accordion-item:last-of-type {
        border-bottom-right-radius: unset !important;
        border-bottom-left-radius: unset !important;
    }

    .location-acc .accordion-button {
        color: var(--primary-color);
        font-size: 24px;
        line-height: 22.5px;
        border-top: 1px solid var(--primary-color);
        font-family: "Museo Sans";
        font-weight: 100;
        padding: 30px 0;
    }

    .location-acc .accordion-button:focus {
        z-index: 3;
        border-color: unset;
        outline: 0;
        box-shadow: none;
    }

    .location-acc .accordion-button:not(.collapsed) {
        background: transparent;
    }

    .location-acc {
        border-bottom: 1px solid #000;
    }

    .location-acc .accordion-body p {
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 15px;
    }

    .location-acc .accordion-body ul li {
        list-style-type: disc;
        text-align: left;
        margin-bottom: 10px;
    }

    .map iframe {
        width: 100%;
    }

    .cert-wrap {
        padding: 15px 20px;
        border-bottom: 1px solid var(--primary-color);
    }

    .cert-wrap p {
        color: var(--primary-color);
        font-size: 18px;
    }

    .cert-wrap a:hover {
        background: var(--primary-color);
        color: #fff;
    }

    /* -----emi calculator-------------------- */
    /* .loanCalculator {
    font-family: "Roboto", sans-serif                  ;
    width: 80%                                         ;
    margin: 0 auto                                     ;
    background:                                        #f0f0f0;
    box-shadow: 15px 15px 30px 15px rgba(0, 0, 0, 0.1) ;
    border-radius: 10px                                ;
    color:                                             #333;
    overflow: hidden                                   ;
    margin-top: 5rem                                   ;
    display: flex                                      ;
    justify-content: space-between                     ;
    } */

    /* .heading {
    color:             #1d8a34;
    font-size: 32px    ;
    margin: 0          ;
    padding: 24px      ;
    text-align: center ;
    background:        #fff;
    width: 100%        ;
    } */

    .top {
        background: #fff;
        padding: 24px;
        width: 50%;
    }

    .top h3 {
        font-size: 24px;
        margin: 0;
        text-align: center;
    }

    .subContainer {
        margin-bottom: 16px;
        text-align: left;
    }

    .subContainer .title {
        font-size: 18px;
        margin-bottom: 8px;
        color: #333;
    }

    /* .loanAmount,
    .interestRate,
    .loanTenure {
    font-size: 18px    ;
    padding: 10px      ;
    border-radius: 8px ;
    width: 100%        ;
    border: 4px solid  #ccc;
    outline: none      ;
    }
    
    .loanAmount:focus,
    .interestRate:focus,
    .loanTenure:focus {
    border-color:        #1d8a34;
    } */

    .finalResult {
        background: #fff;
        padding: 24px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .finalResult .value::before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
        font-size: 24px;
        font-weight: 400;
        margin-right: 6px;
        opacity: 1;
    }

    .finalResult .left {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .left h3 {
        font-size: 20px;
        margin: 0;
        color: #898989;
        font-weight: normal;
        font-family: "Museo Sans";
        padding: 10px;
    }

    .value {
        font-size: 32px;
        font-weight: 700;
        /* padding: 12px 24px      ; */
        font-family: "Museo Sans";
        border-radius: 8px;
        background: transparent;
        color: #000;
        font-weight: normal;
        min-width: 120px;
        text-align: center;
    }

    /* .btn {
    background:                 #1d8a34;
    color:                      #fff;
    border: none                ;
    padding: 15px 20px          ;
    border-radius: 8px          ;
    font-size: 18px             ;
    font-weight: 700            ;
    cursor: pointer             ;
    margin: 20px 0              ;
    transition: background 0.3s ;
    display: block              ;
    margin-left: auto           ;
    margin-right: auto          ;
    }
    
    .btn:hover {
    background:  #155d27;
    } */

    /* ==============contact===================== */
    .global_section.contact {
        background-color: white;
    }

    .contact-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
        padding: 30px 0;
        border-bottom: 0.4px solid #b6b6b6;
    }

    .contact-title:last-child {
        border-bottom: 0;
    }

    .contact-title h4 {
        color: #133878;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .contact-title p {
        color: #333;
        font-size: 20px;
        font-weight: 400;
    }

    .contact-form {
        /* border-radius: 10px; */
        background: rgba(215, 215, 215, 0.1);
        box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 19%);
        padding: 40px 30px;
    }

    .contactform .form-group textarea.form-control {
        height: 150px;
    }

    .contact .primary-form .form-group {
        margin-bottom: 40px;
    }

    .contact .primary-form .form-group.last {
        margin-bottom: 0px;
    }

    .contact .primary-form .form-control {
        background-color: transparent !important;
        border-radius: 0;
        border: 1px solid #898989;
    }

    .contact .feather img {
        animation: none;
        width: 200px;
    }

    /* pagination */

    .pagination {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .centerpagination .pagination {
        justify-content: center;
    }

    .pagination .page-item {
        background: #ededed;
    }

    .pagination .page-item .page-numbers {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #222;
    }

    .pagination .page-item:first-child {
        background: transparent;
    }

    .pagination .page-item:first-child a {
        color: #222;
        font-size: 24px;
    }

    .pagination .page-item:last-child {
        background: transparent;
    }

    .pagination .page-item:last-child a {
        color: #222;
        font-size: 24px;
    }

    .light .pagination .page-item:first-child a,
    .light .pagination .page-item:last-child a {
        color: #ededed;
    }

    .pagination .page-item.active {
        background: #10416d;
    }

    .pagination .page-item.active a {
        color: #fff;
    }

    /* blog */
    .blog_cat {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.4;
        background: #f4f4f4;
        border-radius: 2px;
        display: inline-block;
        padding: 7px 10px;
    }

    .post_detail ul {
        padding-left: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .post_detail ul li {
        font-size: 18px;
        display: flex;
        align-items: center;
        color: #121212;
    }

    .post_detail ul li img {
        width: 23px;
        height: 23px;
        margin-right: 7px;
    }

    .recent_post .recent_wrap {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: 15px;
    }

    .recent_post .img_post img {
        border-radius: 10px;
        height: 3vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .content_box p,
    .recent_wrap p {
        color: #121212;
    }

    .recent_wrap p {
        font-size: 18px;
    }

    /* ------------------------ */

    .cp-form .form-group-h {
        height: 80px;
    }

    .submit-btn span {
        left: 30%;
    }

    .dir1 {
        background: #f6f6f6;
        padding: 40px;
        margin: 20px 0px;
    }

    .dir2 {
        background: #f6f6f6;
        padding: 40px;
    }



    /* Add this CSS for better visibility */
    .contact-section .title-wrap {
        position: relative;
        z-index: 2;
        /* Ensures text appears above other elements */
    }

    .contact-section .back-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        /* Ensures the overlay is above the image */
    }

    .contact-section .section-title-big,
    .contact-section .sub-title {
        color: #fff;
        /* Ensure text color contrasts with background */
    }

    .invalid-feedback {
        position: absolute;
        bottom: -18px;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .form-group-h,
    .form-group {
        position: relative;
        margin-bottom: 6px;
        /* Ensure enough space for absolute error messages */
    }

    .contact-form .error {
        position: absolute;
        bottom: -10px;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .contact-form .form-group {
        position: relative;
        margin-bottom: 35px;
        /* Ensure enough space for absolute error messages */
    }

    /*
    .custom-modal-overlay {
    position: fixed                ;
    top: 0                         ;
    left: 0                        ;
    width: 100vw                   ;
    height: 100vh                  ;
    background: rgba(0, 0, 0, 0.8) ;
    display: flex                  ;
    justify-content: center        ;
    align-items: center            ;
    z-index: 1050                  ;
    }
    
    .custom-modal-content {
    background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%), #04131a;
    color: white                      ;
    border-radius: 1px                ;
    padding: 20px                     ;
    max-width: 1600px                 ;
    width: 90%                        ;
    position: relative                ;
    } */
    /*
    .custom-modal-close {
    position: absolute                ;
    top: 10px                         ;
    right: 20px                       ;
    background: none                  ;
    border: none                      ;
    font-size: 30px                   ;
    color: white                      ;
    cursor: pointer                   ;
    }
    
    .custom-modal-close:hover {
    color: rgb(110, 102, 102)              ;
    } */
    .custom-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.692);
        /* White with slight transparency */
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-modal-content {
        max-width: 75%;
        width: 100%;
        color: #042e4a !important;
        height: 75%;
        /* Responsive height */
        /* background-color:                      #042e4a ; */
        background: url(/images/section-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 1px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .custom-modal-back {
        position: absolute;
        top: 15px;
        right: 15px;
        /* Position for right side */
        background: none;
        border: none;
        font-size: 1rem;
        color: #042e4a;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        /* Space between text and icon */
        font-weight: bold;
        text-transform: uppercase;
        transition: color 0.2s ease;
    }

    .custom-modal-back:hover {
        color: #927e7e;
        /* Darker text on hover */
    }

    .arrow-icon {
        stroke: #042e4a;
        transition: stroke 0.2s ease, transform 0.2s ease;
    }

    .custom-modal-back:hover .arrow-icon {
        stroke: #b3a7a7;
        /* Darker arrow color */
        transform: translateX(4px);
        /* Subtle animation for the arrow */
    }

    .custom-modal-inner {
        padding: 20px;
        /* height: 100%       ; */
        overflow-y: hidden;
    }

    .leader-image {
        max-width: auto;
        height: auto;
        border-radius: 1px;
    }

    .leader-name {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: #042e4a;
    }

    .leader-designation {
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: #042e4a !important;
    }

    .leader-description p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #042e4a !important;
    }

    .leader-linkedin {
        display: inline-block;
        margin-top: 10px;
    }

    .footer-item .social-icon {
        font-size: 1vw;
        margin-bottom: 10px;
        border: 2px solid #eeb863;
        padding: 10px;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        box-shadow: 0px 16px 16px 0px #d6d6e8;
        background: linear-gradient(348deg, #f5c675 40%, #d9a25b 60%), #04131a;
    }

    @media (max-width: 768px) {
        .custom-modal-content {
            max-width: 95%;
            height: auto;
        }

        .custom-modal-inner {
            flex-direction: column;
        }

        .leader-name {
            font-size: 1.5rem;
            margin-top: 40px;
        }

        .leader-description p {
            color: #042e4a !important;
        }

        #cursor-dot,
        #cursor-dot-outline {
            display: none;
        }

        .proj-wrap img {
            /* height: 250px !important; */
            object-fit: cover;
        }
    }

    .phone-icon {
        position: fixed;
        bottom: 100px;
        right: 0px;
        width: 45px;
        height: 45px;
        background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
        /* Primary color */
        border-radius: 50%;
        /* Circular button */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        /* Soft shadow */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        /* Above other elements */
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .phone-icon:hover {
        transform: scale(1.1);
        /* Slight scaling on hover */
        background-color: #0a58ca;
        /* Darker shade on hover */
    }

    .phone-icon svg {
        width: 25px;
        /* Icon size */
        height: 25px;
        stroke: #fff;
        /* Icon color */
    }

    /* buyers-nav.css */

    .global_section {
        /* padding: 2rem; */
    }

    /* Button Styling */
    .custom-dropdown-btn {
        background: linear-gradient(0deg, #042e4a 0%, #042e4a 100%);
        color: white;
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        text-align: left;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-icon {
        transition: transform 0.3s ease;
    }

    .dropdown-icon.open {
        transform: rotate(180deg);
    }

    /* Dropdown Menu Styling */
    .custom-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

    .dropdown-item {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        color: #042e4a;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background: #042e4a;
        color: white;
    }

    /* buyers-nav.css */

    .global_section {
        /* min-height: 100vh                                ;
    display: flex                                       ; /* For alignment */
        flex-direction: column;
        justify-content: center;
        /* Centers content vertically */
        /* padding: 2rem; */
        background-color: #f1f1f1;
        /* Optional: Add a background color for contrast */
    }

    .cust-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 1rem;
    }

    .image-name {
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: center;
        min-width: 80px;
        /* background-color: white              ; */
        background-image: linear-gradient(0deg, #042e4a66, #042e4a);
        /* border:1px solid wheat               ; */
        color: white;
        font-weight: 600;
        padding: 5px 10px;

        font-size: 0.7rem;
        /* Adjust as needed */
        z-index: 10;
        /* Ensure it appears above other elements */
    }

    .pad-x-12 {
        padding: 0 12px;
    }

    .custom-swiper .swiper-button-prev,
    .custom-swiper .swiper-button-next {
        color: black !important;
    }

    .testimonial {
        border: 5px solid #000000;
        padding: 40px 0 25px 0;
        margin: 34px;
        text-align: center;
        position: relative;
        border-radius: 18px;
    }

    .testimonial:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        width: 100px;
        height: 100px;
        line-height: 100px;
        background: #fff;
        margin: 0 auto;
        font-size: 70px;
        font-weight: 900;
        color: #d9a25b;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
    }

    .testimonial .title {
        padding: 7px 0;
        margin: 0 -30px 20px;
        border: 7px solid #fff;
        background: #dcb174;
        font-size: 22px;
        font-weight: 700;
        color: #000000;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #c4c4c4;
    }

    .testimonial .title:before {
        content: "";
        border-top: 15px solid #000000;
        border-left: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        bottom: -37px;
        left: 0;
    }

    .testimonial .title:after {
        content: "";
        border-top: 15px solid #000000;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        bottom: -37px;
        right: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #000000;
        text-transform: capitalize;
    }

    .testimonial .description {
        padding: 0 10px;
        margin: 0;
        font-size: 15px;
        color: #313131;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    main {
        /* margin-top: 7rem; */
        max-width: 410px;
        width: 95%;
        box-shadow: 0px 16px 16px 0px #d6d6e8;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b00 60%), #04131a;
    }

    main img {
        width: 350px;
        object-fit: contain;
        height: 100px;
    }

    main .category {
        font-size: 0.875rem;
        cursor: pointer;
        max-width: 135px;
        width: 100%;
        background-color: #000000;
    }

    main .date {
        color: #7676b3;
    }

    main p {
        font-size: 1.125rem;
        color: #000;
    }

    /* ======= Services style ======= */
    .services {}

    .services-con {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        display: inline-block;
        position: relative;
        text-align: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        box-shadow: none !important;
        padding: 30px 40px 0 0;
        margin: 18px 0px;
    }

    .services-con *,
    .services-con *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .services-con img {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        max-width: 100%;
        position: relative;
        vertical-align: top;
    }

    .services-con .services-title {
        background-color: #191919;
        bottom: 30px;
        left: 40px;
        position: absolute;
        right: 0;
        background: linear-gradient(348deg, #f5c67596 40%, #d9a25b 60%), #f5c67596;
        top: 0;
    }

    .services-con h4 {
        font-size: 9px;
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        color: #000000;
        left: 100%;
        margin: 0;
        opacity: 0.8;
        padding: 10px 40px 0 0;
        right: 0;
        top: 10px;
        letter-spacing: 1px;
        white-space: nowrap;
        font-weight: 600;
    }

    .services-con a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 20px 6px #00000040;
    }

    .services-con:hover .services-title,
    .services-con.hover .services-title {
        background-color: #9c5451;
    }


    /* ======= About style ======= */
    .about {
        position: relative;
    }

    .about-two-img {
        position: relative;
    }

    .about-two-img .img1,
    .about-two-img .img2 {
        width: 100%;
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 50px rgba(37, 46, 89, 0.1);
        box-shadow: 0px 0px 11px 1px rgb(8 8 8 / 38%);
        overflow: hidden;
    }

    .about-two-img .img2 {
        /* margin-left: 20%; */
        /* margin-top: -30%; */
        /* position: relative; */
        /* padding: 10px 0 0 10px; */
    }

    .about-two-img .img2:before {
        /* content: ''; */
        position: absolute;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0px;
        background-color: #101010;
    }

    .about-two-img .img2 .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .about-two-img .img2 .play-button .btn {
        border-radius: 50%;
        background: #d3071f;
        line-height: 98px;
        height: 98px;
        width: 98px;
        cursor: pointer;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
        -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
        transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
        color: #d3071f;
        /* border: 2px solid #d3071f; */
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        display: inline-block;
    }

    .about-two-img .img2 .play-button i {
        font-size: 36px;
        color: #fff;
    }

    .about-two-img .img2 .play-button svg {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-two-img .img2 .play-button .circle {
        stroke-dasharray: 301.59px 301.59px;
        stroke-dashoffset: 301.59px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
        -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
        transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    }

    .about-two-img .img2 .play-button .btn:hover .circle {
        stroke-dashoffset: 0;
    }

    .about-two-img .award-icon {
        text-align: center;
        padding: 25px 20px;
        background: #fff;
        border-radius: 10px;
        display: inline-block;
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

    .about-two-img .award-icon .star .img {
        width: 70px;
        position: relative;
        margin: 0 auto 10px;
    }

    .about-two-img .award-icon .star .img .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        font-size: 30px;
        padding-top: 5px;
    }

    .about-two-img .award-icon h6 {
        font-size: 24px;
        color: #101010;
        margin-bottom: 0;
    }

    .about-two-img .award-icon p {
        color: #777;
        margin-bottom: 0;
    }


    /* ======= About-Box style ======= */
    .about-box {
        position: relative;
    }

    .about-box .item {
        background-color: transparent;
        position: relative;
        border-radius: 10px;
        transition: 0.7s;
        border: none;
    }

    .about-box .item .wrap {
        transition: 0.7s;
        padding: 75px 30px 15px 30px;
    }

    .about-box .item .wrap .con {
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    }

    .about-box .item .wrap .con h4 {
        font-size: 24px;
        color: #fff;
    }

    .about-box .item .wrap .con p {
        color: #999;
    }

    .about-box .item .wrap .con .icon-2 a {
        color: #fff;
        font-size: 20px;
        opacity: 0;
        transition: 0.7s;
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    }

    .about-box .item:hover {
        background-color: #d3071f;
        border-radius: 10px;
    }

    .about-box .item:hover .wrap .con {
        color: #fff;
        transform: translateY(-25px);
    }

    .about-box .item:hover .wrap .con h4,
    .about-box .item:hover .wrap .con p {
        color: #fff;
    }

    .about-box .item:hover .wrap .con .icon-2 a {
        color: #fff;
        opacity: 1;
    }

    .deck {
        /* background-color: #690e08; */
        padding: 80px 0
    }

    .deck-main-title {
        font-size: 30px;
        color: #00000063 !important;
        /* font-family: Prata, serif; */
        margin-bottom: 0;
        line-height: 20px;
    }

    .deck-section-title {
        font-size: 3rem;
        margin: 15px 0 0;
        color: #000000;
        background: -webkit-linear-gradient(#d6a15e, #3e280b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
        text-transform: uppercase;
    }

    .deck-content-wrap p {
        color: #000000;
        line-height: 25px;
        color: var(--dark-color);
        /* font-size: 18px; */
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    h4.dir-name {
        font-size: 34px;
        color: #000000;
        /* font-family: Unna, serif; */
        margin: 20px 0 10px
    }

    .loader-line {
        width: 200px;
        height: 3px;
        position: relative;
        overflow: hidden;
        margin: 15px 0 25px;
        border-radius: 20px;
    }

    .loader-line:after {
        content: "";
        position: absolute;
        left: -30%;
        height: 3px;
        width: 100%;
        background-color: #0000003b;
        -moz-animation: lineAnim1 1s linear infinite;
        -moz-border-radius: 20px;
    }

    p.dir-pro {
        font-size: 22px;
        color: #000000;
    }

    .archive-bottom {
        /* padding: 20px; */
    }

    .content-top {
        position: relative;
        right: 0px;
    }

    .content-top .meta-list {
        margin-top: 7px;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .content-top .meta-list .item {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 10px;
    }

    .content-top .meta-list .item .icon {
        font-size: 16px;
        color: #a3abb0;
    }

    .text-variant-1 {
        color: #ffffff;
        font-size: 10px;
    }

    .archive-bottom .content-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-top img {
        width: 57px;
        display: block;
        border-radius: 0px;
        left: 40%;
        position: relative;
        top: 0;
        height: auto !important;
    }


    .modal-content {
        border-radius: 10px;
        overflow: hidden;
    }

    .modal-header {
        /* background-color: #003366; */
        color: white;
    }

    .btn-close {
        background-color: white;
        border: none;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: scale(0.9);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    footer {
        padding: 150px 0 0;
    }

    .dark-bg {
        background: #f1f1f1;
    }

    .form-inner {
        margin-top: -142px;
    }

    .form-inner {
        margin-top: -142px;
    }

    .form-bg {
        background-size: cover;
        background-position: 50%;
        width: 100%;
        height: 100%;
        padding: 40px 50px;
        background: #fff7ec;
        background: url(../images/section-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 540px
    }

    .form-title {
        text-align: initial;
        font-size: 40px;
        padding: 15px 0px;
        color: var(--primary-color);
        font-family: "Ivy Mode";
        /* font-size: 3vw; */
        font-style: normal;
        font-weight: 400;
        background: -webkit-linear-gradient(#d6a15e, #3e280b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: normal;
        text-transform: uppercase;
    }

    .modal-header {
        border-bottom: none !important
    }

    .patch {
        padding: 0 10px;
        position: absolute;
        left: 0;
        background: #0000008f;
        font-size: 10px;
        line-height: 21px !important;
        color: #fff !important;
        bottom: 0
    }

    .modal-content {
        border: none !important;
        background: #fff7ec
    }

    .mod-title {
        text-align: initial;
        font-size: 34px;
        color: #b53138 !important;
        margin-bottom: 25px !important;
        font-weight: 600
    }

    #mainModal {
        max-width: 40%;
        margin: 0 auto
    }

    #mainModal .modal-dialog {
        padding: 0;
        max-width: 100%;
        margin: 0
    }

    #mainModal .modal-header {
        display: block
    }

    .add-bg {
        background: url(/images/footimg.png) no-repeat;
        background-size: cover;
        background-position: 50%;
        width: 100%;
        height: 100%;
        padding: 45px 50px;
        box-shadow: inset 0 0 0 2000px #411a1acf;
        min-height: 540px
    }

    #contact-form input, #contact-form textarea {
        height: 56px;
        border-radius: 0;
        width: 100%;
        padding: 15px;
        color: #4b2e2e;
        background: transparent;
        /* border: none; */
        /* border-bottom: 1px solid #4b2e2e; */
    }

    .form-control:focus {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important
    }

    .contact-form .form-group {
        height: 65px
    }

    #price-modal input {
        height: 40px;
        border-radius: 0 !important;
        width: 100%;
        padding: 0 15px;
        color: #fff;
        background: transparent;
        border: 1px solid #fff
    }

    .contact-form .form-group {
        height: 40px;
        margin-bottom: 40px
    }

    .contact-form input {
        height: 40px;
        border-radius: 0;
        width: 100%;
        padding-left: 8px
    }

    .form-wrapper {
        padding: 30px;
        background: #edf7ff
    }

    .form-control::placeholder {
        color: #4b2e2e !important
    }

    .reveal {
        visibility: hidden;
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden
    }

    .form-btn {
        background: #b8691b;
        color: #fff;
        border: 0;
        margin-top: 0;
        padding: 15px 40px
    }

    .round-btn {
        color: #fff !important;
        /* background: #d69e61 !important; */
        padding: 5px 20px !important;
        text-decoration: none !important;
        font-size: 20px !important;
        line-height: 40px !important;
        transition: all .3s ease !important;
        position: relative;
        width: 30% !important;
        margin: 0 auto;
        border-radius: 0 !important;
        display: inline-block !important;
        /* border: 1px solid #fff !important; */
        outline: none;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0px 16px 16px 0px #d6d6e8;
        background: linear-gradient(348deg, #f5c675 40%, #d9a25b 60%), #04131a;
    }

    .contact-info p {
        color: #fff;
        line-height: 29px;
        font-size: 16px;
        text-align: initial
    }

    #contact {
        padding: 80px 0
    }

    #contact p {
        font-size: 14px;
        line-height: 35px
    }

    #contact h3.section-title {
        font-size: 32px
    }

    .b-top-bot {
        border-bottom: 1px solid #fff;
        padding: 20px 0;
        margin: 20px 0
    }

    .b-top, .b-top-bot {
        border-top: 1px solid #fff
    }

    .b-top {
        padding: 20px 0 0;
        margin: 20px 0 0
    }

    .b-top-bot strong, .social-menu strong {
        font-size: 18px
    }

    .callnum a {
        font-size: 22px;
        vertical-align: middle;
        color: #fff;
        margin: 10px
    }

    .callnum a:hover, .emailtxt a, .emailtxt a:hover {
        color: #fff
    }

    /* ======= Contact style ======= */
    .contact p {
        /* color: #999; */
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        text-align: justify;
    }

    .contact p b {
        color: #101010;
        font-weight: 700;
    }

    .contact h5 {
        color: #000000;
        font-size: 27px;
        text-align: initial;
        font-size: 50px;
        padding: 0px 0px;
        /* color: var(--primary-color); */
        font-family: "Ivy Mode";
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        background: -webkit-linear-gradient(#d6a15e, #3e280b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: normal;
        text-transform: uppercase;
    }

    .contact .con {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #999;
        text-decoration: none;
    }

    .contact .con .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 5px;
        border: 2px solid #d3071f;
        text-align: center;
        background: transparent;
        font-size: 20px;
        color: #fff;
    }

    .contact .con .icon .img {
        border-radius: 0;
        border: 2px solid #d3071f;
    }

    .contact .con .icon img {
        background: transparent;
        padding: 13px;
    }

    .contact .con .text {
        color: #999;
        line-height: 1.5em;
    }

    /* contact form */
    .contact .form-box {
        /* background: #101010; */
    }

    /* text field */
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: 'Syne', sans-serif;
    }

    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="text"]:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus,
    textarea:focus {
        outline: none;
    }

    input[type="password"],
    input[type="email"],
    input[type="text"],
    input[type="file"],
    input[type="number"],
    textarea {
        max-width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        height: auto;
        background-color: #f1f1f1;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        width: 100%;
        line-height: 1.5em;
        font-family: 'Syne', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        background-image: none;
        border: 2px solid rgb(245 198 118);
        /* border-radius: 5px; */
        border-image: linear-gradient(to right, #dca057 0%, #f8c56d 100%) 1;
        border-radius: 5px;
        /* this doesn't work */
        /* border-width: 4px; */
        border-style: solid;


    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button {
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 1.75em;
        -webkit-transition: background-color .15s ease-out;
        transition: background-color .15s ease-out;
        background: #101010;
        border: none;
    }

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover {
        color: #999;
        border: none;
    }

    select {
        padding: 10px;
        border-radius: 5px;
    }

    textarea:focus,
    textarea:active,
    textarea::placeholder {
        color: #999;
    }

    table,
    th,
    tr,
    td {
        border: 0px solid #999;
    }

    th,
    tr,
    td {
        padding: 10px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        display: inline;
    }

    /* submit and alert success  */
    input[type="submit"] {
        display: inline-block;
        height: auto;
        padding: 14px 28px;
        border: 2px solid #d3071f;
        border-radius: 0;
        background-color: #d3071f;
        -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        color: #000;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
    }

    input[type="submit"]:hover {
        border: 2px solid #000;
        background-color: #000;
        color: #101010;
    }

    .alert-success {
        background: transparent;
        color: #000;
        border: 2px solid #d3071f;
        border-radius: 0px;
    }

    /* placeholder */
    ::-webkit-input-placeholder {
        color: #999;
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    :-moz-placeholder {
        color: #999;
    }

    ::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #999;
    }

    /* Important */

    .redevelop-sec {
        background: #f6f6f6;
        padding: 40px;
        margin: 20px 0px;
    }

    /* .sociatyback {
        background-image: url(../images/handshake.jpg);
        min-height: 415px;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    } */
    .footer-logo {
        width: 18vw;
    }

    .reratxt {
        font-size: 9px;
    }

    .sound-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: rgba(0, 0, 0, 0.6);
        border: none;
        color: white;
        font-size: 14px;
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
    }

    @media screen and (max-width: 1000px) and (orientation: landscape) {
        .phone-icon {
            position: fixed;
            bottom: 5px;
            left: 5px;
            width: 45px;
            height: 45px;
            background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
            /* Primary color */
            border-radius: 50%;
            /* Circular button */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            /* Soft shadow */
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            /* Above other elements */
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }

        .referal-btn .primary-btn {
            position: fixed;
            z-index: 99;
            bottom: 60%;
            right: 0px;
            border-radius: 0 !important;
            border-left: 2px solid #fff !important;
            background: linear-gradient(0deg, #1f5477 0%, #042e4a 100%), #04131a;
        }

        .animated_social.on_center {
            justify-content: center;
            border-top: 1px solid #fff;
            margin: 0;
            padding: 15px 0;
            display: none;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 7.5vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 8.7vw;
            margin-top: -15px;
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 10vw !important;
        }

        p {
            font-size: 2.19vw !important;
        }

        h2 {
            font-size: 5.5vw !important;
        }

        .primary-btn span {
            font-size: 1.3vw !important;
        }

        .counter-wrap h2,
        .counter-wrap h2 .small-txt {
            font-size: 5vw !important;
        }

        .footer-logo {
            width: 10vw;
        }

        .footer-item .social-icon {
            font-size: 3.8vw;
            /* margin-bottom: 10px      ; */
        }

        .about-over .section-element-about-overview .line {
            height: 100px;
        }
    }


    @media (max-width: 768px) {

        /* Only visible on mobile */
        .phone-icon {
            display: flex;
        }

        .custom-dropdown-btn {
            margin-bottom: 30px;
        }

        .side_menu {
            background-position: right;
        }

        .menu_nav li a,
        .menu_nav button {
            font-size: 1.6rem;
        }
    }

    @media (min-width: 769px) {

        /* Hide on larger screens */
        .phone-icon {
            display: none;
        }
    }

    @media (min-width: 1400px) and (max-width: 1500px) {
        .container {
            --bs-gutter-x: 5.5rem !important;
        }
    }

    /* shailesh css end */
    @media only screen and (min-width: 993px) and (max-width: 1234px) {
        p {
            font-size: 1.2vw;
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 7vw !important;
        }

        .laptop-adjust {
            justify-content: flex-end !important;
        }

        .header_wrap .navbar .nav-link {
            font-size: 1vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 6vw;
        }

        .section-element {
            left: -1%;
            top: 3%;
            row-gap: 30px;
        }

        .globle_sec_overview {
            min-height: 44vh !important;
        }

        .section-elementLocation {
            left: 0% !important;
        }

        .section-element .line {
            height: 250px;
        }

        .feather {
            position: absolute;
            right: 0;
            bottom: 5%;
        }

        .counter-section .section-title {
            margin-left: 40px;
        }

        .counter-container {
            row-gap: 50px;
        }

        .counter-wrap {
            margin-left: 50px;
        }

        .counter-wrap h2,
        .counter-wrap h2 .small-txt {
            font-size: 3vw;
        }

        .counter-wrap img {
            width: 6vw;
        }

        .section-element.white {
            left: 2%;
        }

        .overview .section-title-big {
            margin-right: -2%;
            margin-bottom: -3%;
            font-size: 5vw;
        }

        .over-cont p {
            font-size: 1.4vw;
        }

        .project-sec .section-title-big {
            margin-left: 5%;
        }

        .project-sec .section-title {
            font-size: 3.2vw;
        }

        .project-slider {
            margin: 50px 0 30px;
        }

        .project-sec .section-element .line {
            height: 160px;
        }

        .primary-btn span {
            font-size: 1.2vw;
        }

        .primary-btn svg {
            width: 85%;
        }

        .project-details .btn-wrap {
            margin-bottom: 20px !important;
        }

        .section-element .vertical-text {
            font-size: 1.2vw;
        }

        .secondary-btn {
            font-size: 1vw;
        }

        .testimonial-sec .title-wrap {
            margin-left: 40px;
        }

        .testimonial-sec .section-element {
            left: -2%;
        }

        .testimonial-sec .section-element .line {
            height: 200px;
        }

        .test-content p {
            font-size: 1.8vw;
        }

        .test-content img {
            width: 25px;
        }

        .test-info p {
            font-size: 1.2vw;
        }

        .blog-wrap .blog-details {
            padding: 20px;
            bottom: 2%;
        }

        .sub-title {
            font-size: 1.2vw;
        }

        .blog-details h3 {
            font-size: 1.6vw;
        }

        .secondary-btn.big {
            font-size: 1.2vw;
        }

        .contact-section {
            padding: 100px 0 80px;
        }

        .primary-form .secondary-btn {
            font-size: 1.2vw;
            padding: 10px 20px;
            margin-top: 15px !important;
        }

        .footer-item .footer-head .heading {
            font-size: 1.4vw;
        }

        .footer-content {
            flex-wrap: wrap;
        }

        .footer-item .social-icon {
            font-size: 1.8vw;
            margin-bottom: 10px;
        }

        .footer-item:first-child {
            flex: 0 0 10%;
        }

        .footer-item:nth-child(2) {
            flex: 0 0 8%;
        }

        .footer-item:nth-child(3) {
            flex: 0 0 28%;
        }

        .footer-item:nth-child(4) {
            flex: 0 0 30%;
        }

        .footer-item:nth-child(5) {
            flex: 0 0 10%;
        }

        .footer-logo {
            width: 7vw;
        }

        .second-social {
            margin-left: 20px !important;
        }

        .bridge-image img {
            height: 100% !important;
        }

        .refer-content p {
            font-size: 2vw;
        }

        .swiper-nav img {
            width: 70px;
            height: 70px;
        }

        .footer-headings {
            font-size: 0.8em;
        }

        .animated_social li a .social-icon {
            width: 4vw;
            height: 4vw;
            font-size: 1.8vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 7.5vw;
        }

        .refer-section .feather {
            position: absolute;
            bottom: 2%;
            left: 3%;
            right: 0%;
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 6vw;
        }

        .primary-btn span {
            left: 30%;
            top: 40%;
        }

        .vision-sec .section-element.white {
            left: -2%;
        }

        .mob-ad .col-lg-7,
        .mob-ad .col-lg-5 {
            width: 100% !important;
            padding: 0 80px !important;
        }

        .proj-img {
            position: relative;
        }

        .proj-over .feather img {
            width: 300px;
        }

        .down-btn span {
            font-size: 1.8vw;
            left: 20%;
        }
    }

    @media only screen and (min-width: 1235px) and (max-width: 1435px) {
        p {
            font-size: 1.2vw;
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 6vw !important;
        }

        .laptop-adjust {
            justify-content: flex-end !important;
        }

        .header_wrap .navbar .nav-link {
            font-size: 1vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 15vw;
        }

        .section-element {
            left: 0%;
            top: 0%;
            row-gap: 50px;
        }

        .leader-element {
            left: -3% !important;


        }

        .globle_sec_overview {
            min-height: 50vh !important;
        }

        .proj-over .section-element {
            left: -3%;
        }

        /* .section-element .line {
    height: 200px !important    ;
    } */

        .feather {
            position: absolute;
            right: 0;
            bottom: 5%;
        }

        .counter-section .section-title {
            margin-left: 20px;
        }

        .counter-container {
            row-gap: 20px;
        }

        .counter-wrap {
            margin-left: 20px;
        }

        .counter-wrap h2 {
            font-size: 3.5vw;
        }

        .counter-wrap img {
            width: 6vw;
        }

        .section-element.white {
            left: -1%;
        }

        .overview .section-title-big {
            margin-right: 0%;
            margin-bottom: 5%;
            font-size: 2vw;
            line-height: 37px;
        }

        .over-cont p {
            font-size: 1.2vw;
        }

        .project-sec .section-title-big {
            margin-left: 2%;
        }

        .project-sec .section-title {
            font-size: 3.2vw;
        }

        .project-slider {
            margin: 50px 0 30px;
        }

        .project-sec .section-element .line {
            height: 160px;
        }

        .primary-btn span {
            font-size: 1vw;
        }

        .primary-btn svg {
            width: 85%;
        }

        .project-details .btn-wrap {
            margin-bottom: 20px !important;
        }

        .section-element .vertical-text {
            font-size: 1.2vw;
        }

        .secondary-btn {
            font-size: 0.3vw;
        }

        .testimonial-sec .title-wrap {
            margin-left: 40px;
        }

        .testimonial-sec .section-element {
            left: -2%;
        }

        .testimonial-sec .section-element .line {
            height: 200px;
        }

        .test-content p {
            font-size: 1.8vw;
        }

        .test-content img {
            width: 25px;
        }

        .test-info p {
            font-size: 1.2vw;
        }

        .blog-wrap .blog-details {
            padding: 20px;
            bottom: 2%;
        }

        .sub-title {
            font-size: 1.2vw;
        }

        .blog-details h3 {
            font-size: 1.6vw;
        }

        .secondary-btn.big {
            font-size: 1.2vw;
        }

        .contact-section {
            padding: 100px 0 80px;
        }

        .primary-form .secondary-btn {
            font-size: 1.2vw;
            padding: 10px 20px;
            margin-top: 15px !important;
        }

        .footer-item .footer-head .heading {
            font-size: 1.4vw;
        }

        .footer-content {
            flex-wrap: wrap;
        }

        .footer-item .social-icon {
            font-size: 1.2vw;
            margin-bottom: 10px;
            box-shadow: 0px 16px 16px 0px #d6d6e8;
            background: linear-gradient(348deg, #f5c675 40%, #d9a25b 60%), #04131a;
            padding: 8px;
            border-radius: 50px;
            width: 35px;
            height: 35px;
            text-align: center;
        }

        .footer-item:first-child {
            flex: 0 0 18%;
        }

        .footer-item:nth-child(2) {
            flex: 0 0 20%;
        }

        .footer-item:nth-child(3) {
            flex: 0 0 30%;
        }

        .footer-item:nth-child(4) {
            flex: 0 0 15%;
        }

        .footer-item:nth-child(5) {
            flex: 0 0 12%;
        }

        .footer-logo {
            width: 17vw;
        }

        .second-social {
            margin-left: 15px !important;
        }

        .bridge-image img {
            height: 100% !important;
        }

        .refer-content p {
            font-size: 2vw;
        }

        .swiper-nav img {
            width: 85px;
            height: 85px;
        }

        .footer-headings {
            font-size: 0.8em;
        }

        .refer-section .feather {
            position: absolute;
            bottom: 2%;
            left: 3%;
            right: 0%;
        }

        .animated_social li a .social-icon {
            width: 4vw;
            height: 4vw;
            font-size: 1.8vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 7.5vw;
        }

        .primary-btn span {
            left: 30%;
            top: 40%;
        }

        .vision-sec .section-element.white {
            left: -2%;
        }

        .project-sec .section-element {
            top: 5%;
            left: -0.8%;
        }
    }

    @media only screen and (min-width: 1436px) and (max-width: 1660px) {

        .navbar,
        .header_wrap .navbar .container {
            height: 6vw !important;
        }

        .laptop-adjust {
            justify-content: flex-end !important;
        }

        .header_wrap .navbar .nav-link {
            font-size: 1vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 15vw;
        }

        .section-element {
            left: -1%;
            top: 3%;
            row-gap: 50px;
        }

        .globle_sec_overview {
            min-height: 55vh !important;
        }

        .project_section {
            left: 0% !important;
        }

        .section-element-career {
            left: 1.2% !important;
        }

        .section-element .line {
            height: 250px;
        }

        .feather {
            position: absolute;
            right: 0;
            bottom: 5%;
        }

        .counter-section .section-title {
            margin-left: 40px;
        }

        .counter-container {
            row-gap: 20px;
        }

        .counter-wrap {
            margin-left: 30px;
        }

        .counter-wrap h2 {
            font-size: 3.5vw;
        }

        .counter-wrap img {
            width: 6vw;
        }

        .section-element.white {
            left: 2%;
        }

        .section-element-vision {
            left: -2% !important;
        }

        .overview .section-title-big {
            margin-right: 0%;
            margin-bottom: 2%;
            font-size: 2vw;
            background: -webkit-linear-gradient(#d6a15e, #3e280b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .over-cont p {
            font-size: 1.2vw;
            line-height: 35px;
        }

        .project-sec .section-title-big {
            margin-left: 2%;
        }

        .project-sec .section-title {
            font-size: 3w;
        }

        .project-slider {
            margin: 50px 0 30px;
        }

        .project-sec .section-element .line {
            height: 160px;
        }

        .primary-btn span {
            font-size: 1.2vw;
            left: 30%;
        }

        .primary-btn svg {
            width: 85%;
        }

        .project-details .btn-wrap {
            margin-bottom: 20px !important;
            margin-left: 0px !important;

        }

        .section-element .vertical-text {
            font-size: 1.2vw;
        }

        .secondary-btn {
            font-size: 1vw;
        }

        .testimonial-sec .title-wrap {
            margin-left: 40px;
        }

        .testimonial-sec .section-element {
            left: -2%;
        }

        .testimonial-sec .section-element .line {
            height: 200px;
        }

        .test-content p {
            font-size: 1.8vw;
        }

        .test-content img {
            width: 25px;
        }

        .test-info p {
            font-size: 1.2vw;
        }

        .blog-wrap .blog-details {
            padding: 20px;
            bottom: 2%;
        }

        .sub-title {
            font-size: 1.2vw;
        }

        .blog-details h3 {
            font-size: 1.6vw;
        }

        .secondary-btn.big {
            font-size: 1.2vw;
        }

        .contact-section {
            padding: 100px 0 80px;
        }

        .primary-form .secondary-btn {
            font-size: 1.2vw;
            padding: 10px 20px;
            margin-top: 15px !important;
        }

        .footer-item .footer-head .heading {
            font-size: 1.4vw;
            background: -webkit-linear-gradient(#d6a15e, #3e280b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .footer-content {
            flex-wrap: wrap;
        }

        .footer-item .social-icon {
            font-size: 1.2vw;
            margin-bottom: 10px;
            border: 2px solid #eeb863;
            padding: 8px;
            border-radius: 50px;
            width: 40px;
            height: 40px;
            text-align: center;
            box-shadow: 0px 16px 16px 0px #d6d6e8;
            background: linear-gradient(348deg, #f5c675 40%, #d9a25b 60%), #04131a;
        }

        .footer-item:first-child {
            flex: 0 0 15%;
        }

        .footer-item:nth-child(2) {
            flex: 0 0 20%;
        }

        .footer-item:nth-child(3) {
            flex: 0 0 28%;
        }

        .footer-item:nth-child(4) {
            flex: -1 0 30%;
        }

        .footer-item:nth-child(5) {
            flex: 0 0 12%;
        }

        .footer-logo {
            width: 18vw;
        }

        .second-social {
            margin-left: 20px !important;
        }

        .bridge-image img {
            height: 100% !important;
        }

        .refer-content p {
            font-size: 2vw;
        }

        .swiper-nav img {
            width: 85px;
            height: 85px;
        }

        .footer-headings {
            font-size: 0.8em;
        }

        .refer-section .feather {
            position: absolute;
            bottom: 2%;
            left: 3%;
            right: 0%;
        }

        .animated_social li a .social-icon {
            width: 4vw;
            height: 4vw;
            font-size: 1.8vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 7.5vw;
        }
    }

    @media only screen and (min-width: 1200px) {
        .awards-sec .swiper .swiper-wrapper {
            padding: 20px 0;
        }

        .awards-sec .swiper-slide .award_wrp {
            transform: scale(0.7);
            transition: all 0.5s ease;
            filter: unset;
        }

        .awrd-des {
            filter: unset !important;
        }

        .awards-sec .swiper-slide-active .award_wrp {
            transform: scale(1.05);
            transition: all 0.5s ease;
        }
    }

    @media only screen and (max-width: 1199px) {
        .testimonialimg {
            width: 70px;
            height: 70px;
        }

        .award_wrp img {
            height: 13rem !important;
        }
    }

    @media only screen and (min-width: 767px) and (max-width: 992px) {
        p {
            font-size: 1.9vw;
        }

        .header_wrap .navbar,
        .header_wrap .navbar .container {
            height: 6vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 9.7vw;
            margin-top: -17px;
        }

        .header_wrap.stick .navbar .nav_menu_btn {
            margin-top: -20px;
        }

        .animated_social li a .social-icon {
            width: 5vw;
            height: 5vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 9.5vw;
        }

        body>* {
            overflow-x: hidden;
        }

        .header_wrap .navbar,
        .header_wrap.stick .navbar {
            /* background:               #fff; */
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 10vw !important;
        }

        .menu_nav .collapse_nav a {
            font-size: 25px;
        }

        .laptop-adjust {
            justify-content: flex-end !important;
        }

        .header_wrap .navbar .nav-link {
            font-size: 1vw;
        }

        .section-element {
            left: -2%;
            top: 20%;
            row-gap: 50px;
        }

        .globle_sec_overview {
            min-height: 50vh !important;
        }

        .section-title-big {
            font-size: 9vw;
        }

        .section-element .line {
            height: 250px;
        }

        .feather {
            position: absolute;
            right: 0;
            bottom: 5%;
        }

        .counter-section .section-title {
            margin-left: 40px;
        }

        .counter-container {
            row-gap: 50px;
        }

        .counter-wrap {
            margin-left: 50px;
        }

        .counter-wrap h2 {
            font-size: 5.5vw;
        }

        .counter-wrap img {
            width: 8vw;
        }

        .section-element.white {
            left: -4%;
        }

        .section-title {
            font-size: 5.2vw;
        }

        .section-title span {
            font-size: 5.8vw;
        }

        .overview .section-title-big {
            margin-right: -2%;
            margin-bottom: -1%;
            font-size: 8vw;
        }

        .over-cont p {
            font-size: 2.6vw;
        }

        .project-sec .section-element {
            top: 1%;
        }

        .project-sec .section-title-big {
            margin-left: 2%;
        }

        .project-sec .section-title {
            font-size: 3.2vw;
        }

        .project-slider {
            margin: 50px 0 30px;
        }

        .project-sec .section-element .line {
            height: 160px;
        }

        .primary-btn span {
            font-size: 2.4vw;
        }

        .project-slider .swiper-wrapper {
            padding: 0 0;
        }

        .primary-btn svg {
            width: 85%;
        }

        .primary-btn span {
            left: 27%;
            top: 40%;
        }

        .proj-over .feather img {
            width: 100%;
        }

        .config-table tr th,
        .config-table tr td,
        .config-table .form-btn {
            font-size: 12px;
        }

        .config-table .form-btn {
            padding: 10px 20px;
        }

        .swiper-nav svg {
            width: 80px;
        }

        .gallery-sec .section-element {
            row-gap: 25px;
        }

        .project-slider.gallery-slider .swiper-wrapper {
            padding: 0px 0 40px;
        }

        .project-details .btn-wrap {
            margin-bottom: 20px !important;
        }

        .section-element .vertical-text {
            font-size: 2vw;
        }

        .project-slider .swiper {
            transform: scale(1);
        }

        .project-slider .swiper .swiper-slide .proj-wrap {
            transform: scale(1) !important;
            opacity: 1 !important;
        }

        .project-slider .swiper .swiper-slide-next .proj-wrap {
            transform: scale(1) !important;
        }

        .project-slider .swiper-slide .proj-wrap .project-details {
            transition: 0.5s ease-in-out;
            opacity: 1 !important;
        }

        .project-slider .swiper-nav {
            transform: scale(1);
        }

        .secondary-btn {
            font-size: 2.5vw;
        }

        .testimonial-sec .title-wrap {
            margin-left: 40px;
        }

        .testimonial-sec .section-element {
            left: -5%;
            top: 3%;
        }

        .blogs-section .section-element {
            left: -2%;
        }

        .testimonial-sec .section-element .line {
            height: 200px;
        }

        .test-content p {
            font-size: 2.5vw;
        }

        .test-content img {
            width: 25px;
        }

        .test-info p {
            font-size: 1.6vw;
        }

        .blog-wrap .blog-details {
            padding: 20px;
            bottom: 2%;
        }

        .sub-title {
            font-size: 2.2vw;
        }

        .blog-details h3 {
            font-size: 2.6vw;
        }

        .secondary-btn.big {
            font-size: 2.2vw;
        }

        .contact-section {
            padding: 100px 0 80px;
        }

        .primary-form .secondary-btn {
            font-size: 2.2vw;
            padding: 10px 20px;
            margin-top: 15px !important;
        }

        .footer-item .footer-head .heading {
            font-size: 2.4vw;
            margin-bottom: 20px;
        }

        .footer-content {
            justify-content: center !important;
            flex-wrap: wrap;
        }

        .footer-item .social-icon {
            font-size: 2.8vw;
            /* margin-bottom: 10px      ; */
        }

        .footer-item:first-child {
            flex: 0 0 15%;
        }

        .footer-item:nth-child(2) {
            flex: 0 0 15%;
        }

        .footer-item:nth-child(3) {
            flex: 0 0 35%;
        }

        .footer-item:nth-child(4) {
            flex: 0 0 35%;
        }

        .footer-item:nth-child(5) {
            flex: 0 0 50%;
            margin-top: 30px;
        }

        .footer-item:nth-child(6) {
            margin-top: 30px;
        }

        .footer-logo {
            width: 7vw;
        }

        .second-social {
            margin-left: 20px !important;
        }

        .bridge-image img {
            height: 100% !important;
        }

        .refer-content p {
            font-size: 2.4vw;
        }

        .swiper-nav img {
            width: 70px;
            height: 70px;
        }

        .footer-headings {
            font-size: 0.8em;
        }

        .project-details h4 {
            font-size: 4.2vw;
        }

        .refer-section .feather {
            position: absolute;
            bottom: 2%;
            left: 3%;
            right: 0%;
        }

        .animated_social li a .social-icon {
            width: 6vw;
            height: 6vw;
            font-size: 2.8vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 10.5vw;
        }

        .start-txt {
            padding-right: 50px;
        }

        .vision-head {
            padding-left: 40px;
        }

        .end-txt {
            padding-left: 50px;
        }

        .award-sec .section-element {
            row-gap: 20px;
        }

        .proj-img {
            position: relative;
            text-align: center;
            padding: 0 60px;
        }

        .career-opening .btn-apply {
            font-size: 2vw;
        }

        .listing-sec .project-details h4 {
            font-size: 3vw;
        }

        .listing-sec .secondary-btn {
            font-size: 2vw;
        }
    }

    @media only screen and (max-width: 767px) {
        p {
            font-size: 3.5vw;
        }

        .global_section {
            padding: 25px 0 !important;

        }

        body>* {
            overflow-x: hidden;
        }

        .header_wrap .navbar,
        .header_wrap .navbar .container {
            height: 6vw;
        }

        .header_wrap .navbar .navbar-brand img {
            width: 50.7vw;
            margin-top: -14px;
        }

        .header_wrap.stick .navbar .nav_menu_btn {
            margin-top: -20px;
        }

        .animated_social li a .social-icon {
            width: 5vw;
            height: 5vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 9.5vw;
        }

        body>* {
            overflow-x: hidden;
        }

        .navbar,
        .header_wrap .navbar .container {
            height: 19vw !important;
        }

        .laptop-adjust {
            justify-content: flex-end !important;
        }

        .header_wrap .navbar .nav-link {
            font-size: 1vw;
        }

        .section-element {
            position: unset;
            flex-direction: row;
            align-items: center;
            gap: 30px;
            margin-left: 20px;
            margin-bottom: 30px;
        }

        .section-element .line {
            width: 150px;
            height: 3px;
            margin-bottom: 0;
            background-color: #00000033;
        }

        .section-element-about {
            left: 2%;
            top: 20%;
            row-gap: 50px;
        }

        .section-element-about {
            left: 1.2% !important;
        }

        .section-element-about .line {
            height: 1px !important;
            /* width: 1px !important       ; */
        }

        .section-element .vertical-text {
            color: #0000001f;
            transform: rotate(0deg) !important;
            transform-origin: center;
            font-size: 9.2vw;
            line-height: 42px;
        }

        /* .section-element .line {
    height: 250px               ;
    } */

        .feather {
            position: absolute;
            right: 0;
            bottom: 5%;
        }

        .counter-section .section-title {
            margin-left: 20px;
        }

        .services-con h4 {
            font-size: 10px;

        }

        .counter-container {
            row-gap: 20px;
            margin-top: 40px;
        }

        .counter-wrap {
            margin-left: 20px;
        }

        .counter-wrap h2,
        .counter-wrap h2 .small-txt {
            font-size: 6.5vw;
            text-align: left;
        }

        .counter-wrap img {
            width: 12vw;
        }

        .section-element.white {
            left: 0%;
        }

        .section-title {
            font-size: 7.7vw;
            text-align: center;
            margin: 24px;
        }

        .section-title span {
            font-size: 10.8vw;
        }

        .section-title-big {
            margin-right: -2%;
            margin-bottom: -1%;
            font-size: 6vw;
            text-align: center !important;
        }

        .over-cont p {
            font-size: 3.8vw;
            line-height: 30px;
        }

        .project-sec .section-title-big {
            margin-left: 2%;
        }

        .project-sec .section-title {
            font-size: 6.2vw;
            margin-left: 10px;
            margin-top: 20px;
            max-width: 100%;
        }

        .project-slider {
            margin: 50px 0 30px;
        }

        .project-slider .swiper-wrapper {
            padding: 0;
        }

        .project-sec .section-element .line {
            height: 1px;
        }

        .primary-btn span {
            font-size: 0.8rem;
            left: 28%;
            top: 45%;
        }

        .primary-btn svg {
            width: 80%;
        }

        .primary-btn {
            z-index: 33;
        }

        .project-details .btn-wrap {
            margin-bottom: 20px !important;
        }

        .project-slider {
            padding: 0 30px;
        }

        .project-slider .swiper {
            transform: scale(1);
        }

        .project-slider .swiper .swiper-slide .proj-wrap {
            transform: scale(1) !important;
            opacity: 1 !important;
        }

        .project-slider .swiper .swiper-slide-next .proj-wrap {
            transform: scale(1) !important;
        }

        .project-slider .swiper-slide .proj-wrap .project-details {
            transition: 0.5s ease-in-out;
            opacity: 1 !important;
            width: 100%;
        }

        .project-slider .swiper-nav,
        .testimonial-slider .swiper-nav {
            transform: scale(1);
            position: relative;
            justify-content: center;
        }

        .testimonial-sec .section-title {
            margin-bottom: 0px !important;
        }

        .project-slider .swiper-nav button,
        .testimonial-slider .swiper-nav button {
            margin: 5px;
        }

        .secondary-btn {
            font-size: 2.5vw;
        }

        .testimonial-sec .title-wrap {
            margin-left: 40px;
        }

        .testimonial-sec .section-element {
            left: -2%;
        }

        .testimonial-sec .section-element .line {
            height: 1px;
        }

        .test-info {
            margin-bottom: 30px;
        }

        .test-content p {
            font-size: 20px;
        }

        .test-content img {
            width: 25px;
        }

        .test-info p {
            font-size: 14px;
        }

        .blog-wrap .blog-details {
            padding: 20px;
            bottom: 2%;
        }

        .sub-title {
            font-size: 4.2vw;
            margin: 10px 0px;
        }

        .blog-details h3 {
            font-size: 4.6vw;
        }

        .secondary-btn.big {
            font-size: 4.2vw;
        }

        .contact-section {
            padding: 100px 0 80px;
        }

        .primary-form .secondary-btn {
            font-size: 4.2vw;
            padding: 10px 20px;
            margin-top: 15px !important;
        }

        .footer-item .footer-head .heading {
            font-size: 4.4vw;
            margin-bottom: 10px;
        }

        .footer-content {
            justify-content: center !important;
            flex-wrap: wrap;
            margin-bottom: 0px;
            padding: 0px 20px;
        }

        .footer-item .social-icon {
            font-size: 3.8vw;
            /* margin-bottom: 10px      ; */
        }

        .footer-item:first-child {
            flex: 0 0 100%;
        }

        .footer-item:nth-child(2) {
            flex: 0 0 100%;
        }

        .footer-item:nth-child(3) {
            flex: 0 0 100%;
        }

        .footer-item:nth-child(4) {
            flex: 0 0 100%;
        }

        .footer-item:nth-child(5) {
            flex: 0 0 50%;
        }

        .refer-section .feather img {
            mix-blend-mode: unset;
            width: 50%;
        }

        .footer-item:nth-child(6) {
            width: 50%;
        }

        .footer-item {
            margin-bottom: 25px;
        }

        .footer-logo {
            width: 69vw;
        }

        .second-social {
            margin-left: 20px !important;
        }

        .bridge-image img {
            height: 100% !important;
        }

        .refer-content p {
            font-size: 4.6vw;
        }

        .swiper-nav img {
            width: 50px;
            height: 50px;
        }

        .footer-headings {
            font-size: 0.8em;
        }

        .project-details h4 {
            font-size: 4.2vw;
        }

        .refer-section .feather {
            position: absolute;
            bottom: 2%;
            left: 3%;
            right: 0%;
        }

        .animated_social li a .social-icon {
            width: 10vw;
            height: 10vw;
            font-size: 4.8vw;
        }

        .side_menu .side_nav_logo {
            height: auto;
            width: 40.5vw;
        }

        .mobile-ad {
            flex: 0 0 100%;
            width: 100%;
        }

        .side_menu .btn-close {
            height: 30px;
            width: 30px;
        }

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

        .feather img {
            width: 100%;
        }

        .overview .primary-btn span {
            left: 28%;
        }

        .breadcrumb p {
            font-size: 25px;
        }

        .round-btn {

            width: 50% !important;

        }

        .form-title {
            font-size: 30px;

        }

        .deck-section-title {
            font-size: 28px;
            font-weight: 500;
            line-height: 40px;
            margin-bottom: 30px;
        }

        .breadcrumb p:last-child {
            font-size: 14px;
        }

        .overview .section-title-big {
            margin-bottom: -2%;
            margin-right: 0%;
        }

        .start-txt {
            padding-right: 50px;
        }

        .end-txt {
            padding-left: 50px;
        }

        .overview.proj-over .primary-btn span {
            left: 24%;
        }

        .proj-over .btn-wrap {
            text-align: center;
        }

        .proj-img {
            position: relative;
        }

        .amenities-slider .swiper-nav .cust-swiper-button-prev,
        .amenities-slider .swiper-nav .cust-swiper-button-next {
            position: relative;
            top: 0;
            right: 0;
        }

        .swiper-nav svg {
            width: 60px;
            margin: auto;
        }

        .amenities-slider,
        .project-slider.gallery-slider .swiper-wrapper {
            padding: 0px;
        }

        .gallery-slider {
            margin-top: 20px !important;
            padding: 0 10px;
        }

        .ame-wrap {
            justify-content: flex-start !important;
            /* height: 200px                       ; */
        }

        .config-table {
            width: 950px;
            max-width: 950px;
        }

        .gallery-sec .section-title-big {
            text-align: center !important;
            margin-right: 0 !important;
        }

        .map-frame {
            height: 400px;
        }

        .proj-over .feather {
            bottom: 21%;
        }

        .proj-over .feather img {
            width: 100%;
        }

        .career-opening .btn-apply {
            font-size: 4.93vw;
        }

        .loc-ico {
            width: 280px;
        }

        .listing-sec .project-details h4 {
            font-size: 6.2vw;
        }

        .dir1 {
            padding: 15px;
            margin: 20px 0px;
        }

        .listing-sec .secondary-btn {
            font-size: 3.5vw;
        }

        .listing-sec .project-slider {
            padding: 0;
        }

        .loanCalculator {
            flex-direction: column;
        }

        .loanCalculator .top {
            width: 100%;
        }

        .loanCalculator .finalResult {
            width: 100%;
        }

        .custom-row {
            flex-direction: column-reverse;
        }

        .test-wrap {
            width: 100% !important;
        }

        .md-text {
            font-size: 22px;
        }

        .post_detail ul li {
            font-size: 15px;
        }

        .project-slider a {
            display: block;
            width: 100%;
            margin: 0 auto;
            font-size: 12px;
        }

        .menu_nav .collapse_nav a {
            font-size: 20px;
        }
    }

    @media only screen and (min-width: 450px) and (max-width: 767px) {
        p {
            font-size: 3vw;
        }

        .loanCalculator {
            flex-direction: column;
        }

        .loanCalculator .top {
            width: 100%;
        }

        .loanCalculator .finalResult {
            width: 100%;
        }

        .custom-row {
            flex-direction: column-reverse;
        }
    }