body {
  height: 100%;
  margin: 0;
   overflow:hidden;
}
#slide{
background-color: black;
margin: 0;
 height: 100vh;
}
.owl-carousel{
height: 100vh;
}
.owl-carousel h4{
font-size: 2em;
font-weight: bolder;
}
.owl-stage-outer{
background-color: #191d1e;/*#232323*/
height: 100vh !important;
}
.owl-carousel .item {
	height: 10rem;
background-color: grey;
	padding: 1rem;
  margin: 0;
   height: 100vh; 
}

.owl-nav{
    font-family: 'fontAwesome';
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    background-color: black !important;
}
.owl-nav .owl-prev:before{
   //fa-chevron-right
   font-family: FontAwesome;
   content: "\f053";
   display: inline-block;
   padding:  3px 6px 3px 3px;
   vertical-align: middle;
   font-size: 3em;
}
.owl-nav .owl-next:after{
    //fa-chevron-right
     font-family: FontAwesome;
     content: "\f054";
    display: inline-block;
   padding:  3px 3px 3px 6px;
   vertical-align: middle;
   font-size: 3em;
}

/*---------------*/
.owl-carousel .item h4 {
	color: #FFF;
	font-weight: 400;
	margin-top: 5rem;
  
  position: absolute;
  left:25%;
  text-align: center;
  display: inline-block;
  bottom: 10%;
  font-size: 3.7em;
  width: 40%;
  font-weight: bold;
  opacity: 0.8;
  color: black;
}
.owl-carousel .item-video {
	height: 300px
}

.owl-nav{
position: absolute;
bottom:20px;
left: 20px;
}
.owl-dots{
position: absolute;
top:100px;
right: 20px;
/*
border-radius:15px;
width: 24px;
padding-top: 3px;
*/
}
.owl-dots span{
width: 16px !important;
height: 16px !important;
margin: 4px 7px  !important;
}
.owl-dots .active span{
background-color: yellow !important;
}
/*---------------*/
.ino1{
background: transparent url(../slide/slide1.jpg) no-repeat right bottom;
background-size: cover; 
}
.ino2{
background: transparent url(../slide/slide2.jpg) no-repeat right bottom;
background-size: cover; 
}
.ino3{
background: transparent url(../slide/slide3.jpg) no-repeat right bottom;
background-size: cover; 
}
/*---------------*/