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

MAIN COLOR CODE: #008ed6

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

.solid-color {
    /*background: rgba(0, 142, 214, 1);*/
    background: #1A96A9;
}

.standard-button {
    /*background: #005885;*/
    background: #115E6A;
}

.standard-button2 {
/*    background: #008ed6;*/
    background: #1A96A9;
}

.standard-button2:hover {
    /*background: #005885;*/
    background: #115E6A;
}

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

.colored-line,
.colored-line-left {
/*    background: #008ed6;*/
    background: #1A96A9;
}

.main-color {
/*    color: #008ed6;*/
    color: #1A96A9;
}

.color-bg {
/*	background: #008ed6;*/
    background: #1A96A9;
	color: #FFFFFF;
}

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

    -webkit-box-shadow: 0px 0px 0px 2px #1A96A9;
        box-shadow: 0px 0px 0px 2px #1A96A9;
}

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

.feature-list li i {
/*    color: #008ed6;*/
    color: #1A96A9;
}

.services .single-service .service-icon,
.services .single-service h3 {
/*    color: #008ed6;*/
    color: #1A96A9;
}

.screenshots .owl-theme .owl-controls .owl-page span {
/*    background: #008ed6;*/
    background: #1A96A9;
}

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

footer .contact-button:hover {
/*    background: #008ed6;*/
    background: #1A96A9;
}

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;*/
    border: 1px solid #1A96A9;
}

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