.topbar .site-logo img {
  width: 140px;
  margin-left: 20px;
}
.topbar .topbar-contact-info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 497px) {
  .topbar {
    display: none;
  }
}

.about-us .about-img-2 {
  width: 100%;
}

.hero .hero-slider-layout .swiper-wrapper .hero-slider-image img {
  width: 100%;
  height: 900px;
}

.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ff5e00;
}

#counters {
  background: linear-gradient(45deg, #ff0000, rgba(0, 0, 0, 0.52));
  padding-inline: 10vw;
  padding-block: 6vh;
  text-align: center;
}
#counters .our-story-counter .counter {
  background: none;
}
#counters .our-story-counter span {
  color: white;
}
#counters .our-story-counter p {
  color: white;
  margin-top: 3vh;
}

.topbar-contact-info ul li p {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
}

.topbar-contact-info ul li p {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  .topbar-contact-info ul li p {
    font-size: 11px;
  }
}

.topbar-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0px;
  padding-right: 0px;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
}

@media (max-width: 497px) {
  .about-img-2 {
    max-width: 100%;
  }
}

.about-us {
  padding: 0;
}

.why-choose-us .card-body img {
  width: 100%;
  height: 130px;
}

.our-work {
  padding: 30px 0px;
}

.testimonial-company-slider {
  border: none;
}

.page-testimonial {
  padding: 0;
}

.about-image {
  max-width: 100%;
  padding-top: 26px;
}

.reveal img {
  height: 100%;
  width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}
@media (max-width: 497px) {
  .reveal img {
    width: 100%;
  }
}

.page-gallery {
  padding: 50px 0 20px;
  text-align: center;
}

.direction {
  flex-direction: column;
}

.our-work {
  padding: 0px 0px;
}

@media only screen and (max-width: 991px) {
  .page-gallery {
    padding: 0px 0 0px;
  }
}
@media (max-width: 497px) {
  #about {
    padding-inline: 15px;
  }
}/*# sourceMappingURL=mystyle.css.map */