.tf-portfolios-wrap .owl-dots {
  text-align: center;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.tf-portfolios-wrap .owl-dot {
  background: rgba(34, 34, 34, 0.2) !important;
  width: 125px;
  height: 1px;
  margin: 0 2.5px;
  position: relative;
}

.tf-portfolios-wrap .owl-dot::before {
  height: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  background-color: transparent;
}

.tf-portfolios-wrap .owl-dot.active {
  background: rgba(34, 34, 34, 1) !important;
}