html body .niso-caption h6 {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px;
  text-align: center;
  text-transform: none;
}
html body .owl-carousel.niso-carousel .niso-caption.simple h6 {
    margin: 0;
}

.niso-caption.niso-hover h6 {
  bottom: -1000px;
  left: 0;
  margin: 8px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9999999;
}
html body .niso-caption h6::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*slider caption style*/	
.slider-cap {
  left: 0;
  padding: 50px;
  position: absolute;
  text-align: left;
  top: 20%;
  width: 100%;
}

.niso-carousel .owl-stage .owl-item .item:hover .niso-caption.niso-hover h6{
  bottom: 0;
}
.niso-carousel .owl-item .item a img{ 
cursor:zoom-in;
}
