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

MAIN COLOR CODE: #008ed6

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

.solid-color {
    background: rgba(87, 177, 223, 1);
}

.standard-button {
    background: #005885;
}

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

.standard-button-trans {
    background: rgba(87, 177, 223, 0);
    color: white;
}

.standard-button-trans:hover {
    background: rgba(63, 177, 223, 0);
    color: white;
    border-color: inherit;
}

.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;
}

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



.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;
}

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

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

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

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

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

.preloader {
    background-color: rgba(87, 177, 223, 1);
}

.redbox {
    background-color: #F54B60;
}

.greenbox{
    background-color: #1e7555;
}

.lightgreenbox{
    background-color: #b0ffe4;
}

.shadebox{
    background-color: rgba(248, 241, 211, 1);
}

.whitebase{
    color: #ffffff;
}

.whitebase .dark-text{
    color: white;
}

.whitebase .colored-line-left
{
    background: white;
}

.whitebase .feature-list li i{
    color: #ffffff;
}

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

.whitebase .main-color{
    color: #ffffff;
}

.whitebase .feature .icon-container .icon{
    border: 1px solid white;
    color: #ffffff;
}

.whitebase .feature:hover .icon-container .icon{
    background: none;
    -webkit-box-shadow: none;
        box-shadow: none;
}

.quote .quote-container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.quote .mainquote{
    font-family: 'Lane', sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-style: italic;
}