.the_team_section {
  padding-bottom: 136px;
}
.the_team_section .top_heading {
  position: relative;
  padding-bottom: 16px;
}
.the_team_section .top_heading .border_bottom {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #18291B;
}
.the_team_section .cstegories_wrap {
  padding-top: 32px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.the_team_section .cstegories_wrap .job_cat_button {
  margin-bottom: 16px;
  height: 40px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 28px;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  border: 1px solid #18291B;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.the_team_section .cstegories_wrap .job_cat_button.active {
  background-color: #18291B;
  color: #FFFFFF;
}
.the_team_section .team_members_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  margin-left: -12px;
  position: relative;
  min-height: 582px;
}
.the_team_section .team_members_wrap .loader_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  background-color: #FFFFFF;
}
.the_team_section .team_members_wrap .loader_wrap svg {
  width: 70px;
  fill: #18291B;
  margin-top: 290px;
  height: 136px;
}
.the_team_section .team_members_wrap .loader_wrap.active {
  opacity: 1;
}
.the_team_section .no_match_wrap {
  margin-left: 12px;
}
.the_team_section .one_team_member {
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 0 12px 56px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.the_team_section .one_team_member .cardbox {
  height: 414px;
  margin-bottom: 15px;
  position: relative;
}
.the_team_section .one_team_member .cardbox p {
  margin-top: 0;
}
.the_team_section .one_team_member .cardbox .card_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.the_team_section .one_team_member .cardbox .card, .the_team_section .one_team_member .cardbox .card-front {
  height: 100%;
}
.the_team_section .one_team_member .cardbox .cardHover {
  position: relative;
  z-index: 1;
  background-color: #18291B;
  color: rgba(255, 255, 255, 0.6);
  padding: 32px 16px;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.the_team_section .one_team_member .cardbox .cardHover p {
  margin-top: 0;
}
.the_team_section .one_team_member .job_p_text {
  opacity: 0.6;
}
.the_team_section .one_team_member .bb_line {
  margin-top: 48px;
  width: 100%;
  height: 1px;
  background-color: #18291B;
}
@media screen and (min-width: 1025px) {
  .the_team_section .one_team_member .description_on:hover .cardHover {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .the_team_section .cats_container {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .the_team_section .cstegories_wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-left: 24px;
  }
  .the_team_section .cstegories_wrap .job_cat_button {
    width: auto;
    white-space: nowrap;
  }
  .the_team_section .one_team_member {
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 0 12px 96px;
  }
  .the_team_section .one_team_member .job_p_text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .the_team_section .mobile_team_wrap {
    width: 289px;
    overflow: visible;
    margin-left: 0;
  }
  .the_team_section .team_members_wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    margin-left: 0;
    min-height: 482px;
  }
  .the_team_section .team_members_wrap .loader_wrap {
    width: 100vw;
    margin-left: -24px;
  }
  .the_team_section .team_members_wrap .loader_wrap svg {
    margin-top: 200px;
  }
  .the_team_section .no_match_wrap h3 {
    font-size: 28px;
  }
  .the_team_section .one_team_member {
    width: 289px;
    margin: 0;
  }
  .the_team_section .one_team_member .card {
    height: 365px;
    width: 289px;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=team.css.map */