
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

#header {
    background: #002c8082;
}


.scrolled .header {
    background: #002c80 !important;
}

#homeTagline {
    color: #fff;
    font-size: clamp(20px, 5vw, 44px);
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 2px 1px #000;
    letter-spacing: 2px;
    max-width: 825px;
}
.businessOportunity {
    font-size: 32px;
    line-height: 48px;
    margin: 40px auto;
    font-weight: 680;
}

.headingBox {
    width: 100%;
    padding-bottom: 60px;
}

.card-img-top {
    width: 55px;
    background-color: hsla(0, 0%, 100%, .08);
    border-radius: 50%;
    margin: 20px auto 10px;
    padding: 8px;
    display: block;
}


.card {
    background-color: hsla(0, 0%, 100%, .03);
    border-radius: 16px;
    color: white;
    transition: transform 0.3s ease;
}


.containerwrapper {
    background: linear-gradient(rgba(5, 26, 108, 0.9), rgba(2, 0, 57, 0.6)), url("/img/bckcov.jpg") center/cover no-repeat;
}

section {
    padding-top: 0;
}


.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo-slider .logos {
    display: inline-block;
    animation: scroll 25s linear infinite;
}
.logo-slider img {
    height: 60px;
    margin: 0 40px;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.logo-slider img:hover {
    opacity: 1;
}
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.x_wd_corner_highlight::after {
    content: '';
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer p {
    margin: 8px;
    font-style: unset;
}
