/*---team style 1---*/
.preyantechnosys-teambox-style1 .preyantechnosys-content-inner {
    overflow: hidden;
    position: relative;
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content {
    text-align: center;
    padding-top: 21px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content .prt-position h4 a:hover {
    color: var(--prt-skincolor);
}
.preyantechnosys-teambox-style1 .prt-position span {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.preyantechnosys-teambox-style1 .prt-featured-wrapper img {
    border-radius: 220px 220px 0 0;
    border: 25px solid var(--prt-greycolor);
    width: 100%;
}
.preyantechnosys-teambox-style1 .prt-featured-wrapper {
    position: relative;
    transition: .5s;
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content .prt-position h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 9px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content .prt-box-desc p {
    margin-bottom: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 30px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box {
    margin-top: 125px;
}
.preyantechnosys-teambox-style1 .prt-featured-wrapper:before {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/team-star.svg) no-repeat 100% 100%;
    mask: url(../images/team-star.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 0px;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 380px;
    height: 500px;
    background-color: var(--prt-greycolor);
    z-index: -1;
    transition: .5s;
    opacity: 0;
}
.preyantechnosys-teambox-style1:hover .prt-featured-wrapper:before {
    top: -22%;
    opacity: 1;
}
.preyantechnosys-teambox-style1:hover ul.prt-team-social-links {
    bottom: 8%;
    opacity: 1;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links {
    background-color: transparent;
    padding: 0;
    list-style: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    margin: 0;
    transition: .5s;
    opacity: 0;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 32px;
    line-height: 33px;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links a {
    color: var(--prt-whitecolor);   
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-social-links span.prt-name {
    text-transform: uppercase;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links a span.prt-hide {
    display: block;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links a i {
    display: none;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links li a:before {
    content: '';
    position: absolute;
    width: auto;
    -webkit-mask: url(../images/social-star.svg) no-repeat 100% 100%;
    mask: url(../images/social-star.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background-color: inherit;
    z-index: -1;
    transition: .5s;
}
.preyantechnosys-teambox-style1 ul.prt-team-social-links li a:hover:before {
    transform: scale(0.9);
}
.prt-team-layouttwo .preyantechnosys-teambox-style1 ul.prt-team-social-links li a:before {
    -webkit-mask: unset;
}
@media (max-width: 1200px) {
    .preyantechnosys-teambox-style1:hover .prt-featured-wrapper:before {
        opacity: 0;
    }
    .preyantechnosys-teambox-style1 .preyantechnosys-team-image-box {
        margin-top: 0;
    }
}
@media (max-width: 992px){
	.preyantechnosys-teambox-style1 .preyantechnosys-box-content {
		padding: 30px 0px 16px;
    }
}
@media (max-width: 767px){
	.preyantechnosys-teambox-style1 .preyantechnosys-content-inner {
        text-align: center;
    }
}

/*---team style2---*/
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 {
    font-size: 24px;
    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:hover {
    color: var(--prt-skincolor);
}
.preyantechnosys-teambox-style2 .prt-position span {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    padding: 31px 35px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail-inner {
    overflow: hidden;
}
.preyantechnosys-teambox-style2 img.wp-post-image {
    transition: .7s;
}
.preyantechnosys-teambox-style2:hover img.wp-post-image {
    transform: scale(1.09);
}
.preyantechnosys-teambox-style2 .cursor-play-btn-block {
    display: none;
}