html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: visible !important;
}

::selection {
    color: #fff;
    background: #0f579c;
}

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

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

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

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

.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: 42px;
    color: #000000;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-right: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.default-heading h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to top, #0f579c, #c92333);
}

@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: 6px;
        font-size: 28px;
    }

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

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

/* 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 - 90px);
    position: relative;
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.25);
}

.banner .item .cover {
    /* padding: 75px 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(184deg, #c9233342 56%, #061525c9 77%);
    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: 40px;
    color: #fff;
    /* margin-top: -6.5%; */
    text-shadow: 1px 1px 0px #000;
}

.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-size: 18px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 20px;
    border: 3px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
}

#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: 15px;
    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: 15px;
    top: 43%;
    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: 0px;
    opacity: 1;
}

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

.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;
    }
    .about-us-top.index-about-part:before
    {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
         background: linear-gradient(to right, #6f7280, #2a2c3c, #181827, #212529, #01101e, #1c1d1e);
        background-size: 400% 400%;
        animation: body 10s infinite ease-in-out;
        width: 100%;
        height: 100%;
    }
}

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

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

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

    .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;
    }
}

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

    .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: -110px; */
        font-size: 27px;
    }

    .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;
}

.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: 40px;
    background: #ffffff94;
    padding: 15px 15px 7px 15px;
    border: 0px solid #0f579c;
    border-radius: 0px;
    position: relative;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 50%);
    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: 56px;
    }
}

@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: #ffffff;
    transition: all 0.4s ease-in-out;
    position: fixed;
    border-bottom: 2px solid #c92333;
    box-shadow: 0 2px 3px rgba(100, 100, 100, 0.1);
    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:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    /* background-color: #dcaa6c4f;
    background-image: url(../../image/about-bg.webp);
    background-blend-mode: luminosity; */

    background: linear-gradient(to right, #6f7280, #2a2c3c, #181827, #212529, #01101e, #1c1d1e);
   background-size: 400% 400%; 
    animation: body 10s infinite ease-in-out;
    width: 100%;
    height: 100%;
}

@keyframes body {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }

.about-us-top.index-about-part .about-us-top-image img {
    border: 0px dashed #0f579c;
    padding: 0px;
    border-radius: 0px;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 41%); */
}

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

.about-us-top.index-about-part .about-us-top-content h2 {
    font-size: 42px;
    color: #fff;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-right: 0px;
}

.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(to top, #0f579c, #c92333);
}

/* .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%;
    }
}

/* counter-section-start */

.counter-section-new {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

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

.counter-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    padding: 20px 5px 20px 5px;
    border-radius: 10px;
    border: 3px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
}

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

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

.count-icon {
    width: 110px;
}

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

.count-digit {
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    position: relative;
    display: block;
    color: #0f579c;
}

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

.count-title {}

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


@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: #dcaa6c17; */
    background: linear-gradient(to right, #6f7280, #2a2c3c, #181827, #212529, #01101e, #550c13);
    background-size: 400% 400%;
    animation: body 10s infinite ease-in-out;
}

.wcu-box {
    padding: 20px 15px 12px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /* border-bottom: 5px solid #0f579c; */
    background: #fff;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(14deg, #d8e1e9 0%, #f1e0e2 77%);
    border: 2px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
}

.wcu-img {
    width: 110px;
    height: 110px;
    margin: 0px auto 18px;
}

.wcu-img img {
    width: 100%;
    /* filter: invert(49%) sepia(49%) saturate(475%) hue-rotate(353deg) brightness(96%) contrast(94%); */
    box-shadow: #a1a6ad 0px 1px 2px 0px, #4c6175 0px 2px 6px 2px;
    padding: 10px;
    border-radius: 50%;
}

.wcu-text {}

.wcu-text h5 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.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 */

/* 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 #0f579c; */
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
}

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

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

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

.testimonial-body {
    padding: 70px 60px 60px;
}

.testimonial-body .testimonial-p {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.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: -25px;
    background: #0f579c;
    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;
    border-radius: 50px;
}

#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 {}

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

.property-listing-item.property-listing-item-new .card {
    border: none;
    overflow: hidden;
    border: 3px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
    border-radius: 10px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.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: 280px;
    border-bottom: 1px solid #0f579c;
}

.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: #0f579c;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    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: 6px;
    right: 6px;
    padding: 3px 4px;
    background-color: #121212;
    box-shadow: 0 4px 15px rgb(255 255 255 / 20%);
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    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: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.property-listing-item.property-listing-item-new .card .card-body {
    /* padding: 10px 12px 12px 12px; */
    padding: 0px;
}

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

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

.property-title.property-ul-new li.card-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

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

.property-title.property-ul-new li.card-price span {
    background: linear-gradient(-45deg, #d73443, #b12533, #dc3545, #dc3545);
    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: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* .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: #000;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 12px;
}

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

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

.property-bottom-ul li {}

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

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

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

.right-float-btn.right-float-btn-new {
    position: static;
}

@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;
    }
}

/* latest-property-end */

/* trending-property-start */

.latest-property.latest-property-new.trending-property {
    background: #dcaa6c17;
}

/* trending-property-end */

/* footer-start */

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

.footer-section .list-unstyled {}

.footer-section .list-unstyled li {
    margin: 3px 0;
}

.copyright-text {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.footer-box-1 {}

.footer-box-2 {}

.footer-box-3 {}

.footer-box-4 {}

@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: 48%;
    }

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

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

/* footer-end */

/* about-page-start */

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

.card.mvv-card {
    padding: 15px 9px 16px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /* border-top: 5px solid #0f579c; */
    border-radius: 10px;
    background: linear-gradient(14deg, rgb(167 199 229 / 28%) 0%, rgb(247 204 210 / 26%) 77%);
    text-align: center;
    border: 2px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
}

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

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

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

}

.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, #dcaa6c, rgb(15, 15, 15));
}

/* Handle on hover */
.card.mvv-card .card-custom-contants p::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #dcaa6c, 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 */

/* search-list-page-start */

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

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

.card.prop-form-right-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 2px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
    border-radius: 10px;
}

.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: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.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: #0f579c;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    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: 6px;
    right: 6px;
    padding: 3px 4px;
    background-color: #121212;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    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: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.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: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content ul li.list-price span {
    background: linear-gradient(-45deg, #d73443, #b12533, #dc3545, #dc3545);
    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: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.property-list-view-item.property-list-view-item-new .propert-list-view-item-content .list-text {
    color: #000;
    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: #0f579c;
    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 #0f579c;
}

@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;
    }
}

/* search-list-page-end */

/* seller-corner-page-start */

.seller-corner-section.seller-corner-section-new {
    background: #dcaa6c17;
}

.seller-corner-section.seller-corner-section-new .seller-corner-card {
    padding: 18px 30px 20px;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;;
    border: 3px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
    border-radius: 10px;
}

.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;
}

.seller-corner-section.seller-corner-section-new .default-heading h2 {}

.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: #000;
}

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

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

@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 */

/* faq-page-start */

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

.card.faq-card {
    border-radius: 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;;
    /* border-top: 5px solid #d59443; */
    border: 2px solid #c92333;
    border-top-color: #0f579c;
    border-left-color: #0f579c;
}

.card.faq-card .card-header {
    border-bottom: 1px solid #424244;
    background: #dcaa6c17;
}

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

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

.card.faq-card .accordion {}

.card.faq-card .accordion-item {
    border: 1px solid #c92333;
    border-top: none;
    border-radius: 0px;
}

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

.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: 20px 15px 12px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: none !important;
    /* border-bottom: 5px solid #0f579c !important; */
    background: #fff;
    text-align: center !important;
    border-radius: 10px;
    border: 3px solid #c92333!important;
    border-top-color: #0f579c!important;
    border-left-color: #0f579c!important;
}


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

.contact-us-section.contact-us-section-new .custom-border-new {
    border: 0px dashed #0f579c;
    padding: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us-section.contact-us-section-new .contact-icon {
    margin-bottom: 8px;
}

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

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

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

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

.contact-bottom-section.contact-bottom-section-new {
    padding-top: 50px;
    background: linear-gradient(to right, #6f7280, #2a2c3c, #181827, #212529, #01101e, #1c1d1e);
    background-size: 400% 400%;
    animation: body 10s infinite ease-in-out;
}

.contact-bottom-section.contact-bottom-section-new .card.contact-map {
    border-radius: 0px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

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

.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;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /* border: 1px solid #0f579c !important; */
    border: 3px solid #c92333 !important;
    border-top-color: #0f579c !important;
    border-left-color: #0f579c !important;
}

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

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

.contact-bottom-section.contact-bottom-section-new .card.contact-form-card .card-header h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0f579c;
}

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

@media only screen and (max-width:1399px) {
    .contact-us-section.contact-us-section-new .card p {
        height: 48px;
        display: flex;
        align-items: center;
    }
}

@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%);
    }
}


/* contact-us-page-end */


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