/**
*
* Testing
*
**/
.cta-section {
  max-width: 900px;
  width: 900px;
  margin: auto;
  padding: 100px 0px; }
  @media (max-width: 1099px) {
    .cta-section {
      max-width: 950px;
      width: 100% !important;
      padding: 20px 20px; } }
  @media (max-width: 1100px) {
    .cta-section {
      padding: 50px 20px; } }
  .cta-section .cta-main {
    padding: 60px 70px;
    background-image: url("/images/cta-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px; }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        flex-direction: column !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        padding: 50px 20px; } }
    .cta-section .cta-main .cta-left {
      width: 60%; }
      @media (max-width: 1100px) {
        .cta-section .cta-main .cta-left {
          width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right .cta-btn {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right {
        margin-top: 10px; } }
  .cta-section .cta-heading {
    color: #494949;
    font-weight: bold;
    font-size: 26px;
    line-height: 45px;
    text-align: left; }
    @media (max-width: 1100px) {
      .cta-section .cta-heading {
        text-align: center; } }
    @media (max-width: 1100px) {
      .cta-section .cta-heading {
        font-size: 24px; } }
  .cta-section .cta-desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #818181; }
    @media (max-width: 1100px) {
      .cta-section .cta-desc {
        text-align: center; } }
    @media (max-width: 1100px) {
      .cta-section .cta-desc {
        margin-bottom: 30px;
        font-size: 16px; } }
  .cta-section .demo-btn {
    width: fit-content !important;
    border-radius: 8px;
    padding: 12px 20px !important;
    font-weight: bold;
    font-size: 14px !important;
    transition: all 0.5s ease-out;
    margin-bottom: 8px;
    text-transform: uppercase;
    background-size: 300% 100%;
    text-align: left !important;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #32393D;
    border: 1px solid #ffffff !important; }
    .cta-section .demo-btn:hover {
      background-color: #ffffff !important;
      color: #32393D !important; }

