/* --------------------------------------
=========================================
COLOR : RED

MAIN COLOR CODE: #E32020

DEEP COLOR CODE: #be2a2a
=========================================
----------------------------------------- */

a {
    color: #E32020;
}

.color-overlay {
     background: rgba(0, 0, 0, 0.45);
   /* background: url(../patterns/06.png); */
}

.standard-button {
    background: #E32020;
}

.standard-button2 {
    background: #E32020;
}

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

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

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

.main-color {
    color: #E32020;
}

.color-bg {
	background: #E32020;
	color: #FFFFFF;
}

.features .feature:hover .icon-container .icon,
.app-brief .feature:hover .icon-container .icon {
    background: #E32020;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #E32020;
            box-shadow: 0px 0px 0px 2px #E32020;
}

.features .feature .icon-container .icon,
.app-brief .feature .icon-container .icon {
    border: 1px solid #E32020;
    color: #E32020;
}

.feature-list li i,
.app-brief li i {
    color: #E32020;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #E32020;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #E32020;
}

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

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

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

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