.cm_teamV3_wrp .top_sec {
  padding: 0 15px;
  text-align: left;
  margin-bottom: 35px;
}
.cm_teamV3_wrp .top_sec .title {
  margin-bottom: 40px;
} 

.cm_teamV3_wrp.text_right .cm_team_image svg {
  right: 0;
  left: auto;
  transform: none;
}

.cm_teamV3_wrp .cm_team_image img {
  width: auto;
  max-width: 185px;
  height: 100%;
  max-height: 258px;
  object-fit: contain;
}

.cm_teamV3_wrp.text_right .cm_team_image > a, .cm_teamV3_wrp.text_right .cm_team_image {
  display: flex;
  justify-content: end;
  padding-right: 5px;
}

.cm_teamV3_wrp.text_left .cm_team_image > a, .cm_teamV3_wrp.text_left .cm_team_image {
  display: flex;
  justify-content: flex-start;
  padding-left: 34px;
}

.cm_teamV3_wrp.text_left .cm_team_image svg {
  left: 0;
  transform: none;
}

.cm_teamV3_wrp .cm_team_image {
  margin-bottom: 14px;
  position: relative;
}

.cm_teamV3_wrp.text_right .cm_team_icons {
  justify-content: flex-end;
}

.cm_teamV3_wrp .flex_row {
  row-gap: 40px;
}

.cm_teamV3_wrp .cm_team_row {
  justify-content: flex-start;
}

.cm_teamV3_wrp.text_left .cm_team_icons {
  justify-content: flex-start;
}

.cm_teamV3_wrp .cm_team_image {
  position: relative;
  line-height: 0;
  min-height: 265px;
  display: flex;
  justify-content: center;
  align-items: self-end;
  padding-bottom: 10px;
}

.cm_teamV3_wrp .cm_team_image svg {
  width: auto;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  fill: inherit;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.cm_teamV3_wrp .cm_team_cont.cm_color h3 {
  margin-bottom: 4px;
}

.cm_teamV3_wrp .cm_team_image a {
  position: relative;
  width: 100%;
  min-height: 265px;
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.cm_teamV3_wrp .cm_mod_buton {
  margin-top: 30px;
}

.cm_teamV3_wrp .cm_team_cont h5 {
  margin-bottom: 4px;
}

.cm_teamV3_wrp .cm_team_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}



.cm_teamV3_wrp .team_trigger {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.cm_teamV3_wrp .cm_team_icons a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.cm_teamV3_wrp .cm_team_icons a * {
  width: 25px;
  height: 25px;
}



.cm_teamV3_wrp .user {
  position: relative;
  display: flex
    ;
  align-items: center;
  align-content: center;
  gap: 3rem;
}
.cm_teamV3_wrp .user_image {
  --base-shape-size: 3rem;
  --i-size: 12rem;
  position: relative;
  width: var(--i-size);
  height: calc(var(--i-size) * 1.32203389831);
  min-width: var(--i-size);
  background: #f2f9fd;
  transition: all var(--base-transition) ease-in-out;
  cursor: pointer; 
  -webkit-clip-path: polygon(var(--base-shape-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--base-shape-size));
  clip-path: polygon(var(--base-shape-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--base-shape-size));
}
.cm_teamV3_wrp .user_image img {
  filter: grayscale(100);
  width: 100%;
}
.cm_teamV3_wrp .user_image:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.cm_teamV3_wrp .user .name {
  margin-bottom: 8px;
  line-height: 1.222;
}
.cm_teamV3_wrp .user .designation {
  margin-bottom: 8px;
  font-size: 12px;
}
.cm_teamV3_wrp .cm_team_card .btn_row {
  margin: 0;
  row-gap: 0;
}
.cm_teamV3_wrp .cm_team_card .btn_row .btn_item {
  margin-top: 10px;
}
.cm_teamV3_wrp .cm_team_card .cm_team_icons {
  margin-top: 15px;
}




{# popup #}

.cm_teamV3_wrp .team_popup-modal {
  background: rgb(0 ,0 ,0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
      background: #fff;
}

.cm_teamV3_wrp .team_popup-modal.show {
  display: block;
}

.cm_teamV3_wrp .team_popup-modal.active_show {
  opacity: 1;
  visibility: visible;
}

.cm_teamV3_wrp .team_popup-modal .modal__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
      padding: 3rem 0;
}

.cm_teamV3_wrp .team_popup-modal .modal__box {
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
      -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;

  border-radius: 5px;
  overflow: hidden;
}

.cm_teamV3_wrp .team_popup-modal.active_show .modal__box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cm_teamV3_wrp .inner_spacer {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.cm_teamV3_wrp .closeIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 11;
      display: none;
}

.cm_teamV3_wrp .closeIcon i {
  font-weight: 700;
}

.cm_teamV3_wrp .team_popup-modal .inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px;
}

.cm_teamV3_wrp .team_popup-moda .mem_imng {
  width: 40%;
}

.cm_teamV3_wrp .team_popup-modal .mem_bio_wrap {
  width: 60%;
}
.cm_teamV3_wrp .team_popup-modal .mem_bio_wrap:only-child {
  width: 100%;
}

.cm_teamV3_wrp .team_popup-modal .mem_imng {
  width: 40%;
  position: relative;
}

.cm_teamV3_wrp .team_popup-modal .imgn_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cm_teamV3_wrp .team_popup-modal .bio_inner {
  padding: 40px;
  text-align: left;
}

.cm_teamV3_wrp .team_popup-modal .desig {
  margin-bottom: 0;
}

.cm_teamV3_wrp .social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.cm_teamV3_wrp .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.cm_teamV3_wrp .social-icons a svg {
  width: 20px;
  display: block;
  height: 20px;
}

.cm_teamV3_wrp .col2 .cm_team_image img {
  width: 100%;
}

.cm_teamV3_wrp.removeCard_bg_svg .cm_team_image svg {
  display: none;
}

.cm_teamV3_wrp.removeCard_bg_svg .cm_team_image, 
.cm_teamV3_wrp.removeCard_bg_svg .cm_team_image > a {
  min-height: auto;
}

{# Popup New #}

.cm_teamV3_wrp .team_popup-modal .modal__box {
  max-width: 1200px;
  background-color: transparent !important;
  padding: 0 var(--gap);
}

.cm_teamV3_wrp .team_popup-modal .inner_row.old {
  display: none;
}


.cm_teamV3_wrp .team_popup-modal .popup_content {
  --base-shape-size: 5rem;
  position: relative;
  background: #1471c2;
  padding: 10rem 10rem 7rem 10rem;
  display: flex
    ;
  gap: 5rem;
  color: var(--color-white);
  min-height: 48rem;
  -webkit-clip-path: polygon(var(--base-shape-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--base-shape-size));
  clip-path: polygon(var(--base-shape-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--base-shape-size));
  background: lightblue !important;
}
.cm_teamV3_wrp .team_popup-modal .popup-close {
  position: absolute;
  display: flex
    ;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #1471c2;
  right: 3rem;
  top: 3rem;
  width: 5rem;
  height: 5rem;
  border: none;
  background: rgb(240, 240, 240);
  left: auto;
  opacity: 1;
  visibility: visible;
}


.cm_teamV3_wrp .team_popup-modal .icon-close {
  --i-size: 2rem;
  fill: currentColor;
  stroke: currentColor;
  color: inherit;
  width: var(--i-size);
  height: var(--i-size);
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: color calc(var(--base-transition) / 2) ease;
  background-color: currentColor;
  -webkit-mask-image: none;
  mask-image: none;
  transition: transform 1.2s ease-in-out;
 
}
.cm_teamV3_wrp .team_popup-modal .popup-close:hover .icon {
    transform: rotate(1turn);
}

.cm_teamV3_wrp .team_popup-modal .popup_info {
  position: relative;
  display: flex
    ;
  flex-direction: column;
  gap: 1rem 0;
  flex: 1;
  padding-right: 24rem;
}
.cm_teamV3_wrp .team_popup-modal .popup_description {
  width: 26rem;
  min-width: 26rem;
  font-size: 1.6rem;
  text-align: left;
}
.cm_teamV3_wrp .team_popup-modal .popup_description p {
    margin: 0;
    padding-bottom: 15px;
}
.cm_teamV3_wrp .team_popup-modal .popup_description .description {
    padding-bottom: 15px;
}



.cm_teamV3_wrp .team_popup-modal .name {
    color: inherit;
    margin: 0;
}
.cm_teamV3_wrp .team_popup-modal .popup_image {
    position: absolute;
    bottom: -7rem;
    width: 32rem;
    right: 0;
    display: flex
;
    align-items: flex-end;
    align-content: flex-end;
    z-index: 0;
}
.cm_teamV3_wrp .team_popup-modal .popup_image picture {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: flex-end;
    align-content: flex-end;
}
.cm_teamV3_wrp .team_popup-modal .popup_image img {
    filter: grayscale(100);
}



@media(min-width: 768px) {
  .cm_teamV3_wrp .team_popup-modal .imgn_box img {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cm_teamV3_wrp .team_popup-modal .popup_content {
    padding: 10rem 6rem 7rem 6rem;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_info {
    padding-right: 15rem;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_description {
    width: 34rem;
    min-width: 34rem;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_image {
    width: 24rem;
  }


}

@media (max-width: 1199px) and (min-width: 992px) {

  .cm_teamV3_wrp .team_popup-modal .name {
    font-size: 42px;
  }
}

@media(max-width: 991px) {
  .cm_teamV3_wrp .team_popup-modal .mem_imng {
    width: 50%;
  }

  .cm_teamV3_wrp .team_popup-modal .mem_bio_wrap {
    width: 50%;
  }
  
    .cm_teamV3_wrp .team_popup-modal .popup_content {
    flex-direction: column;
}
  .cm_teamV3_wrp .team_popup-modal .popup_image {
    bottom: 0;
    height: 100%;
}
  .cm_teamV3_wrp .team_popup-modal .popup_image picture {
    justify-content: flex-end;
}
  .cm_teamV3_wrp .team_popup-modal .popup_image img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
}
  .cm_teamV3_wrp .team_popup-modal .popup_description {
    width: 100%;
    min-width: 100%;
}
  
}

@media(max-width: 767px) {
  .cm_teamV3_wrp .team_popup-modal .mem_bio_wrap, .cm_teamV3_wrp .team_popup-modal .mem_imng {
    width: 100%;
  }

  .cm_teamV3_wrp .team_popup-modal .imgn_box {
    background: none !important;
    position: static;
  }

  .cm_teamV3_wrp .team_popup-modal .mem_imng img {
    max-width: 100%;
    height: auto;
  }

  .cm_teamV3_wrp .team_popup-modal .imgn_box img {
    width: auto;
    height: 100%;
    max-height: 300px;
    max-width: none;
  }

  .cm_teamV3_wrp .team_popup-modal .modal__box {
    width: 70%;
  }

  .cm_teamV3_wrp .team_popup-modal .bio_inner {
    font-size: 0.9em;
  }

  .cm_teamV3_wrp .team_popup-modal .mem_bio_wrap p {
    margin-bottom: 10px;
  }


  .cm_teamV3_wrp .closeIcon {
    right: 20px;
    top: 20px;
  }

  .cm_teamV3_wrp .team_popup-modal .bio_inner {
    padding: 20px;
  }

  .cm_teamV3_wrp .team_popup-modal .popup_content {
    padding: 10rem 3rem;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_info {
    padding-right: 0;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_image {
    position: relative;
  }
  .cm_teamV3_wrp .team_popup-modal .popup_image img {
    position: relative;
  }
  .cm_teamV3_wrp .team_popup-modal .modal__box {
    width: 100%;
  } 

}

@media(max-width: 600px) {
  .cm_teamV3_wrp .team_popup-modal .modal__box {
    width: 100%;
  }

  .cm_teamV3_wrp .team_popup-modal .modal__container {
    padding-left: 0;
    padding-right: 0;
  }

  .cm_teamV3_wrp .link_text_wrap a {
    padding: 8px 18px;
  }
}

{# endpopup #}

.cm_teamV3_wrp .glide__bullets {
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}

.cm_teamV3_wrp .cm_team_image.noBgAdded {
  min-height: auto;
}

.cm_teamV3_wrp .cm_team_image.noBgAdded img {
  max-width: 100%;
  max-height: none;
  object-fit: unset;
}

.cm_team_image.noBgAdded img {
  overflow: hidden;
}

.cm_team_image.noBgAdded {
  overflow: hidden;
}

.cm_teamV3_wrp.text_left .cm_team_image.noBgAdded {
  padding-left: 0;
}

@media(max-width: 1230px) {
  .cm_teamV3_wrp .glide__arrow.glide__arrow--right {
    right: 0;
  }

  .cm_teamV3_wrp .glide .glide__arrow--left {
    left: 0;
  }
}
