@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 90vh;
}
@media only screen and (max-width: 1024px) {
  .contact-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .contact-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .contact-banner {
    height: 60vh;
  }
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 56.42%, rgba(0, 0, 0, 0.86) 100.21%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.69%, rgba(0, 0, 0, 0.75) 82.1%);
}
.contact-banner .banner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-banner .banner-wrapper .container {
    padding: 0;
  }
}
.contact-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 15%;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .contact-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.contact-banner .banner-wrapper .container .bg-wrapper h1 {
  max-width: 576px;
  margin-bottom: 20px;
  margin: auto;
}
.contact-banner .banner-wrapper .container .bg-wrapper p {
  max-width: 418px;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .contact-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.contact-secA {
  background: #E5F1FB;
  position: relative;
  overflow: hidden;
}
.contact-secA::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 301px;
  background: url("/assets/images/Contact/contact-secA-bg.png");
  z-index: 1;
}
.contact-secA .flex-box {
  position: relative;
  z-index: 1;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box {
    flex-direction: column;
  }
}
.contact-secA .flex-box .col:first-child {
  flex: 1;
}
.contact-secA .flex-box .col:first-child figure {
  width: 124px;
  height: 95px;
  margin: 0 auto 30px;
}
.contact-secA .flex-box .col:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-secA .flex-box .col:first-child .location {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.contact-secA .flex-box .col:first-child .location .tt {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-secA .flex-box .col:first-child .location .tt img {
  height: -moz-fit-content;
  height: fit-content;
}
.contact-secA .flex-box .col:first-child .location .tt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 243px;
}
.contact-secA .flex-box .col:first-child .location .tt .btn2 {
  margin-top: 20px;
}
.contact-secA .flex-box .col:first-child .location .tt.call, .contact-secA .flex-box .col:first-child .location .tt.mail {
  align-items: center;
}
.contact-secA .flex-box .col:first-child .location .tt.call a, .contact-secA .flex-box .col:first-child .location .tt.mail a {
  color: #303030;
  line-height: 1;
  transition: 0.3s ease;
}
.contact-secA .flex-box .col:first-child .location .tt.call a:hover, .contact-secA .flex-box .col:first-child .location .tt.mail a:hover {
  color: var(--primary);
}
.contact-secA .flex-box .col:last-child {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  width: 667px;
  z-index: 1;
  flex: 0 1 50%;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .col:last-child {
    width: 100%;
    padding: 40px 20px;
  }
}
.contact-secA .flex-box .col:last-child h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  max-width: 433px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .col:last-child h2 {
    font-size: 20px;
  }
}
.contact-secA .flex-box .col:last-child .form {
  margin: auto;
  --item: 2;
  --textareaheight: 66px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .col:last-child .form {
    --item: 1;
  }
}

.contact-secC {
  overflow: hidden;
  height: auto;
  margin-bottom: -6.9px;
  position: relative;
}
.contact-secC iframe {
  width: 100%;
  margin-bottom: 0;
  height: 536px;
}
@media only screen and (max-width: 991px) {
  .contact-secC iframe {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC iframe {
    height: 60vh;
  }
}/*# sourceMappingURL=contact.css.map */