.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: 50px !important;
  margin-top: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.working-block-style1:before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -71px;
  width: calc(100% + 20px);
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block-style1:before {
    width: calc(100% + 0px);
  }
}
.working-block-style1::after {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  content: "";
  top: -70px;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.working-block-style1:hover .working-count {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.working-block-style1:hover .icon-box i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.working-block-style1 .working-count {
  position: absolute;
  top: -111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 20px;
  background-color: #000000;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  rotate: -30deg;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block-style1 .working-count {
    rotate: 0deg;
    top: -60px;
  }
}
.working-block-style1 .inner-box {
  background-color: #000000;
  border-radius: 30px;
  overflow: hidden;
  padding: 35px 35px 50px;
  position: relative;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box:before {
  background-color: #111111;
  bottom: auto;
  content: "";
  height: 221px;
  left: -25%;
  position: absolute;
  right: 0;
  top: -60px;
  width: 150%;
  z-index: 0;
  transition: all 300ms ease;
  clip-path: polygon(100% 42.66%, 90.24% 44.26%, 82.65% 48.62%, 76.81% 55.04%, 72.3% 62.84%, 68.72% 71.33%, 65.64% 79.81%, 62.64% 87.61%, 59.31% 94.04%, 55.24% 98.39%, 50% 100%, 44.4% 98.39%, 40.01% 94.04%, 36.41% 87.61%, 33.23% 79.81%, 30.04% 71.33%, 26.96% 62.84%, 22.56% 55.04%, 17.82% 48.62%, 10.6% 44.26%, 0% 42.66%, 0.65% 35.74%, 2.55% 29.17%, 5.58% 23.05%, 9.65% 17.46%, 14.64% 12.49%, 20.47% 8.23%, 27.02% 4.76%, 34.2% 2.17%, 41.89% 0.56%, 50% 0%, 58.11% 0.56%, 65.8% 2.17%, 72.98% 4.76%, 79.53% 8.23%, 85.36% 12.49%, 90.35% 17.46%, 94.42% 23.05%, 97.45% 29.17%, 99.35% 35.74%);
}
.working-block-style1 .icon-box {
  color: var(--theme-color1);
}
.working-block-style1 .icon-box i {
  font-size: 60px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.working-block-style1 .working-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 100px;
  transition: all 300ms ease;
}
.working-block:last-child .working-block-style1:before {
  width: 100%;
}