.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: var(--light);
  border-radius: var(--border-radius);
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.portfolio-list {
  list-style: none;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
  max-height: 330px;
}

.thumb-info .thumb-info-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: var(--border-radius);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link>a {
  display: block;
  padding-top: 72%;
  text-indent: -9999px;
}

.hover-effect-1 a {
  transition: ease color 300ms;
}

.portfolio-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: 1.5rem;
}

.hover-effect-1.portfolio-item .thumb-info,
.hover-effect-1.portfolio-item .owl-carousel {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  transition: ease box-shadow 300ms;
}

.thumb-info.thumb-info-no-bg {
  background: transparent;
}

.hover-effect-1.portfolio-item {
  transition: ease transform 300ms;
}

.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.sort-source.sort-source-style-3>li.active>a {
  border-bottom-color: var(--primary) !important;
  color: var(--primary) !important;
}

.sort-source.sort-source-style-3>li.active>a {
  background: transparent !important;
  border-bottom: 3px solid var(--grey-500);
  border-radius: 0;
}

.custom-nav-link {
  font-size: 18px;
  font-size: 1.2125rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 0 !important;
  padding: .25rem 0 !important;
  margin: 0 20px;
  margin: 0 1.25rem;
  border-bottom: 4px solid transparent;
}

.sort-source.sort-source-style-3>li.active>a {
  border-bottom-color: var(--primary) !important;
  color: var(--primary) !important;
}

.sort-source.sort-source-style-3>li.active>a {
  background: transparent !important;
  border-bottom: 3px solid var(--grey-500);
  border-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 300;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  list-style: none;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 300;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.filter-wrapper .search-form input {
  padding: 12.8px 48px 12.8px 19.2px;
  padding: 0.8rem 3rem 0.8rem 1.2rem;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--dark);
  outline: 0;
}

.filter-wrapper .search-form {
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 3rem;
  display: inline-block;
  margin: -10px 0;
}

.text-end {
  text-align: right !important;
}

.filter-wrapper .search-form .btn {
  position: absolute;
  top: 53%;
  right: -11.2px;
  right: -0.7rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  min-width: 80px;
  min-width: 5rem;
  transform: translateY(-50%);
  padding: 0;
  background: none;
  transition: color 0.3s;
}

[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}

/* Filter */
.filter-wrapper.sticky-active {
  padding: 0 58px;
  position: relative;
}

.filter-wrapper.sticky-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

.filter-wrapper .search-form {
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 3rem;
  display: inline-block;
  margin: -10px 0;
}

.filter-wrapper .search-form input[type="search"]::-webkit-search-decoration,
.filter-wrapper .search-form input[type="search"]::-webkit-search-cancel-button,
.filter-wrapper .search-form input[type="search"]::-webkit-search-results-button,
.filter-wrapper .search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.filter-wrapper .search-form input {
  padding: 12.8px 48px 12.8px 19.2px;
  padding: 0.8rem 3rem 0.8rem 1.2rem;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--dark);
  outline: 0;
}

.filter-wrapper .search-form .btn {
  position: absolute;
  top: 53%;
  right: -11.2px;
  right: -0.7rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  min-width: 80px;
  min-width: 5rem;
  transform: translateY(-50%);
  padding: 0;
  background: none;
  transition: color 0.3s;
}

/* List Icons */
.custom-list-icons-1 .custom-list-icon {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  margin-right: 3px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}

.custom-letter-spacing-1 {
  letter-spacing: 5px;
}

.img-scale {
  scale: 1;
  transition: 0.35s ease-in-out;
}

.img-scale:hover {
  scale: 1.2;
  transition: 0.35s ease-in-out;
}

.btn-contractor {
  background-color: yellow;
  border: 4px dashed #555;
  box-shadow:2px 2px 4px 2px #ffffff37;
  transition: 0.35s ease-in-out;
  color: #414141;
}

.btn-contractor:hover {
  background-color: yellow;
  color: #333;
  border: 3px dashed #111;
  transition: 0.35s ease-in-out;
}