.header.header-scrolled {
    background: linear-gradient(to right, #00357f, #00113b, #00357f);
}
#main {
    background: url('../img/web-bg2.png');
    background-size: cover;
}
section {background:none;}
.services .service-box.orange:hover {
    background: #0144a7ad;
}
.services .service-box.orange {
    border-bottom: 3px solid #0144a7ad;
}
.pricing-lower i {
    color: #ff7d4a;
}    
.pricing .btn-buy:hover {
    background: #ff7d4a;
}
.pricing .box {
    background: #00347e;
}
.testimonials .testimonial-item {
    background: #00347ecc;
}

/* .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background: #00347e;
} */
.testimonials .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #00347ecc;
}
.footer {
    background: linear-gradient(to right, #00357f, #00113b, #00357f);
}
.footer .footer-newsletter {
    background: linear-gradient(to right, #00357f, #00113b, #00357f);
}
.footer .footer-top {
    background: url('../img/footer-bg.png') no-repeat right top;
    border: none;
    box-shadow: 0 0 30px #00113b;
}
@media (max-width: 768px) {
    .services .service-box {
        border: 1px solid #0144a7;
    }
}

