
/*Download Section*/
/*----------------------------------------------------*/

.bar-video-download-section .bar-video-download-img {
right: 0;
}

.bar-video-download-content {
max-width: 740px;
}

.bar-video-download-title {
padding-bottom: 60px;
}
.bar-video-download-title h2 {
z-index: 1;
color: #fff;
font-size: 50px;
line-height: 63px;
position: relative;
margin-bottom: 40px;
}
.bar-video-download-title h2:before {
left: 0;
z-index: -1;
bottom: 14px;
content: "";
height: 4px;
width: 185px;
position: absolute;
background-color: #F4A710;
}
.bar-video-download-title h2 span {
color: var(--vc-color);
}
.bar-video-download-title p {
color: #fff;
font-size: 22px;
max-width: 525px;
line-height: 42px;
margin-bottom: 0;
}
.bar-video-download-title p span {
color: var(--vc-color);
}

.bar-video-download-counter-content {
width: 260px;
border-radius: 5px;
padding: 62px 20px;
border: 1px solid #1B1B1B;
background: rgba(217, 217, 217, 0.02);
}
.bar-video-download-counter-content .bar-video-download-counter h3 {
color: #fff;
font-size: 36px;
font-weight: 600;
color: var(--vc-color);
}
.bar-video-download-counter-content .bar-video-download-counter h3 sub {
color: #fff;
font-size: 20px;
}
.bar-video-download-counter-content .bar-video-download-counter p {
color: #fff;
font-size: 20px;
padding-top: 5px;
}
.bar-video-download-counter-content .bar-video-download-text {
margin-top: 45px;
}
.bar-video-download-counter-content .bar-video-download-text p {
color: #505050;
font-size: 16px;
margin-bottom: 0;
}
.bar-video-download-counter-content .bar-video-download-text .download-btn {
    left: 0;
    right: 0;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 60px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2196078431);
    color: #fff;
}
.bar-video-download-counter-content .bar-video-download-text .download-btn:hover {
background-color: var(--vc-color);
}

.bar-video-download-item-content {
width: 465px;
padding-left: 30px;
}

.bar-video-download-item {
padding-left: 20px;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #1B1B1B;
}
.bar-video-download-item:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.bar-video-download-item .inner-icon {
margin-right: 25px;
}
.bar-video-download-item .inner-icon i {
color: #fff;
font-size: 50px;
}
.bar-video-download-item .inner-text h3 {
color: #fff;
font-size: 22px;
font-weight: 400;
margin-bottom: 0;
padding-bottom: 15px;
font-family: var(--font-family-Archivo);
}
.bar-video-download-item .inner-text a i {
margin-left: 6px;
}
.bar-video-download-item .inner-text a:hover {
color: var(--vc-color);
}
.bar-video-download-item-content p {
    color: #888686;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1rem;
}

.bar-video-download-item-content a {
    color: #fff;
    font-size: 14px;
}