.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:last-child .working-block-style1 .inner-box .image-box::after {
  display: none;
}

.working-block-style1 .inner-box {
  position: relative;
}
@media (max-width: 1024.98px) {
  .working-block-style1 .inner-box {
    margin-bottom: 20px;
  }
}
.working-block-style1 .inner-box:hover .count {
  background-color: var(--theme-color3);
}
.working-block-style1 .inner-box:hover .image-box .service-featured-img:before {
  opacity: 1;
}
.working-block-style1 .inner-box:hover .image-box img {
  transform: scale(1.1);
}
.working-block-style1 .inner-box:hover .content-box .working-title:after {
  background-color: var(--theme-color1);
}
.working-block-style1 .inner-box .count {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  font-size: 30px;
  height: 80px;
  left: 0;
  line-height: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -30px;
  width: 80px;
  z-index: 2;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .image-box {
  border: 10px solid var(--theme-color-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  height: 312px;
  margin: 0 auto;
  position: relative;
  width: 312px;
  text-align: center;
}
@media (max-width: 374.98px) {
  .working-block-style1 .inner-box .image-box {
    height: 290px;
    width: 290px;
  }
}
.working-block-style1 .inner-box .image-box:after {
  background-image: url(../../../images/current-theme/cofee-arrow-right.png);
  background-repeat: no-repeat;
  content: "";
  height: 34px;
  left: calc(100% + 20px);
  max-width: 104px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 1365.98px) {
  .working-block-style1 .inner-box .image-box:after {
    background-size: cover;
    height: 20px;
    max-width: 65px;
  }
}
@media (max-width: 991.98px) {
  .working-block-style1 .inner-box .image-box:after {
    display: none;
  }
}
.working-block-style1 .inner-box .image-box .service-featured-img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.working-block-style1 .inner-box .image-box .service-featured-img:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 400ms ease;
}
.working-block-style1 .inner-box .image-box img {
  transition: all 800ms ease;
}
.working-block-style1 .inner-box .image-box .icon {
  color: #fff;
  display: inline-block;
  font-size: 120px;
  left: 50%;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.working-block-style1 .inner-box .content-box {
  padding-top: 35px;
  text-align: center;
}
.working-block-style1 .inner-box .content-box .working-title {
  border-bottom: 1px solid #d7d9cf;
  padding-bottom: 26px;
  margin-bottom: 24px;
  margin-top: 0;
  position: relative;
  transition: all 400ms ease;
}
.working-block-style1 .inner-box .content-box .working-title:after {
  background-color: var(--headings-color);
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 112px;
  transition: all 400ms ease;
}
.working-block-style1 .inner-box .content-box .working-title:hover {
  color: var(--theme-color1);
}
.working-block-style1 .inner-box .content-box .working-details {
  color: #232323;
  max-width: 312px;
  margin: 0 auto;
}