/* body{
  margin-top:50px!important;
}
.our-team{
  text-align: center;
  position: relative;
  color: #fff;
}
.our-team img{
  width: 100%;
  height: 100%;
}
.our-team .content{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 45%;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.our-team:hover .content,
.our-team.active .content{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.our-team .content .title{
  margin: 0 0 10px;
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.our-team .content .title{
  color: #fff!important;
}
.our-team .content .post{
  margin: 0 0 25px;
  display: block;
  font-size: 15px
}
.our-team .pic img{
  height: 400px!important;
  object-fit: cover;
}
.our-team .social{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.our-team .social li{
  display: inline-block;
}
.our-team .social li a{
  display: block;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #F32248;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
}
.our-team .social li a:hover, .our-team.active .social li a{
  border-radius: 50%;
  text-decoration: none;
}
@media screen and (max-width: 990px){
  .our-team{
      margin-bottom: 30px;
  }
} */



/* Our Team
-------------------------------------------------------*/
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #fbfaf7;
  text-align: center;
  height: 360px;
  overflow: hidden;
  position: relative;
  background: rgba( 255, 255, 255, 0.35 );
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  backdrop-filter: blur( 10.5px );
  -webkit-backdrop-filter: blur( 10.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  }

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #18552c;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #18552c;;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #faf9f6;
  transform: scale(0.7);
}
.team-content h3{
  font-size: 18px;
}
.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #18552c;;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #18552c;;
  background-color: #f7f5ec;
}
