/* Our Team 1
-------------------------------------------------- */

.our-team1 {
    position: relative;
    margin: 0;
}

.our-team1 figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}

.our-team1 img {
    transition: .46s all ease;
}

.our-team1 figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    background: #437df9;
    opacity: 0.93;
    transition: all .28s ease;
}

.our-team1 h2 {
    color: #fff;
    font-size: 25px;
    margin-top: -30px;
    font-weight: 600;
}

.our-team1 h5 {
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
}

.our-team1 figure h2,
.our-team1 figure h5 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 1;
    width: 100%;
    transition: .38s all ease;
}

.our-team1 figure h5:before {
    position: absolute;
    display: block;
    content: "...........................";
    bottom: -26px;
    left: 50%;
    width: 80px;
    height: 10px;
    margin-left: -40px;
    letter-spacing: 4px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
}

.our-team1:hover figure h2,
.our-team1:hover figure h5 {
    top: 47%;
}

.our-team1:hover figcaption {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.our-team1 .social-team {
    margin-top: 15px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
    transition: .34s all ease;
}

.our-team1:hover .social-team {
    bottom: 20px;
    opacity: 1;
}

.our-team1 .social-team i {
    background: transparent;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px;
}