@charset "utf-8";
/* CSS Document */
body {
  font-size: 18px;
  color: #212529;
}

.landing-banner {
  background-image: url("../build/images/landing-pages/bg-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative
}

.landing-banner:before, .landing-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 35px;
  top: 0;
  background-color: rgba(255, 255, 255, .29)
}

.landing-banner:after {
  bottom: 0;
  top: inherit;
}

.fs-x-1 {
  font-size: calc(1.775rem + 1.5vw) !important;
}

.l-s-3 {
  letter-spacing: 3px;
}

.form-col {
  position: relative;
}

.form-col:before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1
}

.form-control, .mauticform-input {
  border-width: 0 0 1px 0;
  border-radius: 0 !important;
  background: transparent;
  padding: 7px 5px;
  margin: 2px 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
  resize: none;
  color: rgba(0, 0, 0, 1.00);
  border-color: #b7b4b4;
  font-weight: 300;
}

.form-control:focus, :focus-visible {
  color: rgba(0, 0, 0, 1.00);
  background-color: rgb(255 255 255 / 55%);
  border-color: #7B7B7B;
  outline: 0;
  box-shadow: none;
}

.form-text {
  font-size: 14px;
  line-height: 1.6
}

.form-check-input[type=checkbox] {
  border-radius: 0em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 1em;
  height: 1em;
  margin-top: 0.4em;
}

.form-check-input:checked {
  background-color: #3cc7c4;
  border-color: #4CAF50;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #8fcc28;
}

.btn-form-contact2 {
  background: rgb(1, 224, 229);
  background: linear-gradient(90deg, rgba(1, 224, 229, 1) 0%, rgba(196, 227, 1, 1) 100%);
  border-radius: 0;
  border: none;
  color: white;

}


.btn-form-contact2 i {
  -webkit-text-stroke: 1px;
  padding-left: 0.5rem
}

input::placeholder {


  color: rgba(0, 0, 0, 1) !important;
}

.form-col .mauticform-errormsg {
  display: block;
  font-size: 13px;
  color: #00ada8;
}




@media (min-width: 1200px) {
  .fs-x-1 {
    font-size: 3rem !important
  }
}