.position-relative {
    position: relative
}

.z-index-10 {
    z-index: 10
}

.z-index-h {
    z-index: 35
}

.z-index-100 {
    z-index: 100
}

.z-index-1000 {
    z-index: 1000
}

.opacity-video-bg .vc_video-bg {
    opacity: .6
}

.title-uppercase {
    text-transform: uppercase
}

.add-border {
    border-bottom: 1px solid
}

.border-width-1 {
    border-width: 1px
}

.border-width-2 {
    border-width: 2px
}

.border-width-3 {
    border-width: 3px
}

.border-width-4 {
    border-width: 4px
}

.border-color-primary {
    border-color: var(--wd-primary-color)
}

.border-color-alternative {
    border-color: var(--wd-alternative-color)
}

.box-shadow-style-1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

.box-shadow-style-2 {
    box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5)
}

.box-shadow-style-3 {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 768px) and (max-width: 1024px) {
    .reset-margin-tablet>.vc_column-inner {
        margin-inline: 0 !important
    }
}