:root {
  --charcoal: #2a2928;
  --main-red: #d91e1e;
  --no-bg: transparent;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--charcoal);
  padding-left: 120px;
  padding-right: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.navbar {
  background-color: #0000;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.glass-btn {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff17;
  background-clip: border-box;
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 15px;
  box-shadow: 0 2px 5px #0003, inset -4px 2px 5px #fff3, inset 0 8px 5px 1px #85858533;
}

.glass-btn:hover {
  box-shadow: 0 2px 5px #0003, inset -4px 2px 5px #ffffffd6, inset 0 8px 5px 1px #85858533;
}

.nav-menu {
  text-align: right;
  flex: 0 auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  border-radius: 30px;
  margin-top: 30px;
  margin-left: 90px;
  margin-right: 90px;
  position: relative;
}

.slider {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #0000;
  border-radius: 30px;
  min-width: 870px;
  max-width: 1200px;
  min-height: 660px;
  max-height: 1530px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-2 {
  max-width: 1920px;
  min-height: 520px;
  max-height: 1200px;
  overflow: clip;
}

.right-arrow {
  display: none;
}

.mask {
  border-radius: 30px;
  min-width: 900px;
  max-width: 1200px;
  min-height: 680px;
  max-height: 1530px;
  position: static;
}

.image {
  text-align: center;
  object-position: 100% 50%;
  max-width: 100%;
  display: block;
}

.slide-nav {
  color: #000;
  border-radius: 0;
  font-size: 16px;
  display: none;
}

.body-copy {
  background-color: #2a2928;
  padding-left: 0;
  padding-right: 0;
}

.icon, .icon-2 {
  display: none;
}

.mac-div {
  z-index: 100;
  background-color: var(--charcoal);
  color: var(--charcoal);
  border-radius: 0 0 30px 30px;
  min-width: 330px;
  max-width: 430px;
  min-height: 30px;
  max-height: 60px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.main-red-btn {
  background-color: var(--main-red);
  border-radius: 10px;
  font-weight: 600;
}

.main-red-btn:hover {
  box-shadow: 0 2px 5px #ffffff5e;
}

.secondary-btn {
  background-color: var(--no-bg);
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: 600;
}

.secondary-btn:hover {
  box-shadow: 0 2px 5px #fff8f87d;
}

.btn-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.slide {
  vertical-align: middle;
  position: static;
}

.hero-para {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: 730px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.flex-div {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.white-text {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 0;
}

.div-block {
  margin-top: 60px;
}

.image-2 {
  font-size: 20px;
}

.brand {
  flex: 1;
  margin-left: 30px;
}

.info-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-2 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.container-3 {
  max-width: 1030px;
  margin-top: 60px;
}

.reg-para {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: 810px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.red-div {
  background-color: var(--main-red);
  color: var(--main-red);
  border-radius: 60px;
  min-width: 800px;
  min-height: 230px;
  max-height: 420px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.section, .section-2 {
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-3 {
  text-align: center;
  min-width: 1050px;
  max-width: 1060px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.red-heading {
  color: #fff;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-right: 10px;
  display: grid;
}

.red-para {
  color: #fff;
  line-height: 21px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: center;
  min-width: 180px;
  max-width: 250px;
  min-height: 200px;
  max-height: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.services-section {
  margin: 120px 30px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.div-block-5-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  min-width: 300px;
  max-width: 500px;
  min-height: 60px;
  max-height: 130px;
  margin-top: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.services-para {
  color: #fff;
  letter-spacing: 0;
  padding-left: 10px;
  font-size: 15px;
  line-height: 21px;
}

.services-heading {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.container-4 {
  max-width: 950px;
}

.fleet-para {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
}

.dropdown-text-copy {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto 10px 0;
  display: flex;
}

.dropdown-toggle-2 {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.icon-4 {
  color: var(--main-red);
  margin-top: 2px;
}

.services-subheading-2 {
  color: #96372b;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.services-subheading-2.box-copy {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.fleet-equipment-section {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: #0000;
}

.div-block-23 {
  margin-bottom: 60px;
}

.div-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-3 {
  min-width: 450px;
  max-width: 600px;
  min-height: 420px;
  max-height: 500px;
}

.slide-3 {
  min-width: 450px;
  max-width: 700px;
  height: 500px;
}

.slide-nav-3 {
  display: none;
}

.slider-3 {
  background-color: #0000;
  min-height: 400px;
  max-height: 500px;
}

.heading-3 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.profile {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  min-width: 320px;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-26 {
  text-align: center;
  width: 134px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  background-image: url('../images/Company1-1.png');
  background-position: 75% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 710px;
  max-height: 850px;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 0;
  position: relative;
}

.container-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-heading {
  text-transform: capitalize;
  min-width: 890px;
  max-width: 900px;
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.about-para {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.contact-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.contact-section {
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.contact-para {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-27 {
  background-color: var(--main-red);
  border-radius: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-block {
  min-width: 200px;
  max-width: 400px;
  margin-left: 60px;
}

.text-field {
  color: #000c;
  border-radius: 15px;
  min-width: 180px;
  max-width: 250px;
}

.success-message {
  background-color: var(--charcoal);
  color: #fff;
  border-radius: 15px;
}

.message-field {
  color: #000;
  text-overflow: clip;
  white-space: break-spaces;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 15px;
  min-width: 180px;
  min-height: 90px;
  max-height: 350px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 17px;
  overflow: hidden;
}

.map-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main-red);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 30px;
  display: grid;
}

.div-block-28 {
  border-radius: 20px;
  flex: 1;
  max-width: 400px;
  max-height: 350px;
  margin-right: 30px;
  overflow: clip;
}

.div-block-29 {
  margin-right: 60px;
}

.map {
  min-width: 250px;
  max-width: 350px;
  max-height: 350px;
}

.map-flex-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--main-red);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.white-text-small {
  color: #fff;
  max-width: 300px;
  margin-bottom: 30px;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.office-text-white {
  color: #fff;
  max-width: 200px;
  margin: 0 auto 20px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.white-link {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}

.div-block-30 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 200px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: grid;
}

.white-link-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.address-div {
  max-width: 280px;
  margin-top: 20px;
  line-height: 26px;
}

.footer-section {
  background-image: url('../images/Footer-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright-div {
  z-index: 99999999;
  padding: 10px 30px;
}

.container-6 {
  max-width: 100%;
  margin-left: 90px;
  margin-right: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-flex {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-brand-link {
  margin-right: 60px;
}

.footer-links-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.white-link-first {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: none;
}

.white-link-first:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main-red);
  text-decoration-color: var(--main-red);
}

.white-link-copy {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;
}

.white-link-copy:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main-red);
  text-decoration-color: var(--main-red);
}

.white-link-copy-copy.address {
  margin-top: 20px;
  line-height: 24px;
}

.white-link-copy-copy {
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  text-decoration: none;
}

.white-link-copy-copy:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main-red);
  text-decoration-color: var(--main-red);
}

.secondary-btn-copy {
  background-color: var(--no-bg);
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: 600;
}

.div-block-32 {
  flex: 1;
}

.div-block-32-copy {
  flex: 1;
  max-width: 490px;
}

.whatsapp-btn-div {
  z-index: 99999999;
  max-width: 90px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block {
  z-index: 999999;
  box-shadow: 0 2px 5px #0003;
}

.copyright-text {
  color: #fff;
}

.copy-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  z-index: 999999;
  margin-bottom: 30px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-34 {
  z-index: 10040;
  background-color: var(--charcoal);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-8 {
  vertical-align: middle;
  width: 100vw;
  height: 60%;
  padding: 100px;
}

.logo-loader {
  z-index: 10040;
  background-color: var(--charcoal);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-2-copy {
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-35 {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  margin-bottom: 60px;
}

.whatsapp-btn {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #28d366;
  border: 0 solid #fff;
  border-radius: 10px;
  padding-left: 0;
  font-weight: 600;
}

.whatsapp-btn:hover {
  box-shadow: 0 2px 5px #fff8f87d;
}

.slide-nav-4, .right-arrow-2, .left-arrow {
  display: none;
}

.slider-4 {
  background-color: var(--main-red);
  color: var(--main-red);
  letter-spacing: 9px;
  border-radius: 30px;
  min-width: 620px;
  max-width: 1400px;
  min-height: 60px;
  max-height: 270px;
  margin-top: 60px;
  margin-right: auto;
  font-size: 13px;
  line-height: 24px;
}

.mask-4 {
  background-color: var(--main-red);
  border-radius: 40px;
  min-width: 180px;
  max-width: 210px;
  overflow: visible;
}

.right-arrow-3, .left-arrow-2, .slide-nav-5 {
  display: none;
}

.div-block-4-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 30px;
  padding-right: 10px;
}

.slide-services {
  vertical-align: text-top;
  min-width: 180px;
  max-width: 260px;
  max-height: 230px;
}

.floater-whatsapp {
  z-index: 120;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #28d366;
  border: 0 solid #fff;
  border-radius: 10px 0 0 10px;
  width: 140px;
  min-height: 30px;
  max-height: 90px;
  font-weight: 600;
  position: fixed;
  inset: auto 0% 10% auto;
}

.floater-whatsapp:hover {
  box-shadow: 0 2px 5px #fff8f87d;
}

.play-sound-btn {
  background-color: var(--no-bg);
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: 600;
}

.play-sound-btn:hover {
  box-shadow: 0 2px 5px #fff8f87d;
}

.whatsapp-img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.div-block-30-copy {
  flex-flow: column;
  align-items: flex-start;
  max-width: 200px;
  display: flex;
}

.image-copy {
  text-align: center;
  object-position: 100% 50%;
  max-width: 100%;
  display: block;
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .glass-btn {
    padding-left: 13px;
    padding-right: 13px;
  }

  .slider {
    min-width: 630px;
    max-width: 800px;
    min-height: 414px;
    max-height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .mask {
    min-width: 600px;
    max-width: 660px;
    min-height: 380px;
    max-height: 500px;
  }

  .image {
    max-width: 100%;
  }

  .slide {
    min-width: 470px;
    max-width: 710px;
    min-height: 380px;
    max-height: 420px;
    overflow: hidden;
  }

  .hero-para {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 23px;
  }

  .flex-div {
    margin-top: 10px;
  }

  .white-text {
    font-size: 19px;
  }

  .heading {
    font-size: 30px;
  }

  .reg-para {
    max-width: 700px;
    font-size: 15px;
    line-height: 25px;
  }

  .red-div {
    min-width: 650px;
  }

  .div-block-3 {
    min-width: 640px;
  }

  .red-heading {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    padding-right: 0;
  }

  .red-para {
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-5 {
    min-width: 150px;
  }

  .services-para {
    font-size: 13px;
    line-height: 20px;
  }

  .services-heading {
    font-size: 17px;
    line-height: 25px;
  }

  .dropdown-text-copy {
    white-space: pre-wrap;
    min-width: 160px;
    max-width: 290px;
  }

  .services-subheading-2.box-copy {
    font-size: 17px;
    line-height: 17px;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mask-3 {
    min-width: 250px;
    max-width: 440px;
    min-height: 360px;
    max-height: 500px;
  }

  .slide-3 {
    min-width: 370px;
    max-width: 680px;
    min-height: 320px;
    max-height: 340px;
  }

  .slider-3 {
    min-height: 330px;
  }

  .about-section {
    background-size: cover;
    min-height: 560px;
    padding-bottom: 10px;
  }

  .about-heading {
    min-width: 520px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-para {
    font-size: 13px;
    line-height: 24px;
  }

  .map-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: start center;
  }

  .div-block-28 {
    max-width: 310px;
    max-height: 260px;
  }

  .map-flex-copy {
    padding-top: 30px;
  }

  .div-block-30 {
    align-items: flex-start;
  }

  .div-block-31 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    max-width: 580px;
    margin-left: auto;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .white-link-first, .white-link-copy {
    font-size: 16px;
    line-height: 16px;
  }

  .white-link-copy-copy.address {
    font-size: 16px;
    line-height: 21px;
  }

  .white-link-copy-copy {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-32-copy {
    max-width: 490px;
  }

  .about-div {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-5 {
    color: var(--main-red);
    font-size: 40px;
  }

  .image-9 {
    max-width: 80%;
  }

  .whatsapp-btn {
    background-color: #28d366;
    border-width: 0;
    box-shadow: 0 2px 5px 3px #0003;
  }

  .div-block-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    padding-right: 0;
  }

  .floater-whatsapp {
    background-color: #28d366;
    border-width: 0;
    box-shadow: 0 2px 5px 3px #0003;
  }

  .div-block-30-copy {
    align-items: flex-start;
  }

  .image-copy {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .glass-btn {
    box-shadow: none;
    background-color: #fff0;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 10px;
  }

  .glass-btn.first {
    border-radius: 0;
  }

  .nav-menu {
    z-index: 1000000080;
    background-color: var(--main-red);
    border-radius: 10px;
    min-width: 80%;
    min-height: 150px;
    max-height: 230px;
    margin-top: 110px;
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 10px;
    inset: auto 0% 0% auto;
  }

  .nav-menu.w--open {
    flex: 0 auto;
    min-width: 150px;
    max-width: 290px;
    padding-left: 100px;
  }

  .hero-section {
    z-index: 100;
    margin-left: 30px;
    margin-right: 30px;
  }

  .slider {
    min-width: 450px;
    max-width: 780px;
    min-height: 250px;
    max-height: 300px;
  }

  .mask {
    min-width: 300px;
    max-width: 640px;
    min-height: 330px;
    max-height: 320px;
  }

  .mac-div {
    z-index: 10;
    min-width: 300px;
    max-width: 220px;
    min-height: 20px;
    max-height: 50px;
  }

  .main-red-btn {
    min-width: 130px;
    min-height: 30px;
    max-height: 40px;
    font-size: 12px;
    line-height: 17px;
  }

  .secondary-btn {
    min-width: 120px;
    max-height: 40px;
    font-size: 13px;
    line-height: 17px;
  }

  .btn-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slide {
    min-width: 460px;
    max-width: 600px;
    min-height: 340px;
    max-height: 400px;
  }

  .info-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 39px;
  }

  .reg-para {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .red-div {
    min-width: 440px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    min-width: 490px;
  }

  .div-block-4 {
    justify-content: center;
    min-width: 110px;
    max-width: 560px;
    display: flex;
  }

  .div-block-5 {
    min-width: 120px;
  }

  .services-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    place-items: start center;
    width: 430px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5-copy {
    min-width: 400px;
  }

  .services-para {
    font-size: 12px;
  }

  .services-heading {
    font-size: 15px;
  }

  .dropdown-toggle-2 {
    margin-bottom: 0;
    padding-right: 30px;
    overflow: clip;
  }

  .services-subheading-2.box-copy {
    white-space: normal;
    max-width: 320px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .fleet-equipment-section {
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mask-3 {
    min-width: 240px;
    max-width: 400px;
    min-height: 280px;
    max-height: 470px;
  }

  .container-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-para {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .form-block {
    min-width: 320px;
    margin-left: 0;
  }

  .text-field {
    min-width: 150px;
    max-width: 170px;
    font-size: 12px;
  }

  .message-field {
    min-width: 220px;
    padding-bottom: 70px;
    font-size: 12px;
  }

  .map-flex {
    flex-flow: column;
    grid-template-rows: auto;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-28 {
    max-width: 390px;
    max-height: 340px;
    margin-right: 0;
  }

  .div-block-29 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .white-text-small {
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
  }

  .white-link {
    font-size: 12px;
  }

  .div-block-30 {
    padding-left: 30px;
  }

  .div-block-31 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .white-link-2, .address-div {
    font-size: 12px;
    line-height: 22px;
  }

  .container-6 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-flex {
    flex-flow: row;
    align-items: center;
  }

  .secondary-btn-copy {
    font-size: 12px;
  }

  .image-7 {
    max-width: 100%;
  }

  .copyright-text {
    padding-right: 2px;
    font-size: 10px;
    line-height: 20px;
  }

  .copy-flex {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-33 {
    min-width: 30px;
    max-width: 140px;
  }

  .heading-2-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .about-div {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .icon-5 {
    -webkit-text-stroke-color: var(--charcoal);
  }

  .menu-button {
    z-index: 107;
    color: var(--main-red);
  }

  .menu-button.w--open {
    background-color: var(--main-red);
    color: var(--charcoal);
    -webkit-text-stroke-color: var(--charcoal);
    border-radius: 10px 10px 0 0;
    position: static;
  }

  .mask-4 {
    min-width: 200px;
    max-width: 340px;
  }

  .div-block-4-copy {
    min-width: 110px;
    max-width: 530px;
    display: flex;
  }

  .image-10 {
    vertical-align: middle;
    max-width: 70%;
    padding-left: 6px;
  }

  .div-block-37 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .play-sound-btn {
    min-width: 120px;
    max-height: 40px;
    font-size: 13px;
    line-height: 17px;
  }

  .div-block-30-copy {
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    margin-top: 105px;
  }

  .container {
    justify-content: center;
  }

  .slider {
    min-width: 310px;
    max-width: 760px;
    min-height: 150px;
    max-height: 190px;
  }

  .mask {
    min-width: 260px;
    min-height: 140px;
    max-height: 300px;
  }

  .image {
    box-sizing: border-box;
    object-fit: fill;
    overflow: clip;
  }

  .mac-div {
    min-width: 250px;
  }

  .main-red-btn {
    text-align: center;
    min-width: 110px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }

  .secondary-btn {
    text-align: center;
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .slide {
    min-width: 280px;
    max-width: 580px;
    min-height: 190px;
    max-height: 380px;
  }

  .hero-para {
    font-size: 12px;
    line-height: 19px;
  }

  .white-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .brand {
    text-align: center;
    flex: 0 auto;
    margin-left: 30px;
  }

  .info-section {
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
  }

  .reg-para {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .red-div {
    min-width: 260px;
    min-height: 250px;
    max-height: 890px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-3 {
    min-width: 310px;
    padding-top: 0;
  }

  .red-heading {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    min-width: 40px;
    max-width: 480px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .red-para {
    margin-bottom: 0;
    font-size: 11px;
  }

  .div-block-5 {
    min-width: 120px;
    max-width: 230px;
    min-height: 100px;
    max-height: 240px;
    margin-top: 0;
  }

  .grid-2 {
    width: 270px;
  }

  .div-block-5-copy {
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-para {
    margin-bottom: 20px;
  }

  .fleet-para {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .services-subheading-2.box-copy {
    margin-left: 10px;
    font-size: 15px;
  }

  .fleet-equipment-section {
    margin-bottom: 0;
  }

  .div-block-23 {
    text-align: center;
    margin-bottom: 20px;
  }

  .mask-3 {
    min-width: 220px;
    max-width: 320px;
    min-height: 210px;
    max-height: 230px;
  }

  .slide-3 {
    min-width: 320px;
    max-width: 590px;
    height: auto;
    min-height: 230px;
  }

  .slider-3 {
    min-height: 230px;
    max-height: 210px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .profile {
    min-width: 270px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .about-section {
    background-position: 50% 100%;
    background-size: cover;
    max-height: 1100px;
  }

  .about-heading {
    min-width: 230px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .about-para {
    letter-spacing: 0;
    max-height: 890px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .contact-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .form-block {
    min-width: 220px;
  }

  .div-block-28 {
    max-width: 270px;
    max-height: 290px;
    margin-top: 10px;
  }

  .white-text-small {
    padding-left: 20px;
  }

  .div-block-30 {
    flex: 1;
    padding-left: 20px;
  }

  .div-block-31 {
    padding-left: 0;
    padding-right: 10px;
  }

  .white-link-2 {
    padding-left: 0;
  }

  .address-div {
    padding-left: 10px;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-link {
    margin-right: 0;
  }

  .footer-links-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    order: 9999;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  .white-link-first {
    border: 0px solid var(--main-red);
    border-radius: 0;
    flex: 1;
    align-self: flex-start;
    font-size: 12px;
  }

  .white-link-first.mobile-glass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff0;
    border-width: 0;
    border-color: #fff;
    border-radius: 10px;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    box-shadow: inset 0 2px 5px #ffffff80;
  }

  .white-link-copy-copy.address {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .white-link-copy-copy {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-32-copy {
    order: 9999;
    align-self: center;
    max-width: 310px;
  }

  .link-block {
    z-index: 2147483647;
  }

  .image-7 {
    max-width: 100%;
  }

  .copyright-text {
    text-align: center;
    padding-right: 0;
    font-size: 11px;
  }

  .logo-loader {
    display: none;
  }

  .heading-2-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .about-div {
    text-align: center;
    padding-bottom: 0;
  }

  .services-div {
    padding-left: 10px;
  }

  .image-9 {
    text-align: center;
    vertical-align: baseline;
    padding-left: 0;
  }

  .whatsapp-btn {
    font-size: 12px;
  }

  .image-10 {
    max-width: 70%;
    padding-left: 0;
  }

  .div-block-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-4 {
    height: 230px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    left: 240px;
  }

  .image-11 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-4-copy {
    height: 230px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    inset: 0% auto 0% 0%;
  }

  .container-7 {
    margin-top: 20px;
  }

  .div-block-38 {
    margin-bottom: 20px;
  }

  .floater-whatsapp {
    min-height: 20px;
    max-height: 70px;
    font-size: 12px;
    bottom: 3%;
  }

  .play-sound-btn {
    text-align: center;
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .div-block-30-copy {
    flex: 1;
    padding-left: 10px;
  }

  .image-copy {
    box-sizing: border-box;
    object-position: 50% 0%;
    max-width: 100%;
    overflow: clip;
  }

  .div-block-39 {
    text-align: center;
    flex-flow: column;
    margin-top: 20px;
  }

  .image-12 {
    vertical-align: middle;
    order: -9999;
    align-self: center;
  }
}


