.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-style3 .inner-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  transition: all 300ms ease;
}
.working-block-style3 .inner-block:hover .content:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.working-block-style3 .inner-block .step {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #0B0B15;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  min-width: 60px;
  margin-bottom: -30px;
  position: relative;
  width: 60px;
  z-index: 1;
  transition: all 300ms ease;
}
.working-block-style3 .inner-block .step span {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 300ms ease;
}
.working-block-style3 .inner-block .content {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 20px;
  padding: 50px 40px 43px;
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .working-block-style3 .inner-block .content {
    padding: 50px 15px 33px;
  }
}
.working-block-style3 .inner-block .content:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.working-block-style3 .inner-block .content .shape-1 {
  position: absolute;
  bottom: -37px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 300ms ease;
}
.working-block-style3 .inner-block .content .working-title {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
}
.working-block-style3 .inner-block .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  margin: 0 auto;
}

.isotope-item:nth-child(2) .working-block-style3 .inner-block .step {
  background-color: #C936E5;
  color: #fff;
}

.isotope-item:nth-child(3) .working-block-style3 .inner-block .step {
  background-color: #B5F061;
  color: #000002;
}

.isotope-item:nth-child(4) .working-block-style3 .inner-block .step {
  background-color: #FFAD3E;
  color: #000002;
}

.isotope-item:last-child .working-block-style3 .inner-block .shape-1 {
  display: none;
}