.all_portfolio_listing {
  padding: 60px 0 30px;
  border-radius: 10px 0;
  position: relative;
}
.all_portfolio_listing::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: 8px;
  background-color: var(--OffWhite);
  border-radius: 10px;
  transition: background-color 0.3s ease;
  z-index: 12;
  bottom: -20px;
}

.all_portfolio_listing .container {
  max-width: 1240px;
}

.all_portfolio_listing table {
  border: none !important;
  border-collapse: unset !important;
  border-spacing: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
}

.all_portfolio_listing table tr th {
  background: var(--LightGrey4);
  padding: 14px 10px !important;
  border-right: 1px solid var(--LightGrey4);
  text-align: left;
}

.all_portfolio_listing table tr th:first-child {
  border-radius: 10px 0 0 0;
  text-align: center;
}

.all_portfolio_listing table tr th:last-child {
  border-radius: 0 10px 0 0;
}

.all_portfolio_listing table tr td {
  padding: 14px 10px !important;
  border-bottom: 1px solid var(--LightGrey4);
  border-right: 1px solid var(--LightGrey4);
}

.all_portfolio_listing table tr td a {
  text-decoration: none;
  color: var(--dark);
}

.all_portfolio_listing table tr td a:hover {
  color: var(--PrimaryGreen);
}

.all_portfolio_listing table tr td br {
  display: none;
}

.all_portfolio_listing table tr td a:not(:last-child) {
  position: relative;
}

.all_portfolio_listing table tr td a:not(:last-child)::after {
  content: ",";
  margin: 0 5px 0 1px;
}

.all_portfolio_listing table tr td:first-child {
  padding-left: 26px !important;
  border-left: 1px solid var(--LightGrey4);
  text-align: center;
}

.all_portfolio_listing .ind-filter-wrap {
  position: relative;
}

.all_portfolio_listing .ind-filter-wrap .industry-filter {
  position: absolute;
  background: #fff;
  padding: 5px 15px;
  box-shadow: 0px 4px 15px rgba(10, 2, 64, 0.15);
  border-radius: 5px;
  top: 30px;
  right: 0px;
  width: 300px;
  display: none;
  z-index: 10;
  max-height: 250px;
  overflow: auto;
}

.all_portfolio_listing .ind-filter-wrap .industry-filter a {
  display: block;
  padding: 2px 0;
  margin: 8px 0;
}

.all_portfolio_listing .ind-filter-wrap a {
  text-decoration: none;
  color: var(--base_color);
}

.all_portfolio_listing .ind-filter-wrap > a {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../../images/sort-icon.svg) no-repeat right center;
}

@media (min-width: 768px) {
  .all_portfolio_listing {
    padding: 60px 0 50px;
  }
  .all_portfolio_listing::before{
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .all_portfolio_listing {
    padding: 110px 0 50px;
  }

  .all_portfolio_listing table tr th,
  .all_portfolio_listing table tr td {
    padding: 19px 20px !important;
  }
  
}

@media (min-width: 1200px) {
}

@media (min-width: 1430px) {
  .all_portfolio_listing::before{
    bottom: -40px;
  }
}

@media (min-width: 1660px) {
}
