
/** cta-section **/

.cta-section{
  position: relative;
  padding: 123px 0px 390px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.cta-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.cta-section .inner-box p{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section .inner-box h2{
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}