.tm-sc-working .icon {
  display: inline-block;
}
.tm-sc-working .icon,
.tm-sc-working .working-title,
.tm-sc-working .working-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-style1 {
  overflow: hidden;
  position: relative;
}
.working-block-style1:hover:before {
  opacity: 1;
  visibility: visible;
}
.working-block-style1 .inner-box {
  overflow: hidden;
  padding: 50px 30px 0;
  margin: 2px;
  position: relative;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block-style1 .inner-box {
    padding: 50px 15px 0;
  }
}
@media (max-width: 575.98px) {
  .working-block-style1 .inner-box {
    padding-bottom: 15px;
    padding-top: 60px;
    text-align: center;
  }
}
.working-block-style1 .inner-box:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  height: calc(100% - 8px);
  width: 1px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .working-block-style1 .inner-box:before {
    display: none;
  }
}
.working-block-style1 .inner-box:hover .icon img, .working-block-style1 .inner-box:hover .icon i {
  transform: scaleX(-1);
}
.working-block-style1 .inner-box .step {
  background: var(--gradient-2);
  border-radius: 20px 0 0 20px;
  display: inline-block;
  min-width: 81px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}
.working-block-style1 .inner-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 215px;
  position: relative;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .icon:before {
  background-image: url(../../../images/current-theme/shape-cirlcle.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .icon img {
  max-height: 202px;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .working-title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 7px;
}
.working-block-style1 .inner-box .text {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.isotope-item:last-child .working-block-style1 .inner-box::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .isotope-item:nth-child(even) .working-block-style1 .inner-box::before {
    display: none;
  }
}