* {
    box-sizing: border-box;
}


.wpm_6310_team_style_41_preview {
    display: block;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; 
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-family: 'Shanti';
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: .04em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(184, 184, 184, 0.29);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wpm_6310_team_style_41_preview_pic {
    position: relative;
    width: calc(100% - 10px);
    float: left;
    margin: 5px;
}

.wpm_6310_team_style_41_preview_pic_container {
    position: relative;
    width: 200px;
    height: auto;
    margin: 0 auto 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #007bff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.wpm_6310_team_style_41_preview_pic img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    transition-duration: 0.3s;
}

.wpm_6310_team_style_41_preview:hover  {
    transform: scale(1.02);
}
.wpm_6310_team_style_41_preview_profile-image-border {
    position: absolute;
    width: 104%;
    height: 104%;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: rotateBorder 4s infinite linear, blinkStars 2s infinite alternate;
    border-style: dotted dashed solid double;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkStars {
    0% {
        border-color: transparent;
    }
    100% {
        border-color: rgba(44, 95, 45, 1);
    }
}

.wpm_6310_team_style_41_preview_caption {
    margin: 10px;
    padding: 10px;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
    float: left;
    width: calc(100% - 20px);
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.05), rgba(51, 51, 51, 0.02));
    padding-bottom: 47px;
    transition: .5s;
}

.wpm_6310_team_style_41_preview_designation {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.wpm_6310_team_style_41_preview_title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(44, 95, 45);
    line-height: 26px;
    text-transform: uppercase;
}
.wpm_6310_team_style_41_preview_description {
    color: rgb(71, 71, 71);
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 100%;
}
.wpm_6310_team_style_41_preview:hover .wpm_6310_team_style_41_preview_description{
    color: #000;
}

.wpm_6310_team_style_41_preview_title, .wpm_6310_team_style_41_preview_designation {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.wpm_6310_team_style_41_preview:hover .wpm_6310_team_style_41_preview_title, .wpm_6310_team_style_41_preview:hover .wpm_6310_team_style_41_preview_designation, .wpm_6310_team_style_10:hover .wpm_6310_team_style_10_title {
    color: green;
}
.wpm_6310_team_style_41_preview_social-wrapper{
    float: left;
    width: 100%;
    position: relative;   
}
.wpm_6310_team_style_41_preview:hover .wpm-custom-fields-list-label-31-preview{
    color: #000;
}
.wpm_6310_team_style_41_preview:hover .wpm-custom-fields-list-content-31-preview{
    color: green;
}


ul.wpm_6310_team_style_41_preview_social {
    padding-top: 6px;
    margin: 0;
    list-style: none;
    text-align: center;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.3));
    transform: translateY(100px);
    transition: 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.wpm_6310_team_style_41_preview:hover ul.wpm_6310_team_style_41_preview_social{
    transform: translateY(0);
}

ul.wpm_6310_team_style_41_preview_social li {
    display: inline-block;
    margin-right: 8px;
}

ul.wpm_6310_team_style_41_preview_social li:last-child {
    margin-right: 0;
}

ul.wpm_6310_team_style_41_preview_social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #aaa;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

ul.wpm_6310_team_style_41_preview_social li a:hover {
    background: #fff;
    color: #d4434d
}

 /* Bubbles animation */
 .wpm_6310_team_style_41_preview_bubbles {
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.wpm_6310_team_style_41_preview_bubble {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: floatBubble 4s infinite ease-in-out, moveBubble 15s infinite linear;
}

@keyframes floatBubble {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moveBubble {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}
.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
    }
}

/* temp 42 */
.wpm_6310_team_style_42_divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wpm_6310_team_style_42_divider svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}
.wpm_6310_team_style_42_divider .shape-fill {
    fill: #FFFFFF;
}
.wpm_6310_team_style_42_image_wrapper{
    float: left;
    width: 100%;
    position: relative;
}
.wpm_6310_team_style_42_quote_icon{
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 35px;
}
.wpm_6310_team_style_42_bottom_section{
    border-top: 1px solid lightgray;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,.03);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wpm-custom-fields-list-42 {
    text-align: left !important;
}
.wpm-custom-fields-42 {
    margin-bottom: 10px;
}

.wpm_6310_team_style_42_top-section{
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.wpm-6310-col-3:nth-child(1) .wpm_6310_team_style_42_quote-icon i,
.wpm-6310-col-3:nth-child(1) .wpm_6310_team_style_42_title,
.wpm-6310-col-3:nth-child(1) .wpm_6310_team_style_42{
    color: green;
    border-bottom-color: green;
}
.wpm-6310-col-3:nth-child(2) .wpm_6310_team_style_42_quote-icon i,
.wpm-6310-col-3:nth-child(2) .wpm_6310_team_style_42_title,
.wpm-6310-col-3:nth-child(2) .wpm_6310_team_style_42{
    color: red;
    border-bottom-color: red;
}
.wpm-6310-col-3:nth-child(3) .wpm_6310_team_style_42_quote-icon i,
.wpm-6310-col-3:nth-child(3) .wpm_6310_team_style_42_title,
.wpm-6310-col-3:nth-child(3) .wpm_6310_team_style_42{
    color: #097bf5;
    border-bottom-color: #097bf5;
}





.wpm_6310_team_style_42 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Shanti';
    cursor: pointer;
    letter-spacing: .04em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 4px solid;
    border-radius: 8px;
 }
 .wpm_6310_team_style_42 img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
 }
 .wpm_6310_team_style_42_caption{
    background: #FFF;
    /* padding: 15px 10px 10px; */
    text-align: center;
    float: left;
    width: 100%;
 }
 .wpm_6310_team_style_42_designation{
    font-size: 14px;
    font-weight: 100;
    color: #989898;
    line-height: 20px;
 }
 .wpm_6310_team_style_42_title{
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    line-height: 26px;
    text-transform: uppercase;
 }
 
 .wpm_6310_team_style_42_title, .wpm_6310_team_style_42_designation{
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
 }
 .wpm_6310_team_style_42:hover .wpm_6310_team_style_42_title,
 .wpm_6310_team_style_42:hover .wpm_6310_team_style_42_designation,
 .wpm_6310_team_style_10:hover .wpm_6310_team_style_10_title {
    color: green;
 }
 ul.wpm_6310_team_style_42_social{
    padding: 0;
    margin: 20px 0 20px;
    list-style: none;
    text-align: left;
    float: left;
 }
 ul.wpm_6310_team_style_42_social li{
    display: inline-block;
    margin-right: 8px;
    text-align: center;
 }
 ul.wpm_6310_team_style_42_social li:last-child{
    margin-right: 0;
 }
 
 ul.wpm_6310_team_style_42_social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #aaa;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
 }
 ul.wpm_6310_team_style_42_social li a:hover{
    background: #fff;
    color: #d4434d
 }
 .wpm_6310_team_style_42:hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
 }
.wpm_6310_team_style_42_description{
    text-align: left !important;
}

/* temp 43 */

.wpm_6310_team_style_43 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Shanti';
    cursor: pointer;
    letter-spacing: .04em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
 }
 .wpm_6310_team_style_43 img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
 }
 .wpm_6310_team_style_43_caption{
    /* background: #FFF; */
    padding: 15px 10px 10px;
    text-align: center;
    float: left;
    width: 100%;
 }
 .wpm_6310_team_style_43_designation{
    font-size: 14px;
    font-weight: 100;
    color: #989898;
    line-height: 20px;
 }
 .wpm_6310_team_style_43_title{
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px;
    line-height: 26px;
    text-transform: uppercase;
 }
 
 .wpm_6310_team_style_43_title, .wpm_6310_team_style_43_designation{
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
 }
 .wpm_6310_team_style_43:hover .wpm_6310_team_style_43_title,
 .wpm_6310_team_style_43:hover .wpm_6310_team_style_43_designation,
 .wpm_6310_team_style_10:hover .wpm_6310_team_style_10_title {
    color: green;
 }
 ul.wpm_6310_team_style_43_social{
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
 }
 ul.wpm_6310_team_style_43_social li{
    display: inline-block;
    margin-right: 8px;
 }
 ul.wpm_6310_team_style_43_social li:last-child{
    margin-right: 0;
 }
 
 ul.wpm_6310_team_style_43_social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #aaa;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
 }
 ul.wpm_6310_team_style_43_social li a:hover{
    background: #fff;
    color: #d4434d
 }

/* ********************** */
.wpm_6310_team_style_43_custom_box_margin {
    margin: 5px;
    float: left;
    width: calc(100% - 10px);
    display: flex;
}
 .wpm_6310_team_style_43_custom_box_margin > .wpm-6310-col-4:nth-child(even) .wpm_6310_team_style_43 {
    display: flex !important;
    flex-direction: column-reverse;
}
.wpm_6310_team_style_43_custom_box_margin > .wpm-6310-col-4:nth-child(even) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption {
   margin-bottom: 5px;
}
.wpm_6310_team_style_43_custom_box_margin > .wpm-6310-col-4:nth-child(odd) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption {
   margin-top: 5px;
}

.wpm_6310_team_style_43_custom_box_margin > .wpm-6310-col-4:nth-child(odd) .wpm_6310_team_style_43 {
    display: block !important;
}

.wpm-6310-col-4.custom-margin-temp-43 {
    margin: 0;
    width: calc(26% - 10px);
    margin-right: 5px;
}

.wpm-6310-col-4:nth-child(4).custom-margin-temp-43{

    margin: 0;
    margin-right: 0;
    width: 25%;
}

.wpm-6310-col-4:nth-child(1) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption{
    background: #F9D142 !important;
}
.wpm-6310-col-4:nth-child(2) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption{
    background: #8bc34a !important;
}
.wpm-6310-col-4:nth-child(3) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption{
    background: #EC8B5E !important;
}
.wpm-6310-col-4:nth-child(4) .wpm_6310_team_style_43 .wpm_6310_team_style_43_caption{
    background: #8BD8BD !important;
}
.wpm_6310_team_style_43_designation {
    color: #3c3c3c;
}