
/* Our Team 14
-------------------------------------------------- */

.our-team14 {
    text-align: left;
    background: #437df9;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.24s ease;
    box-shadow: 0 20px 22px -6px rgba(0, 0, 0, 0.12);
}

.our-team14:hover {
    box-shadow: 1px 9px 49px -2px rgba(0, 0, 0, 0.18);
    background: #fff !important;
}

.social-team14 {
    text-align: center;
}

.our-team14 figure {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-team14 figure img {
    width: 100%;
    height: auto;
}

.our-team14 h3.our-team-name {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 8%;
    color: #fff;
}

.our-team14 h3.our-team-name a {
    color: #2a2a2a;
}

.our-team14 h3.our-team-name a:hover {
    text-decoration: underline;
}

.our-team14 p.our-team-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 8%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.our-team14 .social-team {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    padding-right: 4%;
    position: absolute;
    bottom: 38px;
    right: 0;
}

.our-team14 .social-team i {
    margin: 0 4px;
    padding: 0;
    font-size: 14px;
    background: none;
    border-radius: 3px;
    color: #fff;
    transition: all 0.25s ease;
}

.our-team14 .social-team i.fa-facebook {
    padding: 5px 8px;
}

.our-team14:hover h3.our-team-name,
.our-team14:hover p.our-team-title,
.our-team14:hover .social-team i {
    color: #222;
}

.our-team14:hover .social-team i:hover {
    color: #437df9;
}
