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


#demos .item{ border: 1px solid #ccc ;}

@media(max-width: 991px){

    .owl-prev{ left:-27px;    }
    .owl-next{ right: -33px;}

    .m-font-18{ font-size: 18px; }
}