.az_team_area {
  padding: 115px 0 100px;
}
.az_team_area .witr_section_title {
  margin-bottom: 35px;
}
.az_team_area h5{
  font-family: var(--title-font-family);
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--title-text-color);
}

.az_team_area a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.az_team_area .team-part img {
  width: 100%;
}
.az_team_area .team-part {
  border-radius: var(--button-radius);
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  margin-bottom: 20px;
}
.az_team_area .witr_team_section {
  position: relative;
  text-align: center;
}
.az_team_area .witr_team_section:before {
  height: 100%;
  top: 0;
  width: 100%;
  content: "";
  left: 0;
  background: #6827fd6b;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.az_team_area .post_team10_area .team_o_icons {
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.az_team_area .post_team10_area .team_o_icons ul li {
  display: block;
}
.az_team_area .all_team_icon_o_color a {
  color: var(--bg-color);
  background: var(--color-primary);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: var(--button-radius);
  margin: 5px 0 0 0;
  font-size: 20px;
  display: inline-block;
}
.az_team_area .witr_team_content {
  padding: 23px 5px;
}
.az_team_area .post_team_content h5,
.az_team_area .witr_team_content h5 {
  margin: 0;
}
.az_team_area .witr_team_content span {
  font-size: 16px;
  color: var(--text-color);
}
.az_team_area .witr_team_section:hover:before {
  opacity: 1;
}
.az_team_area .post_team10_area .team-part:hover .team_o_icons {
  right: 0;
}
.az_team_area .all_team_icon_o_color a:hover {
  color: var(--bg-color);
  background: var(--title-text-color);
}
/* ===== Team Area CSS ===== */
.az_team_area .witr_section_title_inner h2,
.az_team_area .witr_section_title_inner h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
}
.az_team_area .witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: var(--color-primary);
}

@media (min-width: 768px) and (max-width: 991px) {

  .az_team_area .witr_team_section img {
    width: 100%;
  }
}

@media (max-width: 991px) {
.az_team_area {
    padding: 30px 0;
}
}

@media (max-width: 767px) {
  .az_team_area .witr_section_title {
    text-align: center;
  }
  .az_team_area .witr_section_title .text-right {
    text-align: center !important;
  }
  .az_team_area .witr_section_title_inner h2 {
    font-size: 16px !important;
    padding-top: 10px;
  }


  .az_team_area .slick-prev,
  .az_team_area .slick-next {
    display: none !important;
  }
}



.slick-prev,.slick-next{background: #306fb6;color: #fff;padding: 10px 20px;border-radius: 10px;}