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

.body {
  height: auto;
  background-color: #457abf;
  font-family: Poppins, sans-serif;
  color: #393939;
  font-size: 14px;
  line-height: 1.3;
}

.hero {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #023859;
  background-image: linear-gradient(76deg, #023859, #457abf);
}

.div-right {
  width: 50%;
  height: auto;
  padding-right: 0px;
}

.div-left {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 610px;
  margin-left: 100px;
  padding-top: 0px;
  padding-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.navbar {
  position: relative;
  z-index: 5000;
  display: block;
  margin-top: 80px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.line {
  width: 30px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #b1ff00;
}

.line.middle {
  width: 20px;
  height: 4px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0px;
}

.line.last {
  width: 25px;
}

.menu-discreption {
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #b1ff00;
  font-size: 12px;
  font-weight: 400;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.slider {
  height: 100%;
}

.heading-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
}

.paragraph {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

.button {
  margin-top: 40px;
  padding: 15px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #b1ff00;
  background-color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Poppins, sans-serif;
  color: #b1ff00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fafafa;
  color: #fafafa;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 10px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Futura bt';
  color: #fff;
  font-weight: 300;
}

.social-media.menu-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.social-media.footer-social {
  margin-top: 140px;
}

.social-media.footer-social.contact {
  margin-top: 0px;
  margin-bottom: 0px;
}

.img {
  margin-top: 0px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.img:hover {
  opacity: 0.5;
}

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

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #023859;
  background-image: url('../images/2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-wrapper.two {
  background-image: url('../images/3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-wrapper.three {
  background-image: url('../images/1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-content {
  position: relative;
  display: none;
  height: 180px;
  padding: 25px 50px;
  background-color: transparent;
  background-image: linear-gradient(319deg, rgba(69, 122, 191, 0.9), rgba(2, 56, 89, 0.9));
}

.arrow {
  left: 50px;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 30px;
  height: 30px;
  background-color: #023859;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.arrow:hover {
  background-color: #fafafa;
}

.arrow.right {
  left: 95px;
  background-color: #023859;
}

.arrow.right:hover {
  background-color: #fafafa;
}

.arrow-icon {
  font-family: 'Futura font';
  color: #b1ff00;
  font-size: 15px;
  font-weight: 900;
}

.slider-menu {
  display: none;
  font-size: 10px;
}

.slider-menu:focus {
  color: #b1ff00;
}

.slider-heading {
  width: 100%;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}

.projects {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #023859;
  background-image: linear-gradient(42deg, #023859, #00243a);
}

.maincontainer {
  width: 87%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.maincontainer.contact-rights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #457abf;
}

.project-box {
  position: relative;
  bottom: 0px;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
}

.project-box:hover {
  bottom: 10px;
}

.box-wrapper {
  position: relative;
  height: 100%;
}

.text-block-2 {
  padding: 21px 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}

.box-btn {
  padding: 30px;
  background-color: #fafafa;
}

.heading-2 {
  margin-top: 0px;
  color: #023859;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  font-size: 14px;
  line-height: 2.1;
  font-weight: 400;
}

.paragraph-2.recent-projects {
  margin-bottom: 20px;
  color: #457abf;
  font-size: 12px;
}

.about {
  height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #034771;
}

.about.page {
  background-color: #fff;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-wrapper {
  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;
}

.sectional-sub-heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fafafa;
  font-size: 35px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
}

.sectional-sub-heading.whitebg {
  display: block;
  width: 50%;
  margin-bottom: 0px;
  color: #023859;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
}

.sectional-sub-heading.pages {
  color: #023859;
}

.normal-paragraph {
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 15px;
  line-height: 2.1;
  font-weight: 400;
}

.normal-paragraph.pages {
  color: #393939;
}

.link {
  margin-right: 0px;
  color: #b1ff00;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.img-about {
  position: relative;
  bottom: 0px;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
}

.img-about:hover {
  bottom: 10px;
}

.services {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.services-wrapper {
  margin-top: 80px;
}

.content-box {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #023859;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
}

.content-box:hover {
  bottom: 10px;
}

.box-image {
  display: none;
  width: 100%;
  height: auto;
}

.box-content {
  position: static;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 30px 40px;
  -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;
  background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/civil.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-content:hover {
  position: static;
  bottom: auto;
}

.box-content.roads {
  background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/1.jpg');
}

.box-content.structural {
  background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/3.jpg');
}

.box-content.project-m {
  background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/2.jpg');
}

.list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  margin-top: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.list-item.pages-item {
  color: #fafafa;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b1ff00;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}

.grid-3 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.button-white {
  padding: 20px 40px;
  background-color: #023859;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #b1ff00;
  font-weight: 600;
  text-transform: uppercase;
}

.button-white:hover {
  background-color: #457abf;
  color: #023859;
}

.button-white.about-us {
  background-color: #b1ff00;
  color: #023859;
}

.button-white.about-us:hover {
  background-color: #fafafa;
  color: #457abf;
}

.call-back {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/callback-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Futura book font';
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.callback-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-color: #023859;
}

.callback-wrapper.contact-details {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  color: #b1ff00;
  font-size: 30px;
  font-weight: 500;
}

.callback-mainheading {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 2.1;
  font-weight: 400;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-color: #fff;
}

.form-wrapper.contact-box {
  background-color: #f7f7f7;
}

.field-label {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #457abf;
  font-size: 15px;
  font-weight: 500;
}

.text-field {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-width: 0px 0px 3px;
  border-color: #000 #000 rgba(69, 122, 191, 0.13);
  border-bottom-style: solid;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.text-field::-webkit-input-placeholder {
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 12px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 12px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 12px;
  font-weight: 400;
}

.text-field::placeholder {
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 12px;
  font-weight: 400;
}

.submit-button {
  padding: 20px 40px;
  background-color: #023859;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #457abf;
  color: #023859;
}

.social-mediatext {
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.social-mediatext.get {
  color: #023859;
  font-weight: 500;
}

.affiliations {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.affiliations-grid {
  margin-top: 60px;
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-wrapper-aff {
  padding: 5px;
  background-color: hsla(0, 0%, 89.4%, 0.22);
}

.footer {
  padding-top: 140px;
  padding-bottom: 60px;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
}

.grid-6 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  margin-top: -10px;
  color: #023859;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}

.heading-5.menu-heading {
  color: #fafafa;
}

.grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-footer {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #457abf;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer:hover {
  color: #023859;
}

.link-footer.w--current {
  font-weight: 600;
  text-transform: uppercase;
}

.link-details {
  margin-top: 60px;
}

.link-details.location {
  margin-top: 0px;
}

.text-links-footer {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Poppins, sans-serif;
  color: #457abf;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-links-footer:hover {
  color: #023859;
}

.text-links-footer.callback-links {
  color: #fff;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block.location {
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block.location.menu-text {
  margin-bottom: 10px;
}

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

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 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;
  background-color: #b1ff00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
}

.button-arrow:hover {
  background-color: #bfdbff;
}

.button-text {
  margin-right: 0px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #023859;
  font-weight: 700;
  text-transform: uppercase;
}

.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
  -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;
  text-decoration: none;
}

.image-3 {
  margin-right: 20px;
  opacity: 1;
}

.divider {
  width: 50px;
  height: 5px;
  margin-top: 20px;
  background-color: #023859;
}

.divider.green {
  margin-bottom: 40px;
  background-color: #b1ff00;
}

.divider.green.content {
  background-color: #023859;
}

.divider.green.slider {
  height: 3px;
  margin-top: 0px;
}

.divider.pages {
  margin-top: 10px;
  background-color: #fafafa;
}

.divider.menu-divider {
  background-color: #fafafa;
}

.divider.services-box {
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #b1ff00;
}

.paragraph-3 {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.1;
}

.footer-logo-wrapper {
  margin-top: 60px;
  margin-bottom: 0px;
}

.footer-icon {
  margin-right: 20px;
}

.footer-text {
  margin-top: -4px;
  color: #023859;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.footer-text.menu-text {
  width: 100%;
  color: #fafafa;
  font-size: 12px;
  font-weight: 300;
}

.footer-text.callback {
  color: #fff;
}

.image-6 {
  height: 100%;
}

.image-7 {
  height: 100%;
}

.image-8 {
  height: 100%;
}

.image-9 {
  height: 100%;
}

.navlink-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 610px;
  min-height: auto;
  margin-left: 100px;
  padding: 0px 48px 0px 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: 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;
  background-color: transparent;
  background-image: none;
}

.navlink {
  margin-bottom: 0px;
  color: #fafafa;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-left: 90px;
  -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;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: auto;
  min-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-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-image: -webkit-gradient(linear, left top, left bottom, from(#457abf), to(#023859));
  background-image: linear-gradient(180deg, #457abf, #023859);
}

.navlink-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 100px;
  padding-left: 100px;
  -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-color: #023859;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 56, 89, 0.74)), to(rgba(2, 56, 89, 0.74))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 56, 89, 0.74), rgba(2, 56, 89, 0.74)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0.99;
}

.image-12 {
  margin-left: 0px;
}

.close-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-9 {
  min-height: 100vh;
  justify-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.bold {
  font-size: 15px;
  font-weight: 600;
}

.navlink-box {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.navlink-box.w--current {
  margin-bottom: 20px;
}

.navicon {
  margin-top: 3px;
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

.textlink-navmenu {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #fafafa;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.textlink-navmenu:hover {
  color: #b1ff00;
  font-weight: 400;
}

.page-hero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #023859;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 122, 191, 0.8)), to(#023859)), url('../images/callback-img.jpg');
  background-image: linear-gradient(180deg, rgba(69, 122, 191, 0.8), #023859), url('../images/callback-img.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-navlinks {
  padding-right: 40px;
  padding-left: 0px;
  color: #fafafa;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.page-navlinks:hover {
  color: #b1ff00;
  font-size: 14px;
}

.page-navlinks.last {
  padding-right: 0px;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -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;
}

.bread-crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crumbs-text {
  margin-right: 10px;
  color: #fafafa;
}

.crumbs-text.focused {
  color: #457abf;
}

.crumbs-text.focused.last {
  margin-right: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-13 {
  margin-right: 10px;
}

.cumbs-link {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #fafafa;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.cumbs-link:hover {
  color: #b1ff00;
}

.page-heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fafafa;
  font-size: 55px;
  line-height: 1.5;
  font-weight: 600;
}

.page-content {
  height: 1000px;
  background-color: #fafafa;
}

.page-cta {
  background-color: #023859;
  background-image: linear-gradient(303deg, #457abf, #023859);
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-cta-wrapper {
  width: 100%;
  max-width: 610px;
  padding: 40px 40px 40px 0px;
}

.cta-content {
  max-width: none;
  padding-left: 70px;
}

.cta-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.cta-p {
  color: #fafafa;
  font-size: 15px;
  line-height: 2.1;
}

.cta-button {
  margin-top: 40px;
  padding: 20px 35px 18px;
  background-color: #b1ff00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #023859;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #fafafa;
  color: #457abf;
}

.cta-img {
  height: 100%;
  background-color: #fafafa;
}

.image-14 {
  height: 100%;
}

.page-nav-wrapper {
  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;
}

.pages-nav-button {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  opacity: 0;
}

.image-16 {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

.statements {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f7f7f7;
}

.grid-11 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stat-wrapper {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 305px;
  max-width: 100%;
  padding: 50px 29px;
  -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: #023859;
  background-image: linear-gradient(306deg, #457abf, #023859);
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
}

.stat-wrapper:hover {
  bottom: 10px;
  opacity: 1;
}

.stat-p {
  width: 80%;
  color: #fafafa;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.icon-wrapper {
  width: 80px;
  height: auto;
  margin-bottom: 30px;
}

.services-slider {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #023859;
}

.grid-12 {
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-s-wrapper {
  position: relative;
  bottom: 0px;
  height: 100%;
  background-color: #023859;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
}

.slider-s-wrapper:hover {
  bottom: 10px;
}

.slider-img-wrapper {
  height: 80%;
  background-color: #457abf;
}

.slider-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  padding: 0px 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(350deg, #457abf, #023859);
}

.text {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fafafa;
  line-height: 1.5;
}

.slider-box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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: #b1ff00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.slider-box-link:hover {
  background-color: #fafafa;
}

.slider-box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-services {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.grid-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-box-wrapper {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: hsla(0, 0%, 89.4%, 0.22);
}

.text-box-wrapper {
  padding: 40px 0px 40px 40px;
  background-color: #023859;
  background-image: linear-gradient(311deg, #023859, #457abf);
}

.box-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #b1ff00;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.div-block-5 {
  overflow: auto;
  height: 200px;
  padding-right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.grid-14 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-projects {
  position: relative;
  opacity: 1;
}

.project-thumbnail-wrapper {
  height: 100%;
}

.project-text-wrapper {
  padding: 45px 35px;
  background-color: #457abf;
  background-image: linear-gradient(311deg, #023859, #457abf);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-text-wrapper:hover {
  background-image: linear-gradient(311deg, #023859, #457abf);
}

.project-text {
  width: 85%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: none;
}

.project-text.paragraph {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
}

.project-p {
  color: #fafafa;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.lightbox-link {
  position: relative;
  bottom: 0px;
  height: 100%;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
  text-decoration: none;
}

.lightbox-link:hover {
  bottom: 10px;
}

.light {
  font-weight: 300;
}

.hover-state {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  background-color: rgba(2, 56, 89, 0.84);
  opacity: 0;
}

.image-17 {
  position: relative;
  z-index: 0;
}

.image-18 {
  opacity: 0.7;
}

.contact-form {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.contact-footer {
  background-color: #fff;
}

.text-block-4 {
  color: #393939;
}

.text-area {
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(69, 122, 191, 0.13);
  background-color: hsla(0, 0%, 100%, 0.85);
  font-size: 12px;
}

.text-area::-webkit-input-placeholder {
  color: #dcdcdc;
  line-height: 1.5;
}

.text-area:-ms-input-placeholder {
  color: #dcdcdc;
  line-height: 1.5;
}

.text-area::-ms-input-placeholder {
  color: #dcdcdc;
  line-height: 1.5;
}

.text-area::placeholder {
  color: #dcdcdc;
  line-height: 1.5;
}

.slider-content-wrapper {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-image-wrapper {
  position: relative;
}

.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #023859;
  opacity: 0.6;
}

.copyrights-billbones {
  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;
}

.billbones {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #023859;
  font-weight: 600;
  text-decoration: none;
}

.billbones:hover {
  color: #457abf;
}

.form-block {
  height: 100%;
}

.success-message {
  height: 100%;
  padding-top: 120px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #b1ff00;
  text-align: center;
}

.success-text {
  font-family: Poppins, sans-serif;
  color: #023859;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.error-message {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff1b1b;
}

.error-text {
  font-family: Poppins, sans-serif;
  color: #fafafa;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .img {
    margin-right: 15px;
  }

  .slide-wrapper {
    background-image: url('../images/2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-wrapper.two {
    background-image: url('../images/3.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-wrapper.three {
    background-image: url('../images/1.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-content {
    display: none;
    height: auto;
    padding-top: 86px;
    background-image: linear-gradient(319deg, rgba(69, 122, 191, 0.86), #023859);
  }

  .arrow {
    background-color: #023859;
  }

  .arrow-icon {
    color: #b1ff00;
  }

  .arrow-icon:hover {
    color: #023859;
  }

  .slider-menu {
    display: none;
  }

  .project-box {
    position: relative;
    bottom: 0px;
    -webkit-transition: bottom 475ms ease-out;
    transition: bottom 475ms ease-out;
  }

  .project-box:hover {
    position: relative;
    bottom: 10px;
  }

  .img-about {
    position: relative;
    bottom: 0px;
    -webkit-transition: bottom 300ms ease-out;
    transition: bottom 300ms ease-out;
  }

  .img-about:hover {
    bottom: 10px;
  }

  .services {
    position: relative;
  }

  .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .box-image {
    display: none;
    width: 100%;
    height: auto;
  }

  .box-content {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/civil.jpg');
    background-position: 0px 0px, 50% 50%;
    -webkit-transition: bottom 300ms ease-out;
    transition: bottom 300ms ease-out;
  }

  .box-content:hover {
    bottom: 10px;
  }

  .box-content.roads {
    background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/1.jpg');
  }

  .box-content.structural {
    background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/3.jpg');
  }

  .box-content.project-m {
    background-image: linear-gradient(89deg, #023859, rgba(69, 122, 191, 0.6)), url('../images/2.jpg');
  }

  .heading-3 {
    color: #b1ff00;
  }

  .form-wrapper {
    background-color: #f7f7f7;
  }

  .text-field {
    font-family: Poppins, sans-serif;
    color: #023859;
    font-size: 15px;
    font-weight: 400;
  }

  .divider.services-box {
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #b1ff00;
  }

  .image-6 {
    height: auto;
  }

  .image-7 {
    height: auto;
  }

  .image-8 {
    height: auto;
  }

  .image-9 {
    height: auto;
  }

  .link-wrapper {
    padding-left: 0px;
  }

  .menu {
    display: none;
  }

  .navlink-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 56, 89, 0.74)), to(rgba(2, 56, 89, 0.74))), url('../images/2.jpg');
    background-image: linear-gradient(180deg, rgba(2, 56, 89, 0.74), rgba(2, 56, 89, 0.74)), url('../images/2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .page-cta-wrapper {
    max-width: 610px;
  }

  .cta-content {
    padding-left: 0px;
  }

  .image-14 {
    height: auto;
  }

  .stat-wrapper {
    position: relative;
    bottom: 0px;
    -webkit-transition: bottom 300ms ease-out;
    transition: bottom 300ms ease-out;
  }

  .stat-wrapper:hover {
    bottom: 10px;
    opacity: 1;
  }

  .slider-s-wrapper {
    position: relative;
    bottom: 0px;
    -webkit-transition: bottom 300ms ease-out;
    transition: bottom 300ms ease-out;
  }

  .slider-s-wrapper:hover {
    bottom: 10px;
  }

  .box-heading {
    color: #b1ff00;
  }

  .project-text-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-area {
    color: #023859;
    font-size: 15px;
  }

  .slider-content-wrapper {
    display: none;
  }

  .copyrights-billbones {
    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;
  }

  .billbones {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #023859;
    font-weight: 700;
    text-decoration: none;
  }

  .billbones:hover {
    color: #457abf;
  }

  .success-message.contact {
    padding-top: 215px;
  }

  .success-text.contact {
    font-size: 22px;
    line-height: 2;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    position: relative;
    -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;
  }

  .div-right {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
  }

  .div-left {
    z-index: 2;
    width: 87%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .navbar {
    margin-bottom: 60px;
  }

  .heading-wrapper {
    margin-top: 40px;
  }

  .heading {
    font-size: 55px;
  }

  .social-media {
    display: block;
    margin-top: 40px;
  }

  .social-media.footer-social {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .slide-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 56, 89, 0.8)), to(rgba(2, 56, 89, 0.8))), url('../images/2.jpg');
    background-image: linear-gradient(180deg, rgba(2, 56, 89, 0.8), rgba(2, 56, 89, 0.8)), url('../images/2.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-wrapper.two {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 56, 89, 0.8)), to(rgba(2, 56, 89, 0.8))), url('../images/3.jpg');
    background-image: linear-gradient(180deg, rgba(2, 56, 89, 0.8), rgba(2, 56, 89, 0.8)), url('../images/3.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-wrapper.three {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 56, 89, 0.8)), to(rgba(2, 56, 89, 0.8))), url('../images/1.jpg');
    background-image: linear-gradient(180deg, rgba(2, 56, 89, 0.8), rgba(2, 56, 89, 0.8)), url('../images/1.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slider-content {
    height: 100%;
  }

  .arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 50px;
    height: 50px;
  }

  .arrow.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .arrow-icon {
    font-size: 20px;
  }

  .slider-menu {
    display: none;
  }

  .slider-heading {
    display: none;
  }

  .maincontainer.slider-pages {
    height: auto;
  }

  .maincontainer.contact-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sectional-sub-heading.whitebg {
    width: 80%;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-mediatext {
    margin-bottom: 10px;
  }

  .social-mediatext.get {
    margin-bottom: 20px;
  }

  .social-mediatext.get.sub-pages {
    text-align: center;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-details {
    margin-top: 40px;
  }

  .footer-block.last {
    margin-bottom: 0px;
  }

  .divider.green.slider {
    display: none;
  }

  .image-10 {
    margin-left: -10px;
  }

  .navlink-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .link-wrapper {
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu {
    display: none;
    opacity: 1;
  }

  .navlink-img {
    display: none;
  }

  .close-wrapper {
    margin-top: 89px;
    margin-left: 0px;
  }

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

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    opacity: 1;
  }

  .page-heading-text {
    margin-bottom: 0px;
    line-height: 1.3;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-cta-wrapper {
    max-width: none;
    padding: 50px;
  }

  .cta-content {
    padding-left: 0px;
  }

  .cta-heading {
    font-size: 40px;
  }

  .cta-p {
    width: 70%;
  }

  .page-navigation {
    display: none;
  }

  .pages-nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider-s-wrapper {
    height: auto;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-14 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    margin-top: 60px;
  }

  .text-block-4.last {
    margin-top: 20px;
  }

  .text-block-4.sub-footer {
    margin-top: 20px;
  }

  .copyrights-billbones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: -60px;
  }

  .heading {
    font-size: 50px;
  }

  .paragraph {
    width: 100%;
  }

  .social-media.footer-social {
    margin-bottom: 20px;
  }

  .social-media.footer-social.contact {
    margin-right: 0px;
  }

  .img.last {
    margin-right: 0px;
  }

  .maincontainer.contact-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-wrapper {
    opacity: 0.92;
  }

  .text-block-2 {
    padding-top: 35px;
    padding-bottom: 35px;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
  }

  .box-btn {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-2 {
    width: 100%;
    font-size: 25px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 15px;
    text-align: center;
  }

  .paragraph-2.recent-projects {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sectional-sub-heading {
    width: 100%;
  }

  .sectional-sub-heading.whitebg {
    width: 100%;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .box-image {
    width: 100%;
  }

  .box-content {
    width: 100%;
  }

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

  .call-back {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .callback-wrapper {
    padding: 40px;
  }

  .form-wrapper {
    padding: 40px;
  }

  .social-mediatext.get {
    margin-right: 0px;
    text-align: left;
  }

  .affiliations {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .link-details {
    margin-bottom: 20px;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.location {
    margin-bottom: 0px;
  }

  .button-arrow {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .divider.services-box {
    height: 3px;
  }

  .div-block-3 {
    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;
    text-align: left;
  }

  .navlink-wrapper {
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 48px;
  }

  .menu {
    display: none;
    opacity: 1;
  }

  .close-wrapper {
    margin-top: 88px;
    margin-left: 3px;
  }

  .brand {
    padding-left: 0px;
  }

  .page-heading-text {
    font-size: 45px;
    line-height: 1.3;
  }

  .cta-content {
    padding-left: 0px;
  }

  .cta-heading {
    font-size: 35px;
  }

  .cta-p {
    width: 100%;
    font-size: 13px;
  }

  .cta-button {
    margin-top: 30px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stat-wrapper {
    max-width: none;
  }

  .stat-p {
    font-size: 18px;
  }

  .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    text-align: center;
  }

  .div-left {
    margin-top: 42px;
  }

  .heading-wrapper {
    margin-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1.3;
    text-align: center;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .social-media.footer-social.contact {
    margin-right: 0px;
  }

  .img.last {
    margin-right: 0px;
  }

  .media-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .maincontainer.service-center {
    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;
  }

  .maincontainer.footer-centre {
    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;
  }

  .maincontainer.contact-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
  }

  .text-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .box-btn {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2 {
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 2;
  }

  .paragraph-2.recent-projects {
    font-size: 14px;
  }

  .about-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sectional-sub-heading {
    font-size: 22px;
    line-height: 1.8;
  }

  .normal-paragraph {
    font-size: 14px;
    line-height: 1.8;
  }

  .box-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item {
    text-align: left;
  }

  .heading-3 {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .callback-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .callback-heading {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 20px;
  }

  .callback-mainheading {
    font-size: 18px;
    line-height: 1.8;
  }

  .form-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-field {
    text-align: center;
  }

  .submit-button {
    width: 100%;
  }

  .social-mediatext {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .social-mediatext.menu-nav {
    text-align: left;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-row-gap: 30px;
  }

  .get-in-touch {
    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;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-links-footer {
    margin-top: 20px;
  }

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

  .footer-block.location {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-arrow {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-box {
    margin-top: 30px;
  }

  .divider.green {
    margin-top: 10px;
  }

  .divider.pages {
    margin-top: 10px;
  }

  .footer-icon {
    margin-right: 0px;
  }

  .footer-text {
    margin-top: 20px;
    font-size: 15px;
  }

  .footer-text.menu-text {
    margin-top: 0px;
    text-align: left;
  }

  .navlink-wrapper {
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .navlink {
    text-align: left;
  }

  .link-wrapper {
    padding-top: 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;
  }

  .menu {
    display: none;
    opacity: 1;
  }

  .close-wrapper {
    margin-top: 69px;
  }

  .close-wrapper.home-icon {
    margin-top: 71px;
    opacity: 1;
  }

  .brand {
    padding-left: 0px;
    text-align: left;
  }

  .navlink-box {
    text-align: left;
  }

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

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

  .page-heading-text {
    margin-bottom: 0px;
  }

  .page-cta-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-heading {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }

  .cta-p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-button {
    margin-top: 20px;
  }

  .statements {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stat-wrapper {
    width: auto;
    height: 275px;
  }

  .stat-p {
    font-size: 14px;
  }

  .services-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-13 {
    grid-row-gap: 50px;
  }

  .text-box-wrapper {
    padding-left: 30px;
  }

  .box-heading {
    font-size: 20px;
    text-align: left;
  }

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

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-text-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-text {
    width: 100%;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-area {
    text-align: center;
  }

  .text-area::-webkit-input-placeholder {
    color: #dcdcdc;
    line-height: 1.5;
  }

  .text-area:-ms-input-placeholder {
    color: #dcdcdc;
    line-height: 1.5;
  }

  .text-area::-ms-input-placeholder {
    color: #dcdcdc;
    line-height: 1.5;
  }

  .text-area::placeholder {
    color: #dcdcdc;
    line-height: 1.5;
  }
}

#w-node-a9c8d36b-988a-a2d0-9558-1283f5fb335d-5f2e6321 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_77e300fa-e722-b12f-4890-e668e021fff9-117b7c2c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ac9857b6-a4ac-95da-5eb1-fe3b9221d5f1-9221d5ef {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1ade0d2a-d75c-13e4-e7ba-b06e053c8039-16e27fac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_9886ba71-072c-887a-93c8-770bf0a41240-f0a4120e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

