
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -150px 50px -40px rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #272727;
  font-weight: 700;
  background: #fff;
  padding: 4.5px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .category{
  color: #fff;
}

.service-block-one .inner-box .image-box i{
  position: absolute;
  left: 50px;
  bottom: 35px;
  font-size: 65px;
  line-height: 50px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box i{
  color: #fff;
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 34px 50px 27px 50px;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 23px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #272727;
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 28px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #757575;
  font-weight: 500;
  padding-top: 14px;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .link a:before {
  position: absolute;
  content: '';
  width: 76px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover{

}

.service-block-one .inner-box .lower-content .light-icon{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 150px;
  line-height: 100px;
  color: rgb(117 117 117 / 5%);
  transform: rotate(-15deg);
}

.service-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}