.clr-txt-chery {
    color: #CC4646;
}
.clr-bg-chery {
    background: #CC4646;
}
.clr-bg-red {
    background: #e74c3c;
}
.clr-bg-blue {
    background: #1EB8DE;
}
.clr-bg-green {
    background: #A5BF5A;
}


.msg_error { color: #ff9696; }
.msg_success { color: #1abc9c; }


.color-overlay {
    background: rgba(1, 59, 73, 0.92);
}

.standard-button {
    background: #008ed6;
}

.standard-button2 {
    background: #008ed6;
}

.standard-button2:hover {
    background: #005885;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #005885;
    border-color: inherit;
}

.colored-line,
.colored-line-left {
    background: #008ed6;
}

.main-color {
    color: #008ed6;
}

.features .feature:hover .icon-container .icon {
    background: #008ed6;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #008ed6;
            box-shadow: 0px 0px 0px 2px #008ed6;
}

.features .feature .icon-container .icon {
    border: 1px solid #008ed6;
    color: #008ed6;
}

.feature-list li i {
    color: #008ed6;
}

.applications .single-service .service-icon,
.applications .single-service h3 {
    color: #008ed6;
}
.applications .btn:hover {
    background: #008ed6;
}


.testimonials .solid-color {
    background: #A5BF5A;
}

    .site-tabs-lnk {
        background: #1EB8DE;
    }
    .site-tabs-cnt {
        border: 1px solid #1EB8DE;
    }

.subscription .solid-color {
    background: #e74c3c;
}

footer .contact-button {
    border: 2px solid #008ed6;
    color: #008ed6;
}

footer .contact-button:hover {
    background: #008ed6;
}

footer .contact-box .contact-form .input-box:active,
footer .contact-box .contact-form .textarea-box:active,
footer .contact-box .contact-form .input-box:focus,
footer .contact-box .contact-form .textarea-box:focus {
    border: 1px solid #008ed6;
}

footer .social-icons li a:hover {
    color: #008ed6;
}
