.ts-contact .ts-btn-block {
  border-radius: 0px;
  color: #ffffff;
  background-color: #19335A;
}
.ts-contact .ts-btn-block:hover {
  background-color: #EC6821;
}
.ts-contact .ts-btn {
  border-radius: 0;
  color: #ffffff;
  background-color: #19335A;
}
.ts-contact .ts-btn:hover {
  background-color: #EC6821;
}
.ts-contact .ts-row {
  align-items: center;
  margin: 15px 0;
}
.ts-contact .col {
  margin-left: 15px;
}

.ts-form-control {
  border: 1px solid #F6F6F6 !important;
  background-color: #F6F6F6 !important;
  padding: 0.8rem 1.1875rem;
  font-size: 0.875rem;
  color: #868686 !important;
}
.ts-form-control:focus {
  box-shadow: none;
  border-color: #19335A;
}
.ts-form-control::-moz-placeholder {
  color: #A5A5A5 !important;
}
.ts-form-control::placeholder {
  color: #A5A5A5 !important;
}
.ts-form-control:-webkit-autofill, .ts-form-control:-webkit-autofill:hover, .ts-form-control:-webkit-autofill:focus, .ts-form-control:-webkit-autofill:active {
  -webkit-text-fill-color: white;
  /* background remain same */
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #A5A5A5 !important;
}

.ts-hero {
  position: relative !important;
}
.ts-hero .ts-map-wrapper {
  position: relative;
  z-index: 1;
}
.ts-hero::after {
  pointer-events: none;
  z-index: 2;
}
.ts-hero .ts-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.ts-hero .ts-hero__breadcrumb {
  z-index: 3;
}/*# sourceMappingURL=contact.css.map */