@media (max-width: 768px) {
  .navbar {
    padding: 10px 0px;
    align-items: center;
    background: #ffffff;
  }
}
.main-menu ul li.nav-item .nav-link {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  font-size: 20px;
}
.main-menu ul ul li {
  margin: 0;
  padding: 0;
  padding: 8px 8px;
}
.section-title h1 {
  font-size: 68px;
}
.services-list-box .service-item {
  width: calc(33.33% - 45px);
  position: relative;
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 500px;
  border-radius: 100%;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  padding: 15px 20px;
}
.what-we-do-content {
  padding: 50px;
  height: 100%;
}
.our-services-list {
  position: relative;
  z-index: 2;
  margin-top: -250px;
}
@media (max-width: 768px) {
  .services-list-box .service-item {
    width: 100%;
    position: relative;
  }
  .our-services-list {
    position: relative;
    z-index: 2;
    margin-top: -180px;
  }
  .what-we-do-content {
    padding: 20px;
    height: 100%;
  }
  .section-title h1 {
    font-size: 34px;
  }
}
body {
  background-color: black;
}
.topbar {
  padding: 20px 0;
  background: white;
}
.section-title h3,
.section-title h2,
.section-title p,
.about-content-list ul li,
.testimonial-body .author-content h3,
.company-experience-content p,
.service-entry h2 span,
.service-entry p,
.service-entry-item-content h3 {
  color: white !important;
}
.our-testimonial {
  background: url(../images/testimonial-bg.png), #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
