.top-img {
  background-position: 65% 20%;
}

.service-slogan {
  padding: 0 8% 100px;
  text-align: center;
  font-family: "Fira Sans", "Mukta", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFF;
}
.service-slogan p {
  width: fit-content;
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-slogan p.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-slogan p.show:before {
  width: 30%;
}
.service-slogan p:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #EF6A00;
  display: block;
  margin: 0 auto 20px;
  -moz-transition: width 0.6s linear 0.4s;
  -o-transition: width 0.6s linear 0.4s;
  -webkit-transition: width 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s linear 0.4s;
}
.service-inner {
  padding: 0 8%;
}
.service-item {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 200px;
}
.service-item:nth-child(1) {
  padding-top: 100px;
}
.service-item:nth-child(odd) .service-step:before {
  left: -15%;
}
.service-item:nth-child(even) {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.service-item:nth-child(even) .service-step:before {
  left: -10%;
}
.service-img {
  width: 45%;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.service-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-img img {
  width: 100%;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.service-container {
  width: 45%;
}
.service-content {
  margin: 0 10%;
}
.service-step {
  position: relative;
  padding: 15px 0;
}
.service-step:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #404040;
  position: absolute;
  top: 0;
  z-index: -1;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.service-step.show:before {
  width: 125%;
}
.service-step.show span {
  opacity: 1;
}
.service-step span {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.service-step span:nth-child(1) {
  color: #EF6A00;
  font-family: "Fira Sans", "Mukta", serif;
}
.service-step span:last-child {
  padding-left: 10px;
}
.service-text {
  font-size: 0.875em;
  padding-top: 20px;
}
.service-text p {
  padding-top: 10px;
}

@media screen and (max-width: 1100px) {
  .service-slogan {
    padding: 0 5% 100px;
  }
  .service-inner {
    padding: 0;
  }
  .service-item {
    padding-top: 150px;
  }
  .service-item:nth-child(1) {
    padding-top: 50px;
  }
  .service-item:nth-child(odd) .service-step:before {
    left: 0;
  }
  .service-item:nth-child(even) .service-step:before {
    left: 0;
  }
  .service-img {
    width: 55%;
  }
  .service-step {
    padding: 0 0 15px;
  }
  .service-step.show:before {
    width: 100%;
  }
  .service-step:before {
    width: 0%;
    height: 5px;
    top: 100%;
  }
}
@media screen and (max-width: 640px) {
  .service-slogan {
    padding: 0 25px 50px;
  }
  .service-item {
    display: block;
    padding-top: 100px;
  }
  .service-img {
    width: 100%;
  }
  .service-container {
    width: 100%;
    padding-top: 30px;
  }
  .service-content {
    margin: 0 25px;
  }
}
