.main-slider .swiper-slide {
  background-color: transparent;
}
.about-one__img img {
  border-radius: 0px;
  border: 6px double #000000;
}
.about-one__left {
  margin: 0px auto;
}
.about-one {
  padding: 60px 0 30px;
}
.gallery-one__img:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 53%,
    rgba(0, 0, 0, 0.1) 100%
  );
  /* background:none; */
  border-radius: 0;
}
.gallery-one__title,
.gallery-one__title a {
  color: #ffffff !important;
}
.gallery-one__title {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  width: fit-content;
  padding: 0px 10px 0 10px;
  border-radius: 5px;
}
.gallery-one__img {
  border-radius: 0px !important;
}
.gallery-one__img img {
  border: 6px double #000000;
  border-radius: 0px;
}
.counter-one {
  margin-top: 0px;
  background: var(--oxpins-base);
  padding: 20px 0 32px 0;
}
.counter-one__inner {
  background-color: transparent;
}
.counter-one .section-title__title {
  color: #ffffff;
}
.counter-one__text:before {
  transform: none;
}
.become-volunteer-one {
  padding: 105px 0 105px 0;
}
.gallery-one__bottom {
  padding: 70px 0 20px 0;
}
.news-one__single {
  border: 4px double black;
}
.news-one {
  padding: 30px 0 30px;
}
.news-one__read-more {
  margin: 0 auto;
}
.news-one__img,
.news-one__img img {
  border-radius: 0px;
}
.news-one__content-box {
  border: none;
}
.view-more {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.gallery-one {
  padding-bottom: 30px;
}
.footer-widget__contact {
  margin-left: 0px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"],
.contact-form__input-box textarea {
  border-radius: 0px;
}
.main-menu__logo img {
  width: 100%;
  height: auto;
}
.footer-widget__about-logo img {
  height: 100px;
}
.about-1 {
  padding: 30px 0 30px;
}
.div-caption {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
}
.carousel-caption h4 {
  color: #ffffff;
}
.contact-three {
  padding: 60px 0 60px;
}
.page-header-bg {
  background-image: url("../images/breadcrumb/bd-2.jpeg");
  background-color: transparent !important;
  opacity: 0.6;
  background-position: center;
}
.contact-one {
  margin-top: 0px;
}
.gallery-one__single:last-child {
  margin: 0px;
}
.news-one__content {
  padding: 10px;
}
.news-one__img:before {
  border-radius: 0px;
}
.news-one__title {
  font-size: 24px;
}
.counter-one__list {
  justify-content: center;
}
.page-header {
  padding: 154px 0 200px;
}
.gallery-one__content {
  opacity: 1;
  transform: none;
  bottom: 30px;
}
.gallery-one__single:hover .gallery-one__content {
  transform: translateY(-25px);
}
.no-border img {
  border: none !important;
}
.table > :not(caption) > * > * {
  border: 1px solid #0000ff;
  padding: 3px 3px;
}
.table > thead {
  background: #0000ff;
  color: #ffffff;
}
.table > tbody {
  color: #0000ff;
  font-weight: 900;
}
.gallery-one__single2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: -10px -10px var(--oxpins-base);
}
.gallery-one__single2 .img-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.whatsapp-btn {
  position: fixed;
  bottom: 116px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 20%);
}
.whatsapp-btn:hover{
  color:#ffffff;
}
.scroll-to-top{
  right:10px;
}
.become-volunteer-one__title{
  line-height: 77px; 
}
.counter-one__text{
  line-height: 34px;
}
.contact-form__btn-box{
  margin-top:35px;
}

@media only screen and (max-width: 767px) {
  .gallery-one__single {
    width: 50%;
  }
  .logo-box img {
    height: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .mobile-nav__toggler {
    display: none !important;
  }
  .gallery-one__single {
    width: 20%;
  }
  .about-one__right {
    max-width: 100%;
    margin: 0px auto 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  .main-menu .mobile-nav__toggler {
    /* color: var(--oxpins-white) !important; */
    display: inline-block !important;
    padding: 17px 0 !important;
  }
}
@media (min-width: 991px) {
  .main-menu .main-menu__list {
    display: flex !important;
  }
}
@media screen and (max-width: 550px) {
  .main-menu__logo img,
  .logo-box img {
    height: 70px;
  }
  .site-footer__top {
    padding: 35px 0 35px;
  }
  .footer-widget__contact {
    margin-top: 0px;
  }
  .site-footer__social {
    margin-bottom: 25px;
  }
  .about-one,
  .about-1 {
    padding: 20px 0;
  }
  .about-one__right {
    margin-top: 25px !important;
  }
  .news-one__title {
    font-size: 16px;
  }
  .carousel-indicators {
    display: none;
  }
  .div-caption {
    padding: 5px;
  }
  .div-caption h4 {
    font-size: 14px;
  }
  .carousel-caption {
    bottom: -9px;
  }
  .gallery-one__title {
    font-size: 12px;
  }
  .gallery-one__content {
    bottom: 18px;
    width: fit-content;
    margin: 0 auto;
  }
}
