.hero_wrap {
    background: linear-gradient(180deg, #FFF 0%, #F3F5FE 25%, #EBEEFD 100%);
    padding: 72px 0;
}
.hero_left p {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.hero_left h1 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: capitalize;
}
.hero_left h1 span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    text-transform: capitalize;
}
.hero_wrap img{
    mix-blend-mode: darken;
}
section.free_learning_access {
    padding: 72px 0;
    background: var(--Text-Grey-50, #F9FAFB);
}
section.free_learning_access h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 16px;
}
section.free_learning_access h2 span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.free_learning_access .title_desc {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 662px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
}
.access_video {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
}
.access_video_inner {
    position: relative;
}
.access_video_inner:before {
    content: "";
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
}
.access_video_inner > img {
    width: 100%;
}
.access_video_inner .video_play_icn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.access_video > a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 0 0 0;
    text-decoration: none;
    display: block;
}
.vd_wrap{
    margin-bottom: 46px;
}
section.scholership {
    padding: 76px 0;
}
.scholership_inner {
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 32px;
}
.scholership_inner p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.scholer_item p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.scholer_item span {
    display: block;
    text-align: center;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.scholer_item.scholer_item_last p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    padding-bottom: 12px;
}
.scholer_item {
    height: 100%;
    border-right: 2px solid #D0D5DD;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.scholer_item_last {
    border: none;
}
.scholership_inner_last {
    padding: 76px 0 0 0;
}
.scholership_inner_last .cmny_ttl {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 46px;
    text-transform: capitalize;
}
.scholership_inner_last .cmny_ttl span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
}
.marquee-trusted_learning {
    margin-bottom: 50px;
}
.marquee-trusted_learning .inner {
    margin-right: 124px;
}
.marquee-trusted_learning img {
    max-height: 45px;
}
.slick-slider {
    width: 100%; /* Ensure a proper width */
}
.marquee-trusted_learning {
    margin-bottom: 0;
}
section.affordable {
    padding: 76px 0;
    background: var(--Text-Grey-50, #F9FAFB);
}
section.affordable h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}
section.affordable h2 + p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
}
section.affordable p.affordable_desc {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 878px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 46px;
}
.affordable_item > svg {
    display: block;
    margin-bottom: 24px;
}
.affordable_item > svg + span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    display: block;
}
.affordable_item > p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.affordable_item {
    height: 100%;
}
.affordable_item_last {
    display: flex;
    gap: 23px;
    align-items: center;
}
.affordable_left {
    width: 210px;
    height: 210px;
    fill: var(--White, #FFF);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
    background-image: url(../images/round.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.affordable_left p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.affordable_left span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.affordable_right {
    max-width: 233px;
}
.affordable_right p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

section.ourpatform {
    padding: 130px 0;
}
.leftpatform {
    padding: 76px 41px;
    border-radius: 8px;
    background: var(--Theme-Blue-100, #D8DEFC);
    position: relative;
}
.leftpatform h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
}
.leftpatform h2 span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.leftpatform h2 + p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 40%;
}
.leftpateformbox {
    display: flex;
    gap: 46px;
    position: absolute;
    top: 0;
    right: 34px;
    top: -54px;
    width: calc(54%);
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-end;
}
.leftplt_itm {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.leftplt_itm:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(17, 30, 48, 0.00) 39.07%, #111E30 99.94%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}
.leftplt_itm .leftplt_itm_img img {
    border-radius: 8px;
}
.leftplt_itm_text {
    position: absolute;
    bottom: 28px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    left: 30px;
    z-index: 9;
}
.leftplt_itm:hover:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #CFD7FF00 39.07%, #3A58EF 99.94%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    transition: .4s linear all;
    z-index: 9;
}
.leftplt_itm:hover img {
    transform: scale(1.2);
    transition: .4s linear all;
}
section.recognitions {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    text-align: center;
}
section.recognitions h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
section.recognitions h2 span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
}
section.recognitions h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 46px;
}
.recognition_item {
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    background: var(--White, #FFF);
    height: 100%;
}
.recognition_item p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 16px;
}
section.testimonials {
    padding: 72px 0;
    background: #ffff;
}
section.testimonials h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}
.indusry_item {
    padding: 16px;
    border-radius: 8px;
    margin-top: 70px;
}
.indusry_inner_itm {
    padding: 24px 16px;
    text-align: center;
    position: relative;
    padding-top: 70px;
    border-radius: 16px;
    border: 2px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Text-Grey-50, #F9FAFB);
}
.indusry_inner_itm img {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.indusry_inner_itm h4 {
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D0D5DD;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.indusry_inner_itm h4 + p {
    height: 200px;
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.testimonials .slick-dots li button:before {
    width: 12px;
    height: 12px;
    background: #D0D5DD;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.testimonials .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
.testimonials .slick-dots li.slick-active button:before {
    background: #3A58EF;
}
.testimonials ul.slick-dots {
    bottom: -46px;
}
section.upcoming_webinar {
    padding: 72px 0;
    background: var(--Text-Grey-50, #F9FAFB);
}
section.upcoming_webinar h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 46px;
}
section.upcoming_webinar h2 span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.webinarinner {
    border-radius: 8px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 24px;
    position: relative;
    height: 100%;
}
.webinarinner .webitem > span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.webinarinner .webitem > p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    max-width: 330px;
}
.webinarinner .webitem > b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    display: block;
}
.webauthor {
    border-radius: 4px;
    border-left: 2px solid var(--Theme-Blue-200, #9CABF7);
    background: var(--Text-Grey-50, #F9FAFB);
    display: flex;
    padding: 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 24px 0;
}
.webauthor span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.webauthor p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.webinarinner_img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.webinarinner_img img {
    max-height: 283px;
}
.Our_Commitment {
    padding: 72px 0;
}
.Our_Commitment {
    padding: 72px 0;
}
.Commite_Title h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    max-width: 750px;
    margin-bottom: 50px;
}
.Commite_Title h2 span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.Our_Commitment_Box .Sec_title,.Your_Commitment_Box .Sec_title {
    color: var(--Text-Grey-700, #344054);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
}
.Our_Commitment_Box ul, .Your_Commitment_Box ul {
    list-style: none;
    padding: 0;
}
.Our_Commitment_Box ul li, .Your_Commitment_Box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Our_Commitment_Box ul li::before {
    content: url(../images/checked.png);
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}
.Your_Commitment_Box ul li::before {
    content: url(../images/checked.png);
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}
.Commint_Text {
    text-align: center;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-top: 18px;
    margin-top: 30px;
}
.Commint_Text:before {
    width: 62px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: var(--Theme-Blue-500, #3A58EF);
    position: absolute;
    top: 0;
}

.input-field .otp_field {
    height: 45px;
    width: 50px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

@media(max-width:1366px){
    .webinarinner_img img {
        max-height: 233px;
    }
}
@media(max-width:767px){
    .hero_wrap {
        padding: 32px 0;
    }
    section.free_learning_access {
        padding: 32px 0;
    }
    section.scholership {
        padding: 32px 0;
    }
    .scholer_item {
        border-right: none;
        border-bottom: 2px solid #D0D5DD;
    }
    .scholer_item_last {
        border: none;
    }
    .scholership_inner_last {
        padding: 32px 0 0 0;
    }
    section.affordable {
        padding: 32px 0;
    }
    .affordable_item_last {
        flex-wrap: wrap;
        justify-content: center;
    }
    .affordable_right {
        max-width: none;
        text-align: center;
    }
    section.ourpatform {
        padding: 32px 0;
    }
    .leftpatform h2 + p {
        max-width: none;
        margin-bottom: 32px;
    }
    .leftpateformbox {
        position: static;
        width: auto;
        top: 50%;
        transform: none;
        flex-wrap: wrap;
    }
    section.recognitions {
        padding: 32px 0;
    }
    section.testimonials {
        padding: 32px 0;
    }
    section.upcoming_webinar {
        padding: 32px 0;
    }
    .Our_Commitment {
        padding: 32px 0;
    }
    .webinarinner_img {
        position: relative;
        text-align: right;
    }
    .congratesModal  .modal-dialog,.welcomeModal .modal-dialog {
        margin: auto;
    }
    .hero_left h1,.hero_left h1 span {
        font-size: 36px;
    }
    .hero_left {
        padding: 0 32px;
    }
    section.free_learning_access h2,section.free_learning_access h2 span,section.affordable h2,section.affordable h2 + p,.leftpatform h2,.leftpatform h2 span,section.recognitions h2,section.recognitions h2 span,section.testimonials h2,section.upcoming_webinar h2,section.upcoming_webinar h2 span,.Commite_Title h2,.Commite_Title h2 span{
        font-size: 32px;
        line-height: 30px;
    }
}