/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700|Poppins:400,500,600,700&amp;display=swap');
/*font-family: 'Poppins', sans-serif;
font-family: 'Muli', sans-serif;*/

/* Import Stylesheets */
@import url('all.min.css');
@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('menu.css');
@import url('owl.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('nice-select.css');
@import url('jquery-ui.min.css');
@import url('spacing.css');

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #797D8A;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

a {
    color: #d9b21c;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #d9b21c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: 
    ;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: #eeeeeeee;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Background Color style */
.bg-white {
    background: #FFFFFF;
}

.bg-red {
    background: #FF3764;
}

.bg-green {
    background: #d9b21c;
}

.bg-blue {
    background: #5867DD;
}

.bg-light-blue {
    background: #5578EB;
}

.bg-black {
    background: rgba(8, 21, 51, 1) !important;
}

.color-red {
    color: #FF3764;
}

.color-green {
    color: #d9b21c;
}

.color-yellow {
    color: #FF9B20;
}


/** Section Title style */
.section-hint {
    color: #d9b21c;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    padding-right: 10px;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    display: inline-block;
}

.section-hint:after {
    position: absolute;
    background: #d9b21c;
    content: '';
    height: 1px;
    width: 60px;
    left: 100%;
    top: 50%;
}

.section-title {
    line-height: 65px;
    margin-bottom: 50px;
}

/** Button style */
.theme-btn,
a.theme-btn {
    background: #d9b21c;
    font-size: 18px;
    color: white;
    cursor: pointer;
    border-radius: 47px;
    padding: 8px 36px;
    display: inline-block;
    border:2px solid #fff;
}

.theme-btn:hover,
a.theme-btn:hover {
    background: rgba(0, 26, 52, 1);
    
}


/** Social Link Style One */
.social-style-one {
    display: inline-block;
}

.social-style-one a {
    font-size: 17px;
    margin: 0 5px;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    /* color: #001a34; */
    background: rgba(4, 6, 65, 0.1);
}

.social-style-one a:hover {
    background: #d9b21c;
    color: #FFFFFF;
}

/*pazination style*/
.properties-pazination li {
    display: inline-block;
}

.properties-pazination li a {
    color: #001a34;
    padding: 0 8px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.properties-pazination a:hover {
    color: #d9b21c;
}

.properties-pazination li.active a {
    color: #FFFFFF;
    border-radius: 50%;
    background: #d9b21c;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.properties-pazination li.active a:hover {
    color: #FFFFFF;
}

.properties-pazination li:first-child a,
.properties-pazination li:last-child a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: rgba(45, 57, 84, 0.06);
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    background: #d9b21c;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group input,
.form-group textarea {
    color: #64687E;
    font-size: 14px;
    padding: 18px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D4D7DE;
}

.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: #D4D7DE;
}


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

/****************************************************** */
/****************** 02. Slider Section  *************** */
/****************************************************** */

.main-slider {
    position: relative;
}

.main-slider .slider-wrapper {
    position: relative;
}

.main-slider .slider-wrapper .image img {
    min-height: 500px;
    max-width: none;
}

.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  background-color: rgb(8 21 51 / 30%);
    opacity: 1;
    z-index: 5;
}

.slider-content {
    max-width: 1000px;
}

.main-slider h2 {
    color: white;
    font-size: 75px;
    line-height: 110px;
    margin-bottom: 0;
    text-transform: capitalize;
}


/* slider Social Liink */
.main-slider .social-style-one {
    position: absolute;
    top: 50%;
    left: 150px;
    z-index: 2;
    transform: translateY(-50%);
}

.main-slider .social-style-one a {
    display: block;
    margin: 50px 0;
    color: #FFFFFF;
    opacity: 0.6;
    border: 1px solid;
    background: transparent;
}

.main-slider .social-style-one a:hover {
    opacity: 1;
}


/* video play button */
.main-slider .video-play {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 2;
    transform: translateY(-50%) rotate(-90deg);
}

.video-play a {
    display: flex;
    align-items: center;
}

.video-play i {
    font-size: 22px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #001a34;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
}

.video-play i:before {
    font-size: 15px;
}

.video-play span {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 14px;
    transition: 0.5s;
    margin-left: 25px;
}

.video-play:hover span {
    opacity: 1;
}

/* slide Dots */
.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.main-slider .owl-dot {
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    opacity: 0.54;
    border-radius: 50%;
    animation: 0.5s;
    display: block;
    margin: 15px 0;
}

.main-slider .owl-dot.active {
    opacity: 1;
    background: #d9b21c;
}


/****************************************************** */
/****************** 03. Banner Section  **************** */
/****************************************************** */
.banner-section {
    height: 300px;
    position: relative;
/*     background: url(../images/banner.png); */
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.banner-section:after {
    content: '';
    position: absolute;
    background: #081533;
    opacity: 0.75;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-inner {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.page-title {
    color: #FFFFFF;
    font-size: 55px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.banner-inner nav {
    display: inline-block;
}

.breadcrumb-item a {
    color: #FFFFFF;
}

.breadcrumb-item a:hover {
    color: #d9b21c;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    content: "›";
}

/****************************************************** */
/****************** 04. Search Filter  **************** */
/****************************************************** */
.search-filter {
    height: 110px;
}

.search-filter .container {
    position: relative;
    height: 100%;
}

.search-filter-inner {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 5;
    padding: 75px 75px 25px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    transform: translateY(-50%);
    box-shadow: 0px 30px 60px #1D306119;
}

.filter-item {
    padding: 0 45px;
    margin-bottom: 50px;
    border-right: 1px solid #d5d8df;
}

.filter-item .nice-select {
    border: none;
    height: 35px;
    padding: 0 30px 0 0;
}

.filter-item .nice-select:after {
    margin-top: 0;
}

.search-button {
    text-align: center;
    margin-bottom: 50px;
}

.search-button button {
    color: #FFFFFF;
    background: #d9b21c;
    cursor: pointer;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
}

/****************************************************** */
/****************** 05. About Section  **************** */
/****************************************************** */
.about-content {
    max-width: 600px;
}

.about-content .theme-btn {
    margin-top: 45px;
}
.about-img, .mission-image {
  animation: floatUpDown 3s ease-in-out infinite;
}

.about-img, .mission-image img {
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.3s ease;
}

/* Hover effect for a bit more depth */
.about-img, .mission-image:hover img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

/* Smooth up-down animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-img, .mission-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.about-img  img, .mission-image img
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.about-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #d9b21c;
    opacity: 0.05;
}
.floor-plan img {
    width: 100%;
    border-radius: 12px;
}
.property-sidebar {
    position: sticky;
    top: 150px;
}
/*About page*/
/* .video-section {
  
    position: relative;
    border-radius: 10px;
    background: url(https://iamdeveloper.in/reimagine-properties/wp-content/themes/reimaginetheme/assets/images/logo/logo.png);
   height:300px;
	width:300px;
} */

/* .video-section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    border-radius: 10px;
    background: #001a34;
} */

.video-section a {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    font-size: 22px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
}

.video-section .ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    border-radius: 50%;
    transform: scale(1.2);
    background: rgba(255, 255, 255, 25%);
}

.video-section .ripple:before,
.video-section .ripple:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(.8);
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 65%);
}

.video-section .ripple:before {
    animation-delay: 0.5s;
}

.video-section .ripple:after {
    animation-delay: 1s;
}

/*ripple animation*/
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/****************************************************** */
/*********** 06. Exclusive Properties Section  ******** */
/****************************************************** */
.property-information {
    background: #FFFFFF;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
}
.work-process-box .wrok-content
{
    margin-top: 0px;
}
.property-information:hover {
    box-shadow: 0px 30px 60px #1D30611A;
}

.property-information:hover .exclusive-img img {
    transform: scale(1.15);
}
section.about-section.mt-200.mb-195.rmt-45.rmb-95 {
    background: #fff;
    margin: 0px;
    padding: 90px 0px;
}
.exclusive-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.exclusive-img img {
    transition: 0.5s;
    width: 100%;
}

.property-content {
    padding: 30px;
}

.property-content h5 a {
    color: #001a34;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.property-content h5 a:hover {
    color: #d9b21c;
}

.property-content h5 a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% + 10px);
    background: #d9b21c;
    transform: translateY(-50%);
    left: -30px;
    top: 50%;
}

.for-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.price {
    font-size: 20px;
    color: #001a34;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.price span {
    font-size: 16px;
    color: #797D8A;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}

.rent-sale {
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px;
    margin-left: auto;
    transform: translate(30px);
    font-family: 'Poppins', sans-serif;
}

.info li {
    margin-right: 13px;
    display: inline-block;
}

.info i {
    color: #d9b21c;
    margin-right: 6px;
}

.info li:last-child {
    margin-right: 0;
}

/****************************************************** */
/*************** 07. Fact Counter Section  ************ */
/****************************************************** */
.fact-count-section {
    background: url(../images/count.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 100px;
}

.fact-count-section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(8, 21, 51, 0.7);
    
}

.single-fact {
    color: #FFFFFF;
    padding: 40px 0;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 30px 60px #1D306119;
}

.single-fact .count-text {
    font-size: 75px;
    line-height: 94px;
    display: inline-block;
}

.symbol:after {
    content: 'k';
}

/****************************************************** */
/**************** 08.Testimonials Section  ************* */
/****************************************************** */
.testimonial-content {
    padding: 30px 0 0 30px;
}

.author-speak {
    padding: 70px 0 85px 75px;
}

.author-designation {
    padding-left: 75px;
}

.author-designation h5 {
    color: #d9b21c;
    margin-bottom: 10px;
}

.author-speak {
    position: relative;
}

.author-speak:before,
.author-speak:after {
    position: absolute;
    font-family: Flaticon;
    color: #d9b21c;
    font-size: 55px;
    line-height: 95%;
}

.author-speak:before {
    content: "\f10c";
    top: 0;
    left: 0;
}

.author-speak:after {
    content: "\f10d";
    right: 35%;
    bottom: 30px;
}

.testimonial-wrap .owl-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.testimonial-wrap .owl-prev,
.testimonial-wrap .owl-next {
    color: #d9b21c;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    transition: 0.5s;
    background: rgba(45, 57, 84, 0.06);
}

.testimonial-wrap .owl-prev:hover,
.testimonial-wrap .owl-next:hover {
    background: rgba(45, 57, 84, 1);
    color: #fff;
}

.testimonial-wrap .owl-next {
    margin-left: 25px;
}

/****************************************************** */
/*************** 09.Work Process Section  ************* */
/****************************************************** */

.work-process-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}

.work-icon {
    flex: none;
    width: 90px;
    height: 90px;
    font-size: 25px;
    line-height: 90px;
    margin-right: 25px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px #1D306119;
}

.wrok-content {
    margin-top: 35px;
}

.wrok-content h5 {
    margin-bottom: 22px;
}

/****************************************************** */
/******************* 10.Blog Section  ***************** */
/****************************************************** */
.blog-box {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.blog-box:hover {
    box-shadow: 0px 30px 60px #1D306119;
}

.blog-img img {
    width: 100%;
}

.blog-content {
    padding: 25px 25px 10px;
}

.date {
    color: #d9b21c;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-content h5 a,
.post-content h5 a {
    color: #001a34;
    line-height: 27px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-content h5 a:hover,
.post-content h5 a:hover {
    color: #d9b21c;
}

/*Blog Details Page*/
.blog-details-img {
    margin-bottom: 20px;
}

.blog-header {
    margin-bottom: 25px;
}

.blog-header ul li {
    display: inline-block;
}

.blog-header ul li:after {
    content: '';
    height: 4px;
    width: 4px;
    background: #001a34;
    display: inline-block;
    margin: 0 15px 3px 15px;
}

.blog-header ul li:last-child:after {
    display: none;
}

.blog-details-content blockquote {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #001a34;
    padding: 30px;
    margin: 25px 0;
    font-weight: 600;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
}

.blog-details-content blockquote:before {
    content: "\f10c";
    font-family: Flaticon;
    margin-right: 15px;
    color: #d9b21c;
    font-size: 55px;
    line-height: 95%;
}

/*Comments*/
.comment-item {
    display: flex;
    margin-bottom: 40px;
}

.comment-reply {
    margin-left: 75px;
}

.comment-author-img {
    flex: none;
    margin-right: 30px;
}

.comment-author-img img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.comment-reply img {
    width: 65px;
    height: 65px;
}

.comment-speech {
    flex: auto;
}

.commenter-name {
    position: relative;
}

.commenter-name .reply {
    position: absolute;
    color: #001a34;
    top: 0;
    right: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.commenter-name .ratings {
    position: absolute;
    top: -5px;
    right: 0;
}

/*Sidebar*/
.widget {
    margin-bottom: 55px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .title {
    margin-bottom: 25px;
}

/*search widget*/
.search-widget {
    position: relative;
}

.search-widget input {
    margin: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #D4D7DE;
}

.search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border-radius: 5px;
    color: #001a34;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
}

/*post widget*/
.post-content .date {
    margin-bottom: 3px;
}

.post-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.post-item:last-child {
    margin-bottom: 0;
}

.post-img {
    width: 86px;
    flex: none;
    margin-right: 15px;
}

.post-img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

/*Categories widget*/
.category-widget li a {
    color: #797D8A;
    margin-bottom: 5px;
    display: inline-block;
}

.category-widget a:hover {
    color: #d9b21c;
}

.category-widget li a:before {
    content: "\f106";
    font-family: Flaticon;
    color: #d9b21c;
    font-size: 11px;
    margin-right: 15px;
}

/*Tags widget*/
.tag-widget a {
    color: #797D8A;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 10px 15px 0;
    background: #FFFFFF;
    display: inline-block;
}

.tag-widget a:hover {
    color: #d9b21c;
}

/****************************************************** */
/************* 11.Rentals & Sales Section  ************ */
/****************************************************** */
.search-item-box {
    margin-bottom: 25px;
}

.search-item-box h6 {
    margin-bottom: 25px;
}

/*select option*/
.search-item-box .nice-select {
    border: 1px solid #D4D7DE;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.search-item-box .nice-select:after {
    right: 18px;
}

.search-item-box .nice-select .list {
    width: 100%;
}

/*slider range*/
.search-item-box input {
    color: #797D8A;
    line-height: 0;
    margin-bottom: 18px;
    background: transparent;
    display: block;
}

.search-item-box .ui-slider-horizontal {
    height: 8px;
}

.search-item-box .ui-widget-header {
    background: #d9b21c;
}

.search-item-box .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -5px;
    margin-left: 0;
    cursor: e-resize;
    border-radius: 50%;
    border-color: #d9b21c;
}

.search-item-box .ui-slider .ui-slider-handle:last-child {
    transform: translate(-100%);
}

.search-item-box .ui-slider .ui-state-active {
    background: #d9b21c;
    border-color: #d9b21c;
}

/*search button*/
.search-item-box .theme-btn {
    border-radius: 10px;
    margin-top: 50px;
}

/*more option tab*/
.more-option-wrap {
    margin-bottom: 65px;
}

.more-option-wrap .ui-accordion-header .ui-icon {
    width: 17px;
    height: 17px;
    margin: -2px 10px 0 0;
    background-color: #d9b21c;
    border-radius: 3px;
}

.more-option-wrap .ui-accordion-header .ui-icon-triangle-1-s {
    background-position: -48px -128px;
}

.more-option-wrap .ui-accordion-header .ui-icon-triangle-1-e {
    background-image: url(images/ui-icons_ffffff_256x240.png);
    background-position: -16px -128px;
}

.more-option-wrap .ui-accordion-header {
    margin: 0;
    padding: 0;
    border: none;
    color: #001a34;
    font-weight: 600;
    display: inline-block;
    background: transparent;
}

.more-option-wrap .ui-widget-content {
    background: transparent;
    padding: 30px 18px 0;
    border: none;
}

.more-option-wrap li {
    width: 25%;
    float: left;
    margin-bottom: 18px;
}

.more-option-wrap li:last-child {
    margin-bottom: 0;
}

.more-option-wrap .ui-button {
    margin: 0;
    padding: 0;
}

.more-option-wrap .ui-widget-content .ui-state-active,
.more-option-wrap .ui-widget-content .ui-state-focus,
.more-option-wrap .ui-button.ui-state-active:hover,
.more-option-wrap .ui-button:active,
.more-option-wrap .ui-button:hover,
.more-option-wrap .ui-button:focus,
.more-option-wrap .ui-button {
    border: none;
    color: #797D8A;
    box-shadow: none;
    background: transparent;
}

.more-option-wrap .ui-accordion-content .ui-icon {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    margin-right: 15px;
    position: relative;
    background: transparent;
    border: 1px solid #797D8A;
}

.more-option-wrap .ui-accordion-content .ui-state-checked:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    left: 50%;
    top: 50%;
    border-radius: 1px;
    background: #d9b21c;
    transform: translate(-50%, -50%);
}

/****************************************************** */
/********** 12.Rentals & Sales Details Page  ********** */
/****************************************************** */
.rentals-page .section-title {
    margin-bottom: 20px;
}

.property-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.property-heading .rent-sale,
.property-heading .price {
    margin-top: 20px;
    transform: translate(0);
    align-self: flex-start;
    min-width: max-content;
}

.property-heading .rent-sale {
    margin: 20px 30px 0;
}

.property-location i {
    color: #d9b21c;
    margin-right: 5px;
}

/*property slider*/
.property-slider {
    border-radius: 10px;
    overflow: hidden;
}

.property-slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    top: 50%;
    transition: 0.5s;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(45, 57, 84, 0.7);
}

.property-slider .owl-nav button:hover {
    background: rgba(45, 57, 84, 1);
}

.property-slider .owl-nav .owl-prev {
    left: 15px;
}

.property-slider .owl-nav .owl-next {
    right: 15px;
}

.quick-information .contact-info li {
    width: calc(50% - 25px);
    float: left;
}

.quick-information .contact-info li i {
    margin: 0 15px 0 0;
}

.quick-information .contact-info li:nth-of-type(1n) {
    margin: 0 50px 10px 0;
}

.quick-information .contact-info li:nth-of-type(2n) {
    margin-right: 0;
}


/*property sidebar*/
.property-sidebar .agent-item:hover {
    background: transparent;
    box-shadow: none;
}

.property-sidebar .agent-data .social-style-one {
    margin-top: 5px;
}

.property-sidebar .agent-number {
    background: rgba(0, 186, 116, 0.1);
    font-family: 'Muli', sans-serif;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px;
}

.property-sidebar .agent-number button {
    color: #d9b21c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

.agent-number .num-hide,
.agent-number.number .num-show {
    display: none;
}

.agent-number .num-show,
.agent-number.number .num-hide {
    display: inline-block;
}

.property-sidebar .form-group input,
.property-sidebar .form-group textarea {
    padding: 15px;
    color: #B6B8C1;
    border-radius: 10px;
    margin-bottom: 15px;
}

.property-sidebar .theme-btn {
    width: 100%;
    padding: 11px 26px;
}

/*Amenities*/
.amenities li {
    width: 44%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.amenities li:nth-of-type(3n) {
    width: 12%;
}

.amenities li:before {
    content: "\f106";
    font-family: Flaticon;
    font-size: 11px;
    color: #d9b21c;
    margin-right: 15px;
}

/****************************************************** */
/******************* 13.Agent Page  ******************* */
/****************************************************** */
.agent-item {
    padding: 30px;
    transition: 0.5s;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #D4D7DE;
}

.agent-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 30px 60px #1D306119;
}

.agent-thumb {
    position: relative;
    display: inline-block;
    border: 1px solid #D4D7DE;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 8px;
}

.agent-thumb img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.agent-rating {
    position: absolute;
    height: 45px;
    width: 45px;
    right: -10px;
    top: 0;
    border-radius: 50%;
    background: #FFFFFF;
}

.agent-rating i {
    font-size: 13px;
    color: #EDA619;
    display: block;
    margin-top: 7px;
    line-height: 8px;
}

.agent-rating span {
    display: block;
    font-weight: 700;
}

.agent-data h5 a {
    color: #001a34;
    display: inline-block;
}

.agent-data h5 a:hover {
    color: #d9b21c;
}

.agent-data span {
    display: block;
    margin-bottom: 20px;
}

.agent-data .social-style-one {
    margin-top: 10px;
}

.agent-data .social-style-one a {
    margin: 0 8px;
}

/*Agent Profile Page*/
.agent-profile-widget input,
.agent-profile-widget textarea {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 14px 15px;
}

.agent-profile-widget .theme-btn {
    padding: 11px 35px;
    border-radius: 10px;
}

.agent-profile-content .section-title {
    margin-bottom: 30px;
}

/*Review style*/
.average-rating {
    padding: 25px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D4D7DE;
}

.agerage-review {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.ratings i {
    margin: 0 4px;
    color: #EDA619;
    font-size: 14px;
}

.ratings i:first-child {
    margin-left: 0;
}

.rating-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rating-item .ratings {
    margin-left: auto;
}

.rating-bar {
    width: 50%;
    height: 15px;
    margin: 0 30px;
    background: #D4D7DE;
    position: relative;
}

.rating-width {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #7A7D8A;
}

.rating-count {
    width: 40px;
}

/*Agent Profile Comment */
.hide-show {
    float: right;
    color: #d9b21c;
    font-size: 14px;
    cursor: pointer;
}

.hide-show .veil,
.hide-show.display .view {
    display: none;
}

.hide-show .view,
.hide-show.display .veil {
    display: block;
}

.agent-profile-content .comment {
    border-top: 1px solid #D4D7DE;
}

.agent-profile-content .hidden-comment {
    display: none;
}

/****************************************************** */
/****************** 14.Contact Page  ****************** */
/****************************************************** */
.contact-info ul {
    margin-top: 20px;
}

.contact-info li {
    display: flex;
    margin-bottom: 15px;
}

.contact-info li i {
    color: #d9b21c;
    margin: 9px 15px 0 0;
}

.contact__map iframe {
    width: 100%;
    height: 450px;
}

.contact-form .form-group textarea {
    height: 237px;
}

/****************************************************** */
/************** 15.Sign Up & Log In Form ************** */
/****************************************************** */
.sign .modal-dialog {
    max-width: 970px;
}

.sign.fade .modal-dialog {
    transform: translate(8px, -25%);
}

.sign.show .modal-dialog {
    transform: translate(8px);
}

.sign .modal-content {
    padding: 120px;
    background: #F8FAFF;
    border-radius: 10px;
}

.sign .close {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    border: none;
    outline: none;
}

.sign .close span:before {
    font-size: 16px;
}

.sign-inner {
    padding: 55px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D7DE;
}

.sign-inner .theme-btn {
    width: 100%;
    padding: 13px 25px;
    border-radius: 10px;
}

.sign-inner .or {
    position: relative;
    text-align: center;
}

.sign-inner .or:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #707070;
    left: 0;
    top: 52%;
}

.sign-inner .or span {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background: #FFFFFF;
}

.signup-by a {
    color: #FFFFFF;
    padding: 10px 45px;
    border-radius: 4px;
}

.signup-by a:hover {
    opacity: 0.9;
}

.signup-by a i {
    font-size: 14px;
}

/****************************************************** */
/******************* 16.Error Page  ******************* */
/****************************************************** */
.error-section {
    min-height: 100vh;
    position: relative;
    background: url(../images/error.png);
    background-size: cover;
}

.error-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #081533;
    opacity: 0.87;
    left: 0;
    top: 0;
}

.error-inner {
    position: relative;
    padding: 50px 0;
    color: #FFFFFF;
    z-index: 1;
}

.error-inner h1 {
    font-size: 250px;
    color: #FFFFFF;
}

.error-inner h3 {
    font-size: 35px;
    color: #FFFFFF;
}

.error-search {
    max-width: 710px;
    margin: auto;
}

.error-search input,
.error-search .theme-btn {
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
}

.error-search input {
    padding: 16px 25px;
}

.error-search .theme-btn {
    padding: 16px 75px;
}

/****************************************************** */
/****************** 17.Footer Section  **************** */
/****************************************************** */
.footer-inner {
    max-width: 666px;
    margin: auto;
}

.footer-inner p {
    font-size: 14px;
    color: #727B9A;
}

/*copyright area*/
.copyright {
    background: #001a34;
}

.copyright p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}

.logo img {
    object-fit: contain;
    width: 180px;
}

.footer-section {
  background-color: #001a34;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 40px;
}

.footer-col {
  margin-bottom: 40px;
}

.footer-logo-img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  color: #d9b21c;
  line-height: 1.6;
}

.footer-heading {
  color: #d9b21c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-link {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #d9b21c;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
}

.footer-map {
  width: 100%;
  height: 180px;
  border: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 20px 0;
}

.footer-copy {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.footer-copy span {
  color: #d9b21c;
  font-weight: 500;
}

.menu-list{
    padding-left:50px;
}

@media(max-width:767px){
    .work-process-section{
    padding-top:50px !important;
    }

    .testimonial-section{
         padding-top: 50px;
      padding-bottom: 50px;
    }
    
    .menu-list{
        padding-left:0px;
    }

    .logo img{
    height:80px;
    object-fit:contain;
}

.new-properties-section{
    margin-bottom:50px !important;
}

.fixed-header .main-menu .navbar-header .navbar-toggle{
    background: #001a34;
    margin-top:20px;
}

.mission-section{
    padding-top:60px !important;
    padding-bottom:60px !important;
}

.mission-content {
    padding-right: 0px;
}
}

@media(min-width:768px) and (max-width:991px){
    .menu-list{
        padding-left:0px;
    }
}

.mll-130{
    display:flex;
    margin:0 auto;
}

.fixed-header .main-menu .navigation li a{
    color: #d9b21c;
}

.fixed-header .main-menu .navigation li a:hover{
    color: #001a34;
}

.mission-section {
  background-color: #ffffff;
}

.mission-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #001a34;
  margin-bottom: 1.2rem;
}

.mission-content p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.mission-content a {
  color: #d9b21c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mission-content a:hover {
  color: #001a34;
}

.mission-image img {
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.mission-content {
    padding-right: 40px;
}
.navigation li.dropdown {
  position: relative;
}

.navigation li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-arrow {
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

/* Dropdown Base */
.navigation .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s ease;
  z-index: 999;
}

.navigation .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.navigation .dropdown-menu li a:hover {
  color: #007bff;
}

/* Desktop hover */
@media (min-width: 992px) {
  .navigation li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
  }

  .navigation li.dropdown:hover > a .dropdown-arrow {
    transform: rotate(180deg);
  }
}

/* Mobile click */
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    position: static;
    background: #fff;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, visibility 0.3s ease;
  }

  .navigation li.dropdown.active > .dropdown-menu {
    visibility: visible;
    max-height: 300px; /* enough for small menu */
  }

  .navigation li.dropdown > a .dropdown-arrow {
    transition: transform 0.3s ease;
  }

  .navigation li.dropdown.active > a .dropdown-arrow {
    transform: rotate(180deg);
  }

}

	 @media (max-width: 991px) {
  .main-menu .navigation li ul {
    display: none;
  }

  /* Show only when active */
  .main-menu .navigation li.dropdown.active > ul {
    display: block;
  }

  /* Add smooth open/close optional animation */
  .main-menu .navigation li.dropdown > ul {
    transition: all 0.3s ease;
  }
}
/* ==============================
   BEFORE-AFTER IMAGE EFFECT
   ============================== */

.before-after {
  position: relative;
  overflow: hidden;
}

/* Base image styles */
.before-after img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: all 0.6s ease-in-out;
}

/* After image (hidden by default) */
.before-after .after-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Overlay hint (visible before hover) */
.overlay-hint {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 30px;
  opacity: 1; /* 👈 visible before hover */
  transition: opacity 0.4s ease-in-out;
}

/* Overlay labels (Before/After text top corners) */
.overlay-text {
  position: absolute;
  top: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 3px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.before-text {
  left: 12px;
}

.after-text {
  right: 12px;
  opacity: 0;
  transform: translateY(10px);
}

/* ==============================
   HOVER EFFECTS
   ============================== */
.before-after:hover .before-img {
  opacity: 0;
  transform: scale(1.05);
}

.before-after:hover .after-img {
  opacity: 1;
  transform: scale(1);
}

.before-after:hover .before-text {
  opacity: 0;
  transform: translateY(-10px);
}

.before-after:hover .after-text {
  opacity: 1;
  transform: translateY(0);
}

/* 👇 Hide the hint on hover */
.before-after:hover .overlay-hint {
  opacity: 0;
}

/* ==============================
   RESPONSIVE ADJUSTMENTS
   ============================== */
@media (max-width: 768px) {
  .before-after img {
    height: 240px;
  }

  .overlay-hint {
    font-size: 12px;
    padding: 5px 12px;
  }

  .overlay-text {
    font-size: 12px;
    padding: 3px 8px;
  }
}

    /* ===== Mortgage Calculator Box ===== */
    .mortgage-calculator-box {
      background: #fff;
      padding: 35px 25px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    .mortgage-calculator-box:hover {
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      transform: translateY(-3px);
    }

    .calc-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 25px;
      color: #333;
      text-align: center;
    }

    .mortgage-form .form-group {
      margin-bottom: 18px;
    }

    .mortgage-form label {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 5px;
      display: block;
      color: #555;
    }

    .mortgage-form .form-control {
      width: 100%;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      transition: 0.3s;
      font-size: 14px;
    }

    .mortgage-form .form-control:focus {
      border-color: #1d9f72;
      box-shadow: 0 0 0 3px rgba(29, 159, 114, 0.1);
      outline: none;
    }

  button#calculateBtn {
      width: 100%;
      background-color: #d9b21c;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 8px;
      font-weight: 600;
      transition: all 0.3s ease;
      cursor: pointer;
    }

 button#calculateBtn:hover {
      background-color: #000;
      transform: translateY(-2px);
      color: #fff;
    }

    .result-box {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      margin-top: 15px;
    }

    .result-box h5 {
      margin-bottom: 10px;
      font-size: 15px;
      color: #333;
    }

    .payment-result {
      font-size: 22px;
      font-weight: 700;
         color: #d9b21c;
    }
    .mortgage-calculator-box {
  background: linear-gradient(135deg, #ffffff, #f3f6ff);
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mortgage-calculator-box::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, #d9b21c 0%, transparent 70%);
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.mortgage-calculator-box:hover::before {
  transform: scale(1.2);
}

.calc-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
}

.calc-subtitle {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
  outline: none;
}


.result-box {
  margin-top: 20px;
  text-align: center;
  background: #f0f7ff;
  border-radius: 8px;
  padding: 15px;
/*   opacity: 0; */
  transform: translateY(15px);
  transition: all 0.4s ease;
}

.result-box.show {
  opacity: 1;
  transform: translateY(0);
}

.payment-result {
  font-size: 26px;
  font-weight: 700;
  color: #007bff;
  margin-top: 8px;
}

.note-text {
  background: #e9f4ff;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  color: #333;
  margin-top: 20px;
}
.about-bottom-content h2.section-title {
    margin-bottom: 20px;
}
footer.footer-section .map-container iframe {
    height: 180px;
	width: 100%;
}
@media(max-width:768px){
.main-menu .navbar-header .navbar-toggle .icon-bar
{
	        background: #000;
}
	.main-menu .navigation li.dropdown .dropdown-btn
	{
		display:none;
	}
 header.main-header.fixed-header .main-menu .navbar-header .navbar-toggle .icon-bar
{
	background: #fff !important;
} 
	.fixed-header .main-menu .navigation li a:hover {
    color: #fff !important;
}
	.testimonial-content .author-speak p {
    text-align: center;
}
	.work-icon
	{
		margin-bottom:30px;
	}
	    .author-designation {
     
        text-align: center;
    }
	.mission-content {
   
    padding-bottom: 20px;
}
	    .about-content {
    
        margin-top: 30px;
    }
	section.our-properties.mb-200.rmb-100.pt-90.pb-90
	{
		margin-bottom:0px;
	}
	.main-header .header-upper {
    background: #fff;
}
}
.navigation li.active > a,
.navigation li.current > a {
  color: #d9b21c;
  position: relative;
}
.page-template-renovation .property-information .property-content .for-price {
    display: none;
}
.page-template-renovation .property-information {
    background: #FFFFFF;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
    height: 96%;
}
section.contact-page .contact-inner {
    background: #fff;
    padding: 40px;
	border-radius:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-info ul li {
    display: flex
;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #d9b21c;
    transition: all 0.3s 
ease;
    background: #efefef;
    padding: 10px 20px;
    border-radius: 10px;
	    width: 100%;
}
.main-slider .slider-caption .slider-content p {
    color: #fff;
}
.contact-info ul li span p
{
	margin-bottom:0px;
}
.contact-info ul li span a
{
	color:#797D8A;
}
.contact-info ul li i {
  color: #d9b21c;
  border: 2px solid #d9b21c;
  border-radius: 50%;
  padding: 10px;
  font-size: 15px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.contact-info ul li a {
  color:#d9b21c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  word-break: break-word;
}

.contact-info ul li:hover i {
  background-color: #d9b21c;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.contact-info ul li:hover a {
  color: #b08a2e;
}

/* Text paragraph above the list */


/* Responsive adjustments */
@media (max-width: 576px) {
  .contact-info ul li {
    font-size: 15px;
    gap: 10px;
  }
  .contact-info ul li i {
    width: 34px;
    height: 34px;
    font-size: 14px;
    padding: 8px;
  }
	
}
footer.footer-section .menu-list {
    padding-left: 0px;
}
.contact-form .form-group.text-end input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn
{
	background: #d9b21c;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 47px;
    padding: 8px 36px;
    display: inline-block;
    border: 2px solid #fff;
	    transition: 0.5s;
}
.contact-form .form-group.text-end p span.wpcf7-spinner {
    display: none;
}
.form-group.text-end input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn:hover
{
    background: rgba(0, 26, 52, 1);
	    transition: 0.5s;
}
.page-wrapper.not-found-page {
    padding: 90px 0px;
}
.page-wrapper.not-found-page .card-body a.error-btn
{
background: #d9b21c;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 47px;
    padding: 8px 36px;
    display: inline-block;
    border: 2px solid #fff;
	    transition: 0.5s;	
}
.property-sidebar .form-group p input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn{
	background: #d9b21c;
	  color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
	 border: 2px solid #fff;
}
.property-sidebar .form-group p input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn:hover{
		 background: rgba(0, 26, 52, 1);
	    transition: 0.5s;
}
.property-sidebar .form-group input, .property-sidebar .form-group textarea {
    padding: 15px;
    color: #333439;
    border-radius: 10px;
    margin-bottom: 15px;
}
.mortgage-calculator-box div#monthlyPayment {
    color: #d9b21c;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.amenities li {
 
    color: #797D8A;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.page-wrapper.not-found-page .card-body a.error-btn:hover
{
	 background: rgba(0, 26, 52, 1);
	    transition: 0.5s;
}
@media(max-width:991px)
{
.main-menu .navbar-header .navbar-toggle
	{
		    position: absolute;
            right: 20px;
   top: 20px;
		z-index:999;
	}
	section.about-section.mt-200.mb-195.rmt-45.rmb-95
	{
		padding-bottom:0px;
	}
	section.about-page.mt-70.rmt-95
	{
		margin-top:0px !important;
	}
		section.about-page.mt-70.rmt-95 .video-section.mt-50.mb-35.rmt-100.rmb-85 {
    margin-top: 30px;
    margin-bottom: 30px;
}
	section.our-properties.mb-200.rmb-100.pt-90.pb-90
	{
		padding:40px 0px;
	}
	.contact-info ul li {
    width: 100%;
}
	section.contact-page.mt-100.mb-105.rmt-95.rmb-85
	{
		margin-top:50px;
		margin-bottom:50px;
	}
	.page-template-contact .contact-form .form-group.text-end>p {
    text-align: center;
}
	    .main-header .header-upper {
 
        padding-bottom: 20px;
    }
	section.our-properties.mb-200.rmb-100.pt-90.pb-90 h6.mb-65 {
    font-size: 26px;
    margin-bottom: 20px;
}
	    .social-style-one a {
        margin: 0 0px !important;
    }
	    .menu-btn {
        display: block;
    }
	.fixed-header .main-menu .navbar-header .navbar-toggle
	{
		margin-top:0px;
	}
	    .main-header .logo-outer {
        position: relative;
    }
}
@media only screen and (max-width: 1400px) {
    .main-slider .social-style-one {
        left: 25px !important;
    }
}
@media only screen and (max-width: 1300px) {
   .logo img {
    object-fit: contain;
    width: 131px;
}
}
.slider-content img.banner-logo {
    width: 400px;
	margin-bottom: 30px;
}
.slider-content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-template-sale .our-properties .property-information .exclusive-img .sold-content p {
    margin-bottom: 0px;
    padding: 5px 26px;
    background: #fff;
    color: #df0808;
    text-transform: uppercase;
    font-weight: 900;
}
.page-template-sale .our-properties  .property-information .exclusive-img {
    position: relative;
}
.page-template-sale .our-properties .property-information .exclusive-img .sold-content {
    position: absolute;
    top: 20px;
    left: 0px;
}
/* @media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        position: relative;
    }
	.main-header .header-upper .container.clearfix .header-inner.d-lg-flex.align-items-center
	{
		display:flex;
	}
} */