.banner_section_rp {
    background: url('../images/staffing_emp/staffing_banner_dk.webp');
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.btn_one {
    min-width: 183px;
    min-height: 37px;
    padding: 8px 20px;
    font-family: 'Clear Sans' !important;
    border-radius: 5px;
    background-color: #e42255;
    font-size: 16px;
    font-family: bold;
    text-transform: uppercase;
    color: #fff;

}

.custom_value_card1 {
    background: url('../images/staffing_emp/bg_green_light.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

.custom_value_card2 {
    background: url('../images/staffing_emp/bg_dark_blue.webp');
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

.custom_value_card3 {
    background: url('../images/staffing_emp/bg_yellow.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

.custom_value_card4 {
    background: url('../images/staffing_emp/bg_red_light.webp');
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

.custom_value_card5 {
    background: url('../images/staffing_emp/bg_pink.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

.custom_value_card6 {
    background: url('../images/staffing_emp/bg_sky_blue.webp');
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 10px;
    background-size: contain;
    position: relative;
    min-width: 235px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 1px solid #000;
    opacity: .25;
    width: 70%;
}

.custom_value_caed_in {
    background: #fff;
    margin: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    /* background-color: var(--white); */
    text-align: center;
    min-height: 205px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.num_1 {
    position: absolute;
    top: -25px;
    background: #00c7bf;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.num_2 {
    position: absolute;
    bottom: -25px;
    background: #02bee7;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.num_3 {
    position: absolute;
    top: -25px;
    background: #f5af4c;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.num_4 {
    position: absolute;
    bottom: -25px;
    background: #fc3f45;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.num_5 {
    position: absolute;
    top: -25px;
    background: #ed3296;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.num_6 {
    position: absolute;
    bottom: -25px;
    background: #0090ff;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    line-height: 2.7;
}

.key_card {
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--light-violet);
}

.text_in {
    padding: 20px 30px 0px 30px;

    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #293353;
    min-height: 80px;
}

.text_in_n {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #293353;

}

.key_card_text.font_16b.text-center.p-4 {
    min-height: 100px;
    margin-bottom: 24px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.custom_value h4.font_20b {
    font-size: 16px;
    text-align: center;
}

@media(max-width:1380px) {
    .custom_value_card1 {
        background: url('../images/staffing_emp/bg_green_light.webp');
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

    .custom_value_card2 {
        background: url('../images/staffing_emp/bg_dark_blue.webp');
        background-repeat: no-repeat;
        background-position: top;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

    .custom_value_card3 {
        background: url('../images/staffing_emp/bg_yellow.webp');
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

    .custom_value_card4 {
        background: url('../images/staffing_emp/bg_red_light.webp');
        background-repeat: no-repeat;
        background-position: top;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

    .custom_value_card5 {
        background: url('../images/staffing_emp/bg_pink.webp');
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

    .custom_value_card6 {
        background: url('../images/staffing_emp/bg_sky_blue.webp');
        background-repeat: no-repeat;
        background-position: top;
        padding: 10px;
        background-size: contain;
        position: relative;
        min-width: 200px;
    }

}

@media(max-width:768px) {
    .font_40 {
        font-size: 20px;
    }

    .banner_section_rp {
        background: url('../images/staffing_emp/staffing_banner_mb.webp');
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .font_20b {
        font-size: 16px;
    }

    .custom_value_card1,
    .custom_value_card2,
    .custom_value_card3,
    .custom_value_card4,
    .custom_value_card5,
    .custom_value_card6 {
        /* padding: 30px 30px 0px 30px; */
        min-width: 170px;
        padding: 20px;
        background-size: contain;
        margin-bottom: 0px;
    }

    /* .custom_value_card1 {
        background: url('../images/staffing_emp/bg_green_light.webp');
        background-repeat: no-repeat;
        background-position: bottom -18px right -3px;
       
    } */

    /* .custom_value_caed_in {
        background: #fff;
        margin: 20px 25px;
        border-radius: 10px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
        background-color: var(--white); 
        text-align: center;
        height: 280px;
        min-width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        padding: 60px;
    } */
    .custom_value_caed_in {
        background: #fff;
        margin: 15px 15px;
        border-radius: 10px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
        /* background-color: var(--white); */
        text-align: center;
        height: 230px;
        min-width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        padding: 30px;
    }

    .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .about_edu h1 {
        margin-top: 32px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .key_card_text.font_16b.text-center.p-4 {
        min-height: 60px;
        margin-bottom: 24px;
        padding: 16px !important;
    }
}