/*style1*/

.preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 0px;
    padding: 0px;
}
.preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:nth-child(even) 
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content {
   border-right: 0px;
   
}
.preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:nth-child(1) 
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content, 
.preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:nth-child(2) 
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content {
    border-top: 0;
}
.preyantechnosys-teambox-style1 {
    position: relative;
    -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;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 12px;
    border-right: 1px solid rgba(0 65 73 / 0.10);
    border-top: 1px solid rgba(0 65 73 / 0.10);
}
.preyantechnosys-darklayout .preyantechnosys-teambox-style1 .preyantechnosys-box-title h4 a {
    color: #fff;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-innercontent-box {
    text-align: left;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-innercontent-box .preyantechnosys-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    margin-bottom: 0;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail {
    overflow: hidden;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail .preyantechnosys-item-thumbnail-inner img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}
.preyantechnosys-teambox-style1:hover {
    background-color: var(--prt-skincolor);
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-innercontent-box .preyantechnosys-box-title h4 a {
    color: var(--prt-whitecolor);
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-innercontent-box .preyantechnosys-team-position {
    color: rgb(255 255 255 / 90%);
}

@media (max-width: 767px) {
    .preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:nth-child(1) .preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content, .preyantechnosys-element-teambox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content {
        border-right: 0px!important;
    }

    .preyantechnosys-teambox-style1 .preyantechnosys-post-item .preyantechnosys-box-content {
        border-right: 0px!important;
        border-top: 0px!important;
    }
}

/*team style 1*/

/*team style 2*/

.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 {
    font-size: 54px;
    line-height: 70px;
}
.preyantechnosys-teambox-style2 .prt-team-details-wrapper ul {
    margin: 0;
    padding: 0;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-title {
    border-bottom: 1px solid var(--prt-bordercolor);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.preyantechnosys-teambox-style2 .prt-team-details-list .prt-team-list-title {
    display: none;
}
.preyantechnosys-teambox-style2 .prt-team-details-list li {
    padding: 10px 0 0 0;
}
.preyantechnosys-teambox-style2 .prt-team-details-list .prt-team-extra-details-line-phone {
    font-size: 24px;
    line-height: 34px;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 40px;
    display: block;
}
.preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail-inner img {
    border-radius: 20px;
    position: relative;
    opacity: 0;
    transition: 0.5s all;
        width: 100%;
}
.preyantechnosys-teambox-style2:hover .preyantechnosys-item-thumbnail-inner img {
    opacity: 1;
}
.preyantechnosys-teambox-style2:hover .preyantechnosys-team-position,
.preyantechnosys-teambox-style2:hover .preyantechnosys-box-title h4 a,
.preyantechnosys-teambox-style2:hover .prt-team-details-list li {
    color: var(--prt-whitecolor);
    transition: 0.3s all;
}
.preyantechnosys-teambox-style2 .preyantechnosys-post-item{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: 0.3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
}
.preyantechnosys-teambox-style2:hover .preyantechnosys-box-content:before {
    opacity: 0.9;
}
.prt-team-style2-active .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail-inner img {
    opacity: 1;
}
.prt-team-style2-active .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style2 .preyantechnosys-team-position,
.prt-team-style2-active .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 a,
.prt-team-style2-active .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style2 .prt-team-details-list li {
    color: var(--prt-whitecolor);
}

.preyantechnosys-teambox-style2 .preyantechnosys-post-item .preyantechnosys-item-thumbnail,
.preyantechnosys-teambox-style2 .preyantechnosys-post-item .preyantechnosys-item-thumbnail-inner {
    width: 100%;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-position {
    z-index: 2;
    position: relative;
}


@media (max-width: 991px){
    .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper .preyantechnosys-teambox-style2 .preyantechnosys-item-thumbnail-inner img {
    opacity: 1;
}
 .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper .preyantechnosys-teambox-style2 .preyantechnosys-team-position,
 .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper .preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 a,
 .preyantechnosys-element-teambox-style2 .prt-box-col-wrapper .preyantechnosys-teambox-style2 .prt-team-details-list li {
    color: var(--prt-whitecolor);
}
}
@media (max-width: 1200px){
.preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    padding: 30px;
   }
}
@media (max-width: 1340px){
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4 {
    font-size: 40px;
    line-height: 50px;
}
}
/*team style 2*/