.owl-carousel
{
	    z-index:0
	}
	
	
	.owl-carousel1
{
	    z-index:0
	}
	
	
.item{
	  width: 120px;
  height: auto;  z-index:-2
	}
	
	.item1{
	  width: 75px;
  height: 75px;  z-index:-2
	}
	
.owl-nav button {
  position: absolute;
  top: 90%;
  background-color: #ad8a17;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  z-index:0
}

.owl-nav button.owl-prev {
  left: 0;
 color: #ad8a17;
 
}

.owl-nav button.owl-next {
  right: 0;
}

. span owl-next {
 color: #ad8a17;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #ad8a17;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #fff;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 
}

span {
  font-size: 60px;
  position: relative;
  top: -5px;  color: #fff;
}

.owl-nav button:focus {
  outline: none; color: #fff;
}