 /* banner slide area */
.owl-carousel{
    width: 100%;
    height: 500px; 
}
.slide{
    width: 100%;
    height: 500px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
   
}
 /* end banner slide area */


