/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
  padding: 53px 0px 60px 0px;
}

.cta-section .text h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  padding-left: 100px;
}

.cta-section .text h2 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
}

.cta-section .text h2 span{

}

.cta-section .text h2:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  right: -64px;
  top: -38px;
  background-repeat: no-repeat;
}

.cta-section .btn-box .theme-btn.btn-one{
  margin-right: 7px;
}

.cta-section .btn-box .theme-btn:before{
  background-color: #ffffff;
}

.cta-section .btn-box .theme-btn:hover{

}

.cta-section .btn-box{
  position: relative;
  margin-top: 22px;
}

.cta-section .title-one{
  position: absolute;
  left: 375px;
  top: -30px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
  text-transform: uppercase;
}

.cta-section .title-two{
  position: absolute;
  right: 150px;
  bottom: -15px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
}

.cta-section.alternate-2 .inner-box{
  position: relative;
  overflow: hidden;
  padding: 53px 70px 60px 70px;
}

.cta-section.alternate-2 .title-one{
  left: 0px;
}

.cta-section.alternate-2 .title-two{
  right: -225px;
}

.cta-section.alternate-2{
  padding: 120px 0px 0px 0px;
}

.case-style-three .more-btn{
  padding-top: 40px;
}