.themestek-boxes-team .themestek-box-col-wrapper:nth-child(even) .themestek-teambox-style-6 {
    margin-top: -30px;
}
.themestek-teambox-style-6 {
    position: relative;
    margin-bottom: 30px;
}
.themestek-teambox-style-6 .themestek-item-thumbnail img{
    border-radius: 10px;
	width: 100%;
}
.themestek-teambox-style-6 .themestek-box-content {
    position: relative;
    padding: 30px 30px 18px;
    text-align: center;
    border-radius: 10px;
    margin: -55px 25px 0 35px;
    background-color: #ffffff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
.themestek-teambox-style-6:hover .themestek-box-content {
    margin-top: -65px;
}
.themestek-teambox-style-6:hover .themestek-box-team-position{
    color: #14212a;
}
.themestek-teambox-style-6 .themestek-box-team-position,
.themestek-teambox-style-6 .themestek-box-title h4{
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.themestek-teambox-style-6 .themestek-box-title h4{
    font-size: 16px;
    margin-top: 0;
}
.themestek-teambox-style-6 .themestek-box-title h4 > a{
    color: #14212a;
}
.themestek-teambox-style-6 .themestek-social-icons{
    position: absolute;
    bottom: -15px;
    right: 30px;
}
.themestek-teambox-style-6:hover .themestek-team-share{
    background-color:#f3f3f3;
}
.themestek-teambox-style-6 .themestek-team-share{
    width: 35px;
    height: 35px;
    color: #1b2024;
    font-size: 20px;
    line-height:35px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.themestek-teambox-style-6 .themestek-team-social-links li a{
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #1b2024;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.themestek-teambox-style-6 .themestek-teambox-social-links{
    position: absolute;
    bottom: 35px;
    opacity: 0;
    visibility: hidden;
    -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(.645,.045,.355,1);
}
.themestek-teambox-style-6 .themestek-team-social-links{
    margin:0;
    padding: 0;
    margin-top: 5px;
}
.themestek-teambox-style-6 .themestek-team-social-links li {
    list-style: none;
    margin: 0 0px 5px 0px;
}
.themestek-teambox-style-6 .themestek-social-icons:hover .themestek-teambox-social-links {
    opacity: 1;
    visibility: visible;
}
.themestek-teambox-style-6 .themestek-team-social-links li a:hover{
    color: #fff;
    background-color: #14212a;
}
.themestek-teambox-style-6:hover .themestek-box-content,
.themestek-teambox-style-6 .themestek-team-share {
	background-color: var(--themestek-moversco-skincolor);
}

@media (max-width: 991px){ 
	.themestek-teambox-style-6 .themestek-box-content {
		padding: 29px 12px 18px;
	}
	.themestek-boxes-team .themestek-box-col-wrapper:nth-child(even) .themestek-teambox-style-6 {
		margin-top: 0px;
	}
	.themestek-teambox-style-6 .themestek-box-title h4 {
		font-size: 13px;
	}
}

@media(max-width:767px) {	
	.themestek-teambox-style-6 img{
		width: 100%;
	}
}