.az_team_area {
  padding: 80px 0;
}
.az_team_area .witr_section_title {
  margin-bottom: 35px;
}
.az_team_area h5 a {
  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:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.az_team_area .team-part img {
  width: 100%;
  transition: 0.3s;
}
.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: #4242426b;
  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: 36px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
}
.az_team_area .witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: var(--color-primary);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .az_team_area .witr_section_title_inner h3 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .az_team_area .witr_section_title_inner h3 {
    font-size: 32px;
  }
  .az_team_area .witr_team_section img {
    width: 100%;
  }
   .az_team_area .slick-prev,.az_team_area .slick-next{
    display: none !important;
  }
}
@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 .witr_section_title_inner h2,
  .az_team_area .witr_section_title_inner h3 {
    font-size: 28px;
  }
  .az_team_area .slick-prev,
  .az_team_area .slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .az_team_area .witr_section_title_inner h2,
  .az_team_area .witr_section_title_inner h3 {
    font-size: 25px;
  }
}
