

/** feature-section **/


.feature-section{
  position: relative;
  padding-bottom: 10px;
}

.feature-section .inner-container{
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 73px 30px 70px 30px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(227, 230, 236, 0.6);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  transform: translateY(-15px);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 32px;
}

.feature-block-one .inner-box .icon-box .shape{
  position: absolute;
  top: -2px;
  right: -47px;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape{
  transform: rotate(15deg);
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin: 0px;
}