
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .feature-block-one{
  position: relative;
  float: left;
  width: 33.33333%;
}

.feature-section .feature-block-one .inner-box{
  position: relative;
  padding: 50px 60px 50px 60px;
  z-index: 1;
}

.feature-section .feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box:hover:before{
  height: 100%;
}

.feature-section .feature-block-one:last-child .inner-box{
  background: #f8f7f3;
}

.feature-section .feature-block-one .inner-box .icon-box{
  position: absolute;
  left: 60px;
  top: 0px;
  width: 138px;
  height: 138px;
  line-height: 138px;
  background: #fff;
  text-align: center;
  font-size: 70px;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.feature-section .feature-block-one .inner-box .inner{
  position: relative;
  padding: 4px 0px 0px 178px;
}

.feature-section .feature-block-one .inner-box .inner h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 21px;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box .inner p{
  color: #645d42;
  font-weight: 500;
  margin-bottom: 21px;
  line-height: 34px;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .inner a i{
  margin-right: 4px;
  font-size: 15px;
}

.feature-section .feature-block-one:first-child .inner-box .inner h4,
.feature-section .feature-block-one:first-child .inner-box .inner a,
.feature-section .feature-block-one .inner-box:hover .inner h4,
.feature-section .feature-block-one .inner-box:hover .inner a{
  color: #fff !important;
}


.feature-section .feature-block-one:first-child .inner-box .inner p,
.feature-section .feature-block-one .inner-box:hover .inner p{
  color: rgba(255,255,255,0.7) !important;
}

/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding-top: 120px;
}

.feature-style-two .feature-block-two{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .feature-block-two .inner-box{
  position: relative;
  overflow: hidden;
  margin-right: 3px;
  padding: 50px 30px 43px 30px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 1;
}

.feature-block-two:first-child .inner-box:before{
  display: none;
}

.feature-block-two .inner-box .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1500ms ease;
}

.feature-block-two .inner-box:hover .image-layer{
  transform: scale(1.2);
}

.feature-style-two .feature-block-two:last-child .inner-box{
  margin: 0px !important;
}

.feature-block-two .inner-box .content-inner{
  position: relative;
  padding: 0px 30px 7px 30px;
}

.feature-block-two .inner-box .content-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one{
  color: #22272b !important;
  padding: 12.5px 40px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one:hover{
  color: #fff !important;
}

.feature-block-two .inner-box .count-box{
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 63px;
}

.feature-block-two .inner-box .content-box{
  position: relative;
  z-index: 1;
}

.feature-block-two .inner-box .count-box span{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #22272b;
  text-align: center;
  border-radius: 50%;
}

.feature-block-two .inner-box .content-box h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-block-two .inner-box .content-box p{
  font-size: 18px;
  line-height: 34px;
  color: #c8c3bf;
}

.feature-style-two:before{
  position: absolute;
  content: '';
  background: #f8f7f3;
  width: 100%;
  height: 720px;
  left: 0px;
  top: 365px;
  right: 0px;
}