@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact_banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 540px) {
  .contact_banner .bg {
    height: 40vh;
  }
}
.contact_banner .bg .banner-wrapper {
  bottom: 10%;
  top: unset;
}
.contact_banner .bg .banner-wrapper .heading h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .contact_banner .bg .banner-wrapper .heading h2 {
    font-size: 40px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .contact_banner .bg .banner-wrapper .heading h2 {
    font-size: 30px;
  }
}
.contact_banner .bg .banner-wrapper .heading p {
  font-size: 22px;
  color: var(--white);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .contact_banner .bg .banner-wrapper .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .contact_banner .bg .banner-wrapper .heading p {
    font-size: 16px;
    max-width: 215px;
    margin: 0 auto;
  }
}

.contact-secA .title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .title {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .title {
    padding-bottom: 30px;
  }
}
.contact-secA .title img, .contact-secA .title svg {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .title img, .contact-secA .title svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .title img, .contact-secA .title svg {
    width: 40px;
    height: 40px;
  }
}
.contact-secA .title h2 {
  color: var(--black);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contact-secA .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .title h2 {
    font-size: 24px;
  }
}
.contact-secA .flex {
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-secA .col-md {
  flex: 1;
  padding: 44px 32px 55px;
  background-color: #EDEDED;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.contact-secA .col-md .inf {
  flex: 1;
  padding-left: 30px;
}
.contact-secA .col-md .inf h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 9px;
}
.contact-secA .col-md .inf a {
  display: block;
  color: var(--black);
}
.contact-secA .col-md .inf a:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact-secA .col-md .inf a:hover {
  color: var(--primary);
}

.contact-secC .heading {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  .contact-secC .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC .heading {
    margin-bottom: 30px;
  }
}
.contact-secC .heading h3 {
  color: var(--black);
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contact-secC .heading h3 {
    font-size: 28px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC .heading h3 {
    font-size: 24px;
  }
}
.contact-secC .heading .ico {
  width: 70px;
  line-height: 0;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .contact-secC .heading .ico {
    width: 60px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC .heading .ico {
    width: 50px;
    margin-bottom: 18px;
  }
}
.contact-secC .form-wrap {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
}
.contact-secC .form-wrap .form {
  --item: 2;
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --gaptb: 17px;
  --gaplr: 17px;
}
@media only screen and (max-width: 768px) {
  .contact-secC .form-wrap .form {
    --item: 1;
  }
}
.contact-secC .form-wrap .form .sbmt-grp {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .contact-secC .form-wrap .form .sbmt-grp {
    margin-top: 25px;
  }
}
.contact-secC .form-wrap .form .sbmt-grp .btn {
  --padding: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-secC .form-wrap .form .sbmt-grp .btn {
    height: 34px;
  }
}

.contact-secD {
  line-height: 0;
}
.contact-secD iframe {
  filter: grayscale(1);
}/*# sourceMappingURL=contact.css.map */