/*owl bt*/
.owl-theme .owl-controls{ position:relative; }
.owl-prev{ position: absolute; left:-76px;   top: -359px; text-indent: -999px;  }
.owl-prev::before{content: ''; position: absolute; left:-9px; width: 50px; height: 50px; border-radius: 50%; background-color: transparent; background-image: url(../owl/image/prev.png);  color: #000; background-repeat: no-repeat;
    background-position: center;}
.owl-next{ position:absolute; right: -61px; top: -359px; text-indent: 	999px;}
.owl-next::before{content: ''; position: absolute; right:10px; width: 50px; height: 50px; border-radius: 50%; background-color: transparent; background-image: url(../owl/image/next.png);  color: #000; background-repeat: no-repeat;
    background-position: center;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{ background: unset!important; }
.owl-dot{ display: none!important; }

.owl-theme .item p{ text-align: center; font-size: 20px; color: #000; padding-bottom: 20px; padding-top: 10px; font-weight: 800; }

#demos .item{/* border: 1px solid #ccc ;*/ box-shadow: 5px 5px 5px;}