.img-banner {
    opacity: 0.5;
}
.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
    color: #FF0000;
}
.footer-1 .footer-links .footer-title {
    color: #FF0000;
}
.site-header .extend-container .main-navigation ul.extend-container li.dsn-active, .site-header .extend-container .main-navigation ul.extend-container li:hover {
    color: #FF0000;
}

.classic-menu .site-header .nav-border-bottom {
    color: #FF0000;
}

/* CONTACT */
label{
    color: #FF0000;
}

ul {
    color: white;
}
.box-text{
    background-color: #FF0000;
}
.entry input{
    border-bottom:1.5px solid #FF0000;
}
.entry textarea {
    border-bottom:1.5px solid #FF0000;
}
.btn-form {
    border: 1.5px solid #FF0000;
}
.btn-form .icon-c {
    background-color: #FF0000;
}
.btn-form:hover {
    background-color: #FF0000;
}
.btn-form:hover .icon-c {
    background-color: white;
}
.theme-color{
    color: #FF0000;
}

.section-title span {
    color: #FF0000;
}

.accordion__question:before {
    color: #FF0000;
}

@media only screen and (max-width: 600px) {
    .classic-menu .site-header .nav-border-bottom {
        position: absolute;
        display: block;
        top: 63px;
        left: 30px;
        width: 25px;
        height: 1px;
        background: #FF0000 !important;
        border-radius: 3px;
    }
}

