.header-eight .header-content p {
    color: #fff !important;
    opacity: 100;
}
.header-eight,
.navbar-area.navbar-nine,
.scroll-top {
    background: #5a031b;
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4,
.section-title-five h6,
.header-eight .primary-btn {
    color: #5a031b;
}
.section-title-five h6 {
    border: 2px solid #460215;
}
.contact-section .contact-item-wrapper .contact-item {
    margin-bottom: 10px;
    padding: 10px 20px;
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 15px;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 10px;
}
.btn-wa {
    background: #53c654;
    bottom: 100px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 999;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 50%;
}
.contact-section .contact-item-wrapper .contact-item.active {
    background: #5a031b !important;
}
.contact-section .contact-item-wrapper .contact-item.active h4 {
    color: #fff;
}

@media (min-width: 576px) {
    .logo {
        margin-top: 30px;
    }
}
