/*********************************************
Hero Section - Start
**********************************************/

.page-template-aihr-use-case .first_section_with_background_container {
    padding: 170px 50px 110px;
}

.page-template-aihr-use-case .first_section_with_background_container h1 {
    font-size: 51px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin: 0px 0px 10px;
}

@media only screen and (max-width: 480px) {
    .page-template-aihr-use-case .first_section_with_background_container h1 {
        font-size: 42px!important;
        line-height: 48px!important;
    }
}

.page-template-aihr-use-case .first_section_with_background_container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
}

.hero-button-holder {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.hero-button-holder .button-orange {
    padding: 11px 0px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    height: 50px;
    font-size: 14px;
}


/*********************************************
Hero Section - End
**********************************************/


/*********************************************
Section Above Footer - Start
**********************************************/

.below_footer_section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 50px;
}

.below_footer_section:before {
    height: 40px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    content: "";
    width: 50%;
    top: -1px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.below_footer_section:after {
    height: 40px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    right: 0;
    content: "";
    width: 50%;
    top: -1px;
    clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.below_footer_section_overlay {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
    background-color: rgba(74, 201, 240, 0.85);
}

.below_footer_section p {
    margin: 0px 0px 10px;
}

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


/*********************************************
Section Above Footer - End
**********************************************/


/*********************************************
 Section Below Hero - Start
**********************************************/

.last-section .container,
.section_below_hero .container {
    max-width: 1130px;
    margin: 0px auto;
}

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

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

.item_holder {
    display: flex;
    margin-bottom: 80px;
    align-items: flex-start;
}

.image-holder {
    width: 80px;
    height: 80px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.image-holder i {
    color: #fff;
    font-size: 35px;
}

.item_holder:nth-child(4n+1) .image-holder {
    background-color: #5D5CFF;
}

.item_holder:nth-child(4n+2) .image-holder {
    background-color: #00A0AF;
}

.item_holder:nth-child(4n+3) .image-holder {
    background-color: #F45C0F;
}

.item_holder:nth-child(4n) .image-holder {
    background-color: #E32D34;
}

.content-holder {
    flex: 1;
    margin-top: -5px;
}

.content-holder h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #31216B;
    margin: 0px 0px 10px;
}

.item-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    margin: 0px 0px 10px;
}

.item-description p:last-child {
    margin: 0px;
}

.demo-section {
    padding: 60px 50px 70px;
    background-size: cover;
    margin-left: calc(-100vw / 2 + 1130px / 2);
    margin-right: calc(-100vw / 2 + 1130px / 2);
    margin-bottom: 100px;
    text-align: center;
}

.demo-section h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #fff;
    margin: 0px 0px 15px;
}

.demo-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    max-width: 550px;
    margin: 0 auto 0px;
}

.demo-section p:last-child {
    margin-bottom: 0px;
}

.item_holder:first-child {
    margin-top: 80px;
}

@media (max-width: 1250px) {
    .demo-section {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media (max-width: 1040px) {
    .demo-section {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media only screen and (max-width: 980px) {
    .item_holder:first-child {
        margin-top: 60px;
    }
    .item_holder {
        margin-bottom: 60px;
    }
    .image-holder {
        margin-right: 30px;
    }
    .page-template-aihr-use-case .first_section_with_background_container {
        padding: 140px 50px 80px;
    }
    .demo-section {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .item_holder {
        flex-direction: column;
    }
    .content-holder {
        margin-top: 10px;
    }
    .image-holder {
        width: 80px;
        height: 80px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .item_holder:first-child {
        margin-top: 50px;
    }
    .item_holder {
        margin-bottom: 50px;
    }
    .demo-section {
        margin-left: -30px;
        margin-right: -30px;
    }
    .page-template-aihr-use-case .first_section_with_background_container {
        padding: 100px 30px 60px;
    }
    .demo-section h2,
    .content-holder h2 {
        font-size: 32px!important;
        line-height: 42px!important;
    }
    .item-description p {
        font-size: 14px;
        line-height: 28px;
        margin: 0px 0px 15px;
    }
    .demo-section {
        padding: 30px 30px 40px;
    }
}


/*************************
 * Section Link to Post
************************/

.section_redirect_to_post .container {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.section_redirect_to_post h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #fff;
    margin: 0px 0px 40px;
}

.section_redirect_to_post p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 0px 0px 20px;
}

.section_redirect_to_post p:last-child {
    margin-bottom: 0px;
}

.section_redirect_holder {
    padding: 80px 0px 120px;
}

.image_to_post {
    max-width: 700px;
    margin: 50px auto 0px
}

.image_to_post img {
    width: 100%;
}

.section_redirect_to_post {
    background-size: cover;
}

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

@media only screen and (max-width: 980px) {
    .section_redirect_holder {
        padding: 60px 0px 100px;
    }
}

@media only screen and (max-width: 480px) {
    .section_redirect_to_post h2 {
        font-size: 36px!important;
        line-height: 42px!important;
        margin-bottom: 20px;
    }
    .section_redirect_to_post p {
        margin: 0px 0px 15px;
    }
    .section_redirect_to_post .container {
        margin: 0px 30px;
    }
    .image_to_post {
        margin-top: 30px;
    }
}


/********Last Section*************
************Start*****************
**********************************/

.hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px;
    height: 50px;
    box-sizing: border-box;
}

.shortcode_form .hs-form .hs-input {
    margin-bottom: 28px;
}

.hs-error-msgs {
    margin-top: 0px;
    padding-left: 0px;
    line-height: 1.5;
    margin-bottom: 20px;
    list-style: none;
    margin-top: -15px;
}

.hbspt-form label {
    display: none!important;
}

.hbspt-form .hs-error-msgs label {
    color: #fff;
    display: block!important;
}

.hs-button.primary {
    transition: none!important;
    border: none;
    background: #fb9f00!important;
    color: #ffffff;
    height: 50px;
    cursor: pointer;
    width: 250px;
    text-transform: uppercase!important;
    font-weight: 800!important;
    font-size: 14px!important;
}

.disclamer-class {
    font-size: 12px;
    line-height: 18px;
    color: #778080;
    font-weight: 100;
    margin-top: 20px;
    -webkit-font-smoothing: auto;
}

.hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px;
    height: 50px;
    box-sizing: border-box;
}

.hs-button.primary:hover {
    background: #f7b500!important;
}


/****/

.cs_last_section {
    background-color: #170f3f;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 80px 0px;
    margin-top: -40px;
}

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

.cs_form_inner {
    max-width: 603px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.shortcode_form form>fieldset {
    max-width: 795px!important;
}

.cs_form_inner h2 {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin: 0px 0px 30px;
    -webkit-font-smoothing: auto;
}

.disclamer-class.white-color {
    color: #fff;
    margin-top: 40px;
}

.cs_below_form {
    display: flex;
    align-items: center;
    padding-top: 80px;
    border-top: 1px solid #fff;
}

.bottom_left {
    width: 40%;
}

.bottom_left p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    -webkit-font-smoothing: auto;
}

.bottom_left p a {
    color: #fb9f00;
}

.bottom_right {
    width: 60%;
}

.bottom_right {
    padding-left: 40px;
    display: flex;
    align-items: center;
    -webkit-font-smoothing: auto;
}

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

.two_columns_left {
    line-height: 0;
}

.two_columns_left img {
    max-width: 180px;
    border-radius: 5px;
}

.two_columns_right {
    padding-left: 40px;
}

.two_columns_right p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    -webkit-font-smoothing: auto;
}

.two_columns_right p a {
    color: #fb9f00;
}

.shortcode_form {
    margin-right: -8px;
}

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

@media screen and (max-width: 800px) {
    .cs_below_form {
        flex-direction: column;
    }
    .bottom_left {
        width: 100%;
    }
    .bottom_right {
        padding-top: 30px;
        padding-left: 0px;
        width: 100%;
    }
    .cs_below_form {
        padding-top: 30px;
    }
    .cs_form_inner {
        padding-bottom: 50px;
    }
    .cs_last_section {
        padding: 60px 0px 60px;
    }
}

@media screen and (max-width: 480px) {
    .cs_form_inner h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .cs_last_section .container {
        margin: 0px 30px;
    }
    .bottom_right {
        padding-top: 0px;
    }
    .two_columns {
        flex-direction: column;
        align-items: flex-start;
    }
    .two_columns_right {
        padding-left: 0px;
    }
}


/********Section Business*****
************Start*****************/

#business-section .sub-text {
    background-color: #5D5CFF;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 20px;
    letter-spacing: 1px;
}

#business-section .description-ind {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.items-ind-holder {
    margin-top: 30px;
    max-width: 500px;
}

.item-ind {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
}

#business-section .item-ind-img {
    background-color: #5d5cff;
    line-height: 0;
    margin-right: 12px;
    max-width: 32px;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}

.item-ind-img img {
    max-width: 32px;
    max-height: 32px;
}

.business-section .item-ind h3 {
    color: #fff;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    flex: 1;
}

.business-section {
    background: #fff;
    margin-left: calc(-100vw / 2 + 1130px / 2)!important;
    margin-right: calc(-100vw / 2 + 1130px / 2)!important;
    padding: 0px 0px 100px!important;
}

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

.business-inner {
    display: flex;
    background-color: #31216B;
    padding: 66px 60px 66px 0px;
    overflow: hidden;
    border-radius: 20px;
}

.business-left {
    flex: 1;
}

.business-right {
    max-width: 620px;
    width: 100%;
    padding-left: 55px;
}

.business-right h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #fff;
    margin: 10px 0px 0px;
}

#business-section .description-ind {
    color: #fff;
}

.image_left_business {
    line-height: 0px;
    margin-left: -90px;
}

.image_left_business img {
    width: 100%;
    max-width: 650px;
    margin-top: 30px;
}

.business-section .item-ind h3 {
    color: #fff;
}

.button-ind {
    margin-top: 40px;
}

#business-section .item-ind-img {
    background-color: #5d5cff;
}

@media (max-width: 1350px) {
    .business-right {
        max-width: 470px;
    }
}

@media (max-width: 1250px) {
    .business-container {
        max-width: calc(100% - 120px)!important;
        margin: 0px 60px!important;
    }
    .business-section {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .business-section {
        padding: 0px 0px 100px!important;
    }
}

@media (max-width: 1040px) {
    .business-right {
        max-width: 420px;
    }
    .business-container {
        max-width: calc(100% - 100px)!important;
        margin: 0px 50px!important;
    }
}

@media (max-width: 980px) {
    .image_left_business {
        margin-left: 0px;
    }
    .business-inner {
        padding: 50px;
    }
    .business-right {
        padding: 0px;
    }
    .business-section {
        padding: 0px 0px 80px!important;
    }
    .business-inner {
        flex-direction: column;
    }
    .image_left_business img {
        margin-top: 50px;
    }
    .business-right {
        max-width: 100%;
        padding-right: 0px;
        order: 1;
    }
    .business-left {
        width: 100%;
        flex: none;
        order: 2;
        padding-top: 0px;
    }
    .image_left_business {
        text-align: center;
        padding-right: 0px;
    }
    .image_left_business img {
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .business-inner {
        padding: 30px;
    }
    .business-right h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .business-section {
        padding: 0px 0px 60px!important;
    }
    .business-container {
        max-width: calc(100% - 60px)!important;
        margin: 0px 30px!important;
    }
}