/*---team style 1---*/
.themetechmount-teambox-style1 .ttm-post-featured-link-wrapper {
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.8s ease 0s;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-size: cover;
    background-position: 0 -48px;
}
.themetechmount-teambox-style1:hover .ttm-post-featured-link-wrapper {
    opacity: 1;
    transition: all 0.8s ease 0s;
}
.themetechmount-teambox-style1:hover .ttm-post-featured-link-wrapper {
    background-position: 0 0;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    padding-top: 107px;
}
.themetechmount-teambox-style1 .themetechmount-box-content {
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.themetechmount-teambox-style1:hover .themetechmount-box-content {
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: -5;
    position: relative;
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
}
.themetechmount-teambox-style1 .themetechmount-post-item {
    height: 287px;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
    border-right: 1px solid var(--ttm-bordercolor);
}
.group-02 article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
    border-top: 1px solid var(--ttm-bordercolor);
}
.tm-box-col-wrapper:last-child article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
	border-right: 0px;	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .themetechmount-element-teambox-style1 .row .tm-box-col-wrapper {
        width: 50%;
    }
    .tm-box-col-wrapper:last-child article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
        border-right: 1px solid var(--ttm-bordercolor);
    }
    .tm-box-col-wrapper:nth-child(2) article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1, 
    .tm-box-col-wrapper:nth-child(4) article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
        border-right: 0;
    }
}
@media (max-width: 767px) {
    article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
        border-right: 0;
        border-bottom: 1px solid var(--ttm-bordercolor);
    }
}

/*---team style2---*/
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 {
    font-size: 26px;
    line-height: 36px;
	margin-bottom: 6px;
}
.preyantechnosys-teambox-style2 .prt-box-desc p {
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 a {
	color: var(--prt-whitecolor);	
}
.preyantechnosys-teambox-style2 .prt-position span {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: var(--prt-whitecolor);
    font-family: var(--special-element-fontfamily);
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    padding: 31px 35px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail {
    overflow: hidden;
}
.preyantechnosys-teambox-style2 img.wp-post-image {
    transition: .7s;
}
.preyantechnosys-teambox-style2:hover img.wp-post-image {
    transform: scale(1.09);
}