.volunteer-section-area {
  margin-top: 75px;
}
.volunteer-section-area.style-01 {
  margin-top: 120px;
}
.volunteer-section-area.style-02 {
  margin-top: 116px;
}
.volunteer-section-area.style-03 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.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: black;
  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: #70A548;
  margin-right: 5px;
}
.section-title .subtitle .icon span:last-child {
  margin-right: 0;
}
.section-title .title {
  font-size: 40px;
  line-height: 55px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  margin-bottom: 0px;
  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: 18px;
  line-height: 28px;
  font-family: "robotoregular";
  font-weight: 500;
  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;
}

.volunteer-form {
  background: #FFF9FC;
  padding: 50px;
  border-radius: 10px;
}
.volunteer-form.style-01 {
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.volunteer-form .form-question {
  margin-top: 18px;
  margin-bottom: 38px;
}
.volunteer-form .form-question .title {
  font-size: 16px;
  line-height: 26px;
  font-family: "robotoregular";
  font-weight: 700;
  margin-bottom: 18px;
}
.volunteer-form .form-question .check-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-form .form-question .check-box-wrapper .check-box {
  margin-right: 30px;
}
.volunteer-form .form-question .check-box-wrapper .check-box .container-box {
  font-size: 16px;
  line-height: 21px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #505050;
  padding-left: 30px;
  position: relative;
}
.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark {
  background: #fff;
  border: 1px solid #C9C9C9;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  background: #70A548;
  border: 1px solid #70A548;
  transform: rotate(0deg);
  border-radius: 50%;
}
.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.volunteer-form .form-question .form-group .form-control {
  padding: 22px 30px;
  border: 1px solid #cccccc;
  font-size: 16px;
  line-height: 21px;
  font-family: "robotoregular";
  font-weight: 300;
  border-radius: 10px;
}

.contact-form .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "barlow_semi_condensedmedium";
  color: black;
  margin-bottom: 20px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  padding: 22px 30px;
  border: 1px solid #cccccc;
  font-size: 16px;
  line-height: 21px;
  font-family: "robotoregular";
  font-weight: 300;
  border-radius: 10px;
}

.check-box .container-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
}

.check-box .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box .container-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.check-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: #000;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.check-box .container-box input:checked ~ .checkmark:after {
  display: block;
}

.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;
}
.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: var(--heading-color);
  border: 2px solid black;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  font-family: "robotoregular";
  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: var(--heading-color);
  border-color: var(--heading-color);
  color: #fff;
}
.btn-wrapper .boxed-btn.btn-sanatory.style-03 {
  background-color: var(--heading-color);
  width: 100%;
  padding-top: 14px;
  border: 1px solid var(--heading-color);
  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: black;
  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: 15px 15px;
  box-shadow: none;
  text-decoration: 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: black !important;
}
.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: black;
  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: black;
  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);
}/*# sourceMappingURL=volunteer-four.css.map */