.innerbanner {
  padding: 10rem 0 5rem;
  background-color: var(--color-primary);
  margin-top: 7.5rem;
}
.innerbanner h2 {
  font-size: 7.6rem;
  margin: 0 0 2rem;
  line-height: 1.2;
  text-align: left;
  color: var(--color-white);
  font-family: var(--heading-font);
  text-align: center;
}
.innerbanner h2 span {
  position: relative;
  padding-bottom: 1rem;
  background-image: url(../images/line2.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.innerbanner ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
.innerbanner ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 300;
  margin-bottom: 0px;
  color: var(--color-secondary);
  font-size: 14px;
  text-transform: capitalize;
}
.innerbanner ul li:last-child {
  padding-right: 0px;
}
.innerbanner ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 16px;
  right: 0px;
  top: 45%;
  transform: translateY(-50%);
}
.innerbanner ul li:last-child:after {
  display: none;
}
.innerbanner ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_section2 {
  background-image: none;
  background-color: #fff;
}
h3.fore_front_hd1 span {
  background-image: url(../images/highlight-bar2.svg);
  background-size: 70%;
  background-position: right bottom;
}
.aboutbx2 {
  padding: 25rem 0 0;
  width: 100%;
  background-image: url(../images/map.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center top;
}
.aboutbx2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
}
.aboutbx2_bx {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.161);
}
.aboutbx2_bx h4 {
  font-size: 2.1rem;
  border-bottom: 2px solid #000;
  color: #000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.aboutbx2_bx h2 {
  font-size: 7.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutbx2_bx p {
  opacity: 0.54;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.inner_section2 h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #000;
}
.inner_section2 h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}
.teambox {
  width: 100%;
  clear: both;
  padding: 6rem 0 10rem;
  position: relative;
  z-index: 1;
  background-image: url(../images/cream-texture-2.svg);
  background-repeat: repeat;
}
.teambox h3 {
  text-align: center;
}
.teambox img {
  width: 100%;
  display: block;
}
.teambox ul li a {
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.teambox ul li a .img {
  position: relative;
  margin-bottom: 2rem;
}
.teambox ul li a .img span {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 3rem;
  position: absolute;
  right: 3rem;
  bottom: 1.5rem;
  background-image: url(../images/information-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.2rem;
  transition: all 0.3s;
  opacity: 0;
}
.teambox ul li a:hover span {
  opacity: 1;
}
.teambox ul li a h4 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
.teambox ul li a p {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.teambox .owl-nav {
  display: none;
}
.owl-dots .owl-dot span {
  border: 2px solid #bb6174;
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin: 0 0.5rem;
}
.owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #bb6174;
}

/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: ease all 0.4s;
}
.cart_bx2 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 30px;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -30px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover {
  background-color: var(--color-secondary);
  cursor: pointer;
}

.cart_bx2 h4 {
  color: var(--color-secondary);
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #000;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.vh85 p {
  font-size: 1.6rem;
}
.about_bg1 {
  background-image: url(../images/bg13.png), url(../images/bg14.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 65%, 140% -100px;
  background-size: 35%, 40%;
}
/*---------cart_open_end----------*/

.eventsbox1 {
  padding: 6rem 0;
  width: 100%;
  background-color: #fff;
}
.eventsbox1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.eventsbox1 a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.eventsbox1 .img {
  position: relative;
  margin-bottom: 3rem;
}
.eventsbox1 .img img {
  width: 100%;
  display: block;
}
.eventsbox1 a h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
}
.eventsbox1 a:hover h4 {
  color: #fb6f6f;
}
.eventsbox1 a p {
  margin-bottom: 1rem;
}
.eventsbox1 a > span {
  color: #fb6f6f;
  font-size: 1.6rem;
  text-decoration: underline;
  font-weight: 600;
}
.eventsbox1 a .img .date {
  position: absolute;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  top: 3rem;
  left: 0;
  background-color: #feb813;
  padding: 0.5rem 2rem;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}
.eventsbox1 a:hover .img .date {
  background-color: #fb6f6f;
}
.eventsbox1 .img .date span {
  display: block;
  font-size: 5rem;
}
.eventsbox1 .img .date i {
  font-style: normal;
}

.programs_bar {
  background-color: var(--color-secondary);
  padding: 3rem;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
.programs_bar a {
  color: #fff;
  text-decoration: underline;
}
.programs_bar a:hover {
  text-decoration: none;
}
.programs_sec1 {
  padding: 9rem 0;
  width: 100%;
  background-image: url(../images/half-circle-1.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center bottom;
  text-align: center;
}
.programs_sec1 h3 {
  text-align: center;
}
.programs_sec1 p {
  padding: 0 13rem;
}
.prog_box img {
  padding: 0 8rem;
}
.prog_box .owl-nav {
  display: block;
}
.sac_sec1 {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.sac_sec1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: var(--color-primary);
  z-index: -1;
}
.sac_sec1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sac_sec1 .grid img {
  width: 100%;
  display: block;
}
.programs_sec2 {
  width: 100%;
  clear: both;
  padding: 6rem 0 10rem;
  position: relative;
  z-index: 1;
  background-image: url(../images/cream-texture-2.svg);
  background-repeat: repeat;
  text-align: center;
}
.Volunteersec2 {
  background-image: url(../images/cream-texture-2.svg);
  background-repeat: repeat;
}
.programs_sec2 h3 {
  text-align: center;
  margin-bottom: 6rem;
}
.programs_sec2 h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
}
.programs_sec2 p {
  padding: 0 10rem;
  margin-bottom: 2rem;
}
.programs_sec2 .bar {
  margin: 4rem auto;
  width: 55%;
  height: 3px;
  background-color: #bb6174;
}
.programs_sec2 .bar1 {
}
.programs_sec2 .bar2 {
  background-color: #42a45c;
}
.programs_sec2 .bar3 {
  background-color: #299baa;
}
.Volunteersec1 {
  background-image: none;
  background-color: #fff;
  padding-top: 0;
}
.Volunteersec2 h3 {
  text-align: center;
}
.donatsec1 {
  padding-bottom: 5rem;
}
.donatsec1 .grid {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;*/
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.donatsec1 .grid div {
  background-color: #f7f7f7;
  padding: 5rem;
  text-align: center;
  max-width: 41rem;
  width: 100%;
}
.donatsec1 .grid div img {
  max-width: 80%;
  max-height: 6rem;
  margin-bottom: 3rem;
}
.section2_in ul {
  list-style: none;
  width: 100%;
      margin-bottom: 20px;
}
.section2_in ul li {
    font-size: 1.7rem;
    line-height: 1.7;
    color: var(--color-text);
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    margin-left: 20px;
        line-height: 36px;
}
.section2_in ul li::before {
    left: -7px;
    top: -1px;
    content: "◆";
    color: #fe7d7c;
    width: 20px;
    height: 20px;
    position: relative;
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .innerbanner h2 {
    font-size: 4.2rem;
  }
  .aboutbx2 .grid,
  .eventsbox1 .grid,
  .donatsec1 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .aboutbx2 {
    padding-top: 15rem;
    background-size: 100%;
  }
  .aboutbx2_bx h2 {
    font-size: 5rem;
  }
  .inner_section2 h4,
  .programs_sec2 h4 {
    font-size: 1.8rem;
  }
  .inner_section2 h5 {
    font-size: 1.6rem;
  }
  .cart_bx2 {
    width: 90%;
  }
  .vh85 p {
    font-size: 1.4rem;
  }
  .programs_sec1 p,
  .programs_sec2 p,
  .prog_box img {
    padding: 0;
  }
  .sac_sec1 .grid {
    gap: 1rem;
  }
  .programs_sec1 {
    padding-top: 5rem;
  }
}
