/*--------------------------------------------------------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]
# plugin css
# default
# style-2
# style-3
# style-4
# responsive

-------------------------------------------------------------------*/

/**
 * =======================
 * # plugin css
 * =======================
 */
.wpb_otm_single-member img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    outline: none;
    max-width: 100%;
    height: auto;
}
.wpb_otm_single-member ul.social-links {
    margin: 0;
    padding: 0;
}
.wpb_otm_single-member ul.social-links li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.wpb_otm_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 .wpb-team-default-item.hentry:before,
body .content-area .wpb-team-default-item.hentry:after {
    display: none;
}
body .content-area .wpb-team-default-item.hentry {
    border: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
body .wpb-our-team-members .wpb_team_members.hentry {
    margin-bottom: 30px;
}


/**
 * =======================
 * # default skin
 * =======================
 */
.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 .wpb-otm-description {
    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;
}
.team-item .image .wpb-otm-description p {
    margin-bottom: 15px;
}
.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 .wpb-our-team-members .team-item h5,
body .wpb-our-team-members .team-item h5 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.team-item .otm-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 .wpb-otm-description {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.team-item:hover .image:after {
    background: rgba(37,42,49,.7);
}
body .wpb-our-team-members-skin-default .team-item h5 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px!important;
}
.wpb-our-team-members-skin-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;
}
.wpb-our-team-members-skin-default .team-item:hover h5:after {
    width: 50px;
}



/**
 * =======================
 * # Skin One 
 * =======================
 */
.wpb-otm-skin-one.wpb_otm_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);
}
.wpb-otm-skin-one .person_image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.wpb-otm-skin-one .person_image img {
    filter: grayscale(1);
    transition: filter .4s ease;
}
.wpb-otm-skin-one .person-info {
    text-align: center;
    padding: 20px 30px 27px;
}
.wpb-otm-skin-one .person-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px!important;
    margin-bottom: 7px!important;
}
.wpb-otm-skin-one .person-info h5 a {
    text-decoration: none;
    color: #333;
}
.wpb-otm-skin-one .person-info .designation {
    opacity: 0.7;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal;
}
.wpb-otm-skin-one .person-info .wpb-otm-bio {
    margin-top: 15px;
}
.wpb-otm-skin-one .person-info .wpb-otm-bio p {
    font-size: 16px;
    line-height: 26px;
}
.wpb-otm-skin-one .person-info .wpb-otm-bio p:last-child {
    margin: 0;
}
.wpb-otm-skin-one .social-buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(238, 238, 238, 0.71);
}
.wpb-otm-skin-one .social-buttons ul.social-links li {
    padding: 0 12px;
}
.wpb-otm-skin-one .social-buttons ul.social-links li:not(:last-child) {
    border-right: 1px solid #e8e8e8;
} 
.wpb-otm-skin-one .social-buttons ul.social-links li a {
    color: #333;
    opacity: 1;
    transition: .3s;
}
.wpb-otm-skin-one .person_image:hover img {
    filter: none;
    transition: filter .4s ease;
}
.wpb-otm-skin-one .social-buttons ul.social-links li a:hover {
    color: #ce1b28;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}


/**
 * =======================
 * # Skin two
 * =======================
 */
.wpb-otm-skin-two.wpb_otm_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;      
}

.wpb-otm-skin-two .person_image {
    position: relative;
    overflow: hidden;
    background-color: #31354c;
}
.wpb-otm-skin-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;   
}
.wpb-otm-skin-two .social-buttons {}
.wpb-otm-skin-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;    
}
.wpb-otm-skin-two .social-buttons ul li a {
    color: #fff;
    opacity: 1;
    background-color: #e4405f;
    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 8px 3px;
}
.wpb-otm-skin-two .person-info {
    border: 1px solid #f0f1f2;
    border-top: none;
    padding: 22px 30px;
    text-align: center;
}
.wpb-otm-skin-two .person-info .wpb-otm-heading {
    position: relative;
    margin-bottom: 10px;
}
.wpb-otm-skin-two .person-info .wpb-otm-heading h3 {
    font-size: 18px;
    line-height: 22px;  
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;  
}
.wpb-otm-skin-two .person-info .wpb-otm-heading .designation {
    font-size: 14px;
    font-weight: normal;
}
.wpb-otm-skin-two .person-info .wpb-otm-heading:after {
    content: '';
    display: block;
    width: 70px;
    border-bottom: 1px solid #f0f1f2;
    margin: 14px auto 0;
}
.wpb-otm-skin-two .person-info .wpb-otm-location {
    margin-bottom: 10px;
}
.wpb-otm-skin-two .person-info .wpb-otm-location i {
    margin-right: 3px;
    color: #7e7f80;
}
.wpb-otm-skin-two .person-info .wpb-otm-location i:before {
    font-size: 13px;
}
.wpb-otm-skin-two .person-info .tags,
.wpb-otm-skin-two .person-info .wpb-otm-description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #7e7f80;
}
.wpb-otm-skin-two .person-info .wpb-otm-description p {
    margin-bottom: 0!important;
    font-size: 16px;
    line-height: 26px;
}
.wpb-otm-skin-two .person-info .tags p {
    margin-bottom: 0px;
}
.wpb-otm-skin-two .person_image_wrapper:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);  
    outline: none;  
}
.wpb-otm-skin-two.wpb_otm_single-member:hover .social-buttons ul.social-links {
    visibility: visible;
    opacity: 1;
}
.wpb-otm-skin-two .social-buttons ul li a:hover {
    color: #e4405f;
    background-color: #fff;
}


/**
 * =======================
 * # Skin three
 * =======================
 */

.wpb-otm-skin-three.wpb_otm_single-member {
    
}
.wpb-otm-skin-three .person_image {
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.wpb-otm-skin-three .person_image img {}
.wpb-otm-skin-three .person-info {
    padding-left: 15px;
}
.wpb-otm-skin-three .person-info .wpb-otm-heading {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
.wpb-otm-skin-three .person-info .wpb-otm-heading .wpb-otm-name {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}
.wpb-otm-skin-three .person-info .wpb-otm-heading .designation {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal;
}
.wpb-otm-skin-three ul.social-links li a {
    padding: 3px 5px;
}
.wpb-otm-skin-three ul.social-links li a i:before {
    font-size: 14px;
}
.wpb-otm-skin-three .wpb-otm-skills {
    font-size: 11px;
    font-weight: 600;
}
.wpb-otm-skills .b_label{
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 5px!important;
}
.wpb-otm-skills .bar_label_max,
.wpb-otm-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: #FF3357;
  -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;
}
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;
  }
}


/**
 * Skin Four
 */

.wpb-otm-skin-four {
    background-color: #fff;
    padding: 30px 0px;
    transition: .3s;
    text-align: center;
    -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);
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-thumb {
    border: 5px solid transparent;
    margin: 0 auto 20px;
    max-width: 140px;
    position: relative;
    border-radius: 50%;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-thumb img {
  border-radius: 50%;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-thumb:before {
  border: 5px solid;
  content: "";
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  visibility: hidden;
  width: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc {
  padding: 20px 30px 0px;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc span {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: normal;
    padding: 0 0 19px;
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
    color: #999;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc span:after {
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 42px;
  transition: .3s;
  background: red;
}
.wpb-otm-skin-four .wpb-otm-skin-four-member-desc p {
    margin-bottom: 0!important;
    font-size: 16px;
    line-height: 26px;
}
.wpb-otm-skin-four:hover {
  box-shadow: 0 0 30px 0 rgba(10, 10, 10, 0.2); 
}
.wpb-otm-skin-four:hover .wpb-otm-skin-four-member-thumb:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wpb-otm-skin-four:hover .wpb-otm-skin-four-member-desc span:after {
  width: 62px;
}


/**
 * =======================
 * # responsive
 * =======================
 */
@media only screen and (max-width: 991px) {
    .wpb-otm-skin-three .person-info {
        margin-top: 15px;
    }
}