/* CUSTOM CODE */
/* INFLUX INFOTECH */
/*  */
/* Default styles */
.ii-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ii-section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.iimb20 {
    margin-bottom: 20px;
}
.ii-para {
    color: #000000;
    font: 16px;
}
.h7_header-area {
    position: relative;
    background-color: #ffffff;
}
.h7_header-top {
    background: #000000;
    height: 35px;
    line-height: 35px;
}
.h7_header-area.menu-bar.header-sticky {
    background-color: #01933b;
    top: 140px; /* Initial top position */
}

.h7_header-area.menu-bar.header-sticky.scrolled {
    top: 0; /* Position after scrolling */
}
.h7_main-menu ul li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.h7_main-menu ul li {
    display: inline-block;
    margin-right: 15px;
}
.h7_main-menu ul li:hover > a {
    color: #fff45e;
}
.h7_header-left {
    display: flex;
    align-items: center;
    gap: 90px;
    height: 105px;
}
.h7_menu-bar {
    display: flex;
    align-items: center;
    gap: 90px;
    height: 50px;
}
.side-info {
    width: 100%;
    max-width: 400px;
    background-color: #000;
    box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -400px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 30px 40px 40px 40px;
}
/* Sticky menu bar for desktop */
@media (min-width: 992px) {
    .header-sticky {
      position: sticky;
      top: 140px;
      width: 100%;
      z-index: 1000;
      background-color: #01933b; /* Add your desired background color */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow if needed */
    }
  }
  
  /* Sticky logo bar for mobile */
  @media (max-width: 991px) {
    .header-sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background-color: #fff; /* Add your desired background color */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow if needed */
    }
  }
/* Add top margin to content when menu bar is sticky */
.menu-bar.header-sticky.sticky {
    background-color: #01933b;
}
.h7_header-top-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.h7_header-top-list li a:hover {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffc107;
   /* font-size: 14px;*/
    font-weight: 500;
}
.h7_header-top-social ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    color: #fff;
}
.h7_header-top-social ul li a:hover {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    color: #ffc107;
}
.h7_main-menu ul li .submenu li a {
    padding: 3px 15px;
    color: var(--clr-body-heading);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}
.h7_single-banner {
    min-height: 490px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.h7_banner-content-title {
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.h7_single-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.3);
    z-index: -1;
}
.section-area-6 .section-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}
.theme-btn-7 {
    height: 50px;
    padding: 0 35px;
    border-radius: 0;
    background: #01933b;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.section-area-6 .section-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
}
section.h7_slider-thumb {
    display: none;
}
section.category-area.pt-120.facilities.ii-section-60 {
    background-color: #4846ab0f;
}
section.category-area.pt-120.facilities.ii-section-60 p {
    font-size: 22px;
    color: #3e3c3c;
}
p.fcl-para {
    font-size: 15px !important;
    font-weight: 500;
    color: #3e3c3c;
}
.col-md-2.imp-box {
    background-color: #01933b;
}
/* FOOTERBAR */
.footer-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #181818; /* Change this to your preferred color */
    color: white; /* Change this to your preferred color */
    text-align: center;
    padding: 0 0;
    z-index: 99;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
footer.footer-bar p {
    margin-bottom: 0px;
}
p.ft-link a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
p.ft-link a:hover {
    font-size: 15px;
    color: #ffc107;
    font-weight: 700;
    text-decoration: none;
}
/* FOOTERBAR */
.col-md-2.imp-box p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}
marquee span {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
marquee span a {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.section-area-2 .section-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.msg-content {
    background-color: #ead6c685;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.msg-content h5 {
    margin-bottom: 0px;
    font-size: 22px;
}
.msg-content span {
    color: #01933b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.edu-text {
    text-transform: math-auto;
}
span.desig {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}
.h2_teacher-img {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.section-area-2 p {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
.section-area-6 .section-subtitle {
    color: #01933b;
    font-size: 16px;
    display: block;
    width: fit-content;
}
.h4_faq-content .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #01933b;
    border-color: transparent;
    border-radius: 6px 6px 0 0 !important;
    font-weight: 700;
    font-size: 21px;
}
.h4_faq-content .accordion-button {
    position: relative;
    border: 0;
    padding-left: 25px;
    padding-right: 60px;
    height: 60px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    color: #000000;
    border-radius: 6px !important;
    border: 1px solid rgba(10, 10, 10, 0.1);
    background: #f5e4d4;
}
.accordion-body p {
    color: #000;
    font-weight: 500;
}
.h4_faq-content .accordion-body {
    padding: 15px 20px;
    line-height: 1.5;
    border: 1px solid rgba(10, 10, 10, 0.1);
    border-top: 0;
    border-radius: 6px;
}
.accordion-body ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
h2.section-title.mb-10 {
    font-weight: 800;
}
.h4_faq-wrap.mb-50 p {
    color: #000;
    font-size: 16px;
}
.h2_price-popular-tag span {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #01933b;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
}
.h2_price-item {
    background-color: #f5e4d4;
    text-align: center;
    padding: 40px 40px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
ul.marquee-lists li {
    color: #000;
    margin-bottom: 5px;
    border-bottom: 1px solid #adacac;
    padding-bottom: 10px;
    list-style: inside;
    font-weight: 600;
    text-align: justify;
}
.h4_faq-content .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
}
.h4_faq-area.pt-140.pb-90.ii-section-60 {
    background-color: #e1eef126;
}
section.h3_teacher-area.h6_teacher-area.pt-115.pb-120.ii-section p {
    color: #000;
    font-size: 17px;
}
.h3_teacher-content {
    display: block;
    align-items: center;
    gap: 45px;
}
.h3_teacher-item.mb-25 {
    margin-bottom: 0;
}
.h3_teacher-img {
    position: relative;
    z-index: 1;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
.h7_counter-info-text {
    color: #01933b;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.h5_event-item:nth-child(even) .h5_event-item-date {
    background-color: #8f030b;
}
.h5_event-item-date {
    height: 100%;
    background: #01933b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    flex-shrink: 0;
    text-align: center;
}
.h5_event-item-date p {
    margin-bottom: 0;
    font-size: 17px;
    color: #efeaa6;
    font-weight: 600;
    text-transform: uppercase;
}
.h5_event-item-date h1 {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}
.section-area-5 .section-title {
    font-size: 45px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
}
.stu-bdays {
    background-color: #fff;
}
.stu-bdays p span {
    font-weight: 700;
    color: #01933b;
}
.stu-bdas-img {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
}
.cta-wrapper {
    background-color: #01933b;
    border-radius: 10px;
    padding: 50px 80px 40px;
    box-shadow: 0px 30px 80px rgba(30, 30, 30, 0.3);
}
.breadcrumb-area {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-image: url("../../webassets/media/about/breadcrumb-bg.jpg")
}
.pt-120 {
    padding-top: 40px;
}
.img-playstore{
    max-width:49%;
    margin-top:-11px;
}
.title2 {
    background: blanchedalmond;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    color: darkred;
    text-align: center;
    border: 1px solid;
}

.text-justify {
    text-align: justify;
}



.bell {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif; 
}

.bell-header {
    background-color: #f4f4f4;
    color: #333; 
    padding: 10px 15px; 
    text-align: left;
    border-bottom: 2px solid #ddd; 
    font-weight: bold; 
}

.bell-time-header, .bell-name-header, .bell-play-header {
    vertical-align: middle; 
}

.bell-row {
    border-bottom: 1px solid #ddd; 
}

.bell-data {
    padding: 10px 15px;
}

.bell-time, .bell-name, .bell-play {
    vertical-align: middle;
}

    .bell-play a {
        color: #007bff;
        text-decoration: none; 
        font-weight: bold; 
    }

        .bell-play a:hover {
            text-decoration: underline;
        }


.bell-row:nth-child(even) {
    background-color: #f9f9f9;
}
.today-date{
    font-weight:bold;
}

.none{
    display:none;
}