#main {
  font-family: "Open Sans", sans-serif;
}

.overlay {
  height: 1333px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  top: 0px;
}

.text-light {
  color: white;
}

#cslnav .nav-link {
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

#cslnav .nav-link:hover {
  color: white;
}

.main-img {
  background-image: url("../img/new_bg.jpg");
  height: 1333px;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  transition: opacity .5s ease-in-out;
  z-index: 2;
}

#quote {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.title-div {
  transition: opacity .5s ease-out;
}

.blur-img {
  background-image: url("../img/new_bg-blur.jpg");
  height: 1333px;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  z-index: 1;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

#logo {
  height: 120px;
  width: auto;
  transition: height .5s ease-in-out;
}

.service-card {
  height: 520px;
  width: 300px;
  border: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.service-img {
  height: 200px;
  object-fit: cover;
}

#services {
  position: relative;
  top: 850px;
  z-index: 3;
}

.long-btn {
  width: 200px;
}

.services-list {
  list-style-type: none;
}

.hide-section {
  display: none;
}

#fleet-management {
  position: relative;
  top: 1000px;
}

#distribution-fleet {
  position: relative;
  top: 1000px;
  height: 500px;
}

.round-img {
  border-radius: 5px;
}

#contact-us {
  position: relative;
  top: 1000px;
}

#foot {
  position: relative;
  top: 1000px;
}

#end {
  position: relative;
  top: 1000px;
}

#title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

#main-title {
  top: 500px;
  position: relative;
  z-index: 100;
  color: white;
  width: 100%;
}

#subtitle {
  top: 700px;
  position: relative;
  z-index: 100;
  color: white;
}

#subtitle h2 {
  font-family: "Oswald", sans-serif;
}

.main-title-heading {
  font-family: "Oswald", sans-serif;
}

#warehouse {
  position: relative;
  top: 1000px;
}

#showcase {
  height: 400px;
  position: relative;
  top: 1000px;
  background-image: url("../img/showcase.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.showcase-div {
  height: 400px;
}

#grid-features {
  position: relative;
  top: 1000px;
}

.feature-icon {
  margin-bottom: 20px;
}

#google-map {
  position: relative;
  top: 1000px;
}

#map {
  position: relative;
  top: 1000px;
  height: 400px;
  width: 100%;
}
/*# sourceMappingURL=mystyle.css.map */