
.cta-section{
  overflow: hidden;
}

.cta-section:before{
  position: absolute;
  content: '';
  background: var(--main-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.85;
}

.cta-section .inner-box{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.cta-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 75px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}

.cta-section .inner-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .inner-box .theme-btn.btn-three{
  margin-right: 15px;
  background: #fff;
  color: var(--main-color) !important;
}

.cta-section .inner-box .theme-btn.btn-three span:after{
  background: var(--main-color);
  transition: all 500ms ease;
}

.cta-section .inner-box .theme-btn.btn-three:hover{
  box-shadow: inset 0 0 0 2em var(--secondary-color);
  color: #fff !important;
}

.cta-section .inner-box .theme-btn.btn-three:hover span:after{
  background: #fff;
}

.cta-section .inner-box .theme-btn.btn-two{
  border-color: #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 12px 59px;
}

.cta-section .inner-box .theme-btn.btn-two:hover{
  border-color: var(--title-color);
}























