--------------------------------------------------------------- 
[Table of contents]
[ DEFULT INDEX NUMBER ]
# plugin css
# default
# style-2
# style-3
# style-4
# responsive
-------------------------------------------------------------------*/
/**
 * =======================
 * # plugin css
 * =======================
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');
body {font-family: 'Poppins';font-weight: 400}
.evdpl_mem_single-member img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    outline: none;
    max-width: 100%;
    height: auto;
}
.evdpl_mem_single-member ul.social-links {
    margin: 0;
    padding: 0;
}
.evdpl_mem_single-member ul.social-links li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}
.evdpl_mem_single-member ul.social-links li a {
    display: block;
    text-decoration: none;
    opacity: 1;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;   
}
body .content-area .evdpl-team-default-item.hentry:before,
body .content-area .evdpl-team-default-item.hentry:after {
    display: none;
}
body .content-area .evdpl-team-default-item.hentry {
    border: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
body .evdpl-team-members .evdpl_team_members.hentry {
    margin-bottom: 30px;
    padding: 0px 10px;
}
/**
 * =======================
 * # default templates
 * =======================
 */
.team-item {
    background-size: cover;
    background-position: 50%;
    text-align: center;
    padding: 0 0 20px;
    -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
.team-item .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}
.team-item .image blockquote {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    border-left: 0px;
    background-color: transparent;
    color: #fff;
    padding: 20px;
}
blockquote:before {
    font-family: "Flaticon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f102";
    position: absolute;
    top: -40px;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
}
.team-item .image:after {
    content: "";
    display: block;
    padding-bottom: 85%;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.8s ease;
}
.page:not(.woocommerce-page) .blog-post .section-text .evdpl-team-members .team-item h5,
body .evdpl-team-members .team-item h5 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.team-item .mem-designation  {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal;
}
.team-item .social-buttons {
    font-size: 1.3em;
    margin: 20px 0 0;
}
.team-item ul.social-links li a {
    color: #444;
    opacity: .4;
    margin: 0 10px;
}
.team-item ul.social-links li a:hover {
    opacity: .7;    
}
.team-item:hover .image blockquote {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.team-item:hover .image:after {
    background: rgba(37,42,49,.7);
}
body .evdpl-team-members-templates-default .team-item h5 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px!important;
}
.evdpl-team-members-templates-default .team-item h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 40px;
    height: 3px;
    margin: 0 auto;
    display: inline-block;
    background: red;
    transition: .3s;
}
.evdpl-team-members-templates-default .team-item:hover h5:after {
    width: 50px;
}
/**
 * =======================
 * # Template One 
 * =======================
 */
.evdpl-templates-one.evdpl_mem_single-member {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
    box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
.evdpl-templates-one .person_image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.evdpl-templates-two .person_image img {
    filter: grayscale(1);
    transition: filter .4s ease;
}
.evdpl-templates-one .person-info {
    text-align: center;
    padding: 0px 30px 27px;
}
.evdpl-templates-one .person-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.evdpl-templates-one .person-info h5 a {
    text-decoration: none;
    color: #333;
}
.evdpl-templates-one .person-info .designation {
    opacity: 0.7;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal;
}
.evdpl-templates-one .person-info .evdpl-bio {
    margin-top: 15px;
}
.evdpl-templates-one .person-info .evdpl-bio p {
    font-size: 16px;
    line-height: 26px;
}
.evdpl-templates-one .person-info .evdpl-bio p:last-child {
    margin: 0;
}
.evdpl-templates-one .social-buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(238, 238, 238, 0.71);
}
.evdpl-templates-one .social-buttons ul.social-links li {
    padding: 0 12px;
}
.evdpl-templates-one .social-buttons ul.social-links li:not(:last-child) {
    border-right: 1px solid #e8e8e8;
} 
.evdpl-templates-one .social-buttons ul.social-links li a {
    color: #333;
    opacity: 1;
    transition: .3s;
}
.evdpl-templates-two .person_image:hover img {
    filter: none;
    transition: filter .4s ease;
}
.evdpl-templates-one .social-buttons ul.social-links li a:hover {
    color: #49cc84;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}
/**
 * =======================
 * # Template two
 * =======================
 */
.evdpl-templates-two.evdpl_mem_single-member {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.6s ease;      
}
.evdpl-templates-two .person_image {
    position: relative;
    overflow: hidden;
    background-color: #31354c;
}
.evdpl-templates-two .person_image_wrapper {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}
.evdpl-templates-two .social-buttons {}
.evdpl-templates-two .social-buttons ul.social-links {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;    
}
.evdpl-templates-two .social-buttons ul li a,.evdpl-templates-three ul.social-links li a ,.evdpl-templates-four .social-buttons ul li a{
    color: #fff;
    opacity: 1;
    background-color: #49cc84 ;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.6s ease;  
    border-radius: 50%;
    margin: 0 5px 3px;
}
.evdpl-templates-two .person-info {
    border: 1px solid #f0f1f2;
    border-top: none;
    padding: 22px 30px;
    text-align: center;
}
.evdpl-templates-two .person-info .evdpl-heading {
    position: relative;
    margin-bottom: 10px;
}
.evdpl-templates-two .person-info .evdpl-heading h3 {
    font-size: 22px;
    line-height: 22px;  
    font-weight: 600;
    color: #333;
    margin-top: 0px;
}
.evdpl-templates-two .person-info .evdpl-heading .designation {
    font-size: 14px;
    font-weight: normal;
}

.evdpl-templates-two .person-info .evdpl-location {
    margin-bottom: 10px;
}
.evdpl-templates-two .person-info .evdpl-location i {
    margin-right: 3px;
    color: #7e7f80;
}
.evdpl-templates-two .person-info .evdpl-location i:before {
    font-size: 13px;
}
.evdpl-templates-two .person-info .tags,
.evdpl-templates-two .person-info .evdpl-description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #7e7f80;
}
.evdpl-templates-two .person-info .evdpl-description p {
    margin-bottom: 0!important;
    font-size: 16px;
    line-height: 26px;
}
.evdpl-templates-two .person-info .tags p {
    margin-bottom: 0px;
}
.evdpl-templates-two .person_image_wrapper:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);  
    outline: none;  
}
.evdpl-templates-two.evdpl_mem_single-member:hover .social-buttons ul.social-links {
    visibility: visible;
    opacity: 1;
}
.evdpl-templates-two .social-buttons ul li a:hover {
    color: #49cc84 ;
    background-color: #fff;
}
/**
 * =======================
 * # Template three
 * =======================
 */
.evdpl-templates-three.evdpl_mem_single-member {
    overflow: hidden;
    border-radius: 10px;
    background: #e9e9e9;
    padding: 14px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.evdpl-templates-three .person_image {
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.evdpl-templates-three .person_image img {}
.evdpl-templates-three .person-info {
    padding:20px 20px;
}
.evdpl-templates-three .person-info .evdpl-heading {
    margin-top: 0;
    font-size: 14px;
    
    position: relative;}
.evdpl-templates-three .person-info .evdpl-heading .evdpl-name {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
        display: block;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.evdpl-templates-three .person-info .evdpl-heading .designation {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal; 
    color: #777;
            display: block;
    padding: 0;
}
.evdpl-templates-three .person-info .evdpl-heading span.evdpl-name a {
    color: #000;
}


.evdpl-templates-three ul.social-links li a {
    padding: 0;
    line-height: 10px;
    background: transparent;
    color: #797979;
    margin: 24px 10px 0;
    width: auto;
}
.evdpl-templates-three ul.social-links li a i:before {
    font-size: 20px;
}
.evdpl-templates-three .evdpl-skills {
    font-size: 11px;
    font-weight: 600;
}
.evdpl-skills .b_label{
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 5px!important;
}
.evdpl-skills .bar_label_max,
.evdpl-skills .bar_label_min {
    display: none;
    margin: 0!important;
}

/* Bar JS CSS */
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}
body .bar_group__bar.thin::before {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #E4E4E4;
}
body .bar_group__bar.thin {
  width: 0%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 10px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
body .bar_group__bar.thick::before {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #E4E4E4;
}
body .bar_group__bar.thick {
  width: 0%;
  height: 12px;
  border-radius: 6px;
  background: red;
  margin-bottom: 10px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
body .bar_group {
  position: relative;
}
body .bar_group .elastic {
  background: #49cc84 ;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.25, 0.375, 1.335);
          transition-timing-function: cubic-bezier(0.5, 0.25, 0.375, 1.335);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
          margin-bottom: 5px;
    padding-left: 8px;
}
body .bar_group__bar .n_bg:before {
  display: none !important;
}
@-webkit-keyframes one {
  from {
    height: 0;
  }
  to {
    height: 20px;
  }
}
@keyframes one {
  from {
    height: 0;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes two {
  from {
    height: 0;
  }
  to {
    height: 36px;
  }
}
@keyframes two {
  from {
    height: 0;
  }
  to {
    height: 36px;
  }
}
@-webkit-keyframes three {
  from {
    height: 0;
  }
  to {
    height: 56px;
  }
}
@keyframes three {
  from {
    height: 0;
  }
  to {
    height: 56px;
  }
}
/**
 * =======================
 * # responsive
 * =======================
 */
@media only screen and (max-width: 991px) {
    .evdpl-templates-three .person-info {
        margin-top: 15px;
    }
}
/*skin one*/
.evdpl-team-members-templates-one .person_image_wrapper{height: 400px}
.evdpl-team-members-templates-one .person_image_wrapper img{height: 100%;object-fit: cover;}
/*.evdpl-templates-one .person-info h5{margin-top: -75px!important ;background: #49cc84!important;padding: 10px 30px;position: absolute;right: 0}*/
.evdpl-templates-one .person-info{position: relative;}
.evdpl-templates-one .person-info .evdpl-bio {margin-top: 0;}
.evdpl-templates-one .person-info h5 a{color: #49cc84}
.evdpl-templates-one .social-buttons{border-top: 0;padding-top: 10px}
.evdpl-templates-one .social-buttons ul.social-links li:not(:last-child){border-right: 0}
.evdpl-templates-one .social-buttons ul.social-links li a{padding: 7px;border-radius: 50%;background: #49cc84;width: 40px;height: 40px;color: #fff;    border: 1px solid #49cc84;}
.evdpl-templates-one .social-buttons ul.social-links li{padding: 0 8px}
.evdpl-templates-one .social-buttons ul.social-links li a:hover {color: #49cc84;background: #fff;}
.evdpl-templates-one .person-info .designation{color: #49cc84;font-weight: 600;margin: -10px 0 10px;display: block;}
.evdpl-team-members-templates-one .evdpl_mem_col-md-3 .person_image_wrapper ,.evdpl-templates-two .evdpl_mem_col-md-3 .person_image_wrapper{height: 280px;}
.evdpl-templates-one.evdpl_mem_single-member,.evdpl-team-one-item .evdpl_mem_single-member{height: 100%}
.evdpl_mem_row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;flex-wrap: wrap;}
/*skin two*/
/* .evdpl-team-members-templates-two  .evdpl-templates-two-member{height: 100%;border: 0;box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2)} */
.evdpl-team-members-templates-two .evdpl-templates-two .person-info{border: 0}
.evdpl-templates-two .person-info .evdpl-heading a{color: #49cc84 ;font-weight: 600}
.hentry .wp-post-image{height: 100%;object-fit: cover}
.evdpl-templates-two .person-info .evdpl-heading .designation {font-size: 14px;font-weight: normal;display: inline-block;}
.evdpl-templates-two .person_image_wrapper:hover{transform: none;}

.hentry .evdpl-team-members-templates-two  .wp-post-image{object-fit: cover;width: 300px;height: 300px;border-radius: 50%;margin-top: 20px;box-shadow: 0 0 0px 7px #fff;transition: 0.4s ease-in-out}
.hentry .evdpl-team-members-templates-two .wp-post-image:hover {transform: scale(1.06);}
.evdpl-templates-two .social-buttons ul.social-links{opacity: 1;visibility: visible;}
.evdpl-templates-two .social-buttons ul li a{color: #49cc84 ;background: #fff}
.evdpl-templates-two .person_image_wrapper{height: 360px}
.evdpl_mem_col-md-4 .evdpl-templates-two .person_image_wrapper ,.evdpl_mem_col-md-3 .evdpl-templates-two .person_image_wrapper {height: 360px;}
.hentry .evdpl-team-members-templates-two  .evdpl_mem_col-md-4 .wp-post-image,.hentry .evdpl-team-members-templates-two  .evdpl_mem_col-md-3 .wp-post-image{width: 180px;height: 180px;}
.evdpl_mem_col-md-3 .evdpl-templates-two .person-info .evdpl-description p{font-size: 14px;}
.evdpl_mem_col-md-3 .evdpl-templates-two .person-info{padding: 20px 0 20px;    text-align: left;}
 .evdpl-team-members-templates-two .evdpl-location,.evdpl-team-members-templates-two .evdpl-templates-two .person-info .evdpl-location i{color: #fff;}
/*.evdpl-team-members-templates-two .evdpl-location {font-size: 14px;font-weight: normal;padding: 10px 20px;background: #49cc84 ;color: #fff;border-radius: 30px;margin-top: 10px;display: inline-block;}
.evdpl-team-members-templates-two .evdpl-location i{color: #fff}
.evdpl-team-members-templates-two .evdpl-templates-two .person-info .evdpl-location i{color: #fff}*/
 /* skin-three*/
.evdpl-templates-three .person-info .evdpl-heading span.evdpl-name a{color: #000}
body .evdpl-templates-three .bar_group .elastic{color: #000;    padding-bottom: 10px;background: transparent;font-size: 15px;padding-left: 0;}
 
.evdpl-templates-three .person_image_wrapper {
    height: 250px;
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 250px;
    border-radius: 50%;
    margin: 10px auto 0;
}
 .evdpl-templates-three ul.social-links{position: relative;
    border-radius: 0;
    padding: 10px 0 0;}
 .person_image_wrapper:after {z-index: -1;visibility: visible;width: 100%;height: 100%;content: '';left: 0;top: 0;opacity: 1;position: absolute;}
 .hentry .evdpl-templates-three .wp-post-image{    margin-bottom: 0.618em;}
 /*.evdpl_mem_col-md-3 .evdpl-templates-three ul.social-links li a i:before {font-size: 12px;}*/
.evdpl-team-members-templates-four .social-buttons {text-align: center;padding-top: 0px}

.evdpl-team-members-templates-four ul.social-links {list-style: none;margin: 0;padding: 0;}
.evdpl-team-members-templates-four ul.social-links li{display: inline-block;}
.evdpl-templates-four .social-buttons ul li a{display: inline-block;    pointer-events: initial;}
.evdpl-templates-four {
position: relative;
margin: 10px;
background: #fff;
box-shadow: 0 -1px 25px #d3d3d3;
padding: 10px;
}
.evdpl-templates-four .team-member-name {
    padding: 14px 10px 10px 10px;
    text-align: left;
}

.evdpl-templates-four-member-desc {text-align: center;margin-top:0px;position: absolute;top:0px;left: 0; background: rgba(244, 244, 244, 0.9);width: 100%; visibility: hidden; opacity: 0;padding: 30px 10px;color: #000;pointer-events: none;  border-top: 4px solid #000;border-radius: 5px 5px 0 0;transition: 0.4s ease-in-out}
.evdpl-team-members-templates-four .owl-dots {display: none;}
.evdpl-templates-four-member-desc h3 a{position: relative;padding-bottom: 5px;color: #49cc84 }
.evdpl-templates-four-member-desc h3 a:after{position: absolute;content: ''; bottom: 0; width: 100%; height: 2px; color: #000; display: inline-block;left: 0; background-color: #49cc84 }
.evdpl-team-members-templates-four span.location {color: #000;margin-bottom: 5px;font-weight: 600;display: block;}
.evdpl-templates-four-member-desc h3 a{    color: #49cc84 ;font-weight: 600;}
body .evdpl-team-members-templates-four .bar_group .elastic{color: #fff;margin-bottom: 20px;background-color: transparent;color: #000; font-weight: 600}
.owl-carousel .owl-item .evdpl-templates-four  img{height: 320px;margin-bottom: 0}
body .evdpl-templates-three .bar_group .elastic:nth-child(2n) {width: 90%;}
body .evdpl-templates-three .bar_group .elastic:nth-child(3n) {width: 80%;}
.content-member {
    font-size: 14px;
    margin: 20px 0; 
}
.evdpl-templates-three .person-info .evdpl-heading .evdpl-name:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #49cc84;
    bottom: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
}

/*skin four*/
.evdpl-templates-four:hover .evdpl-templates-four-member-desc {opacity: 1;visibility: visible;}
.evdpl-templates-four-member-thumb h3 {font-size: 20px;font-weight: 700;color: #000 ;margin-bottom:4px}
.evdpl-templates-four-member-thumb h3 a{color: #000;font-weight: 600;position: relative;padding-bottom: 0px}
.evdpl-team-members-templates-four span.designation {
    position: relative;
    color: #333;
    font-weight: 400;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.evdpl-templates-four-member-thumb {position: relative;}
.evdpl-templates-four-member-desc .evdpl-templates-four-member-content {position: absolute;top: 50%;transform: translate(-50%,-50%);left: 0;padding: 20px;left:50%;width: 300px}
.templates-4 .evdpl-templates-four-member-desc .evdpl-templates-four-member-content {width: 250px}
 body .evdpl-team-members-templates-four .bar_group .elastic {display: inline-block;margin: 6px 0;font-size: 14px;font-weight: 400;color: #fff;background: #49cc84 ;padding: 5px 20px;border-radius: 30px;min-width:auto}
 .evdpl-team-members-templates-four span.location:before{content: '\f041 ';font-family: 'FontAwesome'; font-size: 15px; color:#000;}
 .evdpl-team-members-templates-four.owl-theme .owl-nav {margin-top:0px;position: absolute;top:-62px;right: 20px;}
 .evdpl-team-members-templates-four.owl-carousel .owl-nav button.owl-next, .evdpl-team-members-templates-four.owl-carousel .owl-nav button.owl-prev{width: 30px;height: 30px;background: #49cc84 ;border-radius: 50px;color: #fff;position: relative;}
 .evdpl-team-members-templates-four  .owl-nav span{font-size: 35px;position: absolute;top: -19px;height: 20px;left: 10px;}
 .templates-4.owl-carousel .owl-item .evdpl-templates-four img{height: 280px;object-fit: cover;object-position: top;}
.evdpl-templates-four-member-thumb h3 a:focus,  .owl-carousel button:focus{outline: none;}
.templates-4.owl-carousel .owl-item .evdpl-templates-four .evdpl-templates-four-member-desc {height: 290px}
body .evdpl-templates-three .bar_group .elastic:after {position: absolute;content: '';width: 100%;height: 4px;background: #49cc84;border-radius: 30px;left: 0;bottom: 0;}
body .evdpl-templates-three .bar_group .elastic:nth-child(2):after{width: 90%}
body .templates-4.evdpl-team-members-templates-four .bar_group .elastic{font-size: 13px}
.evdpl-team-members-templates-four.owl-carousel .owl-stage,.evdpl-team-members-templates-four.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}


/* .evdpl-team-members-templates-four span.designation:before {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 15px;
    content: '\f007 ';
} */


 @media only screen and (max-width: 1024px) and (min-width: 981px){
    .evdpl-templates-four .evdpl-templates-four-member-desc .evdpl-templates-four-member-content p{margin-bottom: 10px;font-size: 14px;}
    body .evdpl-team-members-templates-four .bar_group .elastic{font-size: 13px}
 }
 @media only screen and (max-width: 980px){
    .hentry .evdpl-templates-three .wp-post-image{height: 300px}
    .evdpl_mem_col-md-3 .evdpl-templates-three ul.social-links li a{width: 36px;line-height: 36px;}
 }
 @media only screen and (max-width: 767px){
.evdpl-team-members-templates-four.evdpl_mem_row{margin: 0}
}
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
  padding-left:110px
}

.skillbar-title {
    position:absolute;
    z-index: 999;
    top:0px;
    left:1px;
width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    background:rgb(79, 152, 79);
    padding:0 20px;
    height:35px;
    line-height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    text-align: center;padding: 0
}

.skillbar-bar {
    height:35px;
    width:0px;
    background:rgb(92, 184, 92);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.4);
}
.skill-representation {
    position: relative;
}
.evdpl_team_members.evdpl_mem_col-md-3  .evdpl-templates-three ul.social-links{padding-top: 0}
.evdpl_team_members.evdpl_mem_col-md-3  .evdpl-templates-three ul.social-links li a{height: auto;}
.evdpl_team_members.evdpl_mem_col-md-3  .evdpl-templates-three ul.social-links li a i:before {font-size: 17px;}
.evdpl_team_members.evdpl_mem_col-md-3  .evdpl-templates-three .person-info {padding: 15px;}
.evdpl_team_members.evdpl_mem_col-md-3  .evdpl-templates-three .person-info .evdpl-heading .evdpl-name{font-size: 20px}
.evdpl_team_members.evdpl_mem_col-md-3 .skill-bar-percent,.evdpl_team_members.evdpl_mem_col-md-3 .skillbar-title span{    height: 25px;line-height: 25px;}
.evdpl_team_members.evdpl_mem_col-md-3 .skillbar,.evdpl_team_members.evdpl_mem_col-md-3 .skill-bar-percent,.evdpl_team_members.evdpl_mem_col-md-3 .skillbar-bar {height: 25px;}
.evdpl_team_members.evdpl_mem_col-md-3 .skillbar-title{font-size: 11px}
.skill-representation:nth-child(2) .skillbar-title span {background:rgb(78, 159, 183);}
.skill-representation:nth-child(2) .skillbar-bar{background:rgb(91, 192, 222)}
.skill-representation:nth-child(3) .skillbar-title span {background:rgb(197, 143, 67)}
.skill-representation:nth-child(3) .skillbar-bar{background: rgb(240, 173, 78) }
.evdpl-team-members .owl-item {    display: inline!important;  }




.evdpl-templates-one.evdpl_mem_single-member {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}


evdpl-team-members-templates-one .evdpl_mem_col-md-3 .person_image_wrapper, .evdpl-templates-two .evdpl_mem_col-md-3 .person_image_wrapper {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto 0px;
    border: 5px #ccc solid;
}


.evdpl-templates-one .person-info .evdpl-bio {
    margin-top: 12px;
    border-top: 1px #ddd solid;
    padding-top: 12px;
}

.evdpl-templates-one .person-info .evdpl-bio p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.evdpl-templates-one .social-buttons ul.social-links li a{
    padding: 2px;
    width: 32px;
    height: 32px;
}

.evdpl-templates-one .social-buttons ul.social-links li {
    padding: 0 4px;
}



.evdpl-team-members-templates-one .evdpl_mem_col-md-3 .person_image_wrapper, .evdpl-templates-two .evdpl_mem_col-md-3 .person_image_wrapper {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    border: 4px #dedede solid;
    overflow: hidden;
    margin:20px auto 0;
}

.evdpl-templates-one .person-info .designation {
    color: #333;
    font-weight: 400;
    margin: 0px 0 10px;
    display: block;
    letter-spacing: 0;
    font-size: 14px;
}


.evdpl-templates-one.evdpl_mem_single-member {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    border-bottom: 4px #49cc84 solid;
    transition: all ease-in-out 0.3s;
}

body .evdpl-team-members .evdpl_team_members.hentry:hover .evdpl-templates-one.evdpl_mem_single-member {
    border-color: #000;
}


body .evdpl-team-members .evdpl_team_members.hentry {
    margin-bottom: 30px;
    padding: 0px 10px;
    transform: translateY(0);
    transition: all ease-in-out 0.3s;
}

body .evdpl-team-members .evdpl_team_members.hentry:hover {
    transform: translateY(-10px);
}


.evdpl-location > span.evdpl-address {
    width: calc(100% - 40px);
    background: #e3e3e3;
}
.evdpl-location > span {
    background: #49cc84;
    display: inline-block;
    padding: 0 10px;
    color: #333;
}



.evdpl-templates-three .evdpl-skills .skillbar{
    margin-bottom: 0;
}