@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .contact-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .contact-banner {
    height: 40vh;
  }
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0.85) 100%);
}
.contact-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.contact-banner .bg-wrapper {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.contact-banner .bg-wrapper h1 {
  font-weight: 900;
  font-size: 68px;
  line-height: 54px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper h1 {
    font-size: 38px;
    margin-bottom: 7px;
  }
}
.contact-banner .bg-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 442px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper p {
    font-size: 14px;
    max-width: 80%;
    margin: auto;
  }
}

.contact-secA {
  padding: 50px 0;
  background: #F6F7F8;
}
@media only screen and (max-width: 540px) {
  .contact-secA {
    padding: 50px 0;
  }
}
.contact-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-secA .grid-box .grid-box-item {
  width: 100%;
  height: 238px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  padding: 21px 28px;
  background: var(--white);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .grid-box .grid-box-item {
    padding: 21px 8px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box .grid-box-item {
    height: auto;
  }
}
.contact-secA .grid-box .grid-box-item .flex {
  justify-content: space-between;
  align-items: center;
}
.contact-secA .grid-box .grid-box-item .title {
  color: black;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
}
.contact-secA .grid-box .grid-box-item a {
  color: var(--text);
}
.contact-secA .grid-box .grid-box-item a:hover {
  color: var(--primary);
}
.contact-secA .grid-box .grid-box-item p {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .contact-secA .grid-box .grid-box-item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secA .grid-box .grid-box-item p {
    font-size: 12px;
  }
}
.contact-secA .grid-box .grid-box-item p a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text);
}
@media only screen and (max-width: 1024px) {
  .contact-secA .grid-box .grid-box-item p a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secA .grid-box .grid-box-item p a {
    font-size: 12px;
  }
}
.contact-secA .grid-box .grid-box-item .btn2 {
  margin-top: 30px;
  color: var(--white);
}
.contact-secA .grid-box .grid-box-item .btn2:hover {
  color: var(--primary);
}

.contact-secB {
  padding: 50px 0 20px 0;
  background: var(--gradient-a);
}
.contact-secB h2 {
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  max-width: 50%;
  margin: auto;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .contact-secB h2 {
    max-width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secB h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB h2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.2;
  }
}
.contact-secB form {
  padding: 50px 0;
  width: 55%;
  margin: auto;
  --item: 2;
}
@media only screen and (max-width: 1024px) {
  .contact-secB form {
    width: 85%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB form {
    --gaptb: 20px;
    --item: 1;
  }
}
.contact-secB form .form-group::before {
  background: rgba(255, 255, 255, 0.6980392157);
}
.contact-secB form .form-group::after {
  background: #f5f5f5;
}
.contact-secB form .form-group textarea.valid ~ label, .contact-secB form .form-group textarea:not(.no-focus):focus ~ label {
  color: var(--white);
}
.contact-secB form .form-group label, .contact-secB form .form-group input, .contact-secB form .form-group textarea {
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}
.contact-secB form .form-group input:not(.no-focus):focus ~ label {
  color: var(--white);
}
.contact-secB form .form-group input.valid ~ label {
  color: var(--white);
}
.contact-secB form .btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-weight: 600;
}
.contact-secB form .btn:hover {
  background: var(--black);
  color: var(--primary);
  border-color: var(--black);
}

.contact-secC {
  overflow: hidden;
  height: auto;
  margin-bottom: -6.9px;
}
.contact-secC iframe {
  width: 100%;
  margin-bottom: 0;
  height: 656px;
}
@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 */