.navbar {
    z-index: 9999;
}

.b-none {
    background: none !important;
    position: static !important;
}





.b-none-c h2,
.b-none-c p,
.b-none-c a,
.b-none-c h4 {
    color: #fff !important;
}

.slider-img img {
    max-width: 100%;
}

.c-fff {
    color: #fff !important;
}

.s-h2 {
    top: 0 !important;
}


.b-none-c .s-info-text {
    background: none !important;
}



#header-en,
#header-es {
    position: sticky;
    top: 0;
    z-index: 999;
}

.about1 {
    background: url(newimgs/about/1-1.png) no-repeat scroll center center !important;
    background-size: cover !important;
    z-index: auto !important;
}

.social1 {
    background: url(newimgs/social/1.png) no-repeat scroll center center !important;
    background-size: cover !important;
    z-index: auto !important;
}

.social3 {
    background: url(newimgs/social/3-1.png) no-repeat scroll center center !important;
    background-size: cover !important;
    z-index: auto !important;
}

.download2 {
    background: url(newimgs/download/2-1.png) no-repeat scroll center center !important;
    background-size: cover !important;
    z-index: auto !important;
}

.download1 {
    background: url("newimgs/download/1.png") no-repeat scroll center center;
    z-index: auto;
    background-size: cover;
}

.services-promo .s-info-text h4 {
    text-align: center;
}

.about1 h2,
.about1 p,
.social1 h2,
.social1 p,
.social3 h2,
.social3 p {
    color: #fff !important;
}

.home-bg-video {
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
}

.home-bg-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

l .s-content p {
    max-width: 1200px !important;
}

.slider-area .s-content h3 {
    display: block !important;
}

.box-i {
    border: none !important;
}

.about-us-area .a-text {
    padding: 20px !important;
}

.right-box {
    display: flex;
    align-items: center;
    padding: 60px 0 !important;
}

.partner-logo-area .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo-area .col-md-3 img {
    margin-bottom: 40px;
}

@media (max-width:999px) {
    .s-c-fff {
        color: #fff !important;
    }

    .s-b-0 {
        background: #000 !important
    }

    .s-top-40 {
        top: 40% !important;
    }

    .process-area {
        padding: 40px 0;
    }

    .partner-logo-area .col-md-3 img {
        margin-bottom: 20px;
    }

    .right-box {
        padding: 0 !important;
    }

    .new-btn {
        margin-bottom: 20px;
    }

    .right-box {
        display: block;
        align-items: center;
    }

    .new-home-top .slider-img {
        display: none;
    }

    .new-home-top .s-item {
        height: max-content !important;

        background: url('/newimgs/home_bg.png') no-repeat;
        background-size: cover;
        padding-bottom: 20px;

    }

    .new-home-top .s-content {
        position: static !important;
        transform: none !important;
    }

    .new-about-top img {
        max-width: 100%;
        height: 600px !important;
    }

    .new-about-top .slider-img {
        max-width: 100%;
        height: 600px !important;
    }

    .new-about-top .s-content {
        /* position: relative !important;
        top: -300px !important; */
        /* transform: none !important; */
    }

    .s-pt-20 {
        padding-top: 20px;
    }

    .s-pb-20 {
        padding-bottom: 20px;
    }

    .s-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (min-width:999px) {
    .new-btn {
        margin-right: 20px;
    }

    .home-bg-img {
        display: none;
    }

    .b-hide {
        display: none !important;
    }
}