body {
  color: #000;
}
.below-banner-section {
  padding: 50px 0;
  position: relative;
}
.bg-element {
  position: absolute;
  right: 0;
}
.common-bredcrumb-section {
  margin-top: 160px;
}
.about-paragraph h1 span {
  color: var(--primary-color);
}
.about-paragraph p {
  color: #000;
}
.our-values-section {
  padding: 10px 0;
}
.our-values-head h1 span {
  color: var(--primary-color);
}
.our-values-head h1 {
  color: var(--black-color);
  font-size: 60px;
}
.our-values-box {
  position: relative;
}
.values-caption {
  position: absolute;
  top: 0;
  padding: 40px 50px;
  z-index: 99;
}
.values-paragraph {
  margin-top: 80px;
}
.our-values-box picture {
  border-radius: 10px;
}
.values-caption h2 {
  color: #fff;
}
.values-paragraph p {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.values-paragraph p:before {
  content: "";
  background: #fff;
  height: 5px;
  width: 5px;
  position: absolute;
  left: -8px;
  border-radius: 10px;
  top: 7px;
}
.our-values-box {
  margin-bottom: 50px;
}
.values-icon {
  position: absolute;
  top: 30px;
  z-index: 9;
  right: 30px;
  width: 41px;
  height: 41px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 100px;
}
.our-values-box:before {
  content: "";
  box-shadow: inset 0px -234px 215px -53px rgb(178 105 106);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}
h2 span {
  color: var(--primary-color);
}
h2 {
  color: #000;
}
.financial-year-box .counter-para p {
  color: #000;
}
.counter-box span {
  font-size: 36px;
  font-family: var(--secondry-font);
  color: var(--primary-color);
}
.financial-year-box {
  background: #fff;
  margin-top: -60px;
  padding: 25px 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  z-index: 99;
  position: relative;
}
.box-head.heading-selectdrop {
  margin-bottom: 20px;
}
.till-date-box {
  background: var(--primary-color);
  padding: 25px 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.till-date img {
  opacity: 10%;
}
.till-date {
  position: absolute;
  top: -52px;
  left: 365px;
  transform: rotate(-22deg);
}
.till-date-box .counter-box span {
  font-size: 36px;
  font-family: var(--secondry-font);
  color: var(--white-color);
}
.till-date-box .box-head h2 {
  color: #fff;
}
.till-date-box p {
  color: #fff;
}
.impact-tab-text {
  background: #fceff0;
  padding: 40px 30px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.impact-para-count-box p {
  margin-bottom: 0;
}
.profile-text-icon {
  display: flex;
}
.profile-icon {
  background: var(--primary-color);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  padding: 20px 25px;
  line-height: 36px;
}
.profile-text {
  margin-left: 30px;
}
.profile-text-icon {
  display: flex;
  margin: 50px 0;
}
.profile-text a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}
.profile-text .red-line {
  height: 4px;
  width: 25px;
  background: var(--primary-color);
  margin-bottom: 20px;
}
.clode-popups {
  float: right;
  color: var(--primary-color);
  font-size: 20px;
  cursor: pointer;
}
.main-popup-box h3 {
  color: #333333;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-popup-box p {
  color: #000000;
  font-size: 14px;
}
.main-popup-box {
  z-index: 999;
  position: fixed;
  top: 6%;
  background: #fff;
  padding: 40px;
  left: 0;
  width: 80%;
  margin: 0 auto;
  right: 0;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.heading-selectdrop {
  display: flex;
}
.heading-selectdrop .custom-select {
  margin-left: 30px;
}
.poup-paragraph {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#Professionals .impact-para-count-box {
  margin-bottom: 10px;
}
#Professionals .impact-para-count-box p {
  margin-bottom: 10px;
}
#Society {
  padding-bottom: 50px;
}
#Society .impact-para-count-box {
  margin-bottom: 30px;
}
#Society .impact-tab-text {
  background: #fceff0;
  padding: 40px 30px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff0;
  border-radius: 40px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-items div {
  border: #fff0 !important;
  border-bottom: 1px solid #ddd !important;
  margin: 0 20px;
  padding: 6px 3px !important;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  max-height: 200px;
  overflow-y: scroll;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.select-items div,
.select-selected {
  color: #000;
  padding: 6px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  color: var(--primary-color) !important;
}
.select-items::-webkit-scrollbar {
  width: 4px;
}
.select-items::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0px 0px 10px 0px;
  -webkit-box-shadow: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  -webkit-box-shadow: var(--primary-color);
  background-image: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  background-image: var(--primary-color);
}
.below-banner-section {
  padding: 50px 0;
  position: relative;
}
.bg-element {
  position: absolute;
  right: 0;
}
.common-bredcrumb-section {
  margin-top: 160px;
}
.about-paragraph h1 span {
  color: var(--primary-color);
}
.about-paragraph p {
  color: #000;
}
.our-values-section {
  padding: 10px 0;
}
.our-values-head h1 span {
  color: var(--primary-color);
}
.our-values-head h1 {
  color: var(--black-color);
  font-size: 60px;
}
.team-tabs-paragraph p {
  line-height: 26px;
}
.team-tabs-paragraph h2 span {
  color: var(--primary-color);
}
.team-tabs-paragraph h1 {
  color: var(--black-color);
  font-size: 60px;
}
.impact-tab .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.impact-tab {
  margin-top: 20px;
}
.impact-tab .nav-tabs {
  border-bottom: 2px solid var(--primary-color);
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.impact-tab .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid var(--primary-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #24211f;
  font-weight: 600;
  font-size: 20px;
  padding: 6px 40px 6px;
}
.impact-tab .nav-tabs .nav-link.active {
  color: var(--white-color);
  border-bottom: 1px solid var(--primary-color);
  background: var(--primary-color);
}
.team-tabs-image picture {
  border-radius: 10px;
}
.team-row {
  padding-bottom: 50px;
}
.team-tabs-paragraph h2 {
  font-size: 45px;
  color: #000;
}
.team-tabs-paragraph {
  color: #000;
}
.team-row {
  display: none;
}
.load-more {
  text-align: center;
}
.load-more a {
  text-align: center;
  margin-bottom: 30px;
}
.partners-box h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.partners-box {
  text-align: center;
  padding: 30px 10px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.hidden-Partner {
  display: none;
}
.hidden-Donors {
  display: none;
}
.partners-box:hover {
  border: 1px solid var(--primary-color);
}
.partners-box:hover h4 {
  color: var(--primary-color);
}
.partners-tab p {
  color: #000;
}
.donors-tab-main h3 {
  font-size: 45px;
  line-height: 33px;
  margin-bottom: 20px;
  color: #000;
}
.leadership-contents {
  position: relative;
  cursor: pointer;
}
.leadership-item {
  padding: 0 15px;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.leadership-thumbnail {
  padding: 15px 10px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border: 1px solid #fff0;
  border-radius: 10px;
  height: 260px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  margin-bottom: 30px;
}
.leadership-item.active .leadership-thumbnail:before {
  display: none;
}
.leadership-thumbnail:before {
  content: "";
  height: 2px;
  width: 140px;
  position: absolute;
  bottom: 0;
  background: var(--primary-color);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.leadership-thumbnail p {
  margin: 0;
  font-size: 12px;
  color: #000;
}
.leadership-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  background: #fff;
}
.leader-contents h3 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #000;
}
.leader-contents p {
  color: #000;
}
.leadership-expander-contents {
  margin: 0 auto;
  width: 1140px;
  padding: 20px 0 50px;
}
.leader-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
  color: #000;
}
.leadership-items {
  padding: 0;
  list-style: none;
}
.leadership-contents {
  position: relative;
  cursor: pointer;
}
.leadership-thumbnail img {
  border: 1px solid #fff0;
  border-radius: 100px;
  padding: 10px;
}
.leadership-item.active .leadership-thumbnail img {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  padding: 10px;
}
.leadership-item.active .leadership-thumbnail {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 15px 0 rgb(0 0 0 /29%);
}
.leadership-item.active .leadership-contents:after {
  opacity: 1;
}
.leadership-contents:after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-style: solid;
  border-top-width: 15px;
  transition: 0.5s linear;
  opacity: 0;
  border-top-color: var(--primary-color);
}
.team-tab-section .team-row:nth-child(2) .row {
  flex-direction: row-reverse;
}
.team-tab-section .team-row:nth-child(4) .row {
  flex-direction: row-reverse;
}
.team-tab-section .team-row:nth-child(6) .row {
  flex-direction: row-reverse;
}
h2 span {
  color: var(--primary-color);
}
h2 {
  color: #000;
}
.events-details-text h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
}
.below-banner-section {
  padding: 50px 0;
  position: relative;
}
.bg-element {
  position: absolute;
  right: 0;
}
.common-bredcrumb-section {
  margin-top: 160px;
}
.about-paragraph h1 span {
  color: var(--primary-color);
}
.about-paragraph h1 {
  color: var(--black-color);
}
.about-paragraph p {
  color: #000;
}
.our-values-section {
  padding: 10px 0;
}
.our-values-head h1 span {
  color: var(--primary-color);
}
.our-values-head h1 {
  color: var(--black-color);
  font-size: 60px;
}
.event-box h6 {
  font-size: 13px;
  font-weight: 300;
  color: var(--primary-color);
}
.event-box a {
  text-decoration: none;
}
.event-box p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.event-box picture {
  border-radius: 10px;
  margin-bottom: 10px;
}
.grey-cta-btn::before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--primary-color);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
  z-index: 9;
}
.event-box {
  margin-bottom: 25px;
}
.event-box {
  display: block;
}
.past-event-box h6 {
  font-size: 13px;
  font-weight: 300;
  color: var(--primary-color);
}
.past-event-box a {
  text-decoration: none;
}
.past-event-box p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.past-event-box picture {
  border-radius: 10px;
  margin-bottom: 10px;
}
.past-event-box {
  margin-bottom: 25px;
}
.past-event-box {
  display: block;
}
.event-menu-select {
  display: flex;
  justify-content: space-between;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff0;
  border-radius: 40px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-items div {
  border: #fff0 !important;
  border-bottom: 1px solid #ddd !important;
  margin: 0 20px;
  padding: 6px 3px !important;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  max-height: 200px;
  overflow-y: scroll;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.select-items div,
.select-selected {
  color: #000;
  padding: 6px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  color: var(--primary-color) !important;
  margin-left: 5px;
}
.select-items::-webkit-scrollbar {
  width: 4px;
}
.select-items::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0px 0px 10px 0px;
  -webkit-box-shadow: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  -webkit-box-shadow: var(--primary-color);
  background-image: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  background-image: var(--primary-color);
}
.team-tabs-paragraph p {
  line-height: 26px;
}
.team-tabs-paragraph h2 span {
  color: var(--primary-color);
}
.team-tabs-paragraph h1 {
  color: var(--black-color);
  font-size: 60px;
}
.peoples-tabs .nav-tabs {
  border-bottom: 1px solid #fff0;
  margin-bottom: 30px;
}
.peoples-tabs {
  margin-top: 20px;
}
.upcoming-tabs .nav-tabs {
  border-bottom: 1px solid #fff0;
  margin-bottom: 0;
}
.event-menu-select {
  padding-bottom: 30px;
}
.peoples-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #24211f;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 5px;
  margin-right: 40px;
}
.peoples-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.team-tabs-image picture {
  border-radius: 10px;
}
.team-row {
  padding-bottom: 50px;
}
.team-tabs-paragraph h2 {
  font-size: 45px;
  color: #000;
}
.team-tabs-paragraph {
  color: #000;
}
.team-row {
  display: none;
}
.load-more a {
  text-align: center;
  margin-bottom: 30px;
}
.partners-box h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.partners-box {
  text-align: center;
  padding: 30px 10px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 1366px) {
  .partners-box {
    height: 250px;
  }
}
.hidden-Partner {
  display: none;
}
.hidden-Donors {
  display: none;
}
.partners-box:hover {
  border: 1px solid var(--primary-color);
}
.partners-box:hover h4 {
  color: var(--primary-color);
}
.partners-tab p {
  margin-bottom: 40px;
  color: #000;
}
.donors-tab-main h3 {
  font-size: 45px;
  line-height: 33px;
  margin-bottom: 20px;
  color: #000;
}
.leadership-contents {
  position: relative;
  cursor: pointer;
}
.leadership-item {
  padding: 0 15px;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.leadership-thumbnail {
  padding: 15px 10px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border: 1px solid #fff0;
  border-radius: 10px;
  height: 260px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  margin-bottom: 30px;
}
.leadership-item.active .leadership-thumbnail:before {
  display: none;
}
.leadership-thumbnail:before {
  content: "";
  height: 2px;
  width: 140px;
  position: absolute;
  bottom: 0;
  background: var(--primary-color);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.leadership-thumbnail p {
  margin: 0;
  font-size: 12px;
  color: #000;
}
.leadership-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  background: #fff;
}
.leader-contents h3 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #000;
}
.leader-contents p {
  color: #000;
}
.leadership-expander-contents {
  margin: 0 auto;
  width: 1140px;
  padding: 20px 0 50px;
}
.leader-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
  color: #000;
}
.leadership-items {
  padding: 0;
  list-style: none;
}
.leadership-contents {
  position: relative;
  cursor: pointer;
}
.leadership-contents:hover img {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
}
.training-home-head-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leadership-thumbnail img {
  border: 1px solid #fff0;
  border-radius: 100px;
  padding: 10px;
}
.leadership-item.active .leadership-thumbnail img {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  padding: 10px;
}
.leadership-item.active .leadership-thumbnail {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 15px 0 rgb(0 0 0 /29%);
}
.leadership-item.active .leadership-contents:after {
  opacity: 1;
}
.leadership-contents:after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-style: solid;
  border-top-width: 15px;
  transition: 0.5s linear;
  opacity: 0;
  border-top-color: var(--primary-color);
}
.team-tab-section .team-row:nth-child(2) .row {
  flex-direction: row-reverse;
}
.team-tab-section .team-row:nth-child(4) .row {
  flex-direction: row-reverse;
}
.team-tab-section .team-row:nth-child(6) .row {
  flex-direction: row-reverse;
}
.video-play-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 99;
}
.video-image-box {
  position: relative;
}
.campaign-video-box a {
  text-decoration: none;
}
.campaign-video-box a picture {
  border-radius: 10px;
}
.campaign-video-box a p {
  color: #000;
  margin-top: 15px;
  font-weight: 500;
}
.campaign-video-row {
  margin-top: 30px;
}
.common-banner-section .main-banner-caption-inner .campaign-details {
  align-items: flex-start;
  padding-left: 7rem;
}
.common-banner-section {
  margin-top: 138px;
}
.bg-element {
  position: absolute;
  right: 0;
  z-index: -1;
}
.bg-element-left {
  position: absolute;
  left: 0;
  rotate: -180deg;
  z-index: -1;
  top: 25%;
}
.bg-element-left-top {
  position: absolute;
  left: 0;
  rotate: -180deg;
  z-index: -1;
  top: 10%;
}
.discover-more-section {
  position: relative;
}
.common-bredcrumb-section {
  margin-top: 160px;
}
.about-paragraph h1 span {
  color: var(--primary-color);
}
.about-paragraph p {
  color: #000;
}
.our-values-section {
  padding: 10px 0;
}
.our-values-head h1 span {
  color: var(--primary-color);
}
.our-values-head h1 {
  color: var(--black-color);
  font-size: 60px;
}
.newsletter-box-all .load-more a {
  text-align: center;
  margin-top: 40px;
}
.newsletter-box-all {
  padding: 20px 0 40px;
}
.newsletters-box h6 {
  font-size: 13px;
  font-weight: 300;
  color: var(--primary-color);
}
.newsletters-box a {
  text-decoration: none;
}
.newsletters-box p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.newsletters-box picture {
  border-radius: 10px;
  margin-bottom: 10px;
}
.grey-cta-btn::before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--primary-color);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
  z-index: 9;
}
.grey-cta-btn:hover span {
  color: #fff;
  z-index: 99;
  position: relative;
}
.grey-cta-btn:hover::before {
  width: 100%;
}
.grey-cta-btn {
  color: var(--white-color);
  background: #b2b2b2;
  padding: 10px 28px;
  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;
}
.newsletters-box {
  margin-bottom: 25px;
}
.newsletters-box {
  display: block;
}
.newsletters-box picture {
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.newsletters-box:hover picture {
  box-shadow: 0 0 25px 0 rgb(0 0 0 /14%);
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff0;
  border-radius: 40px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-items div {
  border: #fff0 !important;
  border-bottom: 1px solid #ddd !important;
  margin: 0 20px;
  padding: 6px 3px !important;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  max-height: 200px;
  overflow-y: scroll;
}
.select-items {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.select-items div,
.select-selected {
  color: #000;
  padding: 6px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  width: 200px;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  color: var(--primary-color) !important;
}
.all-courses-head .select-items div,
.select-selected {
  color: #000;
  padding: 6px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  width: 160px;
}
.all-courses-dropdown .same-as-selected.ps-1.sss {
  padding: 0;
}
.all-courses-dropdown .same-as-selected.px-4 {
  padding: 0 !important;
  margin: 0;
}
.select-items::-webkit-scrollbar {
  width: 4px;
}
.select-items div,
.select-selected:focus-visible {
  outline: none;
}
.select-items::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0px 0px 10px 0px;
  -webkit-box-shadow: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  -webkit-box-shadow: var(--primary-color);
  background-image: var(--primary-color);
}
.select-items::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  background-image: var(--primary-color);
}
.newsletter-head-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.updates-head-select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.updates-head-select h1 {
  color: var(--primary-color);
  font-size: 60px;
}
.update-dropdown .custom-select {
  margin-left: 20px;
}
.update-dropdown {
  display: flex;
  align-items: center;
}
.update-page-list a {
  display: flex;
  margin-bottom: 25px;
  text-decoration: none;
  align-items: center;
}
.update-page-list-image {
  width: 250px;
}
.update-page-list a {
  margin-bottom: 40px;
}
.update-page-list-text {
  margin-left: 30px;
  width: 100%;
}
.update-page-list-text p {
  color: var(--black-color);
  font-size: var(--font-size-16);
  margin-bottom: 5px;
}
.update-page-list-text h6 {
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}
.update-page-list-image picture {
  border-radius: 15px;
}
.annual-report p a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.annual-select {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.annual-icon {
  background: #f7f7f7;
  display: inline-block;
  padding: 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.annual-report-box {
  padding: 25px 10px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border: 1px solid #fff0;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  margin-bottom: 30px;
}
.annual-report-box a {
  text-decoration: none;
}
.annual-report-box:hover {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 15px 0 rgb(0 0 0 /29%);
}
.annual-report-box p {
  color: #000;
}
.annual-report-box h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #000;
}
.annual-report-box:hover .annual-icon {
  background: #fbe8e9;
}
.annual-report-box {
  display: block;
}
.giving-page-head-text {
  margin-bottom: 40px;
  margin-top: 30px;
}
.giving-page-head-text h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
.common-banner-section .main-banner-caption-inner {
  padding-left: 0rem;
}
.giving-banner {
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: auto;
}
.giving-banner h1 {
  color: #fff;
  font-size: 60px;
}
.giving-banner h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.main-banner-caption-inner h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.donation-help-box {
  background: #fbe7e9;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 40px;
}
.box-donation-text li::marker {
  color: #d42026;
}
.box-donation-text {
  padding-right: 60px;
  padding-left: 30px;
}
.box-donation-text li {
  margin-bottom: 20px;
}
.box-image-head h2 {
  font-size: 45px;
  padding-left: 70px;
  margin: 0;
  line-height: 48px;
}
.milestones-box .counter-para p {
  text-align: center;
  font-size: 14px;
}
.milestones-box .counter-box {
  text-align: center;
}
.milestones-box .box-head h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
.milestones-box {
  margin-bottom: 40px;
}
.donate-tab {
  border: 1px solid #ddd;
  padding: 40px 100px;
}
.donate-tab .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #24211f;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 5px;
  margin: 0 20px;
}
.donate-tab .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.donate-tab ul {
  margin: 20px 0;
}
.donate-tab ul#myTab {
  display: flex;
  justify-content: center;
  border: none;
}
.donate-tab-head h2 {
  font-size: 45px;
  text-align: center;
}
.btngroup-radio .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 7px;
}
.btngroup-radio .btn-group > .btn:nth-child(n + 3) {
  border-radius: 7px;
}
.btngroup-radio .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btngroup-radio .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btngroup-radio .btn-outline-primary {
  color: var(--black-color);
  border-color: var(--primary-color);
}
.btngroup-radio .btn-outline-primary {
  color: var(--black-color);
  border-color: var(--primary-color);
  margin: 0 20px;
}
.btngroup-radio .btn-group {
  position: relative;
  display: flex;
  vertical-align: middle;
}
.btngroup-radio .btn-check:checked + .btn-outline-primary:focus {
  box-shadow: none;
  outline: none;
}
.btngroup-radio .btn-check:checked + .btn-outline-primary:focus-visible {
  box-shadow: none;
  outline: none;
}
.tab-para p {
  text-align: center;
  margin: 10px 0 35px;
  font-size: 13px;
}
.donation-form form label {
  font-size: var(--font-size-14);
  color: var(--black-color);
}
.donation-form .errormsg {
  position: absolute;
  bottom: -4px;
  left: -5px;
  padding: 1px 5px;
  display: none;
  font-size: 13px;
  color: #fff;
}
.donation-form form input[type="email"] {
  border: none;
  border-bottom: 1px solid var(--black-color);
  font-size: var(--font-size-13);
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
.donation-form form input[type="text"] {
  border: none;
  border-bottom: 1px solid var(--black-color);
  font-size: var(--font-size-13);
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
.donation-form form textarea {
  border: none;
  border-bottom: 1px solid var(--black-color);
  font-size: var(--font-size-13);
  width: 100%;
  margin-bottom: 20px;
}
.donation-form input#contact {
  position: relative;
  width: 88%;
  margin-left: 12%;
}
.donation-form {
  margin-top: 40px;
}
.donation-form input#countrycode {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 12%;
}
.donation-form .reachusform-section form .form-group {
  position: relative;
}
.donation-form form input:focus-visible {
  box-shadow: none;
  outline: none;
}
.donation-form form textarea:focus-visible {
  box-shadow: none;
  outline: none;
}
.donation-form .form-group {
  position: relative;
}
.check-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.check-btn .primary-cta-btn {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 60px;
  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;
}
.check-btn .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.check-btn .form-check-input {
  border-radius: 0;
  border-color: var(--primary-color);
}
.check-btn .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}
.check-donation {
  margin: 40px 0;
}
.check-donation p {
  margin: 0;
  font-size: 14px;
}
.check-donation h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: bold;
}
.mailing-address p {
  font-size: 14px;
}
.direct-donation-box {
  position: relative;
  cursor: pointer;
}
.direct-donation-box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}
direct-donation-box picture:before {
  content: "";
  background: #0009;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.direct-donation-head h2 {
  text-align: center;
  margin-bottom: 30px;
}
.direct-donation-para {
  margin-top: 30px;
  text-align: center;
}
.direct-donation {
  padding: 35px 0;
}
.direct-donation-box picture {
  border-radius: 5px;
}
.call-email-box {
  background: var(--primary-color);
  padding: 20px 100px 35px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.call-email-text {
  display: flex;
  align-items: center;
}
.text-only {
  color: #fff;
  margin-left: 25px;
}
.text-only small {
  display: 13px;
}
.text-only a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 20px;
}
.call-email-box p {
  color: #fff;
}
.or-text {
  text-align: center;
}
.or-text span {
  display: inline-block;
  line-height: 30px;
  background: #fff;
  width: 30px;
  height: 30px;
  font-size: 13px;
  border-radius: 50px;
  color: var(--primary-color);
  margin-top: 15px;
}
.our-supporters-box.profile-text-icon {
  display: flex;
  margin: 0;
  background: #fbe8e9;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
section.our-supporters-section {
  margin-bottom: 50px;
}
.our-supporters-box h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
}
.our-supporters-box small {
  margin: 0;
  font-size: 14px;
}
.our-supporters-box.profile-text-icon .red-line {
  height: 4px;
  width: 25px;
  background: var(--primary-color);
  margin-bottom: 10px;
}
.our-supporters-box.profile-text-icon .profile-icon {
  width: 60px;
  height: 60px;
  padding: 10px 15px;
}
.our-supporters-box.profile-text-icon .profile-text {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.our-supporters-box.profile-text-icon p {
  text-align: justify;
}
.our-supporters-head h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}
.supporters-logos-box h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.supporters-logo {
  margin-bottom: 20px;
}
.supporters-logos-box {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  padding: 15px 0;
}
.supporters-logos .owl-stage {
  padding: 20px 0;
}
.supporters-logos .owl-nav {
  height: 0;
}
.supporters-logos-section {
  padding-bottom: 20px;
}
.supporters-logos button.owl-prev:before {
  background: var(--primary-color) url(../images/giving/arrow-small-left.svg);
  left: -20px;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.3s;
  height: 37px;
  width: 38px;
  top: 37%;
  content: "";
  border-radius: 100px;
  background-position: center;
}
.supporters-logos button.owl-next:before {
  background: var(--primary-color) url(../images/giving/arrow-small-right.svg);
  right: -20px;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.3s;
  height: 37px;
  width: 38px;
  top: 37%;
  content: "";
  border-radius: 100px;
  background-position: center;
}
.supporters-logos-head {
  text-align: center;
}
.supporters-logos-head p {
  font-size: 15px;
}
.supporters-logos-head h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.supporters-logos .owl-nav button span {
  display: none;
}
.supporters-logos-section .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.supporters-logos-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 15px;
  background: #cccccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.supporters-logos-section .owl-theme .owl-dots .owl-dot.active span,
.supporters-logos-section .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
.faqs-heading h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--primary-color);
}
.question-answer button.accordion-button span {
  margin-right: 10px;
}
.question-answer .accordion-item {
  margin-bottom: 20px;
  border: none;
}
.question-answer .accordion-item .accordion-body {
  border-top: none !important;
  border: 1px solid var(--primary-color);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.question-answer .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
}
.question-answer h2 {
  font-family: var(--primary-font);
}
.question-answer .accordion-item .accordion-body span {
  color: var(--primary-color);
  margin-right: 10px;
}
.question-answer button.accordion-button.collapsed {
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
}
.question-answer button.accordion-button {
  border: 1px solid var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
.question-answer .accordion-item .accordion-button {
  border-radius: 6px;
}
.question-answer .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.question-answer .accordion-item .accordion-body .flex-div {
  display: flex;
}
.question-answer .accordion-button:not(.collapsed)::after {
  background: var(--primary-color) url(../images/giving/arrow-down.svg);
  transform: rotate(-180deg);
  background-position: center;
  border-radius: 100px;
}
.question-answer .accordion-button:after {
  background: var(--primary-color) url(../images/giving/arrow-down.svg);
  transform: rotate(0);
  background-position: center;
  border-radius: 100px;
}
.question-answer .accordion-button:focus {
  box-shadow: none;
}
.faqs-section {
  margin-bottom: 50px;
}
.blank-div p {
  margin: 0;
}
.nonindian-para {
  text-align: center;
  padding-top: 30px;
}
.nonindian-para p {
  font-size: 13px;
}
.donation-popup h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.question-answer p a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}
.donation-popup p a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}
.targetDivPopup {
  position: absolute;
  background: #fff;
  width: 800px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 45px;
  box-shadow: 0 0 65px 0 rgb(0 0 0 / 34%);
  border-radius: 10px;
}
.close-donation-popup {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.paymentDone-popup {
  position: fixed;
  background: #fff;
  width: 540px;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 45px;
  box-shadow: 0 0 65px 0 rgb(0 0 0 / 34%);
  border-radius: 10px;
  text-align: center;
  z-index: 999;
}
.paymentDone-popup a {
  color: var(--primary-color);
  text-decoration: none;
}
.paymentDone-popup h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.close-paymentDone-popup {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.walk-for-ummeed-head {
  text-align: center;
}
.walk-for-ummeed-head h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.walk-for-ummeed-head h2 {
  font-size: 45px;
  margin-bottom: 10px;
}
.walk-for-ummeed-head {
  margin-bottom: 40px;
  margin-top: 30px;
}
.saying em {
  font-size: 24px;
}
.saying span {
  display: block;
  color: var(--primary-color);
  margin-top: 10px;
}
.walk-text p {
}
.row.gx-5.second-row-walk {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.second-row-walk .walk-text p {
  text-align: left;
}
.row.gx-5.second-row-walk p a {
  color: var(--primary-color);
  text-decoration: none;
}
.walk-km55 {
  padding: 50px 0;
}
.walk-box-km55 {
  position: relative;
}
.walk-box-caption {
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: auto;
  text-align: center;
}
.walk-box-caption h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
}
.work-ummeed-box {
  border: 1px solid var(--primary-color);
  height: 100%;
  padding: 25px 5px;
  text-align: center;
}
.work-ummeed-box p {
  margin: 0;
}
.benefits-section {
  margin-bottom: 50px;
}
.benefits-bg {
  background: #fbe8e9;
  padding: 30px 50px;
  text-align: center;
}
.benefits-icon-text h3 {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
}
.benefits-icon-text {
  padding: 10px;
}
.benefits-icon-text img {
  margin-bottom: 20px;
}
.benefits-head h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
.icon-discover {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  width: 76px;
  height: 76px;
  line-height: 50px;
}
.discover-more-box {
  text-align: center;
  border: 1px solid var(--primary-color);
  padding: 40px;
  height: 100%;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  border-radius: 5px;
}
.discover-more-box h3 {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
}
.diversity-para {
  padding-bottom: 20px;
  text-align: center;
}
.discover-more-section {
  margin-bottom: 10px;
}
.discover-more-section .row.justify-content-center .row {
  margin-bottom: 30px;
}
.community-workers-texting {
  margin-bottom: 40px;
}
.donate-tab .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.donate-tab .accordion-body {
  padding: 0;
  border: none;
}
.donate-tab .accordion-item {
  background-color: #fff;
  border: none;
}
.short-terms-box {
  border: 1px solid #666;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 100%;
}
.short-terms-box p {
  margin: 0;
  position: relative;
  padding-left: 20px;
}
.short-terms-box p:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background: #d31f25;
  border-radius: 10px;
  left: 0;
  top: 6px;
}
.short-terms-box p a {
  color: var(--primary-color);
}
.community-workers-texting {
  padding: 0 0px;
}
.long-terms-box {
  background: #fbe8e9;
  padding: 50px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  justify-content: space-between;
}
.long-terms-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.communities-practice {
  margin-bottom: 50px;
}
.communities-practice-head {
  text-align: center;
  border-top: 1px solid #a3a3a3;
  padding-top: 30px;
  margin-bottom: 30px;
}
.model-pointer p {
  background: var(--primary-color);
  margin: 5px 0;
  color: #fff;
  padding: 7px 23px;
  border-radius: 100px;
  position: relative;
}
.model-pointer p:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 10px;
  background: #fff;
  top: 16px;
  border-radius: 100px;
}
.model-build h6 {
  font-size: 22px;
  font-weight: 600;
}
.model-build > p {
  margin-top: 15px;
}
.model-build > p a {
  color: var(--primary-color);
}
.what-is-echo-row {
  margin-bottom: 30px;
}
.what-echo h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.community-workers-side-text p a {
  color: var(--primary-color);
}
.children-and-family {
  margin-bottom: 40px;
}
.approch-head {
  padding: 40px 0 20px;
}
.approch-head h2 {
  text-align: center;
  font-size: 45px;
}
.enroll-program {
  margin-top: 50px;
}
.enroll-text h2 {
  margin: 30px 0 15px;
  font-size: 33px;
}
.approch-text p:first-child {
  margin-bottom: 50px;
}
.approch-text p {
  margin-bottom: 0;
}
.eic-text p:first-child {
  margin-bottom: 50px;
}
.eic-text p {
  margin-bottom: 0;
}
.book-appointment h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
.book-appointment-section {
  margin-bottom: 50px;
}
.clinical-services-para {
  margin-bottom: 30px;
}
.principles-and-values-text h2 {
  margin-bottom: 20px;
}
.journey-round-box {
  background: var(--primary-color);
  height: 166px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  width: 166px;
}
.journey-round-box p {
  margin-bottom: 0;
}
.journey-round-box.down-box {
  margin-top: 133px;
}
.shape-line {
  position: absolute;
  top: 38%;
}
.journey-round-box:before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  bottom: -26px;
  height: 16px;
  width: 16px;
  border-radius: 100px;
}
.journey-round-box.down-box:before {
  display: none;
}
.journey-round-box.down-box:after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  top: -26px;
  height: 16px;
  width: 16px;
  border-radius: 100px;
}
.row.boxes-row {
  position: relative;
  padding: 0 3px;
}
.three-text-row {
  margin-top: 40px;
}
.journey-three-para p {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.journey-three-para p:before {
  content: "";
  height: 34px;
  width: 5px;
  position: absolute;
  background: var(--primary-color);
  left: 0;
  border-radius: 10px;
  top: 5px;
}
.child-family-journey-head-para {
  text-align: center;
  margin-bottom: 50px;
}
.journey-video a {
  position: relative;
  text-decoration: none;
}
.journey-video-play {
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: auto;
}
.journey-video-text {
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 8%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: auto;
}
.journey-video-text h4 {
  color: #fff;
}
.journey-video-text h4 span {
  font-size: 19px;
}
.journey-video picture {
  border-radius: 15px;
}
.journey-video {
  margin: 30px 0;
}
.services-box {
  position: relative;
}
.services-box picture {
  border-radius: 10px;
}
.services-box-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
.services-box-caption h3 {
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
}
.services-box {
  margin-bottom: 20px;
}
.services-head h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
.services-section {
  margin-bottom: 30px;
}
.appointment-text {
  text-align: center;
}
.assessment-text ul {
  padding: 10px 20px;
}
.assessment-focus-text {
  margin-top: 40px;
}
.assessment-focus-text h2 {
  margin-bottom: 20px;
}
.assessment-text ul li {
  margin-bottom: 20px;
}
.assessment-text h2 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.assessment-text li::marker {
  color: var(--primary-color);
}
.assessment-focus-text ul {
  padding: 0px 20px;
}
.assessment-focus-text li {
  padding: 3px 0;
}
.assessment-focus-text li::marker {
  color: var(--primary-color);
}
.therapy-details-head h2 {
  text-align: center;
  font-size: 45px;
}
.therapy-details-head {
  padding: 20px 0 20px;
  text-align: center;
}
.approch-text h2 {
  margin-top: 25px;
}
.features-text h2 {
  margin-top: 25px;
}
.skills-targeted-image-text {
  position: relative;
  margin-bottom: 50px;
}
.skills-targeted-text {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 7%;
}
.skills-targeted-text h2 {
  color: #fff;
  margin-bottom: 20px;
}
.skills-targeted-text li::marker {
  color: #fff;
}
.skills-targeted-text ul {
  padding: 0 20px;
}
.skills-targeted-text ul li {
  padding: 2px;
  color: #fff;
}
.col-1-of-7 {
  width: calc((100% / 7) - 0px);
}
.team-box h3 {
  font-size: 14px;
  font-family: var(--primary-font);
  text-align: center;
  padding: 10px;
}
.team-box {
  margin-bottom: 15px;
}
.team-head h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
section.team-section {
  margin-bottom: 20px;
}
.next-step-bg {
  background: #d28889;
  padding: 40px;
  border-radius: 10px;
  color: #fff;
}
.next-step-bg h2 {
  color: #fff;
}
section.next-step-section {
  margin: 0px 0 50px;
}
.next-step-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.next-step-head {
  margin-bottom: 30px;
}
.consultation-text h2 {
  margin-bottom: 20px;
}
.consultation-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.consultation-text ul li {
  margin-bottom: 10px;
}
.consultation-text ul {
  padding: 0px 20px 0;
}
.consultation-text li::marker {
  color: var(--primary-color);
}
.assessment-diagnosis {
  margin-top: 50px;
}
.childhood-development {
  margin-bottom: 30px;
}
.group-therapy-head h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}
.group-therapy-text h2 {
  margin-bottom: 10px;
}
.group-therapy-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.group-therapy-text ul li {
  margin-bottom: 10px;
}
.group-therapy-text ul {
  padding: 0px 20px 0;
}
.group-therapy-text li::marker {
  color: var(--primary-color);
}
.consultation-text p a {
  color: var(--primary-color);
}
.group-therapy-text p a {
  color: var(--primary-color);
}
section.group-therapy-section {
  background: #f3eceb;
  padding: 50px 0;
  margin-bottom: 50px;
}
.mental-health-advocacy h2 {
  font-size: 45px;
}
.mental-health-advocacy-text {
  text-align: center;
  margin-bottom: 50px;
}
.mental-health-text h2 {
  font-size: 45px;
}
.mental-health-text span {
  color: var(--primary-color);
}
.mental-health-text h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.family-red-circle {
  background: var(--primary-color);
  border-radius: 100%;
  border: 10px solid #f6d2d4;
  text-align: center;
  width: 205px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.family-red-circle h2 {
  color: #fff;
}
.dooted-border {
  width: 453px;
  height: 453px;
  border: 1px dashed #4a4a4a;
  border-radius: 100%;
  padding: 120px;
}
.circle-box-center {
  width: 455px;
  margin: 0 auto;
  position: relative;
}
.circle-box-center h3 {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.circle-section {
  padding: 100px 0 20px;
  margin-bottom: 50px;
}
.educators {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
img.red-arrow-educators {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -55px;
  transform: rotate(90deg);
}
.developmental {
  position: absolute;
  left: -205px;
  display: flex;
  align-items: center;
  top: 27%;
}
.developmental h3 {
  margin-right: 15px;
  text-align: right;
}
img.red-arrow-developmental {
  position: absolute;
  top: 55px;
  right: -50px;
  margin: 0 auto;
  bottom: 0;
  transform: rotate(18deg);
}
.social-worker {
  position: absolute;
  right: -180px;
  display: flex;
  align-items: center;
  top: 24%;
}
.social-worker h3 {
  margin-left: 15px;
}
img.red-arrow-social-worker {
  position: absolute;
  top: 70px;
  left: -55px;
  margin: 0 auto;
  bottom: 0;
  transform: rotate(154deg);
}
.therapists {
  position: absolute;
  left: -95px;
  display: flex;
  align-items: center;
  bottom: 5%;
}
.therapists h3 {
  margin-right: 15px;
  text-align: right;
}
img.red-arrow-therapists {
  position: absolute;
  top: -30px;
  left: 220px;
  margin: 0 auto;
  bottom: 0;
  transform: rotate(320deg);
}
img.red-arrow-support-groups {
  position: absolute;
  top: -40px;
  left: -32px;
  margin: 0 auto;
  bottom: 0;
  transform: rotate(226deg);
}
.support-groups {
  position: absolute;
  right: -190px;
  display: flex;
  align-items: flex-end;
  bottom: 5%;
}
.support-groups h3 {
  margin-left: 15px;
}
.otpd-row {
  margin-bottom: 50px;
}
.individual-sessions-section {
  margin-bottom: 50px;
}
.highlights-OTPT h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}
.parent-trainings-text {
  background: #fbe8e9;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.parent-trainings-text h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
section.parent-trainings-section {
  margin-bottom: 40px;
}
.group-sessions {
  text-align: center;
  margin-bottom: 40px;
}
.group-sessions h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.therapy-details-section {
  background: #f3eceb;
  padding: 20px 0 50px;
  margin-bottom: 50px;
}
.assessment-speech {
  margin-top: 50px;
}
.speech-therapy-include h2 {
  margin-bottom: 30px;
}
.therapy-details-head p {
  margin-top: 15px;
}
.speech-therapy-include > ul li {
  margin-bottom: 10px;
}
.speech-therapy-include li::marker {
  color: var(--primary-color);
}
.speech-therapy-include li ul {
  margin-top: 15px;
  list-style-type: disc;
}
.speak-us {
  border: 2px solid var(--primary-color);
  padding: 50px 80px;
}
.speak-us p:last-child {
  margin-bottom: 0;
}
.workshop-head {
  text-align: center;
  margin-bottom: 40px;
}
.workshop-head h2 {
  margin-bottom: 20px;
}
.workshop-head p a {
  text-decoration: none;
  color: var(--primary-color);
}
.speak-us h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-work h2 {
  font-size: 45px;
}
.testing-head h2 {
  font-size: 45px;
}
.educational-assessment h2 {
  text-align: center;
  margin-bottom: 30px;
}
.diagnosis-childs-text ul li {
  margin-bottom: 10px;
}
.diagnosis-childs-text ul {
  padding: 0px 20px;
}
.diagnosis-childs-text li::marker {
  color: var(--primary-color);
}
.call-email-box h4 {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
.how-we-work-tab button span {
  display: block;
}
.extras-box {
  background: #fbe8e9;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
}
.how-we-work-tab .accordion-body {
  padding: 0;
}
.how-we-work-tab .accordion-item {
  border: none;
}
.how-we-work-tab > ul {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  border: none;
}
.speech-therapy-include .primary-cta-btn {
  padding: 10px 13px;
  width: 135px;
  text-align: center;
  margin-right: 10px;
}
.how-we-work-tab .nav-tabs .nav-link {
  border: none;
  background: #f5e6e6;
  margin: 0px 20px;
  width: 192px;
  padding: 30px 0;
  border-radius: 5px;
}
.how-we-work-tab .nav-tabs .nav-link:hover {
  border: none;
}
.how-we-work-tab .nav-tabs .nav-link h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}
.how-we-work-tab .nav-tabs .nav-link.active {
  border: none;
  background: var(--primary-color);
}
.how-we-work-tab .nav-tabs .nav-link.active img {
  filter: brightness(100);
}
.how-we-work-tab .nav-tabs .nav-link.active h3 {
  color: #fff;
}
.be-a-part-text h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.be-a-part-text ul li {
  margin-bottom: 20px;
}
.reflections-text {
  background: #fbe8e9;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.reflections-text a {
  color: var(--primary-color);
  font-style: italic;
}
.reflections-text h2 {
  margin-bottom: 15px;
}
.profile-text-icon.bg-profile-icon {
  background: #fbe8e9;
  padding: 40px;
  margin: 0 0 50px;
}
.hamari-ummeed-head h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.hamari-ummeed-head h3 {
  font-size: 32px;
}
.hamari-ummeed-head p {
  margin-bottom: 15px;
}
.hamari-ummeed-head {
  text-align: center;
  margin-bottom: 35px;
}
.how-we-work-head h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}
.support-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 31px;
}
.support-text ul li {
  margin-bottom: 10px;
}
.support-text ul {
  padding: 0 20px;
}
.support-text li::marker {
  color: var(--primary-color);
}
.support-head h2 {
  margin-bottom: 0;
}
.extras-box h3 {
  font-size: 24px;
}
.extras-box ul {
  padding: 0 20px;
}
.extras-box li::marker {
  color: var(--primary-color);
}
.pushpa-and-sachit {
}
.pushpa-and-sachit h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.upperpara {
  background: #f5e6e6;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.upperpara p {
  margin-bottom: 0;
  line-height: 26px;
}
.question-answer {
  margin-bottom: 40px;
}
.campaign-detail {
  margin-top: 20px;
  margin-bottom: 20px;
}
.campaign-detail .owl-nav {
  height: 0;
}
.campaign-detail button.owl-prev:before {
  background: var(--primary-color) url(../images/giving/arrow-small-left.svg);
  left: -20px;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.3s;
  height: 37px;
  width: 38px;
  top: 37%;
  content: "";
  border-radius: 100px;
  background-position: center;
}
.campaign-detail button.owl-next:before {
  background: var(--primary-color) url(../images/giving/arrow-small-right.svg);
  right: -20px;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.3s;
  height: 37px;
  width: 38px;
  top: 37%;
  content: "";
  border-radius: 100px;
  background-position: center;
}
.campaign-detail .owl-nav button span {
  display: none;
}
.contact-page .call-email-box {
  background: var(--primary-color);
  padding: 20px 100px 35px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: -70px;
  z-index: 99;
  position: relative;
}
.contact-page .call-email-box p {
  color: #fff;
  font-size: 30px;
}
contact-page .email-heading-text {
  font-size: 30px;
}
.contact-page .email-heading-text h2 {
  font-size: 30px;
  color: #fff;
}
.contact-page .call-email-text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-page .text-only {
  font-size: 16px;
  color: #fff;
  margin-left: 25px;
}
.contact-page .question-answer h2 {
  font-family: var(--primary-font);
  font-size: 45px;
  font-weight: 700;
}
.call-email-accordion {
  display: flex;
  margin: 8px 0 8px;
}
.text-only-accordion {
  margin-left: 20px;
}
.contact-page .text-only-accordion small {
  font-size: 16px;
}
.contact-page .email-link a {
  text-decoration: none;
  font-size: 16px;
}
.text-only-accordion a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
.contact-page .reachusform-section form .form-group {
  position: relative;
}
.contact-page .reachusform-section form input[type="text"] {
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--black-color);
  font-size: var(--font-size-13);
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}
input#countrycode {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 12%;
}
.contact-page .reachusform-section form textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--black-color);
  font-size: var(--font-size-13);
  width: 100%;
  margin-bottom: 25px;
}
.reachusform-section .question-answer-heading h2 {
  font-family: var(--primary-font);
  font-size: 45px;
  font-weight: 700;
}
.contact-page .question-answer {
  margin-bottom: 40px;
  padding: 20px 30px;
}
.contact-page .reachusform-section {
  padding: 20px 30px;
  background: #fff;
}
.contact-page .question-answer-heading {
  margin-bottom: 30px;
}
.contact-page .question-answer {
  border: 1px solid #fff0;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.contact-page .reachusform-section {
  border: 1px solid #fff0;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.contact-page .question-answer .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.contact-page .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.contact-page .question-answer button.accordion-button.collapsed {
  border: 1px solid #ddd;
  font-size: 20px;
  font-weight: 500;
}
.contact-page .form-group:focus-visible {
  outline: none;
}
.contact-page .form-group input:focus-visible {
  outline: none;
}
.contact-page .form-group textarea:focus-visible {
  outline: none;
}
.long-terms-box-support {
  background: #fbe8e9;
  padding: 40px 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
}
.long-terms-box-support h2 {
  font-size: 24px;
  margin-bottom: 35px;
}
.long-terms-box-support p {
  font-size: 16px;
}
.long-terms-box-heading h2 {
  font-size: 45px;
  text-align: center;
}
.long-terms-box-heading p {
  font-size: 16px;
  text-align: center;
}
.model-pointer-identification p {
  background: var(--primary-color);
  margin: 5px 0 8px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 100px;
  position: relative;
}
.model-pointer-identification p:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 15px;
  background: #fff;
  top: 20px;
  border-radius: 100px;
}
.long-terms-box-heading {
  margin-top: 5rem;
}
.text-only-email a {
  color: #d42026;
  display: block;
  text-decoration: none;
  font-size: 20px;
  margin-left: 15px;
}
.text-only-email small {
  margin-left: 15px;
}
.call-email-text-content {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.giving-banner h1 {
  color: #fff;
  font-size: 60px;
  text-align: center;
}
.privacy-policy-header {
  padding: 30px 0 40px;
}
.privacy-policy-header h2 {
  font-size: 60px;
}
.privacy-policy-header p {
  font-size: 16px;
}
.privacy-policy .policy-question-answer {
  margin-bottom: 40px;
  padding: 20px 30px;
}
.privacy-policy .policy-question-answer h2 {
  font-family: var(--primary-font);
  font-size: 45px;
  font-weight: 600;
}
.privacy-policy .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.policy-question-answer button.accordion-button {
  border: 1px solid var(--primary-color);
  font-size: 24px;
  font-weight: 500;
}
.policy-question-answer .accordion-item .accordion-button {
  border-radius: 6px;
}
.policy-question-answer .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.policy-question-answer button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
.privacy-policy .privacy-question button.accordion-button.collapsed {
  border: 1px solid #ddd;
  font-size: 20px;
  font-weight: 500;
}
.privacy-question .accordion-item .accordion-body span {
  color: var(--primary-color);
  margin-right: 0px;
}
.privacy-question button.accordion-button {
  border: 1px solid var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}
.call-email-text-collaboration {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
  border: 1px solid #d42026;
  border-radius: 10px;
  padding: 20px 20px;
}
.text-only-collaboration h5 {
  margin-left: 15px;
  font-size: 20px;
}
.text-only-collaboration a {
  color: #d42026;
  font-size: 16px;
  margin-left: 5px;
}
.text-only-collaboration p {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 0;
}
.model-build-collaboration > p {
  margin-top: 0px;
}
.community-workers-heading h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 2rem;
}
.long-terms-box-support-collaboration a {
  color: #d42026;
  font-size: 16px;
  margin-left: 5px;
}
.long-terms-box-support-collaboration {
  background: #fbe8e9;
  padding: 40px 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
}
.medical-ecosystem-head-text h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 15px;
}
.medical-ecosystem-head-text {
  margin-bottom: 30px;
}
.our-approch h2 {
  text-align: center;
  font-size: 45px;
}
.research-publications ul li {
  margin-bottom: 10px;
}
.research-publications ul {
  padding: 0 20px;
  list-style: disc;
}
.research-publications li::marker {
  color: var(--primary-color);
}
.inner-li-div {
  border: 1px solid #777;
  padding: 15px 30px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.research-publications p {
  margin-bottom: 5px;
}
.research-publications li a {
  color: var(--primary-color);
  text-decoration: none;
}
.long-terms-box p a {
  color: var(--primary-color);
  text-decoration: none;
}
.community-services h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.community-services p a {
  color: var(--primary-color);
  text-decoration: none;
}
.early-childhood h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.publications-advocacy-paragraph p {
  border: 1px solid #777;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.community-ecosystem-book .call-email-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.long-terms-box-approch {
  background: #fbe8e9;
  padding: 35px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
}
.long-terms-box-approch p a {
  color: var(--primary-color);
  text-decoration: none;
}
.long-terms-box-approch p {
  margin-top: 15px;
}
.long-terms-box-approch h2 {
  font-size: 24px;
}
.long-terms-box-approch {
  background: #fbe8e9;
  padding: 35px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
}
.long-terms-box-approch p a {
  color: var(--primary-color);
  text-decoration: none;
}
.long-terms-box-approch p {
  margin-top: 15px;
}
.long-terms-box-approch h2 {
  font-size: 24px;
}
.our-values-section-media {
  padding: 30px 0;
}
.annual-icon-media {
  margin-bottom: 20px;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.annual-report-box-media {
  padding: 40px 30px;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border: 1px solid #979797;
  border-radius: 10px;
}
.annual-report-box-media p {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #000;
}
.annual-report-box-media a {
  text-decoration: none;
}
.annual-report-box-media:hover {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 15px 0 rgb(0 0 0 /29%);
  box-shadow: inset 0px 0px 2px 1px var(--primary-color);
}
.our-values-head-media h1 {
  color: var(--black-color);
  font-size: 60px;
  text-align: center;
}
.our-values-head-media h1 span {
  color: var(--primary-color);
}
.our-values-head-media p {
  color: var(--black-color);
  text-align: center;
}
.annual-report-box-media {
  display: block;
}
.newsletter-box-all-media {
  padding: 20px 0 0px;
}
.newsletter-box-all-media .load-more a {
  text-align: center;
  margin-top: 40px;
}
.annual-report-box-media a {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.annual-icon-research {
  margin-bottom: 20px;
  height: 100%;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.annual-report-box-research {
  padding: 40px 30px;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border: 1px solid #979797;
  border-radius: 10px;
}
.annual-report-box-research:hover {
  background-color: #f6d8d9;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /29%);
  border: 1px solid #f6d8d9;
}
.annual-report-box-research:hover .annual-icon-research h4 {
  color: var(--primary-color);
}
.research-caption span {
  color: var(--primary-color);
}
.annual-report-box-research hr {
  color: var(--primary-color);
  height: 1px;
  opacity: 0.7;
  margin: 7px 0;
}
.annual-icon-research h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.annual-report-box-research a {
  text-decoration: none;
}
.newsletter-box-all-research {
  padding: 20px 0 40px;
}
.our-values-head-research p {
  color: var(--black-color);
  text-align: center;
}
.our-values-head-research h1 {
  color: var(--black-color);
  font-size: 60px;
  text-align: center;
}
.our-values-head-research h1 span {
  color: var(--primary-color);
}
.research-caption h4 {
  font-size: 13px;
  text-align: left;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}
.research-caption p {
  font-size: 12px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}
.annual-report-box-research {
  display: block;
}
.annual-report-box-research a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-content: flex-start;
}
.our-values-section-research {
  padding: 30px 0;
}
.newsletter-box-all-research .load-more a {
  text-align: center;
  margin-top: 40px;
}
.newsletter-box-all-research {
  padding: 20px 0 0px;
}
.newsletter-box-all-research h4 {
  display: -webkit-box;
  max-width: 100%;
  text-align: left;
  min-height: unset !important;
}
.newsletter-box-all-research h4 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.resource-library-head-text h2 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px;
}
.resource-library-head-text {
  margin-bottom: 40px;
  margin-top: 30px;
}
.trending-posts-head h2 {
  font-size: 35px;
  text-align: center;
}
.trending-icon {
  background: #f7f7f7;
  display: inline-block;
  padding: 20px;
  border-radius: 100px;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.trending-icon-box a {
  text-decoration: none;
  padding: 25px 30px;
  display: block;
}
.trending-icon-box h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 0;
  margin: 0;
}
.trending-icon-box:hover .trending-icon {
  background: #fbe8e9;
}
.trending-icon-box:hover img {
  filter: grayscale(0);
}
.trending-icon-box .trending-icon img {
  filter: none;
}
.trending-icon-box img {
  filter: grayscale(1);
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.owl-carousel .owl-item .trending-icon-box img {
  width: auto;
}
.trending-icon-box {
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
.topic-select {
  display: flex;
  align-items: center;
}
.sortby-select {
  display: flex;
  align-items: center;
}
.sortby-select span {
  margin-left: 20px;
}
.topic-select span {
  margin-right: 20px;
}
.topic-and-sortby {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-top: 1px solid #999;
  padding-top: 50px;
}
.topic-and-sortby .topic-select {
  margin-right: 50px;
}
.viewmore-btn-center {
  text-align: center;
}
.trending-posts-section {
  margin-bottom: 50px;
}
.resources li {
  margin-bottom: 5px;
}
.resources li a {
  font-size: 14px;
  font-weight: 300;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  text-decoration: none;
  color: #000;
}
.resources li a:hover {
  color: var(--primary-color);
}
.resources li::marker {
  color: #d42026;
}
.dataTables_wrapper {
  display: inline-block;
  width: auto;
  table {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    thead {
      th {
        font-weight: bold;
        background-color: var(--primary-color);
        color: #fff;
      }
    }
    tr {
      th,
      td {
        text-align: center;
        padding: 15px 10px;
        font-size: 12px;
        font-weight: 500;
      }
      &:nth-child(odd) {
        background-color: #fff;
      }
    }
  }
  .load-more {
    margin-top: 32px;
  }
}
.dataTables_wrapper table th {
  border-color: var(--primary-color);
}
.dataTables_wrapper table tr {
  display: none;
}
table tr.active {
  display: table-row;
}
a#album-load {
  margin-top: 40px;
}
.question-answer .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.question-answer .table-accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.hamari-ummeed-section .profile-text a {
  font-style: italic;
  font-weight: 400;
  border-bottom: 1px solid var(--primary-color);
}
.otpd-ul-li ul {
  padding: 0 20px;
}
.otpd-ul-li ul li {
  margin-bottom: 15px;
}
.about-our-work-otpd {
  margin-top: 40px;
}
.all-courses-head h2 {
  font-size: 45px;
  margin-top: 20px;
}
.all-courses-dropdown {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: flex-end;
}
.all-courses-dropdown .custom-select {
  font-size: 14px;
  padding: 3px 0;
  margin-left: 15px;
}
.courses-box a {
  padding: 30px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  height: 280px;
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
  overflow-y: scroll;
}
.courses-box-calendar a {
  padding: 30px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  max-height: 280px;
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
  overflow-y: scroll;
}
.courses-box a:hover {
  border: 1px solid var(--primary-color);
}
.courses-box a h2 {
  font-size: 24px;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.courses-box a p span {
  color: #242424;
  border-radius: 100px;
  border: 1px solid #242424;
  font-size: 12px;
  padding: 4px 10px;
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 6px;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.courses-box p {
  margin: 0;
}
.courses-box a:hover h2 {
  color: var(--primary-color);
}
.courses-box a:hover p span {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.long-term-courses-dropdown h2 {
  margin: 0;
}
.long-term-courses-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.long-term-courses-dropdown .custom-select {
  font-size: 14px;
  padding: 3px 0;
  margin-left: 15px;
}
.long-term-courses-dropdown .select-selected {
  background: #fff;
}
.goals-box {
  background: #fbe8e9;
  padding: 30px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.goals-box h2 {
  font-size: 45px;
}
.publications-advocacy-paragraph {
  width: 100%;
}
.goals-box h2 {
  margin-bottom: 30px;
}
.autism-intervention p strong {
  color: var(--primary-color);
}
.autism-intervention {
  margin-top: 5px;
}
.course-overview h2 {
  margin: 10px 0;
}
.course-overview p a {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  text-decoration: none;
}
.training-text p {
  margin-top: 30px;
}
.long-terms-box-training {
  background: #fbe8e9;
  padding: 40px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
}
.long-terms-box-training h4 {
  font-size: 24px;
  font-weight: 600;
}
.long-terms-box-training h4 span {
  color: var(--primary-color);
}
.below-banner-section-training {
  padding: 35px 0px 0px;
  position: relative;
}
.long-terms-box-training p {
  font-size: 14px;
  margin-top: 10px;
}
section.training-cources {
  margin-bottom: 45px;
}
.our-approch-traning {
  margin-top: 5px;
}
.traning-calander-text {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.traning-calander-text a.primary-cta-btn {
  margin-right: 15px;
}
.traning-calander-text span {
  font-size: 16px;
}
.our-approch-cources h2 {
  font-size: 45px;
  text-align: center;
}
.text-404 {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.text-404 h1 {
  font-size: 374px;
  color: var(--primary-color);
  line-height: 300px;
}
.text-404 h2 {
  font-size: 60px;
}
.text-404 p {
  font-size: 18px;
  font-weight: 500;
}
.text-404 img.right-triangle {
  position: absolute;
  left: 8%;
  top: 50%;
  animation: rotate 5s linear infinite;
}
.text-404 img.right-triangle-2 {
  position: absolute;
  right: 18%;
  top: 0%;
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.text-404 span.top-grey {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #cbbbbb;
  left: 36%;
  top: 5%;
  animation: nudge 2s linear infinite alternate;
}
.text-404 span.left-grey {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #cbbbbb;
  left: -15%;
  top: 35%;
}
.text-404 span.bottom-red {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #d31f25;
  left: 18%;
  bottom: 140px;
  animation: MoveUpDown 4s linear infinite;
}
.text-404 span.right-red {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #d31f2573;
  right: 15%;
  bottom: 30%;
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(-10px, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  80% {
    transform: translate(-10px, 0);
  }
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 60px;
  }
}
.financial-text {
  margin-top: 30px;
}
.financial-text h2 {
  font-size: 32px;
}
.financial-text h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
.frc-disclosure {
  margin-top: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #999;
  padding-bottom: 40px;
}
.frc-disclosure h2 {
  margin-bottom: 20px;
}
.frc-disclosure .dataTables_wrapper table td {
  text-align: left !important;
  padding: 13px 60px;
  font-weight: 500;
  border-bottom: 1px solid #999;
  font-size: 15px;
}
.frc-disclosure .dataTables_wrapper table th {
  padding: 5px 60px;
  font-size: 16px;
}
.frc-disclosure th {
  text-align: left !important;
}
.tables-head-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #9b9b9b;
  height: 75px;
}
.financial-text p a {
  color: var(--primary-color);
  font-weight: 500;
}
.tables-head-select h2 {
  margin-bottom: 0;
}
.selected-box .custom-select {
  width: 140px;
}
.text-left a {
  font-weight: 400;
  color: var(--primary-color);
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 20px;
}
.text-left-more a {
  font-weight: 500;
  color: #826a6a;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
}
.frc-table-6 {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
  padding: 30px;
  margin-bottom: 30px;
}
.frc-table-6 .dataTables_wrapper table {
  border: none;
}
.frc-table-6 .dataTables_wrapper table tr th,
.frc-table-6 .dataTables_wrapper table td {
  text-align: left;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
}
.frc-table-6 .dataTables_wrapper table tr {
  border-bottom: 1px solid #9b9b9b;
}
.frc-table-6 .dataTables_wrapper table tr:last-child {
  border-bottom: 1px solid #9b9b9b;
}
.quick-search {
  position: relative;
  margin-bottom: 30px;
}
.quick-search button {
  position: absolute;
  right: 0;
  top: 9px;
  border: none;
  background: none;
}
.quick-search input {
  width: 100%;
  background: none;
  border-radius: 0;
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.search-box {
  background: #d31f25;
  padding: 30px 0 50px;
}
.quick-search input::placeholder {
  color: #fff;
}
.quick-search-links a {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  text-decoration: none;
}
.quick-search input:focus-visible {
  outline: none;
}
.select-selected {
  background: url(../images/black-triangle.svg) !important;
  opacity: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 94% !important;
  text-align: left;
  width: 100%;
  padding: 11px;
  font-size: 16px;
  filter: brightness(0);
}
.same-as-selected select {
  appearance: none;
}
.same-as-selected select:focus-visible {
  outline: none;
}
.search-text h1 {
  color: var(--black-color);
  font-size: 60px;
  text-align: center;
}
.search-text h1 span {
  color: var(--primary-color);
  font-size: 60px;
  text-align: center;
}
.result-search {
  margin-top: 50px;
  z-index: 99;
  position: relative;
}
.search-result {
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 7px 40px -9px #000;
}
.search-result input:focus-visible {
  outline: none;
}
.search-result form {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.search-result button {
  background: var(--primary-color);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
}
.search-result input {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  border: 1px solid var(--primary-color);
  font-size: 13px;
}
.search-container {
  margin-left: 15px;
}
.search-result:focus-visible {
  outline: none;
}
.details-content {
  display: flex;
  padding: 30px 20px 15px;
  background-color: #f2f7f4;
  margin: 5px 0px;
  justify-content: space-between;
  align-items: center;
}
section.details-section-one h2 {
  color: #000000;
  font-weight: 500;
  margin: 1rem 1rem 1rem;
  font-size: 24px;
}
.content-text h4 {
  font-size: 18px;
  color: var(--primary-color);
}
.content-text p {
  font-size: 11px;
  color: #999999;
}
section.details-section-one {
  margin: 70px 0 70px;
}
.content-text {
  margin-left: 25px;
}
.content-text a {
  color: var(--primary-color);
  text-decoration: underline;
}
.content-text a {
  text-decoration: none;
}
.details-content a {
  text-decoration: none;
}
.details-content:hover {
  background-color: #fff;
  box-shadow: 0px 3px 9px -5px #000;
}
.industry a {
  text-decoration: none;
}
.campaign-detail.owl-carousel.owl-theme.owl-loaded.owl-drag {
  text-align: center;
  margin: 30px auto 30px;
  text-align: -webkit-center;
}
.courses-box a::-webkit-scrollbar {
  width: 10px;
}
.courses-box a::-webkit-scrollbar-track {
  background: #cacaca;
}
.courses-box a::-webkit-scrollbar-thumb {
  background: #d31f25;
}
.courses-box a::-webkit-scrollbar-thumb:hover {
  background: #555;
}
span.count.percent {
  font-size: 28px;
  font-weight: 500 !important;
}
.count.hindi-count span {
  font-size: 28px;
  font-weight: 500 !important;
}
.profile-text-icon.bg-profile-icon.bg-profile-icon-hindi {
  background: #fbe8e9;
  padding: 40px;
  margin: 0 0 50px;
  height: 100%;
}
.reflections-text.reflections-text-hindi {
  background: #fbe8e9;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 45px;
}
.count.hindi-count span,
span.count.percent {
  font-size: 28px;
  font-weight: 700 !important;
}

/* all training service page css 07-04-25 */
.all-courses-search input {
  text-align: left;
  padding: 6px 10px;
  font-size: 16px;
  filter: brightness(0);
  background: none;
  border: 1px solid #999;
  border-radius: 100px;
}
.all-courses-search input:focus-visited {
  outline: none;
  box-shadow: none;
}
.all-courses-search input:focus {
  outline: none;
  box-shadow: none;
}
.all-courses-search span {
  font-size: 20px;
  margin-right: 10px;
}
.all-courses-dropdown {
  align-items: center;
}
.month-dropdown {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.courses-box-main {
  display: flex;
  width: 100%;
}
.day-date h3 {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 14px 30px 23px;
  line-height: 22px;
  margin: 0;
  font-size: 30px;
  border-radius: 6px;
}
.day-date h3 small {
  font-weight: 300;
  font-size: 14px;
  display: block;
}
.courses-heading-text {
  margin-left: 15px;
  width: 100%;
}
.online-box {
  margin-left: 15px;
}
.courses-heading-text h3 {
  /* font-size: 24px; */
  color: #000;
  margin-bottom: 5px;
}
.courses-heading-text p {
  color: #d51f26;
}
.online-box span {
  background: #d51f26;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 100px;
  font-size: 13px;
  width: 90px;
  text-align: center;
}
.day-date h5 {
  background: #d51f26;
  color: #fff;
  font-size: 14px;
  padding: 8px 5px;
  text-align: center;
  width: 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
}
.courses-box-date-day a {
  gap: 30px;
  height: 100%;
}

@media (max-width: 991px) {
  .day-date h3 {
    padding: 7px 20px 18px;
    line-height: 22px;
    border-radius: 6px;
  }
  .courses-heading-text h3 {
    font-size: 20px;
  }
  .courses-heading-text {
    margin-left: 10px;
    margin-right: 10px;
  }
  .courses-heading-text p {
    font-size: 14px;
    line-height: 16px;
  }
  .day-date h5 {
    font-size: 13px;
    padding: 4px 5px 6px;
    width: 66px;
    margin: 0 auto;
  }
  .all-courses-search input {
    width: 100%;
  }
  .all-courses-search span {
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .month-dropdown .custom-select {
    width: 100% !important;
  }
}
