.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 .working-block-style1 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.working-block .working-block-style1 .inner-box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.working-block .working-block-style1 .inner-box:before {
  position: absolute;
  top: 50px;
  left: 75%;
  bottom: 147px;
  height: 55px;
  width: 138px;
  margin-left: 30px;
  background-image: url(../../../images/current-theme/arrow.png);
  content: "";
}
@media (max-width: 1199.98px) {
  .working-block .working-block-style1 .inner-box:before {
    display: none;
  }
}
.working-block .working-block-style1 .inner-box:hover .icon i:after {
  top: -7px;
  left: -8px;
  transition: all 300ms ease;
}
.working-block .working-block-style1 .inner-box:hover .working-title {
  color: var(--theme-color1);
}
.working-block .working-block-style1 .inner-box i {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  margin: 0 auto 45px;
  border-radius: 50%;
  color: var(--theme-color3);
  background-color: #fff;
  text-align: center;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block .working-block-style1 .inner-box i {
    width: 120px;
    height: 120px;
  }
}
.working-block .working-block-style1 .inner-box i:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .working-block .working-block-style1 .inner-box i:after {
    width: 130px;
    height: 130px;
  }
}
.working-block .working-block-style1 .inner-box .working-count {
  color: var(--text-color);
}
.working-block .working-block-style1 .inner-box .working-title {
  position: relative;
  color: var(--theme-color3);
}
@media only screen and (max-width: 1599.98px) {
  .working-block .working-block-style1 .inner-box .working-details br {
    display: none;
  }
}

.working-block:last-child .working-block-style1 .inner-box::before {
  display: none;
}
.working-block:nth-child(2) .working-block-style1 .icon i:after {
  background-color: var(--theme-color3);
}
.working-block:nth-child(3) .working-block-style1 .icon i:after {
  background-color: #5d666f;
}