/* Loading */
.loading i:first-child:before {
    background:#0273bf;
}

.loading i:first-child:after {
    background:#0273bf;
}
.loading i:last-child:before {
    background:#0273bf;
}

.loading i:last-child:after {
    background:#0273bf;
}

/* Navigation */
.navigation > li:hover > a,.navigation > li > a:hover,.navigation > li:hover > a > i, .navigation > li > a:hover > span.label-nav-sub::before, .navigation > li > a:focus > span.label-nav-sub::before{
    color: #0273bf;
    text-shadow: 4px 6px 4px rgba(19, 19, 19, 0.84);
}
.mobile-menu-button, .mobile-nav, .slider-fixed-container{   
    background-color: #0273bf;
}
.navigation>li:hover > a > span.label-nav-sub::before,.navigation>li:hover> a > span.label-nav-sub::before{
    color: #0273bf;
}

.navigation>li>a.activelink:before{
    border-color: transparent transparent #0273bf transparent;
}

.navigation>li:hover >a:after{
    background-color: #0273bf;
    bottom: 0;
}
.top-title-wrapper, #header{
    border-color: #79B2F9;
}
.sticky-header .navigation > li:hover > a span {
    color: #0273bf;
}

#header:after{
   border-bottom: #79B2F9;
}
::selection
{
    background-color:#0273bf;
}
::-moz-selection
{
    background-color:#0273bf;
}

.callout-box{
    border-left-color: #0273bf}
.feature .feature-content,.team-member .team-member-content{
    border-top-color: #0273bf;
}
 
.team-member-progress-bar,.section-parallax{
    background-color: #0273bf;
}
.blog-masonry .blog-post-quote {
    border-top: 2px solid #0273bf;
}

.item-img-overlay{
    background-color: rgba(52,152,219,0.8);
}
.item-img-overlay i:hover{
    background-color: rgba(52,152,219,0.8);
}
body .section-content.section-image{
    background-color: #0273bf;
    background-color: rgba(52,152,219,0.8);
}
.section-parallax.secion-color-bg:before{
    background-color: #0273bf;
    background-color: rgba(52,152,219,0.8);
}
/* Footer Area Colors */
.footer .copyright,
.body-wrapper .tags a{
    border-color: #0273bf;
}

.footer .footer-col .footer-title, .footer .copyright a:hover{
    color: #0273bf;
}