/** cta-section **/

.cta-section {
  position: relative;
}

.cta-section .content-box {
  position: relative;
  display: block;
}

.cta-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.cta-section .content-box .theme-btn {
  background: #101A30;
}

.cta-section .content-box .theme-btn:hover {
  color: #101A30 !important;
}

.cta-section .content-box .theme-btn:before {
  background: #fff;
}

.cta-section .image-layer1 {
  left: 0px;
}

.cta-section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 380px;
}





/** RTL-CSS **/



/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px) {}


@media only screen and (max-width: 1200px) {

  .cta-section .image-layer {
    display: none;
  }

}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {

  .cta-section .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-section {
    padding: 60px 0px 70px 0px;
  }

}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}