.header-section {
  height: 7vh;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 0;
}
.header-section .navbar-brand.Dlogo {
  left: 17%;
}
.header-section nav {
  background: #2a973e;
}
.header-section nav .navbar-brand {
  padding-top: 3px;
}
.header-section nav .navbar-brand img {
  width: 100%;
}
.header-section .navbar-header .flex-item {
  display: flex;
  gap: 12px;
}
.header-section .dhan-navbar {
  height: 53px;
  min-height: auto;
  border-radius: 0px;
  margin-bottom: 0px;
}
.header-section .right-content {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-section .dhancharcha-nav {
  flex-direction: row;
  padding: 1rem;
}
.header-section .dhancharcha-nav li {
  padding: 0 1rem;
}
.header-section .dhancharcha-nav li .listingtags {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header-section .dhancharcha-nav.open {
  display: flex;
  flex-direction: column;
  background: #2a973e;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
}
.header-section .menu-icon {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.galleryPage section {
  padding-top: 0;
  margin-top: -30px;
}

.JourneyPage section {
  padding-top: 0;
  margin-top: -30px;
}

.header-section .dhancharcha-nav li a:hover,
.header-section .dhancharcha-nav li a.active {
  color: #fcd41b;
}

.header-section .dhancharcha-nav > li > a:focus,
.header-section .dhancharcha-nav > li > a:hover {
  background: transparent;
}

@media (max-width: 768px) {
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-section {
    height: 8vh;
  }
  .header-section .navbar-brand.Dlogo {
    left: 40%;
  }
  .right-content .dhancharcha-nav {
    display: none;
  }
  .right-content .dhancharcha-nav.open {
    display: flex;
    padding: 10px;
  }
  .right-content .menu-icon {
    display: block;
  }
  .header-section nav .navbar-brand img {
    width: 50%;
  }
  .header-section .dhancharcha-nav {
    flex-direction: column;
    padding: 0;
  }
  .header-section .dhancharcha-nav li {
    padding: 0.5rem 0;
  }
  .header-section .dhancharcha-nav li .listingtags {
    font-size: 14px;
  }
}
.theProgrammePage .theProgrammeBox {
  border: 3px solid #338e41;
  padding: 30px;
  background: #fff;
  width: 100%;
  max-width: 600px;
  overflow: auto;
  margin-top: 5%;
  padding-bottom: 0px;
}
.theProgrammePage .theProgrammeBox h1 {
  font-family: "playlist-caps-0";
  color: #338e41;
  font-size: 25px;
  margin-top: 0;
}
.theProgrammePage .theProgrammeBox h1 span {
  color: #3b3b3b;
}
.theProgrammePage .theProgrammeBox h4 {
  font-family: "playlist-caps-0";
  color: #3b3b3b;
  font-size: 20px;
  margin: 0;
}
.theProgrammePage .theProgrammeBox .text {
  font-size: 14px;
  max-width: 480px;
  width: 100%;
}
.theProgrammePage.followJourney .theProgrammeBox h2 {
  font-size: 38px;
}

.slide7.theProgrammePage .litteracyCount {
  display: flex;
  margin-bottom: 10px;
}
.slide7.theProgrammePage .litteracyCount .counting {
  margin: 0 15px;
}
.slide7.theProgrammePage .litteracyCount .counting h2 {
  font-family: "playlist-caps-0";
  color: #338e41;
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.slide7.theProgrammePage.followJourney .litteracyCount .counting {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}
.slide7.theProgrammePage.followJourney .litteracyCount .counting:nth-child(1):after {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  background: #3b3b3b;
  right: 0;
  top: 25px;
}
.slide7.theProgrammePage.followJourney .litteracyCount .counting p.vlgCounttxt {
  float: left;
  max-width: 100px;
  padding-top: 25px;
}
.slide7.theProgrammePage .theImpact h5 {
  position: relative;
  z-index: 1;
  width: 200px;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}
.slide7.theProgrammePage .theImpact h5 span {
  color: #000;
  z-index: 1;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  background: #fff;
  padding: 0 5px;
}
.slide7.theProgrammePage .theImpact h5 span:after {
  background: #6dc17a;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 8px;
  left: 0;
  z-index: -1;
}
.slide7 .bg7 {
  position: relative;
  background: url("https://hfcl-website-cms.s3.ap-south-1.amazonaws.com/bg7_2d98103394.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 768px) {
  .theProgrammePage .theProgrammeBox {
    padding: 15px;
    margin-top: 2%;
    height: 85vh;
  }
  .theProgrammePage .theProgrammeBox h2 {
    font-size: 20px;
  }
  .theProgrammePage .theProgrammeBox h4 {
    font-size: 16px;
  }
  .theProgrammePage .theProgrammeBox .text {
    font-size: 12px;
  }
  .theProgrammePage .litteracyCount {
    align-items: center;
  }
  .theProgrammePage .litteracyCount .counting {
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
  }
  .theProgrammePage .litteracyCount .counting h2 {
    font-size: 24px;
  }
  .bg7 {
    height: auto;
  }
}
