/*=== thsn-team-style-1 ===*/
.thsn-team-style-1 .thsn-member-social,
.thsn-team-style-1 .themesion-box-content{
	transition: .5s;
}
.thsn-team-style-1 .themesion-box-content{
	text-align: left;
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
	padding: 20px;
	position: relative;
	background-color: var(--thsn-logisto-white-color);
}
.thsn-team-style-1 .themesion-box-content::before{
	display: block;
	height: 5px;
	content: '';
	position: absolute;
	width: auto;
	top: -5px;
	background-color: var(--thsn-logisto-global-color);
	left: 20px;
	right: 20px;
}
.thsn-team-style-1 .themesion-team-image-box{
	position: relative;
	overflow: hidden;
}
.thsn-team-style-1 .themesion-team-image-box img{
	width: 100%;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title{
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title a,
.thsn-team-style-1 .themesion-box-social-links a:hover{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-team-style-1 .themesion-box-team-position{
	color: var(--thsn-logisto-secondary-color);
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.thsn-team-style-1 .thsn-team-btn{
	position: absolute;
	right: 25px;
	bottom: 45px;
	height: 50px;
	width: 50px;
	background: var(--thsn-logisto-global-color);
	padding: 5px 15px;
	line-height: 40px;
	text-align: center;
	transition: .5s;
	cursor: pointer;
}
.thsn-team-style-1 .thsn-member-social:hover {
	height: 100%;
}
.thsn-team-style-1 .thsn-member-social:hover .themesion-box-social-links{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.thsn-team-style-1 .thsn-member-social {
	position: relative;
	right: -25px;
	top: 70px;
}
.thsn-team-style-1 .themesion-box-social-links {
	position: absolute;
	bottom: 120px;
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	-o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.65,.05,.36,1);
	margin: 0;
	right: 30px;
	width: 50px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transform: translateY(-30%);
}
.thsn-team-style-1 .thsn-team-social-links li {
	display: inline-block;
	margin: 0 5px;
}
.thsn-team-style-1 .themesion-box-social-links a{
	font-size: 14px;
	line-height: 50px;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background:  var(--thsn-logisto-global-color);
	color:  var(--thsn-logisto-blackish-color);
}
.thsn-team-style-1 .thsn-member-social .thsn-team-social-links::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid var(--thsn-logisto-global-color);
	left: 20px;
}
.thsn-team-style-1 .thsn-member-social .thsn-team-social-links{
	position: relative;
}
.thsn-team-style-1:hover .themesion-box-content{
	background-color: var(--thsn-logisto-secondary-color);
}
.thsn-elementor-bg-color-secondary .thsn-team-style-1:hover .themesion-box-content{
	background-color: var(--thsn-logisto-blackish-color);
}
.thsn-team-style-1:hover .themesion-box-content .thsn-team-title a{
color: var(--thsn-logisto-white-color);
}
.thsn-team-style-1:hover .themesion-box-team-position{
	color:var(--thsn-logisto-global-color);
}
.thsn-team-style-1 .thsn-team-btn a{
	font-size: 13px;
	line-height: 24px;
}
.thsn-element-team-style-1 .owl-carousel .owl-stage-outer .owl-item{
	margin-bottom: 30px;
}
/*==== RTL ====*/
body.rtl .thsn-team-style-1 .thsn-member-social{
	right: inherit;
	left: -25px;
}
body.rtl .thsn-team-style-1 .thsn-team-btn{
	right: inherit;
	left: 25px;
}
body.rtl .thsn-team-style-1 .themesion-box-content{
	text-align: right;
}
body.rtl .thsn-team-style-1 .themesion-box-social-links{
	right: inherit;
	left: 30px;
}
body.rtl .thsn-team-style-1 .thsn-member-social .thsn-team-social-links::after{
	left: inherit;
	right: 20px;
}