/* Teambox default CSS */
.handsy-teambox-default .handsy-team-image-box {
    position: relative;
    overflow: hidden;
}
.handsy-teambox-default .handsy-team-image-box .ttm-member-social {
    position: absolute;
    right: 0;
    left: 0;
}
.handsy-teambox-default .ttm-team-social-links-wrapper ul {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.35s ease-in-out;
}
.handsy-teambox-default .ttm-team-social-links-wrapper ul li a {
    margin-top: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
}
.handsy-teambox-default .ttm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.handsy-box-team .ttm-team-social-links-wrapper ul li a {
    margin: 0 4px;
    display: block;
    color: var(--ttm-secondarycolor);
}
.handsy-teambox-default:hover .ttm-team-social-links-wrapper ul {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 1;
    visibility: visible;
}
.handsy-teambox-default .ttm-team-social-links-wrapper ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}
.handsy-teambox-default .handsy-box-content h4 {    
    margin-bottom: 2px;
    cursor: pointer;
    display: inline-block;
}
.handsy-teambox-default .handsy-box-content {
    padding-top: 15px;
    text-align: center;
}
.handsy-teambox-default .handsy-team-image-box img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.handsy-teambox-default:hover .handsy-team-image-box img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
	width: 615px;
	height: 605px;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    position: absolute;        
    right: auto;
    left: 0;
    top: 0;
    bottom: -25px;
    margin: auto;
    visibility: hidden;
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    transition: all .9s ease,transform .9s ease;    
}
.handsy-element-teambox-style1 .handsy-boxes-row-wrapper .ttm-box-col-wrapper.active .ttm-team-featured-outer-wrapper {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.handsy-element-teambox-style1 .handsy-box-heading-wrapper {
    padding-bottom: 50px;
}
.handsy-element-teambox-style1 .handsy-boxes-row-wrapper.row.multi-columns-row {
    padding: 130px 0 90px;
}
.handsy-teambox-style1 .handsy-post-item,
.handsy-teambox-style1 .handsy-post-item-inner,
.handsy-teambox-style1,
.handsy-element-teambox-style1 .ttm-box-col-wrapper,
.handsy-teambox-style1 .handsy-team-image-box {
    position: static;
}
.handsy-teambox-style1 .handsy-box-content {
    border-radius: 0;
    width: 50%;
    float: right;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}
.ttm-box-col-wrapper.active .handsy-box-team.handsy-teambox-style1 .handsy-box-content h4 a {
	color: var(--ttm-skincolor);
}
.ttm-box-col-wrapper:last-child .handsy-teambox-style1 .handsy-box-content {
	border-bottom: unset;
}
.handsy-box-team.handsy-teambox-style1 .handsy-team-position {
    font-size: 18px;    
}
.handsy-teambox-style1 .handsy-box-title h4 {
	margin-bottom: 0; 
}
.handsy-teambox-style1 .handsy-box-content h4 {
    cursor: pointer;
}
.handsy-box-team.handsy-teambox-style1,
.handsy-teambox-style1 .handsy-team-image-box {    
    overflow: visible;
}

/**/
.handsy-teambox-style2 .handsy-box-content {
    padding-top: 20px;
	text-align: left;
}
.handsy-teambox-style2 .handsy-team-position {
    font-size: 15px;
}
.ttm-bgcolor-darkgrey .handsy-teambox-style2 .handsy-team-position {    
    color: rgba(255, 255, 255, 0.71);
}
.handsy-teambox-style2 .handsy-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
}
.handsy-teambox-style2 ul.ttm-team-social-links {
    padding: 0;
    background: transparent;
    z-index: 2;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 20px;
    top: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.handsy-teambox-style2 .handsy-team-image-box {
    overflow: hidden;
    position: relative;
}
.handsy-teambox-style2 .handsy-team-image-box:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -15px;
    width: 110%;
    height: 0;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 30%, rgba(0, 23, 70, 0.15) 80%);
    padding: 20px;
    transition: all .3s ease;
    z-index: 1;
    filter: blur(10px);
    pointer-events: none;
	opacity: 0;
}
.handsy-teambox-style2:hover .handsy-team-image-box:after {
	opacity: 1;	
	height: 60%;
}
.handsy-teambox-style2 .ttm-member-social {
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0;
}
.handsy-teambox-style2 [data-tooltip]:after,
.handsy-teambox-style2 [data-tooltip]:before {
	display: none;
}
.handsy-teambox-style2:hover ul.ttm-team-social-links {
   -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    bottom: 60px;
    visibility: visible;
}
.handsy-teambox-style2 .handsy-team-icon {
    font-size: 22px;
    text-align: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}
.handsy-teambox-style2 .ttm-member-social .ttm-team-social-links-wrapper ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;        
}
.handsy-teambox-style2 .ttm-member-social .ttm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
}
.handsy-teambox-style2 .ttm-member-social .ttm-team-social-links-wrapper ul li a:hover {
    color: var(--ttm-whitecolor);
}
.handsy-teambox-style2 .handsy-team-icon i {
    width: 50px;
    height: 50px;
    line-height: 58px;
    display: inline-block;
    background-color: var(--ttm-skincolor);    
}
.handsy-teambox-style2 .handsy-box-social-links .ttm-team-social-links-wrapper ul li {    
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}
.handsy-teambox-style2 .ttm-team-social-links-wrapper ul li a {
    font-size: 15px;
    display: block;    
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--ttm-secondarycolor);
	background-color: #fff;
}
.handsy-post-item-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    display: none;
    transition: all .5s ease;
}
.handsy-box-team.model-open .handsy-post-item-popup,
.handsy-post-item-popup.model-open {
    transform: scale(1);
    transition: all .5s ease;
	display: block;
}
.close-btn {
    position: relative;
    right: 0px;
    left: auto;
    top: -42px;
    cursor: pointer;
    z-index: 99;
    font-size: 25px;
    color: var(--body-fonts-color);
    font-weight: 800;
    font-family: 'Nunito';
    float: right;
    display: inline-block;
    vertical-align: top;
}
.close-btn i {
    position: absolute;
    background-color: transparent;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
}
.bg-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(15px);
}
.handsy-box-team.handsy-teambox-style1 .handsy-box-content h4 a {
    pointer-events: none;
    cursor: default;
}
.popup-model-open .handsy-element-teambox-style1 .slick-slider .slick-track,
.popup-model-open .handsy-element-teambox-style1 .slick-slider .slick-list {
    transform: unset !important;
}
.handsy-popupbox-content .ttm-team-details-list .ttm-team-list-title,
.handsy-popupbox-content .ttm-team-details-list .ttm-team-list-value {
    display: block;
}
.handsy_item_popup_details {
    width: 73.39%;
    margin: 0 auto;
    background-color: var(--ttm-secondarycolor);
    z-index: 999;
    position: relative;
    padding: 60px 60px;
    top: 22%;
    overflow: hidden;    
}
.handsy_item_popup_details_wrap .handsy-team-img {
    width: 35%;
    float: left;
}
.handsy_item_popup_details_wrap .handsy-popupbox-content {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    padding-left: 30px;
}
.ttm-team-details-list.ttm-team-extra-details-list .ttm-team-details-line, 
.handsy-team-phone.handsy-team-details, 
.handsy-team-email.handsy-team-details {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 15px 0px 15px 0px;
    width: 43%;
}
.handsy-team-phone.handsy-team-details {
    width: 48%;
}
.handsy_item_popup_details_wrap .ttm-team-list-title,
.handsy_item_popup_details_wrap .handsy-popupbox-content 
.handsy_item_popup_details_wrap .handsy-team-details .ttm-team-list-title {
    text-indent: 0px;
    width: auto;
    margin-right: 3px;
    position: relative;    
    font-size: 18px;
    line-height: 25px;    
    font-family: var(--special-element-fontfamily);
	color: #fff !important; 
}
.handsy-team-details-social-links .ttm-team-social-links-wrapper ul.ttm-team-social-links {
    padding: 0;
}
.handsy-popupbox-content .handsy-team-details-social-links .ttm-team-social-links-wrapper ul.ttm-team-social-links li {
    float: left;
    display: inline-block;
    vertical-align: top;
}
.handsy-popupbox-content .handsy-team-details-social-links .ttm-team-social-links-wrapper ul.ttm-team-social-links li a {
    display: block;
    font-size: 14px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-right: 10px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .47);
}
.handsy-popupbox-content .handsy-team-details-social-links .ttm-team-social-links-wrapper ul.ttm-team-social-links li a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #fff;
}
.tm-team-list-value,
.handsy_item_popup_details_wrap .ttm-team-list-value,
.handsy_item_popup_details_wrap .handsy-popupbox-content p {
    color: rgba(255, 255, 255, .47);
}
.handsy-popupbox-content [data-tooltip]:before,
.handsy-popupbox-content [data-tooltip]:after {
	display: none;
}
.handsy_item_popup_customtext_wrap {
    padding-top: 30px;
    float: left;
}
.handsy_item_popup_customtext_wrap .handsy-team-ctext.handsy-team-details a {
    margin-left: 15px;
    border-radius: 2em;
    background-color: var(--ttm-skincolor);
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    text-transform: uppercase;
}
.handsy_item_popup_customtext_wrap .handsy-team-ctext.handsy-team-details a:hover {
    background-color: var(--ttm-secondarycolor);
    color: #fff; 
}
.handsy_item_popup_details_wrap .handsy-popupbox-content .handsy-box-content-inner .handsy-box-title,
.handsy_item_popup_details_wrap .handsy-popupbox-content .handsy-box-content-inner .handsy-team-autor-position {
    display: inline-block;
}
.handsy_item_popup_details_wrap .handsy-popupbox-content .handsy-box-content-inner .handsy-box-title h4 {
    font-size: 32px;
    line-height: 42px;
	color: #fff; 
}
.handsy_item_popup_details_wrap .handsy-popupbox-content .handsy-box-content-inner .ttm-team-member-excerpt {
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.handsy_item_popup_details_wrap .handsy-popupbox-content .handsy-box-content-inner .ttm-team-extra-details-wrapper {
    margin-bottom: 0px;
}
@media(min-width:1025px) {
	.ttm-diff .handsy-element-teambox-style1 .handsy-boxes-row-wrapper.row.multi-columns-row {
		padding: 30px 0 150px;
	}
}
@media(max-width:1024px) {
	.handsy_item_popup_details {
		width: auto;    
		padding: 15px;    
	}
	.handsy_item_popup_details_wrap .handsy-team-img {
		width: auto;
		float: none;
		text-align: left; 
		padding-bottom: 20px;
	}
	.handsy_item_popup_details_wrap .handsy-popupbox-content {		
		padding-left: 0;
	}
	.handsy-team-phone.handsy-team-details {
		width: 43%;
	}
	.close-btn {
		right: 30px;    
		top: 0;
	}
}	
@media(max-width:991px) {
	.close-btn {
		right: 20px;
		top: -50px;
	}
}
@media(max-width:767px) {	
	.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .handsy-team-member-single-featured-area .handsy-team-member-info .handsy-team-img img,
	.handsy-box-team.handsy-teambox-default .handsy-item-thumbnail img {
		min-width: 100%;
	}
	.handsy-element-teambox-style1 .handsy-boxes-row-wrapper.row.multi-columns-row {
		padding: 10px 0 0px;
	}
	.elementor-element .handsy-boxes.handsy-element-teambox-style1 .handsy-box-heading-wrapper {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.handsy-teambox-style1 .handsy-box-content {
		width: auto;
		float: none;
		display: block;
		padding-top: 20px;
		padding-bottom: 0;
		border-bottom: unset;
	}
	.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
		width: 100%;
		height: 310px;
		background-position: top;			
		position: relative;
		right: auto;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		visibility: visible;
		clip-path: polygon(0 0,100% 0,100% 100%,0 100%);		
	}
	.ttm-box-col-wrapper:last-child .handsy-teambox-style1 .handsy-box-content {   
		padding-bottom: 0;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.handsy-teambox-style2 .handsy-team-image-box {
		overflow: hidden;    
	}
	.handsy-teambox-style2 .ttm-team-featured-outer-wrapper {
		width: 100%;
		height: 280px;		
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
		width: 445px;
		height: 405px;   
		bottom: -70px;    
	}
	.handsy-element-teambox-style1 .handsy-boxes-row-wrapper.row.multi-columns-row {
		padding: 10px 0 80px;
	}
	.handsy-teambox-style1 .handsy-box-content {  
		padding-bottom: 20px;
	}
	.handsy-element-teambox-style1.handsy-boxes-gap-30px .handsy-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
		margin-bottom: 20px;
	}
}


@media only screen and (min-width:768px) and (max-width:960px) {
	.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
		width: 345px;    
	}
}
@media only screen and (min-width:840px) and (max-width:950px) {
	.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
		width: 389px;    
	}
}
@media only screen and (min-width:1025px) and (max-width:1540px) {
	.handsy_item_popup_details {
		width: 96.39%;    
		padding: 50px;    
	}
}
@media only screen and (min-width:1025px) and (max-width:1340px) {
	.handsy-teambox-style1 .ttm-team-featured-outer-wrapper {
		width: 480px;    
	}
	.ttm-team-details-list.ttm-team-extra-details-list .ttm-team-details-line, .handsy-team-phone.handsy-team-details, .handsy-team-email.handsy-team-details {    
		font-size: 13px;
	}
}