/*--------------------------------------------------------------
	## join party section start
--------------------------------------------------------------*/
.join-party-section-area.join-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(8, 8, 7, 0.831372549);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.join-party-section-area .join-single-item .video-btn {
  margin-bottom: 40px;
}
.join-party-section-area .join-single-item .content .subtitle {
  display: flex;
}
.join-party-section-area .join-single-item .content .subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-family: "robotoregular";
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 10px;
}
.join-party-section-area .join-single-item .content .subtitle .icon {
  font-size: 10px;
  color: #70A548;
  margin-top: 12px;
}
.join-party-section-area .join-single-item .content .title {
  font-size: 40px;
  line-height: 48px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.join-party-section-area .join-single-item .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  text-align: justify;
}

.video-play.style-02 i {
  background: transparent;
  height: 95px;
  width: 95px;
  line-height: 95px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 0;
  font-size: 24px;
}

.contact-page-wrapper {
  position: relative;
}
.contact-page-wrapper .contact-form.contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 30px 37px 30px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4705882353);
}
.contact-page-wrapper .contact-form .content {
  margin-bottom: 35px;
  position: relative;
}
.contact-page-wrapper .contact-form .content .title-shape {
  position: absolute;
  left: 29%;
  top: -50%;
}
.contact-page-wrapper .contact-form .content .title {
  font-size: 24px;
  line-height: 28px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group {
  margin-bottom: 25px;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group textarea {
  width: 100%;
  height: 97px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 2px;
  resize: none;
  color: #fff;
  padding: 15px 20px;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group textarea::placeholder {
  font-size: 14px;
  line-height: 19px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group textarea:focus-visible {
  outline: none;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group .text-area {
  height: 200px;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 2px;
  height: 50px;
  padding: 6px 12px;
  color: #fff;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  padding-left: 0;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 19px;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  padding-left: 0;
}
.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control:focus {
  outline: none;
}
.contact-page-wrapper .contact-form .contact-page-form .desktop-center {
  text-align: center;
}

.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:hover {
  background-color: #70A548;
  color: #fff;
}
.btn-wrapper .boxed-btn.political-btn i {
  margin-left: 10px;
}
.btn-wrapper .boxed-btn.political-btn.style-01 {
  padding: 15px 25px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-wrapper .boxed-btn.political-btn.style-01:hover {
  background-color: black;
  text-decoration: none;
}

/*--------------------------------------------------------------
	## join party section end
--------------------------------------------------------------*//*# sourceMappingURL=join.css.map */