/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: #008ed6

DEEP COLOR CODE: #005885
=========================================
----------------------------------------- */
.color-overlay {
    background: rgba(251, 251, 251, 0.55);
}

.standard-button {
    background: #46C0A3;
}

.standard-button2 {
    background: #34C2A3;
}

.standard-button2:hover {
    background: #258C75;
}

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

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

.main-color {
    color: #000;
}

.color-bg {
    background: #008ED6;
    color: #FFFFFF;
}

.features .feature:hover .icon-container .icon {
    background: none;
    color: #FFFFFF;
}

.features .feature .icon-container .icon {
}

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

.services .single-service .service-icon,
.services .single-service h3 {
    color: #34C2A3;
    font-weight: 300;
}

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

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

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

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 #008ED6;
}

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