
.navbar-brand img,
.mobile-topbar .logo img,
.mobile-menu-main .logo img,
.footer-logo img {
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.header-2 .navbar-brand img {
  height: 40px;
}
.navbar-nav .nav-item .nav-link.active {
  color: var(--theme);
}
.header-2 .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
.sticky-menu.header-2 .navbar-nav .nav-item .nav-link.active {
  color: var(--theme);
}

/* equal-portfolio-cards */
.project-section-6 .row > [class*="col-"] {
  display: flex;
}
.project-section-6 .project-box-items-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.project-section-6 .project-box-items-2 .thumb {
  aspect-ratio: 16 / 9;
  height: auto !important;
}
.project-section-6 .project-box-items-2 .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-section-6 .project-box-items-2 .content-items {
  margin-top: 20px;
}
.project-section-6 .project-box-items-2 .content-items .content .title {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 1.25;
  min-height: 2.5em;
}
.project-details-wrapper .project-details-top-item .project-details-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.project-details-wrapper .project-details-top-item .details-image-item .thumb {
  aspect-ratio: 16 / 9;
}
.project-details-wrapper .project-details-top-item .details-image-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details-wrapper .project-details-top-item .left-text h2 {
  font-size: 36px;
}
.cmn-prev,
.cmn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-section-2 .testimonial-wrapper-two {
  margin-right: 0;
}
.testimonial-section-2 .testimonial-box-items-2 {
  max-width: none;
  opacity: 1;
}
.testimonial-section-2 .client-info .thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.tq-review-panel {
  background: #15171A;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 36px;
  height: auto;
  min-height: 420px;
}
.tq-review-panel span.score {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.tq-review-panel .stars {
  color: #5CABFF;
  margin: 12px 0 18px;
}
.tq-review-panel p {
  color: rgba(255,255,255,.78);
  margin-bottom: 10px;
}
.tq-review-panel a {
  color: #5CABFF;
  text-decoration: none;
  font-weight: 600;
}
.about-bg-box .avator img {
  width: auto;
  max-width: 220px;
  height: 56px;
  object-fit: contain;
}
