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

MAIN COLOR CODE: #25bed5

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

.color-overlay {
    background: rgba(37, 190, 213, 0.1);
}
.ipad {
position: absolute;
margin: 0 auto;
bottom: 0;
float: right;
}
li.current {
background-color: #25BED5;
/* color: #333; */
background-color: #27A2B3; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.2, #2CCEE4), color-stop(1, #27A2B3) ); background: -moz-linear-gradient( center top,#2CCEE4 5%, #27A2B3 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CCEE4', endColorstr='#27A2B3'); border-top-style: solid; border-top-color: #00ECFF; 
border-top-width: 1px; 
/* border-bottom-width: 1px; */ 
/* border-bottom-color: #000; */
}
.standard-button {
    background: #25BED5;
    background-color: #25BED5;   /* color: #333; */   background-color: #27A2B3;   background: -webkit-gradient( linear, left top, left bottom, color-stop(0.2, #2CCEE4), color-stop(1, #27A2B3) );   background: -moz-linear-gradient( center top,#2CCEE4 5%, #27A2B3 100% );   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CCEE4', endColorstr='#27A2B3');   border-top-style: solid;   border-top-color: #00ECFF;   border-top-width: 1px;   /* border-bottom-width: 1px; */   /* border-bottom-color: #000; */ };
}
.standard-button:hover {
    background: #357ebd;
	color: #fff;
}

.standard-button2 {
    background: #25bed5;
}

.standard-button2:hover {
    background: #357ebd;
}

.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: #25bed5;
}

.main-color {
    color: #25bed5;
}

.color-bg {
	background: #25bed5;
	color: #FFFFFF;
}

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

.features .feature .icon-container .icon {
    border: 2px solid #25bed5;
    color: #25bed5;
}

.feature-list li i {
    color: #25bed5;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #25bed5;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

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

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

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

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 #25bed5;
}

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