
/*Call to action Section*/
/*----------------------------------------------------*/
.bar-video-cta-section {
    padding: 80px 0px 100px;
  }
  .bar-video-cta-section:before {
    top: 0;
    left: 0;
    width: 87%;
    content: "";
    height: 260px;
    position: absolute;
    background: linear-gradient(90.09deg, rgba(0, 0, 0, 0) -21.18%, rgba(53, 43, 112, 0.2) 146.07%);
  }
  
  .bar-video-cta-text {
    font-size: 33px;
    max-width: 425px;
    line-height: 56px;
    color: #fff;
  }
  .bar-video-cta-text span {
    color: var(--vc-color);
  }
  
  .bar-video-cta-item {
    margin-left: 40px;
  }
  .bar-video-cta-item .inner-icon {
    width: 65px;
    height: 60px;
    margin-right: 25px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
  }
  .bar-video-cta-item .inner-icon i {
    color: #fff;
    font-size: 24px;
  }
  .bar-video-cta-item .inner-text {
    color: #6D6C78;
    font-size: 18px;
    max-width: 165px;
    line-height: 24px;
  }
  