﻿
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
    transition-property: opacity,transform;
}
.team-wrap {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-img {
    position: relative;
    z-index: 9;
}
.th-8 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.team-content {
    height: 80px;
    width: 100%;
    bottom: 0;
    border: 1px solid #ccc;
    position: absolute;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9;
    background: #fff;
}
.team-info {
    background: #fff;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.team-content h3 {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #444;
    font-size: 16px;
}
.team-content p {
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.team .team-pro ul {
    padding: 0;
    margin: 0;
}
.team-content ul {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
    transition: opacity 0.4s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.4s;
    transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
}
.team-content span a {
    color: #000;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.team-wrap:hover .team-content {
    height: 150px;
    opacity:1;
}
    .team-wrap:hover .team-content ul {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
        transition: opacity 0.4s, -webkit-transform 0.6s;
        transition: transform 0.6s, opacity 0.4s;
        transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
        margin-bottom: 10px;
        list-style:none;
        padding:0px 5px;
    }
.team-img img {
    width: 100%;
}
@media (min-width:2000px) and (max-width:3000px) {
    .bg-pic {
        background-size: cover;
    }
}
@media (min-width:768px) and (max-width:992px){
    .team-pro {
        margin-bottom: 25px;
    }
}
@media(max-width:575px){
    .team-pro{
        margin-bottom:25px;
    }
}