.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}
.set-lvButton {
  --theme-color: #4aa567 !important;
}
.set-lvButton:hover {
  background-color: var(--theme-color) !important;
}
.lv-input__group .lv-input__field:focus-within {
  box-shadow: none !important;
}
/* .lv-input__group {
  width: 140px;
} */
.lv-input__element {
  width: 100%;
  text-align: center;
}
.lv-input__group label {
  display: none;
}
.lv-dialog-header {
  padding: 0.5rem 1.5rem !important;
}
.lv-dialog-header h3 {
  color: #333;
}
.lv-dialog-mask.lv-component-overlay {
  padding: 20px;
}
.lv-dialog {
  max-height: 95% !important;
}
.lv-dialog-content {
  padding: 0 1.5rem 1rem 1.5rem !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.detail-text {
  color: #6a2875;
  font-weight: 600;
}
.quantityDiv {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

body {
  color: #333;
  /* font-family: Montserrat, sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #fff;
  margin-bottom: 10px;
}

select {
  background: #fff
    url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="m0 0 10 10L20 0" stroke="currentColor" stroke-width="3" stroke-linejoin="round" fill="none"/></svg>')
    right 0.5rem center/8px 10px no-repeat;
}

.navbar-no-shadow {
  z-index: 1000;
  /* ==== */
  /* background-color: #171717;
  position: -webkit-sticky;
  position: sticky; */
  top: 0;
  /* box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2); */

  /* ==== */
  position: fixed;
  left: 0;
  right: 0;
  background-color: transparent;
}
/* ==== */
.navbar-no-shadow.sticky-navbar {
  position: sticky;
}

.navbar-no-shadow.black-navbar {
  /* background: linear-gradient(#313131, #1b1b1b); */
  background: #6a2875;
}

.navbar-no-shadow.white-navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.white-navbar .nav-link,
.white-navbar .text-block-2 {
  color: #333;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  /* max-width: 1200px; */
  max-width: 1350px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.container-regular {
  width: 100%;
  /* max-width: 1260px; */
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  /* column-gap: 15px; */
}

.nav-link {
  color: #fff;
  letter-spacing: 0.25px;
  /* margin-left: 5px;
  margin-right: 5px; */

  line-height: 20px;
  text-decoration: none;

  /* ===== */
  /* font-size: 16px;
  padding: 5px 10px; */
  font-size: 18px !important;
  padding: 5px 15px !important;
  /* padding: 5px 10px 5px 0px !important; */
  font-weight: bold;
}

/* .nav-link.dark-text {
  color: #333;
} */

.nav-link:focus-visible {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  text-decoration: underline white 3px;
  text-underline-offset: 8px;
}
.mega.dropdown {
  position: static;
}
.dropdown > .nav-dropdown > .nav-dropdown-toggle > a {
  text-decoration: none;
}
.dropdown > .nav-dropdown > .nav-dropdown-toggle > a.w--current {
  text-decoration: underline #6a2875 3px;
  text-underline-offset: 8px;
}

/* .nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
} */

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  /* padding: 5px 10px; */
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

/* .nav-dropdown-list.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
} */

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  min-width: 200px;
  /* border-radius: 0; */
  border-radius: 10px;
  /* padding: 10px; */
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.nav-dropdown-link {
  /* color: #6a2875; */
  color: #333;
  /* padding: 5px 30px; */
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
}
.mega-title {
  color: #4aa567;
  margin-bottom: 0;
  padding: 10px 20px 0px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  /* color: #333; */
  color: white;
  font-weight: normal;
  background-color: #9f4f9d;
}
.mega .nav-dropdown-link:hover {
  color: #9f4f9d;
  font-weight: 500;
  background-color: inherit;
}
.div-block-2 .nav-dropdown-link:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.div-block-2 .nav-dropdown-link:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  /* margin-left: 120px; */
  margin-left: 30px;
}

.mobile-view-button {
  border: 1px solid #4aa567;
  display: none;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #4aa567;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s;
  border: 1.25px solid #4aa567;

  white-space: wrap;
}

.button-primary:hover {
  color: #4aa567;
  background-color: #fff;
}

.button-primary:active {
  color: #fff;
  background-color: #4aa567;
  border-style: none;
}

.logoimage {
  /* width: 220px; */
  /* ===== */
  /* height: 75px;
  object-fit: contain; */
}

.right-arrow,
.left-arrow {
  display: none;
}

.slide-nav {
  bottom: 65px;
  /* font-size: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider {
  min-height: 73vh;
  background: transparent;
}

.slidediv {
  /* === */
  /* width: 62%; */
  padding-left: 20px;
  padding-right: 10px;
}

.slide {
  background-color: #171717;
  /* background-image: url("../images/Artboard1.png"); */
  background-position: 100% 0;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;

  height: 100%;
}

.slideImage {
  display: none;
}

/* ==== */
.bannerHeading {
  font-size: 50px;
  line-height: 64px;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.largeHeading {
  font-size: 65px;
  line-height: 70px;
}
.bg-colored {
  background-color: #6a2875;
  padding: 0px 10px;
}
.bannerButton {
  margin-top: 15px;
  font-size: 20px;
}
.bg-colored-green {
  background-color: #008000;
  padding: 0px 10px;
}
.take-heading {
  font-size: 60px;
  line-height: 68px;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.green-heading {
  color: #4aa567;
}

.slidepara {
  text-transform: uppercase;
  /* font-family: Montserrat, sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.slidepara.adjustpara {
  font-size: 32px;
}

.text-span {
  font-size: 22px;
  font-weight: 600;
}

.slideparaend {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.slidercontainer {
  /* max-width: 1200px; */
  max-width: 1350px;
  min-height: 100%;
  align-items: center;
  display: flex;

  position: relative;
  z-index: 1;
}
.banner-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-image {
  width: 100%;
  /* max-height: 85vh; */
  /* aspect-ratio: 16/9; */
  aspect-ratio: 2;
  object-fit: cover;
}
.carousel-wrapper {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.carousel-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.carousel-container .bannerHeading {
  font-size: 60px;
  line-height: 1;
}
.carousel-container .slidediv {
  padding: 0px 55px;
}

.slide-2 {
  background-color: #171717;
  background-image: url("../images/Artboard8.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-color: #171717;
  background-image: url("../images/Artboard3.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-color: #171717;
  background-image: url("../images/Artboard4.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-color: #171717;
  background-image: url("../images/Artboard5.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-color: #171717;
  background-image: url("../images/Artboard6.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-color: #171717;
  background-image: url("../images/Artboard7.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-color: #171717;
  background-image: url("../images/Artboard1.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-color: #131313;
  background-image: url("../images/Artboard2.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.container {
  max-width: 1200px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.articlediv {
  height: 100%;
  max-width: 80%;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.17);
}

.articleimg {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.icon-2 {
  color: #000;
  font-size: 32px;
}

.icon-2.iconright {
  margin-right: 0;
}

.icon-2.iconleft {
  margin-left: 0;
}

.articleslider {
  background-color: #fff;
}

.articlemask {
  padding-top: 5px;
  padding-bottom: 5px;
}

.team-slider {
  background-color: #f5f7fa;
  background-image: url("../images/pattern1.jpg");
  background-position: 50%;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  /* max-width: 1150px; */
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;

  /* ==== */
  color: #4aa567;
  text-transform: uppercase;
  /* font-size: 55px;
  font-weight: 500; */
  font-size: 40px;
  font-weight: bold;
}
/* === */
.centered-heading.left-bordered {
  border-left: 10px solid;
  padding-left: 15px;
}
.centered-heading.purple {
  color: #ea8bfa;
}
@media screen and (min-width: 767px) {
  .centered-heading.overview-heading {
    font-size: 28px;
  }
}

.centered-subheading {
  max-width: 530px;
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slider-wrapper.hideblock {
  display: none;
}
/* 
.team-slide-wrapper {
  width: 32%;
  margin-bottom: 10px;
  margin-right: 2%;
} */

.team-block {
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 0;
  box-shadow: 0 1px 5px 3px #d3d3d3;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: center;
  padding: 14px 24px;
  display: none;
  position: relative;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: #333;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: none;
}

.team-slider-arrow {
  display: none;
}

.team-slider-arrow.vidarrowdivr {
  right: -38px;
}

.team-slider-arrow.vidarrowdivl {
  left: -38px;
}

.team-slider-nav {
  margin-top: 10px;
  font-size: 10px;
  display: block;
  position: static;
  bottom: -60px;
}

.youtube {
  height: 315px;
}

.titlebutton {
  background-color: #6a2875;
  border-radius: 20px;
  padding: 3px 15px;
  line-height: 1.2;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block {
  font-weight: 700;
}

.div-block {
  border-radius: 15px;
  overflow: hidden;
}

.vidarrowright {
  color: #000;
  margin-right: 0;
}

.vidarrowleft {
  color: #000;
  margin-left: 0;
}

.watchbutton {
  z-index: 99;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  background-color: #6a2875;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 16px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.footer-light {
  color: #fff;
  /* background-color: #3c3c3c; */

  /* border-bottom: 1px solid #e4ebf3; */
  padding: 60px 30px 20px;
  position: relative;

  /* === */
  /* background-color: #1e1e1e; */
  background: linear-gradient(#313131, #1b1b1b);
}

.container-3 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  /* align-items: flex-start; */
  display: flex;
  gap: 22px;
}

.footer-brand {
  /* width: 90px; */
  width: 200px;
  margin-bottom: 10px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;

  flex: 1;
}

.footer-block-two.hideblock {
  display: none;
}

.footer-title {
  border-bottom: 1px solid gray;
  font-weight: 600;
  /* line-height: 32px; */
  padding: 10px 0px;
  width: 100%;

  /* === */
  /* font-size: 16px; */
  font-size: 18px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-bottom.hideblock {
  display: none;
}

.footer-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 20px; */
  margin-top: 10px;
  display: flex;
}

.footer-bordered {
  padding: 30px 0px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.footer-copyright {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-social-block-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  /* width: 38px; */
  color: #fff;
  margin-right: 10px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid hsla(0, 0%, 100%, 0.2); */
  border: 1px solid gray;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footertext {
  font-size: 12px;
}

.footertextdate {
  color: gray;
  font-size: 12px;
  font-weight: 700;
}

.team-circles {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  display: none;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.centered-subheading-2 {
  max-width: 530px;
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.team-member-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-bottom: 23px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.team-member-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 5px;
  font-size: 12px;
}

.text-span-2 {
  font-weight: 300;
}

.blackcircle {
  width: 290px;
  height: 290px;
  background-color: #131313;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.greencircle {
  z-index: 1;
  width: 200px;
  height: 200px;
  background-color: #6a2875;
  border-radius: 50%;
  position: absolute;
  bottom: -25%;
}

.teamcontentdiv {
  z-index: 98;
  color: #fff;
  transform: translate(0, -45px);
}

.donatetext {
  font-size: 15px;
  font-weight: 500;
}

.pillbutton {
  background-color: #6a2875;
  border-radius: 20px;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.pilldiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 17px;
  display: flex;
}

/* .div-block-2 {
  padding: 15px;
} */

.nav-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: block;
}

.nav-dropdown-toggle-2 {
  color: #6a2875;
  letter-spacing: 0.25px;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.nav-dropdown-toggle-2:hover {
  color: #333;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2.w--open {
  position: static;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  min-width: 200px;
  border-radius: 0;
  padding: 10px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 96%;
  /* left: 110%; */
  right: auto;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.drop2div {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.47);
  padding: 10px 15px;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
}

.contactsection {
  /* border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: none; */
  position: relative;
  /* height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center; */

  /* padding: 80px 30px; */
  padding: 80px 30px 50px;
}

.contact-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-details {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.container-5 {
  width: 100%;
  /* max-width: 940px; */
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  margin-top: 30px;
  /* background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 41px 64px; */
}

/* .footer-form-container-two {
  display: flex;
  flex-direction: column;
} */

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  /* width: 80%;
  background-color: #333;
  border-radius: 7px 0 0 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex; */
  padding: 10px;
  position: relative;
}

.form-upper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}

.form-lower {
  margin: 20px 0px;
}

.form-button-block {
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  /* === */
  width: 100%;
}
.form-button-block > .button-primary {
  width: 300px;
  font-size: 15px;

  margin: 10px 0px;
}
.set-form-button .form-button-block > .button-primary {
  max-width: 300px;
  width: auto;
}

.footer-form-input {
  /* height: 45px;
   color: #fff;
   background-color: #5a5858;
  border: 1px solid #333;
  border-radius: 7px;
  margin-bottom: 0;
  margin-right: 10px; */
  padding: 12px 20px;

  height: 50px;
  width: 49%;
  border-radius: 5px;
}
.footer-form-input:focus {
  border: 1px solid #6a2875;
}

.footer-form-input.message-input {
  height: unset;
  width: 100%;
}

/* .footer-form-input::-ms-input-placeholder {
  color: #fff;
}

.footer-form-input::placeholder {
  color: #fff;
} */

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.contactheading {
  text-align: center;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 600;
}

.numberheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.text-span-3 {
  color: #6a2875;
}

.contactheadingdiv {
  margin-bottom: 20px;
}

.contactsubmit {
  width: 20%;
  text-align: center;
  background-color: #6a2875;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.team-circles-2 {
  /* border-bottom: 1px solid #e4ebf3; */
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;

  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;

  /* ==== */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card-2 {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.team-member-image-2 {
  width: 100%;
  height: 198px;
  object-fit: cover;
  border-radius: 7px;
  /* margin-bottom: 24px; */
  margin-bottom: 5px;
}

.team-member-name-2 {
  text-align: left;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-member-name-2:hover {
  color: #6a2875;
}

.team-member-position-2 {
  text-align: left;
  /* margin-bottom: 12px; */
  /* margin-bottom: 25px; */

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

  /* === */
  color: #484844;
}
.team-member-position-2 strong {
  font-weight: normal;
}

.newsdate {
  color: gray;
  text-align: left;
  font-weight: 700;

  margin-top: 12px;
  margin-bottom: 0px;
}

.newdetailsdiv {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  /* padding: 40px 30px 30px; */
  position: relative;

  /* === */
  /* min-height: 90vh; */
  min-height: 100vh;
  padding: 130px 30px 30px;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  /* max-width: 90%; */
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  height: 65vh;
  object-fit: cover;
  margin-top: 0;
  border-radius: 10px;
}

.event-image {
  object-fit: contain;
  margin: 20px 0px;
}

.newsheading {
  color: #6a2875;
  font-weight: 600;
}

.newscontent {
  /* color: #484844; */
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 26px;
}
.newscontent p {
  color: inherit;
  /* margin: 0; */
}
.newscontent p:last-child {
  margin-bottom: 0;
}
.ql-size-small {
  font-size: 0.75em;
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-size-huge {
  font-size: 2.5em;
}
.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
/* .newscontent h1 {
  color: #333;
}
.newscontent blockquote {
  color: #333;
} */
.newscontent a {
  color: #6a2875;
  text-decoration: none;
  /* font-weight: 600; */
}

.custom-loader-wrapper {
  /* min-height: 50vh; */
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #6a2875;
  border-bottom: 2px solid white;
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.custom-mini-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid white;
  border-bottom: 2px solid #4aa567;
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.container-8 {
  max-width: 1150px;
}

.documentsection {
  padding: 60px 20px;
}

.documentlist {
  padding-left: 20px;
}

.documentlink {
  color: #6a2875;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
}

.documentitem {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.documentheading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}

.nav-dropdown-link-2 {
  color: #6a2875;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
}

.nav-dropdown-link-2:hover {
  color: #333;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.section-2 {
  z-index: 1000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82));
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.skipbutton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #6a2875;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s;
}

.skipbutton:hover {
  color: #32343a;
  background-color: #fff;
  border: 1.25px solid #000;
}

.skipbutton:active {
  color: #fff;
  background-color: #6a2875;
  border-style: none;
}

.container-9 {
  max-width: 950px;
}

.div-block-3 {
  justify-content: flex-end;
  padding-right: 10px;
  display: flex;
}

.highlightheading {
  color: #6a2875;
}

.view-all {
  color: #6a2875;
  font-size: 18px;
  align-self: flex-end;
}

.container-10 {
  z-index: 100;
  max-width: 1200px;
  background-color: #fff;
  position: relative;
  transform: translate(0, -70px);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.storysection {
  /* === */
  /* padding: 40px 30px; */
  padding: 30px 30px 15px;
}

.storyslide {
  width: 15.75%;
  margin-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-arrow-3,
.right-arrow-3 {
  display: none;
}

.storyimagediv {
  width: 120px;
  height: 120px;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.storytitle {
  width: 120px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.1;
  display: block;

  word-wrap: break-word;
}

.storyslidewrapper {
  flex-direction: column;
  align-items: center;
}

.storyslider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.slide-nav-2 {
  display: none;
  position: static;
}

.sliderimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 4px;
}

.articlesection {
  padding: 50px 35px 50px 30px;
}

.articlegrid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  padding-bottom: 10px;
}

.articlecoverdiv {
  height: 300px;
  color: #fff;
  /* background-image: url("../images/aafia.jpg"); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  /* padding-left: 10px;
  padding-right: 10px; */
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);

  width: 100%;
}

.article-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0px 10px;
}

.articledate {
  color: rgba(255, 255, 255, 0.71);
  margin: 0;
  font-size: 13px;
}

.articletitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.container-11 {
  max-width: 1150px;
}
.donate-container {
  /* max-width: 1150px; */
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;

  /* === */
  gap: 30px;
}
.volunteer-container {
  max-width: 1150px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}

.storybottomslider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  /* ==== */
  /* padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px; 
  margin-top: 10px; */

  /* margin-top: 50px; */
}

.storybottomslide {
  /* width: 23%;
  margin: 1%; */
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease 0s;

  height: 100%;

  /* ==== */
  border-radius: 10px;
}

.storybottomslide a {
  text-decoration: none;
}
.storybottomslide:hover {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 25px;
  margin-top: 40px;
}

.slide-nav-3 {
  font-size: 11px;
  position: static;
}

.left-arrow-4,
.right-arrow-4 {
  display: none;
}
.bottomtitle {
  /* color: #333; */
  margin-top: 10px;
  margin-bottom: 10px;
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;

  /* display: inline-block; */

  /* ==== */
  color: #6a2875;
  font-size: 22px;
  text-align: left;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.bottomtitle.at-top {
  position: absolute;
  top: 0;
  color: white;
  right: 20px;
  left: 20px;
}

.bottomcontentwrapper {
  padding-left: 20px;
  padding-right: 20px;

  /* === */
  padding-bottom: 20px;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  height: calc(100% - 250px);
}
/* ==== */
.bottomcontentwrapper .button-primary {
  margin-top: auto;
  white-space: wrap;
}
.bottomcontentwrapper.sub-project .button-primary {
  margin-top: unset;
}
.button-amount {
  font-size: 14px;
}
.sub-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.back-button {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background: #6a2875;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
}
.back-button svg {
  transform: scaleX(-1);
  fill: white;
}

.bottomparagraph {
  color: #484844;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* === */
  margin: 10px 0px 15px;
  text-align: left;
}
.blogdesc {
  -webkit-line-clamp: 4;
}
.bottomparagraph strong {
  font-weight: normal;
}

.bottomimage {
  width: 100%;
  object-fit: cover;
  /* ===== */
  /* height: 200px; */
  height: 250px;
  border-radius: 10px 10px 0 0;
}

/* ==== */
.bottomimage.image-overlay {
  position: absolute;
  background: black;
  opacity: 0.35;
  width: calc(100% - 10px);
}

.fundtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  /* color: #484844; */
  color: #6a2875;
  text-align: left;
  font-weight: 600;
}
.fund-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
  color: #484844;
  font-size: 16px;
  padding: 10px 0px;
}
.fund-stats div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fund-stats img {
  width: 26px;
}
.fund-progress {
  width: 100%;
  background-color: lightgray;
  height: 7px;
  border: none;
  border-radius: 10px;
}
progress::-webkit-progress-value {
  background: #4aa567;
}
progress::-moz-progress-bar {
  background: #4aa567;
}
.fund-amount-div {
  color: #484844;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  padding-top: 10px;
}
.fund-amount-div p {
  color: #484844;
  margin: 0;
}
.fund-amount-div h4 {
  margin: 0;
  font-weight: normal;
}

.donatepopup {
  z-index: 1001;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  flex-direction: column;
}

.donationheading {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
.linkSelection {
  background-color: white;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #333;
}
.linkSelection a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.linkSelection:hover a {
  color: #6a2875;
}

.donationdetail {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.donationWrapper {
  width: 40%;
}
.donationdiv {
  /* width: 40%; */
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 29px;
}

.online-donate {
  margin-top: 20px;
}

.closeicon {
  color: #fff;
  cursor: pointer;
  padding: 7px;
  font-size: 33px;
  line-height: 1;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.newslink {
  color: #6a2875;
  text-decoration: none;
}

.card-wrapper {
  text-decoration: none;
  color: inherit;

  width: 100%;
}

.storyslider-copy {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.mask {
  position: static;
}

.storydiv {
  padding: 20px;
  /* display: flex;
  overflow: auto; */
}

/* .storydiv::-webkit-scrollbar {
  display: none;
} */

.storyslidewrapper-copy {
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}

.footerlinkblock {
  color: #fff;
  margin-top: 12px;
  margin-right: 0;
  font-size: 13px;
  text-decoration: none;
}

.footerlinkblock img {
  width: 30px;
}

.pagelinks {
  color: #fff;
  text-transform: uppercase;
  border-right: 2px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.pagelinks:last-child {
  border-right-style: none;
}
.pagelinks.lastlink {
  border-right-style: none;
}

.pagelinkdiv {
  margin-top: 15px;
  display: flex;
}
.volunteersection {
  padding: 0px 20px;
  background-color: #6a2875;
  position: relative;
  /* height: 80vh; */
  height: 50vh;
}
.volunteerWrapper {
  display: flex;
}
.volunteerheading {
  margin-top: 0;
  margin-bottom: 10px;
}

.volunteerImage {
  /* min-height: 80vh;
  background-image: url("../images/Untitled\ design\ \(4\).png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1; */
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.volunteerdetails {
  /* margin-bottom: 20px;
   */
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;

  /* === */
  font-weight: normal;
}
.volunteerDiv {
  flex: 1;
  /* background-color: #6A2875;
  padding: 20px 20px; */
  color: #fff;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: start; */
  align-items: end;
}
.empty-div {
  flex: 1;
}

.donatesection {
  position: relative;

  /* ==== */
  /* background-color: #6a2875;
  padding: 0px 20px;
  height: 50vh; */

  background: linear-gradient(65deg, #310438, #6a2875);
  padding: 120px 30px;
}

.donateWrapper {
  display: flex;
}

.donateheading {
  /* text-align: center; */
  margin-top: 0;
  margin-bottom: 10px;
}

.donatediv {
  color: #fff;
  /* padding: 20px 20px; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; /* center */

  /* ==== */
  /* flex: 1;
  background-color: #6A2875;
  padding: 20px 0px; */
  border-right: 2px solid lightgray;
  flex: 0.5;
}

/* === */
.statsWrapper {
  flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.statsDiv {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 10px;
}
/* .takeDiv:first-child {
  flex: 2;
  color: #fff;
} */
.takeDiv {
  flex: 2;
}
.takeDiv.buttons-wrapper {
  flex: 1;
  align-self: center;
  text-align: right;
}
.takeButton {
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 300px;
  width: 100%;
}
.about-wrapper {
  width: 100%;
  /* column-gap: 20px; */
  column-gap: 30px;
  /* padding: 30px 0px; */
  padding: 20px 0px 10px;

  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-wrapper > div {
  flex: 1;
  width: 100%;
}
.about-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  width: 100%;
}
.about-images-grid img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 10px;
}
.about-images-grid video {
  width: 100%;
  border-radius: 10px;
  max-height: 600px;
  object-fit: contain;
}
.about-images-grid div {
  width: 100%;
}
.about-other-image img {
  width: 100%;
  height: 100%;
}
.about-images-grid div:last-child {
  grid-column: 1 / -1;
}
.about-content {
  padding: 30px 0px 10px;
}
.about-content-para {
  /* color: #14213d; */
  color: #484848;
  font-size: 20px;
  line-height: 30px;
}
.about-content-para p {
  color: inherit;
}
.about-content-para a {
  color: #6a2875;
  text-decoration: none;
}
.about-content-para p:last-child {
  margin-bottom: 0;
}
.about-content-para.para-white {
  color: white;
  /* margin-bottom: 20px; */
}
.about-content-para.para-white a {
  color: white;
  text-decoration: none;
}
.adjust-text {
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.about-content-para.bank-para p {
  margin-bottom: 0;
}
.gradient-box {
  color: white;
  background-color: #c692cd;
}
.gradient-box p:last-child {
  margin-bottom: 0;
}
.gradient-box a {
  color: inherit;
  text-decoration: none;
}
.underlined-div {
  width: 120px;
  height: 9px;
  background-color: #4aa567;
  margin: 10px 0px;
}
.gradient-section {
  background: linear-gradient(65deg, #310438, #6a2875);
  position: relative;
}
.highlightheading-white {
  color: white;
}
.bg-image {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.1;
  width: 300px;
}
.action-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* padding: 30px 0px; */
  padding-top: 30px;
}
.action-div {
  max-width: calc(33.33% - 20px);
  /* max-width: 250px; */
  width: 100%;
  text-decoration: none;
}
.action-item {
  background: linear-gradient(#673e6e, #84588c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 160px;
}
.action-item img {
  max-width: 50%;
  max-height: 80%;
  object-fit: contain;
}
.action-title {
  color: #6a2875;
  text-align: center;
  margin-bottom: 0;
}
.contact-form-wrapper {
  margin: 30px 0px;
}
.contact-form {
  display: flex;
  gap: 30px;
  row-gap: 0px;
  flex-wrap: wrap;
}
.contact-form-div {
  flex: 1;
}
.contact-form-input-group {
  margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  /* height: 38px; */
  padding: 12px 12px;
  /* margin-bottom: 25px; */
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background-color: #ffffff;
  border-radius: 12px;
  border: none;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: none;
}
.contact-form label {
  color: white;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}
/* .nav-link.router-link-active {
  text-decoration: underline white 3px;
  text-underline-offset: 8px;
} */
.video-wrapper {
  margin-top: 30px;
}
.video-wrapper iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 25px;
}

.button-primary-white {
  color: #6a2875;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s;
}

/* .button-primary-white:hover {
} */

.button-primary-white:active {
  border-style: none;
  border-color: #6a2875;
}

.donatesubheading {
  /* text-align: center; */
  margin-bottom: 20px;
  margin-top: 0;
}

.donateimage {
  /* min-height: 50vh;
  background-image: url("../images/donate.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1; */
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.leftheading {
  color: #6a2875;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
}

.articlemaingrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 40px;
  grid-template-columns: 1fr minmax(200px, 1fr);
  align-items: center;
}

.leftparagraph {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  /* font-size: 22px;
  line-height: 27px; */
  margin-bottom: 0;
}

.text-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-clamp.expanded {
  /* -webkit-line-clamp: 24;
  overflow: scroll; */
  -webkit-line-clamp: unset;
}
/* .text-line-clamp.expanded::-webkit-scrollbar {
  width: 5px;
} */

.read-more {
  color: #6a2875;
  font-weight: bold;
  cursor: pointer;
}

.leftauthor {
  color: #6a2875;
  margin-bottom: 0;
}

.leftauthortitle {
  color: gray;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 11px;
  font-weight: 500;
}

.videolightbox {
  width: 100%;
  height: 210px;
}

.videothumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.playIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-4 {
  /* display: none; */
  display: block;
}
.slide-nav-4.w-slider-nav {
  position: relative;
}

.left-arrow-5 {
  width: 30px;
  color: #6a2875;
  /* left: -28px; */
  left: calc(50% - 40px);
}

.icon-3 {
  margin-left: 0;
  margin-right: 0;
  /* font-size: 28px;
  top: 300px; */
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-arrow-5 {
  width: 30px;
  color: #6a2875;
  /* right: -28px; */
  right: calc(50% - 40px);
}

.icon-4 {
  margin-left: 0;
  margin-right: 0;
  /* font-size: 28px;
  top: 300px; */
  bottom: auto;
  left: 0%;
  right: 0%;
}

.new-arrow-div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a2875;
}

.icon-adjust {
  top: 297px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50%;
  /* border: 1px solid rgba(211, 211, 211, 0.746); */

  /* new */
  /* width: 30px;
  height: 30px;
  margin-inline: 10px;
  margin-top: 10px; */
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 0px 1px 1px rgba(211, 211, 211, 0.564); */

  background-color: #6a2875;
  color: white;
}

.articleslide {
  margin-right: 20px;
}
.articlecoverdiv:hover {
  box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.3);
}

.icon-5 {
  display: block;
  color: white;
}

.back_to_top {
  padding: 10px;
  border-radius: 50%;
  /* background: rgba(38, 137, 91, 0.921); */
  background: #4aa567;
  position: fixed;
  bottom: 5%;
  right: 70px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  /* border: 1px solid white; */
}

.my-lightbox {
  cursor: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
    sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* opacity: 0; */
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  display: block;
}
.my-lightbox-slider {
  height: 84vh;
  margin-top: 2vh;
}
.my-lightbox-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.my-lightbox-thumbnail {
  padding: 0 1vh;
  max-width: 1200px;
  margin-inline: auto;
}
.my-lightbox-thumbnail-item {
  padding: 1.56vh 0;
}
.my-lightbox-thumbnail-item img {
  width: 10vh;
  height: 10vh;
}

.my-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.609);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  z-index: -1;
}

.other-section {
  background-color: #f5f7fa;
  min-height: 90vh;
  padding: 130px 30px 30px;
}
.notFound-wrapper {
  min-height: 80vh;
}
.notFound-div {
  text-align: center;
}
.notFound-div a {
  margin-top: 20px;
}
.notFound-div p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid lightgray;
}
.faq-title {
  padding: 20px 0px;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
}
.faq-text {
  flex: 1;
  font-weight: bold;
}
.faq-icon {
  margin-left: 10px;
}
.faq-answer {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
}
.faq-answer p {
  color: inherit;
}
.faq-answer a {
  color: #6a2875;
  text-decoration: none;
}
/* .faq-answer p:last-child {
  margin-bottom: 0;
} */

.quick-donation-bg {
  min-height: 55vh;
  background-position: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.quick-donation {
  border: 1px solid lightgray;
  padding: 20px 15px 30px !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quick-heading {
  color: #008000;
  text-transform: uppercase;
  font-weight: 600;
}
.quick-button-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 35px 0;
}
.quick-button {
  padding: 24px 10px;
  text-align: center;
  background-color: #6a2875;
  color: white;
  font-size: 24px;
  border-radius: 10px;
  border: 1px solid #6a2875;
  cursor: pointer;
}
.quick-button:hover {
  filter: brightness(1.2);
}
.quick-button.selected {
  background-color: white;
  color: #6a2875;
}
.quick-button sup {
  margin-right: 5px;
}
.quick-button:last-child {
  font-size: 22px;
}
.quick-input input {
  font-size: 30px;
  padding: 10px 15px;
}
.quick-input .input-group-text {
  height: 100%;
  padding: 10px 15px;
  font-size: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quick-submit {
  border-radius: 50px !important;
  font-size: 1.25rem !important;
  padding: 12px 25px !important;
  max-width: 300px;
  width: 100%;
}
.quick-new-wrapper .form-control {
  padding: 10px 15px;
  font-size: 18px;
}
.quick-new-input.input-group {
  align-items: start;
}
.quick-new-input .input-group-text {
  /* height: 100%;
  */
  padding: 10px 15px;
  font-size: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quick-new-wrapper .quick-submit {
  font-size: 1rem !important;
}

.bg-purple {
  background-color: #6a2875;
}

.partner-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.partner-item img {
  /* width: 175px; */
  width: 230px;
  /* max-height: 100px; */
  aspect-ratio: 2.5;
  object-fit: contain;
}

.home {
  position: relative;
}
.df-quick {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.marquee {
  padding: 10px;
}
.marquee-wrapper {
  display: flex;
  overflow: hidden;
}
.marquee-content {
  display: flex;
  align-items: center;
}
.marquee-item {
  width: 150px;
  text-align: center;
  margin: 0px 20px;
}
.marquee-item img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.scroll {
  animation: scroll 20s linear infinite reverse;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}

.donation-card-wrapper {
  max-width: 600px;
  border: 1px solid lightgray;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.donation-card-heading {
  font-size: 1.15rem;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid lightgray;
  background-color: #fbfbfb;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
}
.donation-card-heading .back-btn {
  background-color: inherit;
  position: absolute;
  left: 0;
}
.donation-card-details {
  display: flex;
  padding: 1.5rem;
}
.donation-card-quick {
  width: 100%;
}
.donation-card-info {
  width: 100%;
  display: none;
  opacity: 0;
}
.add-animation {
  display: block;
  opacity: 1;
  animation: fadeInDisplay 0.3s ease-in;
}
.gift-aid-image {
  max-width: 175px;
  width: 25%;
  float: right;
}
.gift-aid-checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 7px;
}
.gift-aid-label {
  font-size: 1.27rem;
}
.calculator-card-wrapper {
  max-width: 100% !important;
  background-color: white;
}
.calculator-step {
  width: 100%;
}

@keyframes fadeInDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-member-image {
    width: 250px;
    height: 250px;
    max-height: none;
  }

  .blackcircle {
    width: 330px;
    height: 330px;
  }

  .team-member-image-2 {
    max-height: none;
  }

  .team-member-name-2 {
    font-size: 22px;
  }

  /* .hero-wrapper-two {
    max-width: 95%;
  } */
}

@media screen and (max-width: 991px) {
  /* ===== */
  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .my-dropdown {
    display: block;
  }
  .my-dropdown .nav-dropdown-toggle {
    display: block;
  }

  .quick-donation-bg {
    min-height: unset;
    height: 50vh;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .quick-donation {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  /* ===== */

  /* .navbar-no-shadow-container {
    padding-bottom: 0;
  } */

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    height: 100%; /* for full sceen menu  */
    /* border-top: 2px solid #000; */
    /* flex-flow: column wrap; */
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 21px 20px;
    display: flex;
    /* box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2); */
  }

  .nav-menu > li {
    width: 100%;
    text-align: start;
    border-bottom: 1px solid #cdcfd2;
  }

  .nav-menu > li:last-child {
    border-bottom: none;
    padding: 15px 0px;
  }

  .nav-link {
    color: #333 !important;
    /* margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px; */
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    display: inline-block;

    padding: 12px 0px !important;
    font-weight: 500 !important;
  }

  .nav-link.w--current {
    text-decoration: none;
    color: #6a2875;
  }

  .nav-dropdown {
    /* margin-bottom: 10px; */
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
  }

  .icon-5 {
    display: block;
    color: #333;
    /* color: #6A2875; */
  }

  .nav-dropdown-toggle {
    /* padding-left: 0px;
    padding-right: 0px; */

    padding: 12px 0px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    /* padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px; */
    position: static;
    padding: 0;
  }

  .nav-dropdown-link {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px;
  }
  .nav-dropdown-link:hover {
    color: #333;
    background-color: inherit;
  }
  .mega-title {
    font-size: 18px;
    padding: 5px 0px 0px;
    margin-bottom: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .mobile-view-button {
    display: inline-block;
    margin-left: 15px;
  }

  .menu-button {
    color: white;
    padding: 12px;
  }

  .white-navbar .menu-button {
    color: #333;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    /* === */
    /* color: #333; */
    color: white;
  }

  .icon {
    font-size: 40px;
  }

  .set-fontsize {
    font-size: 26px;
  }

  /* === */
  /* .slidediv {
    width: 55%;
  } */

  .slide {
    background-position: 100% 0;
    background-size: cover;
  }

  .slidepara {
    font-size: 28px;
  }

  .slidepara.adjustpara {
    font-size: 26px;
  }

  .slideparaend {
    font-size: 16px;
    line-height: 1.2;
  }

  .slide-2 {
    background-position: 80% 0;
    background-size: cover;
  }

  .slide-3 {
    background-size: cover;
  }

  .slide-4 {
    background-position: 87% 0;
    background-size: cover;
  }

  .slide-5,
  .slide-6,
  .slide-7 {
    background-position: 90% 0;
    background-size: cover;
  }

  .slide-8 {
    background-size: cover;
  }

  .slide-9 {
    background-position: 90% 0;
    background-size: cover;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .articlediv {
    max-width: 85%;
  }

  .icon-2.iconright {
    margin-right: -5px;
    font-size: 28px;
  }

  .icon-2.iconleft {
    margin-left: -5px;
    font-size: 28px;
  }

  /* ==== */
  /* .storybottomslider {
    margin-top: 40px;
  } */

  .team-slider-wrapper {
    margin-top: 40px;
  }

  /* .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  } */

  .vidarrowright {
    font-size: 40px;
  }

  .footer-light {
    padding-top: 30px;
  }

  /* .container-3 {
    max-width: 728px;
  } */

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two {
    margin-top: 10px;

    flex: 100%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .team-circles {
    padding-bottom: 60px;
  }

  .container-4 {
    max-width: 800px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 180px;
    height: 180px;
  }

  .team-member-name {
    font-size: 18px;
    line-height: 28px;
  }

  .team-member-position {
    margin-bottom: 0;
  }

  .blackcircle {
    width: 245px;
    height: 245px;
  }

  .greencircle {
    width: 180px;
    height: 180px;
    bottom: -30%;
  }

  .teamcontentdiv {
    transform: translate(0, -50px);
  }

  .donatetext {
    font-size: 13px;
    line-height: 1;
  }

  .div-block-2 {
    border-style: none;
    padding: 0;
  }

  .nav-dropdown-toggle-2 {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px;
  }

  .nav-dropdown-toggle-2.w--open {
    display: inline-block;
  }

  .droptext2 {
    color: #333;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px 0 20px;
    position: static;
  }

  .drop2div {
    border-style: none;
    padding: 0;
  }

  .text-block-2 {
    color: #333;
    font-size: 18px;
  }

  /* .container-5 {
    max-width: 728px;
  } */

  /* .footer-form-two {
    padding: 40px;
  } */

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .contactsubmit {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .team-circles-2 {
    padding-top: 60px;
  }

  .container-6 {
    max-width: 850px;
  }

  .team-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image-2 {
    height: 190px;
  }

  .team-member-name-2 {
    font-size: 22px;
  }

  .team-member-position-2 {
    /* margin-bottom: 20px; */
    line-height: 1.3;
  }

  .newsdate {
    line-height: 1.1;
  }

  .newdetailsdiv {
    padding: 10px;
  }

  .container-7 {
    max-width: 850px;
  }

  .hero-wrapper-two {
    max-width: 100%;
  }

  .hero-image.shadow-two {
    height: 60vh;
  }

  .newsheading {
    font-size: 30px;
    line-height: 33px;
  }

  .nav-dropdown-link-2 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }

  .storyslide {
    width: 24%;
  }

  .storyimagediv {
    width: 100px;
    height: 100px;
  }

  .storytitle {
    width: 100px;
  }

  .articlesection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .articledate {
    font-size: 12px;
  }

  /* .storybottomslide {
    width: 31%;
    margin-left: 1.1%;
    margin-right: 1.1%;
  } */

  .donationWrapper {
    width: 65%;
  }
  /* .donationdiv {
    width: 65%;
  } */

  .donatesection {
    /* min-height: auto;
    flex-direction: column; */

    /* ==== */
    /* height: 35vh; */
  }

  .donateWrapper {
    min-height: auto;
    flex-direction: column;
  }
  .donateimage {
    display: none;
  }

  /* ==== */
  .donate-container {
    flex-direction: column;
  }
  .about-wrapper {
    flex-direction: column;
    column-gap: 0px;
    row-gap: 20px;

    grid-template-columns: 1fr;
  }

  .donatediv {
    width: 100%;

    /* padding: 35px 30px; */

    /* === */
    /* align-items: center;
    padding: 35px 0px; */
    border: none;
  }

  .donateheading {
    text-align: center;
  }
  /* ==== */
  /* .donatesubheading {
    text-align: center;
  } */

  .volunteersection {
    height: 35vh;
  }

  .volunteerWrapper {
    min-height: auto;
    flex-direction: column;
  }

  .volunteerImage {
    display: none;
  }

  .volunteerDiv {
    width: 100%;
    /* padding: 35px 30px; */
    padding: 35px 0px;
    align-items: center;
  }

  .volunteerheading {
    text-align: center;
  }
  /* .volunteerdetails {
    text-align: center;
  } */

  .leftheading {
    font-size: 26px;
    line-height: 1.1;
  }

  .articlemaingrid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  /* .leftparagraph {
    font-size: 20px;
  } */
}

@media screen and (max-width: 767px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar-no-shadow-container {
    padding: 10px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  /* .logoimage {
    height: 70px;
  } */

  /* === */
  /* .slidediv {
    width: 57%;
  } */

  .slidepara {
    font-size: 24px;
  }

  .slidepara.adjustpara {
    font-size: 20px;
  }

  .slideparaend {
    font-size: 18px;
  }

  .slidercontainer {
    /* height: 100%; */
    display: flex;
  }

  /* .carousel-image {
    height: 18rem;
  } */

  .slide-3 {
    background-position: 95% 0;
  }

  .slide-4 {
    background-position: 80% 0;
  }

  .slide-8 {
    background-position: 95% 0;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .articlediv {
    max-width: 70%;
  }

  .icon-2.iconright {
    margin-right: 20px;
    font-size: 32px;
  }

  .icon-2.iconleft {
    margin-left: 20px;
    font-size: 32px;
  }

  .articleslider {
    height: 380px;
  }

  .articlemask {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slider {
    padding: 30px 15px;
  }

  /* ==== */
  .bannerHeading {
    font-size: 38px;
    line-height: 44px;
  }
  .carousel-container .slidediv {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .carousel-container .bannerHeading {
    font-size: 38px;
    line-height: 1;
    text-align: center;
  }
  .donatesection {
    padding: 100px 15px;
  }
  .about-content-para {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-form {
    flex-direction: column;
  }
  .action-div {
    max-width: calc(50% - 10px);
  }

  .centered-heading {
    /* === */
    /* font-size: 44px; */
    font-size: 34px;
  }

  /* .team-slide-wrapper {
    width: 47%;
    margin-left: 0%;
    margin-right: 5%;
  } */

  .team-block {
    padding-bottom: 0;
  }

  .team-block-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-link-arrow {
    margin-top: 10px;
  }

  .team-slider-arrow.vidarrowdivr {
    right: -20px;
  }

  .team-slider-arrow.vidarrowdivl {
    left: -20px;
  }

  .youtube {
    height: 240px;
  }

  .titlebutton {
    font-size: 12px;
  }

  .vidarrowright {
    margin-left: 40px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .team-circles {
    padding: 40px 15px;
  }

  .team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 160px;
    height: 160px;
  }

  .team-member-name {
    font-size: 16px;
  }

  .blackcircle {
    width: 220px;
    height: 220px;
  }

  .greencircle {
    width: 150px;
    height: 150px;
  }

  .pilldiv {
    padding-bottom: 30px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .contactsection {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .footer-form-container-two {
    flex-direction: column;
  } */

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    /* width: 100%;
    border-radius: 7px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 20px; */
    padding: 0;
  }

  .form-upper {
    flex-direction: column;
    margin: 0;
  }

  .form-lower {
    margin: 0;
  }
  .form-button-block {
    /* margin: 20px 0px; */
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
    margin: 12px 0px;
    /* margin-bottom: 10px;
    margin-right: 0; */
  }

  .back_to_top {
    bottom: 3%;
    right: 18px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .contactheading {
    font-size: 30px;
  }

  .numberheading {
    font-size: 22px;
  }

  .contactheadingdiv {
    margin-bottom: 10px;
  }

  .contactsubmit {
    width: 220px;
    border-radius: 7px;
    margin-top: 10px;
    padding: 15px 10px;
    font-size: 16px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  /* .team-member-image-2 {
    margin-bottom: 15px;
  } */

  .other-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image.shadow-two {
    height: 50vh;
  }

  .newsheading {
    font-size: 26px;
    line-height: 30px;
  }

  .documentlink {
    font-size: 18px;
  }

  .documentheading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .storysection {
    /* padding: 30px 15px; */
    padding: 30px 15px 15px;
  }

  .storyslide {
    width: 33%;
  }

  .storyimagediv {
    width: 85px;
    height: 85px;
  }

  .storytitle {
    width: 85px;
    font-size: 13px;
  }

  .articlesection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .articlegrid {
    /* grid-template-columns: 1fr; */
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    grid-row-gap: 30px;
  }

  .articlecoverdiv {
    height: 55vh;
    /* width: 75%; */
  }
  /* 
  .storybottomslide {
    width: 47%;
    margin-left: 0%;
    margin-right: 5%;
  } */

  .donationheading {
    /* margin-bottom: 0; */
    line-height: 1.1;
  }

  .donationdetail {
    font-size: 16px;
  }

  .donationWrapper {
    width: 80%;
  }
  /* .donationdiv {
    width: 80%;
  } */

  .storydiv {
    padding-left: 15px;
    padding-right: 15px;
  }

  .storyslidewrapper-copy {
    align-items: flex-start;
  }

  .footerlinkblock {
    margin-left: 0;
  }

  .articlemaingrid {
    grid-template-columns: 1fr;
  }

  /* .left-arrow-5 {
    left: 0;
  } */

  .icon-3 {
    /* top: 0%; */
    top: calc(0% - 7px);
    bottom: 0%;
    left: 0%;
    right: auto;
    /* font-size: 24px;
    font-weight: bold; */
  }

  /* .right-arrow-5 {
    right: 0;
  } */

  .icon-4 {
    /* top: 0%; */
    top: calc(0% - 7px);
    bottom: 0%;
    left: auto;
    right: 0%;
    /* font-size: 24px;
    font-weight: bold; */
  }
}

@media screen and (max-width: 479px) {
  .project-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .nav-menu {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    min-width: 190px;
    /* padding-left: 10px; */
  }

  /* .nav-dropdown-link {
    font-size: 15px;
  } */

  .nav-button-wrapper {
    width: auto;
  }
  .nav-button-wrapper > .button-primary {
    width: 100%;
  }
  .mobile-margin-top-10 {
    width: 100%;
  }

  .mobile-view-button {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .menu-button {
    padding: 5px;
  }

  .logoimage {
    /* width: 190px; */
    /* ===== */
    /* width: 80px;
    height: 65px;
    object-fit: contain; */
  }

  .slide-nav {
    bottom: 43px;
  }

  /* ==== */
  .carousel-container .bannerHeading {
    font-size: 30px;
  }
  .bannerHeading {
    font-size: 38px;
    line-height: 44px;
  }
  .largeHeading {
    font-size: 46px;
    line-height: 55px;
  }
  .bannerButton {
    font-size: 16px;
  }
  .donatesection {
    padding: 80px 15px;
  }
  .take-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .takeButton {
    font-size: 16px;
  }
  .action-div {
    max-width: 100%;
  }

  .slidediv {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
  }

  .slidepara,
  .slidepara.adjustpara {
    font-size: 16px;
  }

  .slideparaend {
    font-size: 14px;
  }

  /* .slider {
    min-height: 80vh;
  } */

  /* ==== */
  /* #main-slider .slide {
    background-image: none;
  } */

  .slideImage {
    display: inline-block;
    height: 100%;
    object-fit: cover;
  }

  .slidercontainer {
    /* justify-content: center;
    align-items: center; */
    height: 100%;
    /* === */
    /* flex-direction: column; */
  }

  .slide-5 {
    background-position: 80% 0;
  }

  .slide-9 {
    background-position: 85% 0;
  }

  .articlediv {
    max-width: 80%;
  }

  .icon-2.iconright {
    margin-right: 0;
  }

  .icon-2.iconleft {
    margin-left: 0;
  }

  .articleslider {
    height: auto;
  }

  .articlemask {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2,
  .left-arrow-2 {
    display: none;
  }

  .team-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    font-size: 30px;
  }

  .team-slider-wrapper {
    margin-top: 20px;
  }

  /* .team-slide-wrapper {
    width: 100%;
    margin-left: 0%;
    margin-right: 5%;
  } */

  .team-slider-arrow.vidarrowdivr,
  .team-slider-arrow.vidarrowdivl,
  .vidarrowright,
  .vidarrowleft {
    display: none;
  }

  /* .footer-light {
    padding-top: 60px;
    padding-bottom: 30px;
  } */

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: flex-start; */
  }

  /* .footer-block-two {
    margin-top: 30px;
  } */

  .footer-social-block-two.textadjust {
    flex-wrap: wrap;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-name {
    font-size: 14px;
  }

  .teamcontentdiv {
    transform: translate(0, -45px);
  }

  .donatetext {
    font-size: 12px;
  }

  /* .div-block-2 {
    padding: 8px;
  } */

  .nav-dropdown-toggle-2 {
    font-size: 15px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    padding-left: 10px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    min-width: 100%;
    position: static;
  }

  .drop2div {
    border-style: none;
    padding: 0;
  }

  .contactsection {
    padding: 60px 15px;
  }

  .container-5 {
    max-width: none;
  }

  /* .footer-form-two {
    padding: 20px;
  } */

  /* .form-button-block {
    
  } */
  .form-button-block > .button-primary {
    width: 100%;
  }
  .set-form-button .form-button-block > .button-primary {
    max-width: 100%;
    width: 100%;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contactheading {
    font-size: 24px;
    line-height: 1.2;
  }

  .numberheading {
    font-size: 18px;
    line-height: 1.3;
  }

  .contactsubmit {
    width: 100%;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  /* .hero-stack {
    padding-top: 30px;
  } */

  .container-7 {
    max-width: none;
  }

  .hero-image.shadow-two {
    height: 35vh;
  }

  .newsheading {
    font-size: 20px;
    line-height: 26px;
  }

  .heading {
    font-size: 12px;
    line-height: 17px;
  }

  .documentsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .documentlink {
    font-size: 16px;
  }

  .documentheading {
    font-size: 26px;
    line-height: 34px;
  }

  .container-10 {
    transform: translate(0, -50px);
  }

  /* === */
  /* .storysection {
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
  } */

  .storyimagediv {
    width: 60px;
    height: 60px;
  }

  .storytitle {
    width: 60px;
    font-size: 10px;
    line-height: 1.1;
    color: white;
  }

  .articlesection {
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 32px 15px;
  }

  .articlegrid {
    grid-template-columns: 1fr;
  }

  .articlemaingrid {
    display: flex;
    flex-direction: column;
  }

  .articleslide {
    margin-right: 0px;
    width: 100%;
  }

  .articlecoverdiv {
    width: 100%;
  }

  .articletitle {
    font-size: 15px;
  }

  .storybottomslider {
    /* padding-left: 0;
    padding-right: 0; */

    /* margin-top: 10px; */
  }

  .storybottomslide {
    /* width: 100%; */
    margin-bottom: 10px;
  }

  .donationWrapper {
    width: 100%;
  }
  .donationdiv {
    /* width: 100%; */
    padding-left: 12px;
    padding-right: 12px;
  }

  .closeicon {
    right: 5%;
  }

  .storydiv {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #171717;
  }

  .pagelinks {
    margin-bottom: 10px;
    padding: 3px 7px;
    font-size: 13px;
  }

  .pagelinkdiv {
    flex-wrap: wrap;
    justify-content: center;
  }

  .donateheading {
    font-size: 30px;
    line-height: 34px;
  }

  /* .donatediv {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .donatesubheading {
    font-size: 16px;
  }

  .volunteerheading {
    font-size: 30px;
    line-height: 34px;
  }

  .volunteerdetails {
    font-size: 16px;
  }
  /* .volunteerDiv {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .leftheading {
    font-size: 24px;
  }

  .leftparagraph {
    /* font-size: 18px; */
    line-height: 20px;
  }

  .left-arrow-5,
  .icon-3,
  .right-arrow-5,
  .icon-4 {
    display: none;
  }
}

#w-node-f1dc30c2-4d4c-af5c-35d9-d3566444ba65-f079d6dc,
#w-node-dceecb0e-0f7e-8ecb-5589-791f20e96520-f079d6dc,
#w-node-_39b8a949-2fd0-a97e-66a4-4935f5959a4e-f079d6dc,
#w-node-a7f3b9dd-3777-5028-bcd3-0e0a206d4240-f079d6dc,
#w-node-_9939408e-5e4b-e6cd-216d-65a128fd80c1-f079d6dc,
#w-node-_31679894-27e6-02bd-1479-e7b1f7dbe8af-f079d6dc,
#w-node-cd76de8b-129e-042c-3ba6-b72b9fd3b462-f079d6dc,
#w-node-_944ed45d-0b36-0fe2-68a3-da8baa79c596-5f1c185e,
#w-node-_16fe75e7-251c-c0e5-e339-559f6ca11bf5-5f1c185e,
#w-node-_536f325e-061c-5f12-5d4e-e147bfe5f28a-5f1c185e,
#w-node-_13b968d9-ded0-7a65-5527-d942884a6e6a-5f1c185e,
#w-node-_96dac795-33c4-3678-36e5-ccbee9e267c1-5f1c185e,
#w-node-_1eeb25ca-594e-5845-355b-9c46558f7f91-5f1c185e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-cd76de8b-129e-042c-3ba6-b72b9fd3b462-f079d6dc {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd76de8b-129e-042c-3ba6-b72b9fd3b462-f079d6dc {
    grid-column: span 1 / span 1;
  }
}
