.bf-header-banner {
    background: url("../../images/bytesforce/about/bg-about.png") no-repeat;
    background-size: cover;
    background-position: center center;
}

.bf-section-cs {
    margin-top: -140px;
}

.section-head p {
    font-size: 16px;
    font-family: HelveticaNeue;
    color: #666666;
    line-height: 26px;
}

.bf-cs-top-block {
    padding: 40px 20px;
    position: relative;
    margin-bottom: 50px;
}

.bf-header-banner-sub-title {
    font-size: 20px;
    font-family: HelveticaNeue;
    color: #FFFFFF;
    line-height: 24px;
}

.swiper {
    width: 600px;
    height: 300px;
}

.bf-cs-top-block::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    border-radius: 20px;
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.bf-vertical-divide {
    width: 1px;
    border: 1px solid #CCCCCC;
}


.bf-cs-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bf-cs-info-p {
    font-size: 16px;
    font-family: HelveticaNeue;
    color: #000000;
    line-height: 24px;
}

.bf-cs-info-icon img {
    height: 70px;
}

.bf-cs-title {
    font-size: 50px;
    font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
    font-weight: normal;
    color: #000000;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bf-about-info-title {
    font-size: 26px;
    font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    letter-spacing: 1px;
}

.bf-cs-text {
    font-size: 16px;
    font-family: HelveticaNeue;
    color: #666666 !important;
    line-height: 22px;
}

#roadmap {
    overflow: visible;
}

.roadmap-line {
    background: linear-gradient(to bottom, rgba(136, 136, 136, 0), rgba(102, 102, 102, 1), rgba(136, 136, 136, 0));
}

.roadmap-line:before, .roadmap-line:after {
    content: none;
}

.roadmap-step {
    max-width: 483px;
    padding-left: 50px;
    border: 0;
    cursor: pointer;
}

.roadmap-left .roadmap-step {
    padding-right: 50px;
    text-align: right;
}

.roadmap-left .roadmap-head {
    padding-right: 0;
}

.bf-finished-animate {
    background: #FFFFFF;
    color: #3F61FF;
    border-radius: 10px;
    box-shadow: 0px 8px 20px 0px rgba(136, 136, 136, 0.1);
}

.bf-finished-animate .roadmap-head .roadmap-time, .bf-finished-animate .roadmap-head .roadmap-title, .bf-finished-animate p {
    color: #3F61FF;
}

.roadmap-step.bf-finished-animate::after {
    border: 1px solid #3F61FF;
}

.roadmap-step::before {
    width: 34px;
    height: 34px;
    left: 0;
    border: 10px solid #F8F9FB;
    background: #666666;
    top: 36px;
}

.roadmap-step:after {
    top: 52px;
    border: 1px dashed #666666;
    left: -30px;
    z-index: 10;
}

.roadmap-step.bf-finished-animate::before {
    background: linear-gradient(180deg, #739AFF 0%, #3F61FF 100%);;
    border-color: #d4dbfd;
    /*box-shadow: 0px 6px 12px 0px rgba(63, 97, 255, 0.6);*/
}

.roadmap-right .roadmap-step::before {
    left: 5px;
}

.roadmap-left .roadmap-step::before {
    right: 5px;
}

.roadmap-head .roadmap-time {
    font-size: 30px;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
}

.roadmap-head .roadmap-title {
    font-size: 20px;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
}

.roadmap-step p {
    font-size: 16px;
    font-family: HelveticaNeue;
    color: #666666;
    line-height: 18px;
}

.bf-leader .col-lg-2 {
    cursor: pointer;
    border: 1px solid #CCCCCC;
    transition: all .3s;
    background: #fff;
    z-index: 1;
}

.bf-leader .col-lg-2:not(:last-child) {
    border-right: 0;
}

.bf-leader .col-lg-2:hover {
    z-index: 10;
    box-shadow: 2px 3px 16px 0px #CCCCCC;
    transform: scale(1.1);
    border: 0;
}

.bf-about-vacancies {
    height: 100%;
}

.bf-about-vacancies .feature-text {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.bf-section-bg {
    background: url("../../images/bytesforce/about/bg-OUR VACANCIES.png") no-repeat;
    background-size: 100% 100%;
}

.bf-about-team {
    text-align: center;
}

.bf-about-team .team-name {
    font-size: 22px;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue;
    font-weight: normal;
    color: #3F61FF;
    line-height: 28px;
}

.bf-about-team .team-position {
    font-size: 16px;
    font-family: HelveticaNeue;
    color: #666666;
    line-height: 28px;
}

.bf-culture {
    height: 100%;
}

.bf-culture .col-lg-4 {
    z-index: 10;
}

.bf-culture-row {
    border: 2px solid #3F61FF;
    border-radius: 10px;
}

.bf-culture-content {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #3F61FF;
    box-shadow: 0px 4px 20px 0px rgba(63, 97, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.bf-culture-content:hover {
    transform: scale(1.1);
}

.bf-culture-content.active {
    background-color: #fff;
    transform: scale(1.1);
}

.culture-1 {
    background-size: 50%;
    background-image: url("../../images/bytesforce/about/AGILTY-1.png");
    background-repeat: no-repeat;
    background-position: center center;

}

.culture-1.active {
    background-image: url("../../images/bytesforce/about/AGILTY-1-hover.png");
}

.culture-2 {
    background-image: url("../../images/bytesforce/about/Collaboration-1.png");
}

.culture-2.active {
    background-image: url("../../images/bytesforce/about/Collaboration-1-hover.png");
}

.culture-3 {
    background-image: url("../../images/bytesforce/about/Diversity-1.png");
}

.culture-3.active {
    background-image: url("../../images/bytesforce/about/Diversity-1-hover.png");
}

.culture-4 {
    background-image: url("../../images/bytesforce/about/Execution-1.png");
}

.culture-4.active {
    background-image: url("../../images/bytesforce/about/Execution-1-hover.png");
}

.culture-5 {
    background-image: url("../../images/bytesforce/about/customer-1.png");
}

.culture-5.active {
    background-image: url("../../images/bytesforce/about/customer-1-hover.png");
}

.culture-6 {
    background-image: url("../../images/bytesforce/about/Integrity-1.png");
}

.culture-6.active {
    background-image: url("../../images/bytesforce/about/Integrity-1-hover.png");
}

.culture-7 {
    background-image: url("../../images/bytesforce/about/Performance-1.png");
}

.culture-7.active {
    background-image: url("../../images/bytesforce/about/Performance-1-hover.png");
}

.culture-8 {
    background-image: url("../../images/bytesforce/about/Respect-1.png");
}

.culture-8.active {
    background-image: url("../../images/bytesforce/about/Respect-1-hover.png");
}

.culture-9 {
    background-image: url("../../images/bytesforce/about/Innovation-1.png");
}

.culture-9.active {
    background-image: url("../../images/bytesforce/about/Innovation-1-hover.png");
}

.bf-culture-details {
    padding: 40px 40px 20px 20px;
    background-image: url("../../images/bytesforce/about/POP.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.bf-culture-details .title {
    font-size: 30px;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue;
    font-weight: normal;
    color: #3F61FF;
    line-height: 30px;
    letter-spacing: 2px;
}

.bf-culture-details p {
    font-size: 16px;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue;
    font-weight: normal;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
    .roadmap-step:after {
        width: 88px;
        left: -73px;
    }
}

@media (max-width: 1300px) {
    .bf-section-bg {
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 991px) {
    .roadmap-left .roadmap-step {
        text-align: left;
    }

    .roadmap-left .roadmap-step::before {
        left: 5px;
        right: auto;
    }

    .roadmap-step:after {
        width: 45px;
    }

    .bf-culture-details {
        background-image: url("../../images/bytesforce/about/bg-tip.png");
    }

    .bf-culture-details .title {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .bf-header-banner-sub-title {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
    }

    .bf-section-cs {
        margin-top: 0;
    }

    .bf-cs-top-block::after {
        content: none;
    }

    .bf-section-cs .container {
        background: #fff;
    }

    #roadmap .section-head {
        padding-bottom: 0;
    }

    .bf-cs-title {
        font-size: 26px;
        font-weight: normal;
        color: #000000;
        line-height: 28px;
    }

    .bf-cs-top-block {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .bf-vertical-divide {
        display: none;
    }

    .bf-about-info-title {
        font-size: 20px;
        font-weight: normal;
        color: #000000;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .bf-cs-info-p {
        font-size: 10px;
        color: #666666;
        line-height: 12px;
    }

    .roadmap-head .roadmap-time {
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 20px;
    }

    .roadmap-head .roadmap-titile {
        font-size: 14px;
        font-weight: normal;
        color: #666666;
        line-height: 16px;
    }

    .roadmap-step p {
        font-size: 12px;
        color: #666666;
        line-height: 14px;
    }

    .roadmap-left .roadmap-step {
        text-align: left;
    }

    .roadmap-left .roadmap-step::before {
        left: 5px;
        right: auto;
    }

    .bf-leader {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: normal !important;
    }

    .bf-leader .col-lg-2:hover {
        transform: scale(1);
    }

    .bf-leader .col-6 {
        min-width: 250px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 1.5rem !important;
        border: 0 !important;
        box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.1);
    }

    #vacancies .btn-bf-primary {
        width: 270px;
        margin-top: 0;
        background: #3F61FF;
        box-shadow: 0px 6px 12px 0px rgba(63, 97, 255, 0.3);
        border-radius: 25px;
    }

    .gutter-vr-30px > .bf-vertical-divide {
        display: block;
        height: 2px;
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .bf-cs-info-p {
        font-size: 12px;
        color: #666666;
        line-height: 14px;
    }

    .bf-culture-details .title {
        margin-top: 0;
    }

}
