
  /*******************************/
/******** Volunteer CSS ********/
/*******************************/
.section-title {
  text-align: center;
  margin-top: 100px;
}

.section-title h2 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
/* color: #fff; */
font-family: 'Rubik', sans-serif;
}

.section-borders span {
  height: 5px;
  background: #46c0f0;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #7f2274;
  width: 30px;
  margin: 0 6px;

}
.volunteer {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: rgba(0, 0, 0, .5);
}

.volunteer h1 {
  font-size: 7rem;
  color: white;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.volunteer .volunteer-content {
    padding: 30px 0 45px 0;
}

.container .volunteer {
    margin: 90px 0;
}

.container .volunteer .volunteer-content {
    padding: 45px 30px 15px 30px;
}

.volunteer .volunteer-content .section-header {
    margin-bottom: 30px;
}

.volunteer .volunteer-content .section-header h2 {
  color: #7f2274;
    font-size: 5rem;
}

.volunteer .volunteer-text p {
    color: #ffffff;
    font-size: 18px;
    background-color: #00000059;
    text-align: justify;
}

.volunteer .volunteer-form {
    padding: 90px 30px;
    background: #46c0f0d9;
}

.volunteer .volunteer-form .control-group {
    margin-bottom: 15px;
}

.volunteer .volunteer-form .form-control {
    height: 60px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #ffffff;
    background: transparent;
}

.volunteer .volunteer-form textarea.form-control {
    height: 120px;
    padding: 15px;
}

.volunteer .volunteer-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.volunteer .volunteer-form .form-control:-ms-input-placeholder,
.volunteer .volunteer-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.volunteer .volunteer-form .btn.btn-custom {
    padding: 15px 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.volunteer .volunteer-form .btn.btn-custom:hover {
    color: #46c0f0;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 30px #ffffff;
}
