.cust-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cust-logo img {
  height: 60px;
  width: auto;
}
.cust-logo h1 {
  margin: 0;
  font-size: 26px;
  color: var(--theme-color);
}
.cust-logo h1 span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color2);
}
.about-right .site-title span {
  display: block;
  font-size: 42px;
  font-weight: 700;
}
.about-right .site-title {
  font-size: 30px;
  font-weight: 600;
}
.about-right .about-text {
  margin-bottom: 20px;
  text-align: justify;
}
.testimonial-slider .owl-stage {
  display: flex;
}
.testimonial-area2 .testimonial-item {
  height: 100%;
}
.testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.marque-bg {
  background: var(--theme-color);
}
.marque-bg ul {
  margin: 0;
  padding: 0;
}
.marque-bg ul li {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
  line-height: normal;
}
.marque-bg ul li:last-child {
  border: none;
}
.service-details h4 {
  color: var(--theme-color);
  margin-bottom: 15px;
}
.service-details p {
  margin-bottom: 10px;
}

.service-details ul li {
  list-style: disc;
}
.action-wrap {
  margin-top: 30px;
}
.service-sidebar {
  position: sticky;
  top: 140px;
}
.service-details img {
  max-width: 300px;
}
.service-details strong {
  color: var(--theme-color2);
  font-weight: 500;
}
.footer-list.typ-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog-slider .owl-stage-outer {
  padding: 5px;
}
.blog-slider .owl-nav {
  margin-top: 0px;
}

.blog-slider .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.blog-slider .owl-nav button i {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: var(--color-white);
  font-size: 25px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}

.blog-slider .owl-nav button:hover i {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-slider .owl-nav .owl-prev {
  left: 0px;
  opacity: 0;
}

.blog-slider .owl-nav .owl-next {
  right: 0px;
  opacity: 0;
}

.blog-slider:hover .owl-nav .owl-prev {
  left: -10px;
  opacity: 1;
}

.blog-slider:hover .owl-nav .owl-next {
  right: -10px;
  opacity: 1;
}
.main-navigation .navbar {
  background: var(--color-white);
}

@media all and (max-width: 1199px) {
  .blog-slider .owl-nav {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-top-right {
    justify-content: center;
    width: 100%;
  }
  .cust-logo {
    padding: 0;
    width: auto;
  }
  .cust-logo h1 {
    padding: 0;
    font-size: 22px;
  }
  .cust-logo h1 span {
    font-size: 13px;
  }
  .cust-logo img {
    height: 56px;
  }
  .hero-single .hero-content .hero-title {
    font-size: 32px;
  }
  .hero-single {
    height: 500px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    bottom: 0px;
  }
  .hero-single.slider1 {
    background-position: left center !important;
  }
  .about-experience {
    width: 100px;
    height: 100px;
  }
  .about-experience h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-experience p {
    font-size: 12px;
  }
  .about-right .site-title {
    font-size: 18px;
  }
  .about-right .site-title span {
    font-size: 32px;
  }
  .feature-content h4 {
    font-size: 20px;
  }
  .site-title {
    font-size: 32px;
  }
  .choose-img .img-2 {
    width: 65%;
    bottom: -75px;
  }
  .choose-img .img-1 {
    width: 100%;
  }
  .choose-img .shape {
    top: 42px;
    width: 100px;
  }
  .footer-widget-box.about-us {
    margin-right: 0px;
  }
  .footer-list {
    margin-left: 20px;
  }
  .footer-widget-box {
    margin-bottom: 30px;
  }
  .navbar .nav-item .nav-link {
    font-weight: 500;
    border-bottom: 1px solid #eee;
  }
  .offcanvas-header {
    padding: 10px;
  }
  .navbar .offcanvas-brand {
    width: auto;
  }
  .navbar .offcanvas-brand h1 span {
    font-size: 12px;
  }
  .site-breadcrumb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .site-breadcrumb .breadcrumb-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .terms-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .mob-pb-0 {
    padding-bottom: 0;
  }
  .service-details ul {
    margin-left: 15px;
  }
  .service-sidebar {
    margin-top: 30px;
  }
  .testimonial-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-shape {
    display: none;
  }
  .footer-list.typ-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
