@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }
}
.ImgShadow {
  filter: drop-shadow(-1px 6px 5px rgba(0, 0, 0, 0.2));
}

.team-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .team-item {
    padding: 15px;
  }
}
.team-item .team-image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.team-item .team-info {
  padding-top: 30px;
}
.team-item .team-info h4 a {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #7c49dd;
  display: block;
  font-weight: 600;
  transition: all 0.3s;
}
.team-item .team-info h4 a:hover {
  color: #233646;
}
@media screen and (max-width: 991px) {
  .team-item .team-info h4 {
    font-size: 18px;
  }
}
.team-item .team-info p {
  transition: all 0.3s;
  margin-bottom: 10px;
}
.team-item .team-info .social-link a {
  font-size: 14px;
  color: #6c6c6f;
  margin: 0px 8px;
  transition: all 0.3s;
}
.team-item .team-info .social-link a:hover {
  color: #233646;
}
@media screen and (max-width: 991px) {
  .team-item {
    margin-bottom: 30px;
  }
}
.team-item:hover {
  background: #7c49dd;
}
.team-item:hover p,
.team-item:hover h4 a {
  color: #fff;
}
.team-item:hover .social-link a {
  color: #fff;
}

.team-item-v2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-item-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7c49dd;
  height: 40%;
  width: 100%;
  z-index: -1;
}
.team-item-v2::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #233646;
  height: 60%;
  width: 100%;
  z-index: -1;
  transition: all 300ms;
}
.team-item-v2 .team-info h4 a:hover {
  color: #7c49dd;
}
.team-item-v2 .team-info .social-link a:hover {
  color: #7c49dd;
}
.team-item-v2:hover::after {
  height: 60%;
  bottom: 0%;
  opacity: 1;
  visibility: visible;
}

/**
*  Team
*/
.single-memb {
  padding: 15px;
  text-align: center;
}
.single-memb .memb-details {
  padding: 10px 0;
}
.single-memb img {
  margin-bottom: 20px;
  border-radius: 5px;
}

.memb-details span {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.memb-details .memb-social a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 0.8;
  position: relative;
  padding: 0 10px;
}
.memb-details .memb-social a:not(:first-child):before {
  content: "";
  position: absolute;
  top: 3px;
  left: -5px;
  right: 0;
  bottom: 0;
  background-color: #d9dadb;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.single-memb {
  border: 1px solid rgba(227, 230, 234, 0.6);
  position: relative;
}
.single-memb :hover h5 a {
  color: #7c49dd;
}
.single-memb h5 {
  margin-bottom: 10px;
}
.single-memb h5,
.single-memb a {
  color: #233646;
  display: block;
  font-size: 22px;
}
.single-memb a:hover {
  color: #7c49dd;
}
@media screen and (max-width: 767px) {
  .single-memb {
    margin-bottom: 30px;
  }
}
.single-memb:hover {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

/**
    *  Team 2
    */
.team .single-memb {
  position: relative;
  width: 100%;
}
.team .single-memb img {
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .team .single-memb {
    margin-bottom: 30px;
  }
}
.team .single-memb .memb-details {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.0705882353);
  max-width: calc(100% - 60px);
  padding: 30px 30px 5px;
  position: absolute;
  text-align: center;
  transition: all 300ms ease-in-out;
  z-index: 1;
  right: 0;
  margin: auto;
  left: 0;
  bottom: -57px;
}
@media screen and (max-width: 1199px) {
  .team .single-memb .memb-details {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .team .single-memb .memb-details {
    max-width: 100%;
    padding: 20px 15px;
  }
}
.team .single-memb .memb-details h6 {
  color: #263a41;
  font-size: 22px;
  margin-bottom: 0;
}
.team .single-memb .memb-details span {
  display: block;
  margin-bottom: 15px;
}
.team .single-memb .memb-social {
  margin-top: -30px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team .single-memb .memb-social ul {
  margin: 0;
  padding: 0;
}
.team .single-memb .memb-social a {
  border-radius: 50%;
  color: #7c49dd;
  background: #d946d3;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  margin: 0px 0px;
  height: 35px;
  width: 35px;
  padding: 3px;
}
.team .single-memb .memb-social a:hover {
  background-color: #7c49dd;
  border-color: #7c49dd;
  color: #fff;
}
.team .single-memb:hover {
  box-shadow: none;
}
.team .single-memb:hover .memb-details {
  margin-top: -100px;
  padding-bottom: 30px;
}
.team .single-memb:hover .memb-social {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.team.v2 .single-memb {
  border: 0 solid #f6f7fb;
  position: relative;
  padding: 0;
  margin-bottom: 60px;
}