
/** cta-ex-section **/

.cta-ex-section{
  position: relative;
  padding: 146px 0px 150px 0px;
  background-color: #443986;
}

.cta-ex-section .text h2{
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
}

.cta-ex-section .btn-box{
  margin-top: 27px;
}

.cta-ex-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-ex-section .anim-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.cta-ex-section .anim-icon .anim-icon-1{
  position: absolute;
  left: 250px;
  top: 35px;
  width: 119px;
  height: 90px;
  background-repeat: no-repeat;
}

.cta-ex-section .anim-icon .anim-icon-2{
  position: absolute;
  left: 80px;
  bottom: 70px;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
}

.cta-ex-section .anim-icon .anim-icon-3{
  position: absolute;
  top: 60px;
  right: 40px;
  width: 148px;
  height: 175px;
  background-repeat: no-repeat;
}

.cta-ex-section .anim-icon .anim-icon-4 {
  position: absolute;
  left: 55%;
  bottom: 20px;
  width: 155px;
  height: 157px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background-repeat: no-repeat;
}