
/*Counter Section*/
/*----------------------------------------------------*/
.bar-video-counter-section {
    z-index: 1;
    padding: 150px 0px 110px;
  }
  .bar-video-counter-section .bar-vector1 {
    top: -80px;
    left: 50px;
    -webkit-animation: VD_animation_1 12s infinite linear alternate;
            animation: VD_animation_1 12s infinite linear alternate;
  }
  .bar-video-counter-section .bar-vector2 {
    top: 80px;
    right: 50px;
  }
  .bar-video-counter-section:before {
    left: 0;
    top: 105px;
    width: 38.5%;
    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-counter-text {
    font-size: 35px;
    max-width: 620px;
    line-height: 56px;
    color: #fff;
  }
  .bar-video-counter-text span {
    color: var(--vc-color);
  }
  
  .bar-video-counter-item-wrapper .bar-vector3 {
    top: 50px;
    left: 130px;
  }
  
  .bar-video-counter-item-box {
    top: -30px;
    width: 100%;
    overflow: hidden;
    max-width: 790px;
    border-radius: 5px;
    padding: 50px 35px;
    margin-bottom: -30px;
    border: 1px solid #1B1B1B;
    background: rgba(217, 217, 217, 0.02);
  }
  
  .bar-video-counter-item .odometer.odometer-auto-theme {
    line-height: 1;
  }
  .bar-video-counter-item:after {
    top: 0;
    width: 1px;
    content: "";
    right: -55px;
    height: 100%;
    position: absolute;
    background-color: #1B1B1B;
  }
  .bar-video-counter-item h3 {
    color: #fff;
    line-height: 1;
    font-size: 80px;
    font-weight: 100;
    font-weight: 100;
    font-style: italic;
    font-family: "Archivo", sans-serif;
  }
  .bar-video-counter-item h3 sub {
    font-size: 30px;
  }
  .bar-video-counter-item p {
    color: #505050;
    font-size: 15px;
  }