.our-team-wrp .title {
  margin-bottom: 48px;
  text-align: center;
}
.our-team-wrp .item-img-wrapping {
  width: 277px;
  height: 277px;
  border-radius: 277px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.our-team-wrp .item-img-wrapping .item-img {
  width: 100%;
  height: 277px;
  object-fit: cover;
}
.our-team-wrp .name,
.our-team-wrp .desig {
  margin-bottom: 0;
  text-align: left;
}
.our-team-wrp .desig {
  color: #152934;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.our-team-wrp .menu-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  background-color: var(--secondary);
  position: relative;
}
.our-team-wrp .menu-icon .bar {
  /*     height: 4px; */
  position: absolute;
  /*     transition: all .4s ease-in-out; */
  /*     width: 23px; */
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.our-team-wrp .menu-icon .horizontal {
  /*     transform: rotate(0deg); */

  width: 23px;
  height: 4px;

  top: 24px;
}
.our-team-wrp .menu-icon .vertical {
  /*     transform: rotate(90deg); */

  width: 4px;
  height: 23px;

  right: 24px;
}
.our-team-wrp .menu-icon:hover {
  padding: 10px;
  align-items: normal;
}
.our-team-wrp .menu-icon:hover .horizontal {
  /*     transform: rotate(0deg);
  transform-origin: right; */
  width: 12px;
  width: 37px;
  height: 6px;

  top: 10px;
}
.our-team-wrp .menu-icon:hover .vertical {
  /*     transform: rotate(-90deg);
  transform-origin: right; */
  /*     width: 12px;
  width: 31px;
  height: 6px; */

  width: 6px;
  height: 35px;

  right: 7px;
}
.our-team-wrp .member-bio-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 55;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.our-team-wrp .member-bio-wrapper.current {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.our-team-wrp .member-bio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 10vh 24px;
}
.our-team-wrp .member-bio-wrapper .content-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1197px;
}
.our-team-wrp .member-section {
  border-radius: 30px;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.20);
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 96px 81px;
}
.our-team-wrp .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.our-team-wrp .close:hover {
  transform: rotate(90deg);
}
.our-team-wrp .close svg {
  width: 20px;
  height: 20px;
}
.our-team-wrp .close svg polygon {
  fill: var(--secondary);
}
.our-team-wrp .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 48px;
}

.our-team-wrp .member-bio-wrapper .col-wrap {
  column-gap: 48px;
  display: grid;
  grid-template-columns: auto 1fr;
}

.havehonors .contentwrapping-inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 48px;
}
.our-team-wrp .img-in {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  /*     min-height: 335px; */
  min-height: 322px;
}
.our-team-wrp .card-name {
  margin-bottom: 0;
}
.our-team-wrp .card-bio *:last-child {
  margin-bottom: 0;
}
.our-team-wrp .member-section-in {
  max-height: calc(90vh - 80px);
  overflow: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.our-team-wrp .member-section-in::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}
.our-team-wrp .member-section-in::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 20px;
}
.our-team-wrp .member-section-in::-webkit-scrollbar-track {
  background: #e1effd;
  border-radius: 20px;
}
.btn-primary-wrapper .buttonOpen {
    background-color: red;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    overflow: hidden;
    padding: 19px 36px;
    position: relative;
    text-decoration: none;
}
.btn-primary-wrapper .buttonOpen {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3333;
    text-align: center;
    text-decoration: none;
}
.btn-primary-wrapper .buttonOpen:before {
    background-color: #c50000;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s 
ease-in-out;
    width: 40%;
}
.btn-primary-wrapper .buttonOpen span {
    position: relative;
    z-index: 1;
}
.btn-primary-wrapper .buttonOpen:active, .btn-primary-wrapper .buttonOpen:focus, .btn-primary-wrapper .buttonOpen:hover {
    background-color: #c50000;
    background-color: red;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 19px 36px;
    text-decoration: none;
  cursor: pointer;
}
.btn-primary-wrapper .buttonOpen:hover:before {
    border-radius: 30px;
    opacity: 1;
    width: 100%;
}
.item-col.card-horizontal > .item-content-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    align-items: center;
    border-radius: 20px;
    background: #F0F2F5;
    padding: 45px 54px;
    column-gap: 48px;
}
.item-col > .item-content-inner .cta-group {
    margin-top: 12px;
}
.item-col.card-vertical > .item-content-inner {
    align-items: center;
    border-radius: 20px;
    background: #F0F2F5;
    padding: 25px 34px;
    display: flex;
    flex-direction: column;
    align-content: center;
    width: fit-content;
      row-gap: 12px;
}
.item-col.card-vertical {
    display: flex;
    justify-content: center;
    width: fit-content;
}
.our-team-wrp .item-col.card-vertical .name, .our-team-wrp .item-col.card-vertical .desig {
  text-align: center;
}
@media (min-width: 768px){ 
  .our-team-wrp .row  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1296px){
  .our-team-wrp .item-img-wrapping {
      width: 200px;
      height: 200px;
      border-radius: 277px;
  }
  .our-team-wrp .item-img-wrapping .item-img {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 991px){
  .our-team-wrp {
     
  }
  .our-team-wrp .row {
    column-gap: 28px;
    row-gap: 48px;
  }
  .our-team-wrp .name {
    margin-bottom: 0;
  }
  .item-col.card-horizontal > .item-content-inner {
    border-radius: 20px;
    background: #F0F2F5;
    padding: 25px 34px;
    column-gap: 24px;
    display: flex;
    flex-direction: column;
    align-content: center;
    row-gap: 14px;
  }
  .item-col.card-horizontal > .item-content-inner .contentwrapping * {
    text-align: center;
    justify-content: center;
  }
  .our-team-wrp .member-bio-wrapper .col-wrap {
    column-gap: 48px;
    display: flex;
    flex-direction: column;
  }
  .contentwrapping-inner {
    grid-template-columns: 1fr!important;
    column-gap: 48px!important;
  }
  .our-team-wrp .member-bio-inner .item-img-wrapping {
    height: 225px;
    width: 225px;
  }
  .our-team-wrp .member-bio-inner .item-img-wrapping .item-img {
    height: 225px;
  }
}
@media (max-width: 767px){
  .our-team-wrp {
     
  }
  {% if module.style.container_width == "custom-width" %}
  .custom-width {
    padding: 0 20px;
  }
  {% endif %} 
  .our-team-wrp .item-col.card-horizontal .item-img-wrapping {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  .our-team-wrp .item-col.card-horizontal .item-img-wrapping .item-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .our-team-wrp .row  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 51px;
    justify-content: center;
  }
  .our-team-wrp .title {
    margin-bottom: 38px;
  }
  .our-team-wrp .item-col {
    width: 100%;
  }
  .our-team-wrp .member-bio-inner {
    /*       padding: 5vh 20px; */
    padding: 5vh 0;
  }
  .our-team-wrp .member-section {
    padding: 77px 20px 31px;

    padding-right: 0;
  }
  .our-team-wrp .member-section-in {
    padding-right: 20px;
  }
  .our-team-wrp .close {
    right: 23px;
    top: 25px;
  }
  .our-team-wrp .img-col {
    width: 100%;
    margin-bottom: 45px;
  }
  .our-team-wrp .img-in {
    min-height: 322px;
  }
  .our-team-wrp .content-col {
    width: 100%;
    padding: 0 16px;
  }
  .our-team-wrp .card-name {
    margin-bottom: 9px;
  }
  .our-team-wrp .card-desig {
    /*       margin-bottom: 31px; */
  }
}