
/** cta-section **/

.cta-section{
  position: relative;
  background: linear-gradient(rgba(20, 36, 88, 1), rgba(28, 48, 112, 1));
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
}

.cta-section h2{
  display: block;
  font-size: 43px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 43px;
}

.cta-section .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .lower-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 56px;
  text-align: left;
}

.cta-section .lower-box .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 15px;
  font-size: 36px;
}

.cta-section .lower-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.cta-section .lower-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.cta-section .lower-box .support-box a:hover{

}



/** rtl-css **/

.rtl .cta-section .lower-box .support-box{
  margin-right: 0px;
  margin-left: 50px;
  padding-left: 0px;
  padding-right: 56px;
}

.rtl .cta-section .lower-box .support-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .cta-section .lower-box .support-box{
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .cta-section h2 br{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .cta-section{
    padding: 70px 0px;
  }

  .cta-section h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 599px){
  .cta-section .lower-box{
    position: relative;
    display: block;
    text-align: left;
  }

  .rtl .cta-section .lower-box{
    text-align: right;
  }

  .cta-section .lower-box .support-box{
    margin: 0px 0px 30px 0px !important;
  }

  .cta-section h2{
    text-align: left;
  }

  .rtl .cta-section h2{
    text-align: right;
  }
}

@media only screen and (max-width: 499px){
  
}









































