:root {
  --green: #82cc20;
  --black: #000000;
}
#home-frm-contact {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}
#home-frm-contact .e-con-inner {
  padding: 0;
}
#home-frm-contact .box-form {
  padding: 80px;
  border-right: 10px solid var(--bs-blue);
  gap: 0;
}
#home-frm-contact form .half-width {
  display: flex;
  gap: 16px;
}
#home-frm-contact form .inline {
  margin-bottom: 16px;
}
#home-frm-contact form p {
  margin-bottom: 0;
}
#home-frm-contact form textarea {
  height: 105px;
}
#home-frm-contact form .wpcf7-spinner {
  display: none !important;
}
#home-frm-contact .box-form .subtitle .elementor-heading-title {
  font-size: 14px;
  color: var(--black);
  border: 3px solid #eee9e3;
  margin-bottom: 16px;
  display: inline-block;
  padding: 2px 24px;
  position: relative;
}
#home-frm-contact .box-form .subtitle .elementor-heading-title::after {
  content: "";
  background-image: url(../images/subtitle-before.png);
  position: absolute;
  width: 19px;
  height: 14px;
  color: var(--bs-blue);
  filter: invert(55%) sepia(92%) saturate(365%) hue-rotate(140deg)
    brightness(106%) contrast(99%) !important;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}
#home-frm-contact .box-form .main-title .elementor-heading-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
  margin-bottom: 26px;
}
#home-frm-contact form input,
#home-frm-contact form textarea {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: unset;
  border: 1px solid rgba(241, 238, 246, 0.5);
  color: #686a6f;
}
#home-frm-contact input[type="submit"] {
  font-weight: 600;
  background: #146C91;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
#home-frm-contact input[type="submit"]:hover {
  background: var(--bs-blue);
}
#home-brand-slider {
  padding: 550px 0 95px;
  margin-top: -456px;
}
#home-brand-slider .brand-slider .swiper-slide img {
  width: 117px;
  height: 35px;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
#home-brand-slider .brand-slider .swiper-slide img:hover {
  opacity: 1;
}
#home-brand-slider .swiper-slide .e-con-inner {
  padding: 0;
}
