@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-secA {
  background: var(--gradient-a);
  padding: 50px 0 40px 0;
  margin-top: var(--headerheight);
  overflow: hidden;
}
.contact-secA .heading h1 {
  font-family: Lato;
  color: var(--white);
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 10px;
}
.contact-secA .heading p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: var(--white) !important;
}
.contact-secA .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box {
    flex-direction: column;
  }
}
.contact-secA .flex-box .col {
  height: 148px;
  border-radius: 15px;
  background: var(--white);
  overflow: hidden;
  padding: 15px 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex-box .col {
    height: -moz-fit-content;
    height: fit-content;
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex-box .col {
    width: 100%;
  }
}
.contact-secA .flex-box .col:first-child a {
  display: flex;
  align-items: center;
  color: var(--black);
  gap: 10px;
}
.contact-secA .flex-box .col:first-child a figure img, .contact-secA .flex-box .col:first-child a svg {
  transition: 0.5s ease;
}
.contact-secA .flex-box .col:first-child a:hover figure img, .contact-secA .flex-box .col:first-child a:hover svg {
  margin-left: 10px;
}
.contact-secA .flex-box .col .flex-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.contact-secA .flex-box .col .flex-box2 h4 {
  font-family: Lato;
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  line-height: 24px;
}
.contact-secA .flex-box .col .flex-box2 figure {
  width: 25px;
  height: 25px;
}
.contact-secA .flex-box .col .flex-box2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-secA .flex-box .col p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text);
  margin-bottom: 10px;
  max-width: 92%;
  transition: 0.5s ease;
}
.contact-secA .flex-box .col a {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.contact-secA .flex-box .col a:hover {
  color: var(--primary);
}

.contact-secB {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contact-secB {
    padding: 40px 0;
  }
}
.contact-secB .box {
  margin: auto;
  max-width: 779px;
  height: auto;
}
.contact-secB .box .heading {
  text-align: center;
  margin-bottom: 38px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading {
    margin-bottom: 50px;
  }
}
.contact-secB .box .heading h2 {
  font-family: Lato;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: var(--black);
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading h2 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.3;
  }
}
.contact-secB .box .form-grid {
  --item: 2;
  --gaptb: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .form-grid {
    --item: 1;
    --gaptb: 25px;
  }
}
.contact-secB .box .form-grid textarea {
  --textareaheight: 46px;
}
.contact-secB .box .form-grid .custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--primary);
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.contact-secB .box .form-grid .custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-a);
  transition: 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.contact-secB .box .form-grid .custom-btn:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.contact-secB .box .form-grid .custom-btn:hover::before {
  opacity: 1;
}
.contact-secB .box .form-grid .custom-btn:hover figure svg path {
  fill: #fff;
}
.contact-secB .box .form-grid .custom-btn .figure {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.contact-secB .box .form-grid .custom-btn .figure svg path {
  transition: 0.5s ease;
}
.contact-secB .box .form-grid .custom-btn span {
  font-weight: 800;
  font-size: 12px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-transform: uppercase;
}

.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;
  }
}
.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 */