.header .primary-header-inner .header-logo img {
    max-width: 200px;
}

:root {
    --bz-color-theme-primary: #50564b;
    --bs-body-color: #50564b;
    --bs-primary-text-emphasis: #2e312b;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(80 86 75 / 28%);
    --bs-accordion-active-bg: #a1a39e;
}

.why-choose-us-6 .why-choose-us-content-wrapper .why-choose-us-list span{
    color: #ffff;
}

.about-6 .about-content .about-info-author .about-call .about-call-info a,
.about-6 .about-content .about-info-author .about-call .about-call-icon,
.feedback-5 .feedback-wrapper .position{
    color: #50564b;
}

.service-item-2{
    background: linear-gradient(180deg, #afb3ad 0%, rgba(255, 255, 255, 0) 50%);
}

.request-section-2 .request-bg-img:before{
    background: #50564b;
}

.hero-section-6::after{
    background: #4e5142;
}

.why-choose-us-6{
    background: #272823;
}

.why-choose-us-6 .why-choose-us-content-wrapper .why-choose-us-list span{
    background: #171716;
}

.why-choose-us-6 .why-choose-us-content-wrapper .why-choose-us-list span:hover{
    color: #171716;
}

.div-certifications-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .div-certifications-footer img {
        width: 50%;
        max-width: none;
        margin-bottom: 20px;
    }

    .div-links-footer{
        text-align: center;
    }

    .hero-section-6{
        background-size: cover;
        background-position: center;
    }
}

.loading {
    font-size: 90px;
}

@media only screen and (max-width: 1440px)  {
    .loading {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .loading {
        font-size: 70px;
    }
}