#navbarCollapse {
    background-image: url(./img/imgbar2.png);
    background-repeat: no-repeat;
}




/* background: rgba(0, 0, 0, .4); */
/* background: rgba(255, 0, 0, .4); */

          
        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            .owl-stage-outer {
                margin-left: 80px;
                margin-right: 80px;
            }

            
        }
          

          
        /* Media Query for Laptops and Desktops */
        @media (min-width: 1025px) and (max-width: 1280px){
            .owl-stage-outer {
                margin-left: 76px;
                margin-right: 76px;
            }
        }
          
        /* Media Query for Large screens */
        @media (min-width: 1281px) {
            .owl-stage-outer {
                margin-left: 76px;
                margin-right: 76px;
            }
        }