/*	Parallax Background
	==================================================*/

#parallax {
    background: url(../images/covers/clients-cover.jpg) center center no-repeat;
    background: url(../images/covers/clients-cover_zmm8jg.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    background-position: center center;
}
    
@media screen and ( max-width: 991px ) {
    #parallax {
        height: calc( 100vh - 55px);
        margin-top: 55px;
    }
}

/*	Intro
    ==================================================*/

#intro {
    height: calc(100vh - 180px );
}

@media screen and ( max-width: 767px ) {
    .title-img {
        margin: auto;
        display: block;
    }
}

#intro .message .lead {
    /* text-shadow: 0px 0px 4px white; */
    color: #f1f1f1;
}

#intro .message .heading {
    color: #ffffff;
}

/*	Content
    ==================================================*/

#content {
    background-color: #ffffff;
}

#clients {
    background-color: #ffffff;
}

#clients .clients-carousel .item .client-img {
    box-shadow: none;
    border: none;
}

@media screen and ( min-width: 992px ) {
    #clients .clients-carousel {
        display: none;
    }
}


@media screen and ( max-width: 991px ) {
    #clients > img {
        display: none;
    }
}


