li .active {
  background-color: #d58302 !important;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 12px 0;
}
p {
  font-size: 14px !important;
}
a {
  font-size: 14px !important;
}
.about_area {
  background: #d58302;
}
.cta-home {
  background-color: #d58302 !important;
  color: #fff !important;
  border: 1px solid #d58302 !important;
}
.cta-content-erea {
  background-color: #fff !important;
}

.logo img {
  width: 100%;
}

.video_service_btn .boxed-btn3 {
  background-color: #d58302 !important;
}
.bradcam_text h3 {
  text-transform: uppercase !important;
}
.about-content h3 span {
  color: #d58302 !important;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin-bottom: 15px !important;
}
.counter_area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0, 0, 0, 0.8)),
    url(../img/about/Chimpanzees-1.jpeg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#about_section {
  padding: 100px 0;
  border-left: 6px solid #d58302;
}

/* team */
#team-members h2 {
  text-transform: uppercase;
}
.team-member {
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
  background-color: #f8f8f8;
  padding: 30px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Added box-shadow */
}
.team-member img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
  border: 2px solid #d58302;
}
.team-member h3 {
  margin-bottom: 0px;
  transition: color 0.3s ease-in-out;
  font-size: 19px;
  text-transform: uppercase;
}
.team-member p {
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
  color: #d58302;
  text-transform: uppercase;
  font-size: 14px !important;
}
.team-member:hover {
  transform: translateY(-5px);
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-member:hover h3,
.team-member:hover p {
  color: #d58302;
}
#team-members {
  background-image: url(../img/testimonial-bg.png);
  padding: 100px 0;
}
.mission_v .about_info {
  padding: 150px 70px;
}
.mission_div {
  background-color: #000 !important;
}
.mission_div h3 {
  color: #fff !important;
  text-transform: uppercase;
}
.vision_div h3 {
  text-transform: uppercase;
}
.vision_div p {
  color: #000 !important;
}

.mission_v {
  text-align: center;
}

.mission_v .fa {
  font-size: 30px;
  color: #fff;
}
.single_finalcial_wrap h3 {
  text-transform: uppercase;
  color: #d58302 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  line-height: 27px !important;
}

.more_loc_btn a {
  background: #d58302;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  text-transform: uppercase;
}

.loc-h3 {
  font-size: 17px !important;
  text-transform: uppercase;
  margin: 25px 0;
}

.single_service .read-more {
  color: #d58302;
  display: inline-block;
  font-size: 11px;
  padding: 4px 24px;
  margin: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  border: 0;
  border: 1px solid #d58302;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  background-color: transparent !important;
}

.single_service .read-more:hover {
  background-color: #d58302 !important;
  color: #fff !important;
}
#cta-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0, 0, 0, 0.8)),
    url(../img/about/Chimpanzees-1.jpeg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#cta-contact h3 {
  color: #d58302 !important;
}
#cta-contact p {
  color: #fff !important;
}
#cta-contact .boxed-btn3-white {
  text-transform: uppercase !important;
}

#contact {
  padding: 80px 0 !important;
}

#contact-secs {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0, 0, 0, 0.8)),
    url(../img/about/Chimpanzees-1.jpeg) !important;
}

.loc-description {
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
  background-color: #f8f8f8;
  padding: 40px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-content {
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
  background-color: #f8f8f8;
  padding: 30px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-right: 2px solid #d58302;
}
.contact-p {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
#map-section{
  background-color: #f1f1f1;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .logo img {
    width: 30% !important;
  }
}
@media (width: 767px) {
  .logo img {
    width: 30% !important;
  }
}
@media (max-width: 640px) {
  .logo img {
    width: 30% !important;
  }
}
@media (width: 640) {
  .logo img {
    width: 30% !important;
  }
}
