h4{
  font-size: 14px;
}

.cm-team-v3 {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.cm-team-v3 .page-center {
  padding: 20px 0;
}
.cm-team-v3 .top_content {
  text-align: center;
  padding: 0 10px;
}
.cm-team-v3 .top_content h1,
.cm-team-v3 .top_content h2 {
  color: #fff;
}
.cm-team-v3 .top_content > *:last-child {
  margin-bottom: 20px;
}

.cm-team-v3 .items_row {
  grid-gap: 20px;
  display: grid;
  margin: 0 0 64px;
  padding: 10px;
  position: relative;
  row-gap: 0;
  z-index: 2;
  padding-top: 0;
  margin-top: -10px;
  grid-template-columns: auto;
}



.cm-team-v3 .team_item {
  align-items: flex-start;
  border: 2px solid #361292;
  border-radius: 6px;
  box-shadow: 8px 8px 0 #361292;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #f7f9fd;
  text-align: center;
  margin-top: 80px;

}
.cm-team-v3 .btn_wrap {
  text-align: center;
}
.cm-team-v3 a.hs-button {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Mono",sans-serif;
  text-transform: uppercase;
  padding: 10px 16px;
  line-height: 24px;
  display: inline-block;
}

.cm-team-v3 .team_item .avatarSec {
  height: 80px;
  position: relative;
  width: 100%;
}
.cm-team-v3 .team_item .avatarWrp {
  left: 50%;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
}
.cm-team-v3 .team_item .avatarHold {
  background-color: #fef1f1;
  border: 1px solid #361292;
  border-radius: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.cm-team-v3 .team_item .avatarHold img {
  bottom: 0;
  left: 10px;
  position: absolute;
  width: 100px;
}

.cm-team-v3 .team_item .info_sec {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
}

.cm-team-v3 .team_item .integration-vendor {
  margin: 0;
  line-height: 1.25;
  font-family: "Rubik Mono One","Arial Black","Roboto",Helvetica,Arial,"sans-serif";
  text-shadow: unset!important;
  -webkit-text-stroke-width: unset!important;
  -webkit-text-stroke-color: unset!important;
  font-weight: 400;
  letter-spacing: normal;
  color:#361292;
}

.info_sec .description 
  font-favily: "Be Vietnam",Helvetica,Arial,"sans-serif";
  font-size: 16px;
}

.info_sec .service-name {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Roboto Mono",Helvetica,Arial,"sans-serif";
  font-weight: 700;
  letter-spacing: normal;
  color:#361292;
}

.info_sec .service-name {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Roboto Mono",Helvetica,Arial,"sans-serif";
  font-weight: 700;
  letter-spacing: normal;
  color:#361292;
}

.cm-team-v3 .card-footer .layer {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: "Roboto Mono",Helvetica,Arial,"sans-serif";
  font-weight: 700;
  letter-spacing: normal;
  color:#361292;
}

.info_sec .card-footer .category {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: "Roboto Mono",Helvetica,Arial,"sans-serif";
  font-weight: 700;
  letter-spacing: normal;
  color:#361292;
}
.card-footer{
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cm-team-v3 .bottom_shapes {
  height: 450px;
  position: relative;
}
.cm-team-v3 .bottom_shapes .brick {
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 195px;
}

.cm-team-v3 .bottom_shapes .bottomCloud {
  bottom: -5px;
  position: absolute;
}

.cm-team-v3 .float_img {
  cursor: pointer;
  position: absolute;
}

.cm-team-v3 .hidden_shape {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1111;
}
.cm-team-v3 .hidden_shape>div {
  height: 100%;
  width: 100%;
}
.cm-team-v3 .hidden_shape>div svg {
  height: 100%;
  width: 100%;
}
.cm-team-v3.shape-show .hidden_shape {
  display: block;
}
.cm-team-v3.shape-show .team_item {
  background-color: #fef1f1;
}


/* Custom Drop-Down Start */
.team_filters{
  position: relative;
  z-index: 3;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 260px;
  font-family: 'Rubik Mono One', sans-serif;
  margin: 10px;
}

.filter {
  border: 2px solid #361292;
  padding: 10px 15px;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #361292;
  border-radius: 5px;
  text-transform: uppercase;
}

.arrow {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, .54);
  transition: transform 0.3s ease;
}

.custom-dropdown.open .arrow {
  transform: rotate(180deg);
}

.multicheckbox-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background: white;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.multicheckbox-options ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.multicheckbox-options li {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-content: space-between;
  gap: 10px;
  letter-spacing: .00938em;
  line-height: 1.5;
  margin: 0;
  min-height: auto;
  outline: 0;
  padding: 15px 16px;
  position: relative;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}

.multicheckbox-options label {
  color: #000;
  font-family: Be Vietnam, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
  cursor: pointer;
}

.multicheckbox-options input[type="checkbox"] {
  cursor: pointer;
  margin: 0;
}

/* Custom Drop-Down End */

@media only screen and (min-width: 768px)  {
  .cm-team-v3 .items_row.two_col {
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
  }
  .cm-team-v3 .items_row.three_col {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .cm-team-v3 .items_row.four_col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} 


@media only screen and (min-width: 1201px)  {

} 


@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cm-team-v3 .items_row.three_col,
  .cm-team-v3 .items_row.four_col {
    grid-template-columns: 2fr 2fr;
  }
} 

@media only screen and (max-width: 767px) {
  .cm-team-v3 .items_row {
    grid-template-columns: auto;
  }

} 
