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

MAIN COLOR CODE: #255ec7

DEEP COLOR CODE: #0045bf
=========================================
----------------------------------------- */

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

.standard-button {
    background: #255ec7;
}

.standard-button:hover  {
    background: #0045bf;
}

.standard-button2 {
    background: #255ec7;
}

.standard-button2:hover {
    background: #0045bf;
}

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

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

.main-color {
    color: #255ec7;
}

.color-bg {
	background: #255ec7;
	color: #FFFFFF;
}

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

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

.feature-list li i {
    color: #255ec7;
}

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

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

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

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

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 #255ec7;
}

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

.descrip .descript-bullet:hover .icon-form .icon {
    background: #ffae00;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #ffae00;
            box-shadow: 0px 0px 0px 2px #ffae00;
}



.descrip .descript-bullet .icon-form .icon {
    color: #333;
    background: #ffffff;
    margin-left: auto;
	margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height:130px;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}