.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 {
  margin-bottom: 30px;
}
.working-block-style1 .inner-box {
  position: relative;
  margin-bottom: 30px;
}
.working-block-style1 .inner-box:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  position: absolute;
  left: 0;
  top: 61px;
  height: 1px;
  width: calc(100% + 30px);
}
@media (max-width: 767.98px) {
  .working-block-style1 .inner-box:before {
    width: 100%;
  }
}
.working-block-style1 .inner-box:hover .title-box:after {
  background-color: var(--theme-color1);
}
.working-block-style1 .inner-box:hover .content-box .hover-lines {
  border-left-width: 2px;
  border-right-width: 2px;
  height: 100%;
  transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
  width: 100%;
}
.working-block-style1 .inner-box:hover .content-box .hover-lines::after, .working-block-style1 .inner-box:hover .content-box .hover-lines::before {
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
  width: 50%;
}
.working-block-style1 .inner-box .title-box {
  margin-bottom: 94px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .working-block-style1 .inner-box .title-box {
    margin-bottom: 55px;
  }
}
@media (max-width: 991.98px) {
  .working-block-style1 .inner-box .title-box {
    margin-bottom: 55px;
  }
}
.working-block-style1 .inner-box .title-box:before {
  position: absolute;
  background-color: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  content: "";
  left: 0;
  bottom: -33px;
  height: 15px;
  width: 15px;
}
.working-block-style1 .inner-box .title-box:after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 3px;
  bottom: -30px;
  height: 9px;
  width: 9px;
}
.working-block-style1 .inner-box .title-box .working-count {
  font-size: 20px;
  font-weight: 700;
}
.working-block-style1 .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color2);
  padding: 42px 30px;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .content-box.border-radius {
  border-radius: 20px;
}
.working-block-style1 .inner-box .content-box::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.working-block-style1 .inner-box .content-box .hover-lines {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  box-sizing: border-box;
  border-bottom: 2px solid var(--theme-color1);
  border-left: 0 solid var(--theme-color1);
  border-right: 0 solid var(--theme-color1);
  transform: translate3d(-50%, 0, 0);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1) 340ms, height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms, border-right-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms;
}
.working-block-style1 .inner-box .content-box .hover-lines::after, .working-block-style1 .inner-box .content-box .hover-lines::before {
  position: absolute;
  height: 2px;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  background-color: var(--theme-color1);
  transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}
.working-block-style1 .inner-box .content-box .hover-lines::after {
  left: auto;
  right: 0;
}
@media (max-width: 1399.98px) {
  .working-block-style1 .inner-box .content-box {
    padding: 42px 20px;
  }
}
@media (max-width: 1199.98px) {
  .working-block-style1 .inner-box .content-box {
    padding: 42px 30px;
  }
}
.working-block-style1 .inner-box .content-box .working-details {
  color: #cccccc;
}
.working-block-style1 .inner-box .icon-box {
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}

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