
/** cta-section **/

.cta-section{
  position: relative;
  padding: 37px 0px;
}

.cta-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50%;
  background: #003866;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-section .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 30px;
}

.cta-section .inner-box h2{
  display: block;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box h2 span{
  font-weight: 400;
}

.cta-section .inner-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-family: var(--text-font);
  color: #fff;
}

.cta-section .inner-box h3 span{
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.cta-section .inner-box h3 a{
  display: inline-block;
  color: #fff;
}

.cta-section .inner-box h3 a:hover{
  text-decoration: underline;
}

.cta-section .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two:before{
  position: absolute;
  content: '';
  background: #06142a;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}

.cta-style-two .inner-container{
  position: relative;
  display: block;
  background: #f1673e;
  padding: 45px 40px 45px 0px;
}

.cta-style-two .inner-container:before{
  position: absolute;
  content: '';
  background: #f1673e;
  width: 6000px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.cta-style-two .content-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.cta-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 41px;
  color: #fff;
}

.cta-style-two.light-section .content-box .theme-btn{
  background: #fff;
  color: #000000 !important;
  font-size: 20px;
  font-family: var(--text-font);
  font-weight: 500;
  text-transform: none;
  padding: 14px 22px;
}

.cta-style-two .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-157.png);
  width: 13px;
  height: 13px;
  top: 7px;
}

.cta-style-two .content-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 66px;
}

.cta-style-two .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.cta-style-two .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.cta-style-two .content-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.cta-style-two .content-box .support-box a:hover{
  text-decoration: underline;
}

.cta-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}

.cta-style-two.dark-section:before,
.cta-style-two.dark-section .inner-container:before{
  display: none;
}

.cta-style-two.dark-section .inner-container{
  background: #f3f3f3;
  padding-left: 70px;
  padding-right: 70px;
}

.cta-style-two.dark-section .content-box h2{
  font-size: 32px;
  line-height: 38px;
  color: var(--title-color);
}

.cta-style-two.dark-section .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-161.png);
}

.cta-style-two.dark-section .content-box .support-box span{
  color: #0b1970;
}

.cta-style-two.dark-section .content-box .support-box a{
  color: #0b1970;
}


/** cta-style-three **/

.cta-style-three{
  position: relative;
}

.cta-style-three .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 32px 40px;
  border-radius: 7px;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.08);
}

.cta-style-three h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 90px;
}

.cta-style-three h3 img{
  position: absolute;
  left: 0px;
  top: -9px;
}

.cta-style-three h3 a{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}

.cta-style-three h3 a:hover{
  text-decoration: underline;
}

.cta-style-three .theme-btn{
  padding: 15px 22px 14px 22px;
}

.cta-style-two.home-19 .inner-container{
  background: #e36b24;
  padding-left: 50px;
}

.cta-style-two.home-19 .inner-container:before{
  display: none;
}

.cta-style-two.home-19 .content-box .theme-btn{
  background: #06142a;
  color: #fff !important;
}

.cta-style-two.home-19 .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-232.png);
}
































