.wpm_6310_team_style_21{
    text-align: center;
    cursor: pointer;
    float: left;
    width:calc(100% - 10px);
    position:relative;
    border-top:5px white solid;
    border-right:5px white solid;
    border-left:5px white solid;
    transition: all 0.3s ease 0s;
}
.wpm_6310_team_style_21:hover{
    border-top:5px brown solid;
    border-right:5px brown solid;
    border-left:5px brown solid;
}
.wpm_6310_team_style_21_pic{
    padding: 30px 20px 0;
    position:relative;
    border-top:2px bisque solid;
    border-right:2px bisque solid;
    border-left:2px bisque solid;

}
.wpm_6310_team_style_21_pic img{
    width: 100%;
    height: auto;
}

.wpm_6310_team_style_21_team_content{
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
    float: left;
}
.wpm_6310_team_style_21:hover .wpm_6310_team_style_21_team_content{
    background: brown;
}
.wpm_6310_team_style_21_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;
}
.wpm_6310_team_style_21:hover .wpm_6310_team_style_21_team_content:before{
    width: 100%;
    background: brown;
    color: brown;
    text-align:left;

}
.wpm_6310_team_style_21_title{
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #fff;
    text-transform: uppercase;
}
.wpm_6310_team_style_21:hover .wpm_6310_team_style_21_title {
    color: rgb(236, 230, 149);
}
.wpm_6310_team_style_21_designation{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wpm_6310_team_style_21:hover .wpm_6310_team_style_21_designation {
    color: black;
}
ul.wpm_6310_team_style_21_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;
}
.wpm_6310_team_style_21:hover ul.wpm_6310_team_style_21_social{
    transform: scale(1);
}
ul.wpm_6310_team_style_21_social li{
    display:inline-block;
}
ul.wpm_6310_team_style_21_social li a{
    display:inline-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-in-out 0s;
}
ul.wpm_6310_team_style_21_social li a:hover{
    color: #fff;
}
ul.wpm_6310_team_style_21_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;
}
ul.wpm_6310_team_style_21_social li:hover a:before{
    background: #333;
    color: #fff;
    transform: rotate(-45deg);
}

/*=========================style-22======================== */

.wpm_6310_team_style_22{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    position:relative;
}
.wpm_6310_team_style_22_pic {
    overflow:hidden;
    position:relative;
    float: left;
    width: 100%;
}
.wpm_6310_team_style_22_pic img{
    vertical-align: middle;
    height:auto;
    width: 100%
}
ul.wpm_6310_team_style_22_social{
    width:100%;
    position: absolute;
    top:50%;
    left: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    background: rgba(243, 144, 77,0.7);
}
.wpm_6310_team_style_22:hover ul.wpm_6310_team_style_22_social{
    padding:100% 0;
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
ul.wpm_6310_team_style_22_social lu{
    padding: 0;
    margin: 0;
    width: 100%;
    top: 45%;
    left: 0;
}
ul.wpm_6310_team_style_22_social li{
    display:inline-block;
    margin-right: 8px;
}
ul.wpm_6310_team_style_22_social li:last-child{
    margin-right: 0px;
}
ul.wpm_6310_team_style_22_social li a{
    display:inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
}

.wpm_6310_team_style_22_team_content{
    padding:15px;
    background: #FFF;
    float: left;
}
.wpm_6310_team_style_22_title{
    color: #3333ff;
    font-size: 28px;
    margin-bottom: 10px;
}
.wpm_6310_team_style_22_designation{
    color: #009900;
    font-size:15px;
    padding-top:5px;
    margin-bottom: 10px;
}
.wpm_6310_team_style_22:hover .wpm_6310_team_style_22_title{
    color:#cc0033;
}
.wpm_6310_team_style_22:hover .wpm_6310_team_style_22_designation{
    color:gray;
}
.wpm_6310_team_style_22_description{
    color: #660066;
    font-size: 14px;

}

/*=========================style-23======================== */
.wpm_6310_team_style_23{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    position:relative;
    overflow: hidden;

}
.wpm_6310_team_style_23 img{
    width: 100%;
    height: auto;
    float: left;
}
.wpm_6310_team_style_23_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;
}
.wpm_6310_team_style_23:hover .wpm_6310_team_style_23_team_content{
    padding-bottom: 40px;
}
.wpm_6310_team_style_23_team_content:before,
.wpm_6310_team_style_23_team_content:after{
    content: '';
    width: 60%;
    height: 50px;
    background: #3f2b4f;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}
.wpm_6310_team_style_23_team_content:before{
    left: -3%;
}
.wpm_6310_team_style_23_team_content:after{
    right: -3%;
    transform: rotate(-15deg);
}
.wpm_6310_team_style_23_title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
    color: #fff;
}

.wpm_6310_team_style_23_designation{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
ul.wpm_6310_team_style_23_social{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_23:hover ul.wpm_6310_team_style_23_social{
    bottom: 0;
}
ul.wpm_6310_team_style_23_social li{
    display: inline-block;
    margin-right:8px;
}
ul.wpm_6310_team_style_23_social li:last-child {
    margin-right: 0;
}
ul.wpm_6310_team_style_23_social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}

/*=========================style-24======================== */
.wpm_6310_team_style_24{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.wpm_6310_team_style_24:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(43, 193, 234, 0.6);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_24:hover:after {
    top: 0;
    opacity: 1;
}

.wpm_6310_team_style_24  img{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}
ul.wpm_6310_team_style_24_social{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%) rotate(-8deg);
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_24:hover ul.wpm_6310_team_style_24_social {
    top: 40%;
}
ul.wpm_6310_team_style_24_social li{
    display: inline-block;
    margin-right: 8px;
}
ul.wpm_6310_team_style_24_social li:last-child{
    margin-right: 0px;
}
ul.wpm_6310_team_style_24_social li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    margin: 0 5px;
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_24_team_content{
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1;
    border-bottom:3px solid #db0041;
}
.wpm_6310_team_style_24:hover .wpm_6310_team_style_24_team_content{
    background: #f9f9f9;
}
.wpm_6310_team_style_24_team_content:before {
    content: '';
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -60px;
    left: 0;
}
.wpm_6310_team_style_24:hover .wpm_6310_team_style_24_team_content:before {
    border-right-color: #f9f9f9;
}
.wpm_6310_team_style_24_team_content:after {
    content: '';
    width: 3px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #db0041;
    transform: translateY(-50%);
}
.wpm_6310_team_style_24_title{
    font-size: 18px;
    color: #333;
    margin: 0;
}

.wpm_6310_team_style_24_designation {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

/*=========================style-25======================== */

.wpm_6310_team_style_25{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.wpm_6310_team_style_25:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.wpm_6310_team_style_25 img{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.wpm_6310_team_style_25:hover img {
    opacity: 0.5;
}
ul.wpm_6310_team_style_25_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;
}
.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social {
    opacity: 1;
}
ul.wpm_6310_team_style_25_social li{
    display: block;
    margin: 0
}
ul.wpm_6310_team_style_25_social li:last-child{
    margin:0px;
}
ul.wpm_6310_team_style_25_social li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social li:nth-child(1) a {
    transition-delay: 0.3s;
}

.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social li:nth-child(2) a {
    transition-delay: 0.2s
}

.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social li:nth-child(3) a {
    transition-delay: 0.1s;
}

.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social li:nth-child(4) a {
    transition-delay: 0s;
}

.wpm_6310_team_style_25:hover ul.wpm_6310_team_style_25_social li a {
    transform: translate(0, 0)
}
.wpm_6310_team_style_25 ul.wpm_6310_team_style_25_social li a:hover {
    width: 40px;
    background: #f2545b;
    transition-delay: 0s;
}
.wpm_6310_team_style_25_team_content{
    color: #000;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
    text-align: left !important;
}
.wpm_6310_team_style_25:hover .wpm_6310_team_style_25_team_content {
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.wpm_6310_team_style_25_title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
}

.wpm_6310_team_style_25_designation {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
}

/*=========================style-26======================== */

.wpm_6310_team_style_26{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wpm_6310_team_style_26 img{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}
ul.wpm_6310_team_style_26_social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_26:hover ul.wpm_6310_team_style_26_social{
    transform: translateY(50%);
    opacity: 1;
}
ul.wpm_6310_team_style_26_social li{
    display:inline-block;
    margin-right: 8px;

}
ul.wpm_6310_team_style_26_social li:last-child{
    margin-right: 0px;
}
ul.wpm_6310_team_style_26_social li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_26 .wpm_6310_team_style_26_team_content{
    width:calc(100% - 0.01em);
    height: auto;
    background: #EDE0C0;
    border-left: 0.5em solid #FF664C;
    padding: 27px 0;
    box-shadow: 0 15px 25px 0 rgba(3, 7, 15, 0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.wpm_6310_team_style_26:hover .wpm_6310_team_style_26_team_content{
    background: #603447 !important;
    padding-top: 10px !important;
    bottom: 0;
    padding-bottom: 53px;
}
.wpm_6310_team_style_26_title{
    font-size: 20px;
    font-weight: 700;
    color: #5e3448;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.wpm_6310_team_style_26:hover .wpm_6310_team_style_26_title {
    color: #ecdfbd;
    margin-bottom: 10px;
}
.wpm_6310_team_style_26_designation {
    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;
}
.wpm_6310_team_style_26:hover .wpm_6310_team_style_26_designation {
    height: 25px;
    opacity: 1;
    transform: scale(1);
}


/*=========================style-27======================== */

.wpm_6310_team_style_27{
    text-align: center;
    float: left;
    cursor: pointer;
    width: 100%;
    position:relative;
}
.wpm_6310_team_style_27 img{
    width: 100%;
    height: auto;
    float: left;
}
.wpm_6310_team_style_27_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;
}
.wpm_6310_team_style_27:hover .wpm_6310_team_style_27_social{
    background-color: rgb(203, 86, 93);
    opacity: 1;
    bottom: 95px;
}
.wpm_6310_team_style_27_social li{
    display: inline-block;
    margin-right: 10px;
}
.wpm_6310_team_style_27_social li:last-child{
    margin-right:0;
}
.wpm_6310_team_style_27_social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}

.wpm_6310_team_style_27_team_content{
    width: 100%;
    background: #cb565d;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wpm_6310_team_style_27_title{
    font-size: 24px;
    margin-top: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.wpm_6310_team_style_27_designation{
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

/*=========================style-28======================== */

.wpm_6310_team_style_28{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wpm_6310_team_style_28_pic{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom;
    transition: .5s;
    transform: translateY(0px) rotateX(0deg);
}
.wpm_6310_team_style_28:hover .wpm_6310_team_style_28_pic{
    transform: translateY(-100%) rotateX(90deg);
}
.wpm_6310_team_style_28_pic img{
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}


.wpm_6310_team_style_28_team_content{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(216, 52, 60);
    transform-origin: top;
    transition: .5s;
    box-sizing: border-box;
    padding: 20px;
    transform: translateY(100%) rotateX(-90deg);
}

.wpm_6310_team_style_28:hover .wpm_6310_team_style_28_team_content{
    transform: translateY(0) rotateX(0deg);
}
.wpm_6310_team_style_28_box_content{
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform:translateY(-50%)
}
.wpm_6310_team_style_28_title{
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 25px;
    font-size: 20px;
    text-transform: uppercase;
}
.wpm_6310_team_style_28_designation{
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}

ul.wpm_6310_team_style_28_social{
    margin: 0;
    padding:20px 30px;
    box-sizing: border-box;
    list-style: none;

}

ul.wpm_6310_team_style_28_social li{
    display:inline-block;
    margin-right:8px;
}
ul.wpm_6310_team_style_28_social li:last-child{
    margin-right:0px;
}
ul.wpm_6310_team_style_28_social li a{

    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    -webkit-transition: all 0.2s 0.0s;
}

/*=========================style-29======================== */

.wpm_6310_team_style_29{
    text-align: center;
    cursor: pointer;
    float: left;
    width:calc(100% - 10px);
    border:5px #009999 solid;
    position:relative;
    overflow: hidden;
    background: #009999;
}
.wpm_6310_team_style_29_pic{
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}
.wpm_6310_team_style_29_pic:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 0 #61b6ac inset;
    opacity: 0.5;
    transition: all 1s ease-in-out 0s;
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_pic:before {
    box-shadow: 0 0 0 400px #61b6ac inset;
}
.wpm_6310_team_style_29_pic img{
    width: 100%;
    height: auto;
    float: left;
}
.wpm_6310_team_style_29_social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
}
.wpm_6310_team_style_29_social li{
    display: inline-block;
    margin-right: 10px;
    transform: scale(0,0);
    transition: all 0.7s ease-in-out 0s;
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_social li:nth-child(1){
    transition-delay: 0.1s;
    transform: scale(1,1);
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_social li:nth-child(2){
    transition-delay: 0.2s;
    transform: scale(1,1);
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_social li:nth-child(3){
    transform: scale(1,1);
    transition-delay: 0.3s;
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_social li:nth-child(4){
    transition-delay: 0.4s;
    transform: scale(1,1);
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_social li:nth-child(5){
    transition-delay: 0.5s;
    transform: scale(1,1);
}
.wpm_6310_team_style_29_social li:last-child{
    margin-right:0;
}
.wpm_6310_team_style_29_social li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}

.wpm_6310_team_style_29_title{
    font-size: 22px;
    font-weight: bold;
    color: #283a44;
    text-transform: capitalize;
    margin-top: 10px;
    transition-duration: 0.3s;
}
.wpm_6310_team_style_29_designation{
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0;
    text-transform: capitalize;
    transition-duration: 0.3s;
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_title {
    color: #fff;
}
.wpm_6310_team_style_29:hover .wpm_6310_team_style_29_designation {
    color: #61b6ac;
}

/*=========================style-30======================== */
.wpm_6310_team_style_30{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background:#000;
}
.wpm_6310_team_style_30_pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.wpm_6310_team_style_30_pic img{
    width: 100%;
    height: 100%;
    float: left;
    transition: .5s;
}
.wpm_6310_team_style_30:hover .wpm_6310_team_style_30_pic img{
    opacity: .5;
    transform: translateX(30%);
}
.wpm_6310_team_style_30_team_content{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: #ffc107;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotatey(-90deg);

}
.wpm_6310_team_style_30:hover .wpm_6310_team_style_30_team_content{
    transform: perspective(2000px) rotatey(0deg);
}
.wpm_6310_team_style_30_box_content{
    padding: 30px 10px;
    background: #fff;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.wpm_6310_team_style_30_title{
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.wpm_6310_team_style_30_designation{
    color: #262626;
    line-height: 30px;
    font-size: 14px;
}
.wpm_6310_team_style_30_description{
    margin: 10px 0;
    padding: 0px;
    font-size:14px;
    line-height: 20px;
    color: #262626;
}

ul.wpm_6310_team_style_30_social{
    margin: 0;
    padding: 0;
    list-style: none;

}

ul.wpm_6310_team_style_30_social li{
    display:inline-block;
    margin: 5px 20px 0 0;
}
ul.wpm_6310_team_style_30_social li:last-child{
    margin-right:0px;
}
ul.wpm_6310_team_style_30_social li a{

    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-transition: all 0.2s 0.0s;
    transition: all 0.2s 0.0s;
}

.wpm_6310_member_skills_wrapper_ {
	width: 100%;
	float: left!important;
	text-align: left!important
}
.wpm_6310_skills_label_ {
   font-size: 13px;
   text-transform: capitalize;
   color: #262338;
   font-weight: 400;
   font-family: Shanti;
   line-height: 18px;
   margin-bottom: 2px;
   text-align: left;
   display: block;
   font-style: italic;
}
.wpm_6310_skills_prog_ {
   overflow: hidden;
   height: 10px;
   margin-bottom: 6px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -o-border-radius: 10px;
   border: 1px solid #268fff;
   background-color: rgb(255, 255, 255);
   box-shadow: none;
   -o-box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-sizing: content-box;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
 
 }
 .wpm_6310_fill_ {
   float: left;
   background-color: #268fff;
   height: 100%;
   background-size: 20px 20px;
   background-image: linear-gradient(135deg, #097bf5  25%, transparent 25%,
       transparent 50%, #097bf5  50%, #097bf5  75%,
       transparent 75%, transparent); 
       
 } 
 .fill--1-{animation:mymove--1- 3s linear infinite}@keyframes mymove--1-{0%{background-position:0 0}100%{background-position:60px 0}}.fill--2-{animation:mymove--2- 3s linear infinite}@keyframes mymove--2-{0%{background-position:0 0}100%{background-position:60px 0}}.fill--3-{animation:mymove--3- 3s linear infinite}@keyframes mymove--3-{0%{background-position:0 0}100%{background-position:60px 0}}
