@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(360deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 45.79%, rgba(0, 0, 0, 0.95) 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: 700;
  font-size: 48px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 540px) {
  .contact-banner .bg-wrapper h1 {
    font-size: 38px;
    margin-bottom: 7px;
  }
}
.contact-banner .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  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 {
  padding: 90px 0;
}
@media only screen and (max-width: 540px) {
  .contact-secA {
    padding: 50px 0;
  }
}
.contact-secA .flex-box {
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .contact-secA .flex-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box .flex-box-item:first-child {
    display: none;
  }
}
.contact-secA .flex-box .flex-box-item:first-child figure {
  width: 446px;
  height: 475px;
  border-radius: 15px;
  overflow: hidden;
}
.contact-secA .flex-box .flex-box-item:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-secA .flex-box .flex-box-item:last-child {
  width: 496px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .flex-box-item:last-child {
    width: 100%;
  }
}
.contact-secA .flex-box .flex-box-item:last-child .heading {
  text-align: left;
  position: relative;
}
.contact-secA .flex-box .flex-box-item:last-child .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}
.contact-secA .flex-box .flex-box-item:last-child .heading h2 span:nth-child(1) {
  color: var(--primary);
}
.contact-secA .flex-box .flex-box-item:last-child .heading h2 span:nth-child(2) {
  color: #666666;
}
.contact-secA .flex-box .flex-box-item:last-child .heading h2 span:nth-child(3) {
  color: #03052E;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box .flex-box-item:last-child .heading h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .flex-box-item:last-child .heading h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
}
.contact-secA .flex-box .flex-box-item:last-child ul li {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-secA .flex-box .flex-box-item:last-child ul li a {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}
.contact-secA .flex-box .flex-box-item:last-child ul li a p {
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .flex-box-item:last-child ul li a p {
    font-size: 13px;
  }
}
.contact-secA .flex-box .flex-box-item:last-child ul li a:hover p {
  color: #00498E;
}
.contact-secA .flex-box .flex-box-item:last-child ul li a img {
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid #00498E;
  border-radius: 50%;
  padding: 16px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .flex-box-item:last-child ul li a img {
    width: 39px;
    padding: 9px;
  }
}
.contact-secA .flex-box .flex-box-item:last-child .view-btn {
  margin: 25px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box .flex-box-item:last-child .view-btn {
    text-align: center;
  }
}
.contact-secA .flex-box .flex-box-item:last-child .view-btn a {
  opacity: 1;
  border-radius: 5px;
  font-weight: 600;
  padding: 8px 15px;
  color: var(--text);
  border: 1px solid var(--text);
  align-items: center;
}
.contact-secA .flex-box .flex-box-item:last-child .view-btn a:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.contact-secB {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: var(--gradient-a);
}
@media only screen and (max-width: 540px) {
  .contact-secB {
    padding: 50px 0;
  }
}
.contact-secB::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -20px;
  width: 357px;
  height: 285px;
  background: url("../../images/home/dot-bg.png");
}
@media only screen and (max-width: 540px) {
  .contact-secB::before {
    width: 90px;
    height: 135px;
  }
}
.contact-secB::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -20px;
  width: 357px;
  height: 285px;
  background: url("../../images/home/dot-bg.png");
}
@media only screen and (max-width: 540px) {
  .contact-secB::after {
    width: 107px;
    height: 225px;
  }
}
.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: 50px;
  }
}
.contact-secB .box .heading h2 {
  font-weight: 600;
  color: var(--white);
  font-size: 36px;
  max-width: 45%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading h2 {
    max-width: 100%;
    font-size: 22px !important;
  }
}
.contact-secB .box .form-sec .group1, .contact-secB .box .form-sec .group2, .contact-secB .box .form-sec .group3 {
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
}
.contact-secB .box .form-sec .group4 textarea {
  width: 100%;
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box .form-sec .group4 textarea:focus-visible {
  outline: none;
}
.contact-secB .box .form-sec .group4 textarea::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .group4 textarea::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .group5 button {
  width: 171px;
  height: 39px;
  gap: 10px;
  border-radius: 25px;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  background: #0A3481;
  color: white;
}
.contact-secB .box .form-sec .submit-button {
  text-align: center;
  margin-top: 35px;
}
.contact-secB .box .form-sec input {
  width: 50%;
  border: none;
  width: 362.5;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box .form-sec input:focus-visible {
  outline: none;
}
.contact-secB .box .form-sec input::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec input::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .custom-select {
  display: flex;
  align-items: center;
  width: 50%;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  background: white;
  color: #666666;
}
.contact-secB .box .form-sec .custom-select::before {
  right: 20px;
}
.contact-secB .box form .form-grid {
  --item: 2;
  --gaplr: 20px;
  --gaptb: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box form .form-grid {
    --item: 1;
  }
}
.contact-secB .box form .form-grid .submit-btn {
  width: 180px;
  height: 45px;
  border-radius: 5px;
  padding: 16px;
  color: var(--white);
  background: #5393C5;
  border: 1px solid #5393C5;
  display: flexs;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s ease;
  font-weight: 600;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.contact-secB .box form .form-grid .submit-btn:hover {
  background: transparent;
  border: 1px solid #5393C5;
  color: #5393C5;
  transition: 0.5s ease;
}
.contact-secB .box form .form-grid .form-group {
  background-color: white;
  border: none;
  outline: none;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding: 5px 17px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box form .form-grid .form-group input:focus ~ label {
  font-size: 11px;
  color: gray;
  top: -3px;
}
.contact-secB .box form .form-grid .form-group textarea:focus ~ label {
  font-size: 11px;
  color: gray;
  top: -3px;
}
.contact-secB .box form .form-grid .form-group .file-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.contact-secB .box form .form-grid .form-group .file-icon:hover {
  cursor: pointer;
}
.contact-secB .box form .form-grid .form-group.active label {
  font-size: 11px;
  color: gray;
  top: -3px;
}
.contact-secB .box form .form-grid .form-group::before {
  background: none;
}
.contact-secB .box form .form-grid .form-group::after {
  background: none;
}
.contact-secB .box form .form-grid .form-group label {
  padding-left: 15px;
  font-weight: 400;
  line-height: 24px;
}
.contact-secB .box form .form-grid .form-group:last-child {
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box form .form-grid .span-2 {
  grid-column: span 2;
  height: 100px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box form .form-grid .span-2 {
    grid-column: span 1;
  }
}

.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;
  }
}
.contact-secC .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .contact-secC .box {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.contact-secC .box img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secC .box img {
    width: 30px;
  }
}
.contact-secC .box .address {
  padding: 30px;
  background: var(--white);
  box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1490196078);
  width: 393px;
  height: 203px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .contact-secC .box .address {
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    margin: auto;
  }
}
.contact-secC .box .address p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secC .box .address p {
    font-size: 12px;
  }
}
.contact-secC .box .address a {
  font-weight: 600;
  font-size: 16px;
  color: #5393C5;
  line-height: 24px;
}/*# sourceMappingURL=contact.css.map */