.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-style2 {
  margin-bottom: 70px;
}
.working-block-style2 .inner-box {
  position: relative;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .working-block-style2 .inner-box {
    margin-bottom: 45px;
  }
}
.working-block-style2 .inner-box:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  position: absolute;
  left: 0;
  top: 56px;
  height: 1px;
  width: calc(100% + 20px);
}
@media (max-width: 767.98px) {
  .working-block-style2 .inner-box:before {
    width: 100%;
  }
}
.working-block-style2 .inner-box:hover .title-box:after {
  background: var(--theme-color1);
}
.working-block-style2 .inner-box:hover .content-box .content-inner::after {
  transform: translateX(0);
}
.working-block-style2 .inner-box:hover .content-box .content-inner::before {
  transform: translateX(0);
}
.working-block-style2 .inner-box:hover .content-box .content-inner .working-title,
.working-block-style2 .inner-box:hover .content-box .content-inner .working-details {
  color: #222222;
}
.working-block-style2 .inner-box:hover .content-box .icon-box {
  background: #fff;
  color: #222;
}
.working-block-style2 .inner-box .title-box {
  margin-bottom: 104px;
  position: relative;
}
.working-block-style2 .inner-box .title-box:before {
  background-color: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  bottom: -33px;
  content: "";
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
.working-block-style2 .inner-box .title-box:after {
  background-color: #fff;
  bottom: -30px;
  content: "";
  height: 9px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 9px;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .title-box .working-count {
  font-weight: 700;
  color: #fff;
}
.working-block-style2 .inner-box .content-box {
  position: relative;
  text-align: center;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .content-box .icon-box {
  font-size: 35px;
  line-height: 72px;
  position: absolute;
  width: 68px;
  height: 68px;
  top: -34px;
  z-index: 9;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  left: calc(50% - 34px);
  color: #222222;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .content-box .icon-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  background-color: #fff;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .content-box .content-inner {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 70px 30px 52px;
  z-index: 1;
}
.working-block-style2 .inner-box .content-box .content-inner .working-details {
  color: #fff;
}
.working-block-style2 .inner-box .content-box .content-inner:after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 55%;
  height: 100%;
  content: "";
  z-index: -1;
  transform: translateX(100%);
  background-color: var(--theme-color1);
  transition: all 400ms ease;
}
.working-block-style2 .inner-box .content-box .content-inner:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 55%;
  height: 100%;
  content: "";
  z-index: -1;
  transform: translateX(-100%);
  background-color: var(--theme-color1);
  transition: all 400ms ease;
}

.working-block:last-child .inner-box:before {
  width: 100%;
}