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;
}
.niso-post-item {
    position:  relative;
}

.post-text {
    position:  absolute;
    bottom: 11%;
    left: 5%;
    color: #fff;
    z-index: 999;
}

.niso-post-item:before {
    position:  absolute;
    top: 0;
    left:  0;
    width:  100%;
    height:  100%;
    content:  "";
    background:  #000;
    z-index: 1;
    opacity: 0.4;
}

.niso-post-item:hover :before {
    opacity: 0.8;
}

.niso-post-item h3 {
    margin: 5px 0;
}

.niso-post-item .meta {
    font-size: 80%;
    text-transform: uppercase;
}

.niso-post-item a {
    color: #fff;
}

a.niso-post-cat {
    font-size: 80%;
    border: 1px solid #e6e6e6;
    padding: 1px 10px;
    text-transform: capitalize;
    font-style: italic;
}

a.niso-post-cat:hover {
    background:  #fff;
    color: #000;
}

.niso-post-item span {
    margin-right: 10px;
}
.niso-carousel .owl-dots {
    width: 100%;
    height: 16px;
    overflow: hidden;
    display: block;
}