.industry_main_tab > li {
  box-shadow: 3px 2px 5px 0px #00000040;
  background-color: #f6f8fb;
  padding: 10px 25px;
  margin: 0px 4px;
  width: 210px;
}
.industry_main_tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry_main_tab .nav-link.active {
  background: #a8003e;
  color: var(--white-color);
  border: 0px;
}
.industry_sub_main_tab .nav-link {
  border-bottom: 3px solid var(--white-color);
  margin: 0px 20px;
}
.industry_sub_main_tab .nav-link.active {
  border-color: transparent;
  border-bottom: 3px solid var(--theme-color);
  color: var(--white-color);
  background-color: transparent;
}
.industry_sub_main_tab .nav-link:hover {
  border-color: transparent;
  border-bottom: 3px solid var(--theme-color);
}

.nav-tabs {
  border-bottom: 0px;
}
.container {
  position: relative;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  /* min-width: 3000px; */
  min-width: max-content;
  /* margin-left: 12px; */
  margin-top: 0px;
}

.list li {
  color: #000;
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  vertical-align: middle;
}

.scroller-right {
  float: right;
  right: 0;
}

.scroller-left {
  float: left;
  left: 0;
}
.hover-effect > .fa-arrow-right {
  transform: translateX(10px);
  transition: 0.4s ease-out;
}

.hover-effect:hover .fa-arrow-right {
  color: var(--theme-color) !important;
  transform: translateX(0px);
}
