/* *************************** Style1 ************************************ */
.team-showcase-container .style1 .wdo-teamshowcase{
    border:1px solid #ededed;
    padding: 20px;
}
.team-showcase-container .style1 .wdo-teamshowcase .pic > img{
    width: 100%;
    height: auto;
}
.team-showcase-container .style1 .team-prof .post-title{
    text-transform: capitalize;
    color:#e67e22;
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 30px;
}
.team-showcase-container .style1 .team-prof .post{
    color:#3c3c3c;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    text-transform: capitalize;
    margin: 12px 0;
    display: block;
}
.team-showcase-container .style1 .team-prof .description{
    color:#4d4d4d;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
}
.team-showcase-container .style1 .team-prof .social_media_team{
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.team-showcase-container .style1 .social_media_team > li{
    display: inline-block;
    margin-left: 5px;
}
.team-showcase-container .style1 .social_media_team > li > a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    display: block;
    text-align: center;
    line-height: 30px;
    color:#000;
    transition:all 0.2s linear 0s;
}
.team-showcase-container .style1 .social_media_team > li > a:hover{
    background: #e67e22;
    color:#fff;
}
@media screen and (max-width: 767px){
    .team-showcase-container .style1 .wdo-teamshowcase{
        margin-bottom: 30px;
    }
}

/* *************************** Style1 End ************************************ */

/* *************************** Style2 ************************************ */
.team-showcase-container .style2 .wdo-teamshowcase{
    background: #fff;
    text-align: center;
    padding: 15px;
}
.team-showcase-container .style2 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.team-showcase-container .style2 .social_media_team{
    padding: 11px 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    background: #31aab5;
}
.team-showcase-container .style2 .social_media_team > li{
    display: inline-block;
}
.team-showcase-container .style2 .social_media_team > li > a{
    color:#fff;
    width: 30px;
    height: 30px;
    background: #31aab5;
    display: block;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.3s ease;
    border: 0;
}
.team-showcase-container .style2 .social_media_team > li > a:hover{
    background: #fff;
    color:#31aab5;
}
.team-showcase-container .style2 .team-prof .post-title{
    margin-top: 30px;
}
.team-showcase-container .style2 .team-prof .post-title > a{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    text-decoration: none !important;
    border: 0;
}
.team-showcase-container .style2 .team-prof .post-title > a:hover{
    text-decoration: none;
}
.team-showcase-container .style2 .team-prof .post{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 12px 0;
    margin-bottom:20px;
    font-size: 14px;
    font-style: italic;
    color:#333;
    letter-spacing: 0.5px;
}
.team-showcase-container .style2 .team-prof .description{
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color:#333;
    margin-bottom: 15px;
}


/* *************************** Style2 End ************************************ */


/* *************************** Style3 ************************************ */
.team-showcase-container .style3 .wdo-teamshowcase{
    text-align: center;
}
.team-showcase-container .style3 .wdo-teamshowcase .pic{
    position: relative;
}
.team-showcase-container .style3 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.team-showcase-container .style3 .social_media_team{
    background: rgba(59, 61, 66, 0.6);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.35s ease-in-out 0s;
    visibility: hidden;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.team-showcase-container .style3 .wdo-teamshowcase:hover .social_media_team{
    transform: scale(1);
    visibility: visible;
}
.team-showcase-container .style3 .team_social{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    top:43%;
    left:0;
}
.team-showcase-container .style3 .team_social > li{
    display: inline-block;
}
.team-showcase-container .style3 .team_social > li > a{
    width: 35px;
    height: 35px;
    display: block;
    background: #5d5d5d;
    line-height: 35px;
    color:#fff;
    transition: all 0.35s ease-in-out 0s;
    border-radius: 3px;
    font-size: 15px;
}
.team-showcase-container .style3 .team_social > li > a:hover{
    background: #31aab5;
    color: #ffffff;
}
.team-showcase-container .style3 .post-title > a{
    color:#999;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}
.team-showcase-container .style3 .post-title > a:after{
    content:"|";
    color: #31aab5;
    display: inline-block;
    padding: 0 5px 0 10px;
}
.team-showcase-container .style3 .post-title small{
    color:#999;
    font-size: 12px;
}
.team-showcase-container .style3 .description{
    color:#818181;
}
.team-showcase-container .style3 .read{
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color:#31aab5;
}
.team-showcase-container .style3 .read:hover{
    color:#fff;
}

.team-showcase-container .style3 .wdo-teamshowcase .post-title > a:hover{
    text-decoration: none;
    color: #31aab5;
}

.team-showcase-container .style3 .team-prof a:hover {
    text-decoration: none;
}


/* *************************** Style3 End ************************************ */


/* *************************** Style4 ************************************ */
.team-showcase-container .style4 .wdo-teamshowcase{
    text-align: center;
}
.team-showcase-container .style4 .pic{
    position: relative;
}
.team-showcase-container .style4 .pic img{
    width: 100%;
    height: auto;
}
.team-showcase-container .style4 .social_media_team{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style4 .team_social{
    list-style: none;
    padding: 0;
    position: relative;
    top:90%;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.team-showcase-container .style4 .team_social > li{
    display: inline-block;
}
.team-showcase-container .style4 .team_social > li > a{
    width: 25px;
    height: 25px;
    display: block;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 15px 2px 0;
    line-height: 24px;
    font-size: 14px;
}
.team-showcase-container .style4 .post-title{
    color:#000;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px 0 3px 0;
}
.team-showcase-container .style4 .post{
    font-size: 13px;
    color:#777;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.team-showcase-container .style4 .wdo-teamshowcase:hover .social_media_team{
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style4 .wdo-teamshowcase:hover .team_social{
    top:80%;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/* *************************** Style4 End ************************************ */


/* *************************** Style5 ************************************ */
.team-showcase-container .style5 .wdo-teamshowcase{
    text-align: center;
    background: #222;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style5 .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style5 .post-title a{
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.team-showcase-container .style5 .post{
    font-size: 13px;
    font-weight: 500;
    color:#bbb;
    display: block;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}
.team-showcase-container .style5 .wdo-teamshowcase .description{
    color:#777;
    padding: 0 30px;
    margin-bottom: 20px;
}
.team-showcase-container .style5 .team_social{
    list-style: none;
    border-top: 1px solid #e67e22;
    padding: 28px 0 20px 0;
}
.team-showcase-container .style5 .team_social > li{
    display: inline-block;
    margin: 0 4px;
}
.team-showcase-container .style5 .team_social > li > a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #fff;
}
.team-showcase-container .style5 .team_social > li > a:hover{
    background: #e67e22;
    border: 1px solid #e67e22;
}
.team-showcase-container .style5 .wdo-teamshowcase:hover{
    background: #272727;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style5 .wdo-teamshowcase:hover .pic{
    transform: translateY(3px);
    transition: all 0.3s ease 0s;
}

/* *************************** Style5 End ************************************ */


/* *************************** Style6 ************************************ */
.team-showcase-container .style6 .wdo-teamshowcase{
    text-align: center;
}
.team-showcase-container .style6 .pic{
    position: relative;
    overflow: hidden;
}
.team-showcase-container .style6 .pic img{
    width: 100%;
    height: auto;
}
.team-showcase-container .style6 .social_media_team{
    position: absolute;
    top:100%;
    width: 100%;
    height: 100%;
    background-color:rgba(222, 79, 0, 0.8);
    transition: all 0.35s ease 0s;
}
.team-showcase-container .style6 .team_social{
    list-style: none;
    padding: 0;
    height: 100%;
    position: relative;
    top:40%;
}
.team-showcase-container .style6 .team_social > li{
    display: inline-block;
    margin: 0 5px 5px 0;
}
.team-showcase-container .style6 .team_social > li > a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.team-showcase-container .style6 .team_social > li > a:hover{
    background: #fff;
    color:#de4f00;
    transition: all 1.3s ease 0s;
}
.team-showcase-container .style6 .team-prof{
    margin-top: 10px;
}
.team-showcase-container .style6 .post-title > a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
.team-showcase-container .style6 .post-title > a:hover{
    text-decoration: none;
    color:#de4f00;
}
.team-showcase-container .style6 .post{
    color:#de4f00;
    font-size: 18px;
}
.team-showcase-container .style6 .pic:hover .social_media_team{
    top:0;
}

.team-showcase-container .style6 .team-prof .description{
    padding: 20px;
    color:#666;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}
/* *************************** Style6 End ************************************ */


/* *************************** Style7 ************************************ */
.team-showcase-container .style7 .wdo-teamshowcase{
    border: 1px solid #ddd;
    text-align: center;
}
.team-showcase-container .style7 .pic img{
    width: 100%;
    height: 100%;
}
.team-showcase-container .style7 .post-title{
    font-size: 15px;
    color:#000;
}
.team-showcase-container .style7 .post{
    display: block;
    margin-bottom: 10px;
    color:#666;
    text-transform: capitalize;
    font-size: 16px;
}
.team-showcase-container .style7 .team_social{
    list-style: none;
    padding: 0;
}
.team-showcase-container .style7 .team_social > li{
    display: inline-block;
}
.team-showcase-container .style7 .team_social > li > a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #666;
    color:#666;
    display: block;
    font-size: 15px;
    transition: all 0.2s ease-out 0s;
}
.team-showcase-container .style7 .team_social > li > a:hover{
    background: #dc005a;
    color:#fff;
    border-color: #dc005a;
}
.team-showcase-container .style7 .description{
    padding: 20px;
    color:#666;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}
.team-showcase-container .style7 .wdo-teamshowcase:hover{
    border-bottom: 1px solid transparent;
}
.team-showcase-container .style7 .wdo-teamshowcase:hover .description{
    border-bottom: 3px solid #dc005a;
    transition: all 0.2s ease-out 0s;
}
/* *************************** Style7 End ************************************ */


/* *************************** Style8 ************************************ */
.team-showcase-container .style8 .wdo-teamshowcase{
    text-align: center;
}
.team-showcase-container .style8 .pic{
    position: relative;
}
.team-showcase-container .style8 .pic img{
    width: 100%;
    height: 100%;
}
.team-showcase-container .style8 .social_media_team{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.team-showcase-container .style8 .description{
    position: relative;
    top:32%;
    padding: 0 30px;
    color:#fff;
    line-height: 23px;
    font-size: 15px;
}
.team-showcase-container .style8 .team_social{
    list-style: none;
    padding: 0;
    position: relative;
    top:35%;
}
.team-showcase-container .style8 .team_social > li{
    display: inline-block;
    margin: 0 5px;
}
.team-showcase-container .style8 .team_social > li > a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    color:#fff;
    transition: all 0.2s ease-out 0s;
}
.team-showcase-container .style8 .team_social > li > a:hover{
    background: #e98b39;
    border-color: #e98b39;
    transition: all 0.2s ease-out 0s;
    color: #ffffff;
}
.team-showcase-container .style8 .post-title{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}
.team-showcase-container .style8 .post{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    color:#93a0aa;
}
.team-showcase-container .style8 .wdo-teamshowcase:hover .social_media_team{
    background-color: rgba(233, 139, 57, 0.6);
    opacity: 1;
    transition: all 0.5s ease 0s;
}
/* *************************** Style8 End ************************************ */


/* *************************** Style9 ************************************ */
.team-showcase-container .style9 .wdo-teamshowcase{
    overflow: hidden;
    text-align: center;
}
.team-showcase-container .style9 .pic{
    position: relative;
}
.team-showcase-container .style9 .pic img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.team-showcase-container .style9 .social_media_team{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(74, 163, 223, 0.95);
    transition: all 0.3s ease-in-out 0s;
}
.team-showcase-container .style9 .team-prof{
    position: relative;
    top:30%;
}
.team-showcase-container .style9 .post-title a{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.team-showcase-container .style9 .post{
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.team-showcase-container .style9 .team_social{
    list-style: none;
    padding: 0;
}
.team-showcase-container .style9 .team_social > li{
    display: inline-block;
}
.team-showcase-container .style9 .team_social > li > a{
    width: 28px;
    height: 28px;
    line-height: 16px;
    font-size: 14px;
    background: #fff;
    display: block;
    color:#303030;
    border-radius: 3px;
    padding-top: 7px;
    transition: all 0.2s ease-in-out 0s;
}
.team-showcase-container .style9 .team_social > li > a:hover{
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.team-showcase-container .style9 .wdo-teamshowcase:hover .pic img{
    transform: scale(1.15);
}
.team-showcase-container .style9 .wdo-teamshowcase:hover .social_media_team{
    opacity: 1;
}
/* *************************** Style9 End ************************************ */


/* *************************** Style10 ************************************ */
.team-showcase-container .style10 .wdo-teamshowcase{
    text-align:center;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic{
    position: relative;
    border-radius: 50%;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic-bottom{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic-bottom:after{
    content: "\f002";
    font-family: 'FontAwesome';
    position: relative;
    top:45%;
    left:0;
    opacity: 0;
    color:#fff;
    font-size: 35px;
    transition:all 0.3s ease 0s;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic:hover .pic-bottom{
    background:#727cb6;
    opacity: 0.9;
}
.team-showcase-container .style10 .wdo-teamshowcase .pic:hover .pic-bottom:after{
    opacity: 1;
}
.team-showcase-container .style10 .wdo-teamshowcase .post-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 5px;
}
.team-showcase-container .style10 .wdo-teamshowcase .post-title a{
    color:#232a34;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style10 .wdo-teamshowcase .post-title a:hover{
    color:#727cb6;
    text-decoration: none;
}
.team-showcase-container .style10 .wdo-teamshowcase .post{
    margin-bottom: 10px;
    display: block;
    color:#727cb6;
    font-size: 16px;
}
.team-showcase-container .style10 .wdo-teamshowcase .team_social{
    list-style: none;
    padding: 0;
}
.team-showcase-container .style10 .wdo-teamshowcase .team_social > li{
    display: inline-block;
}
.team-showcase-container .style10 .wdo-teamshowcase .team_social > li > a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    color:#727cb6;
    background: #efefef;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style10 .wdo-teamshowcase .team_social > li > a:hover{
    background: #727cb6;
    color:#fff;
}

.team-showcase-container .style10 .wdo-teamshowcase .description{
    color: #727cb6;
    padding: 20px 0;
}
/* *************************** Style10 End ************************************ */


/* *************************** Style11 ************************************ */
.team-showcase-container .style11 .wdo-teamshowcase{
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 10px;
    border: 1px solid #ebebeb;
    transition:all 0.3s ease 0s;
}
.team-showcase-container .style11 .pic img{
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    width: 160px;
    height: 160px;
}
.team-showcase-container .style11 .post-title{
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
}
.team-showcase-container .style11 .border{
    width: 100px;
    border-bottom: 3px solid #37cfd7;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style11 .border:after{
    content: "";
    width: 34px;
    display: block;
    position: relative;
    top:3px;
    border-bottom: 3px solid #F43662;
    margin: auto;
}
.team-showcase-container .style11 .post{
    overflow: hidden;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color:#999;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style11 .team_social{
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style11 .team_social > li{
    display: inline-block;
    margin-right: 20px;
}
.team-showcase-container .style11 .team_social > li:last-child{
    margin-right: 0;
}
.team-showcase-container .style11 .team_social > li > a{
    font-size: 15px;
    font-weight: 400;
    color:#333;
    transition: all 0.3s ease 0s;
}
.team-showcase-container .style11 .team_social > li > a:hover{
    color:#fff;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover{
    background: #37CFD7;
    padding-bottom: 30px;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover .pic img{
    border-color: #F43662;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover .border{
    border-color: #F43662;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover .border:after{
    border-color: #fff;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover .post,.team-showcase-container .style11 .wdo-teamshowcase:hover .description{
    margin-top: 0;
    opacity: 0;
}
.team-showcase-container .style11 .wdo-teamshowcase:hover .team_social{
    opacity: 1;
    bottom: 0;
}

.team-showcase-container .style11 .description {
    color: #999;
}

.team-showcase-container .style11 .team_social {
    text-decoration: none;
}
/* *************************** Style11 End ************************************ */

/* *************************** Style12 ************************************ */
.team-showcase-container .style12 .wdo-teamshowcase{
    position:relative;
    overflow: hidden;
    height: 355px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-pic > img{
    width: 92%;
    height:auto;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-profile{
    background:#1abc9c;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: -46%;
    width: 90%;
    min-height:245px;
    transition: all 0.25s ease 0s;
}
.team-showcase-container .style12 .wdo-teamshowcase:hover .team-profile{
    bottom:0px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-profile:before{
    content: "";
    border-bottom: 30px solid #1abc9c;
    border-right: 262px solid transparent;
    position: absolute;
    top:-30px;
    left: 0;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-title{
    line-height: 22px;
    font-family: serif,Arial;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:4px solid #fff;
    padding-bottom:5px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-title a{
    font-size: 23px;
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    display: block;
    transition:all 0.2s linear 0s;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-title a:hover{
    color:#333;
    text-decoration: none;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-title > small{
    font-size: 16px;
    font-weight: bold;
    color:#fff
}
.team-showcase-container .style12 .wdo-teamshowcase .description{
    color: #fff;
    line-height: 25px;
}
.team-showcase-container .style12 .wdo-teamshowcase .description:after{
    content:"";
    display:block;
    border-bottom:1px solid #fff;
    margin-top: 10px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-social{
    padding:0;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-social > li > a{
    color:#fff;
    font-size:15px;
}
.team-showcase-container .style12 .wdo-teamshowcase .team-social > li > a:hover{
    text-decoration: none;
}

/* *************************** Style12 End ************************************ */


/* *************************** Style13 End ************************************ */
.style13 .wdo-teamshowcase > .pic > img{
    width: 100%;
    height: auto;
}
.style13 .wdo-teamshowcase > .description{
    padding:30px;
    background:#fff;
    line-height:24px;
}
.style13 .wdo-teamshowcase > .description > .team-prof > h4{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
    margin:0;
}
.style13 .wdo-teamshowcase > .description > .team-prof > span{
    font-size:14px;
    color:#1abc9c;
    display:block;
    margin-bottom: 5px;
}
.style13 .wdo-teamshowcase .social-links{
    padding:0;
    margin:0;
    list-style:none;
}
.style13 .wdo-teamshowcase .social-links > li{
    display:inline-block;
    margin-right:5px;
}
.style13 .wdo-teamshowcase .social-links > li > a{
    color:darkgray;
}
.style13 .wdo-teamshowcase .social-links > li > a:hover{
    color:#1abc9c;
}

.style13 .wdo-teamshowcase a:hover {
    text-decoration: none;
}
/* *************************** Style13 End ************************************ */

/* *************************** Style14 ************************************ */
.style14 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style14 .wdo-teamshowcase .team-profile{
    padding-top: 25px;
}
.style14 .wdo-teamshowcase .team-title{
    margin: 0;
}
.style14 .wdo-teamshowcase .team-title a{
    font-size:16px;
    font-weight:700;
    color:#444;
    transition:color 0.20s linear;
}
.style14 .wdo-teamshowcase .team-title a:hover{
    color:#3498db;
}
.style14 .wdo-teamshowcase .post{
    color:#3498db;
    text-transform: uppercase;
    font-size:11px;
    display:block;
    margin-bottom:10px;
}
.style14 .wdo-teamshowcase .description{
    color:#8a8a8a;
    font-size:13px;
    line-height: 20px;
    margin-bottom:23px;
}
.style14 .wdo-teamshowcase .social-links{
    padding:0;
    margin: 0;
    list-style:none;
}
.style14 .wdo-teamshowcase .social-links li{
    display:inline-block;
    margin-right:3px;
}
.style14 .wdo-teamshowcase .social-links li a{
    border: 2px solid #8a8a8a;
    display:block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color:#8a8a8a;
    transition:color 0.20s linear,border 0.20s linear;
}
.style14 .wdo-teamshowcase .social-links li a:hover{
    color:#3498db;
    border-color: #3498db;
}

.style14 .wdo-teamshowcase a:hover {
    text-decoration: none;
}
/* *************************** Style14 End ************************************ */


/* *************************** Style15 ************************************ */
.style15 .wdo-teamshowcase .pic{
    position:relative;
    overflow: hidden;
}
.style15 .wdo-teamshowcase .pic img{
    width:100%;
    height: auto;
}
.style15 .wdo-teamshowcase .team-profile{
    background:rgba(74, 163, 223,0.9);
    position: absolute;
    top:0;
    text-align:center;
    width:100%;
    height:100%;
    opacity: 0;
    transition:all 0.3s ease 0s;
}
.style15 .wdo-teamshowcase:hover .team-profile{
    opacity:0.9;
}
.style15 .wdo-teamshowcase .team-title{
    color:#fff;
    margin:-30px 0 0 0;
    font-weight: bold;
    transition: all 0.2s ease 0s;
}
.style15 .wdo-teamshowcase:hover .team-title{
    margin:40px 0 0 0;
}
.style15 .wdo-teamshowcase .post{
    display:block;
    text-align:center;
    font-size: 18px;
    color:#fff;
}
.style15 .wdo-teamshowcase .description{
    color: #fff;
    padding: 90% 2%;
    transition: all 0.3s ease 0s;
}
.style15 .wdo-teamshowcase:hover .description{
    padding:20% 2%;
}
.style15 .wdo-teamshowcase .social-links{
    background:#d7d7d7;
    padding:15px 0;
    text-align:center;
    margin-bottom: 0;
}
.style15 .wdo-teamshowcase .social-links li{
    display:inline-block;
    margin:0 10px;
}
.style15 .wdo-teamshowcase .social-links li a{
    display:inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:#3498db;
    color:#fff;
    transition:all 0.30s ease 0s;
}
.style15 .wdo-teamshowcase .social-links li a:hover{
    background:#333;
    color:#fff;
}

.style15 .wdo-teamshowcase a:hover {
    text-decoration: none;
}
/* *************************** Style15 End ************************************ */

/* *************************** Style16 ************************************ */
.team-showcase-container .style16 .wdo-teamshowcase{
    background: #222;
    padding:15px;
    border:1px solid #333;
    transition: all 0.30s linear 0s;
}
.team-showcase-container .style16 .wdo-teamshowcase:hover{
    background:#262626;
}
.team-showcase-container .style16 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.team-showcase-container .style16 .wdo-teamshowcase .team-prof{
    padding:20px 10px 0;
}
.team-showcase-container .style16 .wdo-teamshowcase .post-title{
    color: #e67e22;
    font-size:22px;
    text-transform:capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.team-showcase-container .style16 .wdo-teamshowcase .post{
    font-size: 13px;
    color:#bbb;
    display: block;
    margin: 5px 0 22px 0;
    text-transform: capitalize;
}
.team-showcase-container .style16 .wdo-teamshowcase .description{
    color:#808080;
    padding:28px 0 15px;
    border-top: 1px solid #333;
    margin:0;
    font-size:15px;
}

.team-showcase-container .style16 .wdo-teamshowcase .post-title a {
    color: #e67e22;
}
.team-showcase-container .style16 .wdo-teamshowcase .post-title a:hover {
    color: #e67e22;
    text-decoration: none;
}
/* *************************** Style16 End ************************************ */


/* *************************** Style17 ************************************ */
.style17 .wdo-teamshowcase{
    text-align: center;
}
.style17 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style17 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.style17 .wdo-teamshowcase:hover .pic img{
    transform: translateY(15px);
}
.style17 .wdo-teamshowcase .social_media_team{
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 25px;
    background-color:rgba(59, 204, 161, 0.9);
    transition: all 0.35s ease 0s;
}
.style17 .wdo-teamshowcase:hover .social_media_team{
    bottom: 0px;
}
.style17 .wdo-teamshowcase .description{
    margin-top: 10px;
    color: #fff;
}
.style17 .wdo-teamshowcase .team_social{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    top:2%;
}
.style17 .wdo-teamshowcase .team_social li{
    display: inline-block;
    margin: 0 5px 0 0;
}
.style17 .wdo-teamshowcase .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.style17 .wdo-teamshowcase .team_social li a:hover{
    background: #fff;
    color:#424242;
}
.style17 .wdo-teamshowcase .team-prof{
    margin-top: 10px;
}
.style17 .wdo-teamshowcase .post-title a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
.style17 .wdo-teamshowcase .post-title a:hover{
    text-decoration: none;
    color:#3bcca1;
}
.style17 .wdo-teamshowcase .post{
    color:#3bcca1;
    font-size: 18px;
}
/* *************************** Style17 End ************************************ */


/* *************************** Style18 ************************************ */
.style18 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.style18 .wdo-teamshowcase .team-prof h3{ 
    margin: 0;
}
.style18 .wdo-teamshowcase .team-prof h3 a {
    color: #ea6153;
    font-size: 24px;
    font-weight: normal;
    transition: all 0.2s linear 0s;
}
.style18 .wdo-teamshowcase .team-prof h3 a:hover{
    color:#a4a7aa;
}
.style18 .wdo-teamshowcase .team-prof span{
    color:#a4a7aa;
    display:block;
    margin-bottom:10px;
    text-transform: uppercase;
    font-size:12px;
}
.style18 .wdo-teamshowcase .team-prof .description{
    color:#8a8a8a;
    margin-bottom:23px;
    font-size:13px;
    line-height: 20px;
}
.style18 .wdo-teamshowcase .social-links{
    list-style:none;
    padding:0;
    margin:0;
}
.style18 .wdo-teamshowcase .social-links li{
    display:inline-block;
}
.style18 .wdo-teamshowcase .social-links li a{
    padding: 0 5px;
    display:block;
    transition:all 0.2s linear 0s;
}
.style18 .wdo-teamshowcase .social-links li a:hover{
    color: #6b7a87;
}
.style18 .wdo-teamshowcase .social-links li .fa-facebook{
    color:#5567a9;
}
.style18 .wdo-teamshowcase .social-links li .fa-twitter{
    color:#08c1f3;
}
.style18 .wdo-teamshowcase .social-links li .fa-google-plus{
    color:#cb2027;
}
.style18 .wdo-teamshowcase .social-links li .fa-dribbble{
    color:#f26798;
}
.style18 .wdo-teamshowcase  .social-links li .fa-pinterest-p{
    color:#cb2027;
}
.style18 .wdo-teamshowcase h3 a {
    color: #ea6153;
}
.style18 .wdo-teamshowcase h3 a:hover {
    color: #a4a7aa;
    text-decoration: none;
}
/* *************************** Style18 End ************************************ */

/* *************************** Style19 ************************************ */
.style19 .wdo-teamshowcase{
    text-align: center;
}
.style19 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style19 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.style19 .wdo-teamshowcase:hover .pic img{
    transform: translateY(-15px);
}
.style19 .wdo-teamshowcase .social_media_team{
    position: absolute;
    bottom: -20%;
    width: 100%;
    background-color:#ea6153;
    transition: all 0.35s ease 0s;
}
.style19 .wdo-teamshowcase:hover .social_media_team{
    bottom: 0px;
}
.style19 .wdo-teamshowcase .team_social{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.style19 .wdo-teamshowcase .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.style19 .wdo-teamshowcase .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.style19 .wdo-teamshowcase .team_social li a:hover{
    background: #fff;
    color:#424242;
}
.style19 .wdo-teamshowcase .team-prof{
    margin-top: 10px;
}
.style19 .wdo-teamshowcase .post-title a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
.style19 .wdo-teamshowcase .post-title a:hover{
    text-decoration: none;
    color:#ea6153;
}
.style19 .wdo-teamshowcase .post{
    color:#ea6153;
    font-size: 18px;
    text-transform: capitalize;
}
/* *************************** Style19 End ************************************ */

/* *************************** Style20 ************************************ */
.style20 .wdo-teamshowcase{
    overflow: hidden;
}
.style20 .wdo-teamshowcase .pic{
    transform:scale(1,1);
    transition:transform 0.30s ease;
    position: relative;
}
.style20 .wdo-teamshowcase:hover .pic{
    transform:scale(1.1,1.1);
}
.style20 .wdo-teamshowcase .pic:before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    transition:background 0.50s ease-in-out ;
}
.style20 .wdo-teamshowcase:hover .pic:before{
    background:rgba(255, 255, 255,0.5);
}
.style20 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style20 .wdo-teamshowcase .team-content{
    border-top: 1px solid #e5e5e5;
    position: relative;
    bottom: 0;
    background:#fff;
    text-align:center;
    padding: 32px 25px 5px;
    transition: all 0.3s ease 0s;
}
.style20 .wdo-teamshowcase:hover .team-content{
    bottom:15%;
}
.style20 .wdo-teamshowcase .post-title{
    margin:0;
    color:#000;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.style20 .wdo-teamshowcase .post-title:after{
    content: "";
    width: 15%;
    display: block;
    margin: 7% auto 10%;
    border-bottom: 2px solid #da3e65;
}
.style20 .wdo-teamshowcase .post-title small{
    display: block;
    font-size:11px;
    margin-top:3%;
    letter-spacing:1px;
    text-transform:uppercase;
}
.style20 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0 0 4% 0;
}
.style20 .wdo-teamshowcase .social-link li{
    list-style:none;
    display:inline-block;
    margin-right:15px;
}
.style20 .wdo-teamshowcase .social-link li a{
    font-size:19px;
    color:#333;
}
.style20 .wdo-teamshowcase .social-link li a.fa-facebook:hover{
    color:#5d82d1;
}
.style20 .wdo-teamshowcase .social-link li a.fa-google:hover{
    color:#eb5e4c;
}
.style20 .wdo-teamshowcase .social-link li a.fa-twitter:hover{
    color:#40bff5;
}
.style20 .wdo-teamshowcase .description{
    line-height: 23px;
    padding: 0 20px;
    position: absolute;
    transition: opacity 0.3s ease 0s;
}
/* *************************** Style20 End ************************************ */

/* *************************** Style21 ************************************ */
.style21 .wdo-teamshowcase{
    position: relative;
    margin: 35px 0;
}
.style21 .wdo-teamshowcase  img{
    width:100%;
    height: auto;
    z-index:1;
    transform:translateY(0px);
    transition: all 0.50s ease;
}
.style21 .wdo-teamshowcase:hover img{
    transform:translateY(-60px);
}
.style21 .wdo-teamshowcase .team-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    opacity:0;
    color: #2b2f3e;
    padding: 20px 0;
    text-align: center;
    background:#fff;
    transform:translateY(0px);
    transition: all 0.50s ease-in-out 0s;
}
.style21 .wdo-teamshowcase:hover .team-content{
    transform:translateY(46px);
    opacity:1;
}
.style21 .wdo-teamshowcase .team-title{
    font-size:19px;
    color:#444;
    margin:0;
    letter-spacing:1px;
}
.style21 .wdo-teamshowcase .team-title small{
    display: block;
    color:#444;
    margin:1% 0 3% 0;
    font-size:12px;
    text-transform: capitalize;
}
.style21 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0;
    list-style:none;
}
.style21 .wdo-teamshowcase .social-link li{
    display: inline-block;
    margin-right:2%;
}
.style21 .wdo-teamshowcase .social-link li a{
    color:#444;
    transition: all 0.50s ease;
}
.style21 .wdo-teamshowcase .social-link li a:hover{
    color: #e143eb;
}

/* *************************** Style21 End ************************************ */


/* *************************** Style22 ************************************ */
.style2 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style2 .wdo-teamshowcase .pic img{
    width:100%;
    height: auto;
    transition:all 0.20s ease-in-out;
}
.style2 .wdo-teamshowcase:hover img{
    transform: scale(1.1,1.1);
}
.style2 .wdo-teamshowcase .over-layer{
    position: absolute;
    left:0;
    bottom:-100%;
    width:100%;
    height:100%;
    padding: 25px 15px;
    background:rgba(176, 13, 42,0.6);
    transition:all 0.20s ease-in-out;
}
.style2 .wdo-teamshowcase:hover .over-layer{
    bottom:0;
}
.style2 .wdo-teamshowcase .description{
    font-size: 14px;
    color:#fff;
}
.style2 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0;
    list-style:none;
    position: absolute;
    bottom:8%;
    left:8%;
}
.style2 .wdo-teamshowcase .social-link li{
    display:inline-block;
}
.style2 .wdo-teamshowcase .social-link li a{
    border:1px solid #fff;
    width:25px;
    height:25px;
    color: #da3e65;
    background:#fff;
    line-height:25px;
    text-align:center;
    transition:all 0.3s ease 0s;
}
.style2 .wdo-teamshowcase .social-link li a:hover{
    text-decoration:none;
    color:#333;
}
.style2 .wdo-teamshowcase .team-prof{
    text-align:center;
}
.style2 .wdo-teamshowcase .team-prof a{
    color:#333;
    font-size:16px;
    letter-spacing:1px;
    text-transform: uppercase;
}
.style2 .wdo-teamshowcase .team-prof a:hover{
    text-decoration:none;
    color:#da3e65;
}
.style2 .wdo-teamshowcase .team-prof small{
    color:#da3e65;
    display: block;
    font-size:12px;
    margin-top:3%;
    text-transform: uppercase;
}
/* *************************** Style22 End ************************************ */

/* *************************** Style23 ************************************ */
.style23 .wdo-teamshowcase{
    overflow: hidden;
    text-align: center;
}
.style23 .wdo-teamshowcase .pic{
    position: relative;
    overflow:hidden;
    border-radius: 50%;
}
.style23 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style23 .wdo-teamshowcase .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(147, 98, 143,0.9);
    opacity:0;
    transition: all 0.30s ease 0s;
}
.style23 .wdo-teamshowcase:hover .over-layer{
    opacity:1;
}
.style23 .wdo-teamshowcase .social-link{
    margin:0;
    padding:0;
    position:relative;
    top:65%;
    left:0;
    list-style:none;
    transition:all 0.50s ease 0s;
}
.style23 .wdo-teamshowcase:hover .social-link{
    top:45%;
}
.style23 .wdo-teamshowcase .social-link li{
    display: inline-block;
    margin-right:5px;
}
.style23 .wdo-teamshowcase .social-link li a{
    width:50px;
    height:50px;
    color:#93628f;
    display: inline-block;
    background:#fff;
    font-size:22px;
    line-height:50px;
    border-radius:50%;
    text-align: center;
    transform: translateY(0px);
    transition: all 0.40s linear 0s;
}
.style23 .wdo-teamshowcase .social-link li a:hover{
    transform: translateY(-13px);
    text-decoration:none;
}
.style23 .wdo-teamshowcase .social-link li a.fa-facebook:hover{
    color:#5d82d1;
}
.style23 .wdo-teamshowcase .social-link li a.fa-google:hover{
    color:#eb5e4c;
}
.style23 .wdo-teamshowcase .social-link li a.fa-twitter:hover{
    color:#40bff5;
}
.style23 .wdo-teamshowcase .team-content{
    padding:12px 25px;
}
.style23 .wdo-teamshowcase .post-title{
    margin:0;
    color:#93628f;
    font-size:20px;
    letter-spacing:1px;
    text-transform:uppercase;
}
.style23 .wdo-teamshowcase .post-title:after{
    content: "";
    border-bottom: 2px solid #93628f;
    width: 15%;
    display: block;
    margin: 15px auto;
}
.style23 .wdo-teamshowcase .post-title small{
    display: block;
    font-size:14px;
    margin-top:10px;
    letter-spacing:1px;
    text-transform:uppercase;
}
/* *************************** Style23 End ************************************ */


/* *************************** Style24 ************************************ */
.style24 .wdo-teamshowcase{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #808080;
}
.style24 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style24 .wdo-teamshowcase .team-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(0,0,0,0.8);
    transform: scale(0.1,0.1);
    transition: all 0.50s ease-in-out;
}
.style24 .wdo-teamshowcase:hover .team-content{
    opacity: 1;
    transform: scale(1,1);
}
.style24 .wdo-teamshowcase .team-prof{
    margin:20px 0 25px 0;
}
.style24 .wdo-teamshowcase .team-prof a{
    color:#fff;
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
}
.style24 .wdo-teamshowcase .team-prof a:hover{
    color:#f15277;
    text-decoration:none;
}
.style24 .wdo-teamshowcase .team-prof small{
    color:#f15277;
    display: block;
    font-size:13px;
    margin-top: 30px;
    text-transform: uppercase;
}
.style24 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0;
}
.style24 .wdo-teamshowcase .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
.style24 .wdo-teamshowcase .social-link li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height:35px;
    border-radius:50%;
    color:#fff;
    background:#808080;
}
.style24 .wdo-teamshowcase .social-link li a:hover{
    background:#f15277;
    text-decoration:none;
}
/* *************************** Style24 End ************************************ */


/* *************************** Style25 ************************************ */
.style25 .wdo-teamshowcase{
    border:1px solid #d3d3d3;
    padding:15px;
    overflow: hidden;
}
.style25 .wdo-teamshowcase img{
    width:100%;
    height: auto;
    border:1px solid #d3d3d3;
    border-radius:10px;
}
.style25 .wdo-teamshowcase .team-content{
    padding:15px 0 15px 5px;
}
.style25 .wdo-teamshowcase .team-title{
    margin:0 0 10px;
}
.style25 .wdo-teamshowcase .team-title a{
    font-size:17px;
    font-weight: bold;
    display: block;
    color:#444;
    transition: all 0.50s ease;
}
.style25 .wdo-teamshowcase:hover .team-title a{
    color:#f34f47;
    text-decoration:none;
}
.style25 .wdo-teamshowcase .team-title small{
    font-size:13px;
    color:#808080;
}
.style25 .wdo-teamshowcase .description{
    margin-bottom:15px;
    color:#5c5e64;
}
.style25 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0;
    float: left;
}
.style25 .wdo-teamshowcase .social-link li{
    display:inline-block;
    list-style:none;
}
.style25 .wdo-teamshowcase .social-link li a{
    border:1px solid #d3d3d3;
    padding:7px;
    color:#d3d3d3;
    border-radius:5px;
}
.style25 .wdo-teamshowcase .social-link li a:hover{
    color:#fff;
    text-decoration:none;
}
.style25 .wdo-teamshowcase .social-link li a.fa-facebook:hover{
    background:#5d82d1;
}
.style25 .wdo-teamshowcase .social-link li a.fa-google-plus:hover{
    background:#eb5e4c;
}
.style25 .wdo-teamshowcase .social-link li a.fa-twitter:hover{
    background: #40bff5;
}
.style25 .wdo-teamshowcase .social-link li a.fa-linkedin:hover{
    background: #0274b3;
}
.style25 .wdo-teamshowcase .read{
    float: right;
    border:1px solid #d3d3d3;
    color:#808080;
    padding:4px 12px;
    border-radius:5px;
}
.style25 .wdo-teamshowcase:hover .read{
    background:#f34f47;
    color:#fff;
}
/* *************************** Style25 End ************************************ */

/* *************************** Style26 ************************************ */
.style26 .wdo-teamshowcase{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #808080;
}
.style26 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.40s linear 0s;
}
.style26 .wdo-teamshowcase:hover img{
    transform: scale(1.3);
    transition:transform 3s linear 0s;
}
.style26 .wdo-teamshowcase .team-content{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(255,255,255,0.8);
    transition: all 0.50s ease-in-out;
}
.style26 .wdo-teamshowcase:hover .team-content{
    opacity: 1;
}
.style26 .wdo-teamshowcase .team-prof{
    margin:20px 0 20px 0;
    position:relative;
    top:13%;
}
.style26 .wdo-teamshowcase .team-prof a{
    color:#6a6060;
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
}
.style26 .wdo-teamshowcase .team-prof a:hover{
    color:#f15277;
    text-decoration:none;
}
.style26 .wdo-teamshowcase .team-prof small{
    color:#f15277;
    display: block;
    font-size:13px;
    margin-top:10px;
    text-transform: uppercase;
}
.style26 .wdo-teamshowcase .social-link{
    padding:0;
    margin:0;
    position:relative;
    top:13%;
}
.style26 .wdo-teamshowcase .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
.style26 .wdo-teamshowcase .social-link li a{
    width: 35px;
    height: 35px;
    line-height:35px;
    border-radius:50%;
    padding: 12px;
    color:#fff;
    background:rgba(0, 0, 0, 0.3);
}
.style26 .wdo-teamshowcase .social-link li a:hover{
    background:#333;
    text-decoration:none;
}
/* *************************** Style26 End ************************************ */

/* *************************** Style27 ************************************ */
.style27 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    border: 2px solid #b4afaf;
    border-radius: 5px;
    transition: all 0.30s linear 0s;
}
.style27 .wdo-teamshowcase:hover img{
    border:2px solid #14b8b1;
}
.style27 .wdo-teamshowcase .team-prof h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
    text-transform: uppercase;
}
.style27 .wdo-teamshowcase .team-prof a{
    color: #333;
}
.style27 .wdo-teamshowcase .team-prof span{
    font-size: 14px;
    color: #808080;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.style27 .wdo-teamshowcase .social-links{
    padding:0;
    margin:0;
    list-style: none;
}
.style27 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin-right: 15px;
}
.style27 .wdo-teamshowcase .social-links li a{
    color: #6a6060;
    font-size: 18px;
    transition: all 0.30s linear 0s;
}
.style27 .wdo-teamshowcase .social-links li a:hover{
    color: #14b8b1;
    text-decoration: none;
}
.style27 .wdo-teamshowcase .social-links:after{
    content: "";
    display: block;
    width: 20%;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    transition: all 0.30s linear 0s;
}
.style27 .wdo-teamshowcase:hover .social-links:after{
    border-bottom: 2px solid #14b8b1;
}
/* *************************** Style27 End ************************************ */


/* *************************** Style28 ************************************ */
.style28 .wdo-teamshowcase .team-content{
    position: relative;
    overflow: hidden;
}
.style28 .wdo-teamshowcase .team-content img{
    width: 100%;
    height: auto;
    transition: all 0.30s linear 0s;
}
.style28 .wdo-teamshowcase:hover .team-content img{
    transform: scale(1.2,1.2);
}
.style28 .wdo-teamshowcase .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 12px;
}
.style28 .wdo-teamshowcase .social-links li{
    display: inline-block;
    float: left;
}
.style28 .wdo-teamshowcase .social-links li a{
    padding: 15px;
    color: #fff;
    font-size: 15px;
    background: #00d8ff;
    transition: all 0.3s linear 0s;
}
.style28 .wdo-teamshowcase .social-links li a:hover{
    color:#fff;
    background:#333;
    text-decoration: none;
}
.style28 .wdo-teamshowcase .team-prof h3{
    font-size: 16px;
    color: #333;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.style28 .wdo-teamshowcase .team-prof a{
    color: #333;
}
.style28 .wdo-teamshowcase .team-prof span{
    display: block;
    font-size: 14px;
    color: #808080;
    text-transform: capitalize;
}
/* *************************** Style28 End ************************************ */

/* *************************** Style29 ************************************ */
.style29 .wdo-teamshowcase{
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 5px #808080;
}
.style29 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    transition: all 0.50s linear 0s;
}
.style29 .wdo-teamshowcase:hover img{
    transform: scale(1.2);
}
.style29 .wdo-teamshowcase .team-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 20px;
    background: rgba(152, 197, 112, 0.95);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.style29 .wdo-teamshowcase:hover .team-content{
    opacity: 1;
}
.style29 .wdo-teamshowcase .team-prof{
    margin: 20px 0;
    position: relative;
    top: 13%;
    font-size: 25px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-transform: capitalize;
}
.style29 .wdo-teamshowcase .team-prof small{
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}
.style29 .wdo-teamshowcase .social-link{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 13%;
}
.style29 .wdo-teamshowcase .social-link li{
    margin-right: 5px;
    display: inline-block;
}
.style29 .wdo-teamshowcase .social-link li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.style29 .wdo-teamshowcase .social-link li a:hover{
    background: #fff;
    color: #333;
    text-decoration: none;
}
/* *************************** Style29 End ************************************ */


/* *************************** Style30 ************************************ */
.style30 .wdo-teamshowcase{
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
}
.style30 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style30 .wdo-teamshowcase .team-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: rgba(0,0,0,0.7);
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
}
.style30 .wdo-teamshowcase:hover .team-content{
    transform: translateX(0);
}
.style30 .wdo-teamshowcase .team-content .post-title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.style30 .wdo-teamshowcase .team-content .post{
    font-size: 14px;
    color: #cb95e1;
    display: block;
    margin-bottom: 20px;
}
.style30 .wdo-teamshowcase .description{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.style30 .wdo-teamshowcase .team_social{
    margin:0;
    padding:0;
    list-style: none;
}
.style30 .wdo-teamshowcase .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.style30 .wdo-teamshowcase .team_social li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: border 0.3s ease 0s;
}
.style30 .wdo-teamshowcase .team_social li a:hover{
    border-color: transparent;
}
.style30 .wdo-teamshowcase .team-prof{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 20px 16px;
    background: rgba(0,0,0,0.7);
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}
.style30 .wdo-teamshowcase:hover .team-prof{
    transform: translateX(100%);
}
.style30 .wdo-teamshowcase .team-prof .post-title{
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.style30 .wdo-teamshowcase .team-prof .post{
    font-size: 14px;
    color: #cb95e1;
    margin-bottom: 0;
}
/* *************************** Style30 End ************************************ */

/* *************************** Style31 ************************************ */
.style31 .wdo-teamshowcase{
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    margin-top: 72px;
}
.style31 .wdo-teamshowcase .pic{
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.style31 .wdo-teamshowcase:hover .pic{
    border-radius: 50%;
    border-color: #6e9ecf;
}
.style31 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style31 .wdo-teamshowcase .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.style31 .wdo-teamshowcase .team-title{
    font-size: 24px;
    color: #333;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.style31 .wdo-teamshowcase .post{
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.style31 .wdo-teamshowcase .description{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0 35px;
    line-height: 22px;
    margin-bottom: 60px;
}
.style31 .wdo-teamshowcase .social-links{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -17%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #6e9ecf;
    transition: all 0.20s linear 0s;
}
.style31 .wdo-teamshowcase:hover .social-links{
    bottom: 0;
}
.style31 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin: 0 5px;
}
.style31 .wdo-teamshowcase .social-links li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}
.style31 .wdo-teamshowcase .social-links li a:hover{
    text-decoration: none;
}
/* *************************** Style31 End ************************************ */

/* *************************** Style32 ************************************ */
.style32 .wdo-teamshowcase{
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
}
.style32 .wdo-teamshowcase:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.style32 .wdo-teamshowcase:hover:before{
    background: rgba(0,0,0,0.7);
}
.style32 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style32 .wdo-teamshowcase .team-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 25px 18px;
    transition: all 0.3s ease 0s;
}
.style32 .wdo-teamshowcase:hover .team-content{
    left:0;
}
.style32 .wdo-teamshowcase .team-title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.style32 .wdo-teamshowcase .post{
    font-size: 14px;
    color: #ff928a;
}
.style32 .wdo-teamshowcase .post:after{
    content: "";
    display: block;
    width: 20%;
    border-bottom: 1px solid #fff;
    margin: 15px 0 20px;
}
.style32 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.style32 .wdo-teamshowcase .read{
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent #ff928a #ff928a transparent;
    position: absolute;
    bottom: 0;
    right: -100%;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.style32 .wdo-teamshowcase:hover .read{
    right: 0;
}
.style32 .wdo-teamshowcase .read i{
    position: relative;
    top: 2px;
    left: 6px;
    color: #fff;
}
/* *************************** Style32 End ************************************ */


/* *************************** Style33 ************************************ */
.style33 .wdo-teamshowcase{
    text-align: center;
}
.style33 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style33 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(32, 84, 139, 0.5), rgba(236, 236, 1, 0.4));
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.style33 .wdo-teamshowcase:hover .pic:after{
    opacity: 1;
}
.style33 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}
.style33 .wdo-teamshowcase:hover img{
    transform: scale(1.8,1.8);
}
.style33 .wdo-teamshowcase .social-link{
    width: 80%;
    position: absolute;
    top: 80%;
    left: 10%;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}
.style33 .wdo-teamshowcase:hover .social-link{
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}
.style33 .wdo-teamshowcase .social-link li{
    display: inline-block;
    margin: 0 5px;
}
.style33 .wdo-teamshowcase .social-link li a{
    display: inline-block;
    font-size: 19px;
    color: #fff;
}
.style33 .wdo-teamshowcase .social-link li a:hover{
    text-decoration: none;
}
.style33 .wdo-teamshowcase .post{
    display: block;
    font-size: 12px;
    color: #808080;
    margin-top: 15px;
    text-transform: uppercase;
}
.style33 .wdo-teamshowcase .team-title{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 0 0;
}
.style33 .wdo-teamshowcase .team-title:after{
    content: "";
    display: block;
    width: 20%;
    margin: 15px auto;
    border-bottom: 1px solid #222;
}
.style33 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
/* *************************** Style33 End ************************************ */


/* *************************** Style34 ************************************ */
.style34 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style34 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style34 .wdo-teamshowcase .over-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(156, 136, 185, 0.7);
    transition: all 0.5s ease 0s;
}
.style34 .wdo-teamshowcase:hover .over-layer{
    bottom: 0;
}
.style34 .wdo-teamshowcase .over-layer:before{
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    border-top: 5px solid rgba(255,255,255,0.7);
    border-left: 5px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.5s ease 0.5s;
}
.style34 .wdo-teamshowcase:hover .over-layer:before{
    opacity: 1;
    height: 90%;
}
.style34 .wdo-teamshowcase .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    top: 45%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease 1s;
}
.style34 .wdo-teamshowcase:hover .social-links{
    opacity: 1;
    transform: scale(1);
}
.style34 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin-left: 5px;
}
.style34 .wdo-teamshowcase .social-links li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    color: #fff;
    background: rgba(11, 32, 56, 0.7);
}
.style34 .wdo-teamshowcase .team-content{
    background: #f3f5f7;
    padding: 30px 25px;
}
.style34 .wdo-teamshowcase .team-title{
    font-size: 18px;
    font-weight: 700;
    color: #5d5e5e;
    margin: 0 0 5px 0;
}
.style34 .wdo-teamshowcase .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #898989;
    margin-bottom: 15px;
}
.style34 .wdo-teamshowcase .post:after{
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #9c88b9;
    margin-top: 7px;
}
.style34 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #898989;
}
.style34 .wdo-teamshowcase .read{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 8px 8px 50px;
    background: #9c88b9;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.style34 .wdo-teamshowcase .read:hover{
    background: #6dc1b3;
    text-decoration: none;
    color: #000;
}
.style34 .wdo-teamshowcase .read:after{
    content: "";
    width: 36px;
    height: 100%;
    background: #9c88b9;
    position: absolute;
    top: 0;
    right: -18px;
    transform: skewX(-45deg);
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.style34 .wdo-teamshowcase .read:hover:after{
    background: #6dc1b3;
}
/* *************************** Style34 End ************************************ */

/* *************************** Style35 ************************************ */
.style35 .wdo-teamshowcase{
    text-align: center;
}
.style35 .wdo-teamshowcase .pic{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.style35 .wdo-teamshowcase .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 0 #61b6ac inset;
    opacity: 0.5;
    transition: all 1s ease-in-out 0s;
}
.style35 .wdo-teamshowcase:hover .pic:before {
    box-shadow: 0 0 0 400px #61b6ac inset;
}
.style35 .pic img{
    width: 100%;
    height: auto;
}
.style35 .wdo-teamshowcase .social-links{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
}
.style35 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin-right: 10px;
    transform: scale(0,0);
    transition: all 0.7s ease-in-out 0s;
}
.style35 .wdo-teamshowcase:hover .social-links li:nth-child(1){
    transition-delay: 0.1s;
    transform: scale(1,1);
}
.style35 .wdo-teamshowcase:hover .social-links li:nth-child(2){
    transition-delay: 0.2s;
    transform: scale(1,1);
}
.style35 .wdo-teamshowcase:hover .social-links li:nth-child(3){
    transform: scale(1,1);
    transition-delay: 0.3s;
}
.style35 .wdo-teamshowcase:hover .social-links li:nth-child(4){
    transition-delay: 0.4s;
    transform: scale(1,1);
}
.style35 .wdo-teamshowcase:hover .social-links li:nth-child(5){
    transition-delay: 0.5s;
    transform: scale(1,1);
}
.style35 .wdo-teamshowcase .social-links li a{
    font-size: 30px;
    color: #283a44;
}
.style35 .wdo-teamshowcase .social-links li a:hover{
    text-decoration: none;
}
.style35 .wdo-teamshowcase .team-title{
    font-size: 22px;
    font-weight: bold;
    color: #283a44;
    text-transform: capitalize;
    margin-top: 10px;
}
.style35 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    color: #687177;
    text-transform: capitalize;
}
/* *************************** Style35 End ************************************ */

/* *************************** Style36 ************************************ */
.style36 .wdo-teamshowcase .team{
    position: relative;
    padding: 10px 0 10px 20px;
}
.style36 .wdo-teamshowcase .team:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627;
}
.style36 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
}
.style36 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase:hover .pic:after{
    opacity: 1;
}
.style36 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style36 .wdo-teamshowcase .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase:hover .social-links{
    bottom: 20px;
}
.style36 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin-right: 5px;
}
.style36 .wdo-teamshowcase .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fdfffc;
    font-size: 18px;
    color: #fdfffc;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase .social-links li a:hover{
    background: #2ec4b6;
    border: 1px solid #2ec4b6;
}
.style36 .wdo-teamshowcase .team-info{
    padding: 20px;
    background: #2ec4b6;
    color: #011627;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase .team-info:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase:hover .team-info:before{
    left: 0;
}
.style36 .wdo-teamshowcase .team-title{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.style36 .wdo-teamshowcase:hover .team-title{
    color: #2ec4b6;
}
.style36 .wdo-teamshowcase .post{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #e71d36;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.style36 .wdo-teamshowcase:hover .team-info,
.style36 .wdo-teamshowcase:hover .post{
    color: #fdfffc;
}
.style36 .wdo-teamshowcase .description{
    font-size: 14px;
    line-height: 22px;
}
/* *************************** Style36 End ************************************ */


/* *************************** Style37 ************************************ */
.style37 .wdo-teamshowcase{
    text-align: center;
}
.style37 .wdo-teamshowcase .pic{
    position: relative;
}
.style37 .wdo-teamshowcase .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.style37 .wdo-teamshowcase .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.wdo-teamshowcase:hover .pic:before,
.style37 .wdo-teamshowcase:hover .pic:after{
    opacity: 1;
}
.style37 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style37 .wdo-teamshowcase .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.style37 .wdo-teamshowcase:hover .social-links{
    opacity: 1;
}
.style37 .wdo-teamshowcase .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.style37 .wdo-teamshowcase .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}
.style37 .wdo-teamshowcase .social-links li .fa-twitter:hover{
    background: #00aced;
    border-color: #00aced;
}
.style37 .wdo-teamshowcase .social-links li .fa-google-plus:hover{
    background: #c03c30;
    border-color: #c03c30;
}
.style37 .wdo-teamshowcase .social-links li .fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.style37 .wdo-teamshowcase .social-links li .fa-facebook:hover{
    background: #4867aa;
    border-color: #4867aa;
}
.style37 .wdo-teamshowcase .team-content{
    padding: 15px 0;
    background: #323232;
    border-top: 2px solid #d36832;
    overflow: hidden;
    position: relative;
}
.style37 .wdo-teamshowcase .team-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #d36832;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.style37 .wdo-teamshowcase:hover .team-content:before{
    top: 0;
}
.style37 .wdo-teamshowcase .team-title{
    font-size: 24px;
    color: #04bea8;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.style37 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    color: #f5f5f6;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.style37 .wdo-teamshowcase:hover .team-title,
.style37 .wdo-teamshowcase:hover .post{
    color: #fff;
}
/* *************************** Style37 End ************************************ */


/* *************************** Style38 ************************************ */
.style38 .wdo-teamshowcase{
    text-align: center;
}
.style38 .wdo-teamshowcase .team-image{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 5px solid #d7d7d7;
    position: relative;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
}
.style38 .wdo-teamshowcase:hover .team-image{
    border-color: #1fc5b6;
}
.style38 .wdo-teamshowcase .team-image img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.style38 .wdo-teamshowcase .social{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: 45%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.style38 .wdo-teamshowcase:hover .social{
    opacity: 1;
    transform: scale(1);
    animation: 0.5s ease 0s normal 1 bounce;
}
.style38 .wdo-teamshowcase .social li{
    display: inline-block;
    border-radius: 50%;
}
.style38 .wdo-teamshowcase .social li:first-child{
    margin-left: -30px;
    float: left;
}
.style38 .wdo-teamshowcase .social li:last-child{
    margin-right: -30px;
    float: right;
}
.style38 .wdo-teamshowcase .social li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 25px;
    color: #1fc5b6;
    border: 3px solid #1fc5b6;
}
.style38 .wdo-teamshowcase .team-content{
    padding: 10px 50px;
}
.style38 .wdo-teamshowcase .team-title{
    font-size: 24px;
    color: #222;
    margin: 0 0 10px 0;
    
}
.style38 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #555;
    line-height: 25px;
    margin: 0;
}
@keyframes bounce{
    0%{
        opacity:0;
        -webkit-transform:scale(.3);
        transform:scale(.3)
    }
    50%{
        opacity:1;
         -webkit-transform:scale(1.05);
         transform:scale(1.05)
    }
    70%{
        -webkit-transform:scale(.9);
        transform:scale(.9)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
/* *************************** Style38 End ************************************ */


/* *************************** Style39 ************************************ */
.style39 .wdo-teamshowcase{
    position: relative;
    overflow: hidden;
}
.style39 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    transform: scale(1.2,1.2) translateX(-25px);
    transition: all 0.20s linear 0s;
}
.style39 .wdo-teamshowcase:hover img{
    transform: scale(1.2,1.2) translateX(0);
}
.style39 .wdo-teamshowcase .over-layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.style39 .wdo-teamshowcase .team-content{
    width: 90%;
    position: absolute;
    bottom: -40px;
    padding: 0 25px;
    transition: all 0.40s ease 0s;
}
.style39 .wdo-teamshowcase:hover .team-content{
    bottom: 1%;
}
.style39 .wdo-teamshowcase .team-title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.style39 .wdo-teamshowcase .post{
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.style39 .wdo-teamshowcase .description{
    font-size: 15px;
    color: #fff;
    transform: translateY(100%);
    transition: all 0.30s ease 0.1s;
}
.style39 .wdo-teamshowcase:hover .description{
    transform: translateY(0);
}
.style39 .wdo-teamshowcase .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 10%;
    height: 100%;
    background: #30a5ab;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.style39 .wdo-teamshowcase .social-links li{
    margin: 20px 0;
}
.style39 .wdo-teamshowcase .social-links li a{
    color: #fff;
    padding: 10px 0;
}
.style39 .wdo-teamshowcase .social-links li a:hover{
    text-decoration: none;
}
/* *************************** Style39 End ************************************ */


/* *************************** Style40 ************************************ */

.style40 .wdo-teamshowcase{
    text-align: center;
}
.style40 .wdo-teamshowcase .team_img{
    position: relative;
    overflow: hidden;
}
.style40 .wdo-teamshowcase .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.style40 .wdo-teamshowcase:hover .team_img:after{
    bottom: 0;
}
.style40 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style40 .wdo-teamshowcase .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #f76c5e;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.style40 .wdo-teamshowcase:hover .social{
    top: 0;
}
.style40 .wdo-teamshowcase .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.style40 .wdo-teamshowcase:hover .social li a:hover{
    color: #2a4284;
}
.style40 .wdo-teamshowcase .team-content{
    padding: 20px 0;
    background: #fff;
}
.style40 .wdo-teamshowcase .team-title{
    font-size: 18px;
    font-weight: bold;
    color: #2a4284;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.style40 .wdo-teamshowcase .team-title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.style40 .wdo-teamshowcase .team-title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.wdo-teamshowcase:hover .team-title:before,
.style40 .wdo-teamshowcase:hover .team-title:after{
    width: 50px;
}
.style40 .wdo-teamshowcase .post{
    display: inline-block;
    font-size: 15px;
    color:  #f76c5e;
    text-transform: capitalize;
}
.style40 .wdo-teamshowcase .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27ae61;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
/* *************************** Style40 End ************************************ */


/* *************************** Style41 ************************************ */
.style41 .wdo-teamshowcase{
    border-left: 8px solid #3b336a;
    border-bottom: 8px solid #3b336a;
}
.style41 .wdo-teamshowcase .team-image{
    position: relative;
    text-align: center;
}
.style41 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style41 .wdo-teamshowcase .description{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgba(59, 51, 106, 0.6);
    transition: all 0.5s ease 0s;
}
.style41 .wdo-teamshowcase:hover .description{
    opacity: 1;
}
.style41 .wdo-teamshowcase .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #3b336a;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.style41 .wdo-teamshowcase:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.style41 .wdo-teamshowcase .social li{
    display: block;
    margin-bottom: 10px;
}
.style41 .wdo-teamshowcase .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.style41 .wdo-teamshowcase .social li a:hover{
    background: #bc3fbf;
}
.style41 .wdo-teamshowcase .team-info{
    padding: 20px;
}
.style41 .wdo-teamshowcase .team-title{
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
}
.style41 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}
.wdo-teamshowcase .team-title:hover,
.style41 .wdo-teamshowcase .post:hover{
    color: #bc3fbf;
}

/* *************************** Style41 End ************************************ */


/* *************************** Style42 ************************************ */
.style42 .wdo-teamshowcase{
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.style42 .wdo-teamshowcase .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 25px;
    overflow: hidden;
}
.style42 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style42 .wdo-teamshowcase .social{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15%;
    left: 85%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.7s ease 0s;
}
.style42 .wdo-teamshowcase:hover .social{
    opacity: 1;
    transform: translateX(0px);
}
.style42 .wdo-teamshowcase .social  li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #001d33;
    border: 1px solid #001D33;
    background: #fff;
    transform: scale(0);
    transition: all 0.7s ease 0s;
}
.style42 .wdo-teamshowcase:hover .social  li a{
    transform: scale(1);
}
.style42 .wdo-teamshowcase .social li a:hover{
    color: #fff;
    background: #001d33;
}
.style42 .wdo-teamshowcase .team-title{
    display: inline-block;
    font-size: 19px;
    color: #001d33;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.style42 .wdo-teamshowcase .post{
    display: inline-block;
    font-size: 12px;
    color: #1c5acc;
    text-transform: uppercase;
}
.style42 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #777;
    line-height: 27px;
}
/* *************************** Style42 End ************************************ */


/* *************************** Style43 ************************************ */
.style43 .wdo-teamshowcase{
    text-align: center;
}
.style43 .wdo-teamshowcase .pic{
    padding: 30px 20px 0;
    position: relative;
}
.wdo-teamshowcase .pic:before,
.style43 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}
.style43 .wdo-teamshowcase .pic:after{
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: scale(1, 0);
}
.style43 .wdo-teamshowcase:hover .pic:before,
.style43 .wdo-teamshowcase:hover .pic:after{
    border-color: #8475c9;
    transform: scale(1);
}
.style43 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style43 .wdo-teamshowcase .team-content{
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}
.style43 .wdo-teamshowcase:hover .team-content{
    background: #8475c9;
}
.style43 .wdo-teamshowcase .team-content:before{
    content: "+";
    width: 20px;
    height: 20px;
    font-size: 17px;
    color: #fff;
    background: #333;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.3s ease 0s;
}
.style43 .wdo-teamshowcase:hover .team-content:before{
    width: 100%;
    background: #8475c9;
    color: #8475c9;
}
.style43 .wdo-teamshowcase .team-title{
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    color: #ffffff;
}
.style43 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.style43 .wdo-teamshowcase .social{
    padding: 0;
    list-style: none;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.style43 .wdo-teamshowcase:hover .social{
    transform: scale(1);
}
.style43 .wdo-teamshowcase .social li{
    display: inline-block;
}
.style43 .wdo-teamshowcase .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #a0a0a0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.style43 .wdo-teamshowcase .social li a:hover{
    color: #fff;
}
.style43 .wdo-teamshowcase .social li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}
.style43 .wdo-teamshowcase .social li:hover a:before{
    background: #333;
    color: #fff;
    transform: rotate(-45deg);
}
/* *************************** Style43 End ************************************ */

/* *************************** Style44 ************************************ */
.style44 .wdo-teamshowcase{
    text-align: center;
    position: relative;
}
.style44 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style44 .wdo-teamshowcase .team-content{
    width: 100%;
    height: auto;
    background: #ecdfbd;
    padding: 27px 0;
    border-left: 5px solid #fb6648;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.style44 .wdo-teamshowcase:hover .team-content{
    background: #5e3448;
}
.style44 .wdo-teamshowcase .team-title{
    font-size: 20px;
    font-weight: 700;
    color: #5e3448;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.style44 .wdo-teamshowcase:hover .team-title{
    color: #ecdfbd;
    margin-bottom: 10px;
}
.style44 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #fb6648;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.style44 .wdo-teamshowcase:hover .post{
    height: 40px;
    opacity: 1;
    transform: scale(1);
}
.style44 .wdo-teamshowcase .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.style44 .wdo-teamshowcase:hover .social{
    transform: translateY(50%);
    opacity: 1;
}
.style44 .wdo-teamshowcase .social li{
    display: inline-block;
}
.style44 .wdo-teamshowcase .social li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ecdfbd;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    color: #5e3448;
    transition: all 0.5s ease 0s;
}
.style44 .wdo-teamshowcase .social li a:hover{
    color: #ecdfbd;
    background: #5e3448;
}
/* *************************** Style44 End ************************************ */

/* *************************** Style45 ************************************ */
.style45 .wdo-teamshowcase{
    position: relative;
    margin-bottom: 50px;
}
.style45 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style45 .wdo-teamshowcase .social{
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    background-color: rgba(203, 86, 93, 0.5);
    position: absolute;
    bottom: 50%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.style45 .wdo-teamshowcase:hover .social{
    background-color: rgb(203, 86, 93);
    opacity: 1;
    bottom: 95px;
}
.style45 .wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 10px;
}
.style45 .wdo-teamshowcase .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}
.style45 .wdo-teamshowcase .team-content{
    width: 100%;
    background: #cb565d;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.style45 .wdo-teamshowcase .team-title{
    font-size: 24px;
    margin-top: 0;
    text-transform: capitalize;
    color: #ffffff;
}
.style45 .wdo-teamshowcase .post{
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}
.style45 .wdo-teamshowcase .layer{
    display: inline-block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.style45 .wdo-teamshowcase:hover .layer{
    bottom: -53px;
    opacity: 1;
}
.style45 .wdo-teamshowcase .layer:after{
    content: "";
    width: 100%;
    height: 0;
    background: #4b589c;
    position: absolute;
    top: -70px;
    left: 0;
    transform: skewX(-82deg);
    transition: all 1s ease 0s;
}
.style45 .wdo-teamshowcase:hover .layer:after{
    height: 140px;
}

/* *************************** Style45 End ************************************ */


/* *************************** Style46 ************************************ */
.style46 .wdo-teamshowcase{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.style46 .wdo-teamshowcase:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg,#4da1a9,#99c24d);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.style46 .wdo-teamshowcase:hover:after{
    transform: scale(1);
}
.style46 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style46 .wdo-teamshowcase .team-content{
    width: 75%;
    background: #fff;
    padding: 30px 0;
    margin: 0 auto;
    border: 1px solid #eee;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.style46 .wdo-teamshowcase .team-title{
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.style46 .wdo-teamshowcase .post{
    display: block;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}
.style46 .wdo-teamshowcase .social{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.style46 .wdo-teamshowcase:hover .social{
    opacity: 1;
    transform: scale(1);
}
.style46 .wdo-teamshowcase .social li{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.style46 .wdo-teamshowcase:hover .social li{
    margin: 20px 4px 0;
}
.style46 .wdo-teamshowcase .social li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #2e5077;
    font-size:15px;
    font-weight: 600;
    color: #d7e8ba;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.style46 .wdo-teamshowcase .social li a:hover{
    background: #4da1a9;
    color: #fff;
}

/* *************************** Style46 End ************************************ */


/* *************************** Style47 ************************************ */
.style47 .wdo-teamshowcase{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.style47 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style47 .wdo-teamshowcase .team-content{
    width: 100%;
    background: #3f2b4f;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.style47 .wdo-teamshowcase:hover .team-content{
    padding-bottom: 40px;
}
.style47 .wdo-teamshowcase .team-content:before,
.style47 .wdo-teamshowcase .team-content:after{
    content: "";
    width: 60%;
    height: 38px;
    background: #3f2b4f;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}
.style47 .wdo-teamshowcase .team-content:before{
    left: -3%;
}
.style47 .wdo-teamshowcase .team-content:after{
    right: -3%;
    transform: rotate(-15deg);
}
.style47 .wdo-teamshowcase .team-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
    color: #ffffff;
}
.style47 .wdo-teamshowcase .team-title:before,
.style47 .wdo-teamshowcase .team-title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #ff5543;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}
.style47 .wdo-teamshowcase .team-title:before{
    left: 32%;
}
.style47 .wdo-teamshowcase .team-title:after{
    right: 32%;
    transform: rotate(74deg);
}
.style47 .wdo-teamshowcase .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.style47 .wdo-teamshowcase .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.style47 .wdo-teamshowcase:hover .social-links{
    bottom: 0;
}
.style47 .wdo-teamshowcase .social-links li{
    display: inline-block;
}
.style47 .wdo-teamshowcase .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}
.style47 .wdo-teamshowcase .social-links li:last-child a{
    margin-right: 0;
}
.style47 .wdo-teamshowcase .social-links li a:hover{
    color: #ff5543;
}
/* *************************** Style47 End ************************************ */


/* *************************** Style48 ************************************ */
.style48 .wdo-teamshowcase{
    background: #f5f5f5;
    text-align: center;
}
.style48 .wdo-teamshowcase .pic{
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.style48 .wdo-teamshowcase:hover .pic{
    transform: scale(1.01);
}
.style48 .wdo-teamshowcase .pic:after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease 0s;
}
.style48 .wdo-teamshowcase:hover .pic:after{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.style48 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style48 .wdo-teamshowcase .read-more{
    width: 100px;
    padding: 0 15px 15px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}
.style48 .wdo-teamshowcase:hover .read-more{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.style48 .wdo-teamshowcase .team-content{
    padding: 20px 0;
}
.style48 .wdo-teamshowcase .team-title{
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.style48 .wdo-teamshowcase .post{
    font-size: 13px;
    font-weight: 500;
    color: #6e6e70;
    text-transform: capitalize;
}
/* *************************** Style48 End ************************************ */


/* *************************** Style49 ************************************ */
.style49 .wdo-teamshowcase{
    text-align: center;
    position: relative;
}
.wdo-teamshowcase:before,
.style49 .wdo-teamshowcase:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear 0s;
}
.style49 .wdo-teamshowcase:before{
    background: #0ac0de;
    transform: scale(0);
    z-index: 1;
}
.style49 .wdo-teamshowcase:hover:before{
    transform: scale(1);
}
.style49 .wdo-teamshowcase:after{
    background: #d4d4d4;
}
.style49 .wdo-teamshowcase .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.style49 .wdo-teamshowcase .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(53, 53, 53, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s linear 0s;
}
.style49 .wdo-teamshowcase:hover .pic:before{
    opacity: 1;
    transform: scale(0.97);
}
.style49 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.style49 .wdo-teamshowcase .social{
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s linear 0s;
}
.style49 .wdo-teamshowcase:hover .social{
    opacity: 1;
    transform: scale(1);
}
.style49 .wdo-teamshowcase .social li{
    display: inline-block;
}
.style49 .wdo-teamshowcase .social li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    margin: 0 3px;
    font-size: 14px;
    color: #0ac0de;
    transition: all 0.3s linear 0s;
}
.style49 .wdo-teamshowcase .social li a:hover{
    background: #0ac0de;
    color: #fff;
}
.style49 .wdo-teamshowcase .team-content{
    padding-bottom: 35px;
}
.style49 .wdo-teamshowcase .team-title{
    font-size: 22px;
    font-weight: bold;
    color: #2a2b2f;
    text-transform: capitalize;
    margin: 15px 0 10px 0;
}
.style49 .wdo-teamshowcase .post{
    font-size: 18px;
    color: #696969;
    text-transform: capitalize;
}
/* *************************** Style49 End ************************************ */


/* *************************** Style50 End ************************************ */
.style50 .wdo-teamshowcase{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.style50 .wdo-teamshowcase:before,
.style50 .wdo-teamshowcase:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #00bed3;
    position: absolute;
    z-index: -1;
}
.style50 .wdo-teamshowcase:before{
    bottom: -20px;
    left: 0;
}
.style50 .wdo-teamshowcase:after{
    top: -20px;
    right: 0;
}
.style50 .wdo-teamshowcase .pic{
    margin: 20px;
    position: relative;
    border: 3px solid #00bed3;
    transition: all 0.5s ease 0s;
}
.style50 .wdo-teamshowcase:hover .pic{
    border-color: #33343e;
}
.style50 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #33343e;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.style50 .wdo-teamshowcase:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.style50 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style50 .wdo-teamshowcase .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.style50 .wdo-teamshowcase:hover .team-content{
    top: 38%;
}
.style50 .wdo-teamshowcase .team-title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.style50 .wdo-teamshowcase .post{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.style50 .wdo-teamshowcase .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.style50 .wdo-teamshowcase .social li{
    display: inline-block;
}
.style50 .wdo-teamshowcase .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.style50 .wdo-teamshowcase .social li a:hover{
    background: #fff;
    color: #00bed3;
}
/* *************************** Style50 End ************************************ */


/* *************************** Style51 ************************************ */
.style51 .wdo-teamshowcase{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .pic:before{
    content: "";
    background: #716a9e;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase:hover .pic:before{
    transform: scale(1);
}
.style51 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style51 .wdo-teamshowcase .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase:hover .social{
    opacity: 1;
}
.style51 .wdo-teamshowcase .social li{
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .social li:nth-child(1){
    transform: translate3d(22px, -19px, 0px);
}
.style51 .wdo-teamshowcase:hover .social li:nth-child(1){
    transform: translate3d(62px, -19px, 0px);
}
.style51 .wdo-teamshowcase .social li:nth-child(2){
    transform: translate3d(36px, 38px, 0px);
}
.style51 .wdo-teamshowcase:hover .social li:nth-child(2){
    transform: translate3d(36px, 8px, 0px);
}
.style51 .wdo-teamshowcase .social li:nth-child(3){
    transform: translate3d(-18px, -75px, 0px);
}
.style51 .wdo-teamshowcase:hover .social li:nth-child(3){
    transform: translate3d(-18px, -46px, 0px);
}
.style51 .wdo-teamshowcase .social li:nth-child(4){
    transform: translate3d(-5px, -19px, 0px);
}
.style51 .wdo-teamshowcase:hover .social li:nth-child(4){
    transform: translate3d(-43px, -19px, 0px);
}
.style51 .wdo-teamshowcase .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .social li a:hover{
    line-height: 35px;
    background: #fff;
    color: #333;
    transform: rotate(-45deg);
}
.style51 .wdo-teamshowcase .social li a i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .social li a:hover i{
    transform: rotate(45deg);
}
.style51 .wdo-teamshowcase .team-content{
    padding: 15px 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .team-title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.style51 .wdo-teamshowcase small{
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.style51 .wdo-teamshowcase .team-layer{
    width: 100%;
    padding: 34px 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #716a9e;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase:hover .team-layer{
    bottom: 0;
    opacity: 1;
}
.style51 .wdo-teamshowcase .team-layer a{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}
.style51 .wdo-teamshowcase .team-layer a:hover{
    color: #716a9e;
}
.style51 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}
/* *************************** Style51 End ************************************ */


/* *************************** Style52 ************************************ */
.style52 .wdo-teamshowcase{
    text-align: center;
}
.style52 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.style52 .wdo-teamshowcase .team-title{
    font-size: 28px;
    font-style: italic;
    color: #444;
    text-transform: capitalize;
    margin: -15px 0 15px;
    opacity: 0.8;
    transform: rotate(-3deg);
}
.style52 .wdo-teamshowcase .social{
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.style52 .wdo-teamshowcase .social li{
    display: inline-block;
}
.style52 .wdo-teamshowcase .social li a{
    display: block;
    font-size: 20px;
    color: #666;
    margin-right: 8px;
    transition: all 0.3s ease 0s;
}
.style52 .wdo-teamshowcase .social li a:hover{
    color: #660d79;
}
.style52 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}
/* *************************** Style52 End ************************************ */


/* *************************** Style53 ************************************ */
.style53 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style53 .wdo-teamshowcase .team-content{
    height: 120px;
    background: #ea8828;
    position: relative;
    top: -18px;
    left: 0;
    transform: rotate(7deg) skew(7deg);
}
.style53 .wdo-teamshowcase .team-info{
    width: 100%;
    text-align: center;
    padding: 39px 0 0;
    position: absolute;
    transform: rotate(-5deg) skew(-5deg);
}
.style53 .wdo-teamshowcase .team-title{
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.style53 .wdo-teamshowcase .post{
    font-size: 14px;
    color: #fff;
}
.style53 .wdo-teamshowcase .icon{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
}
.style53 .wdo-teamshowcase .icon li{
    display: inline-block;
    float: left;
}
.style53 .wdo-teamshowcase .icon li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ea8828;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 2px;
    transition: all 0.3s ease 0s;
}
.style53 .wdo-teamshowcase .icon li:nth-child(2n) a{
    position: relative;
    bottom: -13px;
}
.style53 .wdo-teamshowcase .icon li:last-child a{
    margin-right: 0;
}
.style53 .wdo-teamshowcase .icon li a:hover{
    background: #161616;
}
/* *************************** Style53 End ************************************ */


/* *************************** Style54 ************************************ */
.style54 .wdo-teamshowcase{
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.style54 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.style54 .wdo-teamshowcase:hover img{
    transform: scale(1.2);
}
.style54 .wdo-teamshowcase .team-content{
    width: 100%;
    height: 100%;
    background: #640087;
    border-radius: 50%;
    padding-top: 35%;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
}
.style54 .wdo-teamshowcase:hover .team-content{
    opacity: 0.8;
}
.style54 .wdo-teamshowcase .team-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    opacity: 0;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out 0.2s;
    color: #ffffff;
}
.style54 .wdo-teamshowcase:hover .team-title{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.style54 .wdo-teamshowcase .post{
    display: block;
    font-size: 17px;
    margin-bottom: 15px;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0.2s;
}
.style54 .wdo-teamshowcase:hover .post{
    opacity: 1;
    transform: scale(1);
}
.style54 .wdo-teamshowcase .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.style54 .wdo-teamshowcase .icon li{
    display: inline-block;
}
.style54 .wdo-teamshowcase .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
    transition: all 0.3s ease 0s;
}
.style54 .wdo-teamshowcase .icon li a:hover{
    background: #e6af2e;
    border: 1px solid #e6af2e;
}
/* *************************** Style54 End ************************************ */


/* *************************** Style55 ************************************ */
.style55 .wdo-teamshowcase{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.style55 .wdo-teamshowcase:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.style55 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}
.style55 .wdo-teamshowcase:hover img{
    opacity: 0.5;
}
.style55 .wdo-teamshowcase .team-content{
    color: #000;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.style55 .wdo-teamshowcase:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.style55 .wdo-teamshowcase .team-title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.style55 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
}
.style55 .wdo-teamshowcase .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.3s ease 0s;
}
.style55 .wdo-teamshowcase:hover .social{
    opacity: 1;
}
.style55 .wdo-teamshowcase .social li{
    display: block;
}
.style55 .wdo-teamshowcase .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #006e90;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.style55 .wdo-teamshowcase:hover .social li:nth-child(1) a{
    transition-delay: 0.3s;
}
.style55 .wdo-teamshowcase:hover .social li:nth-child(2) a{
    transition-delay: 0.2s
}
.style55 .wdo-teamshowcase:hover .social li:nth-child(3) a{
    transition-delay: 0.1s;
}
.style55 .wdo-teamshowcase:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.style55 .wdo-teamshowcase:hover .social li a{
    transform: translate(0, 0)
}
.style55 .wdo-teamshowcase .social li a:hover{
    width: 40px;
    background: #f2545b;
    transition-delay: 0s;
}
.style55 .wdo-teamshowcase .icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #006e90;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
/* *************************** Style55 End ************************************ */

/* *************************** Style56 ************************************ */

.style56 .wdo-teamshowcase{
    overflow: hidden;
    position: relative;
}
.style56 .wdo-teamshowcase .pic{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.style56 .wdo-teamshowcase .layer-1{
    width: 200%;
    overflow: hidden;
    transform: rotate(10deg) translate(-13%, 13%);
}
.style56 .wdo-teamshowcase .layer-2{
    background: #fff;
    overflow: hidden;
    transform: rotate(-16deg) translate(-9%, -13%);
}
.style56 .wdo-teamshowcase .layer-3{
    width: 51%;
    margin: 0 auto;
    transform: rotate(6deg) translateY(5%);
}
.style56 .wdo-teamshowcase img{
    width: 100%;
    height: auto;
}
.style56 .wdo-teamshowcase .social{
    width: 50%;
    height: 150%;
    background: linear-gradient(to right, rgba(244, 205, 3, 0), rgba(3, 176, 244, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
}
.style56 .wdo-teamshowcase:hover .social{
    transform: translateX(0px);
}
.style56 .wdo-teamshowcase .social-icon{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    bottom: 95px;
    right: 15px;
}
.style56 .wdo-teamshowcase .social-icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 4px 0;
    transform: scale(0);
    transition: all 0.2s ease-out 0.4s;
}
.style56 .wdo-teamshowcase:hover .social-icon li a{
    transform: scale(1);
}
.style56 .wdo-teamshowcase .social-icon li a.fa-facebook:hover{ color: #4867aa; }
.style56 .wdo-teamshowcase .social-icon li a.fa-google-plus:hover{ color: #db4437; }
.style56 .wdo-teamshowcase .social-icon li a.fa-twitter:hover{ color: #1da1f2; }
.style56 .wdo-teamshowcase .team-info{
    padding: 15px 15px 20px;
    margin: 25px;
    background: #48c6f7;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.style56 .wdo-teamshowcase:hover .team-info{
    background: #fff;
}
.style56 .wdo-teamshowcase .team-title{
    font-size: 18px;
    color: #000;
    margin: 0;
}
.style56 .wdo-teamshowcase .post{
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #6c6c6c;
    margin-top: 5px;
}
.style56 .wdo-teamshowcase .description{
    padding: 0 20px;
    font-size: 14px;
    color: #6c6c6c;
    text-align: center;
}

/* *************************** Style56 End ************************************ */


/* *************************** Style57 ************************************ */
.style57.wdo-teamshowcase{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.style57.wdo-teamshowcase img{
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
.style57.wdo-teamshowcase:hover img{
    right: 60%;
}
.style57.wdo-teamshowcase .team-content{
    width: 80%;
    height: 100%;
    background: #f1f1f1;
    padding: 20% 30px 0;
    position: absolute;
    top: 0;
    right: -80%;
    transition: all 0.4s ease-in-out 0s;
}
.style57.wdo-teamshowcase:hover .team-content{
    right: 0;
}
.style57.wdo-teamshowcase .team-title{
    font-size: 22px;
    color: #8e0c80;
    margin: 0 0 10px 0;
}
.style57.wdo-teamshowcase .post{
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.style57.wdo-teamshowcase .description{
    font-size: 14px;
    color: #333;
}
.style57.wdo-teamshowcase .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.style57.wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 10px;
}
.style57.wdo-teamshowcase .social li:last-child{
    margin-right: 0;
}
.style57.wdo-teamshowcase .social li a{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.style57.wdo-teamshowcase .social li a:hover{ color: #fff;text-decoration: none; }
.style57.wdo-teamshowcase .social li a.fa-facebook:hover{ background: #3b5a9b; }
.style57.wdo-teamshowcase .social li a.fa-twitter:hover{ background: #2baae1; }
.style57.wdo-teamshowcase .social li a.fa-google-plus:hover{ background: #f63d26; }
.style57.wdo-teamshowcase .social li a.fa-linkedin:hover{ background: #c3181e; }

/* *************************** Style57 End ************************************ */


/* *************************** Style58 ************************************ */
.style58 .wdo-teamshowcase{
    text-align: center;
}
.style58 .wdo-teamshowcase .team-img{
    overflow: hidden;
    position: relative;
}
.style58 .wdo-teamshowcase .team-img img{
    width: 100%;
    height: auto;
}
.style58 .wdo-teamshowcase .social{
    width: 100%;
    height: 30%;
    background: rgba(243, 144, 77,0.7);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease 0s;
}
.style58 .wdo-teamshowcase:hover .social{
    height: 100%;
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
.style58 .wdo-teamshowcase .social ul{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.style58 .wdo-teamshowcase .social ul li{
    display: inline-block;
}
.style58 .wdo-teamshowcase .social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.style58 .wdo-teamshowcase .social ul li a:hover{
    background: #fff;
    color: #f3904d;
    text-decoration: none;
}
.style58 .wdo-teamshowcase .team-content{
    padding: 20px 0;
    background: #f5f7f8;
    color: #54478a;
}
.style58 .wdo-teamshowcase .team-title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    color: #54478a;
}
.style58 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    color: #999;
}
/* *************************** Style58 End ************************************ */

/* *************************** Style59 ************************************ */
.style59 .wdo-teamshowcase{
    text-align: center;
    background: #161616;
    border-radius: 353px 353px 0 0;
    transition: all 0.3s ease 0s;
}
.style59 .wdo-teamshowcase:hover{
    background: #816eda;
}
.style59 .wdo-teamshowcase .pic{
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.style59 .wdo-teamshowcase .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.style59 .wdo-teamshowcase:hover .pic:before{
    opacity: 0.5;
}
.style59 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
}
.style59 .wdo-teamshowcase .team-content{
    padding: 30px 0;
}
.style59 .wdo-teamshowcase .team-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.style59 .wdo-teamshowcase .post{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}
.style59 .wdo-teamshowcase .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.style59 .wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 10px;
}
.style59 .wdo-teamshowcase .social li:last-child{
    margin-right: 0;
}
.style59 .wdo-teamshowcase .social a{
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 16px;
    color: #404041;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}
.style59 .wdo-teamshowcase .social a:hover{
    background: #151515;
    color: #fff;
    text-decoration: none;
}
/* *************************** Style59 End ************************************ */


/* *************************** Style60 ************************************ */
.style60 .wdo-teamshowcase{
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.style60 .wdo-teamshowcase .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.style60 .wdo-teamshowcase:hover .pic{
    background: #17bebb;
    border-radius: 50%;
}
.style60 .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.style60 .wdo-teamshowcase .team-title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.style60 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    color: #17bebb;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.style60 .wdo-teamshowcase .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.style60 .wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 5px;
}
.style60 .wdo-teamshowcase .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.style60 .wdo-teamshowcase:hover .social li a{
    background: #17bebb;
    color: #fff;
}
.style60 .wdo-teamshowcase .social li a:hover{
    text-decoration: none;
}
/* *************************** Style60 End ************************************ */


/* *************************** Style61 ************************************ */
.style61 .wdo-teamshowcase{
    padding-bottom: 20px;
    text-align: center;
}
.style61 .wdo-teamshowcase .pic{
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #ff595e;
    padding: 70px 20px 30px;
    margin-bottom: 20px;
    position: relative;
}
.style61 .wdo-teamshowcase .description{
    font-size: 14px;
    color: #fff;
}
.style61 .wdo-teamshowcase .pic img{
    width: 101%;
    height: 101%;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: all 0.6s ease 0s;
}
.style61 .wdo-teamshowcase:hover .pic img{
    transform: rotate(-120deg);
    transform-origin: 95% 40% 0;
}
.style61 .wdo-teamshowcase .team-title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #7740ff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.style61 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.style61 .wdo-teamshowcase .post:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #eee;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.style61 .wdo-teamshowcase .social{
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}
.style61 .wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 5px;
}
.style61 .wdo-teamshowcase .social li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height:35px;
    background: #7740ff;
    font-size: 15px;
    color: #fff;
}
.style61 .wdo-teamshowcase .social li a:hover{
    background: #ff595e;
    text-decoration: none;
}
/* *************************** Style61 End ************************************ */


/* *************************** Style62 ************************************ */
.style62 .wdo-teamshowcase{ text-align: center; }
.style62 .wdo-teamshowcase .pic{
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.wdo-teamshowcase .pic:before,
.style62 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 100px 0 rgba(255, 255, 255, 0.01) inset, -100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -100px 0 rgba(255, 255, 255, 0.01) inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms linear 0s;
}
.style62 .wdo-teamshowcase .pic:after{
    transform: rotate(45deg);
}
.wdo-teamshowcase:hover .pic:after,
.style62 .wdo-teamshowcase:hover .pic:before{
    box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
}
.style62 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 300ms linear 0s;
}
.style62 .wdo-teamshowcase:hover .pic img{
    transform: scale(1.1);
}
.style62 .wdo-teamshowcase .team-title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #d33f49;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.style62 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
}
.style62 .wdo-teamshowcase .social{
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}
.style62 .wdo-teamshowcase .social li{
    display: inline-block;
    margin-right: 5px;
}
.style62 .wdo-teamshowcase .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0 15px 0 15px;
    background: #d33f49;
    font-size: 15px;
    color: #fff;
    transition: all 300ms linear 0s;
}
.style62 .wdo-teamshowcase .social li a:hover {
    text-decoration: none;
}
.style62 .wdo-teamshowcase:hover .social li a{
    border-radius: 15px 0 15px 0;
    background: #eca400;
}
/* *************************** Style62 End ************************************ */


/* *************************** Style63 ************************************ */
.style63 .wdo-teamshowcase{
    padding: 30px 0 40px;
    background: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.style63 .wdo-teamshowcase .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.style63 .wdo-teamshowcase .pic:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #ee4266;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.style63 .wdo-teamshowcase:hover .pic:before{ height: 100%; }
.style63 .wdo-teamshowcase .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ee4266;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.style63 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.style63 .wdo-teamshowcase:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.style63 .wdo-teamshowcase .team-content{ margin-bottom: 30px; }
.style63 .wdo-teamshowcase .team-title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.style63 .wdo-teamshowcase .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.style63 .wdo-teamshowcase .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #eb1768;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.style63 .wdo-teamshowcase:hover .social{ bottom: 0; }
.style63 .wdo-teamshowcase .social li{ display: inline-block; }
.style63 .wdo-teamshowcase .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.style63 .wdo-teamshowcase .social li a:hover{
    color: #eb1768;
    background: #f7f5ec;
    text-decoration: none;
}
/* *************************** Style63 End ************************************ */


/* *************************** Style64 ************************************ */
.style64 .wdo-teamshowcase .pic{
    border-top: 5px solid #ff8e72;
    border-bottom: 5px solid #ff8e72;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.style64 .wdo-teamshowcase:hover .pic{
    border-top-color: #8f2d56;
    border-bottom-color: #8f2d56;
    border-radius: 50% 0;
}
.style64 .wdo-teamshowcase .pic img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.style64 .wdo-teamshowcase .team-content{ padding: 20px 0; }
.style64 .wdo-teamshowcase .team-title{
    font-size: 22px;
    font-weight: 700;
    color: #8f2d56;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.style64 .wdo-teamshowcase .post{
    display: block;
    font-size: 17px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.style64 .wdo-teamshowcase .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.style64 .wdo-teamshowcase .social li{ display: inline-block; }
.style64 .wdo-teamshowcase .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #8f2d56;
    background: #fff;
    font-size: 17px;
    color: #8f2d56;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.style64 .wdo-teamshowcase .social li a:hover{
    text-decoration: none;
}
.style64 .wdo-teamshowcase:hover .social li a{
    background: #8f2d56;
    color: #fff;
}
/* *************************** Style64 End ************************************ */

/* Media Queries */

@media screen and (max-width: 990px){
    .team-showcase-container .style2 .wdo-teamshowcase,
    .team-showcase-container .style3 .wdo-teamshowcase,
    .team-showcase-container .style4 .wdo-teamshowcase,
    .team-showcase-container .style5 .wdo-teamshowcase,
    .team-showcase-container .style6 .wdo-teamshowcase,
    .team-showcase-container .style7 .wdo-teamshowcase,
    .team-showcase-container .style8 .wdo-teamshowcase,
    .team-showcase-container .style9 .wdo-teamshowcase,
    .team-showcase-container .style10 .wdo-teamshowcase,
    .team-showcase-container .style11 .wdo-teamshowcase,
    .team-showcase-container .style13 .wdo-teamshowcase,
    .team-showcase-container .style14 .wdo-teamshowcase,
    .team-showcase-container .style15 .wdo-teamshowcase,
    .team-showcase-container .style16 .wdo-teamshowcase,
    .team-showcase-container .style17 .wdo-teamshowcase,
    .team-showcase-container .style18 .wdo-teamshowcase,
    .team-showcase-container .style19 .wdo-teamshowcase,
    .team-showcase-container .style20 .wdo-teamshowcase,
    .team-showcase-container .style22 .wdo-teamshowcase,
    .team-showcase-container .style23 .wdo-teamshowcase,
    .team-showcase-container .style24 .wdo-teamshowcase,
    .team-showcase-container .style25 .wdo-teamshowcase,
    .team-showcase-container .style26 .wdo-teamshowcase,
    .team-showcase-container .style27 .wdo-teamshowcase,
    .team-showcase-container .style28 .wdo-teamshowcase,
    .team-showcase-container .style29 .wdo-teamshowcase,
    .team-showcase-container .style30 .wdo-teamshowcase,
    .team-showcase-container .style31 .wdo-teamshowcase,
    .team-showcase-container .style32 .wdo-teamshowcase,
    .team-showcase-container .style33 .wdo-teamshowcase,
    .team-showcase-container .style34 .wdo-teamshowcase,
    .team-showcase-container .style35 .wdo-teamshowcase,
    .team-showcase-container .style36 .wdo-teamshowcase,
    .team-showcase-container .style37 .wdo-teamshowcase,
    .team-showcase-container .style38 .wdo-teamshowcase,
    .team-showcase-container .style39 .wdo-teamshowcase,
    .team-showcase-container .style40 .wdo-teamshowcase,
    .team-showcase-container .style41 .wdo-teamshowcase,
    .team-showcase-container .style42 .wdo-teamshowcase,
    .team-showcase-container .style43 .wdo-teamshowcase,
    .team-showcase-container .style44 .wdo-teamshowcase,
    .team-showcase-container .style45 .wdo-teamshowcase,
    .team-showcase-container .style46 .wdo-teamshowcase,
    .team-showcase-container .style47 .wdo-teamshowcase,
    .team-showcase-container .style48 .wdo-teamshowcase,
    .team-showcase-container .style49 .wdo-teamshowcase,
    .team-showcase-container .style50 .wdo-teamshowcase,
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 990px) {
    .team-showcase-container .style12 .wdo-teamshowcase{
        width: 310px;
        margin: 0 auto 15px;
    }
    .team-showcase-container .style12 .wdo-teamshowcase .team-profile:before{
        border-right: 300px solid transparent;
    }
}
@media only screen and (max-width: 359px) {
    .team-showcase-container .style12 .wdo-teamshowcase{
        width: auto;
    }
}
@media screen and (max-width: 767px){
    .style21 .wdo-teamshowcase{
        margin-bottom: 15%;
    }
}

 @media only screen and (max-width: 767px){
    .style41 .wdo-teamshowcase .social{ left: -20px; }
}
 @media only screen and (max-width: 480px){
    .style41 .wdo-teamshowcase .social{ left: -20px; }
}

@media only screen and (max-width: 990px){
    .style47 .wdo-teamshowcase .team-content:before,
    .style47 .wdo-teamshowcase .team-content:after{
        height: 50px;
        top: -24px;
    }
    .style47 .wdo-teamshowcase .team-title:before,
    .style47 .wdo-teamshowcase .team-title:after{
        top: -85px;
        height: 102px;
    }
    .style47 .wdo-teamshowcase .team-title:before{
        left: 35%;
    }
    .style47 .wdo-teamshowcase .team-title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .style47 .wdo-teamshowcase .team-content:before,
    .style47 .wdo-teamshowcase .team-content:after{
        height: 75px;
    }
    .style47 .wdo-teamshowcase .team-content:before{
        transform: rotate(8deg);
    }
    .style47 .wdo-teamshowcase .team-content:after{
        transform: rotate(-8deg);
    }
    .style47 .wdo-teamshowcase .team-title:before,
    .style47 .wdo-teamshowcase .team-title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .style47 .wdo-teamshowcase .team-title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .style47 .wdo-teamshowcase .team-title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .style47 .wdo-teamshowcase .team-title:before,
    .style47 .wdo-teamshowcase .team-title:after{
        top: -83px;
    }
}
@media only screen and (max-width:800px){
    .style45 .wdo-teamshowcase{ margin-bottom: 80px; }
}
@media only screen and (max-width:767px){
    .style45 .wdo-teamshowcase{ margin-bottom: 60px; }
    .style45 .wdo-teamshowcase .layer:after{
        transform: skewX(-85deg);
    }
}
@media only screen and (max-width:479px){
    .style45 .wdo-teamshowcase:hover .social{ bottom: 28%; }
}
@media only screen and (max-width:990px){
    .style46 .wdo-teamshowcase{ margin-bottom: 80px; }
}
@media only screen and (max-width: 767px){
    .style56 .wdo-teamshowcase .social-icon{ right: 25px; }
    .style56 .wdo-teamshowcase .team-info{ bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .style56 .wdo-teamshowcase .team-info{ bottom: 65px; }
}

@media only screen and (max-width: 360px){
    .style57.team-content{ padding: 15% 15px 0; }
    .style57.wdo-teamshowcase .social li{ margin-right: 0; }
}
@media only screen and (max-width: 767px){
    .style61 .wdo-teamshowcase{ overflow: hidden; }
}

/* Media Queries End */

.wdo-teamshowcase{
    margin-bottom: 15px;
}

.wdo-teamshowcase .post-title{
  margin-top: 20px;
}
.wdo-teamshowcase a:hover{
  text-decoration: none;
}