.themestek-box.ts-portfoliobox-style-6{
	position: relative;
}
.themestek-box.ts-portfoliobox-style-6 .themestek-box-category a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: none;
	color: var(--tste-labtechco-skincolor);
}
.ts-portfoliobox-style-6 .themestek-box-category{
	margin-bottom: 2px;
}
.entry-content .themestek-box.ts-portfoliobox-style-6 h3{
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ts-portfoliobox-style-6 .themestek-box-content{
	position: relative;
	padding-bottom: 50px;
}
.ts-portfoliobox-style-6 .themestek-box-content-inner{
	background-color: var(--tste-labtechco-skincolor-dark);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 35px;
	max-width: 320px;
	padding: 35px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .50s ease-in-out;
	transition: all .50s ease-in-out;
}
.rtl .ts-portfoliobox-style-6 .themestek-box-content-inner{
	right: 35px;
	left: inherit;
}
.themestek-box.ts-portfoliobox-style-6 h3 a{
	color: #fff;
}
.themestek-box.ts-portfoliobox-style-6 .themestek-box-link a{
	font-weight: 500;
	padding-right: 22px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.rtl .themestek-box.ts-portfoliobox-style-6 .themestek-box-link a{
	padding-left: 22px;
	padding-right: 0;
}
.themestek-box.ts-portfoliobox-style-6 .themestek-box-link a::after{
	position: absolute;
	font-family: "ts-labtechco-icons";
	content: "\e850";
	top: 0;
	right: 0;
}
.rtl .themestek-box.ts-portfoliobox-style-6 .themestek-box-link a::after{
	left: 0;
	right: inherit;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.themestek-box.ts-portfoliobox-style-6 .themestek-box-link a:hover{
	color: var(--tste-labtechco-skincolor);
}

@media (min-width: 768px) and (max-width: 991px){
	.ts-portfoliobox-style-6 .themestek-box-content-inner{
		padding: 15px;
	}
	.entry-content .themestek-box.ts-portfoliobox-style-6 h3{
		font-size: 16px;
		line-height: 24px;
	}
	.themestek-box.ts-portfoliobox-style-6 .themestek-box-link a{
		font-size: 12px;
	}
}