.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-style2 {
  margin-bottom: 30px;
}
.working-block-style2 .inner-box {
  position: relative;
  text-align: center;
  margin: 0 25px 0;
}
.working-block-style2 .inner-box:hover i {
  color: #fff;
  background-color: var(--theme-color1);
}
.working-block-style2 .inner-box:hover i.icon-two {
  background: #fff;
  color: var(--theme-color1);
  border: none;
}
.working-block-style2 .inner-box:hover .content {
  background-color: var(--theme-color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.working-block-style2 .inner-box:hover .content:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid var(--theme-color-light);
}
.working-block-style2 .inner-box:before {
  content: "";
  position: absolute;
  bottom: 85px;
  right: -50px;
  width: 40px;
  height: 40px;
  background-image: url(../../../images/current-theme/icon-arrow2.png);
}
@media (max-width: 1199.98px) {
  .working-block-style2 .inner-box:before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .working-block-style2 .inner-box:before {
    margin: 89px 25px 0;
  }
}
@media (max-width: 991.98px) {
  .working-block-style2 .inner-box:before {
    margin-top: 0;
  }
}
.working-block-style2 .inner-box .icon-box {
  position: relative;
  display: inline-block;
}
.working-block-style2 .inner-box .icon-box .icon-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.working-block-style2 .inner-box i {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: var(--theme-color1);
  box-shadow: 0 10px 60px rgba(226, 9, 53, 0.2);
  border: 3px dashed var(--theme-color1);
  background-color: var(--theme-color-white);
  text-align: center;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box i:before {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block-style2 .inner-box i {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }
}
.working-block-style2 .inner-box .content {
  position: relative;
  padding: 35px 28px 30px;
  text-align: center;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .content .working-count {
  position: relative;
  color: var(--theme-color1);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.working-block-style2 .inner-box .content .working-title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 15px;
}

.working-block:last-child .working-block-style2 .inner-box:before {
  display: none;
}