.working-block-style1 {
  position: relative;
}
.working-block-style1:before {
  background-color: rgba(var(--theme-color2-rgb), 0.15);
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 1px;
  width: 100%;
}
.working-block-style1:after {
  background-color: rgba(var(--theme-color2-rgb), 0.15);
  content: "";
  position: absolute;
  left: 100%;
  top: 30px;
  height: 1px;
  width: 20px;
}
.working-block-style1 .inner-box {
  position: relative;
  padding: 0 0 32px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.working-block-style1 .inner-box:after {
  background-color: #f5f5f5;
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 200px);
  width: 100%;
  z-index: -1;
}
.working-block-style1 .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.working-block-style1 .inner-box:hover .working-count::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.working-block-style1 .inner-box .working-count {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  margin-bottom: 50px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .working-count:before {
  background-color: rgba(var(--theme-color2-rgb), 0.1);
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 50px;
  width: 1px;
}
.working-block-style1 .inner-box .working-count::after {
  background-color: var(--theme-color2);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.working-block-style1 .inner-box .image-box {
  border-radius: 50%;
  margin-bottom: 25px;
  width: 182px;
  height: 182px;
  overflow: hidden;
}
.working-block-style1 .inner-box .image-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.working-block-style1 .inner-box .content-box {
  margin-bottom: 21px;
  text-align: center;
}
.working-block-style1 .inner-box .content-box .working-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.working-block-style1 .inner-box .content-box .working-details {
  max-width: 374px;
}
.working-block-style1 .inner-box .working-info-list {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 24px;
  width: 100%;
  gap: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.working-block-style1 .inner-box .working-info-list li {
  color: var(--theme-color2);
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.working-block-style1 .inner-box .working-info-list li::before {
  color: var(--theme-color1);
  content: "\f107";
  font-family: "FlaticonCommon" !important;
  left: 0px;
  position: absolute;
  top: 2px;
  font-size: 14px;
}

.working-block:last-child .working-block-style1:after {
  display: none;
}
.working-block:last-child .working-block-style1 .inner-box .icon-box::after {
  display: none;
}