  {% scope_css %}
.php-team-outer {
  padding: 0;
}
.team-bottom {
  position: relative;
  background-color: #2ca1b9;
  height: 354px;
  overflow: hidden;
}
.team-bottom > .row {
  justify-content: center;
}
.team-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  background-color: #2ca1b9;
  max-width: 1592px;
}
.team-bottom li {
  float: left;
  width: 175px;
  position: relative;
  cursor: pointer;
}
.team-bottom li > img {
  width: 100%;
}
.team-bottom li img {
  width: auto;
  max-width: max-content;
}
.team-bottom li:hover .team-inner {
  width: 200%;
  opacity: 1;
  z-index: 9;
}
.team-inner {
  display: flex !important;
  opacity: 0;
  width: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.team-bottom li:nth-child(9n) .team-inner {
  right: 176px;
  left: auto !important;
  flex-direction: row-reverse;
}
.team-bottom li:nth-child(9n):hover .team-inner {
  right: 0;
}
.team-inner-pic {
  width: 50%;
}
.team-inner-pic img {
  filter: hue-rotate(565deg);
}
.team-inner-txt {
  width: 50%;
  padding: 10px;
}
.team-inner-txt h6 {
  color: #2ca1b9;
  font-weight: 600 !important;
  line-height: normal !important;
  margin: 0;
}
.team-inner-txt p {
  line-height: normal !important;
  margin: 6px 0 0;
}
.team-btn-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(12, 84, 99, 0.69);
  z-index: 9;
}
.team-btn-outer button:focus {
  outline: none;
}
.team-outer.show .team-btn-outer {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
}
.team-outer.show .team-bottom {
  height: auto;
}
.team-outer .team-hide-btn {
  display: none;
}
.team-outer.show .team-hide-btn {
  display: block;
}
.team-outer.show .team-meet-btn {
  display: none;
}
.team-bottom {
  background-color: transparent !important;
}
.team-bottom ul {
  background: transparent !important;
  width: 100% !important;
}
.team-inner {
  opacity: 1 !important;
}
 .team-bottom ul li  img {
  filter: unset !important;
}
.team-bottom ul li .team-inner-pic {
  position: relative !important;
}
.team-inner-pic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(244 161 82 / 60%);
  z-index: 9;
  width: 100%;
  border:1px solid #fff ;
}
.team-bottom ul {
  background: transparent !important;
}
.team-inner-txt {
  opacity: 0 !important;
}

.team-bottom li:hover .team-inner-txt {
  opacity: 1 !important;
}
.team-bottom li img{
  width:175px !important;
  max-width:175px !important;
  height:175px !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.team-bottom li:nth-child(9n) .team-inner{
  right:175px !Important;
}
.team-bottom li:nth-child(9n):hover .team-inner {
    right: 0 !important;
}

@media screen and (max-width: 349px){
.team-bottom li {
    width: 48% !important;
}
  {% end_scope_css %}
}