@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service_section .image_wrapper {
  height: 80vh;
  background-image: url("../../images/services/service-details/immigration.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1170px) {
  .service_section .image_wrapper {
    min-height: 500px;
    height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .image_wrapper {
    min-height: 450px;
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .image_wrapper {
    min-height: 400px;
    height: 50vh;
  }
}
.service_section .service_wrapper {
  position: relative;
  z-index: 0;
  background: var(--white);
  margin-top: -100px;
  border-radius: 25px 25px 0 0;
  padding: 70px 50px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper {
    padding: 55px 40px 40px;
    margin-top: -80px;
    border-radius: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper {
    padding: 40px 20px 30px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper {
    padding: 30px 15px;
    margin-top: -40px;
  }
}
.service_section .service_wrapper.service2 .heading h2 {
  font-family: "Neutra-bd";
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper.service2 .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .heading h2 {
    font-size: 30px;
  }
}
.service_section .service_wrapper.service2 .desc {
  max-width: 710px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .desc {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .desc {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.service_section .service_wrapper.service2 .desc p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .desc p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .desc p {
    font-size: 16px;
  }
}
.service_section .service_wrapper.service2 .desc p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .desc p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .desc p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.service_section .service_wrapper.service2 .sub_service_wrapper .heading {
  text-align: center;
}
.service_section .service_wrapper.service2 .sub_service_wrapper .heading h2 {
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .heading h2 {
    font-size: 20px;
  }
}
.service_section .service_wrapper.service2 .sub_service_wrapper figure {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper figure {
    width: 400px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper figure {
    width: 350px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper figure {
    width: 300px;
  }
}
.service_section .service_wrapper.service2 .sub_service_wrapper .service_points {
  max-width: 800px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points {
    max-width: 560px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points {
    max-width: 470px;
  }
}
.service_section .service_wrapper.service2 .sub_service_wrapper .service_points li {
  position: relative;
  padding-left: 50px;
  font-size: 22px;
  font-family: "Neutra-bd";
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points li {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points li {
    font-size: 16px;
    padding-left: 30px;
    line-height: 1.2;
  }
}
.service_section .service_wrapper.service2 .sub_service_wrapper .service_points li:not(:last-child) {
  margin-bottom: 10px;
}
.service_section .service_wrapper.service2 .sub_service_wrapper .service_points li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid var(--black);
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points li::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper.service2 .sub_service_wrapper .service_points li::before {
    width: 15px;
    height: 15px;
  }
}
.service_section .service_wrapper > .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper > .heading {
    max-width: 510px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper > .heading {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper > .heading {
    margin: 0 auto 20px;
  }
}
.service_section .service_wrapper > .heading h2 {
  font-size: 50px;
  font-family: "Neutra-bdi";
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper > .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper > .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper > .heading h2 {
    font-size: 22px;
  }
}
.service_section .service_wrapper .main_wrapper {
  display: flex;
  --gap: 70px;
  gap: var(--gap);
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .service_section .service_wrapper .main_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper .main_wrapper {
    flex-direction: column-reverse;
    --gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper {
    --gap: 30px;
  }
}
.service_section .service_wrapper .main_wrapper.no_service {
  justify-content: center;
}
.service_section .service_wrapper .main_wrapper .colA {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  background: url(../../images/services/service_bg.svg) no-repeat;
  background-size: 100%;
  background-position: 50% 3%;
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper .main_wrapper .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 50px;
    background: var(--white);
  }
}
.service_section .service_wrapper .main_wrapper .colA .related_wrapper {
  padding: 30px;
  background: var(--secondary);
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper {
    padding: 25px;
  }
}
.service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading {
    margin-bottom: 15px;
  }
}
.service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading h3 {
  font-size: 40px;
  text-transform: capitalize;
  color: var(--white);
  font-family: "Neutra-book";
}
@media only screen and (max-width: 1170px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper .heading h3 {
    font-size: 24px;
  }
}
.service_section .service_wrapper .main_wrapper .colA .related_wrapper ul li:not(:last-child) {
  margin-bottom: 7px;
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.service_section .service_wrapper .main_wrapper .colA .related_wrapper ul li a {
  display: block;
  color: var(--white);
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colA .related_wrapper ul li a {
    font-size: 16px;
  }
}
.service_section .service_wrapper .main_wrapper .colB {
  flex: 0 1 calc(60% - var(--gap));
  max-width: calc(60% - var(--gap));
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1170px) {
  .service_section .service_wrapper .main_wrapper .colB {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .service_section .service_wrapper .main_wrapper .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colB .content_wrapper .content {
    text-align: center;
  }
}
.service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p {
    font-size: 16px;
  }
}
.service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .service_section .service_wrapper .main_wrapper .colB .content_wrapper .content p:not(:last-child) {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=services.css.map */