/**/
.ttm-team-bggrey .preyantechnosys-box-team.preyantechnosys-teambox-style1 {
    background-color: var(--prt-greycolor);
    box-shadow: unset;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style1 {
    position: relative;
    overflow: hidden;
    background-color: var(--prt-whitecolor);
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease-in-out;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style1:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 0 40px 0px rgb(0 0 0 / 10%);
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item{
    padding: 30px 30px 10px;
    border-radius: var(--prt-globalradius);
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box {
    text-align: center;
    position: relative;
    width: 100%;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-details {
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content {
    text-align: center;
    position: relative;
    padding: 5px 20px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: visible;
}
.preyantechnosys-teambox-style1 span.preyantechnosys-item-thumbnail-inner {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}
.preyantechnosys-teambox-style1 span.preyantechnosys-item-thumbnail-inner img{
    transition: 0.5s all;
    width: 100%;
}
.preyantechnosys-teambox-style1:hover span.preyantechnosys-item-thumbnail-inner img{
    transform: scale(1.1);
}
.preyantechnosys-teambox-style1:hover span.preyantechnosys-item-thumbnail-inner {
    border-radius: 20px;
}
.tm-team-style-1 .preyantechnosys-element-teambox-style1 .tm-box-col-wrapper:nth-child(even) {
    padding-top:80px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box .preyantechnosys-box-social-links ul,
.preyantechnosys-teambox-style2  .preyantechnosys-box-social-links ul{
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box .preyantechnosys-box-social-links ul li,
.preyantechnosys-teambox-style2  .preyantechnosys-box-social-links ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box .preyantechnosys-box-social-links ul li a,
.preyantechnosys-teambox-style2  .preyantechnosys-box-social-links ul li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: var(--prt-whitecolor);
    border-radius: 50%;
    font-size: 14px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box .preyantechnosys-box-social-links,
.preyantechnosys-teambox-style2  .preyantechnosys-box-social-links {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transition: 0.5s all;
    transform: translateY(15px);
    opacity: 0;
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-team-image-box .preyantechnosys-box-social-links{
    transform: translateY(0px);
    opacity: 1;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--prt-greycolor);
    border-radius: 11px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 0;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style1:hover:before{
    border: none;
    height: 100%;
    background: rgba(214, 183, 109, 0.2);
    background: var(--prt-greycolor);
}
@media (max-width: 991px){
    .tm-team-style-1 .preyantechnosys-element-teambox-style1 .tm-box-col-wrapper:nth-child(even) {
        padding-top: 0px;
    }
}
/**/
.preyantechnosys-teambox-style2 .preyantechnosys-content-inner {
    position: relative;
    overflow: hidden;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-details {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;    
    overflow: hidden;
    padding: 25px 0;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 50%);
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-social-links {
    position: relative;
   transform: translateY(25px);
}
.preyantechnosys-teambox-style2:hover  .preyantechnosys-box-social-links {
    transform: translateY(10px);
    opacity: 1;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 a ,
.preyantechnosys-teambox-style2 .preyantechnosys-team-position{
    color: #ffffff;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4  {
    margin-bottom: 5px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-post-item {
    border-radius: var(--prt-globalradius);
    overflow: hidden;
}
.preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail-inner img {
    transition: 0.5s all;
    transform: scale(1.1);
    width: 100%;
}
.preyantechnosys-teambox-style2:hover .preyantechnosys-item-thumbnail-inner img {
    transform: scale(1.2);
}
.preyantechnosys-teambox-style2  span.preyantechnosys-item-thumbnail-inner ,
.preyantechnosys-teambox-style2 .preyantechnosys-content-inner .preyantechnosys-team-image-box span.preyantechnosys-item-thumbnail {
    width: 100%;
}