@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Hind+Siliguri:wght@300;400;500;600;700&display=swap";

body {
  font-family: "Hind Siliguri", sans-serif;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1500px) and (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}


@media (max-width: 1200px) and (min-width: 1000px) {
  .container {
    max-width: 980px !important;
  }
}

@media (max-width: 1000px) and (min-width: 760px) {
  .container {
    max-width: 700px !important;
  }
}

@media (max-width: 760px) and (min-width: 500px) {
  .container {
    max-width: 500px !important;
  }
}

@media (max-width: 500px) and (min-width: 300px) {
  .container {
    max-width: 340px !important;
  }
}



@media screen and (min-width: 1599px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 991px) {
  .container {
    max-width: 800px;
  }
}

@media screen and (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

input {
  max-height: 54px;
}

.slider,
.slide {
  height: 250px;
}

@media (min-width: 560px) {

  .slider,
  .slide {
    height: 400px;
  }
}

@media (min-width: 1023px) {

  .slider,
  .slide {
    height: 520px;
  }
}

@media (min-width: 1199px) {

  .slider,
  .slide {
    height: 100vh;
  }
}

.slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slide__img::before {
  content: "";
  background-color: #1a1818;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
}

.slide__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1 !important;
}

.banner__inner picture::before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__inner.inside_banner picture img {
  width: 100%;
}

.banner__inner img {
  width: 100%;
}

.banner__inner.inside_banner picture::before {
  display: none;
}

.banner__inner span {
  color: #ffd300;
}

@media (min-width: 992px) {
  .banner__img {
    position: relative;
  }
}

.slide {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings .top-title {
  max-width: 635px;
  font-size: 3.125rem;
  line-height: 1.2;
}

.slide .slide__content--headings .top-title strong {
  font-size: 3.75rem;
}

@media screen and (max-width: 1199px) {
  .slide .slide__content--headings .top-title {
    max-width: 480px;
    font-size: 2.5rem;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .slide .slide__content--headings .top-title {
    top: 28%;
    font-size: 2rem;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .slide .slide__content--headings .top-title {
    top: 35%;
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 1.6rem;
  }
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border-radius: 50%;
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.stick-dots.slick-slider {
  margin-bottom: 0;
}

.stick-dots .slick-dots li {
  height: 1rem;
  width: 1rem;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  border-color: #ffd300;
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  border-color: #ffd300;
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.slick-nav i:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

#header {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#header_error {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background: #181818 !important;
}

#header.header_sticky {
  background: #181818;
  padding: 0.625rem 0px 0.625rem;
  border-bottom: 1px solid #f1f1f1;
}

#header_error.header_sticky {
  background: #181818 !important;
  padding: 0.625rem 0px 0.625rem;
  border-bottom: 1px solid #f1f1f1;
}

@media screen and (max-width: 767px) {
  #header.header_sticky {
    padding: 0;
  }

  #header_error.header_sticky {
    padding: 0;
  }
}

.dropdown ul {
  display: block;
  min-width: 200px;
  position: absolute;
  left: 14px;
  top: calc(100% + 20px);
  margin: 0;
  padding: 10px 0;
  font-family: "Hind Siliguri", sans-serif;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.dropdown ul li a {
  padding: 4px 20px;
  font-size: 15px;
}

.dropdown:hover>ul {
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible;
}

.subchild .dropdown ul {
  display: block;
  min-width: 200px;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  font-family: "Hind Siliguri", sans-serif;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  left: 195px;
  top: 0px;
}

.subchild ul {
  padding: 4px 20px;
  font-size: 15px;
}

.subchild ul li a {
  padding: 4px 20px;
  font-size: 15px;
}

.subchild li i {
  position: absolute;
  top: 8px;
  right: 20px;
  left: inherit !important;
  bottom: inherit;
}

.subchild .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.our-features-wrapper {
  padding: 70px 100px;
}

@media screen and (max-width: 1199px) {
  .our-features-wrapper {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .our-features-wrapper {
    padding: 60px 20px;
  }
}

.our-features-wrapper .features_box {
  border-color: #231f20;
}

@media screen and (max-width: 991px) {
  .our-features-wrapper .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .our-features-wrapper .wrapper .features_box {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #231f20;
  }

  .our-features-wrapper .wrapper .features_box:last-child {
    border-bottom: 0;
  }
}

.counter__block {
  cursor: pointer;
}

.counter__block:hover .hover_box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hover_box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.translate-reverse {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .translate-reverse {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.bg-gradient-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(0, 0, 0)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.project-list-wrapper .bg-gradient-dark img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  object-fit: cover;
}

.project-list-wrapper .bg-gradient-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.project-list-wrapper .main_project_item:hover .hover_content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.project-list-wrapper p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.hover_content {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.our-partners-wrapper {
  background-color: #f7f7f7;
}

.our-partners-wrapper .slick-list {
  margin: 0 50px;
}

.slider-arrow .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: teal;
}

.slider-arrow .slide-arrow.next-arrow {
  right: 40px;
}

.slider-arrow .slide-arrow.prev-arrow {
  left: 40px;
}

.join-our-mission-section {
  background-image: url("/udaiti-foundation/assets/img/join-mission-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.newslatter input[type="email"]:is( ::-webkit-input-placeholder,
  ::-webkit-input-placeholder,
  :-moz-placeholder) {
  opacity: 1;
  color: #acaeb0;
  font-weight: bold;
}

.newslatter input[type="email"]:is( ::placeholder,
  ::-webkit-input-placeholder,
  :-moz-placeholder) {
  opacity: 1;
  color: #acaeb0;
  font-weight: bold;
}

.newslatter input[type="email"]:focus {
  border: 0;
  outline: 0;
}

.newslatter input[type="submit"] {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.making_box {
  background: url("/static/assets/img/bg-vector-shape.png") no-repeat 0 0 / cover;
}

.making_box .on_hover__box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.making_box:hover .on_hover__box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.content-section {
  font-size: 24px;
}

@media screen and (max-width: 1499px) {
  .content-section {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .content-section {
    font-size: 16px;
  }
}

.content-section p {
  margin: 1rem 0;
}

.text-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-disc-primary li {
  position: relative;
  padding-left: 1.5rem;
}

.list-disc-primary li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009ea1;
  position: absolute;
  top: 11px;
  left: 0;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.team-designation-box::before {
  content: "";
  width: 389px;
  height: 100%;
  background: url("/udaiti-foundation/assets/img/bg-shade-curve.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .team-designation-box::before {
    display: none;
  }
}

.team-designation-box::after {
  content: "";
  width: 86px;
  height: 104px;
  background: url("/udaiti-foundation/assets/img/team-corner-logo.png") no-repeat 0 0/100%;
  position: absolute;
  top: -23px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .team-designation-box::after {
    display: none;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

.site-header {
  background-color: gray;
  padding: 20px 0;
}

.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: auto;
  cursor: pointer;
}

.mobile-menu-toggle .hamburger__line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
}

.mobile-menu-toggle .hamburger__line.middle {
  margin: 7px 0;
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.top {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.bottom {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.middle {
  opacity: 0;
}

.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 85px;
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    top: 80px;
  }
}

.mobile-menu.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .header_sticky .mobile-menu {
    top: 65px;
  }
}

.mobile-menu__panel {
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #181818;
}

.mobile-menu__nav,
.mobile-menu__nav ul {
  padding: 0;
}

.mobile-menu__nav li {
  list-style: none;
  position: relative;
}

.mobile-menu__nav li .arrow.is-open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}

.mobile-menu__nav .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.mobile-menu__nav .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  bottom: 4px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.mobile-menu__nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu__nav>li>a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.mobile-menu__nav .sub-menu {
  padding: 0 0 0 10px;
  display: none;
}

.mobile-menu__nav .sub-menu-child {
  padding: 0 0 0 10px;
  display: none;
}

.mobile-menu__nav .sub-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.mobile-menu__nav .sub-menu-child li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px;
  width: auto;
  max-width: 500px;
  min-width: 900px;
  margin: 20px auto;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media screen and (max-width: 991px) {
  .white-popup {
    min-width: calc(100% - 20px);
  }
}

.white-popup .body-content {
  padding: 10px 40px 20px;
}

@media screen and (max-width: 767px) {
  .white-popup .body-content {
    padding: 10px 15px 20px;
  }
}

.search-trigger .icon {
  width: 16px;
  height: 23px;
  display: block;
  font: 400 normal 16px/24px "fontello";
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media only screen and (min-width: 1365px) {
  .search-trigger .icon {
    width: 21px;
    font-size: 21px;
    line-height: 26px;
  }
}

.site-search {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  padding: 20px 46px 20px 5px;
  height: auto;
  z-index: 1000000;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .site-search {
    padding: 29px 100px 29px 40px;
  }
}

.site-search .search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-search .site-search-close {
  position: absolute;
  top: 50%;
  right: 15px;
  left: initial;
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .site-search .site-search-close {
    right: 40px;
    left: initial;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    font-size: 20px;
  }
}

.site-search .search-form-field {
  width: 100%;
  font-family: "Hind Siliguri", sans-serif;
  color: #767676;
  background: none;
  outline: none;
  padding: 8px 55px 8px 18px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 0 60px;
}

.site-search .search-form-icon {
  width: 42px;
  height: 42px;
  margin: -21px 0 0;
  font-size: 22px;
  line-height: 42px;
  left: initial;
  right: initial;
  top: 50%;
  bottom: initial;
  background: none;
  position: absolute;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.site-search.active {
  top: 0;
  opacity: 1;
}

.leadership_team img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*# sourceMappingURL=styles.min.css.map */
.bg-primary_dark .txt_clr_blk {
  color: #ffffff !important;
}

.bg-primary_shade .txt_clr_blk {
  color: #000000 !important;
}

@media only screen and (max-width: 767px) {
  .banner__inner.inside_banner {
    min-height: 400px;
  }

  .banner__inner.inside_banner picture {
    display: none;
  }

  .banner__inner.inside_banner .container.mx-auto .absolute {
    padding-top: 0px;
  }

  .banner__inner {
    min-height: 400px;
  }

  .banner__inner picture img {
    min-height: 400px;
  }

  /* data series start */
  .img_rural {
    width: 80px !important;
    display: inline-block !important;
  }

  .img_two_section {
    width: 125px !important;
    display: inline-block !important;
  }

  .rural_Sctn .flex {
    display: block;
    text-align: center;
  }

  .height_h1 {
    line-height: 40px !important;
  }

  .object-cover.dataSeriesBanner {
    object-fit: inherit !important;
    width: 100% !important;
  }

  .team-box {
    width: auto;
  }

  .ulpadding ul {
    padding: 0px 20px !important
  }

  /* data series end */
}

.counter-sec-wrapper-error {
  padding-top: 120px;
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 50px;
}

.intym_cntnr {
  width: 86%;
  margin: 0 auto;
}

.img404 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.img404 img {
  width: 45%;
  margin: 0 auto;
}

.bg_error {
  background: #181818;
}

.data h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
  font-size: 24px;
}

.buttonnw {
  color: #2a7a99;
}

.img_hv_lg:hover img {
  filter: invert(100%);
}

@media only screen and (max-width: 767px) {

  .banner__slider .slider,
  .banner__slider .slide {
    height: auto !important;
  }

  .single-item-slide {
    margin: 0 30px;
  }
}

/* Desktop styles */
.md-rght {
  text-align: center;
}

.mobilecss {
  display: none !important;
}

.desktopcss {
  display: block;
}

.responsive-image {
  display: inline-block;
  text-align: center;
  width: 90%;
  /*max-width:350px;*/
  padding-bottom: 30px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .mobilecss {
    display: block !important;
  }

  .desktopcss {
    display: none !important;
  }

  .md-rght {
    text-align: center;
  }

  .responsive-image {
    width: 100%;
    /* Adjust the width for mobile */
    padding-bottom: 20px;
    /* Adjust the padding for mobile */
  }
}

.our_mission_wrap .project_heading {
  width: 100%;
}

/* New CSS Changes */
.flexClass {
  display: flex;
  justify-content: center;
}

.flexClass .col-lg-6 iframe {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .flexClass .col-lg-6 iframe {
    width: 100%;
  }

  .inr_sub_hdng {
    font-size: 18px !important;
    margin-left: 30px !important;
  }

  .hdng_left {
    margin-left: 30px !important;
    font-size: 28px !important;
    margin-bottom: 2px !important;
  }

  .mrgn_lft {
    margin-left: -13px;
  }
}

.top_reports {
  padding-bottom: 0rem !important;
}

.description {
  padding-bottom: 0rem !important;
}

.tabs {
  background: linear-gradient(122deg,
      rgba(0, 158, 161, 1) 35%,
      rgb(0 128 132) 100%);
  color: #fff;
  width: 100%;
  clear: both;
  padding-top: 60px;
  text-align: center;
}

.tabs-nav-mn-tp {
  display: table;
  width: 100%;
  border-radius: 5px;
  display: table;
  width: 100%;
  border-radius: 15px;
}

.tabs button,
.tabs a {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0 5px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.tabs button.active,
.tabs a.active {
  background-color: #fff;
  color: white;
  color: rgb(0 128 132);
}

.tab_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
}

.privateProject {
  margin-bottom: 100px !important;
}

.our-partners-slider .slick-slide img {
  display: block;
  margin: 0;
  padding: 20px;
  min-width: 100%;
  width: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
}

/* 10-09-24 css changes */
@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Hind+Siliguri:wght@300;400;500;600;700&display=swap";

body {
  font-family: "Hind Siliguri", sans-serif;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1599px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 991px) {
  .container {
    max-width: 800px;
  }
}

@media screen and (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

input {
  max-height: 54px;
}

.slider,
.slide {
  height: 250px;
}

@media (min-width: 560px) {

  .slider,
  .slide {
    height: 400px;
  }
}

@media (min-width: 1023px) {

  .slider,
  .slide {
    height: 520px;
  }
}

@media (min-width: 1199px) {

  .slider,
  .slide {
    height: 100vh;
  }
}

.slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slide__img::before {
  content: "";
  background-color: #1a1818;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
}

.slide__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1 !important;
}

.banner__inner picture::before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__inner.inside_banner picture img {
  width: 100%;
}

.banner__inner.inside_banner picture::before {
  display: none;
}

.banner__inner span {
  color: #ffd300;
}

@media (min-width: 992px) {
  .banner__img {
    position: relative;
  }
}

.slide {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings .top-title {
  max-width: 635px;
  font-size: 3.125rem;
  line-height: 1.2;
}

.slide .slide__content--headings .top-title strong {
  font-size: 3.75rem;
}

@media screen and (max-width: 1199px) {
  .slide .slide__content--headings .top-title {
    max-width: 480px;
    font-size: 2.5rem;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .slide .slide__content--headings .top-title {
    top: 28%;
    font-size: 2rem;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .slide .slide__content--headings .top-title {
    top: 35%;
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .slide .slide__content--headings .top-title strong {
    font-size: 1.6rem;
  }
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border-radius: 50%;
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.stick-dots.slick-slider {
  margin-bottom: 0;
}

.stick-dots .slick-dots li {
  height: 1rem;
  width: 1rem;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  border-color: #ffd300;
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  border-color: #ffd300;
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.slick-nav i:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@media screen and (max-width: 767px) {
  #header.header_sticky {
    padding: 0;
  }

  #header_error.header_sticky {
    padding: 0;
  }
}

.dropdown ul {
  display: block;
  min-width: 200px;
  position: absolute;
  left: 14px;
  top: calc(100% + 20px);
  margin: 0;
  padding: 10px 0;
  font-family: "Hind Siliguri", sans-serif;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.dropdown ul li a {
  padding: 4px 20px;
  font-size: 15px;
}

.dropdown:hover>ul {
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible;
}

.subchild .dropdown ul {
  display: block;
  min-width: 200px;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  font-family: "Hind Siliguri", sans-serif;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  left: 195px;
  top: 0px;
}

.subchild ul {
  padding: 4px 20px;
  font-size: 15px;
}

.subchild ul li a {
  padding: 4px 20px;
  font-size: 15px;
}

.subchild li i {
  position: absolute;
  top: 8px;
  right: 20px;
  left: inherit !important;
  bottom: inherit;
}

.subchild .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.our-features-wrapper {
  padding: 70px 100px;
}

@media screen and (max-width: 1199px) {
  .our-features-wrapper {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .our-features-wrapper {
    padding: 60px 20px;
  }
}

.our-features-wrapper .features_box {
  border-color: #231f20;
}

@media screen and (max-width: 991px) {
  .our-features-wrapper .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .our-features-wrapper .wrapper .features_box {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #231f20;
  }

  .our-features-wrapper .wrapper .features_box:last-child {
    border-bottom: 0;
  }
}

.counter__block {
  cursor: pointer;
}

.counter__block:hover .hover_box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hover_box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.translate-reverse {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .translate-reverse {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.bg-gradient-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(0, 0, 0)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.project-list-wrapper .bg-gradient-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* .project-list-wrapper .main_project_item:hover .hover_content {
    opacity: 1;
    visibility: visible;
    pointer-events: all
} */

.project-list-wrapper p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.hover_content {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.our-partners-wrapper {
  background-color: #f7f7f7;
}

.our-partners-wrapper .slick-list {
  margin: 0 50px;
}

.slider-arrow .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: teal;
}

.slider-arrow .slide-arrow.next-arrow {
  right: 40px;
}

.slider-arrow .slide-arrow.prev-arrow {
  left: 40px;
}

.join-our-mission-section {
  background-image: url("/udaiti-foundation/assets/img/join-mission-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.newslatter input[type="email"]:is( ::-webkit-input-placeholder,
  ::-webkit-input-placeholder,
  :-moz-placeholder) {
  opacity: 1;
  color: #acaeb0;
  font-weight: bold;
}

.newslatter input[type="email"]:is( ::placeholder,
  ::-webkit-input-placeholder,
  :-moz-placeholder) {
  opacity: 1;
  color: #acaeb0;
  font-weight: bold;
}

.newslatter input[type="email"]:focus {
  border: 0;
  outline: 0;
}

.newslatter input[type="submit"] {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.making_box {
  background: url("/static/assets/img/bg-vector-shape.png") no-repeat 0 0 / cover;
}

.making_box .on_hover__box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.making_box:hover .on_hover__box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.content-section {
  font-size: 24px;
}

@media screen and (max-width: 1499px) {
  .content-section {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .content-section {
    font-size: 16px;
  }
}

.content-section p {
  margin: 1rem 0;
}

.text-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-disc-primary li {
  position: relative;
  padding-left: 1.5rem;
}

.list-disc-primary li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009ea1;
  position: absolute;
  top: 11px;
  left: 0;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.team-designation-box::before {
  content: "";
  width: 389px;
  height: 100%;
  background: url("/udaiti-foundation/assets/img/bg-shade-curve.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .team-designation-box::before {
    display: none;
  }
}

.team-designation-box::after {
  content: "";
  width: 86px;
  height: 104px;
  background: url("/udaiti-foundation/assets/img/team-corner-logo.png") no-repeat 0 0/100%;
  position: absolute;
  top: -23px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .team-designation-box::after {
    display: none;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

.site-header {
  background-color: gray;
  padding: 20px 0;
}

.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: auto;
  cursor: pointer;
}

.mobile-menu-toggle .hamburger__line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
}

.mobile-menu-toggle .hamburger__line.middle {
  margin: 7px 0;
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.top {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.bottom {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu-toggle.is-open .hamburger .hamburger__line.middle {
  opacity: 0;
}

.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 85px;
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    top: 80px;
  }
}

.mobile-menu.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .header_sticky .mobile-menu {
    top: 65px;
  }
}

.mobile-menu__panel {
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #181818;
}

.mobile-menu__nav,
.mobile-menu__nav ul {
  padding: 0;
}

.mobile-menu__nav li {
  list-style: none;
  position: relative;
}

.mobile-menu__nav li .arrow.is-open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}

.mobile-menu__nav .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.mobile-menu__nav .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  bottom: 4px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.mobile-menu__nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu__nav>li>a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.mobile-menu__nav .sub-menu {
  padding: 0 0 0 10px;
  display: none;
}

.mobile-menu__nav .sub-menu-child {
  padding: 0 0 0 10px;
  display: none;
}

.mobile-menu__nav .sub-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.mobile-menu__nav .sub-menu-child li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px;
  width: auto;
  max-width: 500px;
  min-width: 900px;
  margin: 20px auto;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media screen and (max-width: 991px) {
  .white-popup {
    min-width: calc(100% - 20px);
  }
}

.white-popup .body-content {
  padding: 10px 40px 20px;
}

@media screen and (max-width: 767px) {
  .white-popup .body-content {
    padding: 10px 15px 20px;
  }
}

.search-trigger .icon {
  width: 16px;
  height: 23px;
  display: block;
  font: 400 normal 16px/24px "fontello";
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media only screen and (min-width: 1365px) {
  .search-trigger .icon {
    width: 21px;
    font-size: 21px;
    line-height: 26px;
  }
}

.site-search {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  padding: 20px 46px 20px 5px;
  height: auto;
  z-index: 1000000;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .site-search {
    padding: 29px 100px 29px 40px;
  }
}

.site-search .search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-search .site-search-close {
  position: absolute;
  top: 50%;
  right: 15px;
  left: initial;
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .site-search .site-search-close {
    right: 40px;
    left: initial;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    font-size: 20px;
  }
}

.site-search .search-form-field {
  width: 100%;
  font-family: "Hind Siliguri", sans-serif;
  color: #767676;
  background: none;
  outline: none;
  padding: 8px 55px 8px 18px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 0 60px;
}

.site-search .search-form-icon {
  width: 42px;
  height: 42px;
  margin: -21px 0 0;
  font-size: 22px;
  line-height: 42px;
  left: initial;
  right: initial;
  top: 50%;
  bottom: initial;
  background: none;
  position: absolute;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.site-search.active {
  top: 0;
  opacity: 1;
}

.leadership_team img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* data series start */
/* ParaHeadImg start */
.left_img_women {
  height: 200px !important;
}

.lft_img_graph {
  height: 185px !important;
}

/* ParaHeadImg end */

/* Squared Section start */
.height_h1 {
  line-height: 50px !important;
}

/* Squared Section end */

/* Curved Section CSS */
.text-section {
  width: 100%;
  background-color: #2a9ca8;
  color: white;
  padding: 53px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text-section:before {
  content: "";
  background: #192351;
  width: 110px;
  position: absolute;
  top: -15px;
  height: 110%;
  right: -52px;
  clip-path: ellipse(59% 50% at 41% 50%);
}

.chart-section {
  align-self: center;
  padding: 40px;
}

.curved_outer {
  overflow: hidden;
}

/*  */

/* Video Start */
.video-react-control-bar,
.video-react-loading-spinner,
.video-react-big-play-button,
.video-react-current-time,
.video-react-duration,
.video-react-play-control,
.video-react-progress-control,
.video-react-time-divider {
  display: none !important;
  /* Hides all video controls and extras */
}

/* Video End */

/*  */
.curved_female:before {
  background-color: rgb(0, 133, 139) !important;
}

.img_rural {
  width: 100px !important;
}

.li_series {
  padding-bottom: 20px;
}

.span_bottom {
  display: flex !important;
  justify-content: flex-end !important;
}

/* data series end */

/*# sourceMappingURL=styles.min.css.map */
.bg-primary_dark .txt_clr_blk {
  color: #ffffff !important;
}

.bg-primary_shade .txt_clr_blk {
  color: #000000 !important;
}

@media only screen and (max-width: 800px) {
  .span_bottom {
    justify-content: center !important;
    /* text-align: center!important; */
  }

  .text-section {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 30px 58px;
    text-align: center;
  }

  .text-section:before {
    display: none;
  }

  .chart-section {
    width: 100% !important;
  }

  .square_heading br {
    display: none;
  }

  .heading_top {
    order: 1;
  }

  .heading_bottom {
    order: 0;
  }

  .employ_video {
    display: inline-block;
  }
}

.writing_vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}


@media only screen and (max-width: 767px) {
  .banner__inner.inside_banner {
    min-height: 400px;
  }

  .banner__inner.inside_banner picture {
    display: none;
  }

  .banner__inner.inside_banner .container.mx-auto .absolute {
    padding-top: 0px;
  }

  .banner__inner {
    min-height: 400px;
  }
}

.counter-sec-wrapper-error {
  padding-top: 120px;
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 50px;
}

.intym_cntnr {
  width: 86%;
  margin: 0 auto;
}

.img404 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.img404 img {
  width: 45%;
  margin: 0 auto;
}

.bg_error {
  background: #181818;
}

.data h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
  font-size: 24px;
}

.buttonnw {
  color: #2a7a99;
}

.img_hv_lg:hover img {
  filter: invert(100%);
}

@media only screen and (max-width: 767px) {

  .banner__slider .slider,
  .banner__slider .slide {
    height: auto !important;
  }

  .single-item-slide {
    margin: 0 30px;
  }
}

/* Desktop styles */
.md-rght {
  text-align: center;
}

.mobilecss {
  display: none !important;
}

.desktopcss {
  display: block;
}

.responsive-image {
  display: inline-block;
  text-align: center;
  width: 90%;
  padding-bottom: 30px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .mobilecss {
    display: block !important;
  }

  .desktopcss {
    display: none !important;
  }

  .md-rght {
    text-align: center;
  }

  .responsive-image {
    width: 100%;
    padding-bottom: 20px;
  }
}

.our_mission_wrap .project_heading {
  width: 100%;
}

.flexClass {
  display: flex;
  justify-content: center;
}

.headingArea {
  padding: 20px;
}

.headingArea p {
  margin: 0;
  /* padding: 20px; */
  text-align: center;
}

.flexClass .col-lg-6 iframe {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .flexClass .col-lg-6 iframe {
    width: 100%;
  }

  .inr_sub_hdng {
    font-size: 18px !important;
    margin-left: 30px !important;
  }

  .hdng_left {
    margin-left: 30px !important;
    font-size: 28px !important;
    margin-bottom: 2px !important;
  }

  .mrgn_lft {
    margin-left: -13px;
  }

  .event_mbl {
    margin-bottom: 2rem !important;
    max-height: 560px;
  }

  /* .event_top{
        max-height: 600px;
    } */
  /* pagination */
  .page_btm {
    margin-top: 16px !important;
  }
}

.top_reports {
  padding-bottom: 0rem !important;
}

.description {
  padding-bottom: 0rem !important;
}

.tabs {
  background: linear-gradient(122deg,
      rgba(0, 158, 161, 1) 35%,
      rgb(0 128 132) 100%);
  color: #fff;
  width: 100%;
  clear: both;
  padding-top: 60px;
  text-align: center;
}

.tabs-nav-mn-tp {
  display: table;
  width: 100%;
  border-radius: 5px;
  display: table;
  width: 100%;
  border-radius: 15px;
}

.tabs button {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0 5px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.tabs button.active {
  background-color: #fff;
  color: white;
  color: rgb(0 128 132);
}

.tab_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
}

.privateProject {
  margin-bottom: 100px !important;
}

.our-partners-slider .slick-slide img {
  display: block;
  margin: 0;
  padding: 20px;
  min-width: 100%;
  width: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
}

/* 10-09-24 css changes */

.quoteHeading::before,
.quoteHeading::after {
  content: "";
  background-image: url("https://www.pngall.com/wp-content/uploads/4/Quotation-Symbol-PNG-Free-Download.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.quoteHeading::before {
  margin-right: 0px;
  position: relative;
  bottom: 10px;
}

.quoteHeading::after {
  transform: rotate(180deg);
  position: relative;

}

.quoteHeading {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

/* Event List Wrapper */
.main_event_list {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  /* max-height: 410px; */
  max-height: 91%;
}

.btn_top {
  padding: 60px 0px !important;
}

.video_btn {
  top: -35px;
  margin-bottom: -20px !important;
  padding: 45px 0px !important;
}

@media screen and (max-width: 1500px) {

  .iframe_parity {
    height: 810px;
  }

  .sctn_mrgn_btm {
    padding-bottom: 0px !important;
  }

  .pdng_top {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1300px) {
  .iframe_parity {
    height: 700px;
  }
}

@media screen and (max-width: 1200px) {
  .iframe_parity {
    height: 630px;
  }

  .gap-8 {
    gap: 4rem !important;
  }

  .mb-16 {
    margin-bottom: 2rem !important;
  }

  .btn_top {
    /* top: -80px !important;
    margin-bottom: -80px !important; */
    padding: 60px 0px !important;
  }

  .video_btn {
    top: -20px !important;
    margin-bottom: -20px !important;
    padding: 65px 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .btn_top {
    /* top: -30px !important;
    margin-bottom: -30px !important; */
    padding: 40px 0px !important
  }

  .video_btn {
    top: -20px !important;
    margin-bottom: -20px !important;
    padding: 60px 0px !important;
  }

}

@media screen and (max-width: 760px) {
  .mb-16 {
    margin-bottom: 0rem !important;
  }

  .btn_top {
    /* top: 0px !important;
    margin-bottom: 0px !important; */
    padding: 40px 0px !important;
  }

  .video_btn {
    top: -30px !important;
    margin-bottom: -30px !important;
    padding: 70px 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .iframe_parity {
    height: 340px;
  }


  .btn_top {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
  }

  .video_btn {
    /* top: -30px !important;
    margin-bottom: -30px !important; */
    padding: 70px 0px !important;
  }
}

@media screen and (max-width: 420px) {
  .iframe_parity {
    height: 250px;
  }
}

/* Side_Button Our_Insights Page */
.quick_cnt__btn {
  position: fixed;
  right: 0px;
  top: 150px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99999;
}

.quick_cnt__btn.active {
  position: fixed;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border-radius: 5px;
  right: 0px;
  z-index: 99999;
}

.quickcontact__block {
  top: 192px;
  z-index: 6;
  position: fixed;
  border-radius: 5px;
  right: 0;
  width: max-content;
  padding: 15px 7px;
  background: #3aa3a5;
  -webkit-box-shadow: -24px 20px 20px -35px #222;
  -moz-box-shadow: -24px 20px 20px -35px #222;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.quickcontact__block ul {
  margin: 0;
  padding: 0;
}

.quickcontact__block ul li {
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  scroll-behavior: smooth;
}

.quickcontact__block ul li img {
  max-width: 35px;
  transition: all 0.5s ease;
}

.tooltip_nav {
  position: absolute;
  right: 51px;
  top: 7px;
  background: #3aa3a5;
  color: #ffffff;
  width: 133px;
  padding: 6px 8px;
  text-align: center;
  display: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.quickcontact__block ul li:hover .tooltip_nav {
  display: block;
}

@media only screen and (max-width: 660px) {
  .quick_cnt__btn {
    position: fixed;
    right: 0px;
    top: 120px;
    width: 50px;
    background: url("/images/gox/arrw_open.svg") no-repeat left top;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99999;
  }

  .quick_cnt__btn.active {
    position: fixed;
    right: 0px;
    top: 120px;
    width: 50px;
    background: url("/images/gox/arrw_open_close.svg") no-repeat left top;
    height: 50px;
    border-radius: 5px;
    border-radius: 5px;
    right: 0px;
    z-index: 99999;
  }

  .quickcontact__block.active {
    right: 0px;
  }

  .quickcontact__block {
    right: -1px;
    padding: 4px 2px !important;
    width: 31px !important;
  }
}

/* Ecosystem Slider  */
button,
select {
  text-transform: none;
}

.slick-prev:before {
  content: unset !important;
}

[dir='rtl'] .slick-prev:before {
  content: unset !important;
}

.slick-next:before {
  content: unset !important;
}

[dir='rtl'] .slick-next:before {
  content: unset !important;
}

.slick-next {
  right: auto;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: auto;
}

.menu_slider_main {
  width: 100%;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.menu_slider_main .slick-list {
  padding-top: 10px;
}

.menu_slider {
  float: left;
  border-top: 1px solid rgba(0, 158, 161, 1);
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  position: relative;
  width: 100%;
}

.menu_slider button {
  float: left;
  width: 100% !important;
  text-align: center;
  position: relative;
  padding: 30px 0px 50px 0px;
  transition: all 0.2s ease-in-out;
  color: #009ea1;
}

.menu_slider button:before {
  width: 100%;
}

.menu_slider.active button:before {
  position: absolute;
  left: 0px;
  top: -4px;
  height: 8px;
  content: '';
  background: #009ea1;
}

.menu_slider_main .slick-prev {
  background: url(../img/arrow_resources.png) no-repeat left top;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 40px;
  right: inherit;
  left: 0px;
  transform: rotate(180deg) !important;
}

.menu_slider_main .slick-next {
  background: url(../img/arrow_resources.png) no-repeat left top;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 40px !important;
  right: 0px;
  left: inherit;
  margin-top: 11px;
}

.menu_slider_main .slick-prev:hover,
.menu_slider_main .slick-prev:focus,
.menu_slider_main .slick-next:hover,
.menu_slider_main .slick-next:focus {
  background: url(../img/arrow_resources.png) no-repeat left top !important;
  background-size: 40px !important;
}

.menu_slider_main .slick-prev,
.menu_slider_main .slick-next {
  width: 50px;
  height: 50px;
  top: -50px;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.slider_margin {
  margin-left: 40px;
  margin-right: 30px;
}

.eco_button {
  min-height: 50px;
}


@media only screen and (max-width: 768px) {
  .slider_margin {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pdng_top {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 485px) {
  .slider_margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 530px) {
  .menu_slider {
    min-height: 130px;
  }
}

/* Gallery.css */
/* .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.media-item {
  margin: 10px;
  cursor: pointer;
}

.media-item img, .media-item video {
  max-width: 260px;
  border-radius: 8px;
} */

/* .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  opacity: 1;
  background: #fff;
  border-radius: 8px;
}

.modal-content img {
  max-width: 100%; 
  max-height: 80vh; 
  object-fit: contain; 
  display: block; 
  margin: auto; 
} */


/* .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 90%;
  max-height: 70%;
  padding: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.modal-content img{
  height: 700px;
}

.slider.next {
  animation: slideInNext 0.3s forwards;
}

.slider.prev {
  animation: slideInPrev 0.3s forwards;
}

@keyframes slideInNext {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInPrev {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.close,
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.close {
  top: 10px;
  right: 20px;
  color: white;
} */



/* .close {
  position: absolute;
  top: 0px;
  right: -310px;
  font-size: 2vw;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.prev {
    left: -100%;
}

.next {
    right: -100%;
} */


/* Gallery Image start */
.gallery_div .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin: 20px auto;
}

.gallery_div .gallery .media-item {
  height: 220px;
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  cursor: pointer;
}

.gallery_div .gallery .media-item img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  transition: all 0.3s linear;
}

.proj_glry_div .gallery .media-item img {
  object-fit: unset;
}

.gallery_div .gallery .media-item:hover img {
  transform: scale(1.1);
}

.gallery_div .popup_media {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.gallery_div .popup_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border: 3px solid #fff;
}

.gallery_div .popup_media span {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 35px;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  user-select: none;
}

/* Gallery Image end */

/* For Video Gallery start */
.container .gallery .media-item-video {
  height: 220px;
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.container .gallery .media-item-video img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  transition: all 0.3s linear;
}

.container .gallery .media-item-video:hover img {
  transform: scale(1.1);
}

/* video gallery end */
.mt-nw-a {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt-nw-a {
    padding-top: 25px;
  }
}

.tabs-sctn {
  position: relative;
}

.sub-tabs-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 156px;
  left: 0;
  text-align: left;
  z-index: 10;
  background-color: #ebebeb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}


.sub-tabs-nav button {
  padding: 10px;
  /* width: 200px; Set a width for the buttons */
  text-align: center;
  /* Centers the text within each button */
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .sub-tabs-nav {
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    border-radius: 0;
  }

  .sub-tabs-nav button {
    flex: 1 1 155px;
    border: 1px solid #d9d9d9;
  }
}

.sub-tabs-nav button.active {
  background-color: #00898d !important;
  /* Green background for active tab */
  color: white;
  /* White text for active tab */
}

.sub-tabs-nav button:hover {
  background-color: #ddd;
  /* Light gray on hover */
}

.tabs-nav-mn-tp {
  flex-wrap: wrap;
}

/* private sector convenings */

.ee_convenings .ee_convening {
  margin-top: 30px;
  margin-bottom: 65px;
}

/* .op_convenings .op_top_para{
  padding-top: 125px;
} */

@media screen and (max-width: 1100px) {
  .ee_convenings .ee_convening {
    margin-top: 60px;
  }

  /* .op_convenings .op_top_para{
    padding-top: 80px;
  } */
  .tabs {
    padding-top: 30px;
  }

  .pdng_top_convening {
    gap: 1rem !important;
  }

}

@media screen and (max-width: 450px) {
  .ee_convenings .ee_convening {
    margin-top: 100px;
  }

  .deb_convenings .deb_top_para {
    padding-top: 30px;
  }

  /* .op_convenings .op_top_para{
    padding-top: 60px;
  } */

  .headingArea p {
    text-align: left;
  }

  .deb_convenings .convening_btm_pdng {
    gap: 2rem !important;
  }

  .tabs {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1000px
  }
}

.banner__inner picture::before {
  background: #0000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.hdng_area_charter {
  background: url('https://backend.udaiti.org/wp-content/uploads/2025/03/hdng_bg_bnr.jpg');
}

.cons_aims_sctn {
  box-shadow: 0px 5px 20px rgba(128, 128, 128, 0.2);
}

.aims_box {
  background: linear-gradient(180deg, #99cdd3, #479ca0, #e65f49);
}

.aims_box {
  border-radius: 5px;
}

.btn_charter .btn {
  padding: 10px;
  border-radius: 15px;
  background: #e65f49;
}

.charter_video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.charter_video video {
  width: 100%;
}

.video_sctn {
  box-shadow: 0px -15px 30px rgba(128, 128, 128, 0.2),
    0px 15px 30px rgba(128, 128, 128, 0.2);
}

.btn_cgg {
  padding: 10px 15px;
  border-radius: 15px;
  background: #e65f49;
}

.consortium_logo {
  width: 60%;
}

@media (max-width: 980px) {
  .consortium_logo {
    width: 70%;
  }
}

.banner__slider .slick-dots {
  bottom: 15px;
}

.banner__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}


/* rahul home page css 15 april */


.udaiti-comp1 {
  background-image: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 62%)), url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/component-1-bg.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px;
  min-height: 600px;
  align-content: center;
}

.topMarginPara{
  margin-top: 70px;
}

.udaiti-comp-para {
  font-size: 34px;
  color: rgb(255, 255, 255);
  line-height: 40px;
  text-align: center;
}

.udaiti-comp-sections {
  padding: 50px;
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.sec-card-1 {
  margin: 0 auto;
}

.sec-card-1 img {
  width: 300px;

}

.first-disc {
  background-color: rgb(248, 214, 73);
  height: 100px;
  width: 300px;
  position: relative;
  top: -5px;
  border-radius: 0px 0px 18px 18px;

}

.second-disc {
  background-color: rgb(153, 205, 211);
  height: 100px;
  width: 300px;
  position: relative;
  top: -5px;
  border-radius: 0px 0px 18px 18px;

}

.first-disc-para {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .udaiti-comp1 {

    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .udaiti-comp-sections {
    padding: 0;
    display: grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .sec-card-1 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .udaiti-comp1 {
    padding: 20px;
  }
}

/* Udaiti Comp One Css Start End here  */

/* Udaiti Comp two Css Start  here  */

.udaiti-comp2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.714)), url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/component-2-bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px;
}

.udaiti-comp2-para {
  font-size: 60px;
  color: rgb(71, 156, 160);
  line-height: 49px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
  text-shadow: 4px 1px 3px rgba(0, 0, 0, 0.2);


}

.udaiti-comp2-para2 {
  font-size: 34px;
  font-weight: 500;
  font-style: italic;
  font-kerning: none;
  text-align: center;
  /* line-height: 40px; */
}


@media only screen and (max-width: 600px) {
  .udaiti-comp2 {
    background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/component-2-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
  }

  .udaiti-comp2-para {
    /* font-family: "YACgEXvxf8Q 0", _fb_, auto; */
    font-size: 29.3366px;
    color: rgb(71, 156, 160);
    line-height: 49px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
  }
}

/* Component Three Start from Here  */
.udaiti-comp3 {
  background-image: linear-gradient(rgb(255 255 255 / 92%), rgb(255 255 255 / 92%)), url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/component-3-bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 70px;
}

.udaiti-card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  justify-items: center;
  margin-bottom: 100px;
}

.udaiti-card {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.udaiti-card-img {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
  border-radius: 150px 150px 0 0;
  position: relative;
  overflow: hidden;
  border: 2px solid #ddd;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card-one-sec3 {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/comp3-card1.jpg');
}

.card-two-sec3 {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/comp3-card2.jpg');
}

.card-three-sec3 {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/comp3-card3.webp');
}

.udaiti-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(215 209 209 / 72%);
  z-index: 1;
}

.udaiti-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: rgb(71, 156, 160);
  text-align: center;
}

.udaiti-card-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(71, 156, 160);
  background-color: rgb(230 243 243);
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 160px;

}

.udaiti-card-content p {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.udaiti-card-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgb(230 243 243 / 85%);
  color: #1b1818;
  transition: bottom 0.4s ease;
  font-size: 0.9rem;
  z-index: 3;
}

.udaiti-card:hover .udaiti-card-hover {
  bottom: 0;
}

hr.custom-hr {
  width: 60%;
  height: 10px;
  background-color: rgb(219 220 226);
  border: none;
  margin: 150px auto;


}

.hr-section {
  margin-bottom: 100px;
}

.sec-3-paragraph {
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .udaiti-comp3 {
    padding: 20px;
  }

  .udaiti-card-img {
    height: 200px;
    border-radius: 100px 100px 0 0;
  }

  .udaiti-card-content h3 {
    font-size: 1.2rem;
  }

  .udaiti-card-content p {
    font-size: 0.85rem;
  }

  .udaiti-card-hover {
    font-size: 0.8rem;
  }

  .octagon-section {
    display: flex;
    justify-content: center !important;
    gap: 2rem;
    flex-wrap: wrap;
  }

}

/* Octane Section Css Start Here  */

.octagon-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  justify-items: center;
}

@media (min-width: 600px) {
  .octagon-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .octagon-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.octagon-card {
  background: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/sec-4-card-bg.webp') no-repeat center/cover;
  width: 300px;
  height: 300px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  display: grid;
  place-content: center;
  transition: transform 0.3s ease;
}

.octagon-card:hover {
  transform: translateY(-5px);
}

.octagon-card img {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: block;
}

.octagon-card p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.octagon-card p strong {
  display: block;
  font-weight: 700;
  margin-top: 4px;
}


/* rahul private sector css */
.left-section,
.right-section {
  flex: 1 1 50%;
  padding: 40px;
  box-sizing: border-box;
}

.title {
  font-size: 2.5rem;
  color: #2d9c91;
  text-shadow: 2px 2px #666;
  margin-bottom: 40px;
  text-align: center;
}

.image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  border-radius: 150px 150px 0px 0px;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.right-section {
  background-color: #3c9da4;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border-left: 4px solid #f0f0f0; */
}

.typewriter-text {
  font-size: 29.3334px;
  line-height: 44px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.dots {
  font-size: 1.5rem;
  margin: 20px 0;
}

/* Section 2 start here  */
.container-banner {
  background-image: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 62%)), url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/private-sector-2-container.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
}

.second-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.third-banner-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 30px;
}

.container-image-grid {
  position: relative;
  /* width: 380px; */
  margin: 0 auto;
  height: 220px;
  overflow: hidden;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  display: grid;
  grid-template-columns: 1fr;
}

.container-image-grid img {
  margin: 28px auto;
  height: 70px;
}

.container-image-grid p {
  font-size: 14px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.container-image-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/private-sector-2-container.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(6px) brightness(0.6);
  z-index: 1;
}

.container-image-grid>* {
  position: relative;
  z-index: 2;
}

.container-image-grid {
  padding: 15px;
}

.container-banner-heading {
  font-size: 34px;
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
}

/* Thisd Section css */
.container-third-privatesector {
  background-image: linear-gradient(rgb(255 255 255 / 92%), rgb(255 255 255 / 92%)), url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/backgrond-private-sector.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px;
}

.third-sec-discription {
  text-align: center;
  font-size: 32px;
  padding: 10px 0px;
  margin: 30px 0px;
}

.iconn img {
  margin: 0 auto;
}

.container_ps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


/* Thisd Section css */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .second-banner-grid {
    grid-template-columns: 1fr 1fr;
    /* stack vertically */
  }

  .container-image-grid {
    max-width: 90%;
    height: 220px;
  }

  .typewriter-text {
    font-size: 17.3334px;
    line-height: 27px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }

  .container-banner {

    padding: 50px 0px;
  }

  .container-third-privatesector {

    padding: 20px;
  }
}

/* Mobile breakpoint */
@media (max-width: 576px) {
  .container-image-grid {
    max-width: 100% !important;
    height: 230px;
    margin: 3px;
  }

  .grid-container-four .card-private-sector {
    margin: 0 auto;
    width: 126px !important;
  }


  .second-banner-grid,
  .third-banner-grid {
    grid-template-columns: 1fr;
  }

  .container-third-privatesector {

    padding: 20px;
  }

  .container-banner {

    padding: 30px 0px;
  }

  .title {
    font-size: 2.2rem;

  }
}

/* card-private-sectors css  */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* default: mobile */
  gap: 20px;
}

.grid-container img {
  height: 70px;
}

@media (min-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 50px;
  }
}

.card-private-sector {
  background: rgb(214 231 229);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  background: rgb(214 231 229);
  border-radius: 8px;
}


.card-private-sector h3 {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  height: 30px;
  font-weight: 700;
  font-style: normal;
  font-family: system-ui;
}

.card-private-sector p {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.card-private-sector small {
  font-size: 9px;
  display: block;
  line-height: 2.4;
  font-weight: bold;
}

.small-section {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 8px;
}

.grid-container-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 0px 100px;
}

.grid-container-two .card-private-sector {
  height: 150px;
  width: 200px;
  margin: 25px auto;
}

.grid-container-two .iconn {
  margin: 0 auto 12px;
  background: rgb(214 231 229);
  border-radius: 8px;
  margin-top: 15px;
}

.grid-container-two .iconn img {
  height: 70px;
}

.card-private-sector p span {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width:900px) {
  .grid-container-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .grid-container-two {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0px;
  }
}

.grid-container-three {
  margin: 50px 0px;
}

.grid-container-three p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: system-ui;
}

hr.custom-hr {
  width: 60%;
  height: 10px;
  background-color: rgb(219 220 226);
  border: none;
  margin: 100px auto;
}

.hr-section {
  margin-bottom: 100px;
}

@media only screen and (max-width: 500px) {
  .grid-container-three p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}

.grid-container-four {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin: 100px 0px;

}

.grid-container-four .card-private-sector {
  margin: 0 auto;
  /* width: 200px; */
}

.grid-container-four .card-private-sector img {
  height: 90px;
}

@media only screen and (max-width: 1200px) {
  .grid-container-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .grid-container-four {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .grid-container-four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.buttonWrapper {
  text-align: center;
}

.learn-more-btn {
  background-color: transparent;
  height: 55px;
  width: 212px;
  border: 3px solid rgb(0 128 132);
  border-radius: 26px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  color: rgb(0 128 132);
}

.learn-more-btn:hover {
  background-color: rgb(0 128 132);
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1500px) {

  .third-sec-discription,
  .container-banner-heading {
    font-size: 28px;
  }
}



/* CGG PAGES RAHUL */
.ccg-banner {
  display: flex;
  background-color: rgb(0 124 125);
  align-items: center;
  justify-content: center;
  height: 250px;
  background-image: url('your-image.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.ccg-banner p {
  font-size: 2.75rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 20px 30px;
}

.ccg-container-one {
  padding: 60px 60px;
}

.cont-one-para {
  font-size: 34px;
  color: rgb(25 24 24);
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "YACgEXvxf8Q 0", _fb_, auto;
}

.cont-two-para {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 60px;
}

.ccg-container-heading {
  font-family: "YACgEXvxf8Q 0", _fb_, auto;
  font-size: 34px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 70px;
}

.Consortium-gird {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}

.consortium-card {
  margin: 0 auto;
  border: 1px solid lightgreen;
  padding: 100px;
}

/*  Crad Grid  */




.cards-container-Consortium {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
}

.cards-container-Consortium>.card {
  flex: 1 1 calc(33.333% - 30px);
  /* 3 per row - desktop default */
  box-sizing: border-box;
}

@media (max-width: 800px) and (min-width: 600px) {
  .cards-container-Consortium>.card {
    flex: 1 1 calc(50% - 30px) !important;
    /* 2 per row - tablet view */
  }
}

@media (max-width: 500px) {
  .cards-container-Consortium>.card {
    flex: 1 1 100%;
    /* 1 per row - mobile view */
  }
}

.card-Consortium {
  background: linear-gradient(to right, #f0f0f0, #d9d9d9);
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  text-align: center;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-Consortium {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 50px;
}


.icon-Consortium img {
  font-size: 24px;
  width: 60px;
  color: white;
}

.card-title-Consortium {
  font-size: 23px;
  color: #2A9D8F;
  margin-bottom: 16px;
  font-weight: 600;
}

.card-description-Consortium b {
  color: #000;
}

.card-description-Consortium {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 1024px) {
  .cards-container-Consortium {
    gap: 20px;
  }

  .card-Consortium {
    min-width: 280px;
  }
}

@media (max-width: 840px) {
  /* .cards-container-Consortium {
      flex-direction: column;
      align-items: center;
  } */

  .card-Consortium {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  #app-Consortium {
    padding: 20px;
  }

  .card-Consortium {
    padding: 30px 20px;
  }

  .card-title-Consortium {
    font-size: 16px;
  }

  .card-description-Consortium {
    font-size: 14px;
  }
}

@media (min-width: 901px) {
  .card-first-height {
    height: 400px;
  }

  .card-second-height {
    height: 450px;
    position: relative;
    top: -25px;
  }

  .card-third-height {
    height: 400px;
  }
}

/* Button Css  */
.buttonWrapper-consortium {
  text-align: center;
}

.consortium-join-btn {
  background-color: transparent;
  border: 3px solid rgb(0 128 132);
  border-radius: 26px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  color: rgb(0 128 132);
  padding: 10px 55px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.consortium-join-btn:hover {
  background-color: rgb(0 128 132);
  color: #fff;
}

.video-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  box-shadow:
    0px 8px 10px rgba(0, 0, 0, 0.12),
    0px -8px 10px rgba(0, 0, 0, 0.08);

  padding: 28px;
  margin-bottom: 60px;
}


.videoSection iframe {
  width: 509.631px;
  height: 200px;
  border-radius: 8px;
  border: none;
}

.second-content {
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.video_frame {
  align-content: center;
}

.first-video-sec {
  margin: 0 auto;
}

.know-more-video {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 860px) {
  .video-banner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .know-more-video {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {

  .video-banner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .videoSection iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: none;
  }

  .ccg-container-one {
    padding: 20px;
  }

  .ccg-banner p {
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 20px 30px;
  }

  .ccg-container-heading {
    font-size: 27px;
  }

  .cont-two-para {
    font-size: 18px;
  }

  .second-content {
    font-size: 21px;
  }

  .chapion-Sec-heading {
    font-size: 27px;
  }

  .chapion-Sec-Content {
    font-size: 21px;

  }
}

/* Champion Change Section */
.champion-change-section {
  background-color: rgb(0 131 134 / var(--tw-bg-opacity, 1));
  background-image: url('https://udaiti-backend.hashtechorange.com//wp-content/uploads/2024/03/inside_banner-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  --tw-bg-opacity: 1;
  /* Adjust this to control color opacity */
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
}


.chapion-Sec-heading {
  font-family: "YACgEXvxf8Q 0", _fb_, auto;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}

.chapion-Sec-Content {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  max-width: 70%;
  margin: 41px auto;
}

.udati-foundation-para {
  max-width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 80px;
}



.gender-diversity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  padding: 40px;
}

.gender-diversity-grid-item {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 1)),
    url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/04/gender-diversity-bgimage.webp');
  background-size: cover;
  background-position: center;
  border: 1px solid lightgray;
}

/* wrapper for centering */
.icon-wrapper,
.text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  text-align: center;
  width: 80%;
}

/* icon visible by default */
.icon-wrapper {
  opacity: 1;
}

.icon-wrapper img {
  display: block;
  width: 90px;
  margin: 0 auto;
}

/* text hidden by default */
.text-wrapper {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);

}

.text-wrapper-unhide {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}

.text-wrapper .insight-list {
  font-size: 10px;
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
}

.text-wrapper .insight-list li {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* on hover: swap them */
.gender-diversity-grid-item:hover .icon-wrapper {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.gender-diversity-grid-item:hover .text-wrapper {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Responsive */
@media (max-width: 850px) {
  .gender-diversity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* infographic css */
  .infograph_img {
    max-width: 600px;
    max-height: unset !important;
  }

  .infograph_div {
    padding: 0;
  }
}

@media (max-width: 568px) {
  .gender-diversity-grid {
    grid-template-columns: 1fr;
  }

  .gender-diversity-grid {

    padding: 9px;
  }
}


.custom-hr {
  width: 60%;
  margin: 100px auto;
  border: none;
  height: 4px;
  background-color: #adadadd8;
}


.hexagon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 40px 20px;
  margin-top: 200px;
}

.middle-hexa {
  position: relative;
  top: -170px;
}

.hexagon {
  width: 260px;
  height: 260px;
  background-color: #45B7B8;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4;
  overflow: hidden;
  cursor: pointer;
}

.hexagon-icon,
.hexagon-content {
  position: absolute;
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 0 20px;
}

.hexagon-icon {
  font-size: 2.5em;
  opacity: 1;
  transform: scale(1);
}

.hexagon-icon img {
  width: 60px;
}

.hexagon-content {
  opacity: 0;
  transform: scale(0.95);
}

.hexagon:hover .hexagon-icon {
  opacity: 0;
  transform: scale(0.95);
}

.hexagon:hover .hexagon-content {
  opacity: 1;
  transform: scale(1);
  font-size: 13px;
}

.hexagon {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.hexagon:nth-child(1) {
  transform: translateX(20px) translateY(20px);
  animation-delay: 0.2s;
}

.hexagon:nth-child(2) {
  transform: translateY(-40px);
  animation-delay: 0.4s;
}

.hexagon:nth-child(3) {
  transform: translateX(-20px) translateY(20px);
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 968px) {
  .hexagon-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }

  .middle-hexa {
    top: 0;
  }

  .hexagon {
    margin: 10px 0;
    transform: translateY(20px);
  }
}

@media (max-width: 768px) {
  .hexagon {
    width: 220px;
    height: 200px;
    font-size: 1em;
  }

  .hexagon-icon {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .hexagon {
    width: 180px;
    height: 190px;
    font-size: 0.9em;
  }

  .hexagon-icon {
    font-size: 1.8em;
  }
}


.charte-paragraph {
  text-align: left;
  padding: 10px 50px;
  margin-bottom: 0px;
}

.charter-bottom-section {
  padding: 30px 5px;
  background-color: #2A9D8F;
  color: #fff;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
}

/* Udaiti do css */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.info-card {
  background: linear-gradient(to bottom, #f0f0f0, #ffffff);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 20px 30px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.info-card img {
  width: 65px;
  margin: 0 auto 20px;
  display: block;
}

.info-card h3 {
  font-size: 1.1rem;
  font-family: "YACgEXvxf8Q 0", _fb_, auto;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.info-card p {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.5;
  /* font-family: "YACgERDU--Q 0", _fb_, auto; */
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .charte-paragraph {
    text-align: left;
    padding: 10px 25px !important;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .charte-paragraph {
    text-align: left;
    padding: 10px 25px !important;
    margin-bottom: 0px;
  }

  .info-card {
    padding: 30px 16px 25px;
  }

  .info-card h3 {
    font-size: 1rem;
  }

  .info-card p {
    font-size: 0.9rem;
  }
}


.slider-center-mode .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  transform: scale(0.85);
}

.slider-center-mode .slick-center {
  transform: scale(1.1);
  z-index: 10;
  opacity: 1;
}

@layer components {
  .slider-center-mode .slick-slide {
    @apply transition-all opacity-60 scale-95;
  }

  .slider-center-mode .slick-center {
    @apply scale-110 z-10 opacity-100;
  }
}

@media (max-width: 1000px) {
  .slider-center-mode .slick-slide {
    opacity: 1;
  }
}



/* video banner css */
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.bnr_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image img {
  width: 80%;
  height: auto;
  display: block;
  cursor: pointer;
}

.cta-button {
  background-color: transparent;
  width: 212px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 26px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: rgb(255, 255, 255);
  padding: 5px 0;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-overlay.active {
  display: flex;
}

.popup-content {
  background: #fff;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.popup-content video {
  width: 100%;
  height: auto;
  max-height: 90vh;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff5c5c;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
}

.cta-button:hover {
  background-color: rgb(0 128 132);
  color: #fff;
}

.video_banner {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/05/video_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 85vh;
}

.bnr_img {
  width: 70%
}

.video_bnr_btn {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {

  .bnr_img,
  .video_bnr_btn {
    width: 100%;
  }

  .video_banner {
    flex-wrap: wrap;
  }

  .banner-image img {
    width: 100%;
  }

  .banner-image {
    width: 90%;
    margin: 0 auto;
  }

  .bnr_img {
    margin-top: 20%;
  }
}

@media (max-width: 600px) {
  .cta-button {
    padding: 10px 20px;
    font-size: 14px;
    background-color: rgb(0 128 132);
    color: #fff;
  }

  .popup-content video {
    max-height: 60vh;
  }

  .bnr_img {
    margin-top: 25%;
  }

  /* Updated */

  .video_banner {
    /* height: unset; */
    padding: 40px 0;
  }
  /* Updated */

  .video_bnr_btn {
    margin: 30px 0;
  }
}

/* government page sidhi */
.pblc_aprch {
  margin: 60px 0;
}

.aprch_lft_main {
  width: 25%;
}

.aprch_rgt_main {
  width: 70%;
  margin-left: 5%;
}

.aprch_rgt_main2 {
  width: 70%;
  margin-right: 5%;
}

.aprch_lft2 {
  margin-right: 10px;
}

.outline_grey,
.outline_fill {
  border: 2px solid #948D8F;
  padding: 30px 20px;
}

.outline_p {
  color: transparent;
}

.outline_fill_p {
  color: #fff;
}

.outline_grey {
  position: absolute;
  margin-right: -10px;
  top: 10px;
  left: 10px;
  z-index: 0;
}

.outline_fill {
  background: #479CA0;
  position: inherit;
  z-index: 1;
  width: fit-content;
}

.aprch_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px;
}

.aprch_row:last-child {
  margin-bottom: 0;
}

.stake_sctn {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/05/stakeholder_bg_blur.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.pyrm_img {
  width: 60%;
}

.partner_pyrm1,
.partner_pyrm2 {
  width: 10%;
}

.partner_pyrm1 {
  top: 0;
  left: 0;
  position: absolute;
}

.pyrm2_img {
  display: flex;
  justify-content: right;
}

.project_sctn {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/05/projects_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.w_90 {
  width: 90%;
  margin: 0 auto;
}

.proj_glry_div {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/05/workshop_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.proj_glry_div .gallery .media-item {
  height: 250px;
  width: 23%;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 2%;
}

.proj_glry_div .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.proj_glry_div .popup_media .modal_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.proj_glry_div .popup_media img {
  display: block;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border: 3px solid #fff;
  margin: 0 auto;
}

.up_gov_img {
  width: 394px
}

/* enterprenurship */
.entr_project_sctn {
  background-image: url('https://udaiti-backend.hashtechorange.com/wp-content/uploads/2025/05/projects_bg_entrp-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.report_img {
  width: 380px;
  border-radius: 40px;
}

.entr_prj_img {
  margin: 0 auto;
}

.partner_icon_div {
  display: flex;
}

.entr_partner_logo {
  width: 40%;
}

@media (max-width: 1500px) {
  .udati-foundation-para {
    max-width: 66%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 80px;
  }

  .entr_prj_img {
    width: 28%;
  }
}

@media (max-width: 1200px) {
  .entr_partner_logo {
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .proj_glry_div .gallery .media-item {
    width: 32%;
  }
}

@media screen and (max-width: 980px) {
  .iframe_parity {
    height: 470px;
  }

  .pyrm_img {
    width: 80%;
  }

  .proj_glry_div .gallery .media-item {
    width: 49%;
  }
}

@media (max-width: 860px) {
  .entrp .cta_btn {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .champion-change-section {
    background-color: rgb(0 124 125);
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
  }

  .chapion-Sec-heading {
    font-size: 23px;
    text-align: left;
    line-height: 30px;
  }

  .chapion-Sec-Content {
    font-size: 21px;
    text-align: left;

  }

  .consortium-join-btn {
    font-size: 15px;
  }

  .udati-foundation-para {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 650px) {
  .infograph_img {
    max-width: 480px;
  }

  .up_gov_img,
  .partner_img {
    width: 260px !important;
  }

  .outline_grey,
  .outline_fill {
    padding: 30px 20px;
  }

  .pyrm_img {
    width: 100%;
  }

  .aprch_row {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .aprch_rgt_main,
  .aprch_rgt_main2 {
    width: 100%;
  }

  .aprch_rgt_main {
    margin-left: 0;
    margin-top: 30px;
  }

  .aprch_lft2 {
    order: 0;
  }

  .aprch_rgt_main2 {
    order: 1;
    margin-right: 0;
    margin-top: 30px;
  }

  .aprch_lft_main {
    width: 80%;
    margin: 0 auto;
  }

  .stat_row2 {
    gap: 20px;
  }

  .proj_glry_div .popup_media .modal_div {
    width: 80%;
  }
}

@media (max-width: 560px) {
  .partner_icon_div {
    flex-wrap: wrap;
  }

  .infograph_img {
    max-width: 330px;
  }

  .slider-arrow .slide-arrow.next-arrow {
    right: 20px;
  }

  .slider-arrow .slide-arrow.prev-arrow {
    left: 20px;
  }

  .government .mt-20 {
    margin-top: 40px;
  }

  .government .mb-20 {
    margin-bottom: 40px;
  }

  .stat_row2 {
    flex-wrap: wrap;
  }

  .outline_grey {
    left: 60px;
  }

  .aprch_lft_main {
    display: flex;
    justify-content: center;
  }

  .proj_glry_div .gallery {
    padding: 40px 0;
  }

  .entr_prj_img {
    width: 50%
  }

  .entrp .gender-diversity-grid {
    margin: 20px;
  }

  .proj_glry_div .gallery .media-item {
    width: 100%;
    height: unset;
    margin-bottom: 5%;
  }
}

@media (max-width: 400px) {
  .infograph_img {
    max-width: 300px;
  }

  .outline_grey,
  .outline_fill {
    padding: 15px 5px;
  }

  .aprch_lft_main {
    width: 100%;
  }

  .entr_partner_logo {
    width: 85%;
  }
}

.banner__inner.relative {
  margin-top: 82px;
}

.home_bnr {
  margin-top: 82px;
}

.header {
  background-color: #231f20;
}

.banner__inner img {
  height: 85vh;
}

.convening_box {
  max-height: 86px;
  height: 86px;
}

@media (max-width: 1300px) {
  .convening_box {
    max-height: 57px !important;
    height: 57px;
  }
}

@media (max-width: 1000px) {
  .convening_box {
    max-height: 86px !important;
    height: 86px;
  }
}

@media (max-width: 760px) {
  .convening_box {
    max-height: unset !important;
    height: unset;
  }
}

@media (max-width: 800px) {
  .banner__inner img {
    height: unset;
  }
}

.list-dash li::before {
  content: "–";
  color: #333;
  margin-right: 8px;
}

/* pillar ssection home page */
.pillars_sctn {
  display: flex;
  flex-direction: column;
}

.pillar_hdng {
  align-content: center;
  margin-bottom: 20px;
}

.pillar_left {
  display: flex;
  justify-content: space-between;
}

.pillar_bx {
  width: 25%;
  background: #fbe9a4;
  border-radius: 15px;
  align-content: center;
}

.pillar_cnt {
  padding: 20px 10px;
}

@media (max-width: 900px) {
  .pillar_left {
    gap: 15px;
  }

  .pillar_bx {
    width: 100%;
  }

  .pillar_cnt {
    padding: 10px;
  }
}

@media (max-width: 590px) {
  .pillars_sctn {
    flex-direction: column;
  }

  .pillar_hdng {
    width: 100%;
  }

  .pillar_left {
    width: 100%;
    flex-direction: column;
  }

  .pillar_cnt {
    padding: 25px;
  }
}

.insight_report .our_mission_wrap,
.insight_briefs .our_mission_wrap,
.insight_video .our_mission_wrap,
.insight_resources .our_mission_wrap,
.sector_scorecard .our_mission_wrap,
.case_study .our_mission_wrap
 { padding-top: 20px;}

.research_brief_page .our_mission_wrap, .video_page .gallery {margin-bottom: 60px;}
.case_studies_PS .our_mission_wrap  {padding-top: 20px;}
.case_studies_PS .heading {padding-top: 0px;}
.case_studies_PS h2 {margin-top: 0px;}
@media(max-width:1024px){
  .research_brief_page .our_mission_wrap, .video_page .gallery  {margin-bottom: 30px;}
  .case_studies_PS .heading {padding-top: 20px;}
.case_studies_PS h2 {margin-bottom: 0px;}
}

.font_normal{font-style: normal !important;}





/* Rahul Updated Css */

.banner-slider-home {
  position: relative;
  overflow: hidden;
}




.customBannerSlider-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.customBannerSlider-slide img {
  width: 100%;
  display: block;
}

.customBannerSlider-video-banner {
  position: relative;
  text-align: center;
}

.banner-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  padding: 10px 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.banner-slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-slider-prev {
  left: 20px;
}

.banner-slider-next {
  right: 20px;
}

@media (max-width: 600px) {
  .video_banner {
    min-height: auto !important;
    padding: 40px 0;
  }
}




/* Responsive tweaks */
@media (max-width: 768px) {
  .banner-slider-prev,
  .banner-slider-next {
    font-size: 16px;
    padding: 6px 10px;
  
  }
}
/* Ensure Slick container is positioned */
.banner-slider-slick {
  position: relative;
}

/* Dots container */
.banner-slider-slick .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Each dot */
.banner-slider-slick .slick-dots li {
  list-style: none;
}

/* Default (inactive) dot */
.banner-slider-slick .slick-dots li button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}

/* Active dot */
.banner-slider-slick .slick-dots li.slick-active button:before {
  background-color: transparent;
  border: 2px solid #FFD700; /* yellow border */
}


/* Peoples Container Css */

.PeopleBannerContainer .translate-reverse {
    position: absolute;
    top: 60% !important;
}

@media (max-width:660px) {
  .PeopleBannerContainer .translate-reverse {
    position: absolute;
    top: 54% !important;
}
}

.text_trans_normal{text-transform: unset !important;}


/* Today Updated Css -Udaiti 16-06-2035 */

.FounderNameClass{
  font-size: 30px;
  margin-top: 30px;
  color: #000;
}

.udaiti-comp3{
  padding-top: 0px;
}
.udaiti-comp2{
  padding-bottom: 40px;
}
.our-partners-wrapper{
  padding-top: 70px;
  /* padding-bottom: 70px; */
}
.udaitis-mission-section .missionHeading {
  margin-top: 70px;
}
.udaitis-mission-section .missionParra {
  padding-bottom: 70px;
}

.pillars_sctn{
  margin-bottom: 70px !important;
}