.page-template-page-contact-us {
  background: #363C43;
}
.page-template-page-contact-us .contact-section {
  padding-top: 200px;
  overflow: hidden;
  padding-bottom: 80px;
}
.page-template-page-contact-us .contact-section form label {
  position: relative;
  text-align: right;
  width: 100%;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 29px;
  font-family: "Alexandria-Medium";
}
.page-template-page-contact-us .contact-section form label:after {
  content: "*";
  position: absolute;
  left: 20px;
  top: 63px;
  color: #fff;
  z-index: 2;
  font-size: 39px;
  font-family: "Alexandria-Light" !important;
}
.page-template-page-contact-us .contact-section form input {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 40px;
  text-align: right;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #434B54;
  background: #434B54;
  height: 59px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 10px;
  color: #fff;
  font-family: "Alexandria-Light";
}
.page-template-page-contact-us .contact-section form input:focus {
  outline: none;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: #fff;
}
.page-template-page-contact-us .contact-section form textarea {
  font-family: "Alexandria-Light";
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 40px;
  text-align: right;
  border-radius: 4px;
  border: 1px solid #434B54;
  background: #434B54;
  margin-bottom: 0;
  color: #fff;
}
.page-template-page-contact-us .contact-section form textarea:focus {
  outline: none;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: #fff;
}
.page-template-page-contact-us .contact-section form .wpcf7-submit {
  background: transparent;
  text-align: left;
  border: none;
  width: 100px;
  color: var(--primary-color);
  font-family: "Alexandria-Medium";
  padding-right: 0;
  padding-left: 0;
  margin-top: -10px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: 67px;
  margin-left: 19px;
}
.page-template-page-contact-us .contact-section form .wpcf7-submit:hover {
  transform: translateX(-15px);
  color: #fff;
  background-image: url("../icons/2-lines-2.svg");
  background-repeat: no-repeat;
  width: 67px;
  background-position: right;
}
.page-template-page-contact-us .contact-section form .wpcf7-submit:focus {
  border: none;
}
.page-template-page-contact-us .contact-section .info {
  padding-right: 9%;
}
.page-template-page-contact-us .contact-section .info .location-holder .location {
  position: relative;
  line-height: 29px;
  font-size: 16px;
  font-family: "Alexandria-Medium";
  color: var(--primary-color);
  margin-top: 30px;
  padding-bottom: 45px;
}
.page-template-page-contact-us .contact-section .info .phone-holder {
  padding-bottom: 30px;
}
.page-template-page-contact-us .contact-section .info .phone-holder .phone {
  position: relative;
  line-height: 29px;
  font-size: 16px;
  font-family: "Alexandria-Medium";
  color: var(--primary-color);
  padding-top: 50px;
  padding-bottom: 45px;
  direction: ltr;
  text-align: right;
}
.page-template-page-contact-us .contact-section .info .phone-holder .phone a {
  color: var(--primary-color);
  text-decoration: none;
}
.page-template-page-contact-us .contact-section .info .horizontal_line {
  bottom: 0;
  top: unset;
  background: rgba(255, 255, 255, 0.07);
}
.page-template-page-contact-us .wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .page-template-page-contact-us .contact-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-template-page-contact-us .contact-section .wpcf7-submit {
    color: #fff !important;
  }
  .page-template-page-contact-us .contact-section .info .location-holder .location {
    font-size: 16px;
    padding-bottom: 33px;
    line-height: 29px;
  }
  .page-template-page-contact-us .contact-section .info .phone-holder .phone {
    font-size: 16px;
    padding-bottom: 33px;
    line-height: 29px;
    background-position-y: 15px;
    padding-top: 30px;
  }
  .page-template-page-contact-us .contact-section .three-lines-holder {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-contact-us .contact-section .info {
    padding-right: 30px;
  }
}/*# sourceMappingURL=contact.css.map */