/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    /*home page styles*/
    .below-banner-section{
        margin-top: -20px;
    }
    .below-bann-div:hover {
        margin-top: 0px;
    }
    .below-bann-div{
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
