.section-title {
  margin: 0 0 30px;
}

.section-title h4 {
  font-size: 18px;
  font-family: 'Poppins',Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: var(--text-color);
  margin: 0 0 10px;
}

.section-title h3 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}

.section-title .section-title-summary,
.bottom-info-container {
  width: 80%;
  color: rgba(31, 31, 31, 0.7);
  margin: 30px auto 40px;
  text-align: center;
}

.bottom-info-container {
  position: relative;
  margin: 40px auto 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -19px;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #e01b12;
  color: #fff !important;
  font-size: 14px !important;
}

.wpcf7-not-valid-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #e01b12;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -5px;
}

.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
  border: 0 !important;
  background: #e01b12 !important;
  margin: 20px -10px 0 !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff !important;
}

div.wpcf7-mail-sent-ok,
.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
  background: #127e58 !important;
}

.wpcf7-form-control-wrap  .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap  .wpcf7-list-item label {
  display: block;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  color: rgba(31, 31, 31, 0.7);
}

.wpcf7-form-control-wrap  .wpcf7-list-item input[type="radio"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

#innerbanner {
  position: relative;
  height: 450px;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  justify-content: center;
}

#innerbanner .image-container {
  background-image: url(../img/page-title-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  text-indent: -999em;
  top: 0;
  width: 100%;
  height: 100%;
}

#innerbanner h2 {
  color: var(--white);
  font-size: 48px;
}

#innerbanner .image-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 6, 16, 0.887194)), color-stop(93%, rgba(1, 6, 16, 0.350677)));
  background: linear-gradient(180deg, rgba(1, 6, 16, 0.887194) 0%, rgba(1, 6, 16, 0.350677) 93%);
  background-blend-mode: multiply;
}

#innerbanner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs,
.breadcrumbs a {
  color: var(--white);
}

blockquote {
  border-left: 4px solid var(--orange);
  padding-left: 20px;
  margin: 20px 0 30px;
}

blockquote strong {
  display: inline-block;
  margin-right: 5px;
}