/* Smooth scroll stuff */
/*html {
    overflow-x: hidden;
    overflow-y: scroll;
}    

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}*/

:root {
  --primary-font: "Poppins", sans-serif;
  --secondry-font: "Tilt Warp", cursive;
  --primary-color: #d31f25;
  --grey-color: #979797;
  --white-color: #fff;
  --black-color: #000;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-Bold: 700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
}
h1,
h2,
h3 {
  font-family: var(--secondry-font);
}
:root.red {
  --primary-color: #d31f25;
  --text-color: #ffa500;
}

:root.blue {
  --primary-color: #3365ff;
  --text-color: #45adfe;
}

:root.pink {
  --primary-color: #cb0065;
  --text-color: #fff;
}

body {
  margin: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--primary-font);
  position: relative;
  -webkit-font-smoothing: antialiased;
}
section.common-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000002e;
  top: 0;
}
.nav-up {
  top: -140px;
}
header {
  position: fixed;
  transition: top 0.6s ease-in-out;
  width: 100%;
  z-index: 999;
}
.nav-down {
  background: #fff;
  top: 0;
}

.top-bar {
  background: var(--grey-color);
  text-align: right;
  padding: 7px;

  & span {
    margin-left: 30px;
  }

  & span a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
}
span.font-small-big a {
  border-right: 1px solid var(--primary-color);
  padding-left: 1px;
  padding-right: 5px;
  display: inline-block;
  width: 35px;
  text-align: center;
}
span.font-small-big a:last-child {
  border: none;
  margin-left: 7px;
}
.color-change a {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #fff0;
  margin-left: 5px;
}
.color-change a.active {
  border: 1px solid #fff;
}
#color-red {
  background: #d31f25;
}
#color-blue {
  background: #3365ff;
}
.primary-cta-btn {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 35px;
  margin-top: 10px;
  border-radius: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.primary-cta-btn::before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #000;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
  z-index: 9;
}

.primary-cta-btn:hover::before {
  width: 100%;
}
.primary-cta-btn:hover span {
  color: #fff;
  z-index: 99;
  position: relative;
}
#color-pink {
  background: #cb0065;
}
a.for-hindi {
  background: #fff;
  padding: 0px 5px;
  border-radius: 4px;
}
a.for-english {
  background: var(--primary-color);
  padding: 1px 5px;
  border-radius: 4px;
}
.language-change a {
  margin-left: 4px;
}
.main-menu .nav-link {
  display: block;
  padding: 1.5rem 1rem;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link {
  padding: 10px 30px;
  cursor: pointer;
}
.bottom-navbar {
  background: var(--primary-color);
}
a.navbar-brand picture {
  position: absolute;
  z-index: 99;
  top: 5px;
}
nav.navbar.navbar-expand-lg.main-menu {
  padding: 0px 0;
  background: #fff;
}
.bottom-navbar {
  background: var(--primary-color);
  padding: 5px 0;
  text-align: right;
}
.quick-donate a {
  display: inline-block;
  padding: 10px 39px;
  border-radius: 70px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.quick-donate a:first-child {
  background: #fff;
  display: inline-block;
  padding: 10px 29px;
  border-radius: 70px;
  color: var(--primary-color);
  font-weight: var(--font-weight-500);
  cursor: pointer;
}

.quick-donate a:last-child {
  padding: 10px 10px;
}
.dropdown:hover .dropdown-content {
  display: block;
  width: 118%;
  left: -17%;
  background: #fff;
  padding: 25px 20px;
  margin-top: 1px;
}
.dropdown:hover .dropdown-content {
  display: block;
  width: 650px;
  left: 17%;
  background: none;
  padding: 35px 7px;
  margin-top: 1px;
  box-shadow: none;
  border: none;
}
.targetDiv a {
  color: var(--white-color);
  text-decoration: none;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-400);
  padding-right: 25px;
}
.targetDiv span.dropdown button {
  background: none;
  border: navajowhite;
  color: #fff;
}
.targetDiv .dropdown-item.active,
.targetDiv .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--primary-color);
}
.targetDiv span.dropdown ul.dropdown-menu {
  padding: 0px 0;
  margin-top: 17px;
}
.targetDiv span.dropdown ul.dropdown-menu a {
  border-bottom: 1px solid #ddd;
}
.targetDiv#div5 span.dropdown {
  padding-right: 18px;
}
.targetDiv span.dropdown ul.dropdown-menu a.dropdown-item {
  color: #000;
  padding: 8px 15px;
}
.targetDiv a:last-child {
  padding: 0;
}
li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
  z-index: 1000;
  display: block;
  min-width: 40rem;
  padding: 18px 0;
  margin: 0;
  box-shadow: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  left: 25%;
}

.targetDiv span.dropdown button.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "+";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.targetDiv {
  z-index: 1000;
  display: block;
  min-width: 48rem;
  padding: 18px 0;
  margin: 0;
  box-shadow: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  left: 0;
  position: absolute;
}

ul#div1:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 66px;
  left: -2px;
}
ul#div2 {
  margin-left: -47%;
}
ul#div2:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 17.4%;
  left: 16%;
}
ul#div3 {
  left: -284px;
}
ul#div3:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 33%;
  left: 40.7%;
}

ul#div4 {
  left: -596px;
}
ul#div4:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 22%;
  left: 80%;
}

ul#div5 {
  left: -826px;
}
ul#div5:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 9.5%;
  right: -21%;
}

ul#div6 {
  left: -959px;
}
ul#div6:before {
  content: "";
  position: absolute;
  top: -41px;
  background: var(--primary-color);
  height: 2px;
  width: 11%;
  right: -40%;
}

/******************************************* FOOTER **************************************/
.email-tube-box a {
  position: relative;
  display: flex;
  text-decoration: none;
  padding: 30px 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}
section.email-youtube {
  background: var(--primary-color);
  padding: 30px;
}
.email-tube-box {
  /* border: 2px solid var(--white-color);
    border-radius: 20px;
    padding: 30px 50px;*/
}
.email-tube-text {
  margin-left: 7%;
}
.email-tube-text p {
  color: var(--white-color);
  margin: 0;
}

.sendusform-section form input[type="text"] {
  background: var(--white-color);
  border: none;
  border-bottom: 1px solid var(--grey-color);
  font-size: var(--font-size-13);
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
.sendusform-section form textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--grey-color);
  font-size: var(--font-size-13);
  width: 100%;
  margin-bottom: 20px;
}
.sendusform-section form label {
  font-size: var(--font-size-14);
  color: var(--black-color);
}
.errormsg {
  position: absolute;
  bottom: -4px;
  left: -5px;
  padding: 1px 5px;
  display: none;
  font-size: 13px;
  color: var(--primary-color);
}
.sendusform-section form .form-group {
  position: relative;
}
.sendusform-section form input:focus-visible {
  box-shadow: none;
  outline: none;
}
.sendusform-section .form-check {
  margin-bottom: 15px;
}
.sendusform-section .form-check-input {
  border: 1px solid var(--primary-color);
  width: 1.3em;
  height: 1.3em;
}
.sendusform-section .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.sendusform-section .form-check-input:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}
.sendusform-section form label.form-check-label {
  font-size: var(--font-size-13);
  color: var(--black-color);
  margin-left: 10px;
}
.bg-shape {
  position: absolute;
  left: -10px;
  bottom: 0;
}

.newsletter-popup {
  width: 33%;
  background: var(--white-color);
  padding: 40px;
  border-radius: 30px;
  bottom: 140px;
  left: 50%;
  z-index: 99;
  border-bottom-left-radius: 0;
  position: absolute;
  box-shadow: -1px 2px 8px 0px #0000001f;
  & h2 {
    font-size: var(--font-size-26);
    color: var(--black-color);
    margin-bottom: 30px;
  }
}

span.close-popup {
  float: right;
  color: var(--primary-color);
  font-weight: var(--font-weight-Bold);
  cursor: pointer;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu a:first-child {
  border: none;
  padding: 0;
}
.footer-menu a {
  border-left: 1px solid var(--primary-color);
  padding-left: 80px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 13px;
}
footer {
  padding: 25px 0;
}
.copyright {
  & p {
    margin: 5px 0 0;
    color: var(--black-color);
    font-size: var(--font-size-13);
  }
  & a {
    color: var(--black-color);
    text-decoration: none;
  }
}

.social {
  text-align: center;
  & a {
    display: inline-block;
    margin-right: 7px;
  }
  & a img {
    width: 28px;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

/*.navbar-expand-lg.main-menu .navbar-nav .nav-link.size-changed {
    padding: 10px 15px;
    cursor: pointer;
}*/

.breadcrumbs-links {
  color: #999;
  font-size: 11px;
}
.breadcrumbs-links span {
  color: #000;
  margin-left: 5px;
  text-transform: capitalize;
}
.common-banner-section .breadcrumbs-links a {
  text-decoration: none;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 11px;
}
.common-banner-section .breadcrumbs-links span {
  color: #fff;
  font: weight 600px;
  margin-left: 5px;
  text-transform: capitalize;
}
.common-bredcrumb-section .breadcrumbs-links a {
  text-decoration: none;
  color: #000;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 11px;
}
.common-bredcrumb-section .breadcrumbs-links span {
  margin-left: 5px;
  text-transform: capitalize;
  color: var(--primary-color);
  font-weight: 500;
}
.common-bredcrumb-section  .breadcrumbs-links {
  color: #000;
  font-size: 11px;
}
.breadcrumbs-links a:first-child {
  margin-left: 0;
}
.white-breadcrumbs span {
  color: #fff;
}
.white-breadcrumbs a {
  color: #fff;
}

.zoom-hover picture img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom-hover picture {
  position: relative;
  overflow: hidden;
  display: block;
}
.zoom-hover:hover picture img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
footer {
  padding: 25px 0 20px;
}
.main-banner-caption-inner {
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 5rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: auto;
}
.main-banner-caption-inner h1 {
  color: #fff;
  font-size: 60px;
  padding-left: 112px;
}
.common-banner-section {
  position: relative;
}
.common-banner-section .breadcrumbs-links {
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 99;
  display: flex;
}

ul#div4 a {
  font-size: 13px;
  padding-right: 14px;
}
.training-box {
  & .training-box-caption {
      position: absolute;
      bottom: 10%;
      left: 10%;
      z-index: 9;
  }
}
.training-box {
  & a {
      display: block;
      border-radius: 13px;
      overflow: hidden;
      position: relative;
  }
}
.training-box a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #0000006e;
  position: absolute;
  z-index: 1;
}
section.site-map {
  margin: 170px 0 50px;
}
section.site-map .heading h2 {
  text-align: left;
  font-size: 60px;
  padding: 15px 0 30px;
}
.bullet ul li {
  margin: 5px 0 5px;
  padding: 0 0 0 5px;
  list-style: disc;
  font-size: 17px;
  color: #000;
  background-position-y: 6px;
}
.bullet ul li a{
text-decoration: none;
color: #000;
}




@media screen and (max-width: 1366px) {
  ul#div4 a {
    font-size: 13px;
    padding-right: 5px;
  }

  .navbar-expand-lg.main-menu .navbar-nav .nav-link {
    padding: 10px 23px;
    cursor: pointer;
  }
  ul#div1:before {
    left: -3px;
  }
  ul#div2:before {
    left: 13.9%;
  }
  ul#div3:before {
    left: 37.2%;
  }
  ul#div3 {
    left: -264px;
  }

  li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
    left: 20%;
  }

  ul#div4:before {
    left: 76.2%;
  }
  ul#div4 {
    left: -563px;
  }

  ul#div5:before {
    right: -13.5%;
  }
  ul#div5 {
    left: -778px;
  }
  .targetDiv#div5 a {
    padding-right: 18px;
  }
  .quick-donate a {
    padding: 10px 25px;
  }

  ul#div6:before {
    right: -31%;
  }

  ul#div6 {
    left: -898px;
  }
}

.errormsg {
  position: absolute;
  bottom: -0px;
  left: 0px;
  color: #fff;
  padding: 1px 5px;
  /* display: none; */
  font-size: 12px;
  background: var(--primary-color);
}
.errormsg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--primary-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
}
.footer-arrow {
  position: absolute;
  right: 10px;
  width: 30px;
  top: 40px;
}
.quick-donate button#dropdownMenuButton1 {
  background: no-repeat;
  color: #fff;
  border: none;
  margin-left: 15px;
  margin-right: 10px;
}

.quick-donate span.dropdown ul.dropdown-menu a.dropdown-item {
  color: #000;
  padding: 8px 15px;
}
.quick-donate a:last-child {
  padding: 10px 10px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.quick-donate span.dropdown ul.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.quick-donate ul.dropdown-menu {
  padding: 0;
}
/* date 2-9-24 */
.team-box img {
    border-radius: 10px;
}
.latest-updates-list-image img {
    border-radius: 10px;
}




/* hindi */
/* Define custom Hindi numeral counter style */

.hindi-navbar .navbar .navbar-nav .nav-link{
      padding: 10px 55px;
    cursor: pointer;  
}




@counter-style hindi {
    system: numeric;
    symbols: '०' '१' '२' '३' '४' '५' '६' '७' '८' '९';
    suffix: '';
}
/* Apply Hindi counter style universally */
#hindi-count-number::before {
    counter-reset: number var(--count, 0);
    /* Default counter value is 0 */
    content: counter(number, hindi);
    /* Display counter in Hindi */
}
@media screen and (max-width: 1440px) {
    /*hindi css*/
    .hindi-navbar .navbar-expand-lg.main-menu .navbar-nav .nav-link {
        padding: 10px 55px;
        cursor: pointer;
    }
    .hindi-navbar li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
        left: 28%;
    }
    .hindi-navbar ul#div2 {
        margin-left: -70%;
    }
    .hindi-navbar ul#div2:before {
        left: 24%;
    }
    .hindi-navbar ul#div3 {
        left: -340px;
    }
    .hindi-navbar ul#div3:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 25%;
        left: 51%;
    }
    .hindi-navbar ul#div4 {
        left: -625px;
    }
    .hindi-navbar ul#div5 {
        left: -830px;
    }
    .hindi-navbar ul#div6 {
        left: -980px;
    }
    .hindi-navbar ul#div4:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 17%;
        left: 86%;
    }
    .hindi-navbar ul#div5:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 8.5%;
        right: -22%;
    }
    .hindi-navbar ul#div6:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 11%;
        right: -44%;
    }
    /*hindi css*/
}
@media screen and (max-width: 1366px) {
    /*hindi css*/
    .hindi-navbar .navbar-expand-lg.main-menu .navbar-nav .nav-link {
        padding: 10px 45px;
        cursor: pointer;
    }
    .hindi-navbar li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
        left: 28%;
    }
    .hindi-navbar ul#div2 {
        margin-left: -73%;
    }
    .hindi-navbar ul#div2:before {
        left: 21%;
    }
    .hindi-navbar ul#div3 {
        left: -310px;
    }
    .hindi-navbar ul#div3:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 25%;
        left: 45%;
    }
    .hindi-navbar ul#div4 {
        left: -575px;
    }
    .hindi-navbar ul#div5 {
        left: -760px;
    }
    .hindi-navbar ul#div6 {
        left: -890px;
    }
    .our-values-head.hindi-heading {
        padding: 30px 0;
    }
    .our-values-head.annual-report.annual-report-hindi h1 {
        padding: 30px 0 15px;
    }
    /*hindi css*/
}

    /*hindi css*/
    .hindi-navbar .navbar-expand-lg.main-menu .navbar-nav .nav-link {
        padding: 10px 55px;
        cursor: pointer;
    }
    .hindi-navbar li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
        left: 28%;
    }
    .hindi-navbar ul#div2 {
        margin-left: -70%;
    }
    .hindi-navbar ul#div2:before {
        left: 24%;
    }
    .hindi-navbar ul#div3 {
        left: -340px;
    }
    .hindi-navbar ul#div3:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 25%;
        left: 51%;
    }
    .hindi-navbar ul#div4 {
        left: -625px;
    }
    .hindi-navbar ul#div5 {
        left: -830px;
    }
    .hindi-navbar ul#div6 {
        left: -980px;
    }
    .hindi-navbar ul#div4:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 17%;
        left: 86%;
    }
    .hindi-navbar ul#div5:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 8.5%;
        right: -22%;
    }
    .hindi-navbar ul#div6:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 11%;
        right: -44%;
    }
    /*hindi css*/


    /*hindi css*/
    .hindi-navbar .navbar-expand-lg.main-menu .navbar-nav .nav-link {
        padding: 10px 45px;
        cursor: pointer;
    }
    .hindi-navbar li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
        left: 28%;
    }
    .hindi-navbar ul#div2 {
        margin-left: -73%;
    }
    .hindi-navbar ul#div2:before {
        left: 21%;
    }
    .hindi-navbar ul#div3 {
        left: -310px;
    }
    .hindi-navbar ul#div3:before {
        content: '';
        position: absolute;
        top: -41px;
        background: var(--primary-color);
        height: 2px;
        width: 25%;
        left: 45%;
    }
    .hindi-navbar ul#div4 {
        left: -575px;
    }
    .hindi-navbar ul#div5 {
        left: -760px;
    }
    .hindi-navbar ul#div6 {
        left: -890px;
    }
    .our-values-head.hindi-heading {
        padding: 30px 0;
    }
    .our-values-head.annual-report.annual-report-hindi h1 {
        padding: 30px 0 15px;
    }
    /*hindi css*/



    /*hindi-css 17-2-25*/
.about-paragraph.about-paragraph-hindi h1 {
    font-weight: 700;
}

.our-values-head.hindi-heading h1 {
    font-weight: 700;
}

.team-tabs-paragraph.hindi-paragraph h2 {
    font-weight: 700;
}

.leader-contents.leader-contents-hindi h3 {
    font-weight: 700;
}

.count-number.hindi-count span {
    font-weight: 700;
}

.giving-banner.giving-banner-hindi h1 {
    font-weight: 700;
}

.giving-page-head-text.giving-page-head-text-hindi h2 {
    font-weight: 700;
}

.box-image-head.box-image-head-hindi h2 {
    font-weight: 700;
}

.box-head.box-head-hindi h2 {
    font-weight: 700;
}

.donate-tab-head.donate-tab-head-hindi h2 {
    font-weight: 700;
}

.direct-donation-head.direct-donation-head-hindi h2 {
    font-weight: 700;
}

.our-supporters-head.our-supporters-head-hindi h2 {
    font-weight: 700;
}

.supporters-logos-head.supporters-logos-head-hindi h2 {
    font-weight: 700;
}

.walk-for-ummeed-head.walk-for-ummeed-head-hindi h2 {
    font-weight: 700;
}

.giving-page-head-text.why-work.why-work-hindi h2 {
    font-weight: 700;
}

.benefits-head.benefits-head-hindi h2 {
    font-weight: 700;
}

.training-home-head-btn.training-home-head-btn-hindi h2 {
    font-weight: 700;
}

.training-box-caption.training-box-caption-hindi h3 {
    font-weight: 700;
}

.long-terms-box.long-terms-box-hindi h2 {
    font-weight: 700;
}

.below-banner-section.community-workers.community-workers-hindi h2 {
    font-weight: 700;
}

.skills-targeted-text.skills-targeted-text-hindi h2 {
    font-weight: 700;
}

.team-head.team-head-hindi h2 {
    font-weight: 700;
}

.book-appointment.book-appointment-hindi h2 {
    font-weight: 700;
}

.hindi-heading-bold h1 {
    font-weight: 700 !important;
}

.hindi-heading-bold h2 {
    font-weight: 700 !important;
}

.hindi-heading-bold h4 {
    font-weight: 700 !important;
}

.hindi-heading-bold h3 {
    font-weight: 700 !important;
}

.hindi-heading-bold h5 {
    font-weight: 500;
}

.giving-banner.text-center.hindi-heading-bold h1 {
    line-height: 90px;
}

.hindi-diagnosis-text p span {
    font-weight: 600;
}

.privacy-policy.hindi-heading-bold a {
    color: #D31F25;
    font-weight: 400;
}

section.common-banner-section.hindi-heading-bold h1 {
    line-height: 85px;
}