:root {
    --theme-primary-color: rgb(198, 157, 87);
    --theme-primary-color-t05: rgba(198, 157, 87, 0.5);

    --theme-primary-color-dark: rgba(80, 60, 0);
    --theme-primary-color-dark-05: rgba(80, 60, 0, 0.5);
    --theme-primary-color-dark-09:rgba(80, 60, 0, 0.9);
    --theme-secondary-color: rgb(99 13 12);
    --theme-secondary-color-t05: rgba(99, 13, 12, 0.5);

    --theme-footer-color: rgb(99 13 12);
    --theme-footer-color-t09: rgba(99, 13, 12, 0.9);
    --theme-navbar-color: rgb(99 13 12);
    --theme-secondary-color-dark: rgb(65, 57, 39);
}
.top-header-3 {
    background-color: rgb(77 77 77 / 76%);
}
.top-header-3 .top-logo img {
    -webkit-filter: drop-shadow(1px 1px 0px #494949);
    filter: drop-shadow(1px 1px 0px#494949);
    height: 90px;
}
.sidebar-logo {
    background-color: var(--theme-secondary-color);
}
.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: 0px
}

li.menu1>.megamenu {
    left: 218px;
}
li.menu2>.megamenu {
    left: 348px;
}
li.menu4>.megamenu {
    left: 478px;
}


.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 {
    background: black !important;
} */

.main-header-5.header-shrink {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink {
    background: black !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;
}

/* .main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: black !important;
} */

.dropdown-ul li {
    border-top: solid 1px var(--theme-secondary-color-dark);
    background-color: var(--theme-primary-color-dark-09)
}

.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: 50px;
    }
}