.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;
}

.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;
}

.tm-sc-working .working-block:first-child .working-block-style1 .inner-box:before {
  display: none;
}
.tm-sc-working .working-block-style1 {
  margin-bottom: 50px;
}
.tm-sc-working .working-block-style1 .inner-box {
  position: relative;
  text-align: center;
}
.tm-sc-working .working-block-style1 .inner-box:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -120px;
  width: 210px;
  height: 15px;
  background-image: url(../../../images/current-theme/icon-arrow-2.png);
}
@media (max-width: 1199.98px) {
  .tm-sc-working .working-block-style1 .inner-box:before {
    display: none;
  }
}
.tm-sc-working .working-block-style1 .inner-box:hover i {
  background: var(--theme-color1);
  color: #fff;
  transform: scaleX(-1);
}
.tm-sc-working .working-block-style1 .inner-box i {
  position: relative;
  display: inline-block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  font-size: 76px;
  line-height: 140px;
  margin-bottom: 30px;
  background: var(--theme-color3);
  color: var(--theme-color2);
  transition: all 300ms ease;
}
.tm-sc-working .working-block-style1 .inner-box .title {
  font-weight: 800;
}
.tm-sc-working .working-block-style1 .inner-box .title a:hover {
  color: var(--theme-color1);
}
.tm-sc-working .working-block-style1 .inner-box .content {
  margin-bottom: 25px;
}
.tm-sc-working .working-block-style1 .inner-box .count {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #333;
  border-bottom: 1px solid #333;
}

.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;
}

.tm-sc-working .working-block:last-child .working-block-style2 .image-box::before {
  display: none;
}
.tm-sc-working .working-block .working-block-style2 {
  position: relative;
  margin-bottom: 40px;
}
.tm-sc-working .working-block .working-block-style2 .inner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tm-sc-working .working-block .working-block-style2 .inner-box:hover .info-box {
  background-color: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.tm-sc-working .working-block .working-block-style2 .inner-box:hover .info-box:before {
  border-bottom-color: #ffffff;
}
.tm-sc-working .working-block .working-block-style2 .inner-box:hover .count {
  transform: scale(-1) rotate(-180deg);
}
.tm-sc-working .working-block .working-block-style2 .image-box {
  position: relative;
  height: 154px;
  width: 154px;
  border-radius: 50%;
  margin-bottom: 28px;
}
.tm-sc-working .working-block .working-block-style2 .image-box::before {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
  width: 175px;
  height: 18px;
  margin-left: 45px;
  background-image: url(../../../images/current-theme/icon-arrow-3.png);
  content: "";
}
@media (max-width: 1199.98px) {
  .tm-sc-working .working-block .working-block-style2 .image-box::before {
    left: 20%;
  }
}
.tm-sc-working .working-block .working-block-style2 .image-box .image {
  position: relative;
  height: 154px;
  width: 154px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms linear;
}
.tm-sc-working .working-block .working-block-style2 .image-box .image img {
  width: 100%;
  height: 100%;
}
.tm-sc-working .working-block .working-block-style2 .image-box .count {
  position: absolute;
  top: 50%;
  right: -30px;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  background: var(--theme-color1);
  font-size: 16px;
  color: #ffffff;
  border: 6px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  transition: all 300ms linear;
}
.tm-sc-working .working-block .working-block-style2 .info-box {
  position: relative;
  background-color: #ecf0f4;
  padding: 22px 30px 28px 30px;
  text-align: center;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .tm-sc-working .working-block .working-block-style2 .info-box {
    margin-left: 0px;
  }
}
.tm-sc-working .working-block .working-block-style2 .info-box:before {
  position: absolute;
  left: 50%;
  transform: translateX(-20px);
  bottom: 100%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ecf0f4;
  content: "";
  z-index: 2;
  transition: all 300ms ease;
}
.tm-sc-working .working-block .working-block-style2 .info-box .working-title {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 10px;
}
.tm-sc-working .working-block .working-block-style2 .info-box .working-details {
  line-height: 26px;
}

.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 {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .working-block-style3 {
    margin-bottom: 50px !important;
  }
}
.working-block-style3:last-child .image-box:before {
  display: none;
}
.working-block-style3 .inner-box {
  position: relative;
  text-align: center;
}
.working-block-style3 .inner-box:hover .info-box:before {
  border-bottom-color: var(--theme-color1);
}
.working-block-style3 .inner-box:hover .inner:before {
  max-height: 100%;
}
.working-block-style3 .inner-box:hover .count {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}
.working-block-style3 .inner-box:hover .working-details,
.working-block-style3 .inner-box:hover .working-title {
  color: #ffffff;
}
.working-block-style3 .inner-box:hover .icon-box .icon {
  background-color: var(--theme-color2);
  color: #ffffff;
}
.working-block-style3 .inner-box:hover .icon-box .icon i {
  -webkit-transform: rotate(180deg) scale(-1);
  -moz-transform: rotate(180deg) scale(-1);
  -ms-transform: rotate(180deg) scale(-1);
  transform: rotate(180deg) scale(-1);
}
.working-block-style3 .inner-box:hover .icon-box .icon:after {
  opacity: 0;
}
.working-block-style3 .icon-box {
  position: relative;
  height: 154px;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 1px solid #d4d9e6;
}
.working-block-style3 .icon-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  color: var(--theme-color1);
  transition: all 100ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .icon-box .icon {
    transition: none;
  }
}
.working-block-style3 .icon-box .icon i {
  font-size: 62px;
  display: inline-block;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .icon-box .icon i {
    transition: none;
  }
}
.working-block-style3 .icon-box .icon:before {
  position: relative;
  z-index: 2;
}
.working-block-style3 .icon-box .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #ebeef5, transparent, transparent);
  content: "";
  border-radius: 50%;
  transition: all 100ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .icon-box .icon::after {
    transition: none;
  }
}
.working-block-style3 .icon-box .count {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  background: var(--theme-color3);
  font-size: 16px;
  color: var(--text-color-bg-theme-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .icon-box .count {
    transition: none;
  }
}
.working-block-style3 .info-box {
  position: relative;
}
.working-block-style3 .info-box:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100%;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .info-box:before {
    transition: none;
  }
}
.working-block-style3 .info-box .inner {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 100px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .info-box .inner {
    transition: none;
  }
}
.working-block-style3 .info-box .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  max-height: 0;
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .info-box .inner:before {
    transition: none;
  }
}
.working-block-style3 .info-box .working-title {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 10px;
}
.working-block-style3 .info-box .working-details {
  position: relative;
  z-index: 2;
  line-height: 26px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .working-block-style3 .info-box .working-details {
    transition: none;
  }
}