.our-team.with-animation {
  margin-bottom: 35px;
  position: relative;
  padding-top: 2%;
  padding-bottom: 7%;
}
.our-team.with-animation .our-team-header {
  position: relative;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.our-team.with-animation .team_custom_heading {
  margin-bottom: 7px;
  color: #444;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  text-align: center;
}
.our-team.with-animation .divider-wrap-inner {
  margin: 25px auto;
  background-color: #4096ef!important;
  transform-origin: center;
  -webkit-transform-origin: center;
  margin-top: 20px;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
  transform: scale(1, 1);
  visibility: visible;
}
.our-team.with-animation .our-team-spacer {
  max-width: 650px;
  display: inline-block;
}
.our-team.with-animation .our-team-row {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.our-team.with-animation .our-team-row:last-child {
  margin-bottom: 0px;
}
.our-team.with-animation .our-team-row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.our-team.with-animation .our-team-item {
  display: block;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
  float: left;
  width: 31.914893614%;
}
.our-team.with-animation .our-team-item:first-child {
  margin-left: 0;
}
.our-team.with-animation .team-member {
  cursor: pointer;
  line-height: 0;
  position: relative;
  width: 100%;
}
.our-team.with-animation .team_member_overlay_wrap {
  height: 100vh;
  width: 100%;
  background-color: #f2f2f2;
  color: #555;
  position: fixed;
  top: auto;
  left: 0;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2,1,.2,1);
  transition: transform 0.8s cubic-bezier(0.2,1,.2,1);
}
.our-team.with-animation .nectar_team_member_close {
  left: 0;
  position: fixed;
  top: 0;
  pointer-events: none;
  display: block;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.our-team.with-animation .team-member-image {
  background-position: top center !important;
  z-index: 2;
  width: 100%;
}
.our-team.with-animation .team-member-image img {
  height: auto;
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100%!important;
  margin-bottom: 0!important;
}
.our-team.with-animation .team-member-overlay {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .8s cubic-bezier(.2,1,.2,1);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.our-team.with-animation .team-meta {
  width: 100%;
  position: absolute;
  z-index: 10;
  padding-left: 25px;
  margin-bottom: 25px;
  left: 0;
  bottom: 0;
  text-align: left;
}
.our-team.with-animation .team-meta h3 {
  margin-bottom: 8px;
  font-family: Lovelo,sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  color: #fff;
}
.our-team.with-animation .team-meta p {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  color: rgba(255,255,255,0.8);
  padding: 7px 0 0 0!important;
  display: block;
  line-height: 16px;
  padding-top: 0!important;
}
.our-team.with-animation .team-meta .arrow-end {
  display: inline-block;
  font-family: 'FontAwesome'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  content: "\f105";
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 53%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  font-size: 25px;
  transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  color: #fff;
  right: 25px;
  opacity: 0;
  width: auto;
  -ms-transform: translateX(-8px) translateY(-50%);
  -webkit-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.our-team .team-meta .arrow-line {
  backface-visibility: hidden;
  letter-spacing: 0;
  display: block;
  content: ' ';
  z-index: 100;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #000;
  top: 53%;
  opacity: 0;
  right: -10px;
  cursor: pointer;
  transform: translateY(-50%) translateX(-20px) translateZ(0);
  -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  top: 53%;
  background-color: #fff;
  right: 27px;
}
.our-team.with-animation .team-member:hover .team-member-overlay {
  opacity: 0.4;
}
.our-team.with-animation .team-member:hover .team-meta h3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.our-team.with-animation .team-member:hover .team-meta p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.our-team.with-animation .team-member:hover .team-meta .arrow-end {
  opacity: 1;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.our-team.with-animation .team-member:hover .team-meta .arrow-line {
  opacity: 1;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}




@media only screen and (max-width: 1300px) and (min-width: 1000px){

  .our-team.with-animation .team_custom_heading {
    font-size: 40.8px;
    line-height: 49.3px;
  }
  .our-team.with-animation .team-meta h3 {
    font-size: 17px;
    line-height: 17px;
  }



}



@media only screen and (max-width: 1000px) and (min-width: 690px){
  .our-team.with-animation .team_custom_heading {
    font-size: 38.4px;
    line-height: 46.4px;
  }
  .our-team.with-animation .team-meta h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .our-team .team_member_details {
    width: 65%;
  }
  .our-team .team_member_picture {
    width: 35%;
  }


}


@media only screen and (max-width: 1000px) {
  .our-team.with-animation .our-team-row {
    flex-wrap: wrap;
  }
  .our-team.with-animation .our-team-item {
    width: 100%;
    margin-right: 0px!important;
    margin-left: 0px;
  }
  .our-team.with-animation .our-team-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .our-team.with-animation .our-team-row:last-child {
    padding: 24px 0;
  }
  .our-team.with-animation .nectar_team_member_close {
    display: none !important;
  }
  .our-team .team_active span.mobile-close {
    transform: rotate( 45deg); 
    -webkit-transform: rotate( 45deg);
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    transform-origin: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid;
    border-color: #4096ef;
  }
  .our-team span.mobile-close:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
    content: ' ';
    background-color: #4096ef!important;
  }
  .our-team span.mobile-close:after {
    position: absolute;
    display: block;
    height: 16px;
    width: 2px;
    left: 13px;
    top: 6px;
    content: ' ';
    background-color: #4096ef!important;
  }






}

@media only screen and (max-width: 690px){
  .our-team.with-animation .team_custom_heading {
    font-size: 36px;
    line-height: 43.5px;
  }
  .our-team.with-animation .team-meta h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .our-team.with-animation .team_member_overlay_wrap {
    overflow-y: auto;
  }
  .our-team .team_member_details {
    padding: 10% 10%;
    width: 100%;
  }
  .our-team .team_member_picture {
    display: none;
  }















}













