
/** working-section **/

.working-section{
  position: relative;
  background: #0b1930;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.working-block-one .inner-box .image-box{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 45px;
}

.working-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.working-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.working-block-one .inner-box .image-box .count-text{
  position: absolute;
  top: -8px;
  right: -12px;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: var(--title-font);
  color: #ffffff;
  font-weight: 500;
}

.working-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}

.working-block-one .inner-box p{
  line-height: 26px;
  color: #a6acb7;
}

.working-block-one .inner-box .shape-1{
  position: absolute;
  bottom: 18px;
  right: -110px;
  width: 122px;
  height: 76px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .shape-2{
  position: absolute;
  top: 50px;
  right: -108px;
  width: 102px;
  height: 52px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .shape-3{
  position: absolute;
  top: 98px;
  right: -104px;
  width: 101px;
  height: 34px;
  background-repeat: no-repeat;
}

.working-section .sec-title p{
  margin-top: 13px;
}




































