@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.contact-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.contact-banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1400px) {
  .banner.contact-banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .banner.contact-banner .bg {
    height: 70vh;
  }
}
.banner.contact-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.contact-banner .bg .banner-wrapper .container-fluid .content, .banner.contact-banner .bg .banner-wrapper .container .content {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.banner.contact-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.contact-banner .bg .banner-wrapper .container .content .btn {
  margin-top: 30px;
}

.contact-secA {
  background: var(--bglight);
}
.contact-secA .sec-pad-all {
  padding: 80px 0;
}
.contact-secA .contact_wrap {
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .contact-secA .contact_wrap {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.contact-secA .contact_wrap .colA {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-secA .contact_wrap .colA figure {
  width: 430px;
}
@media only screen and (max-width: 1280px) {
  .contact-secA .contact_wrap .colA figure {
    width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secA .contact_wrap .colA figure {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .contact_wrap .colA figure {
    width: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .contact_wrap .colA figure {
    width: 120px;
  }
}
.contact-secA .contact_wrap .colB {
  flex: 1;
  width: 100%;
}
.contact-secA .contact_wrap .colB .heading h2 {
  font-family: "Optima";
  font-size: 48px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  .contact-secA .contact_wrap .colB .heading h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secA .contact_wrap .colB .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .contact_wrap .colB .heading h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .contact_wrap .colB .heading h2 {
    font-size: 32px;
  }
}
.contact-secA .contact_wrap .colB .contact_list {
  margin-top: 30px;
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .contact_wrap .colB .contact_list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .contact_wrap .colB .contact_list {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .contact_wrap .colB .contact_list {
    margin: 20px auto 0;
  }
}
.contact-secA .contact_wrap .colB .contact_list li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .contact_wrap .colB .contact_list li {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.contact-secA .contact_wrap .colB .contact_list li .icon {
  flex: 0 1 24px;
  width: 24px;
  height: 24px;
}
.contact-secA .contact_wrap .colB .contact_list li .icon svg {
  width: 100%;
  height: 100%;
}
.contact-secA .contact_wrap .colB .contact_list li a {
  flex: 1;
}
.contact-secA .contact_wrap .colB .contact_list li a:not(.btn) {
  color: var(--text);
}
.contact-secA .contact_wrap .colB .contact_list li a:not(.btn):hover {
  transform: translateX(5px);
  color: var(--primary);
}
.contact-secA .contact_wrap .colB .contact_list li .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact-secA .contact_wrap .colB .contact_list li .btn_wrap {
    width: 100%;
    justify-content: center;
  }
}
.contact-secA .contact_wrap .colB .contact_list li .btn_wrap .btn {
  text-transform: capitalize;
}

.contact-secB .heading {
  max-width: 622px;
  margin: 0 auto;
  text-align: center;
}
.contact-secB .heading h3 {
  font-family: "Optima";
  font-size: 48px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .contact-secB .heading h3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secB .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secB .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .heading h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.contact-secB .heading p {
  color: var(--text);
}
@media only screen and (max-width: 768px) {
  .contact-secB .heading p {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .heading p {
    line-height: 1.2;
    margin: 10px auto 0;
    font-size: 14px;
  }
}
.contact-secB .form-container {
  max-width: 630px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .contact-secB .form-container {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .form-container {
    margin: 30px auto 0;
  }
}
.contact-secB .form-container .form {
  --labelbefore: #AEAEAE;
  --labelafter: #B18876;
  --borderbefore: #AEAEAE;
}
@media only screen and (max-width: 540px) {
  .contact-secB .form-container .form {
    --item: 1;
  }
}
.contact-secB .form-container .form .form-group input, .contact-secB .form-container .form .form-group textarea {
  color: var(--black);
}
.contact-secB .form-container .form .btn_wrap .btn {
  margin: 0 auto;
  max-width: 180px;
}

.contact-secC {
  line-height: 0;
}
.contact-secC iframe {
  height: 600px;
  filter: grayscale(1);
  transition: 0.8s ease;
  border: 0;
}
@media only screen and (max-width: 540px) {
  .contact-secC iframe {
    height: 400px;
  }
}
.contact-secC iframe:hover {
  filter: grayscale(0);
}/*# sourceMappingURL=contact.css.map */