body, header.main-header .header-sticky.active{
    background: #000;
}
:root {
    --primary-color: #b98538;
    --bg-color: #151515;
}
header.main-header {
    background: #000000;
}
.main-menu ul li a {
    color: #ffffff;
}
.main-menu ul li.highlighted-menu a {
    background: var(--primary-color);
}
.hero-content-footer .btn-default{
    background: var(--primary-color);
}
.hero-search-form .btn-default{
    background: var(--primary-color);
}
.property-item .property-footer .btn-default, .btn-default{
    background: var(--primary-color);
}
.section-title h1,
.section-title h2 {
    color: var(--primary-color);
}


.hero-search-form, .featured-property, footer.footer, .testimonials,.our-partners,
.property-overview,.contact-inquiry-box
{
    background: var(--bg-color);

}
.footer-contact-info h3, .footer-quick-links h3, .footer-appointment h3 {
    color: var(--primary-color);
}
.footer-social-links ul li a{
    background: var(--primary-color);
}
.hero-content-footer .btn-default.btn-border {
    border-color: var(--white-color);
    color: var(--white-color);
}
.hero .hero-section:before {
  
    background: #00000078;
    z-index: 1;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #2e2e2e !important;
}   
.post-item .post-body h3 a {
    font-size: 22px;
    font-weight: 600;
    color: #eaeaea;
}