:root {
  --c-black: #000;
  --c-white: #fff;
  --c-grey-100: #f8f8f8;
  --c-grey-150: #e4e7eb;
  --c-grey-200: #dcdbdc;
  --c-grey-250: #caced7;
  --c-grey-300: #a3aaae;
  --c-grey-400: #999;
  --c-grey-450: #656565;
  --c-grey-500: #4c4a44;
  --c-link: #ef7a42;
  --c-blue: #009edb;
  --c-dark-background: #151515;
  --c-global-border-dark: var(--c-black);
  --c-global-border-light: var(--c-grey-300);
  --c-global-border: #999;
  --c-page-background: #fff;
  --c-subtle-background: #eee;
  --f-sans: "HelveticaNeueLTStd";
  --f-serif: "Chronicle Display Roman";
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900; }

/***** affiliates css *****/
.team_box {
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ececec;
  background-color: #f9f9f9;
  text-align: center; }
  .team_box:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 480px) {
    .team_box {
      padding: 10px; } }
  @media (max-width: 414px) {
    .team_box {
      margin-bottom: 25px; } }
  .team_box img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 220px;
    object-fit: cover; }
    @media (max-width: 414px) {
      .team_box img {
        height: 180px; } }

/*slider*/
.team_slider {
  position: relative;
  /*    &::before {
          content: " ";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 1;
      }*/ }
  .team_slider .carousel {
    /*        position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;*/
    border-radius: 10px;
    overflow: hidden; }
    .team_slider .carousel .carousel-inner {
      /*height: 100%;*/ }
      .team_slider .carousel .carousel-inner .item {
        /*height: 100%;*/ }
        .team_slider .carousel .carousel-inner .item img {
          /*height: 100%;*/
          object-fit: cover;
          width: 100%;
          /*height: 500px;*/
          height: 640px; }
          @media (max-width: 1080px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 550px; } }
          @media (max-width: 980px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 500px; } }
          @media (max-width: 640px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 400px; } }
          @media (max-width: 480px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 300px; } }
          @media (max-width: 414px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 260px; } }
          @media (max-width: 375px) {
            .team_slider .carousel .carousel-inner .item img {
              height: 240px; } }
    .team_slider .carousel .carousel-control {
      width: 10%;
      z-index: 2; }

.team_work_thumb {
  width: 100%;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .team_work_thumb {
      height: 300px; } }
  .team_work_thumb a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .team_work_thumb a > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .team_work_thumb a .team_work_content {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }
      @media (max-width: 480px) {
        .team_work_thumb a .team_work_content {
          left: 10px;
          right: 10px; } }
      .team_work_thumb a .team_work_content > img {
        width: 80px;
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          .team_work_thumb a .team_work_content > img {
            width: 70px; } }
      .team_work_thumb a .team_work_content p {
        color: #fff;
        margin: 0;
        font-size: 36px;
        font-family: var(--f-serif); }
        @media (max-width: 480px) {
          .team_work_thumb a .team_work_content p {
            font-size: 26px; } }

.team_progress_box {
  padding: 100px 20px;
  background-color: #f9f9f9;
  border: 1px solid var(--c-grey-150);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  margin-bottom: 30px; }
  .team_progress_box .team_ic {
    background-color: var(--c-link);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto; }
    .team_progress_box .team_ic i {
      font-size: 50px;
      color: #fff;
      line-height: 2; }
  .team_progress_box h3 {
    margin-top: 40px;
    margin-bottom: 5px;
    color: var(--c-black);
    font-family: var(--f-serif);
    font-size: 36px; }
  .team_progress_box h4 {
    color: var(--c-grey-400);
    font-weight: var(--fw-400);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px; }

.team_list + .team_list {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px; }
@media (max-width: 767px) {
  .team_list .media.media_dir_change {
    display: flex;
    flex-flow: column-reverse; } }
.team_list .media .media-left {
  padding-right: 40px; }
  @media (max-width: 767px) {
    .team_list .media .media-left {
      padding-right: 0;
      display: block; } }
.team_list .media .media-right {
  padding-left: 40px; }
  @media (max-width: 767px) {
    .team_list .media .media-right {
      padding-left: 0;
      display: block; } }
.team_list .media .media-left img,
.team_list .media .media-right img {
  width: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media (max-width: 767px) {
    .team_list .media .media-left img,
    .team_list .media .media-right img {
      margin-bottom: 20px; } }
  @media (max-width: 360px) {
    .team_list .media .media-left img,
    .team_list .media .media-right img {
      width: 100%; } }
@media (max-width: 767px) {
  .team_list .media .media-body {
    display: block;
    width: 100%; } }
.team_list .media .media-body h4 {
  color: var(--c-black);
  font-family: var(--f-serif);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px; }
.team_list .media .media-body p {
  color: var(--c-grey-500);
  font-size: 16px; }

/*# sourceMappingURL=team.css.map */
