
/** cta-section **/

.cta-section{
    position: relative;
    padding: 100px 0px;
  }
  
  .cta-section .inner-box{
    position: relative;
    display: block;
  }
  
  .cta-section .inner-box .icon-box{
    position: absolute;
    left: -70px;
    bottom: -100px;
  }
  
  .cta-section .inner-box .text h2{
    position: relative;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
  }
  
  .cta-section .inner-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fff !important;
    background: #1c1c1c;
    text-align: center;
    padding: 22px 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .cta-section .inner-box .btn-box a:hover{
    background: #fff;
  }
  
  
  .cta-style-two{
    position: relative;
    background: #151515;
  }
  
  .cta-style-two .single-item{
    position: relative;
    float: left;
    width: 50%;
  }
  
  .cta-style-two .single-item:first-child{
  
  }
  
  .cta-style-two .single-item .inner-box{
    position: relative;
    padding: 71px 50px 80px 360px;
  }
  
  .cta-style-two .single-item .inner-box .image-box{
    position: absolute;
    left: 60px;
    top: 0px;
    width: 242px;
    height: 264px;
  }
  
  .cta-style-two .single-item .inner-box h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 27px;
  }
  
  .cta-style-two .single-item .inner-box a{
    padding: 22px 53px;
  }
  
  .cta-style-two .single-item:first-child .inner-box a{
    background: #1c1c1c;
  }
  
  .cta-style-two .single-item:first-child .inner-box a:before,
  .cta-style-two .single-item:first-child .inner-box a:after{
    background: #fff;
  }
  
  .cta-style-two .single-item:first-child .inner-box a:hover{
  
  }