/*slider*/
.home-video-slide-001 .content-div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
     background: #0000008f;
    text-align: center;
    width: 70% !important;
}
.home-video-slide-001 .content-div:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 21px;
    background: #6e0101e6;
    border-radius: 0px;
    right: 0px;
    left: 0px;
    top: -10px;
    margin: auto;
}

.home-video-slide-001 .subtitle {
    font-weight: 600;
    font-size: 22px;
    color: #ec1d1d;
}

.home-video-slide-001 span.title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}

.home-video-slide-001 p {
    line-height: 1.5;
}
.home-video-slide-001 p.content {
    width: 80%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}


@media(max-width:991px){
.home-video-slide-001 .content-div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    background: #000000e3;
    text-align: center;
    width: 97% !important;
}
.home-video-slide-001 .content-div:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 11px;
    background: #6e0101e6;
    border-radius: 0px;
    right: 0px;
    left: 0px;
    top: -5px;
    margin: auto;
}

.home-video-slide-001 .subtitle {
    font-weight: 600;
    font-size: 11px;
    color: #ec1d1d;
}

.home-video-slide-001 span.title {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}

.home-video-slide-001 p {
    line-height: 1.5;
}
.home-video-slide-001 p.content {
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
}}

.home-video-slide-001  .slick-dots li button:before {
    top: 17px;
    height: 10px;
    font-size: 21px;
    width: 10px;
}



.services-border-001 {
    border: 1px solid #a60000;
}
.services-border-001 .sppb-column-overlay {
    transition: 0.3s;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.69) 50%) transparent;
}
.services-border-001 .sppb-column-overlay:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s;
}
.services-border-001 .sppb-column-overlay:hover:before {
    opacity: 0.7;
}



.project-colum-001 .sppb-row {
    opacity: 70%;
    transition: 0.3s;
}

.project-colum-001 .sppb-row:hover {
    opacity: 100%;
}

.sppb-carousel-extended-item img {
    width: 100%!important;
    object-fit: contain!important;
    height: 100%;
}

/*heightcolumn*/

.height-column-001 {
     background-color: rgba(0, 0, 0, 0.66);
    border-width: 1px 1px 1px 1px;
    border-color: rgba(254, 38, 38, 0.49);
    border-style: solid;
}

@media (min-width: 991px){
.service-feature-box-001 .sppb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
  }}