body {
  border-bottom: 1px solid #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #101424;
  font-size: 16px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.dg-nav-desktop {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70px;
  padding: 15px 40px 15px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 20px 4px rgba(16, 20, 36, 0.09);
}

.image {
  height: 52px;
}

.dg-nav-desktop-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #101424;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.a:hover {
  border-bottom-style: none;
  border-bottom-color: #ffd722;
  color: #ffd722;
  text-decoration: underline;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: franklin-gothic-urw, sans-serif;
  color: #000028;
  font-size: 16px;
}

.body.homebody {
  display: block;
  height: auto;
}

.banner-navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-navigation.slide-nav-index {
  z-index: 10;
  display: none;
  height: 110px;
  padding-top: 0px;
}

.banner-navigation.nav-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}

.banner-link {
  width: 240px;
  height: 170px;
  margin-right: 40px;
  margin-left: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #ffd722;
  background-color: #fff;
  box-shadow: 8px 8px 0 -2px #ffd722;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.banner-link:hover {
  box-shadow: 1px 1px 60px -18px rgba(0, 0, 0, 0.68);
}

.banner-link.image-1 {
  background-image: url('../images/Main-Banner-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-link.image-2 {
  background-color: transparent;
  background-image: url('../images/Main-Banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-link.image-3 {
  background-image: url('../images/Main-Banner-3.jpg');
  background-position: 100% 60%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.banner-text {
  position: relative;
  left: 60px;
  top: auto;
  right: auto;
  bottom: 100px;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #101424;
  background-color: #101424;
  box-shadow: 8px 8px 0 -2px #ffd722;
  opacity: 1;
  text-align: left;
}

.banner-text.aboutus-break {
  position: relative;
  bottom: 51px;
  overflow: hidden;
  width: 560px;
  height: 320px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-width: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-text.aboutus-break.servicebox {
  position: relative;
  left: 40px;
  bottom: 0px;
  overflow: hidden;
  height: 600px;
  padding-right: 45px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 10px;
  border-color: #101424;
}

.banner-text.mainpage {
  position: relative;
  left: 140px;
  top: 0px;
  bottom: 0px;
  height: auto;
  min-width: 400px;
  padding-right: 30px;
  padding-bottom: 0px;
  border-style: none;
}

.heading {
  position: relative;
  margin-bottom: 0px;
  margin-left: 30px;
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #101424;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  white-space: break-spaces;
}

.heading._2ndary-headline {
  margin-top: 0px;
  margin-left: 0px;
}

.heading._2ndary-headline.content-headline {
  color: #101424;
  line-height: 57px;
}

.heading._2ndary-headline.content-headline.callout {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.heading._2ndary-headline.content-headline.callout.thin {
  line-height: 100%;
  font-weight: 400;
}

.heading._2ndary-headline.content-headline.callout.number {
  color: #101424;
}

.heading._2ndary-headline.content-headline.meet-team-heading {
  width: 100%;
  margin-bottom: 20px;
}

.heading._2ndary-headline.content-headline.val {
  color: #fff;
}

.heading._2ndary-headline.aboutus {
  display: block;
  width: auto;
  border-bottom: 6px solid #ffd722;
  color: #fff;
  text-decoration: none;
}

.heading.main-heading {
  margin-right: 30px;
  color: #fff;
  line-height: 57px;
}

.heading.aboutusheading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.dg-main-slider {
  display: none;
  overflow: hidden;
  height: 100vh;
  background-color: #101424;
  color: #101424;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.page-scroll {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  max-width: 100vw;
  min-height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffd722;
}

.page-scroll.content {
  z-index: 199;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.page-scroll.content.ourcause {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffd722;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 215, 34, 0.74)), to(rgba(255, 215, 34, 0.74))), url('../images/cnc-main-image.jpg');
  background-image: linear-gradient(180deg, rgba(255, 215, 34, 0.74), rgba(255, 215, 34, 0.74)), url('../images/cnc-main-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-scroll.content.end {
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slide-2 {
  width: 100vw;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Main-Banner-5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  width: 100vw;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Main-Banner-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-heading {
  margin-left: 30px;
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #ffd722;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 54px;
  column-gap: 54px;
  -webkit-column-rule: 0px none #ffd722;
  column-rule: 0px none #ffd722;
}

.sub-heading._25yearstext {
  -webkit-column-count: auto;
  column-count: auto;
}

.sub-heading.homepagesub {
  margin-top: 10px;
  -webkit-column-count: auto;
  column-count: auto;
}

.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mask {
  height: 100%;
  border-right: 6px none #ffd722;
  border-bottom: 0px none #ffd722;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-top: 60px;
  padding: 20px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101424;
}

.footer.aboutusfooter {
  position: relative;
  height: auto;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101424;
}

.div-block-2 {
  height: auto;
  color: #fff;
}

.div-block-3 {
  height: 100%;
}

.button {
  position: relative;
  margin: 0px 30px 20px;
  background-color: #ffd722;
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #101424;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.button.call-us {
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffd722;
  background-color: #101424;
  color: #ffd722;
}

.button.call-us.aboutuscallus {
  margin-bottom: 0px;
  border-color: #101424;
  background-color: #ffd722;
  color: #101424;
  font-size: 16px;
}

.button.call-us.aboutuscallus.cta {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.call-us.list {
  margin-bottom: 0px;
}

.button.call-us.contacuus {
  margin-left: 0px;
}

.button.call-us.orders-offer {
  margin-bottom: 0px;
}

.button.getintouch {
  background-color: #101424;
  color: #ffd722;
}

.button.aboutus-servicesbutton {
  margin-bottom: 0px;
  background-color: #101424;
  color: #ffd722;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button.seeservices {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.seeservices.contaccus {
  margin-left: 0px;
}

.button.emnailusfod {
  margin-bottom: 0px;
}

.dg-mainpage-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 31px;
  padding-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dg-mainpage-buttons-wrapper.cta-buttons {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dg-mainpage-buttons-wrapper.servicesbuttons {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p {
  position: static;
  padding-right: 0px;
}

.p.footer-text {
  padding-right: 0px;
}

.p.contactp {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #101424;
}

.p.contactp.mobnumber {
  margin-top: 5px;
  margin-bottom: 20px;
}

.p.contactp.hidden {
  display: none;
}

.gd-aboutus-mainbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 670px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffd722;
  background-color: #101424;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(52%, transparent)), url('../images/Main-Banner-2_1.jpg');
  background-image: linear-gradient(0deg, #000, transparent 52%), url('../images/Main-Banner-2_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.gd-aboutus-mainbanner.services-banner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, transparent)), url('../images/Main-Banner-4.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/Main-Banner-4.jpg');
  background-position: 0px 0px, 50% 100%;
}

.content-main-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block {
  position: relative;
  margin-top: 20px;
  font-family: franklin-gothic-urw, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 64px;
  column-gap: 64px;
  -webkit-column-rule: 2px solid #ffd722;
  column-rule: 2px solid #ffd722;
}

.text-block.contet-text {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #101424;
  -webkit-column-count: auto;
  column-count: auto;
}

.text-block.contet-text.nomargin {
  margin-top: 0px;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 16px;
}

.text-block.contet-text.nomargin.testimonials-headlines {
  margin-top: 15px;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.text-block.contet-text._3servicestext {
  padding-left: 11px;
}

.text-block.contet-text._3servicestext._2ndline {
  margin-top: 0px;
  margin-left: 10px;
  padding: 40px 20px 20px;
  background-color: #ffd722;
  font-weight: 700;
}

.dg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dg-content.services-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dg-content.services-main.the-fleet {
  width: 100%;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dg-content._1stp {
  margin-top: 60px;
}

.dg-content._1stp.services {
  padding-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dg-content.hidden {
  display: none;
}

.committed-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.committed-values.meet-team {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.committed {
  width: 50%;
  margin-right: 40px;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 20px;
  border-right: 6px solid #000;
  border-bottom: 6px solid #101424;
  background-color: #fff;
}

.values {
  width: 25%;
  padding: 33px 40px 33px 23px;
  background-color: #101424;
}

.image-break {
  display: none;
  width: 100vw;
  height: 600px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Main-Banner-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.igor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jazz {
  width: 50%;
  padding: 0px 40px 0px 0px;
}

.image-4 {
  width: 100%;
  height: auto;
}

.heading-2 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  font-family: franklin-gothic-urw, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 100%;
}

.div-block-4 {
  width: 500px;
  margin-left: 0px;
}

.text-span {
  padding-right: 0px;
  font-weight: 400;
}

.text-span.aboutusheading {
  color: #fff;
}

.meet-theteam {
  display: none;
  width: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials {
  display: none;
  width: 100vw;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-wrapper {
  width: 50%;
}

.slide-nav {
  display: none;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.icon {
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #101424;
  font-size: 32px;
  font-weight: 700;
}

.icon-2 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #101424;
  font-size: 32px;
  font-weight: 700;
}

.left-arrow-2 {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 0%;
  height: 80px;
  margin-top: 20px;
}

.left-arrow-2.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.mask-2 {
  overflow: hidden;
  width: 90%;
}

.inverted-commas {
  width: 5%;
}

.text-block-2 {
  margin-top: -13px;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
}

.slide-4 {
  padding: 0px 12px;
}

.experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.image-5 {
  width: 25%;
  height: auto;
  max-width: none;
  margin-top: 10px;
}

.contact-us-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd722;
}

.heading-4 {
  font-size: 65px;
}

.dg-footer {
  height: 300px;
  background-color: #101424;
}

.image-6 {
  height: 40px;
}

.s-main-service-wrapper {
  width: 33%;
  max-width: 370px;
  min-width: 300px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-7 {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 1px;
  min-width: 300px;
  box-shadow: 8px 8px 0 -2px #ffd722;
}

.h3 {
  margin-top: 0px;
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #101424;
  font-size: 32px;
}

.more-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  position: relative;
  width: 50%;
  height: 646px;
  margin-top: 20px;
  background-image: url('../images/service-image.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-5.aboutus {
  background-image: url('../images/Main-Banner-6_1.jpg');
}

.the-fleet {
  width: 75%;
}

.slide-1 {
  overflow: hidden;
  width: 100%;
  background-color: #ffd722;
}

.slide-5 {
  overflow: hidden;
}

.fleet-gallery {
  display: none;
  width: 100%;
  margin-top: 40px;
}

.image-8 {
  width: 50%;
  padding: 5px;
}

.image-9 {
  width: 50%;
  padding: 5px;
}

.div-block-6 {
  width: 50%;
}

.contactuswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contactleft {
  width: 100%;
  padding-right: 25px;
}

.contactright {
  width: 100%;
  padding-left: 60px;
}

.textarea {
  height: 300px;
  min-height: 200px;
}

.field-label {
  margin-top: 20px;
  color: #101424;
}

.submit-button {
  background-color: #ffd722;
  color: #101424;
  font-weight: 700;
}

.field-label-2 {
  color: #101424;
}

.image-10 {
  width: 100%;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-8 {
  position: relative;
  width: 70%;
  height: 100%;
  background-color: #101424;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

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

.left-arrow-3 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-6 {
  background-image: url('../images/Main-Banner-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Main-Banner-5.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Main-Banner-9.jpg');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: auto;
  background-image: url('../images/main-header-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mobile-nav {
  display: none;
}

.menu-button {
  width: 80px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-button.l010 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  width: 60px;
  height: 60px;
}

.menu-icon.l010 {
  width: 70px;
  height: 70px;
}

.link-block {
  color: #101424;
  text-decoration: none;
}

.image-12 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70%;
  max-width: 259px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 40px;
}

.scroll-down-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-right: 7px solid #ffd722;
  border-bottom: 6px solid #ffd722;
  background-color: #101424;
}

.lottie-animation {
  position: relative;
  width: 60px;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffd722;
  font-weight: 400;
}

.scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-come {
  overflow: hidden;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 13px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro-content-left {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 40px;
}

.intr-content-right {
  width: 50%;
  background-color: #e4e4e4;
  background-image: url('../images/intr-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-treatment {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px;
  background-color: #ffd722;
  color: #101424;
  font-weight: 700;
}

.heading-6 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  color: #101424;
  font-size: 55px;
}

.our-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: 6px solid #101424;
  border-bottom: 6px solid #101424;
  background-color: rgba(16, 20, 36, 0.06);
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-4 {
  margin-bottom: 18px;
}

.deals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101424;
}

.text-block-5 {
  margin-top: 40px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.heading-7.offers {
  margin-bottom: 20px;
}

.bold-text {
  margin-right: 0px;
  color: #ffd722;
  font-size: 1.8rem;
  line-height: 40px;
}

.quote-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.quote-left {
  width: 100%;
}

.contact-right {
  width: 100%;
}

.map {
  margin-top: 20px;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  overflow: hidden;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation-2 {
  width: 60px;
}

.text-span-2 {
  background-color: #ffd722;
  font-weight: 700;
}

.service-image-container {
  width: 100%;
  min-height: 300px;
  min-width: 300px;
  background-image: url('../images/cnc-dukon-group.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 8px 8px 0 -2px #ffd722;
}

.service-image-container.sotam {
  background-image: url('../images/state-of-the-art-machinery.jpg');
}

.service-image-container.project-management {
  background-image: url('../images/project-management.jpg');
}

.nav-menu {
  height: auto;
}

.image-13 {
  display: block;
  width: auto;
  height: 100%;
}

.menu-link {
  margin-right: 20px;
  color: #101424;
  font-weight: 700;
  text-decoration: none;
}

.form-block {
  display: none;
}

@media screen and (min-width: 1280px) {
  .banner-text.aboutus-break {
    width: 590px;
    height: 320px;
  }

  .banner-text.mainpage {
    left: auto;
    right: -136px;
    max-width: 480px;
  }

  .heading.aboutusheading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-scroll {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button.call-us.aboutuscallus.cta {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button.aboutus-servicesbutton {
    margin-bottom: 0px;
  }

  .dg-mainpage-buttons-wrapper.cta-buttons {
    margin-top: 26px;
  }

  .committed {
    margin-right: 40px;
    border-right: 6px solid #101424;
    border-bottom: 6px solid #101424;
  }

  .div-block-7 {
    max-width: 600px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slide-8 {
    background-image: url('../images/Main-Banner-9.jpg');
  }

  .image-12 {
    margin-right: 45px;
    padding-right: 40px;
  }

  .our-services {
    max-width: 1440px;
  }

  .about-us {
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .banner-text.aboutus-break {
    position: absolute;
    left: 3%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 580px;
    height: auto;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
  }

  .banner-text.aboutus-break.servicebox {
    position: absolute;
    width: 420px;
    height: auto;
  }

  .banner-text.mainpage {
    left: 30px;
  }

  .heading._2ndary-headline.content-headline.callout {
    border: 1px solid transparent;
    color: #fff;
  }

  .heading.main-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .heading.aboutusheading {
    width: auto;
    margin-top: 30px;
  }

  .heading.cta-heading {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 45px;
    text-align: center;
  }

  .page-scroll.content {
    height: auto;
  }

  .page-scroll.content.ourcause {
    height: 100vh;
  }

  .page-scroll.content.end {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .page-scroll.content._2ndsection {
    height: 100vh;
  }

  .sub-heading {
    -webkit-column-gap: 19px;
    column-gap: 19px;
  }

  .footer {
    position: static;
  }

  .footer.aboutusfooter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .button.call-us {
    margin-top: 0px;
  }

  .button.call-us.aboutuscallus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button.call-us.list {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button.aboutus-servicesbutton {
    margin-top: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #101424;
  }

  .dg-mainpage-buttons-wrapper.cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dg-mainpage-buttons-wrapper.servicesbuttons {
    margin-top: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p.footer-text {
    font-size: 14px;
  }

  .content-main-text {
    width: 85%;
  }

  .dg-content.services-main.the-fleet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dg-content._1stp {
    width: 100%;
  }

  .dg-content._1stp.services {
    padding-right: 16px;
    padding-bottom: 60px;
    padding-left: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .committed-values {
    width: 85%;
  }

  .committed {
    padding-right: 20px;
  }

  .values {
    width: 50%;
  }

  .experience {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s-main-service-wrapper {
    width: 30%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-7 {
    width: 100%;
    height: 20%;
    min-width: auto;
  }

  .h3.piering {
    margin-bottom: 10px;
  }

  .more-services {
    margin-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-5 {
    width: 80%;
    background-position: 0% 100%;
  }

  .div-block-5.aboutus {
    width: 100%;
    margin-top: 191px;
    background-position: 100% 100%;
  }

  .the-fleet {
    width: 85%;
  }

  .fleet-gallery {
    display: none;
  }

  .contact {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactright {
    padding-left: 0px;
  }

  .div-block-7 {
    width: 45%;
  }

  .slide-6 {
    background-image: url('../images/Main-Banner-8.jpg');
  }

  .slide-7 {
    background-position: 70% 50%;
    background-repeat: no-repeat;
  }

  .text-block-3 {
    color: #fff;
  }

  .our-services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-7.offers {
    margin-bottom: 15px;
  }

  .bold-text {
    margin-right: 0px;
  }

  .menu-link {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .dg-nav-desktop {
    display: none;
  }

  .dg-nav-desktop-menu-wrapper {
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .a {
    font-size: 32px;
  }

  .banner-text.aboutus-break {
    position: relative;
    left: 0px;
    bottom: -54px;
    width: 100%;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .banner-text.aboutus-break.servicebox {
    position: relative;
    left: 0px;
  }

  .banner-text.mainpage {
    left: 40px;
    top: 0px;
    bottom: auto;
    margin-top: auto;
  }

  .heading {
    margin-top: 0px;
  }

  .heading._2ndary-headline.content-headline.callout {
    color: #fff;
  }

  .heading.main-heading {
    margin-top: 25px;
    font-size: 45px;
    line-height: 49px;
  }

  .heading.aboutusheading {
    width: auto;
    margin-top: 30px;
    font-size: 45px;
    line-height: 48px;
  }

  .heading.cta-heading {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 45px;
    line-height: 47px;
    text-align: center;
  }

  .page-scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-scroll.navscrollin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-heading.homepagesub {
    font-size: 16px;
    line-height: 20px;
  }

  .footer {
    z-index: 20;
  }

  .p.footer-text {
    font-size: 12px;
  }

  .gd-aboutus-mainbanner {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(79%, transparent)), url('../images/Main-Banner-2_1.jpg');
    background-image: linear-gradient(0deg, #000, transparent 79%), url('../images/Main-Banner-2_1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .text-block.contet-text._3servicestext {
    padding-right: 66px;
    white-space: break-spaces;
  }

  .text-block.contet-text._3servicestext.piering {
    padding-right: 48px;
  }

  .dg-content {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .dg-content._1stp {
    padding-right: 40px;
  }

  .dg-content._1stp.services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .committed-values {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .committed {
    width: 100%;
    margin-right: 0px;
  }

  .values {
    width: 100%;
  }

  .experience {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-us-cta {
    padding: 20px;
  }

  .s-main-service-wrapper {
    width: 100%;
  }

  .image-7 {
    width: 100%;
    height: auto;
  }

  .h3.piering {
    margin-bottom: 10px;
  }

  .more-services {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 0px;
    background-position: 50% 50%;
  }

  .div-block-5.aboutus {
    width: 100%;
    height: 400px;
  }

  .the-fleet {
    width: 85%;
  }

  .div-block-7 {
    width: 100%;
    height: 25%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    width: 100%;
  }

  .mobile-nav {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 0 20px 0 rgba(16, 20, 36, 0.35);
  }

  .side-menu {
    position: fixed;
    z-index: 98;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    margin-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 10px solid #101424;
    background-color: #fff;
    box-shadow: 0 18px 13px 4px rgba(16, 20, 36, 0.57);
  }

  .deals {
    padding-right: 57px;
    padding-left: 57px;
  }

  .heading-7 {
    text-align: center;
  }

  .menu-link {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .dg-nav-desktop {
    display: none;
  }

  .dg-nav-desktop-menu-wrapper {
    position: relative;
    height: auto;
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
  }

  .dg-nav-desktop-menu-wrapper.w--current {
    height: auto;
    margin-left: 0px;
  }

  .a {
    font-size: 32px;
  }

  .banner-text.aboutus-break {
    margin-left: 0px;
  }

  .banner-text.mainpage {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading._2ndary-headline.aboutus {
    border-bottom-width: 5px;
  }

  .heading.main-heading {
    margin-top: 10px;
    margin-right: 30px;
    font-size: 40px;
    line-height: 44px;
  }

  .heading.cta-heading {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 39px;
  }

  .page-scroll.content {
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-scroll.content.ourcause {
    height: auto;
  }

  .page-scroll.content._2ndsection {
    height: auto;
    min-height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sub-heading {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .sub-heading.homepagesub {
    margin-top: 0px;
    font-size: 16px;
  }

  .footer {
    position: static;
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    display: block;
    margin-right: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffd722;
    text-align: center;
  }

  .button.call-us {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
  }

  .button.call-us.aboutuscallus {
    margin-right: 0px;
  }

  .button.aboutus-servicesbutton {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .button.seeservices {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .dg-mainpage-buttons-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dg-mainpage-buttons-wrapper.cta-buttons {
    margin-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p.footer-text {
    line-height: 16px;
  }

  .p.contactp {
    margin-top: 10px;
  }

  .gd-aboutus-mainbanner {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), to(transparent)), url('../images/Main-Banner-2_1.jpg');
    background-image: linear-gradient(0deg, #000 20%, transparent), url('../images/Main-Banner-2_1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .gd-aboutus-mainbanner.services-banner {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/Main-Banner-4.jpg');
    background-image: linear-gradient(0deg, #000, transparent), url('../images/Main-Banner-4.jpg');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .content-main-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .text-block.contet-text._3servicestext {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dg-content._1stp {
    margin-top: 20px;
    padding-right: 0px;
  }

  .dg-content._1stp.services {
    padding-bottom: 60px;
  }

  .committed-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .committed {
    width: 100%;
    padding-right: 10px;
  }

  .values {
    width: auto;
    margin-top: 20px;
  }

  .image-6 {
    height: 30px;
  }

  .s-main-service-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-7 {
    margin-right: -36px;
    margin-left: -36px;
  }

  .h3 {
    padding-right: 21px;
    padding-left: 20px;
  }

  .contactuswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactleft {
    width: 100%;
    padding-right: 0px;
  }

  .contactright {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-6 {
    background-image: url('../images/Main-Banner-8.jpg');
  }

  .mobile-nav {
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 70px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 1px 0 20px 0 rgba(16, 20, 36, 0.35);
  }

  .mob-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    height: 45px;
  }

  .menu-button {
    padding-left: 0px;
  }

  .side-menu {
    position: fixed;
    left: auto;
    z-index: 98;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100%;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 10px solid #101424;
    background-color: #fff;
    box-shadow: 0 20px 13px 4px rgba(16, 20, 36, 0.57);
  }

  .image-12 {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .scroll-down-bar {
    display: none;
    height: 80px;
  }

  .lottie-animation {
    z-index: 10;
  }

  .nav {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-content {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-content-left {
    width: 100%;
    padding-right: 0px;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 49px;
  }

  .our-services {
    padding-top: 0px;
  }

  .deals {
    margin-bottom: 0px;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .div-block-11 {
    display: none;
  }

  .nav-menu {
    display: none;
  }
}

