.kmslideshowarea {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  gap: 37px;
}

.kmslideshowsection {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.kmarrow-nav > svg {
  fill: none;
  stroke: #c3fbfb;
  stroke-width: 3;
  stroke-opacity: 0.65;
  stroke-linecap: round;
}

.kmarrow-nav:hover svg {
  stroke-width: 3;
  stroke-opacity: 1;
}

.kmslide {
  justify-content: center;
  align-items: center;
  display: none;
}

.kmslide.active {
  display: flex;
  flex-flow: row wrap;
  gap: 17px;
}

.kmslide > div {
  min-width: 200px;
}

.kmslide-txt {
  flex: 2;
}

.kmslide-pic {
  flex: 1;
  text-align: center;
}

.incoming {
  display: flex;
  position: absolute;
  flex-flow: row wrap;
  gap: 17px;
}

.previous {
  transform: translateX(-100%);
}

.next {
  transform: translateX(100%);
}

.picgroup {
  max-height: 37vh;
}

@font-face {
  font-family: Open Sans;
  src: url("./fonts/open_sans/OpenSans-vfont.woff2") format("woff2");
}
@font-face {
  font-family: Open Sans Ital;
  src: url("./fonts/open_sans/OpenSans-italic-vfont.woff2") format("woff2");
}
@font-face {
  font-family: Inclusive Sans;
  src: url("./fonts/inclusive_sans/InclusiveSans-vfont.woff2") format("woff2");
}
@font-face {
  font-family: Inclusive Sans Ital;
  src: url("./fonts/inclusive_sans/InclusiveSans-italic-vfont.woff2") format("woff2");
}
@font-face {
  font-family: ZenKGA Light;
  src: url("./fonts/zen_kga/ZenKGA-Light.woff2") format("woff2");
}
@font-face {
  font-family: ZenKGA Regular;
  src: url("./fonts/zen_kga/ZenKGA-Regular.woff2") format("woff2");
}
html, body {
  width: 100%;
  height: 100%;
  background-color: black;
  color: #dfdfdf;
  font-family: "ZenKGA Regular";
  line-height: 1.5em;
  font-size: 18px;
}

a {
  color: #3ac8c7;
}

h1 {
  font-size: 2.3rem;
  line-height: 1.13;
}

hr {
  margin: 7px auto;
}

.kmcontainer > .hrspacer {
  margin: 3vh 0;
}

.hidden {
  display: none !important;
}

.kmcontainer {
  width: 90%;
  max-width: 1300px;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
}

.kmcontainer > * {
  width: 90%;
  margin: 0 auto;
}

.headercontainer {
  margin-bottom: 7vh;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.txtcenter {
  text-align: center;
}

.increase50 {
  font-size: 1.1em;
}

.enlarge {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-color: black;
}

.kmdivider {
  background-color: #c3fbfb;
}

.kmdivider-grad {
  background-color: #c3fbfb;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #c3fbfb, transparent);
  width: 100%;
}

.kmdivider-grad-sm {
  background-color: #c3fbfb;
  width: 30vw;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #c3fbfb, transparent);
}

.grad-underline {
  background-color: #c3fbfb;
  width: 100%;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #c3fbfb, transparent);
}

.grad-border-btm {
  border: 1px solid;
  border-image: linear-gradient(to right, transparent, #c3fbfb, transparent);
}

.fleet-divider {
  height: 1px;
  margin-top: 0;
}

.fleet-pic > .fleet-vehicle-sm {
  max-width: 90%;
}

.fleet-pic {
  flex: 1;
}

.fleet-pic:nth-child(2) {
  margin: 0 1vw;
}

.no-bg {
  border-radius: 30px;
  background: linear-gradient(0deg, transparent, rgba(195, 251, 251, 0.9), transparent);
  padding: 45px 30px;
}

.kmbanner-area {
  display: flex;
  flex-flow: row wrap;
}

.kmbanner-section {
  flex: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-width: 300px;
}

.subhead {
  font-size: 0.7em;
}

.marketingval {
  font-size: 1.5rem;
  color: #c3fbfb;
}

.kmlogo-area {
  max-height: 170px;
}

.kmlogo {
  max-height: 170px;
}

.kmnav-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  font-size: 1.3rem;
  border: 1px solid whitesmoke;
  border-right: none;
  border-left: none;
  padding: 1.3vh;
}

.kmnav-list-vert {
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1.3rem;
  padding-left: 3px;
  margin: 3px 0;
}

.kmnav-item {
  flex: 1;
  text-decoration: none;
}

.pgcontent-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}

.pgcontent-section > * {
  flex: 1;
}

.txtcontent {
  max-width: 730px;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  justify-content: center;
  min-width: 400px;
}

.imgcontent {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  flex: 1;
  margin: 1vw;
  min-width: 300px;
}

.icon-section > .imgcontent {
  align-items: end;
}

.service-section {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.service-icon {
  width: 4rem;
  margin-right: 1vw;
}

.service-header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.service-label {
  font-size: 1.7rem;
}

@media (max-width: 47em) {
  .kmcontainer {
    width: 100%;
  }
  .service-label {
    text-align: center;
  }
  .service-header {
    text-align: center;
    justify-content: center;
    order: 1;
  }
  .kmslide.active {
    flex-direction: column;
  }
}
.icon-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 90%;
}

.iconcontent {
  flex: 1;
  text-align: center;
}

.iconcontent > img {
  max-width: 270px;
}

.kmfooter {
  width: 90%;
  margin: 0 auto;
  max-width: 1900px;
}

.kmfooter-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.footer-section {
  flex: 1;
}

.footer-label {
  text-align: center;
}

.footer-label > h2 {
  margin-bottom: 0;
}

.footer-content {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 3vh;
}

.footer-section > .txtcenter {
  margin-top: 0;
}

.footer-content.kmconnect {
  align-items: flex-end;
}

.social-icon {
  flex: 1;
  text-align: center;
}

.kmfooter-icon {
  max-width: 4rem;
  margin: 1rem;
}

.nav-label {
  margin: 0;
  border-bottom: 1px solid #c3fbfb;
}

.footer-logo {
  max-width: 300px;
  margin: 0 auto 5px auto;
}

.about-menu {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}

.about-icon {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.about-menu > h2 {
  margin: 0;
}

.about-icon > img {
  max-height: 130px;
}

.about-section > div {
  flex: 1;
  margin: 3vw;
  min-width: 413px;
}

.about-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.contact-section {
  align-items: center;
}

.kmformcard {
  max-width: 700px;
  background-color: #202f41;
  border-radius: 7px;
  padding: 0 17px 17px 0;
  margin-bottom: 17px;
}

.kmcontact {
  display: flex;
  flex-flow: column nowrap;
}
.kmcontact .contact-title {
  color: red;
}

.kmform-group {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5vh;
  justify-content: space-between;
}

.kmform-group.kmbtn {
  margin: 5vh auto;
}

.kmform-label {
  font-size: 1.3rem;
  flex: 1;
  margin-right: 17px;
  text-align: right;
}

.kminput {
  flex: 3;
  font-size: 1.3rem;
  background-color: #00111D;
  color: #c3fbfb;
  border: 0;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.kminput:focus {
  outline: none;
  border-bottom: 2px solid #3ac8c7;
}

textarea.kminput {
  border: 1px solid #c3fbfb;
  border-radius: 7px;
}

.kmbutton {
  color: #3ac8c7;
  background-color: #00111D;
  font-size: 1.3rem;
  padding: 7px 33px;
  border-radius: 7px;
  align-self: center;
}

.kminquery {
  display: none;
}

/*# sourceMappingURL=style.css.map */
