/* ---------------------------------------------------------
  # Team
------------------------------------------------------------ */
.page-template-team-full .team {
  margin-left: -15px;
  margin-right: -15px;
}
.team figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center;
  margin-bottom: 0;
}
.page-template-team .team figure, 
.post-type-archive-team .team figure, 
.tax-team-category .team figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center;
  margin: 0 0 30px;
}
.team figure img{
  margin: 0;
  width: 100%;
}
.team figure:hover figcaption { 
  opacity: 0.95;
  bottom: 0;
}
.team figcaption { 
  text-align: center; 
  position: absolute; 
  height: 100%; 
  width: 100%;
  left: 0; 
  bottom: -100%; 
  transition: .4s; 
  opacity: 0;
  background-color: #aedb49;
}
.team figcaption h4 { 
  font-size: 16px; 
  position: relative; 
  top: 10%; 
  text-align: center; 
  letter-spacing: 1px;
  padding: 0 15px; 
  color: #fff; 
  font-weight: 600;
  width: 100%; 
  z-index: 10; 
  transition: .4s; 
  text-transform: uppercase;
}
.team figcaption h4 a{
  color: #222;
}
.team figcaption h4 a:hover {
  color: white;
}
.team .team-cat {
    position: relative;
    top: 8%;
}
.team .team-cat{
  color: #222;
}
.team .team-cat a:hover {
  color: #fff;
}
.team .team-bio {
  color: #1b1b1b;
  padding: 20px;
  position: relative;
}
.team .team-social {
    list-style: none;
    display: inline-flex;
    position: relative;
}
.team-title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}
.team-skills .skill-title {
  margin-bottom: 30px;
  font-weight: 500;
}

.team-skills .skill-name {
  margin-bottom: 0;
  font-weight: 500;
}

.team-skills .progress {
    margin-bottom: 20px;
    height: 1.2rem;  
}
.team-skills .progress-bar {
  background-color: #8CC63F;
}
.project-exp-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}
.team_profile {
    background-color: #8CC63F;
    display: block;
    padding: 25px 10px;
    margin: 0 auto;
    text-align: center;
}
.team-social {
    list-style: none;
    display: inline-flex;
    padding: 0;
    padding-bottom: 5px;
    margin: 0 auto;
}
.team-social li {
    padding: 0px 6px;
    margin-right: 15px;
    border: 1px solid white;
}
.team-social li:last-child {
  margin-right: 0;
}
.team-social i {
    color: #fff;
    font-size: 14px;
}
.team-social li:hover i{
  color:#333;
}
.team-social i:hover {
   color: #1b1b1b;
}
.team-social li:hover {
    border: 1px solid #1b1b1b;
    cursor: pointer;
    color: #fff;
}
.hire_me {
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
    border: 1px solid #fff;
}

/*doctor template*/
.team-skills.doctor {
    border: 1px solid #dfdfdf;
    padding: 15px 20px 10px;
    margin: 25px 0;
    border-radius: 3px;
}
.doctor-skills {
    margin-bottom: 10px;
}
.team-appointment {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid;
    margin: 0 auto;
    display: table;
    margin-bottom: 15px;
}

.tx-team-card {
  padding: 15px;
  background-color: #fff;
  transition: all .3s;
  box-shadow: 0 4px 32px rgb(208 208 208 / 45%);
}
.team.card_t figure {
  overflow: unset;
}
.team.card_t figure:hover .tx-team-card {
  box-shadow: 0 6px 32px rgb(208 208 208 / 75%);
}
.team.card_t .team-bio {
  padding: 0;
}
.team .team-social {
  margin-top: 20px;
  margin-bottom: 15px;
}
.team.card_t .team-social li {
  border-color: #686868;
}
.team.card_t .team-social i {
  color: #686868;
}
.team.card_t .team-cat a:hover {
  color: #000;
}
/* ---------------------------------------------------------
   Portfolio Project carousel for team single page
------------------------------------------------------------ */ 
.project-carousel figure {
  margin:0;
}
.project-carousel figure:hover figcaption { 
  opacity: 0.95;
  bottom: 0;
}
.project-carousel figure:hover figcaption h4 { right: 0; }
.project-carousel figure:hover figcaption .button { bottom: 35%; }
.project-carousel figcaption { 
  text-align: center; 
  position: absolute; 
  height: 100%; 
  width: 84%;
  bottom: -100%; 
  transition: .4s; 
  opacity: 0;
  background-color: #8CC63F;
}
.project-carousel figcaption h4 { 
  font-size: 13px; 
  line-height: 1.5;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; 
  padding: 0 10px;
  font-weight: 500;
}
.project-carousel figcaption h4 a{
  color: #fff;
}
.project-carousel figcaption h4 a:hover {
  color: #333;
}

/* owl carousel */
.project-carousel.owl-carousel .owl-nav button.owl-prev,
.project-carousel.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 35%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 2px 6px 2px !important;
}
.project-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.project-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.project-carousel.owl-carousel .owl-nav button.owl-prev:focus,
.project-carousel.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.project-carousel.owl-carousel .owl-nav button.owl-prev:hover,.project-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #222;
}
.project-carousel .owl-dots{display: none}
/*project details*/
.single-portfolio-item .progress{border-radius: 0}
.single-portfolio-item .progress-bar {
  background-color: #FFCC00;
  color: #1b1b1b;
}