
/** feature-section **/

.feature-block-one .inner-box .image-box{
  overflow: hidden;
}

.feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scaleY(1.05);
}

.feature-block-one .inner-box .lower-content{
  margin-top: -20px;
}

.feature-block-one .inner-box .lower-content .link a{
  background: #f4f4fa;
}

.feature-block-one .inner-box .lower-content .link a:hover{
  color: #fff;
}

.feature-section .inner-container{
  margin-top: -60px;
}

.feature-section .inner-container:before{
  position: absolute;
  content: '';
  background: #fff2f2;
  width: calc(100% + 240px);
  left: -140px;
  height: 643px;
  top: 0px;
}

.feature-section .pattern-layer{
  width: 248px;
  height: 243px;
  background-repeat: no-repeat;
}