

.home-ti-content{
	color: var(--home-text-image-color);
}

.home-ti-title{
	font-size: 20px;
  	color: #913b0c;
  	font-weight: 500;
  	text-align: left;
  	text-transform: uppercase;
  	margin-bottom: 20px;
}

.home-ti-txt{
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 13;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 20px;
}

.home-ti .item{
	height: var(--home-text-image-height);
	max-height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-slider .owl-next{
    background: var(--all-slider-next);
}

.single-slider .owl-prev{
    background: var(--all-slider-prev);
}
@media only screen and (max-width: 991px) {
	.home-ti .item{
 		height: auto;
 	}
}

@media only screen and (max-width: 768px) {
 	.home-ti .item{
 		height: auto;
 	}
 	.home-ti{
 		padding-bottom: calc(var(--home-text-image-padding) - 30px);
 	}
}

@media only screen and (max-width: 576px) {
 	.home-ti .item{
 		height: 280px;
 	}
}


