.nav_bar_ctm{
    transition: 0.4s;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #ffffff;
}


.logo_outer img{
    width: 130px;
}
.dd_flex_gap_tab{
    display: flex;
    justify-content: space-between;
    display: flex !important;
    padding: 10px 0;
}
.section_educat{
    padding: 100px 0;
}
.demobtn_box{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #009688;
    padding: 13px 35px;
    display: inline-flex;
    font-family: "Lato", sans-serif;
    position: relative;
}
.demobtn_box:after{
    content: "";
    /* background: white; */
    border: 1px solid #009688;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #029789;

    position: absolute;
    left: 0px;
    top: 0px;
    
}
.bg_fisr_edct{
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffffe6 0%, #def3ff 100%), url(../img/educational-industry/stroke-bg.png);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    background-position: bottom;
    background-repeat: repeat;
    background-size: auto;
}





.demobtn_box:hover{
    background-color: #03776b;

}
.stemlne_box:hover{
    border: 1px solid #03776b;
}
.content_block_text h1{
    margin-right: auto;
    margin-left: auto;
    max-width: 776px;
    font-size: 60px;
    line-height: 75px;
    color: rgb(5, 0, 56);
    word-break: break-word;
    font-weight: 700;
    text-align: left;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.5px;
}
.content_block_text{
    width: 538px;
}
.clr_green{
    color: #009688!important;
}
.pargph_txt{
    font-size: 20px;
    line-height: 33px;
    overflow-wrap: break-word;
    font-weight: 400;
    color: #1d1d1b;
    word-break: break-word;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
}
.bg_yeloow{
    background-color: #edebf0;
}
.content_below_section h1 {
    font-size: 48px;
    line-height: 65px;
    word-break: break-word;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    color: rgb(5, 0, 56);

}
.dd_flex_alin_cnter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_below__tabsection  h1 , .content_below__tabsection h2 {
    font-size: 45px;

    line-height: 58px;
    word-break: break-word;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    color: rgb(5, 0, 56);
}

.bg_light_gn{
    background-color: #edefff;
    position: relative;
}
.stemlne_box{
    border-radius: 20px;
    /* border: 1px solid #E8E8E8; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 20px;
    transition: all 250ms ease 0s, border-color 250ms ease 0s;
    transform: translateZ(0);
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
}
.icon_cht_Dfx {
    min-width: 28px;
    font-size: 28px;
    border-radius: 20px;
    width: 58px;
    height: 58px;
    background-color: #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_cht_Dfx {
    min-width: 28px;
    font-size: 28px;
    border-radius: 20px;
    width: 58px;
    height: 58px;
    background-color: #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_mainytr {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 13px;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: start;
    line-height: 28px;
}
.pagraph_main{
    font-size: 17px;
    line-height: 28px;
    overflow-wrap: break-word;
    font-weight: 400;
    color: #1d1d1b;
    word-break: break-word;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;

}
.main_box_tre{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.mar_btm60{
    margin-bottom: 60px;
}
.bg_light_blue {
    background: #e0e5ff;
    position: relative;
}
.bg_light_violet {
    background-color: #fdecff !important;
}
.bg_light_gn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    background: #b4e0c5;
    top: 0;
    /* right: 0; */
    z-index: 1;
}
.zndx{
   position: relative; 
   z-index: 12;
}

.bg_light_gbln::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    background: #edefff;
    top: 0;
    /* right: 0; */
    z-index: 1; 
}
.bg_light_gbln {
    position: relative;
}

.bg9 {
    background-color: #fff1d1;
}
.bg12 {
    background: #ffdbdb;
}
.bg10 {
    background-color: #e4ffcd;
}

.bg_lgt_yelow{
    background: #fdfbf0;
}
.box_sectionimprov{
    min-height: 300px;
    margin-bottom: 20px;
    box-shadow: none;
    border-color: #efefef;
}
.box_sectionimprov .icon_cht_Dfx{
    background-color: #009688!important;
}
.bg_off_crey{
    position: relative;
}
.bg_off_crey:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f6f0eb;
    top: 0;
    /* right: 0; */
    z-index: 1; 
}
.bhg_greyuy{
    /* background: #f6f0eb; */
    background: linear-gradient(rgb(25 25 25) 0%, rgb(30 30 30) 100%);

}
.text-white {
    color: #fff!important;
}
.text_pargph{
    font-size: 20px;
    line-height: 38px;
    word-break: break-word;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    color: rgb(17 17 17);
}
.text_succecc{
    font-size: 20px;
    line-height: 38px;
    word-break: break-word;
    font-weight: 600;
    font-family: "Lato", sans-serif;
  margin-bottom: 20px;
    color: rgb(255, 255, 255);
    padding-right: 295px;
}

.success_box{
    background-color: #2a2a29;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    
}


.clr_yellow{
    color: rgb(226, 183, 43);
}
.button-glow {
    overflow: hidden;
}
.button-glow:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn11 3s ease-in-out infinite;
}
.dd_flex_just_cntr{
    display: flex;
    justify-content: center;
}




@-webkit-keyframes shiny-btn11 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -webkit-transform: scale(2) rotate(45deg); opacity: 0.3; }
    50% { -webkit-transform: scale(3) rotate(45deg); opacity: 0.5; }
    60% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
    60% { -webkit-transform: scale(5) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }

  .enhance_sec .stemlne_box{
    min-height: 380px;
  }
  .main_tab_succme{
    position: absolute;
    right: 27px;
  }
  .img_outer{
      display: flex;
      justify-content: flex-end;
  }
  .personalized_sec .stemlne_box{
    min-height: 325px;
  }
.bold-600{
    font-weight: 600;
}
.d_main_block_tab{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    text-align: start;
}
.text_pa_wr_ragph{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #1d1d1b;

}
.mar_top_5px{
    margin-top: 2px;
}
.main_box_vert{
    display: flex;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
}
.main_box_vert .text_mainytr{
    justify-content: flex-start;
}
.imag_ourt_tab{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    min-width: 80px;
    overflow: hidden;
    padding: 18px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 15px;
}

.imag_ourt_tab img{
    max-width: 100%;
}

.stm_pad_biox{
    padding: 12px;
    align-items: flex-start;
}

.mar_btm20px{
    margin-bottom: 20px;
}
.right{
    float: right;
}
.prove_res_sec{
    background: #22405c;
}


.prove_res_sec .text_mainytr, .prove_res_sec .text_pa_wr_ragph{
    color: #fff;
}

.road_map_section .wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    width: 600px;
    margin: 0 auto;
  }
  
  .road_map_section h1 {
    font-size: 1.1rem;
    font-family: sans-serif;
  }
  
  .road_map_section .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
  }
  
  .road_map_section li {
    padding-bottom: 35px;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
  }
  .road_map_section li:last-child {
    border: 0px;
    padding-bottom: 0;
  }
  .road_map_section li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
  
  .road_map_section .time_title {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;

}
  .text_road_map{
    font-size: 30px;
    line-height: 58px;
    word-break: break-word;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    color: rgb(5, 0, 56);
  }
.bg_gn_tabn{
    background: #def3ff;
}
.contact_form_box{
    padding: 40px;
    max-width: 400px;
    float: right;
    border-radius: 20px;
    background: linear-gradient(153deg, #fff 0%, rgba(255, 255, 255, 0.77) 100.77%);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.11);
}

.contactFormDiv {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .contactFormDivWrap {
    padding: 40px;
    max-width: 400px;
    float: right;
    border-radius: 20px;
    background: linear-gradient(153deg,
        #fff 0%,
        rgba(255, 255, 255, 0.77) 100.77%);
  
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.11);
  }
  
  .banner-text-contain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .bannerRw {
    margin-bottom: 50px;
  }
/* footer start */

  .footer-single li {
    line-height: 32px;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:focus, a:hover {
    text-decoration: none !important;
    outline: 0;
}
@media (min-width: 768px) {
    .col-md-3 {
 
        float: left;
    }
}
.footer-single {
    margin-top: 15px;
    line-height: 24px;
}
.footer_pay_cards img {
    width: 300px;
}

figure, p {
    margin: 0;
}
p{
    font-size: 13px;
}
/* footer end */




  @keyframes textShine {
    0% {
      background-position: 0% 50%;
    }
  
    100% {
      background-position: 100% 50%;
    }
  }
  
  .bannerHdgrad {
    font-size: 42px;
    font-weight: 900;
    margin: 5px;
    background: linear-gradient(to right, #1d8df3 20%, #40c0d1 30%, #8dc642 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 3s ease-in-out infinite alternate;
  }
  
  .bannerRwTitle {
    font-size: 30px;
    font-weight: 400;
  }
  
  .bannerRwPara {
    z-index: 1;
    max-width: 70%;
    font-size: 20px;
    position: relative;
    margin-bottom: 60px;
  }
  
  .form-floating>label {
    padding: 0.5rem 0.75rem;
  }
  
  .form-floating>.form-control,
  .form-floating>.form-control-plaintext,
  .form-floating>.form-select {
    height: calc(2.5rem + 2px);
  }
  
  .form-control {
    font-size: 14px;
  }
  
  .form-floating>label {
    font-size: 14px;
  }
  .submit_btn_dis{
    opacity: 0.7;
    pointer-events: none;
  }
  
  
  
  .pikyLeadPara {
    font-size: 14px;
    text-align: center;
    color: #6c757d;
  }
  
  .banner-header {
    padding: 20px 0px 100px 0px;
  }
  
  .submitBtn {
    font-size: 16px;
    background: rgb(142, 199, 67);
    background: linear-gradient(144deg,
        rgba(142, 199, 67, 1) 0%,
        rgba(66, 193, 206, 1) 49%,
        rgba(30, 141, 244, 1) 100%);
    border: 0px;
    height: 40px;
  }
  
  .submitBtn:hover {
    background: linear-gradient(144deg,
        rgb(127, 179, 59) 0%,
        rgb(59, 189, 203) 49%,
        rgba(30, 141, 244, 1) 100%);
    border: 0px;
  }
  .formFloatingMrgn {
    margin-bottom: 20px;
}
.form-floating {
    position: relative;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control:focus {
    box-shadow: none;
}
ul{
    list-style-type: none;
}
.banner-element-div {
    display: flex;
    justify-content: center;
    /* position: absolute; */
    z-index: 1;
    /* bottom: -23px; */
    width: 285px;
    position: relative;
}

/* section new start */


.tt_flexty{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
.rad_wrap_map{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.dd_flex_cl{
    display: flex;
    align-items: center;
}
.step_1btn{
    color: #0a9a8d;
    z-index: 1312324;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 55px;
    height: 55px;
    align-items: center;
    margin-bottom: 10px;
}


.step_1btn:before{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    content: "";
    /* background: white; */
    border: 1px solid #009688;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #029789;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    color: black;

}
.pos_rel_tr{
    position: relative;
}
.bg_conatcTblock{
    justify-content: center;
    display: flex;
    padding-bottom: 0px;
}
.Svg_animator {
    width: 500px;
}

.Algbn_cntr{
    align-items: center;
}
.pos_relative{
    position: relative;
}

/* section new End */

.video_outer_box_main video{
    border-radius: 16px;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 40px #0000000d;
}

.student_box_gr{
    display: flex;
    gap: 25px;
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    align-items: center;
    border-radius: 37px;
    background: #e9f6ff;
}

.student_box_gr .contactFormDivWrap{
   min-width: 350px;
}
.arrow_block_tr{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}


  @media screen and (max-width: 600px) {
    .road_map_section .time_title {
      margin-bottom: 0.3rem;
      font-size: 0.85rem;
    }
    .contactFormDivWrap {
        padding: 20px;
    }
  }
  
  .road_map_section p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.7;
    margin-top: 0.4rem;
    font-size: 16px;

  }
  @media screen and (max-width: 600px) {
    .road_map_section p {
      font-size: 0.9rem;
    }
  }











  @media only screen and (max-width: 992px) {
    html ,body{
      width: 100%;
      overflow-x: hidden;
    }
    .dd_flex_alin_cnter{
        flex-direction: column;
        gap: 30px;
    }
    .content_block_text h1 {
        font-size: 35px;
        line-height: 51px;
    }
    .pargph_txt{
        font-size: 17px;
        line-height: 30px;
    }
    .img_outer img{
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .demobtn_box{
        background-color: #009688;
        padding: 8px 20px;
    }
    .section_educat{
        padding: 60px 0;
    }
    .content_below_section h1{
        font-size: 34px;
        line-height: 53px;
    }
    .content_below__tabsection h1{
        font-size: 25px;
        line-height: 45px;
    }
    .stemlne_box{
        margin-bottom: 20px;
        padding: 20px;
    }
    .text_succecc{
        padding-right: 0;
        text-align: center;
        font-size: 18px;
    }

    .main_tab_succme{
        position: relative;
        right: unset;
    }
    .success_box{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 18px;

    }
    .main_tab_succme img{
        width: 100px;
        height: auto;
    }
    .mar_btm60{
        margin-bottom: 30px;
    }
    .content_block_text{
        /* padding: 0px 10px; */
    }
    .main_box_vert{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .imag_ourt_tab{
        width: 65px;
        height: 65px;
        border-radius: 8px;
        min-width: 65px;
    }
    .main_box_vert .text_mainytr{
        justify-content: center;
    }
    .enhance_sec .stemlne_box{
        min-height: auto;
    }
    .box_sectionimprov{
        min-height: auto;
    }
    .sessions{
        padding-left: 0;
    }
    .road_map_section .wrapper{
        width: 100%;
    }
    .text_road_map {
        font-size: 20px;
        text-align: center;
    }
    .row{
        padding: 10px;
    }
    .banner-element-div{
        display: none;
    }
    .content_block_text{
        width: 100%;
    }
    .content_below__tabsection h1, .content_below__tabsection h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .Svg_animator{
        width: 100%;
    }
    .dd_mob_flex_block{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .rad_wrap_map{
        padding: 0;
    }
    .clm_reverce{
        flex-direction: column-reverse;
    }
    .mar_btm_mob_30{
        margin-bottom: 30px;
    }
    .imG_outer_main img{
        width: 100%;
        height: 100%;
    }
    .student_box_gr{
        flex-direction: column;
    }
    .student_box_gr{
        width: 100%;
        border-radius: 12px;
        padding: 15px;
    }
    @media (min-width: 0px) and (max-width: 767px) {
        .footer-single li {
            line-height: 25px;
            display: inline-block;
            padding: 0 4px;
        }
        .nav_set {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .footer_section row{
            padding: 0;
        }
    }
}




