.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 !important;
  margin-top: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .working-block-style1 {
    margin-bottom: 0px !important;
  }
}
.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%);
  transform: translateX(-50%);
  z-index: -1;
}
.working-block-style1:hover .working-count {
  background-color: var(--theme-color1);
  color: #000000;
}
.working-block-style1:hover .icon-box i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.working-block-style1 .working-count {
  position: absolute;
  top: -111px;
  left: 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 {
  bottom: auto;
  content: "";
  background-image: url(../../../images/current-theme/shape6.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .working-block-style1 .inner-box:before {
    background-size: cover;
  }
}
.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 {
  position: relative;
  color: #ffffff;
  margin-top: 0;
  z-index: 1;
  margin-bottom: 16px;
  padding-top: 100px;
  transition: all 300ms ease;
}
.working-block-style1 .working-details {
  position: relative;
  z-index: 1;
}

.working-block:last-child .working-block-style1:before {
  width: 100%;
}