.main-footer .container-fluid {
    max-width: 100%;
    padding: 0 50px;
}
header.main-header.header-style-one {
    background: #0b1930;
position: relative;
}

/* Video */
.p-relative {
    position: relative;
}
.slider-area {
    border-bottom: 20px solid #C81912;
}
.fix {
    overflow: hidden;
}
.slider-bg {
    min-height: 660px!important;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
} 
 
.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
}
.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #000 0%, #26154D 100%) 0% 0% no-repeat padding-box;
    opacity: .3;
    z-index: 1; 
}
.slider-content {
    position: relative;
    z-index: 9999;
}
.slider-content h2 {
    font-size: 58px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.slider-content h2 span {
    color: #f64b3c;
}
}
.slider-content h1 {
    font-size: 58px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.slider-content h1 span {
    color: #f64b3c;
}
.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.s-slider-content p {
    font-size: 16px;
}
.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    display: block;
    margin-bottom: 20px;
}
.slider-content > span::before {
    content: "";
    background: #fff;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-right: 15px;
}
.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}