/*------------------- 4.00. Team  -------------------*/
.team-card-wrap {
    min-height: 670px;
    /* Medium Large devices */
  }
  
  @media (max-width: 1399px) {
    .team-card-wrap {
      min-height: 620px;
    }
  }
  
  .team-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    margin-top: 24px;
  }
  
  .team-card .team-img {
    overflow: hidden;
  }
  
  .team-card .team-img img {
    width: 100%;
    transition: 0.4s ease-in-out;
  }
  
  .team-card .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 600;
  }
  
  .team-card .team-title a {
    color: inherit;
  }
  
  .team-card .team-title a:hover {
    color: var(--theme-color);
  }
  
  .team-card .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em;
  }
  
  .team-card .team-content {
    background-color: var(--white-color);
    padding: 30px 30px 15px 30px;
  }
  
  .team-card .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    z-index: 3;
  }
  
  .team-card .icon-btn:hover i {
    transition: 0.3s;
  }
  
  .team-card .icon-btn:hover i:before {
    content: "\f068";
  }
  
  .team-card .th-social {
    position: absolute;
    width: 45px;
    bottom: 50px;
    left: 2.5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  
  .team-card .th-social a {
    margin-right: 0;
    margin-bottom: 5px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    transform: translateY(45px);
    transition: 0.3s;
  }
  
  .team-card .th-social a:nth-child(1) {
    transition-delay: 0s;
  }
  
  .team-card .th-social a:nth-child(2) {
    transition-delay: 0.1s;
  }
  
  .team-card .th-social a:nth-child(3) {
    transition-delay: 0.2s;
  }
  
  .team-card .th-social a:nth-child(4) {
    transition-delay: 0.3s;
  }
  
  .team-card .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .team-card .team-social {
    position: absolute;
    top: -25px;
    right: 30px;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
  }
  
  .team-card .team-social:hover .th-social {
    visibility: visible;
    opacity: 1;
  }
  
  .team-card .team-social:hover .th-social a {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  
  .team-card .team-social:hover .th-social a:nth-child(4) {
    transition-delay: 0s;
  }
  
  .team-card .team-social:hover .th-social a:nth-child(3) {
    transition-delay: 0.1s;
  }
  
  .team-card .team-social:hover .th-social a:nth-child(2) {
    transition-delay: 0.2s;
  }
  
  .team-card .team-social:hover .th-social a:nth-child(1) {
    transition-delay: 0.3s;
  }
  
  .team-card .team-info {
    border-top: 1px solid var(--border-color);
    padding: 15px 30px;
    display: flex;
  }
  
  .team-card .team-info span {
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
  }
    .team-card.style2 .team-img-wrap .team-shape {
    width: 298px;
    height: 317px;
        top: -6px;
}
  @media (max-width: 1399px) {
    .team-card .team-info span {
      padding-right: 11px;
      margin-right: 11px;
    }
  }
  
  .team-card .team-info span i {
    margin-right: 10px;
    color: var(--theme-color);
  }
  
  .team-card .team-info span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 1px;
    background: #B3C1D3;
    transform: translate(-50%, -50%);
  }
  
  .team-card .team-info span:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  
  .team-card .team-info span:last-child:after {
    display: none;
  }
  
  @media (max-width: 1299px) {
    .team-card .team-info span {
      font-size: 13px;
    }
  }
  
  @media (max-width: 1199px) {
    .team-card .team-info span {
      font-size: 16px;
    }
  }
  
  .team-card .team-hover-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.4s;
    position: relative;
  }
  
  .team-card.team-card-1-2-active .team-img img, .team-card.team-card-1-1-active .team-img img, .team-card:hover .team-img img {
    transform: scale(1.08);
  }
  
  .team-card.team-card-1-2-active .team-hover-wrap, .team-card.team-card-1-1-active .team-hover-wrap, .team-card:hover .team-hover-wrap {
    height: 146px;
    opacity: 1;
    visibility: visible;
  }
  
  .team-card.team-card-1-2-active .team-social, .team-card.team-card-1-1-active .team-social, .team-card:hover .team-social {
    opacity: 1;
  }

  .team-card.style2 {
    background: transparent;
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding-top: 3px;
  }
  
.team-card.style2 .team-img-wrap {
    position: relative;
    padding: 20px;
    border: 2px solid rgba(208, 219, 233, 0.5);
    border-radius: 50%;
}
  
  .team-card.style2 .team-img-wrap .team-shape {
    position: absolute;
    left: 0;
    top: -3px;
    transition: 0.7s;
    z-index: 1;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1399px) {
    .team-card.style2 .team-img-wrap .team-shape {
      width: 295px;
      height: 305px;
       top: -3px;
    }
  }
  
  @media (max-width: 1299px) {
       .team-card.style2 .team-img-wrap .team-shape {
        width: 238px;
        height: 271px;
    position: absolute;
    left: 0;
    top: -18px;
    transition: 0.7s;
    z-index: 1;
       }
  }
  
  @media (max-width: 1199px) {
     .team-card.style2 .team-img-wrap .team-shape {
        width: 194px !important;
        height: 271px !important;
    position: absolute;
    left: 0;
    top: -39px;
    transition: 0.7s;
    z-index: 1;
    }
  }
  
  @media (max-width: 991px) {
    .team-card.style2 .team-img-wrap .team-shape {
      width: 336px;
      height: 346px;
    }
  }
  
  @media (max-width: 767px) {
      .team-card.style2 .team-img-wrap .team-shape {
 display: none !important;
    }
  }
  
  
  
  

  .team-card.style2 .team-img-wrap .team-img {
    border-radius: 50%;
    background: #fff;
}
  @media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-img {
      padding: 0px;
    }
.team-card .team-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 600;
}
.team-card .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em;
    font-size: 12px;
}
.team-card.style2 .team-content {
    background: transparent;
    padding: 10px 0 0 0 !important;
}
.team-card.style2 .team-img-wrap {
    position: relative;
    padding: 0px !important;
    border: 2px solid rgba(208, 219, 233, 0.5);
    border-radius: 50%;
}
  }
  
  @media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-img {
      padding: 0px;
    }
  }
  
  .team-card.style2 .team-img-wrap .team-img img {
    border-radius: 50%;
    transform: none;
  }
  
  .team-card.style2 .team-img-wrap .team-social {
    bottom: 55px;
    left: 50%;
    top: auto;
    right: auto;
    opacity: 1;
    transform: translate(-50%, 0);
  }
  
  .team-card.style2 .team-img-wrap .team-social .th-social {
    display: flex;
    gap: 10px;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
    width: auto;
    z-index: 9;
  }
  
  .team-card.style2 .team-img-wrap .team-social .th-social a {
    flex: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  
  .team-card.style2 .team-content {
    background: transparent;
    padding: 30px 0 0 0;
  }
  
  .team-card.style2:hover {
    --theme-color: #0D5EF4;
  }
  
  .team-card.style2:hover .team-img-wrap .team-shape {
    transform: rotate(180deg);
  }
  
  .team-card.style2:hover .team-img-wrap .team-shape path {
    fill: var(--theme-color2);
  }
  .search-nav ul {
    display: flex
;
    list-style: none;
    gap: 20px;
}
.search-nav ul li {
    cursor: pointer;
}
.search-nav ul {
    display: flex
;
padding: 8px;
    list-style: none;
    gap: 20px;
    background: #fff;
    border-radius: 50px;
}
.filter.active {
    font-weight: bold;
    color: #0d5ef4;
    text-decoration: underline;
}
.filter {
    /* font-weight: bold; */
    color: #000000;
    border-radius: 25px;
    padding: 10px;
    background: #ECF1F9;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 10px;
    text-decoration: none;
}

.filter.active {
    /* font-weight: bold; */
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    background: #0d5ef4;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 10px;
    text-decoration: none;
}
.card.card-wrapper {
  border-bottom: 2px solid  #0D5EF4 !important;
}
.btn-view {
  background-color: #0D5EF4;
  color: white;
  border-radius: 30px;
  padding: 5px 20px;
  border: none;
  transition: background 0.3s;
}
