@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100..900&display=swap');


body {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  line-height: 26px !important;
  font-size: 18px !important;
  -webkit-text-size-adjust: none;
    overflow-x: hidden !important;

  
}
.banner-font {
  /* font-family: "Noto Sans Malayalam", sans-serif; */
}

.theme-font p {
  /* font-family: "Noto Sans Malayalam", sans-serif; */
}
h1, h2, h3, h4, h5{
  font-family: "Noto Sans Malayalam", serif!important;

}
p{
  font-family: "Noto Sans Malayalam", serif!important;

}
.text-bold {
  font-weight: bold;
}
.main-head {
  font-size: 72px;
}
h1 {
  font-size: 72px;
}

h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 22px !important;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}
.banner-heading {
  font-size: 4rem;
}
.headingCaption {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.inner-heading {
  font-size: 54px
}
.section-block-inner h2 {  
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;

}
@media screen and (max-width: 991px) {

    .inner-heading {
    font-size: 36px;
  }
  #spotlight{
    background-color: #304a32;

  }
  .banner-heading {
    font-size: 2.5rem;
  }

  .main-head {
    font-size: 72px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 20px !important;
    font-weight: bold;
  }

  h4 {
    font-size: 24px;
  }

  .section-block {
    padding: 60px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }

  p {
    font-size: 16px;
  }
  .section-block-inner h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}
}

@media screen and (max-width: 540px) {

  .section-block {
    padding: 30px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    font-size: 30px;
    padding: 2px 14px 10px 16px !important
  }

  #menuToggle {
    right: 11px;
  }

  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    right: -8px;
  }

  .btn {
    border: 1px solid transparent;
    padding: .055rem .55rem 0.15rem;
    font-size: 12px !important;
    border-radius: 50px !important;
  }
   .font-20 {
  font-size:15px;
}
 
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  padding: 11px 19px 10px 19px !important;
}