.text-logo {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
}

.text-logo:hover,
.text-logo:focus {
  color: #fff;
  text-decoration: none;
}

.text-logo strong {
  font-weight: 800;
}

.hero-content h1 {
  min-height: 1.25em;
}

.portfolio-img {
  background: #111418;
}

.portfolio-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.portfolio-overlay-details {
  padding: 1rem;
}

.portfolio-overlay-details h5 {
  margin-bottom: 0.25rem;
}

.social-icons-lg li a {
  font-size: 1.25rem;
}

.portfolio-modal-content {
  background: #fff;
  border-radius: 0.5rem;
  margin: 2rem auto;
  max-width: 1140px;
  padding: 2rem;
}

.portfolio-modal-caption {
  color: #6c757d;
  line-height: 1.5;
}

.portfolio-modal-content .single-slideshow img {
  display: block;
  height: auto;
  width: 100%;
}

.portfolio-modal-content .owl-stage-outer {
  min-height: 220px;
}

.portfolio-modal-content .owl-carousel .owl-nav button.owl-prev,
.portfolio-modal-content .owl-carousel .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

@media (max-width: 575.98px) {
  .hero-content .text-16 {
    font-size: 3.25rem !important;
  }

  .text-logo {
    font-size: 1.25rem;
  }
}
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




