.tx-powermail a {
  color: #22759a;
  text-decoration: none;
  transition: all 250ms;
}
.tx-powermail .btn {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.2rem;
  margin-bottom: 1rem;
}
.tx-powermail .btn:hover {
  color: #22759a;
}
.tx-powermail .btn.btn-primary {
  background-color: #faba1e;
  color: #212529;
  border: 0;
  border-radius: 23px;
}
.tx-powermail .btn.btn-primary:hover {
  background-color: #faba1e;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.tx-powermail .h3.blue {
  color: #22759a;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.tx-powermail .powermail_fieldset {
  margin-top: 2rem;
}
.tx-powermail label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.tx-powermail .required {
  border-right: 2px solid red !important;
}
.tx-powermail .form-group .d-block.mb-2 {
  font-size: 0.9rem !important;
}
.tx-powermail .form-control {
  border: 1px solid #ededed;
  background: #ededed;
}

#head .head-text {
  position: absolute;
  bottom: 10%;
  z-index: 10;
  color: #fff;
  width: auto;
  height: auto;
}

.swiper {
  z-index: 10;
}

.swiper-pagination {
  z-index: 100;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
  text-align: left;
  padding-left: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 100;
}
.swiper-button-prev .swiper-navigation-icon path,
.swiper-button-next .swiper-navigation-icon path {
  fill: #fbbb1f;
}

.swiper-pagination-bullet {
  width: 30px;
  border-radius: 2px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fbbb1f;
}

/*# sourceMappingURL=form.css.map */
