/******************************************
    File Name: colors.css
/****************************************** */

.customwidget li i,
.navbar-nav span {
    color: #01b0ef !important;
}

.lead strong,
.icon-wrapper:hover a,
a:hover,
a:focus {
    color: #0b2369
}


/**************************************
GRADIENTS 
**************************************/

.grd1-trans {
    background: rgb(1, 176, 239);
    background: -moz-linear-gradient(top, rgba(1, 176, 239, 0.6) 0%, rgba(11, 35, 105, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 176, 239, 0.6) 0%, rgba(11, 35, 105, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(1, 176, 239, 0.6) 0%, rgba(11, 35, 105, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01b0ef', endColorstr='#0b2369', GradientType=0);
}

.icon_wrap:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.icon-wrapper:hover i,
.grd1 {
    color: #ffffff;
    background: #01b0ef;
    background: -moz-linear-gradient(left, #01b0ef 0%, #0b2369 100%);
    background: -webkit-linear-gradient(left, #01b0ef 0%, #0b2369 100%);
    background: linear-gradient(to right, #01b0ef 0%, #0b2369 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01b0ef', endColorstr='#0b2369', GradientType=1);
}

.icon_wrap,
.dmtop:hover,
.cac:hover,
.features-right li:hover i,
.features-left li:hover i,
.nav-pills > li:hover > a,
.nav-pills > li:focus > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.divider-bar,
.owl-next:hover i,
.owl-prev:hover i,
.icon-wrapper:hover i:hover,
.grd1:hover,
.grd1:focus {
    background-position: 100px;
    color: #ffffff;
    background: #0b2369;
    background: -moz-linear-gradient(left, #0b2369 0%, #01b0ef 100%);
    background: -webkit-linear-gradient(left, #0b2369 0%, #01b0ef 100%);
    background: linear-gradient(to right, #0b2369 0%, #01b0ef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b2369', endColorstr='#01b0ef', GradientType=1);
}