
/** feature-section **/

.feature-section{
  position: relative;
  padding: 130px 0px;
}

.content_block_2 .content-box .text{
  margin-bottom: 35px;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 20px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 42px 30px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  box-shadow: 0 0px 0px 14px rgba(150,83,47,0.2);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box,
.feature-block-one .inner-box:hover h3{
  color: #fff;
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  transition: all 500ms ease;
}

.feature-section .anim-icon .icon-1{
  position: absolute;
  left: 180px;
  bottom: 80px;
  width: 145px;
  height: 145px;
  background: #f2eae6;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.feature-section .anim-icon .icon-2{
  position: absolute;
  left: 200px;
  bottom: 100px;
  width: 310px;
  height: 310px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}