/* Service Style 2 */
.thsn-service-style-2 .thsn-service-icon-wrapper,
.thsn-service-style-2 .thsn-service-btn,
.thsn-service-style-2 .themesion-box-content,
.thsn-service-style-2 .thsn-service-title a,
.thsn-service-style-2 .themesion-box-content::after{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thsn-service-style-2 .themesion-post-item{
	position: relative;
	overflow: hidden;
}
.thsn-service-style-2 .thsn-service-title {
	position: relative;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    align-items: start;
}
.thsn-service-style-2 .themesion-box-content .themesion-box-content-inner{
	position: absolute;
	bottom: 20px;
	padding: 0 50px;
	z-index: 5;
}
.thsn-service-style-2 .thsn-service-title i{
	font-size: 50px;
    line-height: 50px;
    color: var(--thsn-logisto-global-color);
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
}
body.rtl .thsn-service-style-2 .thsn-service-title i{
	margin: 0 0 0 15px;
}
.thsn-service-style-2 .thsn-service-title img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.thsn-service-style-2 .thsn-service-title a{
	color:var(--thsn-logisto-white-color);
}
.thsn-service-style-2 .thsn-featured-wrapper img {
	position: relative;
	width: 100%;
}
.thsn-service-style-2 .thsn-service-btn a::before {
	color: var(--thsn-logisto-global-color);
}
.thsn-service-style-2:hover .thsn-service-btn a::before {
	opacity: 0;
	visibility: hidden;
	margin-right: 0;
	font-size: 0;
}
.thsn-service-style-2 .themesion-post-item::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	top: 100%;
	transition: all .5s ease;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,rgb(38 44 49 /1));
}
.thsn-service-style-2:hover .themesion-post-item::before{
	opacity: 1;
	top: 50%;
}
.thsn-service-style-2 .themesion-box-content .thsn-service-content{
	opacity: 0;
	position: absolute;
	bottom: 0px;
	-webkit-transform: translateY(20px);
	transform: translateY(30px);
	line-height: 1.5em;
	-webkit-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1),
	-webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.thsn-service-style-2:hover .themesion-box-content .thsn-service-title {
	-webkit-transform: translateY(-85px);
	transform: translateY(-85px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.thsn-service-style-2 .themesion-box-content .thsn-service-title {
	-webkit-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.thsn-service-style-2:hover .themesion-box-content .thsn-service-content{
	color: var(--thsn-logisto-white-color);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}
.thsn-service-style-2 .thsn-featured-wrapper{
	overflow: hidden;
	position: relative;
}
.thsn-service-style-2 .thsn-featured-wrapper::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	background: var(--thsn-logisto-secondary-color);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 0;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
	background: linear-gradient(0deg, var(--thsn-logisto-blackish-color) 0%, rgba(0,50,129,0) 80%);
}
.thsn-service-style-2:hover .thsn-featured-wrapper::after {
	transform: scaleY(1.0);
	opacity: 1;
}
/*=== Responsive ===*/
@media (max-width: 1024px) {
	.thsn-service-style-2 .thsn-service-icon-wrapper {
		line-height: 30px;
		font-size: 50px;
	}
}
@media (max-width: 575px) {
	.thsn-service-style-2 .themesion-box-content .themesion-box-content-inner{
		padding: 0 25px;
	}
}