@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contactus_section .image_wrapper {
  height: 80vh;
  background-image: url("../../images/contact-us/contact_banner.jpeg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1170px) {
  .contactus_section .image_wrapper {
    min-height: 500px;
    height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .contactus_section .image_wrapper {
    min-height: 450px;
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .contactus_section .image_wrapper {
    min-height: 400px;
    height: 50vh;
  }
}
.contactus_section .contactus_wrapper {
  position: relative;
  z-index: 0;
  background: var(--white);
  margin-top: -100px;
  border-radius: 25px 25px 0 0;
  padding: 70px 50px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .contactus_section .contactus_wrapper {
    padding: 55px 40px 40px;
    margin-top: -80px;
    border-radius: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .contactus_section .contactus_wrapper {
    padding: 40px 20px 30px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 540px) {
  .contactus_section .contactus_wrapper {
    padding: 30px 15px;
    margin-top: -40px;
  }
}
.contactus_section .contactus_wrapper .heading {
  text-align: center;
}
.contactus_section .contactus_wrapper .heading h2 {
  font-size: 60px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .contactus_section .contactus_wrapper .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contactus_section .contactus_wrapper .heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .contactus_section .contactus_wrapper .heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.contactus_section .contactus_wrapper .heading p {
  font-size: 24px;
  font-family: "Neutra-booki";
  max-width: 565px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 991px) {
  .contactus_section .contactus_wrapper .heading p {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  .contactus_section .contactus_wrapper .heading p {
    font-size: 22px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 540px) {
  .contactus_section .contactus_wrapper .heading p {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 auto 40px;
  }
}
.contactus_section .contactus_wrapper .heading p span {
  color: var(--primary);
}
.contactus_section .contactus_wrapper .form {
  --item: 2;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .contactus_section .contactus_wrapper .form {
    --item: 1;
  }
}
.contactus_section .contactus_wrapper .form .btn_wrap {
  margin-top: 10px;
}/*# sourceMappingURL=contact.css.map */