:root {
    --prime-color: #6e451f;
    --title-color: rgb(114, 89, 20);
    --secondary-color: #fff;
}

/* header css start */
#main-nav .sub-menu li a {
    font-size: 16px !important;
}

#main-nav>ul>li>a:hover {
    color: var(--prime-color) !important;
}

#main-nav .sub-menu li:last-child {
    border-bottom: 2px solid var(--prime-color);
}

/* header css end */

/* footer css start */
#bottom {
    background-color: #f0f4f9 !important;
}

#bottom .bottom-bar-content a {
    color: #1f242c !important;
}

#bottom .bottom-bar-menu a {
    color: #1f242c !important;
}

#bottom .bottom-bar-menu a:hover {
    color: #57b33c !important;
}

#bottom .bottom-bar-content {
    width: unset;
}

#bottom .bottom-bar-menu {
    width: 5%;
    font-size: 16px;
    padding-left: 10% !important;
}

#footer.style-2 .phone::after {
    right: 85% !important;
    top: 24%;
}

#footer.style-2 .address::after {
    right: -10%;
    top: 24%;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.contact-list i {
    font-size: 24px;
    color: #00a859;
    width: 28px;
    text-align: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-list a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    line-height: 1.5;
}

.bottom-bar-inner-wrap,
.bottom-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_useful-link .margin-top-30 {
    margin-top: 25px;
}

#bottom .bottom-bar-content a:hover {
    color: #00a859 !important;
}

@media only screen and (max-width: 991px) {
    #bottom .bottom-bar-content {
        width: 100% !important;
        padding-left: 0%;
    }
}

#bottom .bottom-bar-content {
    margin-left: 0px;
}

/* footer css end */

/* logo in header */
.footer-logo img {
    height: 70px;
}

#header-get-a-quote a {
    border-color: var(--prime-color);
}

.counter-item-about-us .icon::before {
    background-color: var(--prime-color);
}

/* preloader start */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #fff;
}

.bd-loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bd-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bd-loader img {
    opacity: 1;
    animation: none;
}

@media (max-width:768px) {
    .bd-loader {
        margin-left: 0px !important;
    }
}

#preloader {
    transition: opacity 0.5s ease;
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

/* preloader end */

.mobile-button:before,
.mobile-button:after, .mobile-button span {
    background-color: var(--prime-color);
}

#main-nav-mobi ul li .active {
    color: var(--prime-color);
}

#main-nav-mobi ul>li.current-menu-item>a,
#main-nav-mobi ul>li>a:hover {
    color: var(--prime-color);
}

.heading a:hover,
.box-acticle a:hover {
    color: var(--prime-color);
}

.box-service:hover {
    border-bottom: 3px solid var(--prime-color);
}

.box-work .text-wrap::before {
    background-color: var(--prime-color);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--prime-color);
}

.sub-btn {
    padding: 20px 20px !important;
}

#site-logo {
    background-color: unset;
    box-shadow: unset;
    margin: -90px 0px 0px 0px;
}

#site-header.is-fixed.is-small #site-logo {
    margin-top: -60px;
}

/* form bot field */
.field-bot {
    position: absolute;
    left: -9999px;
    height: 1px !important;
    width: 1px !important;
    opacity: 0 !important;
}

/* 
.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-flex p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

#top-bar a {
    color: #fff;
}

.top-bar-flex .contact a {
    text-decoration: none;
}

.top-bar-flex .contact i {
    margin-right: 5px;
    color: #fff !important;
}

#top-bar .top-bar-inner-wrap {
    padding: 5px 0px 5px 0px;
}

@media only screen and (max-width: 991px) {
    #site-logo {
        margin-top: -65px !important;
    }
} */

.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* helps in small widths */
}

.top-bar-flex p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

#top-bar a {
    color: #fff;
}

.top-bar-flex .contact a {
    text-decoration: none;
}

.top-bar-flex .contact i {
    margin-right: 5px;
    color: #fff !important;
}

#top-bar .top-bar-inner-wrap {
    padding: 5px 0px;
}

/* Desktop: keep inline */
@media only screen and (min-width: 992px) {
    .top-bar-flex {
        flex-direction: row;
        text-align: left;
    }
}

/* Mobile: stack vertically */
@media only screen and (max-width: 991px) {
    .top-bar-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .top-bar-flex p {
        margin-bottom: 5px;
    }

    #site-logo {
        margin-top: -65px !important;
    }
}