
.page-template-template-contact-php .grid-container {
  max-width: none;
}

.page-template-template-contact-php header .inside-header {
  max-width: 1200px;
  margin: 0 auto;
}

h2, h3, p {
  margin: 0;
}

h2 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 52.8px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 33px;
    line-height: 39.6px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: 10px;
  color: #555555;
}
@media screen and (max-width: 749px) {
  p {
    font-size: 15px;
    line-height: 27px;
  }
}

h3 {
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 33.6px;
  margin-top: 25px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
  }
}

.hero-banner-section {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .hero-banner-section {
    padding: 50px;
    display: flex;
  }
}
.hero-banner-section .hero-banner-image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.hero-banner-section .hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-banner-image img {
    min-height: 280px;
  }
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px 35px;
    max-width: 28rem;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 750px){
    .hero-banner-section .hero-banner-content .hero-banner-title{
        color: white;
    }
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-banner-content {
    padding: 40px 35px;
    position: relative;
    height: fit-content;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
    z-index: 1;
  }
}

.custom-form-section {
  margin: 14px 0 0;
}
@media screen and (max-width: 749px) {
  .custom-form-section {
    padding: 0 15px;
  }
}
.custom-form-section .custom-form-container {
  max-width: 726px;
  margin: 0 auto;
}
.custom-form-section .custom-form-container .form-title{
    margin-top: 10px;
}
@media screen and (min-width: 750px){
    .custom-form-section .custom-form-container .form-title{
        margin-top: 60px;
    }
}
.custom-form-section .custom-form-container .contact-form-wrap {
  margin: 30px 0 42px;
}
@media screen and (max-width: 749px) {
  .custom-form-section .custom-form-container .contact-form-wrap {
    margin: 10px 0 35px;
  }
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row {
    flex-direction: column;
    gap: 0;
  }
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row p {
  width: 100%;
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row input {
  padding: 15px;
  border-radius: 0;
  border-color: black;
  width: 100%;
  height: 45px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row input {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-row textarea {
  padding: 15px;
  border-radius: 0;
  border-color: black;
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-submit-wrapper {
  margin-top: 30px;
  border: 1px solid;
  width: fit-content;
  padding: 0 30px;
  border-radius: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  background: rgb(123, 203, 190);
  color: white;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-submit-wrapper {
    margin-top: 15px;
  }
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-submit-wrapper p {
  margin: 0;
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-submit-wrapper p input {
  all: unset;
  border: none !important;
  color: white;
}
.custom-form-section .custom-form-container .contact-form-wrap .cf7-custom-form .cf7-submit-wrapper p .wpcf7-spinner{
    display: none;
}
.page-desc {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .page-desc {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}
.page-desc .inner-content {
  padding: 16px 0;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .page-desc .inner-content {
    padding: 0 15px;
    margin: 0 20px;
  }
}
.page-desc .rich-text__text.rte {
  margin-top: 20px;
}
.page-desc .rich-text__text.rte p {
  margin: 16px 0;
}

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