body:before {
    content: "";
    opacity: .08;
    z-index: -1;
    background-image: url(../images/Backgrounds/background-attern-DsfQ-roS.svg);
    background-position: 50%;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-section {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: transparent;
}

    .banner-section .image-column .image img {
        border-radius: 15px;
    }

header.main-header .header-upper {
    background: #151e4b;
    background-image: linear-gradient(90deg,#151e4b 0,#061f82 50%,#151e4b 100%,#f2f2f2);
}

.main-menu .navigation > li > a {
    color: #fff
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--primerycolormed);
}

.main-header .cart-box .cart-box-btn, header .btn-style-five {
    color: var(--primerycolorlight);
}

    .main-header .cart-box .cart-box-btn:hover, header .btn-style-five:hover {
        color: #fff;
    }


.services-section {
    background: transparent;
}

    .services-section .sec-title {
        display: none;
    }

.service-block .inner-box {
    background: #f5f5f5;
    padding: 10px 10px 12px;
    border-radius: 8px;
}

    .service-block .inner-box h4 {
        margin-bottom:7px;
        text-align: center;
        font-size: calc(1em + .1vw);
        color: #001154;
        transition: all 500ms ease;
    }

.service-block:hover .inner-box h4 {
    color: #ba914f;
}

.service-block .inner-box .feature-text{
    text-align:center;
    line-height:1.65;
}

.service-block .inner-box .upper-box .icon-box img {
    border-radius: 8px;
}

.sponsors-section {
    display: none
}

footer.main-footer {
    border-radius: 15px 15px 0 0;
    background: #151e4b;
    background-image: linear-gradient(90deg,#151e4b 0,#061f82 50%,#151e4b 100%,#f2f2f2);
}

    footer.main-footer .footer-bottom {
        background: rgba(0,0,0,.4);
        border-radius: 15px 15px 0 0;
    }

footer .copyright{
    display:none;
}