
/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
  padding: 105px 0px;
}

.cta-section .bg-layer:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.cta-section .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-section .text-box{
  position: relative;
  display: block;
  padding: 24px 0px 24px 215px;
}

.cta-section .text-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 148px;
  height: 148px;
  line-height: 148px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 65px;
  color: var(--secondary-color);
}

.cta-section .text-box h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  max-width: 495px;
}














































