.volunteer-gallery {
  padding-top: 30px;
}
.volunteer-gallery img {
  margin-top: 30px;
}

.contact-form-one {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .contact-form-one .container {
    max-width: 800px;
  }
}
.contact-form-one__form input,
.contact-form-one__form textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  background-color: #eef1f6;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.contact-form-one__form textarea {
  height: 211px;
  padding-top: 15px;
}
.contact-form-one__btn {
  font-size: 20px;
}
.contact-form-one__btn:hover {
  color: #fff;
  background-color: #70A548;
  border-color: #70A548;
}
.contact-form-one .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form-one .row.low-gutters > [class*=col-lg-] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  margin-bottom: 10px;
}
.contact-form-one .bootstrap-select > .dropdown-toggle {
  border: none !important;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #7c859b;
  background-color: #eef1f6;
  border-radius: 0;
  height: 75px;
  line-height: 75px;
}
.contact-form-one .dropdown-toggle::after {
  border-right-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-top-width: 4px;
}
.contact-form-one [type=radio]:checked,
.contact-form-one [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact-form-one [type=radio]:checked + label,
.contact-form-one [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  display: inline-block;
  color: #7c859b;
  font-size: 18px;
  font-weight: 500;
}
.contact-form-one [type=radio]:checked + label:before,
.contact-form-one [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: #eef1f6;
}
.contact-form-one [type=radio]:checked + label:after,
.contact-form-one [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #70A548;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: all 0.2s ease;
}
.contact-form-one [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.contact-form-one [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.team-section-area.style-01 {
  margin-top: 34px;
}

.team-single-items {
  margin-bottom: 30px;
}
.team-single-items .thumbnail {
  position: relative;
  z-index: 0;
}
.team-single-items .thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(4, 7, 46, 0) 0%, rgb(4, 7, 46) 100%);
}
.team-single-items .thumbnail .social-area {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.team-single-items .thumbnail .social-area li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eef1f6;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s all ease;
  font-size: 18px;
}
.team-single-items .thumbnail .social-area li:hover {
  border: 1px solid #70A548;
  background: #70A548;
  color: #fff;
}
.team-single-items .thumbnail .social-area li + li {
  margin-left: 10px;
}
.team-single-items:hover .thumbnail .social-area {
  opacity: 1;
  visibility: visible;
}
.team-single-items .content {
  text-align: center;
  margin-top: 15px;
}
.team-single-items .content .member-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-single-items .content .designation {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #70A548;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-pagination {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li + li {
  margin: 0 5px;
}
.blog-pagination ul li a.current {
  background-color: #70A548;
  color: #fff;
  border-color: #70A548;
}
.blog-pagination ul li a:hover {
  background-color: #70A548;
  color: #fff;
}

.blog-pagination.style-01 ul li:first-child {
  margin-right: 10px;
}
.blog-pagination.style-01 ul li:last-child {
  margin-left: 10px;
}
.blog-pagination.style-01 ul li a {
  width: 50px;
  height: 50px;
  border-radius: 0;
  color: #7c859b;
  font-size: 18px;
  line-height: 35px;
  font-family: "robotoregular";
  font-weight: 500;
}
.blog-pagination.style-01 ul li i {
  font-size: 20px;
  color: #7c859b;
}/*# sourceMappingURL=volunteer.css.map */