/********Section One*************
************Start*****************
**********************************/

.container {
    max-width: 1130px;
    margin: 0 auto;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0px 50px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        margin: 0px 30px;
    }
}

@media screen and (min-width: 1041px) {
    .cs_header_holder_section {
        margin-top: -85px;
    }
    body:not(.scroll1_down) .site-header-new {
        box-shadow: none;
    }
    body.scroll1_down .site-header-new {
        background: #31216b !important;
    }
}

.first_section_with_background_container {
    padding: 135px 50px 80px;
}

.cs_section_one {
    background-size: cover;
}

.cs_one_holder {
    display: flex;
    align-items: center;
}

.cs_one_left {
    width: 53%;
    box-sizing: border-box;
    padding-right: 70px;
}

.cs_one_right_image {
    width: 47%;
    box-sizing: border-box;
    line-height: 0;
}

.cs_one_right_image img {
    width: 100%;
}

body h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.cs_one_left p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 20px;
    -webkit-font-smoothing: auto;
}

.buttons_version_holder {
    display: flex;
    padding-top: 10px;
}

#contact-sales {
    margin-left: 20px;
    cursor: pointer;
    font-weight: 600;
}

.buttons_version_holder span {
    cursor: pointer;
    font-weight: 600;
}

#contact-sales:hover {
    background-color: #fb9f002e;
}

.page-template-aihr-b2b-solutions-template .testimonail-section {
    background-color: #fff;
}

@media screen and (min-width: 901px) and (max-width: 1150px) {
    .buttons_version_holder {
        flex-direction: column;
    }
    #contact-sales {
        margin: 20px 0px 0px;
    }
}

@media screen and (min-width: 1230px) {
    .first_section_with_background_container {
        padding: 130px 50px 80px;
    }
}

@media screen and (max-width: 900px) {
    .cs_one_holder {
        flex-direction: column;
    }
    .cs_one_left {
        width: 100%;
        padding: 0px 0px 0px;
    }
    .cs_one_right_image {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin-top: 50px;
    }
}

@media screen and (max-width: 625px) {
    .buttons_version_holder {
        flex-direction: column;
    }
    #contact-sales {
        margin: 20px 0px 0px;
    }
    .cs_one_right_image {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .first_section_with_background_container {
        padding: 110px 30px 50px;
    }
    body h1 {
        font-size: 38px;
        line-height: 46px;
    }
}