@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-banner.banner {
  margin-top: var(--headerheight);
}
.service-banner.banner .bg {
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .service-banner.banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner.banner .bg {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner.banner .bg {
    height: 60vh;
  }
}
.service-banner.banner .bg .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.service-banner.banner .bg .banner-wrapper .bg-wrapper {
  max-width: 700px;
}
.service-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
  color: var(--white);
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1170px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.service-banner.banner .bg .banner-wrapper .bg-wrapper p {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
@media only screen and (max-width: 1170px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper p {
    max-width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper p {
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .service-banner.banner .bg .banner-wrapper .bg-wrapper p {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
  }
}
.service-banner.banner .bg .banner-wrapper .bg-wrapper .btn {
  margin-top: 40px;
}

.service-secA .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 70px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .service-secA .main-wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .main-wrapper {
    --gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .main-wrapper {
    --gap: 30px;
  }
}
.service-secA .main-wrapper .colA {
  flex: 1;
  max-width: calc(65% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .service-secA .main-wrapper .colA {
    max-width: 100%;
  }
}
.service-secA .main-wrapper .colB {
  flex: 0 1 auto;
  max-width: 35%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .service-secA .main-wrapper .colB {
    max-width: 100%;
  }
}
.service-secA .main-wrapper .colB .service-form {
  position: sticky;
  top: var(--headerheight);
  padding: 30px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 1170px) {
  .service-secA .main-wrapper .colB .service-form {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .main-wrapper .colB .service-form {
    padding: 30px;
    position: static;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .main-wrapper .colB .service-form {
    padding: 25px;
  }
}
.service-secA .main-wrapper .colB .service-form .title {
  text-align: center;
}
.service-secA .main-wrapper .colB .service-form .title h4 {
  font-weight: 300;
  color: var(--black);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1170px) {
  .service-secA .main-wrapper .colB .service-form .title h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .main-wrapper .colB .service-form .title h4 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.service-secA .main-wrapper .colB .service-form .title p {
  max-width: 270px;
  margin: 0 auto 20px;
  color: var(--text);
  font-size: 14px;
}
@media only screen and (max-width: 540px) {
  .service-secA .main-wrapper .colB .service-form .title p {
    line-height: 1.2;
  }
}
.service-secA .main-wrapper .colB .service-form .submit-grp {
  margin: 0 auto;
}

.more-sec .more_wrapper .more_slider .service_col figcaption h5 {
  height: 100%;
}/*# sourceMappingURL=services.css.map */