.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: var(--image-i232c8919);
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Avenir 05', sans-serif;
  font-weight: 900;
}

.websitecontainer {
  display: block;
  width: 100%;
  max-width: 1088px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.websitecontainer.headercontainer {
  width: 100%;
}

.websitecontainer.aboutcompany {
  display: block;
  width: 100%;
  margin-top: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.websitecontainer.videocontainer {
  width: 100%;
  height: auto;
}

.websitecontainer.servicescontainer {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 100px;
}

.websitecontainer.projectsconatiner {
  margin-bottom: 80px;
}

.websitecontainer.aboutusheader {
  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;
}

.websitecontainer.aboutusheader.aboutuspage {
  margin-top: 100px;
}

.websitecontainer.projects {
  position: relative;
  margin-top: 140px;
}

.websitecontainer.services {
  position: relative;
  margin-top: 140px;
}

.websitecontainer.special {
  margin: 40px auto;
}

.header {
  margin-right: 0px;
  padding-right: 0px;
}

.mainheading {
  max-width: 800px;
  margin-bottom: auto;
  padding-right: 10px;
  font-family: 'Avenir 03', sans-serif;
  color: #1d3557;
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
  text-transform: capitalize;
}

.mainheading.white {
  color: #fff;
}

.text-span {
  color: #d62828;
}

.mainparagraph {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 0.87;
  font-family: 'Avenir 09', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.mainparagraph.white {
  margin-top: 0px;
  color: #fff;
}

.mainparagraph.white.missionparagraph {
  margin-bottom: 0px;
  opacity: 1;
}

.mainparagraph.testimony {
  max-width: 400px;
  margin-bottom: 20px;
  font-family: 'Avenir 10', sans-serif;
  color: #000;
}

.mainparagraph.testimony.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  color: #1d3557;
}

.buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 56px;
  margin-top: 30px;
  padding-right: 20px;
  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;
  border-style: solid;
  border-width: 3px;
  border-color: #d62828;
  color: #d62828;
  font-weight: 900;
  text-decoration: none;
}

.buttondiv:hover {
  background-color: #d62828;
  color: #fff;
}

.buttondiv.whitebuttondiv {
  width: 200px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.buttondiv.servicebuttondiv {
  margin-top: 0px;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #d62828;
}

.buttondiv.servicebuttondiv:hover {
  background-color: #d62828;
  color: #fff;
}

.buttondiv.homebutton {
  width: 200px;
  text-decoration: none;
}

.buttontext {
  font-family: 'Avenir 03', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.buttontext.whitebuttontext {
  color: #fff;
}

.solidlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 156px;
  height: 28px;
  -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: #1d3557;
  color: #fff;
}

.solidlabel.white {
  width: 250px;
  background-color: #fff;
}

.labeltext {
  font-family: 'Avenir 05', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.labeltext.blue {
  font-family: 'Avenir 05', sans-serif;
  color: #1d3557;
  font-weight: 900;
}

.labeltext.red {
  color: #f62121;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: #1d3557;
}

.aboutcompanydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subheading {
  width: 450px;
  font-family: 'Avenir 05', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
}

.subheading.blackheading {
  color: #000;
}

.subheading.blackheading.blueredheading {
  font-family: 'Avenir 03', sans-serif;
  color: #1d3557;
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
}

.proudnumberblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbersblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 147px;
  height: 117px;
  -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;
}

.numbersheading {
  font-family: 'Avenir 05', sans-serif;
  color: #1d3557;
  font-size: 70px;
  line-height: 61px;
}

.numbersheading.homepage {
  color: #fff;
}

.yellowtext {
  font-family: 'Avenir 05', sans-serif;
  color: #f62121;
}

.yellowtext.homepage {
  color: #eae2b7;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -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-image: var(--image-i240c1210);
  background-position: 0px 0px;
  background-size: cover;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Avenir 05', sans-serif;
}

.servicesheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rednumberblock {
  width: 65px;
  height: 86px;
}

.rednumbers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #f62121;
  font-size: 80px;
  line-height: 60px;
}

.rednumbers.servicespage {
  display: block;
  -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;
  line-height: 80px;
  font-weight: 400;
}

.servicespointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.servicespointer.servicespage {
  -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;
}

.servicespointertext {
  display: block;
  margin-left: 40px;
  -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;
  font-family: 'Avenir 05', sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.servicespointertext.servicespage {
  width: 270px;
  line-height: 35px;
  text-transform: uppercase;
}

.servicespointertext.servicespage._3lines {
  width: 300px;
}

.servicecolumn {
  margin-top: 60px;
}

.column {
  display: none;
}

.section-5 {
  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;
}

.ourworks {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
}

.ourworksimagediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 505px;
  margin-left: 0px;
  -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;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.ourworksimagediv.trackcomp {
  background-image: var(--image-i346130ee);
}

.ourworksimagediv.structnonstruct {
  background-image: var(--image-i341abb69);
}

.ourworksimagediv.aboutuscolumn {
  background-image: var(--image-i340ca3e8);
}

.ourworksimagediv.projectspanel {
  width: 100%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.whitebg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 80px;
  padding-left: 5px;
  -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-color: #fff;
  text-decoration: none;
}

.text-block {
  margin-right: 6px;
  margin-left: 6px;
  font-family: 'Avenir 05', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 31px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f62121;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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-image: var(--image-i5c9e48ae);
  background-position: 100% 50%;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.testimonyholder {
  width: 100%;
}

.testimonydiv {
  display: block;
}

.testimonyname {
  font-family: 'Avenir 05', sans-serif;
  color: #1d3557;
  font-size: 20px;
  line-height: 32px;
}

.testimonynameholder {
  display: block;
  margin-top: 0px;
  font-size: 20px;
}

.nameposition {
  opacity: 0.87;
  font-family: 'Avenir 05', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 900;
}

.testimonycontactcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-height: 600px;
  -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: #1d3557;
  background-image: var(--image-5e45a7d9);
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoholder-2 {
  padding-bottom: 0px;
}

.infoholder-2.special {
  padding-bottom: 20px;
}

.websitecontainer-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1088px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  -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: transparent;
}

.paragraph-2 {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
}

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

.column-8 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footercredential {
  padding-left: 40px;
  opacity: 0.41;
  font-family: Poppins, sans-serif;
  color: #1d3557;
  font-weight: 500;
}

.footercredential.solidwhite {
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #1d3557;
  font-weight: 500;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2.tabletfootersection {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.credentialfooter {
  padding-top: 40px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacttitle-2 {
  margin-top: 15px;
  font-family: 'Avenir 05', sans-serif;
  color: #1d3557;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.contact-infor.footer {
  -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;
}

.image-7 {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contactinformation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #f66f21;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.contactinformation-2.spec {
  padding-left: 23px;
  border-left: 2px solid #1d3557;
}

.quicklinks-2 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Avenir 05', sans-serif;
  color: #1d3557;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  text-transform: capitalize;
}

.column-10 {
  display: block;
  -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;
}

.body {
  background-image: var(--image-i5acd5b5);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.headerblock {
  width: 600px;
}

.heading {
  width: 400px;
}

.text-span-2 {
  color: #f62121;
}

.paragraph-3 {
  max-width: 550px;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.ourmission {
  height: 100%;
  padding: 20px 40px 40px;
  background-color: #f62121;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.projectscollectionholder {
  margin-bottom: 140px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 3px;
  border-color: #f62121;
  background-color: transparent;
  text-decoration: none;
}

.labe {
  font-family: 'Avenir 05', sans-serif;
}

.icon {
  width: 20px;
  height: 20px;
  color: #f62121;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.servicesblock {
  margin-top: 40px;
}

.servicesholder {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicesimage {
  width: 500px;
  height: 320px;
  background-image: var(--image-i2b136c19);
  background-position: 50% 50%;
  background-size: cover;
}

.servicesimage._02 {
  background-image: var(--image-i42dea960);
}

.servicesimage._03 {
  background-image: var(--image-i3ca4b686);
}

.servicesimage._04 {
  background-image: var(--image-i41dbb636);
}

.servicesimage._05 {
  background-image: var(--image-af7f1f7);
}

.servicesimage._06 {
  background-image: var(--image-b4cb7c5);
}

.servicesimage._07 {
  background-image: var(--image-7c56cf3b);
}

.column-11 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicescolumns {
  margin-bottom: 60px;
}

.column-12 {
  display: none;
}

.section-13 {
  height: 450px;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 67px;
  -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;
}

.contactusform {
  height: 56px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  font-family: 'Avenir 05', sans-serif;
  color: #fff;
  font-weight: 900;
}

.contactusform.fullname::-webkit-input-placeholder {
  color: #fff;
}

.contactusform.fullname:-ms-input-placeholder {
  color: #fff;
}

.contactusform.fullname::-ms-input-placeholder {
  color: #fff;
}

.contactusform.fullname::placeholder {
  color: #fff;
}

.contactusform.emailid::-webkit-input-placeholder {
  color: #fff;
}

.contactusform.emailid:-ms-input-placeholder {
  color: #fff;
}

.contactusform.emailid::-ms-input-placeholder {
  color: #fff;
}

.contactusform.emailid::placeholder {
  color: #fff;
}

.contactusform.projects::-webkit-input-placeholder {
  color: #fff;
}

.contactusform.projects:-ms-input-placeholder {
  color: #fff;
}

.contactusform.projects::-ms-input-placeholder {
  color: #fff;
}

.contactusform.projects::placeholder {
  color: #fff;
}

.contactusform.message {
  height: 90px;
}

.contactusform.message::-webkit-input-placeholder {
  color: #fff;
}

.contactusform.message:-ms-input-placeholder {
  color: #fff;
}

.contactusform.message::-ms-input-placeholder {
  color: #fff;
}

.contactusform.message::placeholder {
  color: #fff;
}

.absoluteheading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -86%;
  font-family: 'Avenir 03', sans-serif;
  color: #f5f5f5;
  font-size: 160px;
  line-height: 140px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.absoluteheading.projects {
  top: -125px;
  bottom: auto;
}

.absoluteheading.projects.services {
  top: -81px;
}

.desktopnavbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #1d3557;
}

.logoholder {
  position: absolute;
  left: -10px;
  top: -5px;
  z-index: 1000;
  width: 160px;
  height: 140px;
  margin-top: 0px;
  margin-left: 0px;
  background-image: var(--image-2b57e92f);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menuholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 140px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menulinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.menulinkblock.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  border: 1px solid transparent;
}

.menulink {
  font-family: 'Avenir 05', sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menulink.w--current {
  color: #f66f21;
}

.redblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d62828;
  text-decoration: none;
}

.success-message {
  background-color: #d62828;
}

.text-block-2 {
  font-family: 'Avenir 05', sans-serif;
  color: #fff;
}

.error-message {
  background-color: #d62828;
}

.submit-button {
  width: 150px;
  height: 60px;
  background-color: #fff;
  font-family: 'Avenir 05', sans-serif;
  color: #d62828;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.map {
  position: relative;
  margin-top: 0px;
}

.column-15 {
  padding-left: 40px;
}

.mobilenavbar {
  display: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.slide {
  position: relative;
  min-height: 350px;
  background-color: #fff;
  color: #fff;
}

.icon-3 {
  color: #1d3557;
}

.icon-4 {
  color: #1d3557;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: #f62121;
}

.column-17 {
  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;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-list {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.next-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.join-the-team {
  color: #f62121;
  text-decoration: none;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #1d3557;
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #1d3557;
}

.right-arrow.left {
  left: 72px;
  border-style: solid;
  border-width: 3px;
  border-color: #1d3557;
}

.slider {
  min-height: 380px;
}

.link-2 {
  color: #f66f21;
  text-decoration: none;
}

.slide-2 {
  background-color: #fff;
}

.slide-3 {
  background-color: #fff;
}

.slider-2 {
  background-color: #fff;
}

.section-15 {
  min-height: 100ch;
}

.projectimage {
  min-height: 550px;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2 {
  font-family: 'Avenir 03', sans-serif;
}

.text-block-3 {
  font-family: Bebasneue, sans-serif;
  color: #d62828;
  letter-spacing: 1.3px;
}

.rich-text-block {
  font-family: 'Avenir 09', sans-serif;
  line-height: 28px;
  font-weight: 500;
}

.text-block-4 {
  padding-left: 6px;
  font-family: 'Avenir 02', sans-serif;
  color: #f66f21;
  font-weight: 400;
}

.link-3 {
  color: #f66f21;
  text-decoration: none;
}

.text-block-5 {
  font-family: 'Avenir 04', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 991px) {
  .section {
    background-image: var(--image-deda7a0);
    background-position: 50% 100%;
    background-size: contain;
  }

  .websitecontainer {
    display: block;
  }

  .websitecontainer.headercontainer {
    width: auto;
  }

  .websitecontainer.aboutcompany {
    width: auto;
  }

  .websitecontainer.servicescontainer {
    width: auto;
    margin-top: 0px;
  }

  .websitecontainer.projectsconatiner {
    width: 100%;
  }

  .websitecontainer.aboutusheader.aboutuspage {
    width: 100%;
  }

  .websitecontainer.services {
    width: 90%;
  }

  .mainheading {
    max-width: 600px;
    font-size: 40px;
    line-height: 60px;
  }

  .mainparagraph.testimony {
    margin-bottom: 20px;
    color: #000;
  }

  .mainparagraph.testimony.mobile {
    color: #fff;
  }

  .aboutcompanydiv {
    display: block;
  }

  .subheading {
    width: auto;
    font-size: 30px;
  }

  .subheading.blackheading {
    width: auto;
  }

  .proudnumberblock {
    margin: 60px 20px;
  }

  .numbersheading.homepage {
    font-size: 50px;
  }

  .section-3 {
    height: auto;
  }

  .servicesheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rednumbers {
    font-size: 60px;
  }

  .servicespointertext {
    font-size: 22px;
    line-height: 44px;
  }

  .servicecolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .ourworksimagediv {
    margin: 0px 20px 20px;
  }

  .ourworksimagediv.aboutuscolumn {
    margin: 1px;
  }

  .section-6 {
    background-color: #f62121;
    background-image: none;
  }

  .testimonydiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }

  .testimonyname {
    color: #1d3557;
  }

  .testimonynameholder {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nameposition {
    color: #000;
  }

  .testimonycontactcolumn {
    display: block;
    margin-top: 0px;
  }

  .section-7 {
    height: auto;
    background-image: none;
  }

  .ctacontainer {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .infoholder-2 {
    display: none;
  }

  .infoholder-2.special {
    display: none;
  }

  .infoholder-2.special.contactusinformation {
    display: block;
  }

  .columns-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footercredential {
    text-align: center;
  }

  .columns-2.tabletfootersection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .iconcontact {
    width: 35px;
  }

  .column-9 {
    display: none;
  }

  .contact-infor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .quicklinks-2 {
    padding-top: 30px;
    text-align: center;
  }

  .column-10 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ourmission {
    margin-right: 20px;
  }

  .collection-item {
    margin-bottom: 0px;
  }

  .servicesholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -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;
  }

  .servicesimage {
    width: 600px;
    height: 400px;
  }

  .servicesimage._02 {
    width: 600px;
  }

  .servicescolumns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }

  .section-13 {
    height: auto;
  }

  .absoluteheading.projects {
    display: none;
  }

  .desktopnavbar {
    display: none;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-15 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-16 {
    display: none;
  }

  .mobilenavbar {
    display: block;
    background-color: #1d3557;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: var(--image-2b57e92f);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .nav-menu {
    background-color: #f62121;
  }

  .mobilenavlink {
    font-family: 'Avenir 05', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .collection-list-wrapper {
    display: block;
  }

  .collection-list {
    display: block;
  }

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

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

  .column-18 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  .div-block-19 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 100vh;
    background-image: none;
  }

  .websitecontainer.aboutcompany {
    width: 90%;
  }

  .websitecontainer.projectsconatiner {
    margin-bottom: 20px;
  }

  .header {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainheading {
    font-size: 30px;
    line-height: 45px;
  }

  .mainparagraph {
    font-size: 14px;
    line-height: 25.2px;
  }

  .mainparagraph.testimony {
    color: #000;
  }

  .buttondiv {
    width: 200px;
  }

  .buttondiv.servicebuttondiv {
    width: 200px;
  }

  .buttontext {
    font-size: 12px;
  }

  .subheading {
    padding-top: 0px;
  }

  .subheading.blackheading.blueredheading {
    font-size: 40px;
    line-height: 60px;
  }

  .proudnumberblock {
    display: block;
    margin-bottom: 60px;
    margin-left: 0px;
    -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;
  }

  .numbersblock {
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .numbersblock.middle {
    display: inline-block;
    width: 50%;
    text-align: center;
  }

  .section-3 {
    min-height: 400px;
  }

  .section-4 {
    padding-top: 40px;
  }

  .servicesheading {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .servicespointer {
    margin-bottom: 30px;
  }

  .servicespointertext.servicespage {
    font-size: 18px;
  }

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

  .testimonydiv {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonyname {
    color: #1d3557;
  }

  .testimonynameholder {
    display: none;
  }

  .nameposition {
    color: #000;
  }

  .testimonycontactcolumn.aboutustestimonial {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .ctacontainer {
    margin-right: 20px;
    margin-left: 20px;
  }

  .infoholder-2.special.contactusinformation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-8 {
    display: none;
  }

  .section-8 {
    height: auto;
  }

  .paragraph-2 {
    text-align: center;
  }

  .columns-2.tabletfootersection {
    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;
  }

  .columns-3 {
    width: 100%;
  }

  .column-3 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabletcolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    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;
  }

  .contactinformation-2 {
    padding-bottom: 3px;
  }

  .contactinformation-2.spec {
    padding-top: 15px;
    padding-left: 0px;
    border-top: 1px solid #1d3557;
    border-left-style: none;
  }

  .headerblock {
    width: 400px;
  }

  .section-10 {
    height: 300px;
  }

  .ourmission {
    margin-right: 0px;
  }

  .servicesimage {
    width: 400px;
  }

  .servicesimage._02 {
    width: 400px;
  }

  .column-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu-button.w--open {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-17 {
    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;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-arrow {
    left: -10%;
  }

  .right-arrow.left {
    right: -6%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: none;
  }

  .websitecontainer {
    width: 100%;
  }

  .websitecontainer.aboutcompany {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .websitecontainer.servicescontainer {
    margin-top: 0px;
  }

  .websitecontainer.projectsconatiner {
    margin-bottom: 0px;
  }

  .websitecontainer.cta {
    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;
  }

  .websitecontainer.aboutusheader.aboutuspage {
    margin-top: 60px;
  }

  .websitecontainer.projects {
    margin-top: 60px;
  }

  .websitecontainer.special {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mainparagraph {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mainparagraph.testimony {
    max-width: 100%;
    color: #000;
  }

  .mainparagraph.testimony.mobile {
    color: #fff;
  }

  .buttondiv {
    margin-top: 0px;
  }

  .buttondiv.whitebuttondiv {
    margin-top: 20px;
    padding-top: 0px;
  }

  .buttondiv.homebutton {
    margin-top: 20px;
  }

  .solidlabel {
    width: 120px;
  }

  .labeltext {
    font-size: 12px;
  }

  .subheading {
    width: auto;
    margin-top: 0px;
    line-height: 45px;
  }

  .subheading.blackheading {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .subheading.blackheading.blueredheading {
    width: 300px;
    padding-top: 0px;
  }

  .proudnumberblock {
    width: 100%;
    margin: 40px 0px 40px 20px;
    padding-right: 20px;
    -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;
  }

  .numbersblock {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .numbersblock.middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .numbersheading {
    font-size: 30px;
  }

  .numbersheading.homepage {
    font-size: 30px;
  }

  .section-4 {
    padding-top: 0px;
  }

  .servicesheading {
    margin-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;
  }

  .headingholder.serviceslabel.bluelabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
  }

  .servicespointer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .servicespointer.servicespage {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .servicespointertext {
    margin-top: 0px;
    font-size: 18px;
    line-height: 32px;
  }

  .servicespointertext.servicespage {
    width: auto;
    margin-left: 10px;
  }

  .servicespointertext.servicespage._3lines {
    width: auto;
    margin-left: 10px;
  }

  .ourworks {
    margin-bottom: 40px;
  }

  .ourworksimagediv {
    height: 300px;
    margin: 10px 0px;
  }

  .ourworksimagediv.projectspanel {
    height: 450px;
  }

  .whitebg {
    width: auto;
  }

  .text-block {
    font-size: 14px;
  }

  .testimonyname {
    color: #1d3557;
    font-size: 24px;
  }

  .testimonynameholder {
    display: none;
  }

  .nameposition {
    color: #000;
    font-size: 12px;
  }

  .contactform {
    width: 100%;
  }

  .section-7 {
    max-height: 800px;
    min-height: 600px;
  }

  .ctacontainer {
    margin-top: 60px;
  }

  .infoholder-2.special.contactusinformation {
    display: block;
  }

  .columns-8 {
    display: none;
  }

  .section-8 {
    height: auto;
    margin-top: 0px;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .footercredential {
    padding-left: 10px;
    line-height: 26px;
    text-align: center;
  }

  .footercredential.solidwhite {
    padding-top: 10px;
    line-height: 26px;
  }

  .columns-2 {
    display: block;
  }

  .columns-3 {
    width: 100%;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-7 {
    width: 70%;
  }

  .headerblock {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-10 {
    height: auto;
  }

  .ourmission {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .projectscollectionholder {
    margin-bottom: 40px;
  }

  .next {
    margin-top: 40px;
  }

  .servicesholder {
    width: 100%;
  }

  .servicesimage {
    width: 100%;
    height: 300px;
  }

  .servicesimage._02 {
    width: 100%;
  }

  .servicesimage._05 {
    width: 100%;
    height: 300px;
  }

  .servicesimage._06 {
    width: 100%;
    height: 300px;
  }

  .section-13 {
    height: auto;
  }

  .contactusform.fullname {
    width: 100%;
  }

  .absoluteheading.projects {
    display: none;
  }

  .submit-button {
    width: 120px;
    height: 56px;
    font-size: 12px;
  }

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-block {
    width: 100%;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .mobilenavbar {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button {
    margin-right: 10px;
    margin-left: 140px;
  }

  .div-block-9 {
    display: none;
    height: 1%;
  }

  .container {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-10 {
    background-image: var(--image-i1352d533);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

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

  .div-block-15 {
    margin-top: 0px;
  }

  .div-block-16 {
    margin-top: 0px;
  }

  .collection-list {
    margin-bottom: 40px;
  }

  .right-arrow {
    left: -22%;
  }

  .right-arrow.left {
    left: 16%;
  }

  .column-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-2 {
    padding: 10px;
    background-color: #fff;
  }
}

@font-face {
  font-family: 'Avenir 10';
  src: url("/assets/fonts/avenir-mediumoblique-10.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 07';
  src: url("/assets/fonts/avenir-light-07.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 09';
  src: url("/assets/fonts/avenir-medium-09.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir roman 12';
  src: url("/assets/fonts/avenir-roman-12.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 11';
  src: url("/assets/fonts/avenir-oblique-11.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 05';
  src: url("/assets/fonts/avenir-heavy-05.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 02';
  src: url("/assets/fonts/avenir-bookoblique-02.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir book 01';
  src: url("/assets/fonts/avenir-book-01.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 08';
  src: url("/assets/fonts/avenir-lightoblique-08.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 04';
  src: url("/assets/fonts/avenir-blackoblique-04.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 06';
  src: url("/assets/fonts/avenir-heavyoblique-06.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 03';
  src: url("/assets/fonts/avenir-black-03.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url("/assets/fonts/bebasneue-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}