:root {
    --theme-primary-color: rgb(205, 171, 74);
    --theme-primary-color-t05: rgba(205, 171, 74, 0.5);

    --theme-primary-color-dark: rgba(200, 186, 96);
    --theme-primary-color-dark-05: rgba(200, 186, 96, 0.5);
    --theme-primary-color-dark-09: rgba(200, 186, 96, 0.9);
    --theme-secondary-color: rgb(0, 0, 0);
    --theme-secondary-color-t05: rgba(0, 0, 0, 0.5);

    --theme-footer-color: rgb(0, 0, 0);
    --theme-footer-color-t09: rgba(0, 0, 0, 0.9);
    --theme-navbar-color: rgb(0, 0, 0);
    --theme-secondary-color-dark: rgb(65, 57, 39);
}

.main-header .dropdown-menu a:hover {
    color: var(--theme-primary-color);
}

.blog-3 h3 a:hover {
    color: var(--theme-primary-color);
}

.top-header-3 .top-header-inner .top-contact-item i,
.top-header-3 .top-header-inner .top-contact-item p {
    color: var(--theme-primary-color);
}

.main-footer-3 {
    background: url(../img/bg-footer.png) var(--theme-footer-color-t09);
}

.main-footer-3::before {

    background-color: var(--theme-footer-color) !important;
}

li.menu3>.megamenu {
    left: 320px
}

.top-header-3 .top-logo img {
    -webkit-filter: drop-shadow(1px 1px 0px #494949);
    filter: drop-shadow(1px 1px 0px#494949);
    height: 64px;
}

.megamenu-title {
    color: var(--theme-primary-color) !important;
    border-color: var(--theme-primary-color) !important;
}

.main-header-5 {
    background: var(--theme-navbar-color) !important;
}

.main-header-5.header-shrink {
    background: var(--theme-navbar-color) !important;
}

.main-footer-3 .social-media .icon {
    background: unset !important;
    color: #fff !important;
}

.main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: var(--theme-navbar-color) !important;
}

.megamenu-title {
    color: var(--theme-secondary-color);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-secondary-color);
}


@media (max-width: 1400px) {
    .top-header-3 .top-logo img {
        height: 100px;
    }
}

.top-header-3 .top-logo img {
    height: 90px;
}

.dropdown-ul li {
    border-top: solid 1px var(--theme-footer-color);
    background-color: var(--theme-footer-color-t09);
}

.property-box:hover .featured {
    background: var(--theme-secondary-color);
}

.property-box:hover .tag {
    background: var(--theme-secondary-color);
}

li.menu3>.megamenu {
    left: 270px;
}

li.menu2>.megamenu {
    left: 130px;
}

.whatsapp-plug-icon-right {
    right: 20px !important;
    left: unset !important;
    margin-bottom: 95px;
}

#page_scroller {
    bottom: 40px;
    right: 17px;
}

.get-in-touch .get-in-touch-box i {
    background: var(--theme-primary-color);
}

@media (max-width: 992px) {
    .main-header-5 .navbar-toggler {
        border: solid 1px #fff0!important;
        background: transparent !important;
    }
}

.top-header-3 {
    background-color: var(--theme-footer-color);
}

.grecaptcha-badge{
    display:none;
}