.project-page{
    min-height: 100vh;
    position: relative;
    padding: 100px 0 60px 0;
}

.bg-page {
    background: url("../images/producs.png") no-repeat center var(--main-color);
    background-size: cover;
    background-blend-mode: multiply;
}

[with-footer] footer{
    display: block !important;
}

[with-footer] .scroll-down{
    display: none;
}

.single-text h1{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
}

.single-text .stripped-text{
    margin-bottom: 20px;
}

.single-text .stripped-text * {
    color: #FFF !important;
    text-align: justify;
}

.single-text > a{
    color: #FFF;
    font-size: 14px;
    border: 1px solid vaR(--light);
    border-radius: 0;
    min-height: 40px;
    overflow: hidden;

}

.single-text > a img{
    width: 20px;
    filter: brightness(0) invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-text > a:hover,
.single-text > a:focus{
    background: var(--light);
    width: auto;
}

.single-text > a:hover img,
.single-text > a:focus img {
    filter: none
}


.single-text > a span{
    display: inline-block;
    margin-right: 7px;
}

.img-single {
    height: 60px;
    max-width: 100%;
    margin-bottom: 20px;
}

.single-image-slider{
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.single-image-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-project-slider .owl-nav{
    display: none !important;
}