.team-section-area {
  margin-top: 106px;
}
.team-section-area.style-01 {
  margin-top: 120px;
}
.team-section-area .team-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.team-section-area .team-wrapper .team {
  width: 33.33%;
}

.section-title.home-six .description {
  font-size: 16px;
  font-weight: 400;
  color: #57575A;
}
.section-title .subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.section-title .subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-family: "robotoregular";
  font-weight: 700;
  color: black;
  margin: 0;
  margin-right: 10px;
}
.section-title .subtitle .icon {
  margin-right: 10px;
  margin-top: 5px;
}
.section-title .subtitle .icon span {
  font-size: 12px;
  color: var(--main-color-one);
  margin-right: 5px;
}
.section-title .subtitle .icon span:last-child {
  margin-right: 0;
}
.section-title .title {
  font-size: 50px;
  line-height: 55px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
.section-title .title.style-01 {
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
}
.section-title .title.style-02 {
  text-align: left;
}
.section-title .description {
  font-size: 20px;
  line-height: 28px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 600;
  color: #4F4F6B;
  text-align: center;
}
.section-title .description.style-01 {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.section-title .description.style-02 {
  text-align: left;
}

.team-section-area {
  margin-top: 50px;
}
.team-section-area.style-01 {
  margin-top: 120px;
}
.team-section-area .team-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.team-section-area .team-wrapper .team {
  width: 33.33%;
}

.volunteer-single-items-02 {
  position: relative;
  transition: 0.7s;
  position: relative;
  padding-bottom: 0px;
  border-radius: 10px;
  transition: height 0.7s all;
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #fff;
  height: 280px;
  overflow: hidden;
}
.volunteer-single-items-02:hover {
  transition: 0.7s all ease;
  height: 430px;
  overflow: visible;
  border: 1px solid #70A548;
  padding: 10px;
  box-shadow: 0px 13px 26px rgba(15, 118, 44, 0.23);
}
.volunteer-single-items-02:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.volunteer-single-items-02 .thum img {
  border-radius: 10px;
  width: 100%;
  height: 304px;
}
.volunteer-single-items-02 .content {
  text-align: center;
  padding-top: 25px;
  transition: 0.7s all ease;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
}
.volunteer-single-items-02 .content .author-meta .author-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "barlow_semi_condensedmedium";
  color: black;
  transition: 0.7s all ease;
}
.volunteer-single-items-02 .content .author-meta .designation {
  font-size: 16px;
  line-height: 26px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 400;
  color: #505050;
  margin-top: 10px;
  margin-bottom: 23px;
  transition: 0.7s all ease;
}
.volunteer-single-items-02 .content .social-links {
  margin-bottom: -22px;
  position: relative;
  z-index: 99;
}
.volunteer-single-items-02 .content .social-links i {
  width: 32px;
  height: 32px;
  border: 1px solid #70A548;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
  color: #70A548;
  border-radius: 5px;
  transition: 0.7s all ease;
  background-color: #fff;
  position: relative;
}
.volunteer-single-items-02 .content .social-links i + i::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 14px;
  height: 1px;
  background: #fff;
}
.volunteer-single-items-02 .content .social-links i:hover {
  background: #70A548;
  color: #fff;
}
.volunteer-single-items-02 .content .social-links i:last-child {
  margin-right: 0;
}

.btn-wrapper {
  display: block;
}
.btn-wrapper.administration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-wrapper.poll-btn {
  position: fixed;
  top: 50%;
  right: -2.5%;
  z-index: 2;
  transform: rotate(270deg);
}
.btn-wrapper.vote-btn {
  margin-top: 38px;
}
.btn-wrapper .boxed-btn {
  background-color: #70A548;
  color: #fff;
  display: inline-block;
  padding: 17px 27px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  transition: 0.7s all ease;
  font-weight: 600;
}
.btn-wrapper .boxed-btn.btn-sanatory {
  background-color: #70A548;
  text-transform: uppercase;
  box-shadow: 0 7px 20px rgba(221, 19, 26, 0.3);
}
.btn-wrapper .boxed-btn.btn-sanatory .icon-paper-plan {
  margin-left: 5px;
}
.btn-wrapper .boxed-btn.btn-sanatory:hover {
  background-color: #70A548;
  box-shadow: 0 7px 20px rgba(14, 17, 90, 0.3);
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01 {
  background-color: transparent;
  color: #70A548;
  border: 2px solid #70A548;
  box-shadow: none;
  text-transform: capitalize;
  text-decoration: none;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01.reverse {
  color: #fff;
  border-color: #fff;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01.reverse:hover {
  background-color: #fff;
  border-color: #fff;
  color: #70A548;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01 i {
  margin-right: 10px;
  margin-left: 0;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01 .fa-chevron-right {
  margin-left: 10px;
  margin-right: 0px;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-01:hover {
  background-color: #70A548;
  border-color: #70A548;
  color: #fff;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-02 {
  background-color: transparent;
  color: black;
  border: 2px solid black;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  font-family: black;
  font-weight: 700;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-02 i {
  margin-right: 10px;
  margin-left: 0;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-02:hover {
  background-color: black;
  border-color: black;
  color: #fff;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-03 {
  background-color: black;
  width: 100%;
  padding-top: 14px;
  border: 1px solid black;
  transition: 0.7s all ease;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-03:hover {
  background: transparent;
  border: 1px solid #fff;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-04 {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-family: "robotoregular";
  font-weight: 700;
  padding: 16px 23px;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-04:hover {
  background-color: #fff;
  border-color: #fff;
  color: #70A548;
}
.btn-wrapper .boxed-btn.btn-sanatory.volunteer {
  padding: 17px 30px;
  box-shadow: none;
}
.btn-wrapper .boxed-btn.btn-sanatory.volunteer i {
  margin-right: 12px;
}
.btn-wrapper .boxed-btn.btn-poll {
  background-color: #70A548;
  text-transform: uppercase;
  padding: 21px 27px;
}
.btn-wrapper .boxed-btn.btn-poll:hover {
  background-color: #70A548;
}
.btn-wrapper .boxed-btn:hover {
  background-color: #70A548;
}
.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}
.btn-wrapper .boxed-btn.reverse-color {
  background-color: #70A548;
}
.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: #70A548;
}
.btn-wrapper .boxed-btn.political-btn {
  background-color: #fff;
  color: #70A548;
  padding: 14px 30px;
  transition: 0.5s all ease;
}
.btn-wrapper .boxed-btn.political-btn i {
  margin-left: 10px;
}
.btn-wrapper .boxed-btn.political-btn.style-01 {
  padding: 15px 60px;
  border-radius: 4px;
}
.btn-wrapper .boxed-btn.political-btn.style-01:hover {
  background: var(--heading-color);
}
.btn-wrapper .boxed-btn.political-btn.style-02 {
  padding: 18px 27px;
  background: var(--heading-color);
  color: #fff;
  text-transform: uppercase;
}
.btn-wrapper .boxed-btn.political-btn:hover {
  background: #70A548;
  color: #fff;
}
.btn-wrapper .boxed-btn.event-btn {
  background: transparent;
  color: #70A548;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "robotoregular";
  font-weight: 700;
  transition: 0.5s all ease;
}
.btn-wrapper .boxed-btn.event-btn span {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.btn-wrapper .boxed-btn.event-btn:hover {
  margin-left: 8px;
}
.btn-wrapper .boxed-btn.event-btn:hover span {
  opacity: 1;
  visibility: visible;
}
.btn-wrapper .boxed-btn.event-btn i {
  font-size: 18px;
  margin-right: 12px;
}
.btn-wrapper .boxed-btn.read-btn {
  background: transparent;
  border: 2px solid #70A548;
  border-radius: 8px;
  font-size: 18px;
  font-family: "robotoregular";
  font-weight: 700;
  color: #70A548;
  padding: 18px 24px;
  transition: 0.3s all ease;
  margin-top: 75px;
}
.btn-wrapper .boxed-btn.read-btn:hover {
  background: #70A548;
  border: 2px solid #70A548;
  color: #fff;
}
.btn-wrapper .boxed-btn.read-btn i {
  margin-right: 10px;
}
.btn-wrapper .boxed-btn.counter-btn {
  background: #70A548;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}
.btn-wrapper .boxed-btn.counter-btn i {
  margin-left: 10px;
}
.btn-wrapper .boxed-btn.counter-btn:hover {
  background-color: #fff;
  color: var(--heading-color);
}

.desktop-center {
  text-align: center;
}/*# sourceMappingURL=volunteer-two.css.map */