
/** cta-section **/

.cta-section{
  position: relative;
  padding: 100px 0px;
}

.cta-section .inner-box .theme-btn-one{
  background: #272727;
  padding: 22px 60px;
  font-size: 14px;
}

.cta-section .inner-box .theme-btn-one:before{
  background: #fff;
}

.cta-section .inner-box .theme-btn-one:hover{

}

.cta-section .inner-box .text h2{
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 230px 0px 120px 0px;
}

.cta-style-two:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.cta-style-two .inner-box .text{
  position: relative;
  display: block;
  padding: 0px 160px;
  margin-bottom: 57px;
}

.cta-style-two .inner-box .text h2{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cta-style-two .inner-box .text p{
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.cta-style-two .inner-box .shape .shape-1{
  position: absolute;
  left: 60px;
  top: -45px;
  width: 93px;
  height: 145px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .shape .shape-2{
  position: absolute;
  right: 80px;
  top: -40px;
  width: 128px;
  height: 130px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .btn-box .theme-btn-one{
  padding: 22px 65px;
}
/** feature-section **/

.feature-section{
  position: relative;
  padding-bottom: 120px;
  padding-top: 120px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 30px 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 20px;
  top: -20px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 19px;
}

.feature-block-one .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 36px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #272727;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.5;
}

.feature-block-one .inner-box .image-box .theme-btn-one{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 7px 21px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .theme-btn-one{
  top: 50%;
  opacity: 1;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-style-two .inner-container{
  position: relative;
  background: #fff;
  display: block;
  margin-top: -120px;
  z-index: 1;
  padding: 55px 70px 53px 70px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.feature-style-two .single-item{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .single-item .inner-box{
  position: relative;
  padding: 0px 20px 0px 80px;
}

.feature-style-two .single-item .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.feature-style-two .single-item .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  left: 0px;
  top: -60px;
}

.feature-style-two .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}

.feature-style-two .single-item .inner-box p{
  font-size: 16px;
  line-height: 30px;
}