@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: 60vh;
  }
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, 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%;
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper {
    top: 70%;
  }
}
.contact-banner .bg-wrapper h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper h1 {
    font-size: 40px;
    line-height: 1;
  }
}
.contact-banner .bg-wrapper p {
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper p {
    font-size: 13px;
    max-width: 100%;
    margin: auto;
  }
}
.contact-banner .scroll-btn {
  position: absolute;
  top: 85%;
  left: 49%;
  animation: scroll 1.5s ease-in-out infinite forwards;
}

.contact-secA {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.contact-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.contact-secA .grid-box .grid-box-item {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
  height: 229px;
  padding: 20px;
}
.contact-secA .grid-box .grid-box-item .flex-box {
  justify-content: space-between;
  margin-bottom: 15px;
}
.contact-secA .grid-box .grid-box-item .flex-box h3 {
  color: #232963;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.contact-secA .grid-box .grid-box-item .flex-box p {
  font-weight: 500;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}
.contact-secA .grid-box .grid-box-item a {
  color: #232963;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  display: inline-block;
}
.contact-secA .grid-box .grid-box-item a svg {
  transition: 0.2s ease;
}
.contact-secA .grid-box .grid-box-item a:hover svg {
  margin-left: 5px;
}
.contact-secA .grid-box .grid-box-item:nth-child(2) a {
  display: block;
}
.contact-secA .grid-box .grid-box-item:nth-child(2) a p {
  font-size: 16px;
  font-weight: 500;
}
.contact-secA .grid-box .grid-box-item:nth-child(3) a p {
  font-size: 16px;
  font-weight: 500;
}

.contact-secB {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: #232963;
}
@media only screen and (max-width: 540px) {
  .contact-secB {
    padding: 50px 0;
  }
}
.contact-secB .box {
  margin: auto;
  max-width: 779px;
  height: auto;
}
.contact-secB .box .heading {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading {
    margin-bottom: 30px;
  }
}
.contact-secB .box .heading h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: white;
  max-width: 50%;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .contact-secB .box .heading h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.1;
  }
}
.contact-secB .box .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.contact-secB .box .form {
  margin: auto;
  --item: 2;
}
@media only screen and (max-width: 768px) {
  .contact-secB .box .form {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .form {
    --item: 1;
    --gaptb: 22px;
    max-width: 90%;
  }
}
.contact-secB .box .form .form-group::before {
  background: var(--white);
}
.contact-secB .box .form .form-group .custom-select .current {
  color: var(--white);
}
.contact-secB .box .form label, .contact-secB .box .form textarea {
  color: var(--white);
}
.contact-secB .box .form input, .contact-secB .box .form input ~ label, .contact-secB .box .form textarea ~ label {
  color: white !important;
}
.contact-secB .box .form .bottom-btn {
  margin: auto;
}
.contact-secB .box .form .bottom-btn button {
  padding: 12px 30px;
  background: white;
  border-radius: 25px;
  color: black;
  font-weight: 600;
}
.contact-secB .box .form .dropdown-input {
  text-align: left;
}
.contact-secB .box .form .dropdown-input .list li {
  color: var(--white);
  transition: 0.5s ease;
}
.contact-secB .box .form .dropdown-input .list li.focus {
  color: white;
}
.contact-secB .box .form .dropdown-input .list li:hover {
  color: var(--white);
  background: var(--white);
}
.contact-secB .box .form .btn2 {
  margin: 10px auto 0px auto;
}

.contact-secC {
  overflow: hidden;
  height: auto;
  margin-bottom: -6.9px;
  position: relative;
}
.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 */