@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-banner {
  position: relative;
  color: white;
  overflow: hidden;
  z-index: 1;
  background: url("../../../assets/images/Home/banner-pattern.png");
  margin-top: var(--heading);
  padding: 170px 0 60px 0;
}
.contact-banner .container {
  max-width: 1180px;
}
.contact-banner .container .heading {
  text-align: center;
  margin-bottom: 40px;
}
.contact-banner .container .heading h1 {
  margin-bottom: 10px;
}
.contact-banner .container .heading p {
  max-width: 497px;
  margin: auto;
}
.contact-banner .container .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-banner .container .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-banner .container .grid-box .col:nth-child(1) .get-direction {
  margin-top: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A4B;
  display: block;
}
.contact-banner .container .grid-box .col:nth-child(1) .get-direction img {
  transition: 0.5s ease;
}
.contact-banner .container .grid-box .col:nth-child(1) .get-direction:hover img {
  transform: translateX(10px);
}
.contact-banner .container .grid-box .col:nth-child(2) a {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.contact-banner .container .grid-box .col:nth-child(2) a:hover {
  color: var(--primary);
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .contact-banner .container .grid-box .col:nth-child(2) .social-icons {
    margin: 10px auto 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .contact-banner .container .grid-box .col:nth-child(2) .social-icons {
    margin: 10px auto 0px;
  }
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a {
  color: var(--black);
  border: 1px solid var(--primary);
  padding: 9px;
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a:hover {
  background: var(--primary);
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a:hover svg path {
  fill: var(--white);
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a::before {
  border-radius: 50%;
  transform: scale(1.5);
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease;
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a:not(:last-child) {
  margin-right: 4px;
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a svg {
  width: 24px;
  height: 24px;
}
.contact-banner .container .grid-box .col:nth-child(2) .social-icons a svg path {
  fill: var(--primary);
}
.contact-banner .container .grid-box .col:nth-child(3) a {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.contact-banner .container .grid-box .col:nth-child(3) a:hover {
  color: var(--primary);
}
.contact-banner .container .grid-box .col:nth-child(3) .wtsapbtn {
  margin-top: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A4B;
}
.contact-banner .container .grid-box .col:nth-child(3) .wtsapbtn img {
  transition: 0.5s ease;
}
.contact-banner .container .grid-box .col:nth-child(3) .wtsapbtn:hover img {
  transform: translateX(10px);
}
.contact-banner .container .grid-box .col {
  height: 283px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  padding: 20px 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-banner .container .grid-box .col {
    width: 70%;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-banner .container .grid-box .col {
    width: 100%;
  }
}
.contact-banner .container .grid-box .col figure {
  width: 44px;
  height: 44px;
  line-height: 0;
  margin: 0 auto 15px;
}
.contact-banner .container .grid-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-banner .container .grid-box .col h3 {
  font-weight: 600;
  font-size: 20px;
  color: black;
  margin-bottom: 5px;
}
.contact-banner .container .grid-box .col p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.3;
}

.contact-secB {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: #1A1A4B;
}
@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: 50px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading {
    margin-bottom: 30px;
  }
}
.contact-secB .box .heading h2 {
  margin: auto;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: white;
  max-width: 459px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.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 .bottom-btn {
  margin: auto;
}
.contact-secB .box .form .dropdown-input {
  text-align: left;
}
.contact-secB .box .form .dropdown-input .list li {
  color: var(--text);
  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(--secondary);
}
.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: 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;
  }
}

.form .form-group select.valid ~ label {
  opacity: 1;
}/*# sourceMappingURL=contact.css.map */