.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 .inner-block {
  position: relative;
}
@media (max-width: 1024.98px) {
  .working-block-style1 .inner-block {
    margin-bottom: 30px;
  }
}
.working-block-style1 .inner-block:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 3px;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .working-block-style1 .inner-block:before {
    display: none;
  }
}
.working-block-style1 .inner-block:after {
  background-color: #d9d9d9;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  top: 20px;
  right: -10px;
  height: calc(100% - 40px);
  width: 3px;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .working-block-style1 .inner-block:after {
    display: none;
  }
}
.working-block-style1 .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.working-block-style1 .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.working-block-style1 .inner-block:hover .working-count {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.working-block-style1 .inner-block .working-count {
  background-color: var(--theme-color1);
  border-radius: 40px;
  color: var(--theme-color1-text-color);
  font-size: 18px;
  font-weight: 500;
  padding: 3px 19px 3px;
  position: absolute;
  top: 26px;
  left: calc(50% - 137px);
  transform: rotate(-45deg);
  z-index: 2;
  transition: all 300ms ease;
}
.working-block-style1 .inner-block .content-box {
  text-align: center;
}
.working-block-style1 .inner-block .content-box .working-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.working-block-style1 .inner-block .content-box .working-details {
  max-width: 240px;
  margin: 0 auto;
}
.working-block-style1 .inner-block .image {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 206px;
  margin: 0 auto 23px;
}
.working-block-style1 .inner-block .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 500ms ease;
}
.working-block-style1 .inner-block .image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.working-block:last-child .working-block-style1 .inner-block::before, .working-block:last-child .working-block-style1 .inner-block::after {
  display: none;
}

@media (max-width: 1199.98px) {
  .working-block:nth-child(2) .working-block-style1 .inner-block::before, .working-block:nth-child(2) .working-block-style1 .inner-block::after {
    display: none;
  }
}