:root {
    --theme-primary-color: rgb(245, 109, 26);
    --theme-primary-color-t05: rgba(245, 109, 26, 0.5);

    --theme-primary-color-dark: rgb(122, 54, 13);
    --theme-primary-color-dark-09: rgba(122, 54, 13, 0.9);
    --theme-primary-color-dark-05: rgba(122, 54, 13, 0.5);
    --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: 113px !important;
}

.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);
}

.dropdown-menu.show {
    max-height: 700px !important;
    z-index: 9999;
}

div.bootstrap-select .dropdown-menu {

    max-width: unset !important;

}

.bootstrap-select .dropdown-menu>.active>a {

    font-size: 12px !important;

}

.bootstrap-select .dropdown-menu li a {

    font-size: 12px !important;

}

.team-5 .team-details {
    padding: 0px;
}

@media (max-width: 450px) {
    .main-header .logos img {
        height: 71px;
    }
}

@media (max-width: 992px) {
    .main-header .logos {
        padding: 0px 0;
    }
}

@media (max-width: 1150px) {
    .main-footer-3 .f-logo {
        max-width: 260px !important;
    }
}


/* #myTab > li{
    
    background-color: var(--theme-primary-color)!important;

 } */