.title-main{
  margin-top: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #312759;
}
.title-main h1{
  z-index: 1050;
  color:#312759;
  font-size: 35px;
  position: relative;
  top: 9px;
  left: 0;
}
.title-main::before{
  content: '';
  width: 200px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top:20px;
}
.caption{
  position: absolute;
  bottom: 50px;
  left: 20px;
}
.caption .category{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0px 4px 6.58px rgba(2, 2, 2, 1)!important;
  display: block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: block-axis;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 6px;
  min-height: 32px;
}
.caption .caption-title{
  width: 580px;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Baloo', cursive;
}
.item-slider{
  height: 246px;
  transition: all 2s;
  cursor: pointer;
  overflow:hidden;
}
.item-slider img{
  height: 246px;
  width: 100%;
  object-fit: contain;
  position:relative;
  transition: all 0.4s linear;
}
.item-slider:hover img{
	transform: scale(1.1);
}
.arrow {
  width: 100%;
  height: 0;
  display: block;
  background-color:rgba(49,39,89,.8);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity:0;
  transition:all .4s;
}
.arrow:after {
  content: "";
  display: block;
  position: relative;
}
.item-slider:hover .arrow{
	opacity:1 !important;
	height:80px;
}
.item-slider .caption{
  z-index: 1020;
  max-width:300px;
  bottom: 15px;
  z-index: 1000;
}
.item-slider .caption .caption-title{
  width: 400px;
}
.owl-nav .owl-prev img{
    position: absolute;
    top: 20px;
    left: 15px;
}
.owl-nav .owl-next img{
  position: absolute;
  top: 20px;
  right: 15px;
}

.gallery-main{
  min-height: 600px;
}


/**/
.item-slider:hover .arrow.tr:after{
  border-left: 0px solid rgba(49,39,89,.6);
}
