.team_members_pro-social--icon svg,
.team_members_pro-social--icon,
.team_members_pro-team-row--items,
.team_members_pro-team--profile,
.team_members_pro-team--profileinfo,
.team_members_pro-team-m--desig,
.team_members_pro-team-m--name,
.team_members_pro-team-m--description,
.team_members_pro-popup-close,
.team_members_pro-social--icon img,
.team_members_pro-item-row-inner,
.team_members_pro-team--profile img,
.team_members_pro-teamsection .slick-dots li button,
.team_members_pro-teamsection .slick-next, .team_members_pro-teamsection .slick-prev,
.team_members_pro-teamsection .slick-next::before, .team_members_pro-teamsection .slick-prev::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.team_members_pro-social--items:hover .team_members_pro-social--icon img {
  filter: brightness(0) invert(1);
}

.team_members_pro-teamsection,
.team_members_pro-team-inner {
  position: relative;
}

.team_members_pro-team-heading .overline-text {
  display: inline-block;
  margin-bottom: 8px;    
}

.team_members_pro-social--icon {
  display: inline-block;
}

.team_members_pro-social--icon svg {
  width: 24px;
  height: 24px;
}

.team_members_pro-team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team_members_pro-team-row--items {
  width: calc(33.33% - 30px);
  margin:  0 15px;
  margin-bottom: 30px;
}

.team_members_pro-team--profile {
  height: 357px;
  overflow: hidden;
}

.team_members_pro-team--profile img {
  max-width: 100%;  
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100% !important;
}

.team_members_pro-social--items {
  display: inline-block;
}

.team_members_pro-social--items:focus {
  outline: none;
}

.team_members_pro-social--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_members_pro-social--icon span {
  display: inline-block;
}

.team_members_pro-team--profileinfo {
  position: relative;
}

/* Popup CSS */

.team_members_pro-team-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;  
  z-index: 99999;
}

.team_members_pro-popup-overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);  
}

.team_members_pro-team-popup-inner {  
  padding: 20px;
  position: relative;  
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  height: 450px;
  display: flex;
  max-width: 880px;
  width: 100%;
}

.team_members_pro-popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px; 
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100px;
  background: rgba(0,0,0,0.8); 
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  z-index: 1;
}

.team_members_pro-popup-close:hover {
  background: rgba(0,0,0,1);
  text-decoration: none;
  color: #fff;
}

.team_members_pro-popup-leftside-profile {
  width: 40%;
}

.team_members_pro-team-popup-inner .team_members_pro-poup-profileimg-wrap {
  height: 100%;
}

.team_members_pro-popup-leftside-profile img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.team_members_pro-popup-rightside-info {
  width: 60%;
  padding-left: 30px;
}

.team_members_pro-popup-teamdescri {
  min-height: 200px;
  overflow-y: auto;
  max-height: 200px;
  padding-right: 5px;
}

.team_members_pro-popup-rightside-info-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.team_members_pro-popup-close:focus {
  outline: none;
  text-decoration: none;
}

.team_members_pro-team-popup-inner-wrap {
  max-width: 880px;
  width: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team_members_pro-item-row-inner {
  height:  100%;
}

.team_members_pro-team-row .slick-prev,
.team_members_pro-team-row .slick-next {
  z-index: 1;
}

.team_members_pro-team-row .slick-prev {
  left: -25px;
}

.team_members_pro-team-row .slick-next {
  right: -27px;
}

/* Responsive css */
@media only screen and (max-width: 1365px) {
  .team_members_pro-team-row .slick-prev {
    left: 0px;
  }

  .team_members_pro-team-row .slick-next {
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .team_members_pro-team-row--items {
    width: calc(50% - 30px);
  }

  .team_members_pro-team-popup-inner {    
    flex-wrap: wrap;       
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y:auto;
  }

  .team_members_pro-popup-rightside-info {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;    
  }

  .team_members_pro-popup-rightside-info {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }

  .team_members_pro-popup-leftside-profile {
    width: 100%;
  }

  .team_members_pro-popup-teamdescri {
    min-height: initial;
    overflow-y: initial;
    max-height: initial;
    padding-right: 0;
  }

  .team_members_pro-popup-close {
    top: 5px;
    right: 5px;    
  }

  .team_members_pro-popup-leftside-profile img {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .team_members_pro-team-row--items {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}