.badge {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  animation: pulsate 2s infinite;
}

.video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(0deg 0% 0% / 60%);
}

@keyframes pulsate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.65);
  }

  75% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.aboutpg .about-inner-choose .choose-list li:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.aboutpg .about-inner-choose .choose-list li .ch-box {
  align-items: center;
}

.team-left {
  width: 620px;
  padding-right: 185px;
}

.team-right {
  width: calc(100% - 620px);
}

.team-expert {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.team-expert .team-col {
  width: 50%;
  padding: 0 20px;
}

.team-expert .team-col>a {
  background: var(--secondary);
  display: block;
  /*padding: 30px 30px 0;*/
  position: relative;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom,
        transparent 8%,
        hsl(0deg 0% 20% / 80%) 90%);
  }
}

.team-expert .team-col>a .team-img {
  width: 100%;
}

.team-expert .team-col>a .team-img>img {
  display: block;
  margin: 0 auto;
}

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  transform: translate(0, 48px);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.team-info .team-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 30px;
}

.team-info .desg {
  color: var(--white);
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.team-expert .team-col>a:hover .team-info {
  transform: translate(0, 18px);
}

.team-expert .team-col>a:hover .team-info .desg {
  transform: translate(0, -15px);
}

.team-modal-wrapper {
  background: var(--white);
  padding: 100px;
  width: 80%;
}

.model-team {
  width: 577px;
  background: var(--secondary);
  /*padding: 30px 30px 0; */
  top: 0;

  & .team-box {
    & img {
      margin: 0 auto;
    }
  }
}

.model-info {
  width: calc(100% - 577px);
  padding-right: 120px;

  & .heading-40 {
    margin-bottom: 10px;
  }
}

.model-info .divider {
  margin: 35px 0;
}

.fancybox-content {
  width: 95% !important;
  height: calc(100% - 88px) !important;
}

/* *******  TAB ******* */

#our-keyfactor .resp-tabs-list {
  text-align: center;
}

#our-keyfactor .resp-tabs-list li .title_xs {
  width: auto;
}

#our-keyfactor .resp-tabs-container {
  margin-top: 45px;
}

#our-keyfactor .resp-tabs-container .tab_content {
  display: flex;
  flex-wrap: wrap;
  background: #f3f3f4;
}

#our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left {
  width: 40%;
}

#our-keyfactor .resp-tabs-container .tab_content .keyfact-item-right {
  width: 60%;
}

#our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 80px;
}

.about_innbanner .img-scroll-content {
  animation: none;
}

.about_innbanner.breadcrumb {
  min-height: 440px;
}



.tmember_slider1:not(.slick-initialized) {
  width: 100%;
  display: flex;
}

/* .tmember_slider1:not(.slick-initialized) .team-col:not(:nth-child(-n+2)) {
  display: none;
} */

.tmember_slider1.slick-initialized.slick-slider {
  width: 100%;
}






.xpertteam_container {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  .xpertteamtxt {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    .heading-40 {
      text-align: center;
      width: 100%;
    }

    .button-group.mt-30 {
      text-align: center;
      width: 100% !important;
      justify-content: center
    }
  }

  .team-expert {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;


    .team-col {
      padding: 0 20px !important;
      max-width: 420px;

      & a.team-box {
        padding: 0 !important
      }
    }
  }
}



/*  ********** || START MEDIA QUERY || ********** */

@media screen and (max-width: 1599.98px) {
  .team-modal-wrapper {
    padding: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 1439.98px) {
  .team-wrapper {
    margin: 0 -25px;
  }

  .team-wrapper .member {
    width: calc(50% - 50px);
    margin: 0 25px;
  }

  .team-left {
    width: 500px;
    padding-right: 60px;
  }

  .team-right {
    width: calc(100% - 500px);
  }

  .team-expert {
    margin: 0 -10px;
  }

  .team-expert .team-col {
    padding: 0 10px;
  }

  /*.team-expert .team-col > a{padding: 30px 20px 0;}*/
  .team-info .desg {
    min-height: 32px;
  }

  .team-info {
    transform: translate(0, 70px);
  }

  .model-team {
    width: 460px;
  }

  .model-info {
    width: calc(100% - 460px);
    padding-right: 80px;
  }

  #our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left {
    padding: 50px 70px;
  }

  #our-keyfactor .resp-tabs-list li:not(:last-child) {
    margin-right: 5px;
  }

  #our-keyfactor .resp-tabs-list li .title_xs {
    width: 200px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1199.98px) {
  .team-wrapper {
    margin: 0 -10px;
  }

  .team-wrapper .member {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .team-wrapper .member .member-intro {
    padding: 30px;
  }

  .team-left {
    width: 350px;
    padding-right: 30px;
  }

  .team-right {
    width: calc(100% - 350px);
  }

  .team-modal-wrapper {
    padding: 40px 30px 30px;
  }

  .model-team {
    width: 300px;
  }

  .model-info {
    width: calc(100% - 300px);
    padding-right: 30px;
  }

  #our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left {
    padding: 30px;
  }
}

@media screen and (max-width: 991.98px) {
  .play-icon {
    width: 45px;
    height: 45px;
  }

  .team-left {
    width: 100%;
    padding-right: 0;
  }

  .team-right {
    width: 100%;
    margin-top: 30px;
  }

  .team-expert {
    margin: 0 -3px;
  }

  .team-expert .team-col {
    padding: 0 3px;
  }

  .team-info {
    transform: none;
    padding: 20px 15px 15px;
  }

  .team-info .team-name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .team-info .desg {
    font-size: 14px;
    line-height: 1.1;
  }

  .model-team {
    width: 200px;
  }

  .model-info {
    width: calc(100% - 200px);
  }

  #our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left {
    padding: 30px;
  }

  #our-keyfactor .resp-tabs-container .tab_content .keyfact-item-left,
  #our-keyfactor .resp-tabs-container .tab_content .keyfact-item-right {
    width: 100%;
  }

  #our-keyfactor .process_tab_wrap {
    display: none;
  }

  #our-keyfactor .resp-tabs-container.mobile-accordion .resp-accordion {
    display: block;
    border: 1px solid #f3f3f4 !important;
    padding: 15px 20px !important;
  }

  #our-keyfactor .resp-accordion.resp-tab-active .resp-arrow {
    background: var(--primary);
  }

  #our-keyfactor .resp-tabs-container.mobile-accordion .resp-accordion.resp-tab-active {
    background: #f3f3f4;
    border-bottom: 1px solid #e5e5ec !important;
  }

  .xpertteam_container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .team-wrapper {
    row-gap: 20px;
  }

  .team-wrapper .member {
    width: calc(100% - 20px);
  }

  .model-team {
    width: 100%;
    order: 1;
  }

  .model-info {
    width: 100%;
    order: 2;
    margin-top: 20px;
    padding-right: 0;
  }

  .model-info {
    & .heading-40 {
      margin-bottom: 5px;
    }
  }

  .model-info .divider {
    margin: 12px 0 25px;
  }

  .team-modal-wrapper {
    padding: 40px 20px 20px;
  }

  .xpertteam_container {
    margin-bottom: 0;

    & .team-expert {
      .team-col {
        padding: 0 5px !important;
        max-width: 420px;
        width: 100%;
      }
    }
  }

  .tmember_slider1:not(.slick-initialized) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }



}

@media screen and (max-width: 575.98px) {
  .team-info .team-name {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .team-modal-wrapper p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  .team-modal-wrapper p:last-child {
    margin-bottom: 20px;
  }
}