img{
    width: 100%;
}
a{
    text-decoration: none;
}
body{
    font-family: Montserrat, sans-serif;
}
.section_top_bottom_padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.site_btn{
    padding: 12px 24px;
    background-color: #7c3aed;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}
.site_btn:hover{
    background-color: #1e1b4b;
}

/* Page Banner CSS */
.page_banner{
    background-color: #eaddff;
}
.page_banner_content h1{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
}
.breadcrumb_area{
    color: #7c3aed;
}
.breadcrumb_area a{
    color: #7c3aed;
}
.section_label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #7c3aed;
    border: 1px solid #7c3aed;
    border-radius: 10px;
    padding: 5px 8px;
}
.section_heading{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
    margin: 24px 0px;
}
.section_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
    margin-bottom: 24px;
}


/* About CSS */
.about_section{
    padding-bottom: 50px;
}
.collumn_gap{
    --bs-gutter-x: 5rem;
}
.about_image_area img{
    width: 50%;
}
.about_image_area img{
    border-radius: 10px;
}
.about_img_1{
    margin-top: 30px;
    margin-right: 20px;
}
.about_img_2{
    margin-bottom: 30px;
}

.transparent_btn{
    background-color: transparent;
    border: 1px solid #1e1b4b;
    color: #1e1b4b;
    display: inline-block;
}
.transparent_btn:hover{
    color: #fff;
}

.about_list_area ul{
    list-style: none;
    padding-left: 0px;
}
.about_list_area ul li{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #1e1b4b;
}
.about_list_area ul li i{
    font-size: 16px;
    color: #7c3aed;
    margin-right: 10px;
}


/* Counter CSS */
.counter_area{
    padding-top: 50px;
    padding-bottom: 100px;
    border-radius: 10px;
}
.counter_box_content h3{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
}
.counter_box_content p{
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #7c3aed;
    text-transform: uppercase;
}


/* Why Choose CSS */
.why_choose_us{
    background-color: #f7f1ff;
}
.why_choose_icon span{
    font-size: 40px;
    color: #7c3aed;
    margin-right: 10px;
}
.why_chose_text h4{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #1e1b4b;
    margin-top: 5px;
    margin-bottom: 10px;
}
.why_chose_text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
}
.why_choose_img img{
    border-radius: 15px;
    height: 100%;
}


/* CTA CSS */
.cta_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta_container{
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #eaddff;
}


/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }

    /* Page Banner CSS */
    .page_banner_content h1{
      font-size: 36px;
      line-height: 46px;
    }

    /* About CSS */
    .about_image_area {
      flex-direction: column;
      align-items: center;
    }
    .about_image_area img{
      width: 90%;
    }
    .about_img_1{
      display: none;
    }
    .about_img_2{
      margin: 0px;
    }
    .about_text_area{
      margin-top: 30px;
      text-align: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    .about_list_area{
      text-align: left;
    }
    .about_btn_area {
      display: flex;
      flex-direction: column;
    }
    .about_btn_area a{
      width: 100%;
    }
    .about_btn_area .transparent_btn{
      margin-left: 0px !important;
      margin-top: 20px;
    }

    /* Counter CSS */
    .counter_area{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .counter_box_content h3{
      font-size: 30px;
      line-height: 40px;
    }
    .counter_section{
      text-align: center;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .counter_section .counter_area{
      width: 60%;
    }

    /* Why Choose Us */
    .reverse_column{
      flex-direction: column-reverse;
    }
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 20px;
      line-height: 30px;
    }
    .why_choose_box_content {
      flex-direction: column;
      text-align: center;
    }
    .why_choose_box_area{
      margin-top: 20px;
    }
    .why_choose_text_area .section_top_area{
      text-align: center;
    }


    /* CTA CSS */
    .cta_text_area .section_top_area{
      text-align: center;
    }
    .cta_text_area .section_top_area .site_btn{
      width: 100%;
    }
  }
  
  
  /* Mobile (Medium Screens) */
  @media (min-width: 481px) and (max-width: 767px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }

    /* Page Banner CSS */
    .page_banner_content h1{
      font-size: 36px;
      line-height: 46px;
    }

    /* About CSS */
    .about_image_area {
      flex-direction: column;
      align-items: center;
    }
    .about_image_area img{
      width: 90%;
    }
    .about_img_1{
      display: none;
    }
    .about_img_2{
      margin: 0px;
    }
    .about_text_area{
      margin-top: 30px;
      text-align: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    .about_list_area{
      text-align: left;
    }
    .about_btn_area {
      display: flex;
      flex-direction: column;
    }
    .about_btn_area a{
      width: 100%;
    }
    .about_btn_area .transparent_btn{
      margin-left: 0px !important;
      margin-top: 20px;
    }

    /* Counter CSS */
    .counter_area{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .counter_box_content h3{
      font-size: 30px;
      line-height: 40px;
    }
    .counter_section{
      text-align: center;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .counter_section .counter_area{
      width: 60%;
    }

    /* Why Choose Us */
    .reverse_column{
      flex-direction: column-reverse;
    }
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 20px;
      line-height: 30px;
    }
    .why_choose_box_content {
      flex-direction: column;
      text-align: center;
    }
    .why_choose_box_area{
      margin-top: 20px;
    }
    .why_choose_text_area .section_top_area{
      text-align: center;
    }


    /* CTA CSS */
    .cta_text_area .section_top_area{
      text-align: center;
    }
    .cta_text_area .section_top_area .site_btn{
      width: 100%;
    }
  }
  
  
  /* Tablets (Small) */
  @media (min-width: 768px) and (max-width: 1024px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }
    .reverse_column{
      flex-direction: column-reverse;
    }

    /* About CSS */
    .about_image_area {
      height: 100%;
    }
    .about_image_area img{
      height: 400px;
      width: 50%;
    }
    .section_heading{
      font-size: 38px;
      line-height: 48px;
    }
    .course_content_area{
      margin-bottom: 30px;
    }

    /* Why Choose Us */
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 22px;
    }

    /* CTA CSS */
    .cta_container .reverse_column{
      flex-direction: row;
      align-items: end !important;
    }
    .cta_img_area{
      text-align: left;
    }
    .cta_img_area img{
      width: 320px;
      height: 300px;
      align-self: start;
    }
    .cta_text_area{
      padding-bottom: 30px;
    }
  }
  
  
  /* Laptops & Small Desktops */
  @media (min-width: 1025px) and (max-width: 1200px) {
    
  }
  
  
  /* Large Screens (Desktops) */
  @media (min-width: 1201px){
   
  }
  
  