.fw-12 {
  font-size: 12px !important;
}

.fw-14 {
  font-size: 14px;
}

.fw-16 {
  font-size: 16px !important;
}

.fw-18 {
  font-size: 18px !important;
}

.fw-20 {
  font-size: 20px !important;
}

.fw-24 {
  font-size: 24px;
}

.fw-32 {
  font-size: 32px;
}

.fw-36 {
  font-size: 36px;
}

.fw-40 {
  font-size: 40px !important;
}

.fw-45 {
  font-size: 45px;
}

.fw-48 {
  font-size: 48px;
}

.fw-50 {
  font-size: 50px;
}

.fw-60 {
  font-size: 60px !important;
}

.fw-91 {
  font-size: 91px !important;

  font-weight: 700 !important;
}

.logo-size {
  width: 175px;

  height: 140px;
}

/* Video Background */

.hero-video-section {
  position: relative;

  height: 100%;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: white;
}

#bg-video {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 101% !important;

  object-fit: cover;

  z-index: -1;
}

.bg-dark-green {
  background-color: #21542f !important;
}

.bg-light-green {
  background-color: #909e78;
}

.bg-dark1-green {
  background-color: #112b0c;
}

.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;

  font-weight: 400;

  font-style: normal;
}

.ephesis-regular {
  font-family: "Ephesis", cursive;

  font-weight: 400;

  font-style: normal;
}

.heading-font-regular {
  font-family: minerva-modern;
}

.text-light-black {
  color: #112b0c;
}

.text-light1-black {
  color: hsla(110.32258065, 56.36363636%, 10.78431373%, 1);
}

.text-yellow {
  color: #927739;
}

.text-dark-green {
  color: #21542f;
}

.text-light-green {
  color: #22542f;
}

img.news-slider-img {
  width: 411px;

  height: 274px;

  object-fit: cover;
}

img.history-slider-img {
  width: 100%;

  height: 350px;

  object-fit: cover;
}

@media (max-width: 575px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
  
  .ftco-section {
    padding: 4em 0;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  #bg-video {
    top: 45%;

    height: 420px;
  }

  .fw-sm-12 {
    font-size: 12px !important;
  }

  .fw-sm-14 {
    font-size: 14px !important;
  }

  .fw-sm-18 {
    font-size: 18px !important;
  }

  .fw-sm-26 {
    font-size: 26px !important;
  }

  .fw-sm-35 {
    font-size: 35px !important;
  }

  .fw-sm-40 {
    font-size: 40px !important;
  }
}

.member-img {
  width: 251px;

  object-fit: cover;
}

.side-main-img {
  width: 350px;

  object-fit: cover;
}

.board-img-section {
  justify-content: center;

  text-align: center;

  /* width: 330px;

    height: 330px; */

  padding: 20px 0;
}

.board-img-section img.img-fluid {
  width: 210px;

  border-radius: 100%;

  height: 210px;
}

.news-slider-image {
  width: 100%;

  height: 190px;

  object-fit: cover;
}

.news-slider-image img.img-fluid {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.history-slider .owl-item img.img-fluid.news-slider-img {
  height: 390px;
}

.history-gallery img.img-fluid {
  height: 300px;

  width: 100%;
}

.accordion-title:before {
  float: right !important;

  font-family: FontAwesome;

  content: "\f068";

  padding-right: 5px;
}

.accordion-title.collapsed:before {
  float: right !important;

  content: "\f067";
}

div#accordion .card {
  border-top: 1px solid #112b0c;

  border-left: 0px solid #112b0c;

  border-bottom: 0px solid #112b0c;

  border-right: 0px solid #112b0c;
}

div#accordion-payment .card {
  border-top: 1px solid #ffffff;

  border-left: 0px solid #ffffff;

  border-bottom: 0px solid #ffffff;

  border-right: 0px solid #ffffff;
}

div#accordion-payment .card-header {
  border-bottom: 1px solid #ffffff;
}

p.text-light-black.my-2.text-extra-hide {
  height: 50px;
}

.text-extra-hide {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.full-screen-img {
  height: 290px;

  width: 100%;

  object-fit: cover;
}

select.form-control.mb-3.mt-4.w-50.text-center.m-auto.bg-transparent option {
  background-color: #ffffff00;

  color: #112b0c;
}

.blog-img {
  height: 241px;

  width: 100%;

  object-fit: cover;
}

/* --------shekhar 25-mar-2k25-------- */

.text-dangerv2 {
  color: #ee3317;
}

.fw-80 {
  font-size: 80px;
}

.responsive-text {
  font-size: var(--dynamic-font-size, 60px);
}

.responsive-textv2 {
  font-size: var(--paragraph-font-size, 60px);
}

.word-break {
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .fw-80 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .fw-80 {
    font-size: 50px;
  }

  .fw-24 {
    font-size: 18px;
  }

  .fw-32 {
    font-size: 20px;
  }

  .fw-36 {
    font-size: 24px;
  }
  .hero-wrap.home-hero-bread {
    padding: 8em 0 !important;
}
}

@media (max-width: 576px) {
  .fw-80 {
    font-size: 50px;
  }
}

.image-upload>input {
  visibility: hidden;

  position: absolute;
}

.attach-doc {
  cursor: pointer;
}

.plus-icon-round {
  padding: 5px;

  background: gray;

  border-radius: 100%;

  width: 40px;

  opacity: 0.5;

  color: #fff;
}

.h-300 {
  height: 300px;
}

/* 8-apr start */

.hero-wrap.overlay:before {
  content: "";

  position: absolute;

  background: #21542f;

  width: 100%;

  height: 100%;

  top: 0;

  opacity: 0.8;
}

.hero-wrap.overlay .btn.btn-primary:hover {
  border: 1px solid #8f9e76ff;

  opacity: 0.8;

  background: #8f9e76ff !important;

  color: #fff;
}

/* 8-apr end */

.hero-wrap.home-hero-bread {
  padding: 18em 0;
}

.hero-wrap.about-hero-bread {
  padding: 10em 0;
}

.hero-wrap.history-hero-bread {
  padding: 12em 0;
}

marquee.fw-18.text-white.text-uppercase.heading-font-regular p {
  margin-bottom: 0px !important;
}