.services-list i {
    color: #2b9ed8 !important;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #fafafa;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    border: 1px solid #eee;
    font-size: 27px;
    background: #fff;
}

.hi-icon-effect .hi-icon {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
    color: #2b9ed8 !important;
}

.scroll-top {
    position: fixed;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: 30px;
    font-size: 18px;
    background-color: #2b9ed8 !important;
    color: #fff;
    transition: all 0.55s ease;
    z-index: 9999;
    border-radius: 50%;
}

.footer {
    background: #174ea1 !important;
    width: 100%;
    position: relative;
    color: #eee;
    font-size: 15px;
    margin-top: 80px;
}
.promo-icon i {
    color: #2b9ed8 !important;
}
.logo {
    width: 100%;
    color: #fff;
    display: inline-block;
    margin-top: -20px !important;
}