.logoWhite {
    color: #fff;
    font-weight: 800;
}

.logoBlack {
    color: #364350;
    font-weight: 800;
}

.logoBlue {
    color: #1a5dff;
    font-weight: 800;
}

.outstaffing-block-3-bg {
    background-image: url(../img/outstaffing-2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.fw-500 {
    font-weight: 500;
}

.fs-21 {
    font-size: 21px;
}

.cloud-container,
.blockchain-container {
    padding: 90px 80px;
}

#whiteft .footer_navigation__item li a {
    color: #000000a1;
}


@-webkit-keyframes my {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.25
    }

    50% {
        opacity: 0.5
    }

    75% {
        opacity: 0.75
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes my {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.25
    }

    50% {
        opacity: 0.5
    }

    75% {
        opacity: 0.75
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes my {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.25
    }

    50% {
        opacity: 0.5
    }

    75% {
        opacity: 0.75
    }

    100% {
        opacity: 1
    }
}

@keyframes my {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.25
    }

    50% {
        opacity: 0.5
    }

    75% {
        opacity: 0.75
    }

    100% {
        opacity: 1
    }
}

.textAuto {
    font-size: 24px;
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.blackText {
    color: #000;
}

.cases-item2-bg-1 {
    background-image: url('/img/case-13.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 660px;
}

.height-title-badge {
    height: 20.8px;
}

@media (max-width: 1024px) {
    .partnership-container {
        padding: 50px 16px;
    }

    .testimonials-container {
        padding: 0 30px;
    }

}

@media (max-width: 767px) {
    .arrowmenu::before {
        content: '\f078';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', serif;
        font-weight: 900;
        font-size: 15px;
        float: left;
        margin-right: 10px;
    }
}

/* ======================= Mobile Screen ======================= */
@media (max-width: 500px) {
    .pb-0-xs {
        padding-bottom: 0px !important;
    }

    .pt-0-xs {
        padding-top: 0px;
    }

    .mt-0-xs {
        margin-top: 0px;
    }

    .mb-0-xs {
        margin-bottom: 0px;
    }

    .d-flex-xs {
        display: flex;
    }

    .d-block-xs {
        display: block !important;
    }

    .d-none-xs {
        display: none;
    }

    .justify-content-center-xs {
        justify-content: center;
    }

    .blogs-title {
        font-size: 22px;
        line-height: 20px;
    }

    .blogs-box-author {
        bottom: -17px;
    }

    .header-container-solutions {
        height: 42vh;
    }

    .header-container__scroll-icon {
        bottom: 19px;
    }

    .header-container__medium-ellipse {
        top: 26%;
        width: 231px;
        height: 154px;
    }

    .header-container__big-ellipse {
        left: -315px;
        width: 384px;
        height: 384px;
        top: 35px;
    }

    .fintech-container,
    .cloud-container,
    .blockchain-container {
        padding: 30px 20px;
    }

    .contacts-container {
        height: 250px;
    }

    .partnership-container {
        padding: 0 16px;
    }















}