/** works-section **/
.works-section{
  position: relative;
  padding: 123px 0px 105px 0px;
}
.work-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
}
.work-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 155px;
  line-height: 182px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 47px;
  font-size: 60px;
  color: #24485e;
  z-index: 1;
  transition: all 500ms ease;
}
.work-block-one .inner-box:hover .icon-box{
  color: #fff;
  line-height: 122px;
}
.work-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #24485e;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.work-block-one .inner-box:hover .icon-box:before{
  height: 100%;
}
.work-block-one .inner-box .icon-box span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  border: 2px dashed #24485e;
  transition: all 500ms ease;
}
.work-block-one .inner-box:hover .icon-box span{
  top: 80%;
}
.work-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 13px;
}
.work-block-one .inner-box .icon-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.work-block-one .inner-box .icon-box .shape:before,
.work-block-one .inner-box .icon-box .shape:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
}
.work-block-one .inner-box .icon-box .shape:before{
  left: 0px;
  top: 0px;
}
.work-block-one .inner-box .icon-box .shape:after{
  right: 0px;
  bottom: 0px;
}
.works-section .sec-title{
  margin-bottom: 92px;
}
.works-section .sec-title h2{
  margin-bottom: 13px;
}
.works-section .sec-title p{
  font-size: 18px;
}
.work-block-one .inner-box .arrow{
  position: absolute;
  top: 55px;
  right: -35px;
  width: 54px;
  height: 45px;
  background-repeat: no-repeat;
}