.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 .inner-block {
  position: relative;
  display: flex;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .working-block-style2 .inner-block {
    flex-direction: column;
  }
}
.working-block-style2 .inner-block:hover .step, .working-block-style2 .inner-block.active .step {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.working-block-style2 .inner-block:hover .content:after, .working-block-style2 .inner-block.active .content:after {
  height: calc(100% + 10px);
}
.working-block-style2 .inner-block .step {
  background-color: #1B1C2D;
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 24px;
  margin-top: 10px;
  min-width: 60px;
  position: relative;
  width: 60px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .working-block-style2 .inner-block .step {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.working-block-style2 .inner-block .step span {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 300ms ease;
}
.working-block-style2 .inner-block .step span:before {
  background-color: var(--theme-color1);
  border: 3px solid #1B1C2D;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  height: 20px;
  width: 20px;
  z-index: -1;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .working-block-style2 .inner-block .step span:before {
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.working-block-style2 .inner-block .content {
  background-color: #131420;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 20px;
  padding: 30px 40px 33px;
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .working-block-style2 .inner-block .content {
    padding: 30px 15px 33px;
  }
}
.working-block-style2 .inner-block .content:before {
  background-color: #131420;
  content: "";
  position: absolute;
  top: 45px;
  left: -55px;
  height: calc(100% + 10px);
  width: 6px;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 300ms ease;
}
.working-block-style2 .inner-block .content:after {
  background: var(--gradient-1);
  content: "";
  position: absolute;
  top: 45px;
  left: -55px;
  height: 0;
  width: 6px;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 300ms ease;
}
.working-block-style2 .inner-block .content .working-title {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}
.working-block-style2 .inner-block .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

[data-widget_type="tm-ele-working-block.skin-style2"] .isotope-item:last-child .inner-block .content:before {
  height: calc(100% - 45px);
}
[data-widget_type="tm-ele-working-block.skin-style2"] .isotope-item:last-child .inner-block:hover .content:after {
  height: calc(100% - 45px);
}