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

MAIN COLOR CODE: #127cb4

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

.color-overlay {
    background: rgba(0, 0, 0, 0);
}

.solid-color {
    background: rgba(0, 0, 0, 0);
}

.transparent-color .color-overlay {
    background: rgba(0, 0, 0, 0);
}

.standard-button {
    background: white;
}

.solid-color .standard-button,
.transparent-color .standard-button {
    background: #dfdfdf;
}

.standard-button:hover {
    background: #9f9f9f;
}

.standard-button2 {
    background: #000000;
}

.standard-button2:hover {
    background: #9f9f9f;
}

.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: #127cb4;
}

.main-color {
    color: #127cb4;
}

.color-bg {
	background: #127cb4;
	color: #FFFFFF;
}

.features .feature:hover .icon-container .icon {
    background: #9f9f9f; 
    color: white;
    border: 2px solid #9f9f9f;
    -webkit-box-shadow: 0px 0px 0px 2px #9f9f9f;
            box-shadow: 0px 0px 0px 2px #9f9f9f;
}

.features .feature .icon-container .icon {
    border: 1px solid white;
    color: white;
}

.feature-list li i {
    color: white;
}

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

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

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

footer .contact-button:hover {
    background: #000000 !important;
}

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 #000000;
}

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