@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Global styles */

body {
    background: #FFF;
    font-family: "Montserrat", serif;
    line-height: normal;
}

section {
    max-width: 100%;
    overflow-x: hidden;
}

/* Container styles */

.container {
    padding-left: 10% !important;
    padding-right: 10% !important;
    min-width: 100% !important;
}

.ptb_60 {
    padding: 60px 0;
}

.mtb_60 {
    margin: 60px 0;
}

/* Heading styles */

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
li,
button {
    font-family: "Montserrat", serif;
    line-height: normal;
}

*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:hover {
    background-color: #0F2D7A;
}

*::-webkit-scrollbar-track:active {
    background-color: #0bcf2f;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0f2d7a20;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #0F2D7A;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.hide_desktop {
    display: none;
}

.common_title span {
    color: #0F2D7A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
}

.common_title h2 {
    color: #303030;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1.5px;
}

.common_title p {
    color: rgba(48, 48, 48, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.27px;
    margin: 7px 0;
}



header .navbar {
    background: #E3E3E3;
    padding: 20px 0;
}

header .navbar .navbar-brand img {
    width: 151px;
}


header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #F5862C;
    font-weight: 600;
}

header .navbar-nav .nav-link {
    color: #153E66;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0 10px;
}

.navbar .btn-contact {
    border-radius: 50px;
    background: #153E66;
    padding: 20px 40px;
    color: #E3E3E3;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}


.navbar .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    color: #F5862C;
    padding: 10px;
}

/* ========================================= */
/* Banner Css Start Here                 */
/* ========================================= */

#home_banner {
    background: rgba(255, 255, 255, 0.00);
}

.main_banner {
    border-radius: 10px;
    border: 3px solid #FFF;
    box-shadow: 0px 2px 14px 13px #E3E3E3;
}

/*.main_banner img {
    border-radius: 10px;
}
*/
.main_banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.main_banner img {
    width: 100%;
    min-width: 600px; /* Adjust as needed */
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.main_banner .swiper-button-next,
.main_banner .swiper-button-prev {
    background-color: rgb(21 62 102 / 41%);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.main_banner .swiper-button-prev {
    left: 10px;
}

.main_banner .swiper-button-next {
    right: 10px;
}

.main_banner .swiper-button-prev::after,
.main_banner .swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}

.main_banner .swiper-button-prev::after {
    content: "\f104" !important;
}

.main_banner .swiper-button-next::after {
    content: "\f105" !important;
}

.main_banner .swiper-button-next:hover,
.main_banner .swiper-button-prev:hover {
    background-color: rgb(21 62 102 / 41%);
    color: #F5862C;
}

/* ========================================= */
/* Banner Css End Here                  */
/* ========================================= */
/* ========================================= */
/* CTA Section Css Start Here                  */
/* ========================================= */

#cta_sec {
    background: #F1F4F6;
}

.py_90 {
    padding: 90px 0;
}

.py_50 {
    padding: 50px 0;
}
.py_40 {
    padding: 40px 0;
}
.cta_content h1 {
    color: #153E66;
    text-align: center;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 20px;
}

.cta_content h2 {
    color: #153E66;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 10px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.cta_content h2::before,
.cta_content h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background-color: #F5862C;
}

.cta_content h2::before {
    left: -120px;
}

.cta_content h2::after {
    right: -110px;
}



.cta_content p {
    color: #153E66;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

/* ========================================= */
/* CTA Section Css End Here                  */
/* ========================================= */
/* ========================================= */
/* Course Selections Section Css Start Here    */
/* ========================================= */
#home_course_sec h2 {
    color: #F5862C;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}

.home_course_bg {
    background: #FEF7F0;
}

.home_course_bg .home_course_data img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.home_course_data h3 {
    color: #153E66;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
}

.home_course_data p {
    color: #F5862C;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 0;
}

.icon_list1 {
    list-style: none;
    padding: 0;
    margin-top: 22px;
}

.icon_list1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;

    color: #153E66;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.icon_list1 li::before {
    content: "\f0fb";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F5862C;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* ========================================= */
/* Course Selections Section Css End Here    */
/* ========================================= */


/* ========================================= */
/* Fun Facts Section Css Start Here          */
/* ========================================= */
#fun_facts_sec {
    padding: 96px 0;
}

.fun_fact_card {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 8px 2px #F5862C;
    padding: 20px 10px;
    text-align: center;
}

.fun_fact_card img {
    width: 95px;
    margin-bottom: 27px;
}

.fun_fact_card p span {
    color: #F5862C;
    text-align: center;
    font-family: Poppins;
    font-size: 69px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px;
}

.fun_fact_card p span::after {
    content: '+';
}

.fun_fact_card p {
    color: #153E66;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.5px;
    margin: 0;
    position: relative;
}


@keyframes countAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* ========================================= */
/* Fun Facts Section Css End Here            */
/* ========================================= */

/* ========================================= */
/* KEY FEATURES Section Css Start Here       */
/* ========================================= */

.icon_list1.icon_design2 li {
    color: #153E66;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin: 30px 0;
}

.icon_list1.icon_design2 li::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    border-top: 2px dashed #153E66;
}

.icon_list1.icon_design2 li:last-child:after {
    border-top: none;
}

/* ========================================= */
/* KEY FEATURES Section Css End Here         */
/* ========================================= */


/* ========================================= */
/* Testimonial Section Css Start Here        */
/* ========================================= */
#testimonial_sec {
    background: #FEF7F0;
}

#testimonial_sec h2 {
    color: #F5862C;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.testimonial_card {
    background: #FFF;
    box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 70px 30px 30px;
    margin-bottom: 100px;
    position: relative;
}

.testimonial_card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background-image: url('../../assets/img/testimonial_icon.png');
    background-size: cover;
    background-position: center;
}


.testimonial_card p {
    color: #153E66;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonial_card .testimonial_user {
    text-align: center;
    margin-bottom: -100px;
}

.testimonial_card .testimonial_user img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.testimonial_card .testimonial_user h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    margin-bottom: 0px;
    color: #F5862C;
    font-weight: 600;
    margin-top: 20px;
}

/* ========================================= */
/* Testimonial Section Css End Here          */
/* ========================================= */


/* ========================================= */
/* Footer Section Css Start Here             */
/* ========================================= */
#footer_sec {
    background: #153E66;
}

.ft_logo_sec {

    margin-bottom: 30px;
}

.ft_logo_sec img {
    width: 342px;
}

.footer_link {
    margin-bottom: 25px;
}

.footer_link p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.footer_link p b {
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
}

.footer_link ul {
    padding: 0;
    margin-top: 15px;
}

.footer_link ul li,
.footer_link ul li a {
    list-style: none;
    color: #E3E3E3;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 11px;
}

.footer_link .form-control {
    border-radius: 25px 0px 0px 25px;
    border: 1px solid #273171;
    background: #FFF;
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 17px 10px 17px 20px;
}

.form-control:focus {
    box-shadow: none;
}

.footer_link .form-control::placeholder {
    color: #495057;
}

.footer_link button {
    border-radius: 0px 25px 25px 0px;
    background: #F5862C;
    padding: 13px 15px 20px 15px;
    border: none;
    color: #fff;
}

footer .social_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 10px;
    margin-top: 30px;
}

footer .social_sec ul li {
    border-radius: 20px;
    border: 1px solid #5E6D7E;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10.63px 12px 11.09px 12px;
    flex-direction: column;
    flex-shrink: 0;
}

.footer_copyright {
    background: #F5862C;
    padding: 16px;
}

.footer_copyright p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer_copyright p a {
    color: #f5f5f5;
    font-weight: 600;
}

/* ========================================= */
/* Footer Section Css End Here               */
/* ========================================= */

/* ========================================= */
/* Class Page Css Start Here                 */
/* ========================================= */
#class_banner_sec {
    background: #FEF7F0;
}
.class_banner_text h1 {
    color: #F5862C;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 10px 0;
}

.class_banner_text h1 span {
    color: #153e66;
 }
.class_banner_text p {
    color: rgba(245, 134, 44, 0.50);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}
.course_img img {
    border-radius: 10px; 
    box-shadow: 0px 0px 10px 10px #FEF7F0;
    width: 550px;
}



.icon_list2 {
    list-style: none;
    padding: 0;
}

.icon_list2 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;

    color: #153E66;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 34.5px; /* 150% */
}

.icon_list2 li::before {
    content: "\f560";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F5862C;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}



#course_cta {
    background: #FEF7F0;
}

.course_cta_btn a  {
    border-radius: 50px;
background: rgba(255, 255, 255, 0.00);
box-shadow: 0px 0px 10px 0px #F5862C;
padding: 12px 24px; 
color: #F5862C;
text-align: center;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 36px;
text-transform: uppercase; 
}
/* ========================================= */
/* Class Page Css End Here                   */
/* ========================================= */

/* ========================================= */
/* Admission Page Css start Here             */
/* ========================================= */

#apply_adm {
    background: #FEF7F0;
}
#apply_adm .class_banner_text h1 { 
    font-size: 96px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    text-align: start;
}


.apply_adm_img img {
    height: 530px;
}


 
@keyframes zoomin {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.05);
    }

    100% {
      transform: scale(1);
    }
  }

  .gallery-item {
    display: block;
  
  }

  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    background-color: #FEF7F0;
    border-radius: 8px;
       padding: 10px;
  }

  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }

  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }

  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }

  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .lightbox-modal .lightbox-content {
    width: 100%;
    
  }

  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }

  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-inner {
    width: 80%;
    border-radius: 8px;
       border: 10px solid #F5862C;
       border-radius: 12px;
    background: rgba(255, 255, 255, 0.00); 
  }

  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
    
 
  }

  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }

  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }

  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }

  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }

  [data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
  }

  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: 0.6;
    font-size: 1.25rem;
  }

  /* Font Awesome icon sizing (if needed) */
  .fa-solid {
    width: 1em;
    height: 1em;
  }
/* ========================================= */
/* Admission Page Css End Here               */
/* ========================================= */

/* ========================================= */
/* Contact Us Page Css Start Here            */
/* ========================================= */
#conatct_banner {
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}
.conatct_title  h1 {
    color: #242424;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;  
}
.conatct_title  p {
    color: #333;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-top: 10px;
}

.conatct_card {
    border-radius: 6px;
border: 1px solid #E8E8E8;
background: #FFF;
padding: 26px;
height: 100%;
}
.conatct_card i {
    color: #F5862C;
text-align: start;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin: 10px 0 30px 0;
}
.conatct_card p, .conatct_card p a  {
    color: #8C8C8C;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
margin-bottom: 10px;
}
.conatct_card p b {
    color: #151515;
font-size: 18px;
font-weight: 700;
margin: 30px 0;
}

.form_img {
    width: 490px;
    max-width: 100%;
}

.contact_form_sec h2 {
    color: #242424;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 24px;
text-transform: uppercase;
}

.contact_form_sec label {
    color: #333;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}

.contact_form_sec .form-control {
    border-radius: 50px;
border: 1px solid #666;
background: #FFF;
}

.btn-submit {
    border-radius: 50px;
border: 1px solid #F5862C;
padding: 10px 20px;
color: #F5862C;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
background: transparent !important;
}
/* ========================================= */
/* Contact Us Page Css End Here              */
/* ========================================= */

/* ========================================= */
/* brochure Page Css End Here              */
/* ========================================= */

.pdf_view {
    max-width: 100%;
    margin: 30px auto;
    border-radius: 10px;
    border: 5px solid #FEF7F0;
    box-shadow: 4px 4px 14px #F1F4F6;
    padding: 20px;
    overflow: hidden;
    background: #F1F4F6;
  }
  .responsive-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 107%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /* ========================================= */
/* brochure Page Css End Here              */
/* ========================================= */





.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 45px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 20px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
  
  .btn-whatsapp-pulse-border {
    bottom: 30px;
    left: 40px;
    animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    z-index: 999;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  
  @keyframes pulse-border {
    0% {
      padding: 25px;
      opacity: 0.75;
    }
    75% {
      padding: 50px;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  

  .social {
    position: fixed;
    top: 30%;
  }
  
  .social ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(-270px);
  }
  
  .social ul li {
    display: block;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 310px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
  }
  
  .social ul li:hover {
    transform: translatex(110px);
  }
  
  .social ul li.twitter:hover {
    background-color: #55acee;
  }
  
  .social ul li.facebook:hover {
    background-color: #3b5999;
  }
  
  .social ul li.linkedin:hover {
    background-color: #dd4b39;
  }
  
  .social ul li.instagram:hover {
    background-color: #e4405f;
  }
  
  .social ul li a {
    color: white;
    text-decoration: none;
  }
  
  .social ul li i {
    text-align: center;
    margin-left: 14px;
    color: black;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    transform: rotate(0deg);
  }
  
  .social ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
  }
  



/* 992 start here */


/* On screens that are 992px or less */

@media screen and (max-width: 992px) {
    header .navbar {
        padding: 5px 0;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important; 
    }
    header .navbar .navbar-brand img {
        width: 120px;
    }
    
    .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url(../../assets/img/cross.svg) !important;
    }    

    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        background-image: url(../../assets/img/nav_icon.svg);
    }
    .navbar-toggler {
        border: none;
        padding: 0 !important;
    }
    .navbar-toggler:focus {
    box-shadow: none;
 }
 .mtb_60 {
    margin: 30px 0;
}
.main_banner .swiper-button-next, .main_banner .swiper-button-prev {
    height: 0;
    width: 0;
}
.cta_content h1 { 
    font-size: 28px; 
    line-height: 36px;
    margin-bottom: 15px;
}
.py_90 {
    padding: 40px 0;
}
#home_course_sec h2 { 
    font-size: 28px; 
    line-height: 36px; 
}
.ptb_60 {
    padding: 30px 0;
}
.home_course_data h3 { 
    font-size: 26px; 
    line-height: 30px; 
}
#fun_facts_sec {
    padding: 46px 0;
}
.fun_fact_card p span { 
    font-size: 40px; 
    line-height: 39px;
}
.fun_fact_card {
    border-radius: 20px; 
    margin-bottom: 30px;
}
.fun_fact_card img {
    width: 65px;
    margin-bottom: 20px;
}

.cta_content h2::before, .cta_content h2::after {
  display: none;
}
.py_50 {
    padding: 30px 0;
}
.row.g-5, .row.gy-5 {
    --bs-gutter-y: 0rem !important;
}
.icon_list1.icon_design2 li:first-child {
    margin-top: 0;
}

.icon_list1.icon_design2 li:last-child {
    margin-bottom: 0;
}

.icon_list1.icon_design2 li:last-child:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    border-top: 2px dashed #153E66;
}

#testimonial_sec h2 { 
    font-size: 28px; 
}

.testimonial_card { 
    margin-bottom: 0; 
}

.ft_logo_sec img {
    width: 210px;
}
.footer_copyright .text-end {
    text-align: start !important;
}
.class_banner_text h1 { 
    font-size: 28px; 
    line-height: 36px; 
}
.icon_list2 {
  margin-top: 40px;
}

.py_40 {
    padding: 25px 0;
}

.course_cta_btn a {
    font-size: 24px; 
}
.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.icon_list2 li { 
    margin-bottom: 8px; 
    font-size: 20px; 
}

#apply_adm .class_banner_text h1 {
    font-size: 28px; 
}
#apply_adm .icon_list2 {
    margin-top: 10px;
}
.apply_adm_img img {
    height: auto;
}

.apply_adm_img {
    margin-bottom: 30px;
}
.conatct_title h1 { 
    font-size: 28px; 
}

.form_img {
margin-bottom: 30px;
}
















}


/* 992 End */