body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
}
@keyframes btn-fade {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .main {
  overflow: hidden;
}
body .main .contact-banner {
  height: 480px;
}
body .main .contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main .contact-form {
  background: #fff;
  padding: 60px 0 0;
}
body .main .contact-form p {
  font-size: 22px;
}
body .main .contact-form .display-1 {
  font-size: 140px;
  margin-bottom: 10px;
  line-height: 140px;
}
body .main .contact-form .display-2 {
  font-size: 77px;
  line-height: 75px;
}
body .main .contact-form .form-wrapper {
  margin: 100px 0;
}
body .main .contact-form .form-wrapper .form-group {
  margin-bottom: 18px;
}
body .main .contact-form .form-wrapper .form-control {
  font-size: 14px;
  color: #0d133e;
  border: 1px solid #0d133e;
  padding: 8px 20px;
  box-shadow: none;
  border-radius: 12px;
}
body .main .contact-form .form-wrapper .form-control:hover, body .main .contact-form .form-wrapper .form-control:focus {
  border-color: #29abe2;
}
body .main .contact-form .form-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C2C2C2;
  text-transform: uppercase;
}
body .main .contact-form .form-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #C2C2C2;
  text-transform: uppercase;
}
body .main .contact-form .form-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #C2C2C2;
  text-transform: uppercase;
}
body .main .contact-form .form-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
  color: #C2C2C2;
  text-transform: uppercase;
}
body .main .contact-form .card {
  position: relative;
  border-radius: 0;
  border: none;
}
body .main .contact-form .card .card-img {
  border-radius: 0;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
body .main .contact-form .card .card-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  padding: 15px 30px;
  font-size: 40px;
  transition: 0.5s;
  z-index: 2;
}
body .main .contact-form .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: end;
  transition: 0.5s;
  opacity: 0;
}
body .main .contact-form .card .card-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .main .contact-form .card .card-body .list li {
  position: relative;
  padding-left: 30px;
  color: #0d133e;
  font-size: 15px;
  margin-bottom: 20px;
}
body .main .contact-form .card .card-body .list li .icon {
  position: absolute;
  top: 0;
  left: 0;
}
body .main .contact-form .card:hover .card-title, body .main .contact-form .card:focus .card-title {
  top: 20px;
  transform: translate(0, 0);
}
body .main .contact-form .card:hover .card-body, body .main .contact-form .card:focus .card-body {
  opacity: 1;
}
body .main .contact-form iframe.mobile {
  display: none;
  margin-top: -60px;
}
@media (max-width: 1200px) {
  body .main .contact-form p {
    font-size: 16px;
  }
  body .main .contact-form .display-1 {
    font-size: 84px;
    line-height: 84px;
  }
  body .main .contact-form .display-2 {
    font-size: 46px;
    line-height: 46px;
  }
  body .main .contact-form .form-wrapper {
    margin: 100px 0 50px;
  }
  body .main .contact-form .card .card-img {
    height: 340px;
  }
  body .main .contact-form .card .card-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  body .main .contact-form iframe.mobile {
    display: block;
  }
  body .main .contact-form iframe.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  body .main .contact-form .display-1 {
    font-size: 60px;
    line-height: 60px;
  }
  body .main .contact-form .display-2 {
    font-size: 36px;
    line-height: 40px;
  }
  body .main .contact-form .form-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  body .main .contact-banner {
    height: 300px;
  }
}

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