:root {
    /* Define color variables */
    --light-color: #d9d9d9;
    --ascl-color: #916B2E;
    --lightgrey-color: #656565;
    }
    @font-face{
        font-family: helvetica_condensed;
        src:url('../fonts/helvetica_condensed_bold/Helvetica Neue Condensed Bold.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/Helvetica Neue Condensed Bold.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/Helvetica Neue Condensed Bold.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/Helvetica Neue Condensed Bold.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/Helvetica Neue Condensed Bold.otf') format('otf');
    }
    @font-face{
        font-family: helvetica_thin;
        src:url('../fonts/helvetica_condensed_bold/HelveticaNeueThin.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueThin.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueThin.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueThin.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueThin.otf') format('otf');
    }
    @font-face{
        font-family: helvetica_light;
        src:url('../fonts/helvetica_condensed_bold/HelveticaNeueLight.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueLight.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueLight.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueLight.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueLight.otf') format('otf');
    }
    @font-face{
        font-family: helvetica_medium;
        src:url('../fonts/helvetica_condensed_bold/HelveticaNeueMedium.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueMedium.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueMedium.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueMedium.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueMedium.otf') format('otf');
    }
    @font-face{
        font-family: helvetica_regular;
        src:url('../fonts/helvetica_condensed_bold/HelveticaNeue Regular.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeue Regular.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeue Regular.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeue Regular.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeue Regular.otf') format('otf');
    }
    @font-face{
        font-family: helvetica_bold;
        src:url('../fonts/helvetica_condensed_bold/HelveticaNeueBold.eot') format('eot'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueBold.woff2') format('woff2'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueBold.woff') format('woff'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueBold.ttf') format('ttf'),
            url('../fonts/helvetica_condensed_bold/HelveticaNeueBold.otf') format('otf');
    }
    .helvetica_regular {
        font-family: helvetica_regular !important;
    }
    .helvetica_medium {
        font-family: helvetica_medium !important;
    }
    .helvetica_light {
        font-family: helvetica_light !important;
    }
    .helvetica_thin {
        font-family: helvetica_thin !important;
    }
    .helvetica_condensed {
        font-family: helvetica_condensed !important;
    }
    .helvetica_bold {
        font-family: helvetica_bold !important;
    }
    .helvetica {
        font-family: 'Helvetica' !important;
    }
      
      body {
          font-family: 'Helvetica' !important;
      }
      .text-ascl-light {
          color: var(--light-color) !important;
      }
      .text-lightgrey {
          color: var(--lightgrey-color) !important;
      }
      .text-gradient {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
      }
      .bg-ascl-gradient {
        background: linear-gradient(171deg, rgba(145,107,46,1) 10%, rgba(33,37,41,1) 90%);
      }
      .text-ascl {
          color: var(--ascl-color) !important;
      }
      .bg-ascl {
          background-color: var(--ascl-color) !important;
      }
      .bg-ascl-light {
          background-color: var(--light-color) !important;
      }
      .bg-ascl-lightgrey {
          background-color: var(--lightgrey-color) !important;
      }
      .bg_818181 {
        background-color: #818181 !important;
      }
      header.ascl.header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 9;
      }
      .hero_content_pos {
          bottom: 200px;
      }
      .hero_content_pos h1 {
          font-size: 50px;
          font-weight: 900;
      }
      .hero_bg {
          height: auto;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
      }
      .hero_bg_1 {
          background-image: url(../images/Ascl-Hero1.webp);
      }
      .footer-bg {
          background-image: url(../images/footer-bg.webp);
      }
      .testimonial_content * {
          color: #fff;
      }
      header.ascl.header li.nav-item:after {
          content: '';
          border-right: 1px solid #707070;
          display: block;
          height: 30px;
          transform: rotate(17deg);
          position: absolute;
          right: 0;
          bottom: 5px;
      }
      header.ascl.header li.nav-item:last-child:after {
          visibility: hidden;
      }
      header.ascl.header li.nav-item {
          position: relative;
          padding: 0 10px;
      }
      header.ascl.header li.nav-item a.nav-link {
        transition: 0.3s;
        color: #E6E6E6;
        font-weight: 100;
        font-size: 18px;
        font-family: helvetica_thin !important;
    }
    header.ascl.header li.nav-item a.nav-link:hover {
        color: #A56B0F;
    }
      .hero_main_titile {
          font-size: 75px;
          color: #E6E6E6;
          /* font-weight: 900; */
          line-height: 0.9;
          font-family: helvetica_condensed !important;
        letter-spacing: normal;
          margin-bottom: 0.5em !important;
      }
      .hero_main_p {
        color: #E6E6E6;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300;
        margin-bottom: 2em;
    }
    .learn_with {
        font-family: 'helvetica_condensed';
        width: fit-content;
        font-size: 40px;
        padding: 0px 30px;
        position: relative;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        transform: translateX(-1000px);
        animation: leafMove 0.5s ease-out forwards;
        animation-delay: 0.5s;
    }
    @keyframes leafMove {
        from {
            transform: translateX(-1000px); /* Start from left */
        }
        to {
            transform: translateX(0); /* Move to normal position */
        }
    }
    .learn_with:before {
        content: '';
        background: linear-gradient(90deg, rgba(102, 87, 63, 0) 20%, rgba(203, 173, 126, 1) 100%);
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        left: -101%;
    }
    .ml_md.reasons {
        margin-left:1.8em;
    }
      .courses_btn {
          text-decoration: none;
          border: 1px solid #818181;
          color: var(--light-color);
          display: block;
          width: fit-content;
          font-weight: 100;
          font-size: 12px;
      }
      /* .hero_man_img {
          width: 55%;
          right: 0;
      } */
      .btn_ascl {
        text-decoration: none;
        border: 1px solid #818181;
        padding-left: 20px;
        padding-right: 0px;
        height: 47px;
        display: flex;
        width: fit-content;
        align-items: center;
        font-size: 18px;
        font-family: helvetica_medium !important;
        color: #E6E6E6;
        background: linear-gradient(to right, #CBAD7E 50%, transparent 50%);
        background-size: 201% 97%;
        background-position: right bottom;
        transition: background-position 0.3s ease-out, color 0.3s ease-out;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        /* transition: 0.3s; */
    }
    .btn_ascl i {
        height: 100%;
        display: flex;
        align-items: center;
        width: 40px;
        justify-content: center;
        margin-left: 15px;
        background-color: #CBAD7E;
        color: #313131;
        border-left: 1px solid #818181;
        transition: 0.3s;
    }
    .btn_ascl:hover {
        background-position: left bottom;
        color: #313131 !important;
    }
    
    .btn_ascl.reasons {
        border-color: #818181 !important;
        background: linear-gradient(to right, #464646 50%, transparent 50%);
        background-size: 201% 97%;
        background-position: right bottom;
        transition: background-position 0.3s ease-out, color 0.3s ease-out !important;
        color: #916B2E;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        font-size: 16px;
    }
    .btn_ascl.reasons i {
        background-color: #464646;
        color: #fff;
        width: 35px;
    }
    .btn_ascl.reasons:hover {
        background-position: left bottom;
        color: #fff !important;
    }
    .btn_ascl.join_whatsapp {
        height: 100%;
        position: absolute;
        right: 0;
        background-color: #000000bd !important;
        border: 0px !important;
        padding: 0 0 0 35px;
    }
    .btn_ascl.join_whatsapp i {
        margin-left: 35px !important;
        padding: 0 27px !important;
    }
    .btn_ascl.join_whatsapp:hover {
        color: #313131 !important;
    }
    .schedule_submit {
        background: linear-gradient(to right, #CBAD7E 50%, transparent 50%);
        background-size: 201% 97% !important;
        background-position: right bottom !important;
        transition: background-position 0.3s ease-out, color 0.3s ease-out;
        background-color: #343436;
    }
    .schedule_submit:hover {
        background-position: left bottom !important;
        color: #141414 !important;
    }
    .schedule_submit i {
        width: 20%;
        background-color: #CBAD7E !important;
        color:#141414;
    }
     .ellipse_bg_hero {
        margin-bottom: 7em;
        margin-top: 9em;
     }
     .hero_slide_row {
        display: flex;
        align-items: end;
        }
      .courses_btn span {
          padding: 10px 15px;
      }
      .courses_btn i {
          background-color: #464646;
          padding: 10px 13px;
          border-left: 1px solid #818181;
      }
      .swiper-pagination.hero .swiper-pagination-bullet-active {
          background-color: var(--ascl-color);
      }
      .swiper-pagination.hero .swiper-pagination-bullet {
        border: 1px solid #ccc;
        padding: 6px;
        margin: 0px 2px;
        }
      .hero.ascl .swiper-button-prev.hero, .hero.ascl .swiper-button-next.hero {
          background: none !important;
          color: var(--ascl-color);
          font-size: 40px;
      }
      .foot_three_clm * {
          color: var(--light-color);
      }
      .foot_three_clm li * {
        text-decoration: none;
        transition: 0.3s;
        padding: 6px 0;
        display: block;
        font-size: 17px;
        letter-spacing: 0.5px;
        color: var(--light-color) !important;
        font-family: 'helvetica_light';
    }
    .foot_three_clm li a:hover {
        color: #CBAD7E !important;
    }
    .social_icons a {
        transition: 0.3s;
    }
    .social_icons a:hover {
        filter: brightness(0.7);
    }
      .contact_foot ul p {
        margin-bottom: 0px;
    }
    .foot_three_clm h5 {
        color: var(--light-color) !important;
        padding: 1em 1.8em;
        font-size: 23px;
    }
    .copyright p {
        font-size: 16px;
        font-family: 'helvetica_light';
    }
    .action_whatsapp {
        position: fixed;
        box-shadow: 0 0 4px #000;
        border-radius: 50%;
        right: 40px;
        width: 70px;
        bottom: -100px; /* Initially hidden */
        display: block;
        z-index: 99999;
        transition: 0.3s;
        /* transition: bottom 0.3s ease-in-out; */
    }
    
    .action_whatsapp.wa_active {
        bottom: 30px; /* Moves up */
        /* animation: jump 0.6s ease-in-out infinite; */
    }
    .action_whatsapp.wa_active:hover {
        box-shadow: 0 0 7px #000;
    }
    /* .action_whatsapp:hover { */
        /* animation-play-state: paused; */
    /* } */
    /* Jumping Keyframes */
    /* @keyframes jump { */
        /* 0%, 100% { */
            /* transform: translateY(0); */
        /* } */
        /* 50% { */
            /* transform: translateY(-15px); */
        /* } */
    /* } */
    
      .foot_three_clm ul {
          padding: 1.5em 2.4em;
          min-height: 260px;
          list-style: none;
          border-left: 1px dashed #707070;
      }
      
      .brdr_left_md_dashed {
          border-left: 1px dashed #656565 !important;
      }
      .brdr_bottom_dashed {
          border-bottom: 1px dashed #707070 !important;
      }
      
      /* Second Section */
      .second_home_ellipse {
          left: -10% !important;
          z-index: 9;
          bottom: 10% !important;
      }
      .second_home_about {
          right: -50px;
          bottom: -20px;
          z-index: 9;
      }
      .home_second ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          /* min-width: 600px; */
      }
      .home_second li div {
          align-items: center;
          display: flex;
          padding: 20px 0;
          margin-left: 2em;
          border-left: 1px dotted #ccc;
          padding-left: 1em;
          transition: 0.3s;
      }
      .home_second li div * {
        transition: 0.3s;
    }
      .home_second li div:hover {
        background-color: #916B2E;
        color: #fff !important;
    }
    .home_second li div:hover * {
        color: #fff !important;
    }
      .home_second li:last-child {
          border: none;
      }
      .corporate_training_main_div.home_second li:last-child div:hover {
        background-color: transparent !important;
      }
      .home_second li {
          border-bottom: 1px solid #ccc;
      }
      .home_second .title {
        min-width: 180px;
        padding: 0 1em;
        color: #313131;
        font-size: 17px;
        font-family: helvetica_medium;
    }
      .home_second .colon {
            font-weight: 800;
          margin-right: 10px;
          color: var(--ascl-color);
      }
      .home_second .content {
        line-height: 1.3;
        color: #313131;
        font-size: 15px;
        padding: 0 1em;
    }
      .text_313131 {
          color: #313131 !important;
      }
      .bg_313131 {
        background-color: #313131 !important;
    }
      .bg_D9D9D9 {
          background-color: #D9D9D9;
      }
      .text_D9D9D9 {
        color: #D9D9D9;
       }
      .brown_hdngs {
        padding-bottom: 5px;
        position: relative;
        color: var(--ascl-color);
        border-bottom: 2px solid var(--ascl-color);
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0px !important;
        font-family: helvetica_medium;
      }
      .brown_hdngs:after {
          content: '';
          /* background-color: var(--ascl-color);
          display: block;
          border-radius: 50%;
          padding: 5px;
          width: fit-content;
          position: absolute;
          right: 0;
          bottom: 3px; */
      }
      .reason_content {
        color: #313131;
        font-size: 18px;
        font-family: helvetica_light;
        line-height: 1.1;
        padding-right: 2em !important;
    }
      
      /* Third Section */
      .home_Third {
          background-color: #d9d9d9;
          background-image: url(../images/triangle-three.svg);
          background-repeat: no-repeat;
          background-position: 120% 13%;
          background-size: 30%;
      }
      .home_third .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 0px 1px #464646;
        transition: 0.3s;
    }
    .courses_radius {
        border-radius: 8px;
        overflow: hidden;
        transition: 0.3s;
    }
    .courses_radius:hover {
        box-shadow: 0 0 5px #000;
    }
    .courses_radius img {
        transition: 0.3s;
        filter: grayscale();
    }
    .courses_radius:hover img {
        filter: none !important;
    }
    .home_third .swiper-slide:hover {
        box-shadow: 0px 0px 7px #464646;
    }
    .home_third .swiper-slide img {
        transition: 0.3s;
        filter: grayscale();
    }
    .home_third .swiper-slide:hover img {
        filter: none;
    }
      .img_box_style .content {
          display: flex;
          flex-direction: column;
          padding: 25px 30px;
          justify-content: space-between;
      }
      .pricing_course {
        margin-bottom: 1em;
        font-family: 'helvetica_medium';
    }
      .course_clms .courses_btn {
        font-size: 15px !important;
    }
      .img_box_style .content h5 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        font-size: 19px;
        color: #313131;
        height: 1.4em;
        font-family: helvetica_medium;
        font-weight: lighter;
      }
      .img_box_style .content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        font-size: 17px;
        line-height: 1.1;
        padding-right: 10px;
        height: 77px;
        margin-bottom: 20px;
        font-family: 'helvetica_light';
        /* letter-spacing: 1px; */
    }
      .fw_6 {
          font-weight: 600 !important;
      }
      .fw_5 {
          font-weight: 500 !important;
      }
      
      /* Fourth Section */
      .fourth_home {
          background-image: url(../images/bg_fixed_home.jpeg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          background-attachment: fixed;
      }
    
      .new_bg_fix {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: -1;
      }
      .girl_content_home {
          background-color: #00000089;
          box-shadow: 0px 0px 2px #747474;
          padding: 30px 25px;
          width: fit-content;
          border: 1px solid #747474;
          z-index: 9999;
          position: relative;
          backdrop-filter: blur(9px);
      }
      .girl_heading {
          font-size: 56px;
          line-height: 1;
          margin-bottom: 30px !important;
          font-family: helvetica_condensed !important;
      }
      .girl_content_home p {
        font-size: 20px;
        font-family: 'helvetica_light';
        line-height: 25px;
        margin-bottom: 30px !important;
    }
    .dots_girl {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .girl_shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
      input#join_whatsapp::placeholder {
          font-style: italic;
          font-family: helvetica_light !important;
          font-size: 18px;
      }
      .mail_img_subscribe {
        width: 80%;
        margin: auto;
        /* float: left; */
        padding: 0 1.5em;
    }
      .courses_btn.girl_btn {
          background-color: #000000ba !important;
      }
      .bg_E5E5E5 {
          background-color: #E5E5E5;
      }
      input#join_whatsapp {
        outline: none !important;
        padding: 18px 30px;
    }
      .text_lightgrey {
          color: var(--lightgrey-color);
      }
      .heading_subscribe {
        font-size: 36px;
        letter-spacing: -0.5px;
        margin-bottom: 0.4em;
        font-family: helvetica_condensed !important;
        line-height: 1;
    }
    .left_triangle_bg {
        bottom: 40px;
        width: 300px;
        left: -147px;
    }
      .right_circle_bg {
        right: -180px;
        width: 300px;
        bottom: 40px;
    }
      
      
      /* Sixth Section */
      .sixth_home {
        overflow: hidden;
          background-image: url(../images/Second_man_bg.webp);
          background-repeat: no-repeat;
          background-position: top center;
          background-size: cover;
      }
      .sixth_home .container {
          background-image: url(../images/Second_man_home2.webp);
          background-size: 47%;
          background-repeat: no-repeat;
          background-position: bottom left;
      }
      .heading_testi {
        font-size: 180px;
        line-height: 0.8em;
        font-family: helvetica_condensed !important;
        letter-spacing: normal;
        margin-bottom: 30px;
    }
    .subline {
        font-size: 20px;
    }
      .text-ascllight {
        color: #fff !important;
    }
      /* .course_comparison {
        font-size: 6em;
        transform: scale(1, 1.3);
        line-height: 0.8 !important;
        letter-spacing: -5px;
        margin-bottom: 0.5em;
        font-weight: 700;
    } */
    .testimonial_slide .swiper-slide>div {
        background-color: #ffffff26;
        border: 1px solid #707070;
        border-radius: 5px;
        padding: 40px 25px;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .testimonial_slide .swiper-slide>div:hover {
        box-shadow: 3px 4px 7px #ffffff2e;
    }
    .testimonial_slide .swiper-slide>div p {
        color: #CBAD7E;
        font-size: 18px;
        font-family: helvetica_light;
        line-height: 1.3;
        margin-bottom: 0px;
    }
    .swiper-button-prev.testimonial_slide, .swiper-button-next.testimonial_slide {
        background: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        bottom: -23%;
        top: unset;
        color: #fff;;
        background-color: #ffffff26;
        z-index: 999999;
        border: 1px solid #b7b7b761;
        transition: 0.3s;
    }
    .swiper-button-prev.testimonial_slide:hover, .swiper-button-next.testimonial_slide:hover {
        background-color: #CBAD7E;
        color: #313131;
    }
    .swiper-button-next.testimonial_slide {
        left: 50px;
    }
    .swiper-button-prev.testimonial_slide {
        left: 0px;
    }
    .swiper-button-next.testimonial_slide i, .swiper-button-prev.testimonial_slide i {
        z-index: 99999;
        /* transition: 0.2s; */
        position: relative;
    }
    /* .swiper-button-next.testimonial_slide i {
        right: 0px;
    }
    .swiper-button-prev.testimonial_slide i {
        left: 0px;
    } */
    
    /* .swiper-button-next.testimonial_slide:hover i {
        right: -20px;
        text-shadow: -10px 0px 7px white;
        font-size: 25px;
    }
    .swiper-button-prev.testimonial_slide:hover i {
        left: -20px;
        text-shadow: 10px 0px 7px white;
        font-size: 25px;
    } */
    
    .colon_test {
        position: absolute;
        left: 20px;
        top: -55px;
        width: 75px;
    }
      .testimonial_content p {
          font-size: 18px;
          /* letter-spacing: 0.5px; */
          line-height: 1.2;
          font-weight: 300;
      }
      .testimonial_content h4 {
          margin-bottom: 30px;
          padding-bottom: 10px;
          border-bottom: 1px dotted;
          font-size: 18px;
          font-weight: 600;
      }
      .testimonial_content {
          scrollbar-width: thin;
          scrollbar-color: grey transparent;
          padding-right: 5em;
          height: 550px;
          overflow-y: scroll;
          color: var(--light-color);
      }
      /* Custom Scrollbar Thumb (Vertical Scroller Only) */
      .testimonial_content::-webkit-scrollbar {
          width: 8px; /* Width of vertical scrollbar */
      }
      
      .testimonial_content::-webkit-scrollbar-thumb {
          background-color: grey; /* Grey color for the scroller */
          border-radius: 10px; /* Rounded corners for the scroller */
      }
      
      .testimonial_content::-webkit-scrollbar-track {
          background: transparent; /* Transparent background for the scrollbar */
      }
      
      .testimonial_content::-webkit-scrollbar-button {
          display: none; /* Remove arrows from the scrollbar */
      }
      
      /* Firefox Scrollbar (Vertical Thumb Only) */
      .testimonial_content {
          scrollbar-width: thin; /* Thin scrollbar */
          scrollbar-color: grey transparent; /* Grey thumb, transparent track */
      }
      .tagline_testi {
          font-weight: 600;
          font-size: 32px;
      }
      
      
      
      
      /* Form Section */
      .tagline_text {
          font-size: 18px;
          font-family: 'helvetica_light';
      }
      .home_Form {
        background-color: #d9d9d9;
        /* background-image: url(../images/form_triangle.svg); */
        background-repeat: no-repeat;
        background-position: 121% 64%;
        background-size: 31%;
    }
    .form-group>* {
        position: relative;
        z-index: 9;
        width: 100%;
        padding: 15px 1.8em;
        height: 75px;
        border: none;
        outline: none !important;
        color: #757575;
        border-radius: 5px !important;
        background: #C9C9C9;
    }
      .form-group>*::placeholder {
          font-style: italic;
          font-family: helvetica_light !important;
          font-size: 18px!important;
      }
      .form-group>textarea {
          min-height: 160px !important;
      }
      select#consultationMode {
        background: transparent;
        font-style: italic;
        font-size: 17px;
        z-index: 99;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: 'helvetica_light';
    }
      select#consultationMode option {
          font-style: italic !important;
          font-family: 'helvetica_light';
      }
      /*.ascl_recaptcha iframe, .ascl_recaptcha div#rc-anchor-container, .ascl_recaptcha>div {*/
      /*    width: 100% !important;*/
      /*    background-color: #fff;*/
      /*}*/
      .form-group.arrow_cstn:after {
        content: '';
        background-image: url(../images/dropdown_arrow.svg);
        /* font-size: 20px; */
        position: absolute;
        z-index: 9;
        transition: 0.3s;
        /* color: #656565; */
        /* display: inline-block !important; */
        right: 37px;
        top: 20px;
        padding: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .form-group.arrow_cstn.active_dropdown:after {
        transform: rotate(180deg);
    }
      .form-group {
        width: 100%;
        margin-bottom: 1em;
        border: 1px solid #707070 !important;
        overflow: hidden;
        border-radius: 7px !important;
        background: #C9C9C9;
    }
    .home_Form .tagline_text {
        font-family: 'helvetica_light';
        font-size: 22px;
    } 
      /* Fourth Section About */
      .fourth_about {
          background-image: url(../images/Course_girl.webp);
          background-repeat: no-repeat;
          background-position: top center;
          background-size: cover;
      }
      
      .bg_about {
          background-image: url(../images/about_main.webp);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: cover;
          background-color: #262626;
      }
      .main_font_size {
        font-size: 53px;
    }
      
      
      
      .about_table table {
          border-collapse: collapse;
          border: 1px solid #ccc;
          width: 100%;
          /* min-width: 585px; */
      }
      .about_table td {
          font-size: 16px;
          padding: 20px 40px;
          border: 1px dotted #818181;
      }
      .about_table tr:first-child td {
        background-color: #707070;
        color: white;
        font-size: 1.3em;
    }
      .about_table td {
          color: #313131;
      }
      .about_table tr td:first-child {
        max-width: 200px;
    }
    .about_table tr td:nth-child(2) {
        max-width: 250px;
    }
      
      
      
      .abour_process_content > .row img {
          width: 75%;
          padding: 20px;
          padding-top: 0px;
      }
      .abour_process_content > .row:nth-child(odd) img {
          float: left;
          padding-left: 0 !important;
      }
      .abour_process_content > .row:nth-child(even) img {
          float: right;
          padding-right: 0 !important;
      }
      
      .abour_process_content span {
        background-color: #ede2d0;
        border-radius: 50%;
        height: 2.5em;
        width: 2.5em;
        display: flex;
        line-height: 1;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #818181;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .abour_process_content h3 {
        font-size: 2.3em;
        font-weight: 900;
        transform: scale(1, 1.3);
        color: #313131;
        margin-bottom: 20px;
    }
    .abour_process_content p {
        font-size: 18px;
        color: #313131;
        font-family: 'helvetica_light';
        line-height: 1.2;
    }
      .processes_about {
          padding: 2em;
          padding-top: 0px;
      }
      
      .girl2_heading {
        font-size: 50px;
    }
      
      .about_form_div>form {
        width: 90%;
      }

    .about_second p {
        font-family: 'helvetica_light';
        font-size: 18px;
    }
      .dropdown-wrapper, .radio-container {
          display: flex;
          align-items: center;
          border: 1px solid #818181;
          overflow: hidden;
          background: #fff;
          justify-content: space-between;
          padding: 0;
          border-radius: 3px;
          width: 24%;
          width: 180px;
      }
      .verticle_h2 {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        width: 100%;
        margin: 0;
        margin-right: auto;
        line-height: 0.7;
        margin-top: 17px;
      }
      .dropdown-select {
          padding: 5px 40px 5px 15px;
          border: none;
          outline: none !important;
          background: transparent;
          color: #000;
          appearance: none;
          font-size: 15px;
          width: 100%;
          z-index: 9;
          position: relative;
          -webkit-appearance: none;
          -moz-appearance: none;
      }
      .dropdown-wrapper {
          position: relative;
          background: #fff;
          border: 1px solid #818181;
          width: 140px !important;
      }
      .dropdown-wrapper::after {
        content: '\02C5';
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        background: #777;
        border-left: 1px solid #818181;
        height: 100%;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        transform: scale(1.7, 1);
        padding: 7px 11px 0px 5px;
    }
      .radio-input {
          margin: 0;
          padding: 5px 10px;
          background: #777;
          border: none;
          cursor: pointer;
      }
      .radio-input input {
          transform: scale(1.3);
          accent-color: var(--ascl-color);
      }
      .radio-label {
        font-size: 14px;
        padding: 5px 0;
        background: #fff;
        padding-left: 15px;
        color: #000;
        /* width: 90px; */
    }
      .bg_f2f2f2 {
        background-color: #f2f2f2;
      }
      
      
      
      /* Course detail */
      .course_detail * {
          border: none !important;
      }
    .course_detail tr * {
        font-size: 20px !important;
        padding: 15px;
    }
      .course_detail tr *:nth-child(1) {
          width: 40%;
      }
      /* .course_detail tr *:nth-child(2) {
          padding-right: 3em;
      } */
      .course_detail tbody tr:nth-child(odd), .course_detail tbody tr:nth-child(odd) * {
          background-color: #707070;
          color: #fff;
      }
      .course_detail tbody tr:nth-child(even) * {
          color: #000;
      }
      .detail_subheadings {
          font-size: 37px;
      }
      .transform_headings {
          transform: scale(1, 1.4);
      }
      .start_ul li:before {
        content: "★";
        color: var(--ascl-color);
        font-size: 18px;
        position: absolute;
        visibility: hidden !important;
        left: 0px;
        top: 0;
    }
    .start_ul li::marker {
        color: #916B2E;
        font-size: 23px;
    }
    .start_ul li {
        color: #000;
        font-size: 15px;
        position: relative;
        padding: 0px 0;
        /* font-family: 'helvetica_medium'; */
    }
    .z_index_999 {
        z-index: 999;
    }
    .testimonial_slider {
        z-index: 999;
        overflow: hidden;
        position: absolute;
        right: -210px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .testi_height {
        height: 720px;
    }
    .girls_form_triangle {
        width: 127%;
        position: absolute;
        right: -109%;
        top: 18%;
    }
    .ml_neg {
        border-left: 2px solid #916C2E;
        margin-left: -30px;
    }
    .about_squares {
        position: absolute;
        right: -7%;
        top: 27%;
        width: 22%;
    }
    .tagline_p {
        font-family: helvetica_light;
        font-size: 19px;
        line-height: normal;
    }
    .content_mentors h3 {
        font-family: 'helvetica_condensed';
    }
    .mind_title {
        font-family: 'helvetica_condensed';
        font-size: 24px;
    }
    .mind_des {
        line-height: 1.6;
        font-size: 15px;
        font-family: helvetica_medium;
        color: #313131;
        margin-bottom: 40px;
    
        max-height: 3.2em; /* Approx for 2 lines (line-height * number of lines) */
        overflow: hidden;
        opacity: 1;
        transform: translateY(0);
        transition: max-height 0.7s ease, transform 0.7s ease;
    }
    
    .minds_main_cont:hover .content .mind_des {
        max-height: 500px; /* Adjust to fit full text */
        transform: translateY(0);
    }
    .minds_main_cont:hover .content {
        background-color: #ffffffc9;
    }
    .minds_main_cont .content {
        transition: background-color 0.3s ease;
    }
    
    
    
    .socials_about>* img {
        filter: brightness(0);
    }
    .socials_about>* {
        width: 35px;
        /* filter: brightness(0); */
        transition: 0.3s;
        border: 2px solid #00000000;
        border-radius: 3px;
    }
    .socials_about a:hover {
        border-color: #fff;
        border-radius: 3px;
    }
    .minds_cont:after {
        content: '';
        /* position: absolute;
        bottom: -7px;
        left: 50%;
        width: 80%;
        height: 26px;
        background: rgb(0 0 0 / 66%);
        transform: translateX(-50%);
        border-radius: 50%;
        filter: blur(10px);
        z-index: -99999999; */
    }
    .order_ming_divs {
        z-index: 9999;
        position: sticky;
        /* background: #fff; */
    }
    .minds_cont {
        position: relative;
        z-index: 999 !important;
    }
    
    .order_ming_divs>div:nth-child(4n - 1) .minds_main_cont>div:first-child, .order_ming_divs>div:nth-child(4n) .minds_main_cont>div:first-child {
        /* order: 2; */
    }
    .minds_main_cont>div:first-child img {
        transition: 0.3s;
    }
    /* .minds_main_cont:hover > div:first-child img {
        filter: unset;
    } */
    .minds_main_cont:hover > div:nth-child(2)>div {
        background-color: #fff;
        box-shadow: 4px 4px 10px 3px #ccc;
    }
    .about_minds2 .minds_main_cont>div:first-child img {
        transition: 0.3s;
        filter: grayscale(1);
    }
    .about_minds2 .minds_main_cont:hover > div:first-child img {
        filter: unset;
    }
    .minds_main_cont > div:nth-child(2)>div {
        transition:0.3s;
    }
    .about_minds2 .minds_main_cont:hover > div:nth-child(2)>div {
        background-color: #fff;
        box-shadow: 4px 4px 10px 3px #ccc;
    }
    .our_vmv_bg_body p {
        font-size: 17px;
        font-family: 'helvetica_light';
        line-height: normal;
    }
    .our_vmv_bg>div:nth-child(2), .our_vmv_bg>div:nth-child(3) {
        margin-top: -30px;
        z-index: 9;
        position: relative;
    }
    .our_vmv_bg2>div:first-child, .our_vmv_bg3>div:first-child {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        overflow: hidden;
        border: 1px solid #fff;
        border-bottom: 0px;
    }
    .vmv_img {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 85%;
    }
    .our_vmv_bg2>div:last-child, .our_vmv_bg3>div:last-child {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .our_vmv_bg>div>div {
        /* padding: 0 40px;
        padding-top: 20px !important; */
    }
    .our_vmv_bg {
        /* border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(213, 213, 213, 1) 80%); */
        /* overflow: hidden; */
    }
    .our_vmv_bg>div {
        z-index: 999 !important;
        position: relative;
    }
    .our_vmv_bg>div:first-child>div:first-child {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .our_vmv_bg_head h2 {
        font-family: 'helvetica_medium';
        font-size: 55px;
        color: #6A6A6A;
    }
    .our_vmv_bg_head p {
        font-family: 'helvetica_medium';
        font-size: 20px;
        color: #916C2E;
        margin: 5px 0px !important;
    }
    .our_vmv_bg_head>* {
        border-bottom: 1px dashed #707070;
    }
    .our_vmv_bg_head>div:nth-child(2) {
        border-left: 1px dashed #707070;
    }
    .our_vmv_bg_head>div * {
        margin-bottom: 10px;
    }
    .our_vmv_bg2>* {
        background-color: #EBEBEB;
    }
    .our_vmv_bg3>* {
        background-color: #D5D5D5;
    }
    .about_form input, .about_form textarea, .about_form select {
        width: 100%;
        height: 50px;
        padding: 15px 25px;
        outline: none;
        border: none;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .about_form input::placeholder, .about_form textarea::placeholder, .about_form select {
        font-style: italic;
        font-family: helvetica_medium;
        font-size: 14px;
        color: #656565;
    }
    .upload_main {
        height: 50px;
        margin-bottom: 15px;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        font-style: italic;
        font-family: helvetica_medium;
        font-size: 14px;
        color: #656565;
        border-radius: 5px;
        overflow: hidden;
    }
    input#resume {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        opacity: 0;
        z-index: 999;
    }
    .upload_icon {
        position: absolute;
        right: 0;
        background-color: #916B2E;
        height: 100%;
        padding: 4px;
        border: 1px solid #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .work_us_squares {
        top: 2%;
        width: 43%;
        right: -21%;
    }
    .container.our_vmv_bg:before {
        content: '';
        position: absolute;
        top: 5%;
        left: -5%;
        width: 50%;
        height: 90%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    }
    .container.our_vmv_bg:after {
        content: '';
        position: absolute;
        top: 5%;
        right: -5%;
        width: 50%;
        height: 90%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    }
    .vmv_ellipse {
        bottom: -100px;
        width: 55%;
        left: -14%;
    }
    .journey_main h3 {
        color: #D3D3D3;
        font-family: 'helvetica_medium';
        font-size: 65px;
        font-weight: 600;
    }
    .journey_main .year_tag {
        color: #916C2E;
        font-size: 24px;
        font-family: 'helvetica_medium';
        line-height: normal;
        margin-bottom: 5px;
    }
    .journey_main .year_des {
        color: #313131;
        font-size: 15px;
        font-family: 'helvetica_medium';
        line-height: normal;
        margin-bottom: 50px;
    }
    .jrny_img_1 {
        width: 210%;
        left: -80%;
        top: 20%;
    }
    .jrny_img_2 {
        width: 300%;
        top: -30%;
        left: -75%;
    }
    .jrny_img_3 {
        width: 200%;
        left: -75%;
        bottom: 0%;
    }
    .jrny_img_4 {
        width: 330%;
        left: 10px;
        bottom: 0%;
    }
    .journey_main .row h3, .journey_main .row p {
        z-index: 999;
        position: sticky;
        transition: 0.3s;
    }
    .course_detail tbody tr>*:nth-child(1) {
        font-family: helvetica_medium;
    }
    /* .details_ellipse {
        width: 30%;
        right: -26%;
        bottom: 12%;
    } */
    .details_ellipse {
        width: 200px;
        right: -17%;
        top: -30px;
        transform: rotate(150deg);
    }
    .creative_mouse {
        bottom: 1%;
        z-index: 9;
        right: -18%;
        width: 60%;
    }
    .course_offering_cont {
        z-index: 99;
        position: relative;
    }
    .course_offering_cont .accordion-button {
        background-color: #EAEAEA;
        border-radius: 7px !important;
        border: 1px solid #707070;
        outline: none !important;
        box-shadow: none !important;
        width: 100%;
        /* max-width: 350px; */
        padding: 10px 15px;
        color: #000;
        font-size: 13px;
        font-family: 'helvetica_medium';
        position: relative;
        padding-right: 40px;
    }
    .course_offering_cont .accordion-button i {
        position: absolute;
        right: 15px;
        border: 1px solid #707070;
        padding: 3px;
        border-radius: 3px;
        color: #707070;
    }
    .course_offering_cont .accordion-button:after {
        visibility: hidden;
    }
    .course_offering_cont .accordion-item {
        background: transparent;
        margin-bottom: 7px;
        border: none;
    }
    .socials_about.light_social>* {
        filter: brightness(0.5);
    }
    .detail_experts h3 {
        font-family: 'helvetica_condensed';
        font-size: 40px;
    }
    .detail_experts p {
        font-family: 'helvetica_light';
        font-size: 19px;
        line-height: normal;
    }
    .knowledge_base {
        font-size: 170px;
        margin-bottom: 10px;
        letter-spacing: -7px;
        color: #D6D6D6;
        line-height: 1;
    }
    .blogs_main > div {
        background-color: #252525;
    }
    .blogs_main > div span {
        color:#E6E6E6;
        font-size: 13px;
    }
    .blogs_main > div h3 {
        font-size: 37px;
    }
    .blogs_main > div p {
        color:#E2E2E2;
        line-height: 1.3;
        font-size: 19px;
    }
    .load_blogs {
        background-color: #666666;
        color: #E6E6E6;
        text-decoration: none;
        text-align: center;
        padding: 8px 30px;
        width: fit-content;
        display: block;
        margin: auto;
        border-radius: 5px;
        border: 1px solid #818181;
        transition: 0.3s;
    }
    .load_blogs:hover {
        background-color: #CBAD7E;
    }
    .clock_icon {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #E6E6E6;
    }
    .clock_icon:before {
        content: '';
        background-image: url(../images/clock_icon.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 9px;
        margin-right: 5px;
    }
    .blog_title {
        font-size: 47px;
        color: #818181;
    }
    .breadcrumbs_blog * {
        position: relative;
        font-size: 15px;
        font-family: helvetica_light;
        color: #363636;
        text-decoration: none;
    }
    .blog_details .clock_icon:before {
        background-image: url(../images/clock_black.svg);
        padding: 10px;
    }
    .breadcrumbs_blog>*:after {
        content: '';
        height: 25px;
        border-right: 1px solid #707070;
        transform: rotate(17deg);
        position: absolute;
        display: block;
        right: -13px;
        bottom: 0;
    }
    .breadcrumbs_blog>*:last-child:after {
        display: none;
    }
    .blog_featured {
        border-bottom: 13px solid #B7B7B7;
    }
    .blog_content_main ol {
        font-family: 'helvetica_bold';
        padding-left: 20px;
        font-size: 17px;
    }
    .blog_content_main p {
        font-size: 18px;
    }
    .blog_content_main {
        border-bottom: 2px solid #916B2E;
    }
    .ip_law_blog .swiper-slide {
        background-color: #F0F0F0;
        border-radius: 5px;
        padding: 25px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.3s;
    }
    .ip_law_blog .swiper-slide:hover {
        box-shadow: 0px 0px 7px #707070;
    }
    .ip_law_blog .swiper-slide h4 {
        color: #5D5D5D;
        font-family: helvetica_condensed;
        font-size: 35px;
        margin-bottom: 10px;
    }
    .corporate_gradient {
        background: linear-gradient(90deg, rgba(217,217,217,1) 50%, rgba(242,242,242,1) 50%);
    }
    .ascl_border_bottom {
        border-bottom: 1px solid #916C2E;
    }
    .corporate_title {
        color: #BABABA;
        line-height: 0.83;
        font-size: 157px;
        letter-spacing: -3px;
        margin-top: -30px;
    }
    .pddng_small {
        padding-right: 110px;
    }
    .corporate_squares {
        width: 28%;
        right: -190px;
        bottom: 11%;
    }
    .training_areas .clmss .imgdiv {
        overflow: hidden;
    }
    .training_areas .clmss img {
        transition: transform 0.3s ease-in-out;
    }
    .training_areas .clmss {
        background-color: #F2F2F2;
        height: 100%;
        position: relative;
        padding-bottom: 4rem;
        transition: 0.3s;
    }
    .training_areas .clmss:hover {
        box-shadow: 0 0 5px #707070;
    }
    .training_areas .clmss:hover img {
        transform: scale(1.1);
    }
    .training_areas {
        display: flex;
        flex-wrap: wrap;
        gap: 55px;
    }
    .training_areas .divsss {
        flex: 1 1 30%;
        max-width: 30%;
    }
    .training_areas .clmss h3 {
        font-family: 'helvetica_medium';
        font-size: 19px;
        color: #313131;
    }
    .training_areas .clmss p {
        font-family: helvetica_light;
        line-height: 1.3;
        font-size: 13px;
        margin-bottom: 0px;
    }
    .training_areas .btn_ascl {
        position: absolute;
        bottom: 20px;
    }
    .partners_title {
        color: #464646;
        font-size: 27px;
    }
    .partners_slider>.swiper-slide>div {
        height: 90px;
        text-align: center;
    }
    .partners_slider>.swiper-slide {
        /* position: relative; */
        background-color: #fff;
        padding: 28px;
        border-left: 1px dashed #969696;
        transition: 0.5s;
    }
    .partners_slider .swiper-slide.swiper-slide-active {
        border-left: 0px dashed #969696;
    }
    .pagination_main {
        width: 100%;
        margin: 0 auto !important;
        bottom: -30px !important;
        position: absolute;
        left: 0;
    }
    .partners_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: transparent;
        opacity: 1;
        border: 1px solid #707070;
        padding: 5px;
        margin: 0px 2px;
    }
    .partners_pagination .swiper-pagination-bullet-active {
        background-color: var(--ascl-color);
    }
    .partners_slider>.swiper-slide p {
        font-family: helvetica_light;
        font-size: 12px;
        padding: 7px;
        line-height: 1.3;
    }
    .partners_prev, .partners_next {
        background: none;
        height: fit-content;
        width: fit-content;
        padding: 10px;
        transition: 0.3s;
    }
    .partners_prev:hover i, .partners_next:hover i {
        color: #916B2E;
    }
    .partners_prev i, .partners_next i {
        transition: 0.3s;
        color: #fff;
        font-size: 25px;
    }
    .partners_prev {
        left: -35px;
    }
    .partners_next {
        right: -35px;
    }
    .bg_map {
        background-color: #C3C3C3;
    }
    .contact_info_parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        
    }
    .contact_info {
        z-index: 99;
        border-radius: 10px;
        box-shadow: 0 0 7px #0000001c;
    }
    .contact_info h3 {
        font-family: helvetica_bold;
        font-size: 24px;
        color: #414141;
    }
    .contact_info p {
        margin: 0;
        font-family: 'helvetica_light';
        color: #000000;
    }
    .contact_info_parent img {
        width: 100%;
    }
    .contact_info a {
        text-decoration: none;
        color: #A56B0F;
        transition: 0.3s;
    }
    .contact_info a:hover {
        color: #c3c3c3;
    }
    .contact_info_parent .row {
        border-bottom: 1px dashed #ACACAC;
    }
    .contact_info_parent .row:last-child {
        border-bottom: 0px dashed #ACACAC;
    }
    .contact_info_parent .row>div:nth-child(2) {
        border-left: 1px dashed #ACACAC;
    }
    /* .contact_info_parent:after {
        content: '';
        background-image: url(../images/contact_shadow.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: -20px;
    } */
    header.ascl.header li.nav-item .dropdown-menu {
        background-color: #737373;
    }
    .contact_info_parent .overlay_shadow {
        height: 80%;
        right: -23%;
        z-index: 9;
    }
    .testimonial_slide  {
        display: grid;
        grid-auto-flow: column;
    }
    .testimonial_slide .swiper-slide {
        display: flex;
    }
    .diploma_detail_title {
        font-size: 105px !important;
    }
    header.ascl.header li.nav-item .dropdown-menu a {
        color: #fff;
        font-family: 'helvetica_light';
        transition: 0.3s;
        border-bottom: 1px dotted #ccc;
    }
    header.ascl.header li.nav-item .dropdown-menu a:hover {
        color: var(--ascl-color);
    }
    header.ascl.header li.nav-item .dropdown-menu li:last-child a {
        border-bottom: 0px dotted #ccc;
    }
    ul.dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }
    .nav-item.dropdown:hover ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .minds_main_cont .content {
        background-color: #ffffffa1;
        border: 2px solid #916b2e;
        position: absolute !important;
        width: 100%;
        right: 0;
        bottom: -100px;
        min-height: 75% !important;
        border-radius: 5px;
        /* box-shadow: 2px 2px 5px 1px #ccc; */
    }
    .order_ming_divs>div {
        padding: 20px;
        position: relative;
        margin-bottom: 120px;
        padding-top: 0;
    }
    .accordion-button.bg-transparent {
        background: none !important;
    }
    .accordion-button.bg-transparent {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }
    .vmv_acc, .vmv_acc .accordion-header {
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        overflow: hidden;
        border: 1px solid #fff;
        border-bottom: 0px;
    }
    .vmv_acc>.accordion-item {
        border: none !important;
    }

    /* .container.our_vmv_bg2:before {
        content: '';
        position: absolute;
        top: 5%;
        left: -5%;
        width: 50%;
        height: 90%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    }
    .container.our_vmv_bg2:after {
        content: '';
        position: absolute;
        top: 5%;
        right: -5%;
        width: 50%;
        height: 90%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    } */
    .container.our_vmv_bg:before {
        content: '';
        position: absolute;
        top: 15%;
        left: 0%;
        width: 10%;
        height: 60%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    }
    .container.our_vmv_bg:after {
        content: '';
        position: absolute;
        top: 15%;
        right: 0%;
        width: 10%;
        height: 60%;
        background: rgb(0 0 0 / 30%);
        border-radius: 50%;
        filter: blur(45px);
        z-index: 9;
    }
    .get_ready_main h2 {
        font-size:100px !important;
        line-height: 1 !important;
    }
    .mem_cont {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #916b2ec7;
        padding: 10px;
        max-height: 3em;
        /* overflow: hidden; */
        opacity: 1;
        transform: translateY(0);
        transition: max-height 0.7s ease, transform 0.7s ease;
    }
    .swiper-button-next.reasons_choose, .swiper-button-prev.reasons_choose {
        background-image: none;
        background-color: #313131ab;
        color: #fff;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 40px;
        bottom: 0 !important;
        top: unset;
        transition: 0.3s;
    }
    .swiper-button-next.reasons_choose:hover, .swiper-button-prev.reasons_choose:hover {
        background-color: var(--ascl-color);
    }
    .swiper-button-prev.reasons_choose {
        right: 70px;
        left: unset;
    }
    .reasons_choose .swiper-slide div {
        border-radius: 10px;
        height: 100%;
        border: 1px dotted #313131;
        padding: 10px !important
    }
    .reasons_choose .swiper-slide div p {
        margin-bottom: 0;
    }
    .reasons_choose .swiper-wrapper {
        padding-bottom: 5px;
        display: grid;
        grid-auto-flow: column;
        /* grid-auto-columns: 100%; */
        align-items: stretch;
    }
    .reasons_choose .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .course_slider_main .head_courses {
        display: none;
    }
    .show_courses_only {
        display: none;
    }
    .course_slider_main .show_courses_only {
        display: block !important;
    }
    .course_slider_main .for_course_main {
        padding: 0 !important;
        margin: 0 !important;
    }
    .course_slider_main .img_box_style .content {
        background-color: #f2f2f2 !important;
    }
    .abour_process_slider img {
        width: auto;
        float: right !important;
        margin-bottom: -50px;
        height: 170px;
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .swiper-button-next.abour_process_slider, .swiper-button-prev.abour_process_slider {
        background-image: none;
        background-color: #313131ab;
        color: #fff;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 40px;
        bottom: 0 !important;
        top: unset;
        transition: 0.3s;
    }
    .swiper-button-prev.abour_process_slider {
        right: 70px;
        left: unset;
    }
    .swiper-button-next.abour_process_slider:hover, .swiper-button-prev.abour_process_slider:hover {
        background-color: var(--ascl-color);
    }
    
    .swiper-button-next.our_team_slider, .swiper-button-prev.our_team_slider {
        background-image: none;
        background-color: #313131ab;
        color: #fff;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 40px;
        bottom: 0 !important;
        top: unset;
        transition: 0.3s;
    }
    .swiper-button-prev.our_team_slider {
        right: 70px;
        left: unset;
    }
    .swiper-button-next.our_team_slider:hover, .swiper-button-prev.our_team_slider:hover {
        background-color: var(--ascl-color);
    }
    header.ascl.header a.nav-link.dropdown-toggle {
        cursor: pointer;
    }
    .training_areas .our_team_slider .swiper-wrapper {
        display: grid;
        grid-auto-flow: column;
    }
    .crse_exprts .our_team_slider .swiper-wrapper {
        display: grid;
        grid-auto-flow: column;
    }
    .crse_exprts .our_team_slider .swiper-wrapper .swiper-slide>div {
        height: 100%;
        margin-bottom: 0 !important;
    }
    @media (min-width: 992px) {
        .contact_info_parent .row {
            border-bottom: 1px dashed #ACACAC;
            width: 90%;
            margin-left: 5px;
        }
        .contact_info_parent img {
            width: 55%;
        }
        .contact_info_parent {
            max-width: 670px;
            right: -3%;
            position: absolute;
        }
        .blog_hero {
            padding-right:37px;
        }
        .detail_experts .col-md-6:nth-child(odd) {
            padding-right: 40px;
        }
        .detail_experts .col-md-6:nth-child(even) {
            padding-left: 40px;
        }
        .course_detail tr *:nth-child(1) {
            padding-left: 60px;
            padding-right: 60px;
            border-right: 1px solid #C4C4C4 !important;
        }
        .course_detail tr *:nth-child(2) {
            padding-left: 50px;
            padding-right: 100px;
        }
        .journey_main .col-lg-3 {
            width: 27% !important;
        }
    }
    @media (max-width: 1600px) {
        .girls_schedule {
            width: 110% !important;
        }
        .girls_form_triangle {
            width: 120%;
            right: -86%;
            top: 38%;
        }
    }
    @media (max-width: 1450px) {
        .jrny_img_2 {
            width: 280%;
            top: -20%;
            left: -70%;
        }
        .jrny_img_1 {
            width: 215%;
            left: -83%;
            top: 20%;
        }
        .second_home_about {
            right: -50px;
            bottom: unset;
            z-index: 9;
            height: 85% !important;
        }
    }
      @media (max-width: 1400px) {
        .contact_info_parent {
            right: -17% !important;
        }
        .blogs_main > div h3 {
            font-size: 30px;
        }
        .jrny_img_1 {
            width: 215%;
            left: -78%;
            top: 25%;
        }
        .jrny_img_4 {
            width: 330%;
            left: 10px;
            bottom: 10%;
        }
        .jrny_img_3 {
            width: 210%;
            left: -75%;
            bottom: 5%;
        }
        .minds_main_cont .content {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        .foot_three_clm h5 {
            padding: 1em;
            font-size: 19px;
        }
        .foot_three_clm ul {
            padding: 1em;
        }
        .second_home_about {
            right: -50px;
            z-index: 9;
            height: 70% !important;
        }
        .course_comparison {
            font-size: 7em !important;
        }
        .heading_testi {
            font-size: 9em !important;
        }
      }
      
      @media (max-width: 1200px) {
        .our_vmv_bg_head h2 {
            font-size: 45px;
        }
        .contact_info_parent .contact_br {
            display: none;
        }
        .training_areas .divsss {
            flex: 1 1 29%;
        }
        .corporate_title {
            font-size: 120px;
            margin-top: -20px;
        }
        .pddng_small {
            padding-right: 60px;
        }
        .blog_title {
            font-size: 46px;
        }
        .ip_law_blog .swiper-slide h4 {
            font-size: 29px;
        }
        .blogs_main > div h3 {
            font-size: 26px;
        }
        .knowledge_base {
            font-size: 150px;
        }
        .diploma_detail_title {
            font-size: 100px !important;
        }
        .jrny_img_4 {
            width: 300%;
            left: 120px;
            bottom: 17%;
        }
        .jrny_img_3 {
            width: 225%;
            left: -100%;
            bottom: 5%;
        }
        .jrny_img_2 {
            width: 280%;
            top: -15%;
            left: -70%;
        }   
        .jrny_img_1 {
            display: none !important;
        }
        .second_home_about {
            height: 50% !important;
            right: -50px;
        }
        .girls_schedule {
            width: 100% !important;
        }
        .about_table tr td:first-child, .about_table tr td:nth-child(2) {
            max-width: unset;
        }
          .new_bg_fix {
                position: fixed;
                top: 0%;
                z-index: -1;
                height: 100vh;
                object-fit: cover;
            }
        .course_comparison {
            font-size: 5em !important;
        }
        .heading_testi {
            font-size: 6em !important;
        }
      }
        
      @media (max-width: 992px) {
        .body_verify_cf div {
            border-right: 0px !important;
        }
        .training_areas .divsss {
            flex: 1 1 50%;
            max-width: 46%;
        }
        .pddng_small {
            padding-right: 240px;
        }
        .ip_law_blog .swiper-slide h4 {
            font-size: 25px;
        }
        .knowledge_base {
            font-size: 120px;
        }
        .diploma_detail_title {
            font-size: 82px !important;
            line-height: 1;
        }
        .about_form_title h2 {
            font-size: 100px !important;
        }
        .order_ming_divs>div:nth-child(4n - 1) .minds_main_cont>div:first-child, .order_ming_divs>div:nth-child(4n) .minds_main_cont>div:first-child {
            /* order: unset; */
        }
        .order_ming_divs>div:nth-child(even) .minds_main_cont>div:first-child {
            order: 2;
        }
        .testi_height {
            height: unset;
        }
        .testimonial_slider {
            position: unset;
        }
        .ellipse_bg_hero {
            margin-bottom: 0 !important;
        }
        .sixth_home .container {
            background: none;
        }
      }
      
      @media (max-width: 768px) {
        .mob_foot_size {
            font-size: 20px !important;
            line-height: 1 !important;
        }
        .foot_three_clm li * {
            padding: 3px 0;
        }
        .our_vmv_bg_head>div:nth-child(2) {
            border: 1px dashed #707070 !important;
        }
        .subline {
            line-height: 1;
        }
        .tagline_testi {
            font-size: 27px;
        }
        .dropdown-select {
            font-size: 10px !important;
        }
        .radio-label {
            font-size: 10px;
        }
        .heading_subscribe {
            font-size: 30px !important;
        }
        
        /* .testi_image_mob {
            position: absolute;
            width: 100% !important;
            left: 0 !important;
            bottom: 0 !important;
            z-index: 999;
        } */
        .hero_slide_row .hero_main_p {
            /* margin-bottom: 70px !important; */
        }
        .hero_slide_row img {
            /* position: absolute;
            bottom: 0;
            right: 0; */
        }
        .ellipse_bg_hero {
            z-index: 999;
            /* background-color: #3131315e; */
        }
        .why_event_size {
            font-size: 65px !important;
            line-height: 1;
        }
        .training_areas {
            gap: 20px !important;
        }
        header.ascl.header li.nav-item .dropdown-menu {
            position: absolute;
        }
        .blogs_main > div p {
            margin-bottom: 0px;
        }
        .blogs_main > div span {
            margin-bottom: 0px !important;
        }
        .partners_pagination .swiper-pagination-bullet {
            padding: 3px !important;
        }
        .our_story_size {
            font-size: 70px !important;
        }
        .cards_space {
            margin-bottom: 170px !important;
        }
        .mentor_size {
            font-size: 70px !important;
            line-height: 1 !important;
        }
        .mem_cont .mind_title {
            /* font-size: 13px !important; */
        }
        .mem_cont {
            /* padding: 10px 5px;
            max-height: 2.3em; */
        }
        .mem_cont p {
            /* font-size: 10px; */
            line-height: normal;
            margin-bottom: 3px !important;
        }
        .mem_cont .socials_about {
            width: 70%;
            margin: auto !important;
        }
        .body_verify_cf p {
            margin-bottom: 5px;
        }
        
        .leaders >div {
            width: 100% !important;
            max-height: 350px;
            overflow: hidden;
            position: relative;
        }
        .lead_div div {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: #fff;
        }
        .leader_cont p {
            line-height: 1 !important;
            letter-spacing: 0.2px !important;
            margin-bottom: 5px;
        }
        .leaders .socials_about {
            margin-top: 0px;
        }
        .cont_sum_row>div {
            margin: 7px 0px 0px 0px !important;
            border-right: 0px solid !important;
            border-bottom: 1px dotted;
        }
        .cont_sum_row>div:last-child {
            border-bottom: 0px;
        }
        .cont_sum_row>div:nth-child(4) {
            margin-bottom: 10px !important;
            padding-bottom: 10px;
        }
        .get_ready_main h2 {
            font-size: 70px !important;
            line-height: 1 !important;
        }
        /* .img_box_style .content h5 {
            height: auto;
            font-size: 25px;
        }
        .img_box_style .content p {
            height: auto;
            font-size: 20px;
        } */
        .abour_process_content > .row img {
            position: absolute;
            width: 25% !important;
            right: 0;
            padding: 0px !important;
        }
        
        .processes_about {
            padding: 0em;
            padding-top: 0px;
        }
        .dropdown-wrapper, .radio-container {
            width: 47% !important;
        }
        form#consultationForm .form-group>* {
            padding: 15px 20px;
        }
        .testimonial_slide .swiper-slide>div {
            padding: 30px 20px;
        }
        .testimonial_slider {
            padding-top: 50px;
        }
        form#consultationForm .schedule_submit i {
            max-width: 60px;
        }
        form#consultationForm .form-group.arrow_cstn:after {
            top: 12px;
        }
        form#consultationForm .form-group>* {
            height: 60px;
        }
        .heading_testi {
            margin-bottom: 10px !important;
        }
        .foot_three_clm ul {
            min-height: auto;
        }
        .ascl_acc.bg-transparent.accordion-button:after {
            position: absolute;
            right: 50px;
            top: 30px;
        }
        .partners_slider>.swiper-slide p {
            width: 77%;
            margin: auto;
        }
        .partners_prev, .partners_next {
            display: none;
        }
        .training_areas .divsss {
            max-width: 75%;
            height: 100%;
        }
        .pddng_small {
            padding-right: 100px;
        }
        .home_Form .tagline_text {
            width: 100% !important;
        }
        .object_none {
			height: unset !important;
        }
        .blog_title {
            font-size: 38px;
        }
        .blogs_main > div h3 {
            margin-bottom: 10px !important;
            font-size: 30px;
        }
        .knowledge_base {
            letter-spacing: -3px;
            font-size: 65px;
        }
        .order_4_mob {
            order: 4;
        }
        .course_detail tr *:nth-child(1) {
            border-bottom: 1px solid #C4C4C4 !important;
        }
        .course_detail tbody tr>* {
            width: 100% !important;
            display: block;
            text-align: center;
        }
        .diploma_detail_title {
            font-size: 77px !important;
        }
        .about_form_title h2 {
            font-size: 70px !important;
            line-height: 1 !important;
        }
        .about_form_title h3 {
            font-size: 35px !important;
        }
        .about_form_title p {
            width: 100% !important;
        }
        .our_vmv_bg>div>div {
            /* padding: 0 15px; */
        }
        .minds_main_cont .content {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        .our_vmv_bg_head h2 {
            font-size: 40px;
        }
        .order_ming_divs>div .minds_main_cont>div:first-child {
            order: unset !important;
        }
        .socials_about {
            position: unset !important;
            margin-top: 40px;
        }
        .verticle_h2 {
            writing-mode: unset;
            text-orientation: mixed;
            transform: none;
            margin: 0;
            margin-right: auto;
            line-height: normal;
            margin-top: 0;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #916C2E;
        }
        .ml_neg {
            border: 0px !important;
            margin-left: 0px;
        }
        .full_width.course_filter {
            width: 100% !important;
        }
        /* .img_box_style .content p {
            font-size: 16px;
        } */
        .home_second li div {
            align-items: start;
        }
        .home_Third .ps_xs_0 {
            padding-left: 0!important;
        }
        input#join_whatsapp::placeholder {
            font-size: 14px;
        }
        .swiper-pagination.hero {
            display: none;
        }
        .action_whatsapp.wa_active {
            right: 10px !important;
        }
        input#join_whatsapp {
            padding: 10px 30px;
        }
        .btn_ascl.join_whatsapp i {
            margin-left: 10px !important;
            padding: 0 10px !important;
        }
        .ml_md.reasons {
            margin-left:0 !important;
        }
        .learn_with {
            margin-left: 100px;
            font-size: 30px;
        }
        .hero_man_img {
            width: 70%;
            right: 0%;
        }
          .testimonial_content {
              padding-right: 10px !important;
          }
          .abour_process_content > .row img {
              width: 70%;
              float: right !important;
          }
          .about_table th, .about_table td {
              font-size: 14px;
              padding: 1em  !important;
              border: 1px dotted #818181;
          }
          .home_second .title {
              min-width: 150px;
          }
          .home_second li div {
              padding-left: 0px;
              margin-left: 0px;
          }
          /* .fifth_home .form_div>* { */
              /* width: 50% !important; */
          /* } */
          .btn_ascl.join_whatsapp {
            padding: 0 0 0 12px;
            font-size: 15px;
        }
          .hero_main_titile {
              font-size: 40px;
          }
          .girl_heading {
              font-size: 33px;
          }
          .course_comparison {
            font-size: 3em !important;
            letter-spacing: -3px !important;
        }
          .heading_testi {
              letter-spacing: -3px !important;
              font-size: 80px !important;
          }
          .sixth_home .container {
              background-size: contain;
          }
          .brdr_left_md_dashed {
              border-left: 0 !important;
          }
          .hero_content>* {
              margin-bottom: 30px !important;
          }
          /* .hero_bg {
              height: 80vh;
          } */
          .foot_three_clm ul, .foot_three_clm h5 {
            padding: 5px 10px;
        }
          .swiper-button-next, .swiper-button-prev {
              top: 81%;
          }
          header.ascl.header li.nav-item:after {
              visibility: hidden;
          }
          .dropdow_style {
              background-color: black;
              border-radius: 6px;
              border: 2px solid var(--ascl-color);
          }
      }
      @media (max-width: 496px) {
        .hcourse_btns {
            flex-direction: column;
        }
        /* .dropdown-wrapper, .radio-container {
            width: 70% !important;
        } */
        .partners_slider>.swiper-slide p {
            width: 85%;
        }
        .training_areas .divsss {
            max-width: 100%;
        }
        .pddng_small {
            padding-right: 55px;
        }
        .corporate_title {
            font-size: 97px;
        }
        .breadcrumbs_blog * {
            font-size: 12px;
        }
        .breadcrumbs_blog {
            gap: 15px !important;
        }
        .breadcrumbs_blog>*:after {
            height: 20px;
            right: -9px;
        }
        .blog_title {
            font-size: 33px;
        }
      }
      @media (max-width: 394px) {
        .body_verify_cf {
            width: 100% !important;
        }
        .partners_slider>.swiper-slide p {
            width: 100%;
        }
        .pddng_small {
            padding-right: 0px;
        }
        .corporate_title {
            font-size: 85px;
        }
        .blog_title {
            font-size: 30px;
        }
        .breadcrumbs_blog * {
            font-size: 10px;
        }
    }
    @media (max-width: 344px) {
        .cont_summ h3 {
            font-size: 30px !important;
        }
        .pddng_small.heading_subscribe {
            font-size: 32px !important;
        }
        
        .corporate_title {
            font-size: 70px;
        }
        .blog_title {
            font-size: 25px;
        }
        .breadcrumbs_blog * {
            font-size: 9px;
        }
    }
      input#consultationDate::-webkit-calendar-picker-indicator {
        opacity: 0;
        padding: 20px;
        z-index: 9999;
        position: relative;
     }
       input#consultationTime::-webkit-calendar-picker-indicator {
        opacity: 0;
        padding: 20px;
        z-index: 9999;
        position: relative;
     }
     /*input#consultationDate:after {*/
     /*    content: '';*/
     /*    background-image: url(../images/calender.svg);*/
     /*    background-position: center;*/
     /*    background-size: contain;*/
     /*    background-repeat: no-repeat;*/
     /*    padding: 15px;*/
     /*    z-index: 1;*/
     /*    position: absolute;*/
     /*    right: 30px;*/
     /*    top: 12px;*/
     /*}*/
     
     
     /*input#consultationDate::-webkit-calendar-picker-indicator {*/
     /*    opacity: 0;*/
     /*    padding: 20px;*/
     /*    z-index: 9999;*/
     /*    position: relative;*/
     /* }*/
     /* input#consultationTime::-webkit-calendar-picker-indicator {*/
     /*    font-size: 27px;*/
     /*    filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(90%);*/
     /*}*/
     
     
     
     
     
     
      #consultationDate,
         #consultationTime {
             width: 100%; /* Ensure full width */
             padding: 10px 12px; /* Add padding */
             font-size: 16px; /* Adjust font size */
             border: 1px solid #ccc; /* Add a border */
             background-color: #f9f9f9; /* Light gray background */
             color: #333; /* Text color */
             appearance: none; /* Remove native styles */
             -webkit-appearance: none; /* Remove iOS native styles */
             -moz-appearance: none; /* Remove Firefox native styles */
             box-sizing: border-box; /* Ensure proper box sizing */
         }
     
         /* Add focus styles */
         #consultationDate:focus,
         #consultationTime:focus {
             border-color: #007bff; /* Change border color on focus */
             outline: none; /* Remove default outline */
         }
     
         /* Custom icon for date input */
         #consultationDate {
            background: url(../images/calender.svg) no-repeat 90% center;
            background-size: 40px 40px;
        }
     
         /* Custom icon for time input */
         #consultationTime {
             background: url('../images/clock.svg') no-repeat 90% center;
             background-size: 35px 35px; /* Adjust icon size */
         }
     
     
 /* css for new feedback changes */
.announce_news {
    background: #737373;
    /* padding: 25px 0px; */
}
.remove_brdr .swiper-slide {
    border: none !important;
}
.remove_brdr .swiper-slide {
    /* position: relative; */
    background-color: #fff;
    padding: 25px 10px;
    transition: 0.5s;
    border-radius: 10px;
    border: 2px solid #916b2e !important;
    border-top: 0px solid #000 !important;
}
.remove_brdr .swiper-slide p {
    font-size: 12px;
    padding-top: 15px !important;
    padding: 0;
}
.remove_brdr .swiper-slide>div {
    height: 90px;
    text-align: center;
    padding: 0 10px;
}

/* .announce_news { */
    /* background-color: #916b2e; */
    /* color: #fff; */
    /* display: flex; */
    /* align-items: center; */
    /* height: 30px; */
/* } */
/* .swiper-container.swiper__top {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper__top .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
    position: relative;
  }
  .swiper__top .swiper-slide {
    text-align: center;
    font-size: 33px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
  }
  
  @keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  } */

  .glance_inner {
    background-color: #cccccc54;
    color: #916b2e;
    padding: 20px;
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
    border: 2px solid #916b2e;
    border-top-left-radius: 20px;
    box-shadow: -3px -3px 3px #ccc;
    transition:0.3s;
  }
  .glance_inner i {
    color: #916b2e;
    background-color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    border: 2px solid #916b2e;
    position: absolute;
    top: -40px;
    border-top: 0;
    transition:0.3s;
  }
  .glance_inner:hover {
    box-shadow: -7px -10px 10px #ccc;
  }
  .glance_inner:hover i {
    /* border-top: 2px solid #916b2e; */
    color: #fff;
    background-color: #916b2e;
  }
  .ques_mark {
    font-family: 'helvetica_condensed';
    font-size: 200px;
    line-height: 0.8;
    color: #fff;
    text-shadow: 15px 7px 10px #000, -2px -2px 0px #916d37, 2px -2px 0px #916d37, -2px 2px 0px #916b2e;
}

.course_detail_bg {
    background-image: url(../images/will-learn-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.interview_bg {
    background: linear-gradient(90deg,rgba(70, 70, 70, 1) 50%, rgba(255, 255, 255, 1) 50%);
}
.ace_interview .nav-link.active {
    background-color: #cbad7e;
}
.ace_interview .nav-link {
    color: #fff;
    border-radius: 0px;
}
.ace_interview .accordion-button {
    justify-content: space-between;
    box-shadow: none !important;
    font-size: 25px;
    font-family: 'helvetica_condensed';
}
.ascl_acc.accordion-button:not(.collapsed) {
    background-color: #cbad7e;
    box-shadow: none !important;
    color: #fff;
}
.ascl_acc.accordion-button::after {
    background: none;
    border-top: 2px solid #313131;
    border-left: 2px solid #313131;
    transform: rotate(225deg);
    margin: 10px;
}
.ascl_acc.accordion-button:not(.collapsed)::after {
    border-color: #fff !important;
    transform: rotate(45deg);
    margin-bottom: 0px;
    margin: 10px;
}
.ascl_acc.bg-transparent.accordion-button:after {
    border-color: #313131 !important;
}
  /* .glance_inner:after {
    content: '';
    border: 1px solid #916b2e;
    background-color: #fff;
    height: 20px;
    width: 100%;
    display: block;
    position: absolute;
    right: 100%;
    bottom: 20%;
    z-index: 9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.glance>div:first-child .glance_inner:first-child:after {
    display: none;
} */
.head_btns {
    font-size: 17px !important;
    height: 37px !important;
}
.head_btns i {
    width: 32px !important;
}
.cont_summ h3 {
    font-family: 'helvetica_condensed';
    font-size: 37px;
}
.cont_summ .tagline_p {
    /* font-size: 25px; */
}
.cont_sum_row>div {
    border-right: 1px dotted;
    margin: 0px 0px 35px 0px;
}
.our_mentors .content_mentors {
    position: absolute;
    z-index: 9;
    background-color: #313131b3;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    bottom: -30%;
    left: -10px;
    border-radius: 3px;
    box-shadow: 4px 4px 9px 4px #00000033;
    transition: 0.3s;
    border: 2px solid #cbad7e;
}
.cards_space:hover .content_mentors {
    left: 0;
    background-color: #313131;
}
.our_mentors .content_mentors .designation {
    color: var(--ascl-color);
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 10px;
}
.cards_space {
    margin-bottom: 200px;
}
.bg_ace_interview {
    background-image: url(../images/ace_interview.jpg);
    background-position: right;
    background-size: 100%;
}

.price_div {
    text-align: center;
    width: 270px;
    border-radius: 20px;
    overflow: hidden;
    /* height: 100%; */
    background-color: #464646;
}
.price_div h3 {
    padding: 15px 25px;
    margin: 0;
    background-color: #cbad7e;
    color: #fff;
    font-family: 'helvetica_condensed';
}
.price_div h4 {
    padding: 10px 15px;
    background-color: #916b2e;
    color: #fff;
    margin: 0;
}

.journey_main .col-lg-3 {
    transition: 0.3s;
}
.icons_ul li i {
    color: #916b2e;
    font-size: 17px;
    margin-right: 5px;
    width: 25px;
}
.icons_ul li {
    margin-bottom: 10px;
}
/* .journey_main .col-lg-3:hover {
    background-color: #d9d9d9;
}
.journey_main .col-lg-3:hover h3 {
    color: #fff;
}

 */






.journey_main .cards_div .col-lg-3 {
    /* background-color: #cccccc1f; */
    /* border: 1px solid #313131; */
    /* border-radius: 10px; */
    /* margin-bottom: 70px; */
    position: relative;
    min-height: 330px;
    /* width: fit-content !important; */
}
/* .journey_main .col-lg-3:nth-child(3):after {
    content: '';
    display: none;
}
.journey_main .col-lg-3:nth-child(6):after {
    content: '';
    display: none;
}
.journey_main .col-lg-3:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px dashed;
    right: -100%;
    position: absolute;
} */
 

.journey_main .card {
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 300px; */
    height: 300px;
    /* margin: -150px;
    float: left; */
    perspective: 500px;
    border: 0px;
  }
  .journey_main .content i {
    color: #916c2e;
    position: absolute;
    right: unset;
    left: unset;
    bottom: 10px;
}
.journey_main .content i.fa-hand-point-left {
    right: unset;
    left: unset;
    bottom: 10px;
}
.journey_main .content i.fa-hand-point-down {
    right: unset;
    left: unset;
    bottom: 10px;
}
  .journey_main .content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
    border: 3px solid #946f33;
    border-radius: 10px;
}
  
  .journey_main .card:hover .content {
    transform: rotateY( 180deg ) ;
    transition: transform 0.5s;
  }
  
  .journey_main .front,
  .journey_main .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
  }
  .journey_main .back {
    background: #cbad7e;
    color: white;
    transform: rotateY(180deg);
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.journey_main .front {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
  .journey_main .back p {
    color: #fff;
    font-size: 20px;
    font-family: 'helvetica_light';
}
  .journey_main .back p {
    color: #fff;
  }

  


  @keyframes infiniteScroll {
    from {transform: translateX(0)}
    to {transform: translateX(-50%)}
  }
  .horizontal-scrolling-items {
    display: flex;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .horizontal-scrolling-items__item {
    white-space: nowrap;
  }

  .mem_cont .mind_title {
    font-family: 'helvetica_medium';
    font-size: 24px;
    color: #fff;
    text-align: center;
    /* border-bottom: 1px dashed; */
}
 
.mem_cont .socials_about>* img {
    filter: none !important;
}
.team_mem {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}
.team_mem:hover .mem_cont {
    max-height: 500px;
    transform: translateY(0);
}

.our_team_inner {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


.verify_title:before {
    content: '';
    display: inline-flex;
    background-image: url(../images/ascl_certificate.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
.body_verify_cf {
    background-color: #916b2e;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
}
input#verify_cr_feild {
    outline: none !important;
    padding: 18px 30px;
}
.foot_verify_cr .btn_ascl {
    font-size: 16px;
}

.crse_exprts .leaders {
    background-color: #916b2e;
    /* padding: 7px; */
    border-radius: 8px;
    box-shadow: 0px 0px 8px #313131;
    color: #fff;
    overflow: hidden;
}
.leader_cont {
    padding: 10px;
    background-color: #916b2e;
}
.leader_cont p {
    font-family: 'helvetica_light';
    line-height: 1.3;
    letter-spacing: 0.3px;
}
.leader_cont h4 {
    font-family: 'helvetica_condensed';
}



.past_events_ctrl.swiper-button-prev {
    left: -40px;
    border-left: 2px solid;
    border-top: 2px solid;
}
.past_events_ctrl.swiper-button-next {
    right: -40px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.past_events_ctrl {
    transition: 0.3s;
    /* position: relative;
    text-indent: -9999px; */
    border: none;
    height: 20px;
    width: 20px;
    margin: 15px;
    background: none;
    padding: 10px;
    transform: rotate(315deg);
}
.past_events_ctrl:hover {
  border-color: #916b2e;
}


.certificate_main a::after {
    content: '+';
    background-color: #00000073;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-family: 'helvetica_thin';
    display: flex;
}

.certificate_main a:hover::after {
    opacity: 1;
    visibility: visible;
}

.certificate_main a {
    transition: 0.3s;
    position: relative;
    display: block;
}

.lead_div {
    background-color: #fff;
}

.login-page a {
    text-decoration: none;
}
.login-page {
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.login-page .form-right i {
    font-size: 100px;
}

.inner_mycourse {
    background-color: #d9d9d9;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #313131;
}
p.course_descr {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.close_btn {
    background: none;
    opacity: 1;
}
.close_btn:before {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
  }
  .form_div .form-control {
    border-color: #916b2e;
    transition: 0.3s;
}
.form_div .form-control:hover, .form_div .form-control:focus {
    box-shadow: 0 0 5px #916b2e;
}
.check_wrapper {
    position: relative;
    height: 157px; /* Adjust as needed */
    overflow: hidden;
  }
  
  .check_welcome {
    font-size: 37px;
    background-color: #2aa81a;
    color: #fff;
    padding: 17px;
    border-radius: 50%;
    /* margin-bottom: 13px; */
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -100px; /* Start off-screen */
    left: 50%;
    transform: translateX(-50%);
    /* opacity: 0; */
    animation: bounceDrop 0.5s ease-out forwards;
    animation-delay: 0.3s;
  }
  
  @keyframes bounceDrop {
    0% {
      top: -100px;
      /* opacity: 0; */
    }
    50% {
      top: 60px;
      /* opacity: 1; */
    }
    70% {
      top: 40px;
    }
    90% {
      top: 55px;
    }
    100% {
      top: 50px; /* Final position */
      /* opacity: 1; */
    }
  }
  




  .det_login {
    background-color: #916b2e;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 17px;
    width: fit-content;
    min-width: 136px;
    margin-left: 5px;
    color: #fff;
    border: 2px solid #313131;
    cursor: pointer;
    transition: 0.3s;
}
.det_login:hover {
    background-color: #fff;
    color: #916b2e;
}
.det_login i {
    
    margin-right:5px;
}
.course_login_det td {
    border: 1px solid;
    padding: 3px 12px;
}
.course_login_det td i {
    color: #916b2e;
}
.course_login_det td:last-child {
    cursor: pointer;
}

.policies_main {
    border-left: 5px solid;
    border-right: 5px solid;
    border-color: #916b2e;
    background-color: #fffaf2;
}

.team_mem img {
    transition: 0.3s;
}
.team_mem:hover img {
    filter: grayscale(1);
}
/* .testimonial_slide .swiper-slide>div {
    padding: 30px 40px !important;
} */
.ace_interview h2 {
    line-height: 1;
    font-size:90px;
}

  

  /* Webkit scrollbar styles */
  .scroller_show::-webkit-scrollbar {
    height: 10px;
  }

  .scroller_show::-webkit-scrollbar-thumb {
    background: #888;
  }

  .scroller_show::-webkit-scrollbar-track {
    background: #eee;
  }

  /* Firefox */
  .scroller_show {
    scrollbar-width: auto; /* or thin */
    scrollbar-color: #888 #eee;
  }
