.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 {
  padding: 45px 50px 40px 40px;
  background-color: var(--theme-color3);
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}
.working-block-style1 .inner-block:hover .shape-1:before {
  transform: scale(1);
  transform-origin: bottom right;
}
.working-block-style1 .inner-block:hover .working-count {
  color: #fff;
}
.working-block-style1 .inner-block:hover .working-count:before {
  scale: 1;
}
.working-block-style1 .inner-block:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-white);
  width: calc(100% - 100px);
  height: 2px;
  top: 80px;
  left: 100px;
}
.working-block-style1 .inner-block .shape-1 {
  width: 113.45px;
  height: 113.45px;
  border-radius: 50%;
  background-color: #eae4e1;
  position: absolute;
  bottom: -68.45px;
  right: -56.45px;
  overflow: hidden;
}
.working-block-style1 .inner-block .shape-1:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 250ms ease;
  z-index: 0;
}
.working-block-style1 .inner-block .working-count {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
  font-size: 24px;
  font-family: var(--heading-font-family);
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.working-block-style1 .inner-block .working-count span {
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.working-block-style1 .inner-block .working-count:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  scale: 0;
  z-index: -1;
  transition: all 300ms ease;
}
.working-block-style1 .inner-block .working-title {
  margin-bottom: 13px;
}
.working-block-style1 .inner-block .working-details {
  letter-spacing: -0.32px;
}