article h1,
article h2,
article h3,
article h4 {
  color: var(--darkgreen);
}
.lock-scroll {
  overflow: hidden;
}
.article-image-container {
  position: relative;
  height: 40vh;
  padding-top: 60px;
  min-height: 300px;
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(3, 29, 0, 0.75), rgba(0, 56, 7, 0.322)),
    url(../img/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article-image-other-text {
  font-size: 18px;
}
.about-image-text {
  color: rgb(255, 255, 255);
  /* margin-left: 20px; */
  text-align: center;
  width: 100%;
  font-family: "rubik";
  font-weight: bold;
}
.article-image-title {
  /* color: rgb(231, 230, 230); */
  font-family: "open sans", "poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: 3px;
  padding-left: 3px;
  border-bottom: 2px solid white;
  width: 120px;
  margin: 0 auto;
}
article {
  width: 95%;
  margin: 0 auto;
}
article h3 {
  font-size: 18px;
}
.about-us-text {
  width: 95%;
  margin: auto;
  text-align: justify;
  word-spacing: normal;
  line-height: 28px;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.877);
}
.main-container {
  display: flex;
  flex-direction: column;
}
aside {
  /* background-color: var(--lightgreen); */
  background-color: rgb(246, 254, 255);
  padding: 0 20px;
  font-size: "poppins";
}
.aside-links {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.aside-links li {
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  /* color: var(--darkgreen); */
  color: rgb(71, 78, 78);
  text-align: center;
  border-bottom: 1px solid rgba(31, 63, 28, 0.144);
}
.aside-links li:hover {
  background-color: var(--green);
  color: var(--white);
}
li.links-title:hover {
  background-color: unset;
  color: unset;
}
/* -----CONTACT PAGE STYLES----- */
form {
  width: 100%;
  /* margin: 0 auto; */
  padding: 10px 10px 20px;
  background-color: var(--lightgreen);
}
form h3 {
  text-transform: uppercase;
  font-size: 18px;
}
input,
textarea {
  width: 100%;
  border: 1px solid rgba(31, 49, 22, 0.5);
  border-radius: 4px;
  margin: 20px 0 0;
  background-color: rgb(250, 255, 255);
  color: var(--darkgreen);
  font-family: "rubik";
  font-size: 14px;
}
input {
  height: 50px;
  padding: 5px 20px;
}
textarea {
  height: 200px;
  padding: 10px 20px;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 4px 0 var(--green);
  outline-offset: inherit;
}
#submit {
  background-color: var(--blue);
  color: var(--lightgrey);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}
iframe {
  width: 100%;
  height: 40vh;
  min-height: 300px;
  max-height: 400px;
  margin-top: 60px;
}
.contact-text {
  padding: 20px 0;
}
.contact-text p {
  margin: 0;
  width: 800px;
}
.contact-text i {
  color: var(--green);
  font-size: 16px;
  margin-top: 10px;
}
.contact-text {
  width: 95%;
  margin: auto;
  line-height: 24px;
}
.contact-text h4 {
  margin: 16px 0 10px;
}
.contact-text button {
  margin: 10px 0;
}
.contact-socials i {
  font-size: 36px;
}
.contact-us-links {
  display: none;
}
.contact-us-links a,
.about-us-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 20px 10px;
}
.contact-us-links i,
.about-us-links i {
  font-size: 18px;
}
li.links-title,
h3.links-title {
  text-transform: uppercase;
  /* background-color: var(--green); */
  color: var(--darkgreen);
  margin-bottom: 5px;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 4px solid rgb(171, 173, 171);
}
.our-offices p,
.report p,
.connect-with-us p,
.contact-text div p {
  width: 100%;
  max-width: 600px;
  text-align: justify;
}
.report-violation {
  display: none;
}
.report a {
  color: var(--green);
  text-decoration: underline;
}
.about-news {
  display: none;
}

article h4 {
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .main-container {
    width: 95%;
    margin: 0 auto;
  }
  .article-image-other-text {
    font-size: 20px;
  }
  .article-image-title {
    font-size: 14px;
  }
  .about-image-text {
    font-size: 16px;
  }
  article {
    width: 95%;
    /* max-width: 800px; */
    margin: 0 auto;
    padding-bottom: 40px;
  }
  aside {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  .about-us-text {
    width: 100%;
  }
  form {
    padding: 20px 20px 30px;
  }
  .article-wrap {
    padding-top: 80px;
  }
  article h4,
  .faq-title {
    font-size: 16px;
  }
  .article-wrap p a {
    text-align: left;
  }
}

@media (max-width:768px) {
  .features-box,   .about-content {
   flex-direction:column;
   width:100%;
 padding: 0;
 gap: 1.3rem;
  }
ol{padding: 0;}
  .service-image{
    display: none;
  }

}
@media (min-width: 1200px) {
  .main-container {
    flex-direction: row;
    justify-content: space-between;
    border: none;
    /* width: 100vw !important; */
  }
  .article-image-container {
    padding: 0;
    min-height: 350px;
    max-height: 400px;
  }
  .about-image-text {
    font-size: 20px;
  }
  article {
    width: 73%;
    max-width: unset;
    margin: 0px;
  }
  aside {
    position: sticky;
    height: 100vh;
    top: 0;
    width: 22%;
    margin: 0px;
    padding-top: 0;
  }
  form {
    max-width: 800px;
    padding: 20px 30px 30px;
  }
  iframe {
    width: 100%;
    min-height: 300px;
    max-height: 400px;
    margin-top: 0;
  }
  .contact-us-links {
    display: block;
  }
  .report-violation {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-top: 40px;
    padding: 20px 10px 30px;
    border-bottom: 2px solid rgba(31, 63, 28, 0.144);
    text-align: center;
  }
  .report-violation p {
    font-weight: 500;
    color: rgb(71, 78, 78);
  }
  .report-violation h3 {
    /* padding: 0 5px 10px; */
    text-align: center;
    margin: 0;
    width: 100%;
    /* border-bottom: 4px solid var(--darkgreen); */
    text-transform: uppercase;
  }
  .about-news {
    display: block;
    /* padding: 0px 20px 20px; */
    margin-top: 40px;
    text-align: center;
    border-bottom: 2px solid rgba(31, 63, 28, 0.144);
  }
  .about-news img {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
  }
  .article-wrap {
    padding-top: 0;
  }
  .article-wrap h1 {
    height: 50px;
  }
}



/* SLICK */

.slick-initialized .slick-slide {
  background-color: none;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 1rem; */
}



.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}


.members-slider{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 80%;
  margin: 2rem auto;
  height: max-content;
  
}
.slider-item{
  background-color: #eee;
  padding:1rem 2rem;
  /* height: ; */
  border-radius: 10px;
  box-shadow: 5px 5px 5px var(--shadow);
  width: 30%;
align-items: center;
  justify-content:center;
  transition: .4s ease;
  flex-wrap: wrap;
  padding: 3rem 0 1.5rem;
}
.slider-item:hover{
  transform: scale(1.05);
}

@media(max-width:700px){
  .slider-item{
    width: 100%;
  }
}

.slider-item img{
  transform: scale(1.5);
  display: block !important;
  width: 100px;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: 100px;
  margin-bottom: 1rem;
  border-radius: 50%;
}

#slide-two {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.622)),
    url('../img/bg1.jfif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide-one {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.322)),
    url('../img/bg4.jfif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-container {   
    width: 90%;
    margin: 150px auto;
    transition: .5s ease;
}

.features-box{
  gap: 4rem;
  width: 100%;
  justify-content: center;
  margin: auto;
}
.featuresB {
  
  text-align: center;
  /* box-shadow: var(--shadow); */
  box-shadow: 10px 10px 15px rgba(164, 173, 173, 0.477);
  padding: 1.4rem;
  border-radius:4px;
  padding: 1.5rem 2.3rem;
  background-color: #fff;
}

.about-content {
  margin: 0 auto 1.6rem !important ;
  padding: 1rem 0;
  width: 85%;
  line-height: 1.5rem;
  gap: 1.5rem;
  text-align: justify;
}

/* DONATIONS */

.donations{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.donations a, .go-back{
  background-color: #333;
  color: #FFF;
  padding: .6rem .5rem;
  /* margin:0 1rem; */
  text-align: center;
  border-radius: 50px;
}