body {
    overflow-y: visible !important;
}

::selection {
    color: #fff;
    background: #df9f00;
}

.offcanvas.offcanvas-end {
    border-left: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Spectral", serif; */
    /* font-family: "Source Serif 4", serif; */
    font-family: "Lato", sans-serif;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 600;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* color: #000; */
}

.navbar-toggler {
    padding: 3px;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #424244;
    background-color: transparent;
    border: 2px solid #df9f00;
    border-radius: 0px;
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* default-header-start */

.default-heading {
    margin-bottom: 30px;
    text-align: center;
}

.default-heading h2 {
    font-size: 46px;
    color: #000000;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
}

/* .default-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background: linear-gradient(105deg, rgb(0 0 0) 27%, rgb(204 159 137) 90%);
} */

@media only screen and (max-width:991px) {
    .default-heading {
        margin-bottom: 20px;
    }

    .default-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width:767px) {
    .default-heading h2 {
        margin-top: 0px;
        font-size: 28px;
    }

    .default-heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:575px) {
    .default-heading h2 {
        font-size: 26px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* default-header-end */

/* header-start */

/* @media only screen and (max-width:1199px) and (min-width:992px) {
    .navbar-brand img {
        height: auto;
        width: 180px;
    }
} */

/* header-end */

/* home-banner-carousel-start */

/*banner-start*/

.banner .item {
    height: calc(100vh - 120px);
    /* height: 100vh; */
    position: relative;
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    /* filter: brightness(1.25); */
}

.home-banner-new .banner .owl-item.active .item img {
    transition: transform 15000ms ease-out 0s, opacity 1000ms ease 0s;
    opacity: 1;
    transform: scale(1.2, 1.2);
    z-index: 2;
}

.banner .item .cover {
    /* padding: 75px 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgb(0 30 50 / 50%); */
    display: flex;
    align-items: center;
}

/* .banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  } */

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 500;
    font-size: 46px;
    color: #fff;
    margin-bottom: 0px;
    /* margin-top: -4.5%; */
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h2 span {
    display: block;
    font-size: 36px;
}

.banner .item .cover .header-content h1 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

/* #owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 39%;
    right: 5%;
  } */

#owl-carousel1 .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    right: 0%;
}

.owl-dot>button {
    background: transparent;
    color: #c3c3c3;
    border: 2px solid #c3c3c3;
    margin: 9px 5px;
    /* font-family: 'Playfair Display'; */
    /* font-family: "Times New Roman", Times, serif; */
    /* font-family: "Spectral", serif; */
    /* font-family: "Source Serif 4", serif; */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

#owl-carousel1.owl-theme .owl-nav.disabled+.owl-dots {
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme:hover .owl-nav.disabled+.owl-dots {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active>button,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover>button {
    color: #fff;
    border: 2px solid #fff;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover span {
    background: #85c227;
    /*    background: #ffc100;*/
}

#owl-carousel1.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 3px solid #fff;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 46%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 46%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner:hover .owl-prev {
    left: 10px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 10px;
    opacity: 1;
}

.banner:hover .owl-prev i,
.banner:hover .owl-next i {
    color: #ffffff;
}

.banner .owl-theme .owl-nav {
    margin-top: 0;
}

@media only screen and (max-width:1199px) {
    /* .banner .item .cover .header-content {
        padding: 46px;
    } */

    /* .banner .item {
        height: 560px;
    } */
}

@media only screen and (max-width:991px) {
    /* .banner .item .cover .header-content {
      padding: 15px 40px 15px 15px;
    } */

    .banner .item .cover .header-content h2 {
        font-size: 32px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 36px;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    /* .banner .item .cover .header-content h2 {
        margin-top: -2.5%;
    } */

    .banner .item .cover .header-content h2 span {
        display: block;
        font-size: 30px;
    }
}

@media only screen and (max-width:767px) {
    .banner .item {
        height: 440px;
    }

    .banner .item .cover .header-content {
        padding: 36px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 30px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
    }

    #owl-carousel1 .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 5%;
        right: 0%;
    }

    #owl-carousel1.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

    .banner .item .cover {
        height: calc(100% - 86px);
        top: 86px;
    }
}

@media only screen and (max-width:575px) {
    .banner .item {
        height: 420px;
    }

    .banner .item .cover .header-content {
        padding: 20px 0px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 24px;
    }

    .banner .item .cover .header-content h2 {
        margin-top: -0px;
        font-size: 28px;
    }

    .banner .item .cover .header-content h2 span {
        font-size: 24px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 26px;
        margin: 5px 0 6px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
        line-height: 24px;
    }

    #owl-carousel1 .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 5%;
        right: 0%;
        display: none;
    }
}

/*banner-end*/

.home-banner-new {
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

.banner-search-section {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.search-list-new {
    margin-top: 130px;
    background: #00000000;
    padding: 15px 15px 7px 15px;
    border: 0px solid #df9f00;
    border-radius: 0px;
    position: relative;
    border: 1px solid #2c2c2c;
    /* box-shadow: 4px 4px 15px rgb(0 0 0 / 50%); */
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    pointer-events: all;
}

.search-list-new .search-form {}

.search-list-new select {
    border-radius: 0px;
    height: 46px;
}

.search-list-new label {
    font-size: 18px;
    font-weight: 500;
}

.search-list-new .property-btn {
    border-radius: 0px;

}

@media only screen and (max-width:1199px) {
    .search-list-new {
        margin-top: 140px;
    }
}

@media only screen and (max-width:767px) {
    .banner-search-section {
        position: static;
    }

    .search-list-new {
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .home-banner-new .default-heading {
        margin-top: 24px;
    }
}

/* @media only screen and (max-width:575px) {
    .banner-search-section {
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 35px;
        display: flex;
        justify-content: center;
        align-items: end;
        pointer-events: none;
    }
} */

/* banner-search-end */

.navbar.sticky {
    /* background-color: #0d0d0d; */
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    position: fixed;
    border-bottom: 0px solid #df9f00;
    box-shadow: 0 2px 10px rgb(204 159 137 / 45%);
    top: 0;
    margin: auto;
    width: 100%;
    z-index: 108;
}

.navbar .row {
    width: calc(100% + 24px);
}

.about-us-top.index-about-part {
    position: relative;
    overflow: hidden;
}

.about-us-top.index-about-part.index-about-part-top {
    /* background: #fff0e9; */
}

/* .about-us-top.index-about-part:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #df9f004f;
    background-image: url(../../image/about-bg.webp);
    background-blend-mode: luminosity;
    width: 68%;
    height: 100%;
} */

.about-us-top.index-about-part .about-us-top-image img {
    border: 0px solid #df9f00;
    padding: 0px;
    border-radius: 0px;
    /* box-shadow: 2px 2px 5px rgb(0 0 0 / 32%); */
}

.about-us-top.index-about-part .about-us-top-content p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.about-us-top.index-about-part .about-us-top-content h2 {
    font-size: 46px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 0px;
    text-align: center;
}

.about-us-top.index-about-part .about-us-top-content h2 span {
    color: #df9f00;
}

/* .about-us-top.index-about-part .about-us-top-content h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(315deg, rgba(0, 80, 158, 1) 27%, rgba(231, 17, 28, 1) 90%);
} */

/* .about-us-top.index-about-part .about-us-top-content h2:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 41%);
} */

@media only screen and (max-width:1399px) {
    .about-us-top.index-about-part .about-us-top-content h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width:1199px) {
    .about-us-top.index-about-part .about-us-top-content h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width:575px) {
    .about-us-top.index-about-part:before {
        width: 100%;
    }

    .about-us-top.index-about-part .about-us-top-content h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }
}

/* counter-section-start */

.counter-section-new {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: #0d0d0d;
    background-blend-mode: difference; */
    padding: 90px 0;
}

.counter-section-new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #010101cf;
}

.counter-section-new .default-heading h2 {
    color: #fff;
}

.counter-section-new .default-heading h2:before {
    background: linear-gradient(105deg, rgb(255 255 255) 27%, rgb(204 159 137) 90%);
}

/* .counter-section-new:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #42424487;
    background-blend-mode: luminosity;
} */

.counter-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* .counter-card:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -12px;
    background-color: #df9f00;
} */

.counter-section-new .col-md-3:last-child .counter-card:after {
    background-color: transparent;
}

.count-icon {
    width: 105px;
}

.count-icon img {
    filter: invert(58%) sepia(41%) saturate(2674%) hue-rotate(14deg) brightness(103%) contrast(101%);
    filter: invert(1);
    width: 90px;
}

.count-digit {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 2px;
}

.count-digit:after {
    position: relative;
    content: "+";
    top: 0;
    left: 1px;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
}

.count-title {}

.count-title h3 {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}


@media only screen and (max-width:575px) {
    .counter-card:after {
        width: 0px;
    }

    .count-icon {
        width: 60px;
    }

    .count-icon img {
        width: 45px;
    }

    .count-digit {
        font-size: 24px;
        line-height: 28px;
    }

    .count-digit:after {
        font-size: 24px;
        line-height: 28px;
    }

    .count-title h3 {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
}

/* counter-section-end */

/* why choose us start */

.why-choose-us-wrap {
    /* background: #f8f8f8; */
    /* background: #df9f0017;
    background-image: url(../../image/wcu-bg-new.webp); */
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}

/* .why-choose-us-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff0e9;
} */

.wcu-box {
    padding: 0px 15px 12px 15px;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border-bottom: 4px solid #df9f00;
    background: #fff;
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.wcu-img {
    width: 90px;
    height: 90px;
    margin: 0px auto 12px;
}

.wcu-img img {
    width: 100%;
    filter: invert(49%) sepia(49%) saturate(475%) hue-rotate(353deg) brightness(96%) contrast(94%);
}

.wcu-text {}

.wcu-text h5 {
    font-size: 20px;
    line-height: 26px;
    /* height: 48px; */
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

.wcu-text p {
    font-weight: 500;
    color: #424244;
    text-align: justify;
    margin-bottom: 0px;
    /* height: 192px; */
}

@media only screen and (max-width:1399px) {
    .wcu-text p {
        height: 240px;
    }
}

@media only screen and (max-width:1199px) {
    .wcu-text p {
        height: 144px;
    }
}

@media only screen and (max-width:991px) {
    .wcu-text p {
        height: auto;
    }

    .wcu-box {
        padding: 30px 50px;
    }

    .wcu-text h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .why-choose-us-wrap .title-2 {
        margin-bottom: 35px;
    }

    .wcu-box {
        padding: 20px 30px;
    }

    .wcu-text h5 {
        margin-bottom: 8px;
    }

}

@media only screen and (max-width:575px) {
    .wcu-box {
        padding: 20px 15px;
    }
}

/* why choose us end */

/* why-choose-us-new-start */

.wcu-new-start {
    position: relative;
    overflow: hidden;
}

.wcu-new-start:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 58%;
    border-bottom-left-radius: 60px;
    background-color: #0061a5;
    /* background-color: #00366a; */
    background-image: url(../../image/footer-bg-new.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-blend-mode: hard-light;
    background-attachment: fixed;
    box-shadow: 0px 3px 6px 0px #000000d4;
}

.wcu-new-left {}

.default-heading.default-heading-alt {}

.default-heading.default-heading-alt h2 {
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.default-heading.default-heading-alt h2:before {
    background: linear-gradient(105deg, rgb(255 255 255) 27%, rgba(231, 17, 28, 1) 90%);
    left: 0;
    right: auto;
}

.wcu-card.wcu-card-1 {}

.wcu-card.wcu-card-1 h5 {}

.wcu-card.wcu-card-1 p {}

.wcu-card {
    background: #fff;
    padding: 0px 15px 8px;
    margin-top: 70px;
    border-bottom: 4px solid #df9f00;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
}

.wcu-card h5 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.wcu-card h5:before {
    position: absolute;
    content: "";
}

.wcu-card p {
    margin-bottom: 0px;
    text-align: justify;
}

.wcu-new-img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 8px;
    background: #df9f00;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 45%);
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.wcu-new-img img {
    width: 100%;
    filter: invert(1);
}

.wcu-card-new {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
    padding: 60px 50px 60px;
    background: #fff;
    border-top: 5px solid #df9f00;
}

.wcu-card-new .card-header {}

.wcu-card-new .card-header h4 {
    font-size: 34px;
    line-height: 46px;
    color: #df9f00;
}

.wcu-card-new .card-header h5 {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 24px;
    padding-bottom: 12px;
    position: relative;
}

.wcu-card-new .card-header h5:after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    margin: auto;
    bottom: 0px;
    width: 90px;
    height: 4px;
    background: linear-gradient(105deg, rgba(0, 80, 158, 1) 27%, rgba(231, 17, 28, 1) 90%);
}

.wcu-card-new .card-body {}

.wcu-card-new .agent-contact-form {}

@media only screen and (max-width:1399px) {
    .wcu-card-new .card-header h4 {
        font-size: 32px;
        line-height: 42px;
        color: #df9f00;
    }

    .wcu-card-new {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
        padding: 60px 30px 60px;
        background: #fff;
        border-top: 5px solid #df9f00;
    }
}

@media only screen and (max-width: 1199px) {
    .wcu-card p {
        margin-bottom: 0px;
        text-align: justify;
        font-weight: 600;
    }

    .default-heading.default-heading-alt h2 {
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

    .default-heading.default-heading-alt h2:before {
        background: linear-gradient(105deg, rgb(255 255 255) 27%, rgba(231, 17, 28, 1) 90%);
        left: 0;
        right: 0;
    }

    .wcu-card-new {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
        padding: 30px 30px 36px;
        background: #fff;
        border-top: 5px solid #df9f00;
    }

    .wcu-card-new .card-header h4 {
        text-align: center;
    }

    .wcu-card-new .card-header h5 {
        text-align: center;
    }

    .wcu-card-new .card-header h5:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0px;
        width: 90px;
        height: 4px;
        background: linear-gradient(105deg, rgba(0, 80, 158, 1) 27%, rgba(231, 17, 28, 1) 90%);
    }
}

@media only screen and (max-width:575px) {
    .wcu-new-start:before {
        height: 100%;
        border-bottom-left-radius: 0px;
    }

    .wcu-card-new {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
        padding: 20px 15px 20px;
        background: #fff;
        border-top: 5px solid #df9f00;
    }

    .wcu-card-new .card-header h4 {
        font-size: 22px;
        line-height: 27px;
        color: #df9f00;
    }

    .wcu-card-new .card-header h5 {
        font-weight: 500;
        margin-bottom: 24px;
        font-size: 20px;
        padding-bottom: 12px;
        position: relative;
    }
}

/* why-choose-us-new-end */

/* testimonial-start */

.client-say.updated-client-say .title.m-b-100 {
    margin-bottom: 50px;
}

/* .testimonial-carousel-wrap {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #df9f00;
    position: relative;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
} */

/* .testimonial-carousel-wrap:before {
    content: "\f10d";
    position: absolute;
    font-family: FontAwesome;
    left: 20px;
    top: -5px;
    font-size: 50px;
    color: #df9f00a3;
}

.testimonial-carousel-wrap:after {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    bottom: -5px;
    font-size: 50px;
    color: #df9f00a3;
} */

#owl-caraousel-2.owl-carousel {}

.testimonial-body {
    padding: 40px 30px 35px;
    background: #fff;
    margin-bottom: 15px;
    border: 2px solid #000000;
    position: relative;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    position: relative;
    text-align: left;
}

.testimonial-body:before {
    content: "\f10d";
    position: absolute;
    font-family: FontAwesome;
    left: 12px;
    top: -5px;
    font-size: 38px;
    color: #00000026;
}

.testimonial-body:after {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    right: 12px;
    bottom: -5px;
    font-size: 38px;
    color: #00000026;
}

.testimonial-body .testimonial-p {
    font-size: 16px;
    line-height: 26px;
    color: #0d0d0d;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: justify;
}

.testimonial-body h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0px;
}

.testimonial-body h6 {
    font-weight: 600;
    font-size: 14px;
}

#owl-caraousel-2 .owl-prev,
#owl-caraousel-2 .owl-next {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #df9f00;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#owl-caraousel-2 .owl-prev {
    left: -30px;
}

#owl-caraousel-2 .owl-next {
    right: -30px;
}

#owl-caraousel-2 .owl-prev:hover,
#owl-caraousel-2 .owl-next:hover {
    background: #424244;
}

#owl-caraousel-2.owl-theme .owl-nav {
    margin-top: 0px;
}

@media only screen and (max-width:767px) {
    .client-say.updated-client-say .title.m-b-100 {
        margin-bottom: 35px !important;
    }

    .testimonial-carousel-wrap {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575px) {
    .testimonial-body {
        padding: 70px 30px 50px;
    }

    #owl-caraousel-2 .owl-prev {
        left: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }

    #owl-caraousel-2 .owl-next {
        right: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }
}

/* testimonial-end */

/* latest-property-start */

.latest-property.latest-property-new {
    background: #040404;
}

.latest-property.latest-property-new .default-heading h2 {
    color: #fff;
}

.property-listing-item.property-listing-item-new {}

.property-listing-item.property-listing-item-new .card {
    height: 100%;
    border: none;
    border-radius: 0px !important;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

.property-listing-item.property-listing-item-new .property-image {
    padding: 0;
}

.property-listing-item.property-listing-item-new .product-carousel.product-carousel-1 {
    background: #fff;
    height: 240px;
    border-bottom: 1px solid #df9f00;
}

.property-print {
    border-top: 2px solid #df9f00;
}

.property-listing-item.property-listing-item-new .product-carousel.product-carousel-1 .item {}

.property-listing-item.property-listing-item-new .float-property-text1 {
    top: 6px;
    left: 6px;
    padding: 3px 5px;
    background-color: #df9f00;
    box-shadow: 0 4px 15px rgb(255 255 255 / 20%);
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    z-index: 1;
    border: 0px solid #fff;
}

.property-listing-item.property-listing-item-new .float-property-text2 {
    top: 10px;
    right: 10px;
    padding: 5px 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgb(255 255 255 / 42%);
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    border-radius: 0px;
    z-index: 1;
}

.property-listing-item.property-listing-item-new .float-property-text3 {
    bottom: 6px;
    left: 6px;
    padding: 2px 4px 2px 3px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #398b2e;
    background: #fff;
    border-radius: 0px;
    z-index: 1;
    border: 1px solid #398b2e;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.property-listing-item.property-listing-item-new .card .card-body {
    /* padding: 10px 12px 12px 12px; */
    padding: 0px;
    background: #040404;
    border-bottom: 0px solid #df9f00;
    border: 1px solid #2c2c2c;
    border-top: none;
}

.property-title.property-ul-new {
    margin-bottom: 12px;
    padding: 12px 15px 0px 15px !important;
}

.property-title.property-ul-new li {}

.property-title.property-ul-new li.card-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.property-title.property-ul-new li.card-price {}

.property-title.property-ul-new li.card-price span {
    background: #fff;
    background-size: 400% 400%;
    -webkit-animation: Gradient 4s ease infinite;
    -moz-animation: Gradient 4s ease infinite;
    animation: Gradient 4s ease infinite;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 7px;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #000000;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

/* .effetGradient,
.effetGradient:hover {
    text-shadow: 0px 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
} */

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.card-text.card-text-new {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 4px 15px 12px;
}

.card-text.card-text-new i {
    color: #ffffff;
    margin-right: 1px;
}

.property-bottom-ul {
    margin-bottom: 0px;
    padding: 8px 12px 10px 12px !important;
    border-top: 1px solid #df9f00;
    display: none !important;
}

.property-bottom-ul li {}

.property-bottom-ul li span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.property-bottom-ul li span i {
    color: #ffffff;
    margin-right: 1px;
}

/* .property-listing-item.property-listing-item-new .overlay-click {
    pointer-events: none;
} */

.right-float-btn.right-float-btn-new {
    position: static;
    background: #df9f00;
    color: #fff;
}

@media only screen and (max-width:1399px) and (min-width:1200px) {
    .card-text.card-text-new {
        padding: 6px 0px 0px 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1199px) {
    .property-bottom-ul li span {
        font-size: 13px;
    }

    .property-listing-item.property-listing-item-new .product-carousel.product-carousel-1 {
        height: 220px;
    }

    .card-text.card-text-new {
        padding: 6px 0px 0px 12px;
        font-size: 15px;
    }
}

/* latest-property-end */

/* trending-property-start */

.latest-property.latest-property-new.trending-property {
    /* background: #df9f0017; */
    background: #040404;
}

/* trending-property-end */

/* property-city-start */

.property-city-wrap {
    background: #faf5ee;
}

.property-city-wrap h6 {
    /* font-family: "Khula", sans-serif; */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.city-card {
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 41%);
}

.city-img {
    position: relative;
    overflow: hidden;
}

.city-img:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: hidden;
    /* visibility: initial; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s ease;
}

.city-card:hover .city-img:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -105%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -105%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
    transition: 0.5s ease;
}

.city-img img {
    transition: transform 0.5s ease;
    filter: brightness(0.92);
}

.city-card:hover img {
    transform: scale(1.15) translate(0%, 0%);
    filter: brightness(1.1);
    transition: transform 0.5s ease;
}

.city-text {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: linear-gradient(180deg, #1e1e1e00, #000000 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    transition: transform 0.5s ease;
}

.city-card:hover .city-text {
    background: linear-gradient(180deg, #1e1e1e00, #00000070 100%);
    transition: transform 0.5s ease;
}

.city-text h5 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    text-transform: uppercase;
}

@media only screen and (max-width:575px) {
    .property-city-wrap h6 {
        text-align: justify;
    }
}

/* property-city-end */

/* footer-start */

.footer-logo p {
    font-weight: 500;
    text-align: justify;
    margin-bottom: 0px;
    /* color: #fff; */
    color: #000;
    /* text-shadow: 0px 0px 2px #ffffff59; */
}

.footer-section .list-unstyled {}

.footer-section .list-unstyled li {
    margin: 3px 0;
    display: flex;
    /* align-items: center; */
}

.footer-section .footer-box-4 .list-unstyled li i {
    /* color: #fff; */
    color: #000;
    margin-right: 6px;
    margin-top: 6px;
}

.footer-section .list-unstyled li span {
    /* color: #fff; */
    color: #000;
    padding: 0px 5px;
}

.copyright-text {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.footer-box-1 {}

.footer-box-2 {}

.footer-box-3 {}

.footer-box-4 {}

.main-footer__social-list {
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0;
    gap: 0 10px;
    list-style: none;
}

.main-footer__social-list li {
    list-style: none;
}

.main-footer__social-list li a {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #000000c4;
    background-color: #000;
    border-radius: 0px;
    color: #df9f00;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.main-footer__social-list li a>i {
    transition: all 0.4s;
    color: #df9f00;
    margin-right: 0px;
}

.main-footer__social-list li a:hover {
    background-color: #fff;
    border: 1px solid #df9f00;
}

@media only screen and (max-width:1199px) {
    .footer-section {
        background-position: top;
    }
}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:575px) {
    .footer-box-4 .bank-list {
        height: auto;
        overflow-y: hidden;
    }

    .footer-box-4 .bank-list .list-unstyled {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-box-4 .bank-list .list-unstyled li {
        max-width: 32.5%;
    }

    .footer-main {
        padding-top: 2.5rem;
        padding-bottom: 1.7rem;
    }

    .copyright-text {
        font-size: 14px;
    }

    .bank-list img {
        margin-bottom: 0px;
    }
}

/* footer-end */

/* about-page-start */

.about-us-mission {
    background: #df9f0017;
}

.card.mvv-card {
    padding: 15px 9px 16px 15px;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border-top: 5px solid #df9f00;
    border-radius: 0px;
    background: #fff;
    text-align: center;
}

.card.mvv-card .card-body {
    padding: 0px;
}

.card.mvv-card .custom-border-new {
    border: 0px dashed #df9f00;
    padding: 0px;
    border-radius: 0px;
}

.card.mvv-card .card-custom-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto 30px;
    border: 0px solid #df9f00;
    transform: rotate(45deg);
    color: #424244;
    background: transparent;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px #df9f00;
}

.card.mvv-card .card-custom-icon i {
    font-size: 50px;
    transform: rotate(-45deg);
}

.card.mvv-card .card-custom-title {}

.card.mvv-card .card-custom-title h4 {
    font-size: 22px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px !important;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.card.mvv-card .card-custom-contants {}

.card.mvv-card .card-custom-contants p {
    font-weight: 500;
    color: #424244;
    text-align: justify;
    margin-bottom: 0px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 24px;
    height: 240px;
    max-height: 240px;
    overflow-y: auto;
}

/* width */
.card.mvv-card .card-custom-contants p::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.card.mvv-card .card-custom-contants p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #00000060;
}

/* Handle */
.card.mvv-card .card-custom-contants p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #df9f00, rgb(15, 15, 15));
}

/* Handle on hover */
.card.mvv-card .card-custom-contants p::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #df9f00, rgb(15, 15, 15));
}

@media only screen and (max-width:767px) {
    .card.mvv-card .card-custom-contants p {
        height: auto;
        max-height: none;
    }
}

/* about-page-end */

/* why-choose-us-page-start */

.why-choose-us-new-wrap {}

.why-choose-us-inner {}

.why-choose-us-inner h6 {
    /* font-family: "Khula", sans-serif; */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: justify;
}

.wcu-list {
    padding-left: 0;
    margin-bottom: 4px;
}

.wcu-list li {
    position: relative;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 6px;
    padding-left: 18px;
    text-align: justify;
}

.wcu-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    border: 2px solid #df9f00;
    background: 0;
    transform: rotate(45deg);
}

.wcu-list li span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #df9f00;
    text-decoration: underline;
    text-underline-offset: 4px;
    /* font-family: "Spectral", serif; */
    /* font-family: "Source Serif 4", serif; */
    font-family: "Lato", sans-serif;
}

.partner-section {
    /* background: #df9f0017; */
    /* background-image: url(../../image/partners-bg-new.jpg); */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

/* .partner-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
} */

.partner-section .banquet-box {
    background: #fff;
    height: 100px;
}

.partner-section .banquet-box img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* why-choose-us-page-end */

/* search-list-page-start */

.search-list-new.search-list-new-prop {
    margin-top: 0px;
}

.search-list-new.search-list-new-prop .property-btn {
    background: #df9f00;
}

.property-right-sidebar-contact.property-right-sidebar-contact-new {}

.property-right-sidebar-contact.property-right-sidebar-contact-new .agent-contact-form {
    width: 100%;
}

.property-right-sidebar-contact.property-right-sidebar-contact-new .agent-contact-form .property-btn {
    background: #df9f00;
}

.card.prop-form-right-card {
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
    box-shadow: 4px 4px 15px rgb(0 0 0 / 50%);
    border: none;
    border: 1px solid #2c2c2c;
    background: #000;
    border-radius: 0px;
}

.card.prop-form-right-card .card-footer {
    margin-top: 0px;
    background: none;
    border-top: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.property-list-view-item.property-list-view-item-new {
    border: none;
    border-radius: 0px !important;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border: 1px solid #2c2c2c;
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-image {}

.property-list-view-item.property-list-view-item-new .float-property-text4 {
    top: 6px;
    left: 6px;
    padding: 3px 5px;
    background-color: #df9f00;
    box-shadow: 0 4px 15px rgb(255 255 255 / 20%);
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    z-index: 1;
    border: 0px solid #fff;
}

.property-list-view-item.property-list-view-item-new .float-property-text5 {
    top: 8px;
    right: 8px;
    padding: 5px 5px;
    background-color: #ffffff;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    border-radius: 0px;
    z-index: 1;
}

.property-list-view-item.property-list-view-item-new .float-property-text6 {
    bottom: 6px;
    left: 6px;
    padding: 2px 4px 2px 3px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #398b2e;
    background: #fff;
    border-radius: 0px;
    z-index: 1;
    border: 1px solid #398b2e;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content {}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul {}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul li {}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul li.list-title {
    color: #df9f00;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul li.list-price span {
    background: #fff;
    background-size: 400% 400%;
    -webkit-animation: Gradient 4s ease infinite;
    -moz-animation: Gradient 4s ease infinite;
    animation: Gradient 4s ease infinite;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 7px;
    border-radius: 0px;
    border: 0px solid #424244;
    color: #000000;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content .list-text {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 0px;
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content .list-text i {
    color: #fff;
    margin-right: 1px;
}

.property-list-view-item.property-list-view-item-new .property-bottom-ul {
    margin-bottom: 0px;
    padding: 0px !important;
    border-top: 0px solid #df9f00;
    display: flex !important;
}

@media only screen and (max-width:575px) {
    .property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul {
        display: block !important;
    }

    .property-list-view-item.property-list-view-item-new .float-property-text4,
    .property-list-view-item.property-list-view-item-new .float-property-text5,
    .property-list-view-item.property-list-view-item-new .float-property-text6 {
        font-size: 11px;
    }
}

.property-list-view-item.property-list-view-item-new .row {
    align-items: center;
}

.property-list-view-item.property-list-view-item-new .prod-social-btn {
    padding: 15px 0px 0px;
}

/* search-list-page-end */

/* seller-corner-page-start */

/* .seller-corner-section.seller-corner-section-new {
    background: #fff0e9;
} */

.seller-corner-section.seller-corner-section-new .seller-corner-card {
    padding: 26px 40px 30px;
    background: transparent;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
    border: 2px solid #df9f00;
}

.seller-corner-section.seller-corner-section-new .default-heading {
    margin-bottom: 10px;
}

.seller-corner-section.seller-corner-section-new .seller-corner-card p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.seller-corner-section.seller-corner-section-new .default-heading h2 {
    color: #fff;
}

.seller-corner-section.seller-corner-section-new .seller-form {}

.seller-corner-section.seller-corner-section-new .seller-form label {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.seller-corner-section.seller-corner-section-new .seller-form input {
    background-color: #fff;
    border-radius: 0px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 0px solid #cb9f88;
    transition: 0.6s;
    padding: 10px 18px;
    font-size: 15px;
    margin: 4px 0px 14px;
    height: 46px;
}

.seller-corner-section.seller-corner-section-new .seller-form select {
    background-color: #fff;
    border-radius: 0px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #000000;
    transition: 0.6s;
    padding: 10px 14px;
    font-size: 15px;
    margin: 2px 0px 14px;
    height: 46px;
}

.seller-corner-section.seller-corner-section-new .seller-form textarea {
    background-color: #fff;
    border-radius: 0px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #000000;
    transition: 0.6s;
    padding: 10px 18px;
    font-size: 15px;
    margin: 2px 0px 14px;
}

@media only screen and (max-width:575px) {
    .seller-corner-section.seller-corner-section-new .seller-corner-card {
        padding: 12px 15px 15px;
    }
}

/* seller-corner-page-end */

/* builder-projects-page-start */

.builder-page-sec {}

.builder-image {
    margin-bottom: 20px;
}

.builder-image img {
    width: 100%;
}

.builder-texts {}

.builder-texts p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: justify;
}

.builder-texts p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width:575px) {
    .builder-image img {
        width: 220px;
    }

    .builder-image {
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
    }
}

/* builder-projects-page-end */

/* faq-page-start */

.faq-section.faq-section-new {}

.card.faq-card {
    border-radius: 0px;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
    /* border-top: 5px solid #df9f00; */
    border: 1px solid #0d0d0d;
}

.card.faq-card .card-header {
    border-bottom: 1px solid #0d0d0d;
    background: #0d0d0d;
    border-radius: 0px;
}

.card.faq-card .card-header h4 {
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
}

.card.faq-card .card-body {}

.card.faq-card .accordion {
    /* display: flex;
    flex-direction: column;
    row-gap: 20px; */
}

.card.faq-card .accordion-item {
    border-bottom: 1px solid #d2d2d2;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}

.card.faq-card .accordion-item:first-of-type {
    border-top: 1px solid #d2d2d2;
}

.floor-plan-image,
.master-plan-image {
    border: 1px solid #df9f00;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    display: inline-block;
}

.master-plan-inner {
    padding: 6px 12px 12px;
    display: flex;
    justify-content: center;
}

.card.faq-card .accordion-header {}

.card.faq-card .accordion-button {
    border-radius: 0px;
}

.card.faq-card .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.card.faq-card .accordion-button.collapsed {}

.card.faq-card .accordion-button b {
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
}

.card.faq-card .accordion-collapse {}

.card.faq-card .accordion-body {
    font-weight: 500;
    text-align: justify;
}

@media only screen and (max-width:575px) {
    .card.faq-card .accordion-button {
        border-radius: 0px;
        padding: 6px;
    }
}

/* faq-page-end */

/* contact-us-page-start */

.contact-us-section.contact-us-section-new {}

.contact-us-section.contact-us-section-new .card {
    padding: 0px 15px 50px 50px;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border: none !important;
    border-bottom: 0px solid #df9f00 !important;
    background: #fff;
    text-align: center !important;
}

.contact-us-section.contact-us-section-new .card.card-new {
    padding: 0px 15px 15px 15px;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border-bottom: 4px solid #df9f00 !important;
    background: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
    position: relative;
}

.agent-contact-form {
    width: 55%;
}

/* .contact-us-section.contact-us-section-new .card.card-new:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background-color: #df9f00;
    z-index: 0;
} */

.contact-us-section.contact-us-section-new .card-body {
    padding: 0px;
}

.contact-us-section.contact-us-section-new .custom-border-new {
    border: 0px dashed #df9f00;
    padding: 0px;
    border-radius: 0px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.contact-us-section.contact-us-section-new .contact-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 8px;
    background: #df9f00;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 45%);
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.contact-us-section.contact-us-section-new .contact-icon img {
    width: 100%;
    filter: invert(1);
}

.contact-us-section.contact-us-section-new .contact-icon i {
    font-size: 35px;
    height: 68px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #df9f00;
    padding: 10px;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 46%);
    border-radius: 0px;
}

.contact-us-section.contact-us-section-new .contact-texts {
    text-align: left;
    width: calc(100% - 100px);
}

.contact-us-section.contact-us-section-new .card h4 {
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 12px;
}

.contact-us-section.contact-us-section-new .card p {
    color: #df9f00;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}

.contact-us-section.contact-us-section-new .card p a {
    color: #df9f00;
    text-decoration: none;
}

.contact-us-section.contact-us-section-new .card p a:hover {
    text-decoration: underline;
}

.contact-bottom-section.contact-bottom-section-new {
    position: relative;
}

.contact-bottom-section.contact-bottom-section-new:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #141414;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-map {
    border-radius: 0px;
    border: none;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

.contact-bottom-section.contact-bottom-section-new .card.contact-map .card-body {
    padding: 0;
    border: 1px solid #df9f00;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-map .card-body iframe {
    margin-bottom: -7px;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-form-card {
    border: none;
    border-radius: 0px;
    background: #fff;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border: 2px solid #000 !important;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-header {
    padding-bottom: 0px;
    border-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-header h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    position: relative;
    padding-left: 0px;
    text-align: left;
}

/* .contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-header h4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    width: 90px;
    height: 3px;
    background: linear-gradient(105deg, rgb(0 0 0) 27%, rgb(204 159 137) 90%);
} */

.contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-body {
    padding-top: 2px;
    padding-bottom: 0px;
}

.contact-lowest {}

.contact-lowest .card.contact-map {
    border-radius: 0px;
    border: none;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.contact-lowest .card.contact-map .card-body {
    padding: 0;
    /* border: 1px solid #df9f00; */
}

.contact-lowest .card.contact-map .card-body iframe {
    margin-bottom: -10px;
}

/* @media only screen and (max-width:1399px) {
    .contact-us-section.contact-us-section-new .card p {
        height: 48px;
    }
} */

@media only screen and (max-width:1199px) {
    .contact-lowest .card.contact-map .card-body iframe {
        height: 420px !important;
    }
}

@media only screen and (max-width:991px) {
    .contact-us-section.contact-us-section-new .card p {
        height: auto;
    }

    .contact-bottom-section.contact-bottom-section-new .card.contact-map .card-body {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 70%;
    }

    .contact-bottom-section.contact-bottom-section-new .card.contact-map .card-body iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: calc(100%);
        height: calc(100%);
    }
}

@media only screen and (max-width:575px) {
    .contact-us-section.contact-us-section-new .card.card-new {
        padding: 10px 10px 10px 10px;
    }

    .contact-us-section.contact-us-section-new .card.card-new:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 80px;
        background-color: #df9f00;
        z-index: 0;
    }

    .contact-us-section.contact-us-section-new .contact-icon i {
        font-size: 32px;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #df9f00;
        padding: 10px;
        box-shadow: 4px 4px 15px rgb(12 35 34 / 46%);
        border-radius: 0px;
    }

    .contact-us-section.contact-us-section-new .contact-texts {
        width: calc(100% - 85px);
    }

    .contact-us-section.contact-us-section-new .card h4 {
        font-weight: 600;
        margin-bottom: 4px;
        font-size: 20px;
    }

    .contact-us-section.contact-us-section-new .card p {
        font-size: 16px;
    }

    .contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-header {
        padding-bottom: 0px;
        border-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 16px;
    }

    .contact-lowest .card.contact-map .card-body iframe {
        height: 300px !important;
    }
}

/* contact-us-page-end */


.property-grid-list i.fa-solid.fa-square-check {
    color: #ffffff;
}

.property-grid-list {
    color: #ffffff;
}

/* navbar-toggler-start */

@media only screen and (max-width:991px) {
    .navbar-toggler-icon {
        /* filter: invert(28%) sepia(85%) saturate(2328%) hue-rotate(195deg) brightness(70%) contrast(100%); */
        /* filter: brightness(10); */
    }
}

/* navbar-toggler-end */

.sec-padding {
    padding: 60px 0;
}

.overlay-prod-new {
    text-decoration: none;
}

.client-say.updated-client-say {
    /* background-image: url(../../image/testi-background-new.jpg); */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.client-say.updated-client-say .default-heading h2 {
    /* color: #fff; */
}

.client-say.updated-client-say .default-heading h2:before {
    background: linear-gradient(105deg, rgb(255 255 255) 27%, rgb(204 159 137) 90%);
}

.footer-logo a {
    margin-bottom: 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: #df9f00;
}

.footer-main a:hover {
    color: #df9f00;
}

.footer-main a.location-map-new:hover {
    /* color: #fff; */
    color: #000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 120px;
        margin-top: 0px !important;
        border-top: 2px solid #df9f00;
        box-shadow: 2px 2px 5px rgb(255 255 255 / 15%);
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #df9f00;
    background-color: transparent;
}

.spl-new-row {
    overflow: hidden;
}

.cont-abs-box {
    position: absolute;
    background: #000;
    padding: 41px 50px;
    width: 49%;
    right: 0;
    top: 92px;
}

.cont-abs-box h4 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    position: relative;
    padding-left: 0px;
    text-align: left;
}

.con-right-inner {}

.con-right-inner h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.con-right-inner p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.con-right-inner p b {}

.con-right-inner p a {
    color: #fff;
    text-decoration: none;
}

.con-right-inner p a:hover {
    color: #df9f00;
}

.imgs {}

.imgs img {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .navbar-brand img {
        margin: 10px 0;
    }

    .navbar .row {
        position: relative;
    }

    .mob-call-btn {
        position: absolute;
        right: 54px;
    }

    .mob-call-btn .property-btn {
        padding: 9px 25px;
        background: linear-gradient(-45deg, #df9f00, #df9f00, #df9f00, #df9f00);
    }
}

.after-testi-part {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}

.after-testi-part h2 {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.after-testi-part a {}

.after-testi-part a:hover {}

.modal-dialog.modal-sm img {
    border: 4px solid #df9f00;
}

.modal-dialog.modal-sm img {
    width: 100%;
}

.modal.fade.show {
    padding-right: 0px !important;
}

@media only screen and (min-width: 992px) {
    .modal-dialog.modal-sm {
        max-width: 300px;
    }

    .modal-dialog.modal-sm .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 0px;
    }
}

.nav-item.dropdown.inner-dropdown {}

.nav-item.dropdown.inner-dropdown .nav-link.dropdown-toggle {
    /* color: #fff; */
    line-height: 24px;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.nav-item.dropdown.inner-dropdown .dropdown-menu {
    top: 0px;
    right: -158px;
    box-shadow: -4px 2px 15px rgb(0 0 0 / 10%);
}

.nav-item.dropdown.inner-dropdown .dropdown-menu li {}

.nav-item.dropdown.inner-dropdown .dropdown-menu li .dropdown-item {}

.nav-item.dropdown.inner-dropdown.inner-dropdown-2 .nav-link.dropdown-toggle {
    line-height: 24px;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.nav-item.dropdown.inner-dropdown.inner-dropdown-2 .dropdown-menu {
    top: 0px;
    right: -174px;
    box-shadow: -4px 2px 15px rgb(0 0 0 / 10%);
}

@media only screen and (max-width:991px) {

    .offcanvas-header .navbar-brand {
        padding: 0px !important;
    }

    .offcanvas-header .navbar-brand img {
        margin: 0px 0;
    }

    .offcanvas-header .navbar-brand img img {
        width: 90px;
    }

    .offcanvas.offcanvas-end {
        /* background-color: #0d0d0d; */
    }

    .offcanvas-header button.btn-close {
        /* filter: invert(10); */
    }
}

.nav-item.ni-spl {
    background: #e9b83e;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 9%);
}

.mob-dropdown-menu {
    padding: 5px 0px;
    list-style: none;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 8%);
}

.mob-dropdown-menu .dropdown-menu.show {
    box-shadow: none !important;
    border: 1px solid #e9b83e;
    padding: 4px 0px 6px;
    margin: 4px 15px;
}