.desktop_none {
    display: none;
}
.mobile_none {
    display: block;
}

.home_about_us_div_details_link {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #FFD050;
    text-decoration: none;
}
.our_offering_title_frame {
    padding: 9px 32px;
    gap: 32px;
}
.nova_home_our_offering_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #1C1A2D;
    margin: 0px;
}
.our_offering_view_all_link {
    font-family: "Sen";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #592EA9!important;
    margin: 0px;
}
.our_offering_card {
    padding: 24px 32px;
    gap: 8px;
    background: #F4F0F8;
    border-top: 1px solid #1C1A2D;
}
.our_offering_card_title {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #0E0E0E;
}
.our_offering_card_read_more {
    font-family: "Sen";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #592EA9;
    margin: 0px;
}
.our_offering_card_read_more:hover {
    cursor: pointer;
}

.nova_home_right_frame {
    padding: 32px;
    gap: 25px;
    background: #1C1A2D;
}
.nova_home_right_frame_image {
    margin-bottom: 25px;
    width: 100%;
}
.nova_home_right_frame_title {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFD050;
    margin-bottom: 16px;
}
.nova_home_right_frame_subtitle {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #F4F0F8;
    margin-bottom: 16px;
}
.nova_home_right_frame_button {
    padding: 16px 48px;
    gap: 12px;
    background: #FFD050;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    color: #1C1A2D;
}
.dis_none {
    display: none;
}
.dis_block {
    display: block;
}
.offering_active {
    background: #1C1A2D;
}
.offer_text_active {
    color: #FFD050;
}
#caro_indi_ico, #caro_indi_ico2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    background-color: #D0D0D0;
}
#caro_indi_ico.active, #caro_indi_ico2.active{
    background: #592EA9;
}
#caro_indi {
    bottom: auto;
    top: -40px;
    left: 290px;
}
.trans {
    background-color: transparent; /* For browsers that do not support gradients */
    background-image: linear-gradient(transparent 85px,#F4F0F8 85px);
}
/* ----------------------- Checkbox ----------------------- */

.c-checkbox input[type='checkbox']:checked~label:after, .c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: transparent;
    border: 1.9px solid #00173E;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 3px;
    top: 5px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox input[type='checkbox'] {
    display: none;
}
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: '✔';
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: Poppins;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 4px;
    top: 6px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox {
    position: relative;
    margin-bottom: 26px;
}
.login_strong {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #3C6E71;
    margin-bottom: 24px;
}
.login_strong > .link_re_global {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #6A9E15;
    margin-bottom: 24px;
    text-decoration: none;
}

/* ----------------------- Lets Chat Page ----------------------- */
.lets_chat_section {
    margin-top: 100px;
    padding: 0px;
}
.chat_title {
    font-family: "Butler-Regular";
    font-weight: 300;
    font-size: 64px;
    color: #1C1A2D;
    margin-bottom: 16px;
}
.chat_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #3C6E71;
    margin-bottom: 36px;
}
.global_input {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1C1A2D;
    border: none;
    border-bottom: 1px solid #2E3040;
    padding-bottom: 11px;
    margin-bottom: 50px;
}
.global_input:focus {
    outline: none;
}
.chat_submit {
    background: #FFD050;
    padding: 16px 48px;
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #1C1A2D;
}
.chat_left {
    width: 516px;
    margin-left: 216px;
    padding-top: 126px;
    padding-bottom: 118px;
}
.chat_right {
    background: url(../img/img.png);
    background-repeat: no-repeat;
	background-size: cover !important;
    height: 100%;
    padding-top: 126px;
    padding-left: 91px;
}
.chat_label {
    font-family: "Sen";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #FFD050;
}
.chat_label_text {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    width: 266px;
}

/* ----------------------- Home Page ----------------------- */
.home_banner {
    background: url(../img/man-in-black-suit.jpeg);
    padding-top: 194px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    padding-bottom: 60px;
}
.home_small_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #FFD050;
    margin-bottom: 16px;
}
.home_title {
    font-family: "Butler-Light";
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.home_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #BA94FF;
    margin-bottom: 32px;
}
.home_read_more {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #1C1A2D;
    padding: 16px 48px;
    background: #FFD050;
    border-radius: 0px;
    text-align: center;
}
.banner_details {
    width: 1028px;
    max-width: 100%;
}
.home_about_us {
    background-color: #1C1A2D;
}
.home_about_us_div {
    padding-top: 96px;
    padding-bottom: 96px;
}
.home_about_us_div_details 
{
   
    max-width:100%
}
.home_about_us_div_details_small_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #D0D0D0;
    margin-bottom: 16px;
}
.home_about_us_div_details_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.home_about_us_div_details_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #BA94FF;
    margin-bottom: 32px;
}
.home_about_us_div_details_link {
    font-family: "Sen";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #1C1A2D !important;
    text-decoration: none;
}
.home_our_offerings {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F4F0F8;
}
.offering_top_frame {
    padding-top: 6px;
    padding-bottom: 6px;
}
.offering_top_frame_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #1C1A2D;
}
.offering_card {
    padding: 24px 32px;
    gap: 8px;
}
.offering_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #1C1A2D;
    margin-bottom: 4px;
}
.offering_subtitle {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #3C6E71;
    margin-bottom: 8px;
}
.offering_link {
    font-family: "Sen";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #592EA9;
    text-decoration: none;
}
.home_started {
    background: url(../img/man-in-black-suit-wearing.jpeg) no-repeat;
    padding-top: 134px;
    padding-bottom: 134px;
    background-position: center center;
    background-size: cover;

}
.started_div {
    width: 709px;
    background: #FFFFFF;
    padding: 64px;
    position: relative;
    left: 881px;
}
.started_div_small_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #1C1A2D;
    margin-bottom: 16px;
}
.started_div_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #1C1A2D;
    margin-bottom: 16px;
}
.started_div_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #3C6E71;
    margin-bottom: 24px;
}
.home_benefits {
    background: #FFFFFF;
    padding-top: 104px;
    padding-bottom: 104px;
}
.home_benefits_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #1C1A2D;
    margin-bottom: 8px;
}
.home_benefits_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3C6E71;
    margin-bottom: 40px;
}
.benefit_card {
    padding: 16px 32px 32px;
    background: #FFFCF6;
    border: 1px solid #D0D0D0;
    height: 300px;
}
.benefit_card_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #1C1A2D;
    margin-bottom: 8px;
}
.benefit_card_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3C6E71;
    margin-bottom: 0px;
}
.benefit_card_subtitle:nth-child(1) {
    width: 292px;
}
.benefit_card_subtitle:nth-child(2) {
    width: 310px;
}
.benefit_card_subtitle:nth-child(3) {
    width: 340px;
}
.home_questions {
    background: #1C1A2D;
}
.home_questions_frame {
    padding-top: 66px;
    padding-bottom: 66px;
}
.home_questions_frame_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    width: 380px;
}
.home_last {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 80px;
}
.home_last_card {
    background-color: #1C1A2D;
    padding:100px 80px;
    gap: 88px;
}
.slider_small_title {
    font-family: "Sen";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.slider_title {
    font-family: "Butler-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 16px;
    max-width: 100%;
}
.slider_subtitle {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #BA94FF;
    
}
.slider_right_text {
    font-family: "Sen";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #BA94FF;
    margin-bottom: 24px;
}
.slider_left {
    padding-right: 88px;
    border-right: 1px solid #FFD050;
}
.slider_right {
    padding-left: 88px;
}
.carousel_next {
    right: 450px;
    top: 166px;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
}
.carousel_next:hover {
    background: #FFD050;
}
.carousel_prev {
    left: 90px;
    top: 166px;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
}
.carousel_prev:hover {
    background: #FFD050;
}