.transition {
    transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.five .transition {
    transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}

.slide__text-desc {
    width: 290px;
    height: 400px;
    margin: -90px 0px 0px 135px;
    padding: 1px 1px
}

.img_card {
    height: 360px;
    width: 350px;
}

/* --------- FIVE --------- */

.five {
    list-style: none;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    text-align: center;

}

.five > li {
    background: #FFFFFF;
    border: 1px solid rgba(150, 150, 150, 0.29);
    -moz-box-shadow: 0px 0px 18px 0px rgba(103, 85, 85, 0.39);
    box-shadow: 0px 0px 18px 0px rgba(103, 85, 85, 0.39);
    width: 300px;
    height: 400px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.five > li img {
    margin-top: -5px;
}

.five > li:hover img {
    margin-top: 30px;
}

.five > li img.more-about {
    left: 120px;
    padding: 1px;
    position: absolute;
    width: 45px;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    bottom: 80px;
}

.five > li:hover {
    -moz-box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
}

.five > li:hover span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    top: -150px;
    background: #00aee5;
}

.five > li:hover span p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    padding-right: 10px
}

.five > li span .text-wrapper {
    opacity: 0;
}

.five > li:hover span .text-wrapper {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 200px;
    opacity: 1;
}

.five > li:hover .social {
    margin-top: 20px;
}

.five > li:hover .wrapper > img {
    display: none;
}

.five > li:hover h3 {
    color: #00aee5;
    margin-top: -px;
}

.five > li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 300px;
    height: 450px;
}

.five > li span {
    display: block;
    height: 500px;
    left: -125px;
    position: absolute;
    top: -490px;
    width: 500px;
    background: #00aee5;
}

.five .mamber-img {
    width: 100px;
}

.five > li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px color: #00aee5;
}

.five .social {
    list-style: none;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px;
}

.five .social li {
    opacity: 0;
    display: inline-block;
    padding: 5px;
}

.five > li:hover .social li {
    opacity: 0.5;
}

.img_wrapper {
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

.five .social li a {
    cursor: pointer;
    display: block;
}

.five .social li a:hover {
    opacity: 0.5;
}

.five .social li img {
    width: 24px;
}

.five > li:hover .social li a {
    -webkit-animation: social-show 0.5s 1;
    -moz-animation: social-show 0.5s 1;
    -o-animation: social-show 0.5s 1;
    animation: social-show 0.5s 1;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.five .social li img {
    width: 24px;
}

@-webkit-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@-moz-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@-o-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}



.one {
    list-style: none;
    padding: 0;
    text-align: center;
}

.one > li {
    background: #FFFFFF;
    border: 1px solid rgba(150, 150, 150, 0.29);
    -moz-box-shadow: 0px 0px 18px 0px rgba(103, 85, 85, 0.39);
    box-shadow: 0px 0px 18px 0px rgba(103, 85, 85, 0.39);
    width: 250px;
    height: 430px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.one > li img {
    height: 200px;
    margin-top: 40px;
}

.one > li:hover img {
    margin-top: 30px;
}

.one > li:hover {
    -moz-box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
}

.one > li:hover span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: -400px;
}

.one > li:hover h3 {
    color: rgba(255, 255, 255, 1);
    margin-top: 25px;
}

.one > li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 250px;
    height: 430px;
}

.one > li span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 500px;
    width: 500px;
    background: #00aee5;
    display: block;
    position: absolute;
    bottom: -300px;
    left: -125px;
}

.one > li span img {
    margin-top: 10px;
    width: 50px;
}

.one > li span:hover {
    background: #00aee5;
}

.one > li h3 {
    margin-top: 40px;
    color: rgba(255, 255, 255, 1);
}

.one > li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
}

.one .social {
    list-style: none;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px;
}

.one .social li {
    opacity: 0;
    display: inline-block;
    padding: 5px;
}

.one > li:hover .social li {
    opacity: 0.5;
}

.one .social li a {
    cursor: pointer;
    display: block;
}

.one .social li a:hover {
    opacity: 0.5;
}

.one .social li img {
    width: 24px;
}
