.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.witr_section_title_inner h2 {
  font-size: 17px;
  display: inline-block;
  color: var(--color-primary);
  margin: 0;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_shape_item_inner {
  position: absolute;
  z-index: -1;
  content: "";
  transition: 0.5s;
  right: -260px;
  top: 0;
}
.witr_shape_image img {
  animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
@keyframes witr_movelr_box45 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(45px);
  }
}

/* ===== 11. Team Area CSS ===== */
.tx_team_area {
  padding: 115px 0 90px;
  position: relative;
}
.tx_team_area .witr_section_title {
  margin-bottom: 50px;
}
.witr_single_team {
  position: relative;
  overflow: hidden;
}
.witr_single_team img {
  width: 100%;
  transition: 0.5s;
}
.witr_team_content_car {
  position: absolute;
  left: 0;
  bottom: -105px;
  z-index: 3;
  transition: 0.5s;
  padding: 15px;
  text-align: center;
  right: 0;
  background: var(--color-primary);
}
.witr_team_content_car span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 9px;
  color: #fff;
}
.witr_team_content_car h5 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}
.witr_single_team:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: var(--color-primary);
}
.witr_single_team:hover img {
  transform: scale(1.04);
}
.witr_single_team:hover .witr_team_content_car {
  bottom: 0;
  transition: 0.5s;
}
.witr_single_team:hover:after {
  opacity: 0.5;
  visibility: visible;
}
.witr_team_area_c {
  margin-bottom: 30px;
}
.tx_team_area .witr_shape_item_inner {
  top: 110px;
  left: 130px;
}
.tx_team_area .witr_shape_item img {
  width: 100%;
}
.tx_team_area .witr_shape_item_inner {
  right: 100px;
}
.ser_page_team {
  padding: 0 0 90px;
}
/* ===== Team Area CSS ===== */
.tx_team_area2 {
  background-color: #f9f9f9;
  padding: 115px 0 92px 0;
}
.tx_team_area2 .witr_section_title {
  margin-bottom: 50px;
}
.witr_team_s12 {
  border: none;
  box-shadow: 0 5px 20px 0 #00000014;
  transition: 0.5s;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.witr_team_s12 .front_view {
  transition: 0.5s;
  padding: 0;
}
.front_view_box {
  padding: 23px 25px 30px;
  background: #fff;
}
.back_view h5,
.front_view h5 {
  margin-bottom: 0;
}
.back_view span,
.front_view span {
  display: inline-block;
  line-height: 28px;
  font-size: 17px;
}
.team_list_op,
.witr_content_3d p,
.witr_team_s12 .con_TMS {
  margin-top: 10px;
}
.back_view .con_TMS a,
.front_view .con_TMS a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #ddd;
  color: #ababab;
}
.con_TMS a:hover {
  background: var(--btn-bg);
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 100%;
  }


  .tx_team_area .witr_shape_item_inner {
    display: none;
  }
}

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

  .witr_section_title_inner p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .witr_shape_item {
    display: none;
  }

  .witr_section_title_inner h2 {
    font-size: 16px !important;
  }

  .title_in_area,
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 100%;
  }

  .witr_section_title_inner p {
    padding-top: 10px;
  }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {


  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}


@media screen and (max-width: 1440px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 26px;}
  .tx_team_area {padding: 30px 0;}
  .tx_team_area .witr_section_title {margin-bottom: 25px;}
}
@media screen and (max-width: 768px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {font-size: 22px;}
}