body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.heading5 {
  position: static;
  z-index: 3;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 50px;
  text-align: left;
  text-shadow: 1px 1px 6px #fff;
}

.icon-wrapper {
  width: 25px;
  height: 25px;
  background-image: url('../images/phone-icon.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-wrapper.phone {
  width: auto;
  height: auto;
  background-image: none;
}

.icon-wrapper.email {
  display: block;
  width: auto;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: none;
}

.body {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(180deg, #fff, transparent);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Sora, sans-serif;
}

.contact-divider {
  width: 0.1em;
  height: 1.7em;
  margin-right: 1em;
  margin-left: 1em;
  background-color: #fff;
}

.contacttotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.socialmedia-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.5rem;
  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;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sc-icon {
  width: 3em;
  height: 3em;
  background-image: url('../images/FB-ICON.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sc-icon.ws {
  overflow: visible;
  width: 2rem;
  height: 2rem;
  background-image: none;
}

.sc-icon.fb {
  width: 2rem;
  height: 2rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: none;
}

.fblink {
  display: block;
  width: auto;
  height: auto;
  margin-right: 1em;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wslink {
  display: block;
  width: auto;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.link-block.phone {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  margin-left: 0.25em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 14px;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Sora, sans-serif;
  font-weight: 500;
}

.nav-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 4em;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand {
  position: static;
  display: block;
  width: 3em;
  height: 3em;
  float: none;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.nav-menu {
  position: static;
  height: 100%;
  margin-left: 8em;
}

.navbutton-wrapper {
  position: absolute;
  display: none;
  width: 12em;
  height: 4em;
  margin-right: 0px;
  margin-left: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1em;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-button {
  position: static;
}

.section-home-services {
  display: none;
  height: auto;
  background-color: #2d2d2d;
  -webkit-perspective: 20000px;
  perspective: 20000px;
}

.navbar-wrapper {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100vw;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2c7d;
}

.contactus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #2b2c7d;
}

.section-home-header {
  height: 100vh;
  padding-top: 120px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedeff), color-stop(43%, rgba(186, 197, 255, 0.6)), color-stop(88%, hsla(0, 0%, 100%, 0.07))), url('../images/home_bg.jpg');
  background-image: linear-gradient(180deg, #dedeff, rgba(186, 197, 255, 0.6) 43%, hsla(0, 0%, 100%, 0.07) 88%), url('../images/home_bg.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-2 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-3 {
  display: block;
  height: 8rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  padding: 0em 1em 0em 0em;
}

.container-large {
  position: static;
  display: block;
  width: 100%;
  max-width: 80rem;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0em;
  padding-left: 0em;
  white-space: nowrap;
}

.container-large.trust {
  position: relative;
  z-index: 3;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: #2b2c7d;
  background-image: url('../images/WORLDWIDE.png');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-large.whatwedo {
  background-color: transparent;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.div-block-5 {
  display: none;
  overflow: visible;
  width: 0.3em;
  height: 2em;
  background-color: #00c89b;
}

.text-block-2 {
  position: static;
  margin-left: 6px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.2em;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
}

.heading-3 {
  margin-right: 1rem;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: normal;
  text-indent: 0%;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.text-span {
  color: #00c89b;
}

.cto-combo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-2 {
  display: block;
  width: auto;
  margin-right: 2rem;
  padding: 1.3rem 2.5rem;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #2b2c7d;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-block-3 {
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-3.op {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px none #000;
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: normal;
}

.image-4 {
  display: none;
  overflow: visible;
  width: 2.4em;
  height: 2.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-4 {
  color: #fff;
  font-size: 1.6rem;
  white-space: normal;
}

.facility-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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: #2d2d2d;
}

.logo-image {
  overflow: visible;
  width: auto;
  height: 15rem;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.logo-image.bkkairport {
  height: 20rem;
}

.logo-image.sony {
  height: 12rem;
}

.cust-track {
  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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.logoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: auto;
  margin-right: 2em;
  margin-left: 2em;
  padding: 1.2em;
  -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;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.logoblock.sony {
  width: 30em;
  height: auto;
}

.cust-horizontal-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 43%;
  display: none;
  width: auto;
  margin-right: auto;
  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;
}

.marquee-hori-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75vw;
  height: 20rem;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.marquee-hori-large.product {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.marquee-hori-large.caution {
  display: none;
  height: 2em;
}

.marquee-hori-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, hsla(0, 0%, 100%, 0)), to(#2b2c7d)), -webkit-gradient(linear, left top, right top, from(#2b2c7d), color-stop(13%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #2b2c7d), linear-gradient(90deg, #2b2c7d, hsla(0, 0%, 100%, 0) 13%);
}

.marquee-hori-cover.product {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, hsla(0, 0%, 100%, 0)), to(#2b2c7d)), -webkit-gradient(linear, left top, right top, from(#2b2c7d), color-stop(13%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #2b2c7d), linear-gradient(90deg, #2b2c7d, hsla(0, 0%, 100%, 0) 13%);
}

.cust-flex {
  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;
}

.section-home-key-industries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 1800px;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  background-color: transparent;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-home-who {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
}

.who-l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8rem 3.5rem 8rem 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 32% 17% 17% 17% 17%;
  grid-template-columns: 32% 17% 17% 17% 17%;
  grid-template-rows: 25% repeat(auto-fit, 25%) 25% 25%;
  background-color: transparent;
  color: #2d2d2d;
}

.heading-5 {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2d2d2d;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.heading-5.white {
  display: block;
  color: #fff;
}

.heading-5.white-copy {
  display: block;
  color: #fff;
}

.title-underline {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 8em;
  height: 0.3em;
  background-color: #00c89b;
  font-size: 1vw;
}

.title-underline.is--who {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 8rem;
  height: 1.5rem;
}

.who-r-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%);
  grid-template-columns: minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%);
  -ms-grid-rows: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%);
  grid-template-rows: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%);
  background-color: transparent;
  text-align: left;
}

.text-block-4 {
  display: block;
  padding-right: 0em;
  clear: none;
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-size: 1.1rem;
  text-align: left;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.text-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  color: #00c89b;
  font-size: 1.2rem;
  font-weight: 500;
}

.aim-blue {
  width: 2.4em;
  height: 2.4em;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-top: 0em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/aim-blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-home-trusted {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0em;
  background-color: #2b2c7d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.trust-title-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.stroked {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0rem;
  background-color: transparent;
  color: #00c89b;
  text-align: left;
  white-space: normal;
}

.stroked.vision {
  color: #2b2c7d;
}

.stroked.corporatemission {
  color: #00c89b;
}

.stroked.heading-industry {
  color: #2b2c7d;
}

.product-flex {
  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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product-track {
  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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  height: 8em;
  margin-right: 0em;
  margin-left: 2em;
  padding: 1.2em;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 3px #121212;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-img {
  width: 100%;
  height: 8.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.product-horizontal-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  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;
}

.fac-icon-wrapper {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: 0%;
  z-index: 0;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: #00c89b;
}

.fac-icon-wrapper.blue {
  background-color: #fff;
}

.title {
  -webkit-perspective: 2000px;
  perspective: 2000px;
  font-size: 3.6rem;
  text-decoration: none;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.54);
  white-space: normal;
}

.text-block-6 {
  position: static;
  margin-top: 29px;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1rem;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.sector-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0em 0em 4em;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.bluebox {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 8vw;
  height: 8vw;
  background-color: #2b2c7d;
}

.bluebox._1 {
  position: absolute;
  display: none;
  width: 8vw;
  height: 8vw;
}

.who-r-container {
  width: auto;
  height: auto;
  padding: 4em 0.3em 4em 4em;
}

.l-title-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-title-wrapper.what {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0em;
  -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: #2d2d2d;
}

.decorbar-caution {
  position: absolute;
  left: auto;
  top: -2em;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.caution--white {
  width: 2em;
  height: 2em;
  margin-right: 2em;
  background-color: #2b2c7d;
  -webkit-transform: skew(-37deg, 0deg);
  -ms-transform: skew(-37deg, 0deg);
  transform: skew(-37deg, 0deg);
}

.caution-track {
  display: none;
}

.container-3 {
  display: block;
  width: auto;
  height: 100%;
  max-width: 1700px;
  padding-top: 0em;
  padding-left: 8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.topcontact-sec {
  background-color: #000;
  font-family: Sora, sans-serif;
  font-size: 1em;
}

.page-title {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 4em;
  background-color: #fff;
}

.fac-icon-wrapper-l {
  position: absolute;
  left: auto;
  top: -10%;
  right: -10%;
  bottom: 0%;
  z-index: 1;
  width: 0em;
  height: 0em;
  border-radius: 100%;
  background-color: rgba(192, 255, 241, 0.7);
}

.fac-icon-wrapper-l.blue {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.sec-footer {
  display: block;
  height: auto;
  padding-top: 5.2em;
  padding-bottom: 5.2em;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-rows: 20% 20% 20% 20% 20%;
  grid-template-rows: 20% 20% 20% 20% 20%;
  background-color: #2d2d2d;
}

.heading-7 {
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #fff;
  font-size: 2rem;
}

.contactus {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 3em;
  margin-top: 0rem;
  margin-right: 10px;
  margin-left: 0px;
  padding: 0px 1rem;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.7em;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.footer-contact-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  -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;
}

.footer-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-header {
  margin-bottom: 1.5em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 200;
}

.footer-header._2 {
  margin-bottom: 2.6em;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
}

.footer-header._2 {
  font-weight: 700;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  padding-top: 0%;
  padding-left: 0%;
  -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;
  font-family: Inter, sans-serif;
  font-size: 0.89vw;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0%;
  padding-left: 0%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.container-content {
  height: 100%;
}

.section-2 {
  display: none;
  height: auto;
  background-color: transparent;
}

.facility-block-inner {
  position: relative;
  overflow: hidden;
  width: 98%;
  height: 98%;
  margin: 2px;
  padding: 26px;
  background-color: #2d2d2d;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_link {
  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;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: 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;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.section-3 {
  display: none;
  height: 100vh;
}

.content-title {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0rem;
  padding-right: 3.4em;
  padding-left: 0em;
  background-color: transparent;
}

.content-para {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 1.1em 8em 1.1em 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.content-para._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-right: 1em;
  padding-bottom: 0em;
  -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;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: 7rem;
  grid-template-rows: 7rem;
  color: #f7efef;
}

.content-para.projects {
  padding-left: 1rem;
  font-size: 1.4rem;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.content-paragraph {
  position: static;
  margin-top: 2rem;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: normal;
}

.page-content {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: auto;
  background-color: #fff;
}

.page-content.mid {
  display: none;
  margin-top: 0em;
}

.text-span-3 {
  padding-right: 20px;
  font-size: 0.8em;
}

.paragraph-2 {
  position: static;
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  white-space: normal;
}

.project-button {
  height: 100%;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.about-button {
  height: 100%;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.capa-button {
  height: 100%;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.industries-button {
  height: 100%;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.contact-button {
  height: 100%;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.contact-button:active {
  background-color: #fff;
  color: #2b2c7d;
}

.map-wrapper {
  position: static;
  left: 10%;
  top: 18%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-top: 0rem;
  padding-top: 0rem;
}

.html-embed {
  padding-right: 0px;
  -webkit-filter: saturate(84%);
  filter: saturate(84%);
}

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

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.italic-text {
  font-family: Sora, sans-serif;
  color: #121212;
}

.field-label {
  font-family: Sora, sans-serif;
  color: #121212;
}

.field-label-2 {
  font-family: Sora, sans-serif;
}

.field-label-3 {
  font-family: Sora, sans-serif;
}

.field-label-4 {
  font-family: Sora, sans-serif;
}

.field-label-5 {
  font-family: Sora, sans-serif;
}

.text-field {
  font-family: Sora, sans-serif;
}

.text-field-2 {
  font-family: Sora, sans-serif;
}

.text-field-3 {
  font-family: Sora, sans-serif;
}

.text-field-4 {
  font-family: Sora, sans-serif;
}

.textarea {
  font-family: Sora, sans-serif;
}

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

.html-embed-2 {
  width: 100%;
}

.html-embed-3 {
  overflow: visible;
  width: auto;
  height: auto;
  float: none;
  font-size: 14px;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-4 {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.logo-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0px 2rem 0px 0px;
  -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;
}

.page-padding {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -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;
  color: #f1f1f1;
}

.page-padding.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 6em;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  font-size: 1.125rem;
}

.nav-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875rem 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2c7d;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
}

.navbar-2 {
  position: absolute;
  z-index: 3000;
  overflow: visible;
  width: 100%;
  height: 85px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav {
  position: relative;
  padding: 1rem;
  font-family: Inter, sans-serif;
}

.nav.industries {
  display: none;
}

.nav-button {
  padding: 0px 1rem 0px 0rem;
  border-style: none;
  border-width: 0.125rem;
  border-color: #2b2c7d;
  border-radius: 0.4rem;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.image-6 {
  width: 12rem;
  height: auto;
}

.margin-bottom {
  margin-bottom: 0rem;
  font-size: 1rem;
}

.hero-line1-wrapper {
  display: none;
}

.marquee-vertical-text {
  overflow: visible;
  height: 2rem;
}

.marquee-vertical-overflow {
  overflow: hidden;
}

.full-page-wrapper {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.marquee-text-heading {
  margin-right: 1.4rem;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #121212;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: normal;
  text-indent: 0%;
  -webkit-column-count: 0;
  column-count: 0;
}

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

.home-header-component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 25% 25% 12.5% 25% 12.5%;
  grid-template-columns: 25% 25% 12.5% 25% 12.5%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-2-copy {
  display: block;
  width: auto;
  padding: 1.3rem;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #2b2c7d;
  color: #fff;
}

.link-block-2-copy.op {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: hsla(0, 0%, 91%, 0.32);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #121212;
}

.link-block-2-copy.op:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.link-block-2-copy.op-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #2b2c7d;
}

.link-block-2-copy.op-copy:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.padding-vertical {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.who {
  position: relative;
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical.trust {
  margin-top: 4rem;
  padding-top: 2rem;
}

.padding-vertical.contact {
  padding-bottom: 0rem;
}

.padding-vertical.about-us {
  max-width: 80vw;
  padding-bottom: 3rem;
}

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

.icon-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.style-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2b2c7d;
}

.nav-link-mobile {
  display: none;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.product-header-component2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}

.nav {
  font-weight: 600;
}

.para-wrapper {
  width: auto;
  padding: 3rem 0.3rem 0rem 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.paragraph-5 {
  width: auto;
  padding: 1.6rem;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: justify;
  white-space: normal;
}

.paragraph-5.white {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
}

.slider-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  -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;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.slider-button.slider-prev {
  background-color: #fff;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.slider-button.slider-prev:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slider-button.slider-prev:active {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slider-button.slider-next {
  background-color: #fff;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.slider-button.slider-next:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slider-button.slider-next:active {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-8 {
  font-family: Lato, sans-serif;
  color: #2d2d2d;
  font-size: 2.5rem;
  font-weight: 700;
}

.style-bg-black {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 18.4rem;
  background-color: #2d2d2d;
}

.slider-wrapper {
  position: static;
  display: none;
  overflow: visible;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  min-width: 30rem;
  margin-right: 3rem;
  padding-right: 0px;
  padding-left: 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;
  cursor: auto;
}

.heading-10 {
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 900;
  white-space: normal;
}

.div-block-38 {
  height: 8rem;
  margin-top: auto;
  padding: 2rem;
  background-color: #fff;
}

.image-8 {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.card {
  width: 100%;
}

.slider-navigation-wrapper {
  display: none;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.dropdown-item-wrapper {
  display: block;
  width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-dropdown-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(45, 45, 45, 0.04);
}

.dropdown-toggle-3 {
  padding: 1rem;
}

.icon-3 {
  display: none;
}

.dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 3rem;
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-item.w--current {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.dropdown-item.services {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-icon-wrapper {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-icon {
  width: 5rem;
  height: 5rem;
  color: #fff;
}

.dropdown-description-wrapper {
  width: 100%;
  margin-top: 19px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.dropdown-list-2 {
  left: 0%;
  top: 6rem;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2d2d2d;
}

.dropdown-list-2.w--open {
  left: 0px;
  top: auto;
  background-color: #2d2d2d;
}

.dropdown-list-2._2 {
  display: none;
}

.dropdown-list-2._3 {
  display: none;
}

.dropdown-list-2._4 {
  display: none;
}

.dropdown-link-title {
  margin: 0px auto 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.dropdown-description {
  color: #d6d6d6;
  font-size: 0.75rem;
}

.dropdown-menu {
  position: static;
}

.dropdown-menu.services {
  display: none;
}

.dropdown-menu.capabilities {
  display: none;
}

.dropdown-menu.industries {
  display: none;
}

.navlink-clicked-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 10%;
  background-color: #2b2c7d;
}

.nav-link-text {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: #2d2d2d;
  font-size: 1rem;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-header-component-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-areas: "Area-2 Area-2 Area-2"
    "Area-8 Area-4 Area-5"
    "Area-9 Area-6 Area-7";
  -ms-grid-columns: 1fr 0rem 1fr 0rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 0rem 1fr 0rem 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

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

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-image-wrapper {
  width: 100%;
  height: 200px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-quicklink {
  margin-bottom: 1.5em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  margin-top: 1.5em;
  padding-top: 0px;
}

.html-embed-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-text {
  margin-bottom: 0em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.service-header-image {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 5rem 5rem 5rem 5rem 5rem 5rem 5rem 5rem;
  grid-template-columns: 5rem 5rem 5rem 5rem 5rem 5rem 5rem 5rem;
  -ms-grid-rows: 5rem 5rem 5rem 5rem 5rem;
  grid-template-rows: 5rem 5rem 5rem 5rem 5rem;
  background-image: url('../images/services-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 2rem;
}

.service-l-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-r-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-40 {
  overflow: hidden;
  width: 100%;
}

.cut-out-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.cut-out-box._2 {
  background-color: #d6d6d6;
}

.image-10 {
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  width: 100%;
  height: 15rem;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image-wrapper {
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-service-capabilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 1800px;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  background-color: #2b2c7d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-service-facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 1800px;
  padding-top: 0rem;
  padding-bottom: 4rem;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 200, 0.49)), to(rgba(0, 113, 200, 0.49))), url('../images/facilities-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 113, 200, 0.49), rgba(0, 113, 200, 0.49)), url('../images/facilities-bg.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

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

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 3rem;
  padding-right: 2rem;
  padding-left: 21px;
  -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;
  font-family: Inter, sans-serif;
  color: #121212;
  font-weight: 700;
  text-align: left;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-12 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.heading-12.white {
  color: #fff;
}

.collection-list-wrapper-2 {
  display: none;
  width: auto;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.style-bg-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 14rem;
  background-color: #2b2c7d;
}

.section-service-qc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 1800px;
  padding-bottom: 7rem;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 42, 141, 0.58)), to(rgba(25, 42, 141, 0.58))), url('../images/shutterstock_12-min.jpg');
  background-image: linear-gradient(180deg, rgba(25, 42, 141, 0.58), rgba(25, 42, 141, 0.58)), url('../images/shutterstock_12-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.collection-list-wrapper-3 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.about-title-heading {
  position: static;
  z-index: 3;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-align: center;
}

.about-title-heading.blue {
  color: #2b2c7d;
}

.about-title-heading.corporate {
  color: #00c89b;
}

.project-title-heading {
  position: static;
  z-index: 3;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-align: center;
}

.industries-title-heading {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3rem;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2d2d2d;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.page-header-about {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0em;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedeff), color-stop(43%, rgba(186, 197, 255, 0.6)), color-stop(86%, hsla(0, 0%, 100%, 0.07))), url('../images/home_bg.jpg');
  background-image: linear-gradient(180deg, #dedeff, rgba(186, 197, 255, 0.6) 43%, hsla(0, 0%, 100%, 0.07) 86%), url('../images/home_bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-content-company {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0em;
  background-color: #2b2c7d;
}

.corporatemission-body-text {
  position: static;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  color: #faf7f7;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.content-para-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 1.1em 1em 1.1em 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.page-content-company-copy {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0em;
  background-color: #2b2c7d;
  font-family: Inter, sans-serif;
}

.page-content-company-copy.vision {
  background-color: transparent;
}

.footer-container-context {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-container-context.bottom {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  text-align: left;
}

.footer-underline {
  width: 100%;
  margin: 2rem auto;
  border-top: 2px solid #fff;
}

.bottom-sign-reserved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 0.8rem;
}

.footer-header-company {
  margin-bottom: 1.5em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  white-space: normal;
}

.footer-padding {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
}

.heading-what-we-do {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #fff;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.heading-who-we-are {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.heading-contact {
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-shadow: 1px 1px 6px #fff;
}

.project-title-heading1 {
  position: static;
  z-index: 3;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-align: left;
  text-shadow: 1px 1px 6px #fff;
}

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

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

.html-embed-11 {
  display: block;
}

.about-r-wrapper {
  width: 30vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-l-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qc-qms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 1800px;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  background-color: #2b2c7d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.padding-content {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-content.cap {
  padding-top: 2rem;
}

.padding-content.extended {
  margin-bottom: 0rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.list-wrapper {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
}

.list-2 {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: disc;
}

.content-wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.text-span-5 {
  color: #00c89b;
}

.heading-13 {
  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;
  color: #fff;
  text-align: center;
}

.div-block-42 {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.lightbox-link {
  height: 15rem;
}

.image-12 {
  position: relative;
  height: auto;
}

.paragraph-6 {
  max-width: 1000px;
  margin: 2.4rem auto;
  color: #121212;
  font-size: 1.2rem;
  text-align: center;
  white-space: normal;
}

.container-large-who {
  position: static;
  display: block;
  width: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  padding-left: 0em;
  white-space: nowrap;
}

.padding-vertical-copy {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.content-paragraph-copy {
  position: static;
  display: block;
  margin-top: 2rem;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: normal;
}

.section-tittle {
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 0px;
  text-align: center;
}

.left-arrow {
  left: 0%;
  top: -22%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 4rem;
  height: 4rem;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d6d6d6;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-arrow:hover {
  background-color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.right-arrow {
  left: 18%;
  top: -22%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.right-arrow:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.card-slider--dot-navigation {
  position: static;
  display: none;
}

.card-slider--slide {
  overflow: hidden;
  width: 30rem;
  height: 26rem;
  max-width: 80vw;
  margin-right: 40px;
  border-radius: 0px;
  background-color: #2d2d2d;
  box-shadow: 0 4px 8px 0 rgba(18, 19, 56, 0.2), 0 2px 4px 0 rgba(12, 13, 41, 0.12), 0 1px 2px 0 rgba(49, 39, 39, 0.14);
}

.card-slider--mask {
  overflow: visible;
  width: auto;
  height: auto;
}

.card-slider {
  position: relative;
  overflow: visible;
  width: 30rem;
  height: auto;
  margin-bottom: 2rem;
  padding-left: 0rem;
  background-color: transparent;
}

.section-4 {
  position: relative;
  overflow: hidden;
  background-color: #2b2c7d;
}

.heading-what-we-do-copy {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 1px;
}

.card-slider--image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-slider--content {
  margin-top: auto;
  padding: 2rem;
}

.card-slider--content-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: normal;
}

.padding-vertical-copy {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: transparent;
}

.home-header-heading {
  margin-right: 1px;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 6vh;
  font-weight: 500;
  letter-spacing: normal;
  text-indent: 0%;
  text-shadow: 1px 1px 6px #fff;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.footer-socialmedia-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  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: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-fblink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 1.5em;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-wslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-10 {
  font-family: Lato, sans-serif;
  color: #121212;
  font-weight: 700;
}

.icon-5 {
  display: none;
}

.section-product-category {
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-product-category._2 {
  display: none;
  background-color: transparent;
  background-image: linear-gradient(225deg, #00c89b 55%, transparent 69%, hsla(0, 0%, 100%, 0)), url('../images/pinshadow.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat;
}

.section-product-category._1 {
  display: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #2b2c7d 41%, rgba(35, 36, 103, 0) 66%, transparent), url('../images/electrical.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 20%;
  background-repeat: repeat, no-repeat;
}

.section-product-category._3 {
  display: none;
  background-image: linear-gradient(135deg, #fff 53%, hsla(0, 0%, 100%, 0) 74%), url('../images/IMG_2642.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat;
}

.section-product-category._4 {
  display: none;
  background-image: linear-gradient(225deg, #000, #121212 42%, rgba(35, 36, 103, 0) 87%, transparent), url('../images/stock-photo-spare-parts-for-cars-relay-charging-battery-terminals-1408841111.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.section-product-category._2-copy {
  display: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #00c89b 55%, transparent 69%, hsla(0, 0%, 100%, 0)), url('../images/boltnut.png');
  background-position: 0px 0px, 100% 10%;
  background-size: auto, auto 110%;
  background-repeat: repeat, no-repeat;
}

.product-heading-l {
  font-family: Inter, sans-serif;
  color: #00c89b;
  font-weight: 500;
}

.section-5-copy {
  background-color: #2b2c7d;
}

.product-heading-r {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: right;
}

.product-heading-3 {
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-weight: 500;
}

.slider {
  width: 80%;
  height: auto;
  padding-left: 2rem;
  background-color: transparent;
}

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

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

.slide-nav {
  display: none;
}

.mask {
  width: auto;
  height: auto;
}

.stroky {
  position: static;
  margin-left: 6px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 0 -1px 4px #fff;
}

.div-block-43 {
  width: 400px;
  height: 400px;
}

.image-13 {
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
}

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

.page-padding-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
}

.page-padding-copy.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.project-slider-parent {
  background-color: transparent;
}

.project-slider-mask {
  overflow: hidden;
  width: 66rem;
}

.project-slider-slide {
  width: 20rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-left: 0rem;
}

.project-slider-slidewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  margin-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0rem;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.image-15 {
  -o-object-fit: fill;
  object-fit: fill;
}

.project-slider-logo {
  max-height: 70%;
  max-width: 90%;
}

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

.sector-title-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 2em;
  padding: 0em;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.div-block-45 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 25.1rem;
  background-color: #d6d6d6;
}

.card-slider-2 {
  position: relative;
  overflow: visible;
  width: 30rem;
  height: auto;
  padding-left: 0rem;
  background-color: transparent;
}

.card-slider--mask-2 {
  overflow: visible;
  width: auto;
  height: auto;
}

.card-slider--slide-2 {
  overflow: hidden;
  width: 30rem;
  height: 26rem;
  max-width: 80vw;
  margin-right: 40px;
  border-radius: 0px;
  background-color: #fcfcfc;
  box-shadow: 0 4px 8px 0 rgba(18, 19, 56, 0.2), 0 2px 4px 0 rgba(12, 13, 41, 0.12), 0 1px 2px 0 rgba(49, 39, 39, 0.14);
}

.card-slider--content-title-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: normal;
}

.page-padding-copy2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
}

.page-padding-copy2.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.slider-wrap {
  position: relative;
  width: 70vw;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.industries-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.panel {
  width: auto;
  height: 100%;
}

.industries-slide {
  width: 100%;
  margin-right: 0.5rem;
  margin-left: 0px;
}

.collection-list-wrapper-4 {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.mask-2 {
  overflow: visible;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.image-16 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  overflow: visible;
  width: 100%;
  height: 25em;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-2 {
  overflow: visible;
  width: auto;
  height: auto;
}

.slider-2 {
  width: 100%;
  height: auto;
  margin-right: 0px;
  background-color: transparent;
}

.slide-nav-3 {
  bottom: -40px;
}

.heading-14 {
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #d6d6d6;
  font-size: 1.9em;
}

.padding-vertical-copy-2 {
  position: relative;
  display: none;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical-industries {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #2b2c7d;
  border-radius: 50%;
  background-color: transparent;
}

.image-18 {
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #fff;
}

.left-arrow-4 {
  left: -5rem;
  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;
}

.right-arrow-4 {
  right: -5rem;
  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;
}

.image-19 {
  width: 37px;
  height: 37px;
}

.div-block-46-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 50%;
  background-color: #fff;
}

.padding-vertical-copy-copy {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: transparent;
}

.card-container {
  padding: 0px;
  background-color: transparent;
}

.bold-text {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.slider-wrapper {
  display: none;
}

.product-slider-wrapper-copy {
  display: none;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.padding-vertical-what-we-do {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 0px;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.padding-vertical-what-we-do.who {
  position: relative;
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-what-we-do.trust {
  margin-top: 4rem;
  padding-top: 2rem;
}

.padding-vertical-what-we-do.contact {
  padding-bottom: 0rem;
}

.padding-vertical-what-we-do.about-us {
  max-width: 80vw;
  padding-bottom: 3rem;
}

.form-wrapper {
  width: 50%;
}

.product-slide {
  width: 500px;
  height: 500px;
}

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

.mask-3 {
  overflow: visible;
  height: auto;
}

.slider-3 {
  height: auto;
  border-radius: 50%;
  background-color: transparent;
}

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

.product-image {
  width: 500px;
  height: 400px;
  border-radius: 0%;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-heading-1 {
  overflow: hidden;
  text-align: center;
}

.product-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 5.4rem;
  padding: 10px;
  -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;
}

.card-container-copy {
  padding: 0px;
  background-color: transparent;
}

.left-arrow-5 {
  left: -5rem;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.right-arrow-5 {
  left: auto;
  right: -5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-20 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-gallery-section {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fcfcfc;
}

.padding-vertical-copy {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-top: 6rem;
  padding-bottom: 0rem;
}

.padding-vertical-copy.who {
  position: relative;
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-copy.trust {
  margin-top: 4rem;
  padding-top: 2rem;
}

.padding-vertical-copy.contact {
  padding-bottom: 0rem;
}

.padding-vertical-copy.about-us {
  max-width: 80vw;
  padding-bottom: 3rem;
}

.product-gallery-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 0rem;
  border-radius: 0px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02) translate(0px, -6px);
  -ms-transform: scale(1.02) translate(0px, -6px);
  transform: scale(1.02) translate(0px, -6px);
}

.image-21 {
  overflow: visible;
  width: 20rem;
  height: 20rem;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  padding: 0rem;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-15 {
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.7em;
  text-align: center;
}

.product-card-image {
  height: 20rem;
  padding: 1.5rem;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
}

.product-card-image._1 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#f8bd85), to(rgba(248, 189, 133, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #f8bd85, rgba(248, 189, 133, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image._2 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#b5ad9c), to(rgba(181, 173, 156, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #b5ad9c, rgba(181, 173, 156, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image._3 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.product-card-image._4 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#646463), to(rgba(99, 99, 98, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #646463, rgba(99, 99, 98, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image._5 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#2c6ada), to(rgba(43, 104, 217, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #2c6ada, rgba(43, 104, 217, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image._6 {
  position: relative;
  display: block;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image._7 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-title {
  padding: 2rem;
  background-color: #fff;
}

.image-22 {
  max-height: 100%;
  max-width: none;
}

.contact--header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.text-span-6 {
  font-size: 0.9em;
  font-style: normal;
  font-weight: 200;
  text-align: left;
}

.paragraph-7 {
  white-space: normal;
}

.bold-text-3 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.qs-header-wrapper-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.watermark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  background-color: transparent;
  background-image: url('../images/watermark2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-2-copy {
  display: block;
  width: auto;
  margin-right: 2rem;
  padding: 1.3rem 2.5rem;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #2b2c7d;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
}

.product-see-more-link {
  display: block;
  width: auto;
  padding: 1.3rem;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #2b2c7d;
  color: #fff;
}

.product-see-more-link.op {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #121212;
}

.product-see-more-link.op:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.product-see-more-link.op-copy {
  position: relative;
  display: block;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #2b2c7d;
}

.product-see-more-link.op-copy:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.qualitypolicybox {
  margin: 2rem;
  padding: 2rem;
  border-style: solid;
  border-width: 5px;
  border-color: #2d2d2d;
  background-color: #fff;
}

.heading-16 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding: 0.7rem;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-weight: 700;
  text-align: center;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: auto;
  background-color: rgba(45, 45, 45, 0.65);
}

.div-block-48 {
  position: relative;
  width: 11rem;
  margin-right: auto;
  margin-left: auto;
}

.page-padding-facility {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -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;
}

.page-padding-facility.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.image-23 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 50%;
  opacity: 0.46;
}

.paragraph-8 {
  width: auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  white-space: normal;
}

.paragraph-8.white {
  font-family: Inter, sans-serif;
  color: #fff;
}

.more-on-what-we-do {
  display: inline-block;
  width: auto;
  padding: 1.3rem;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  color: #fff;
}

.more-on-what-we-do.op {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #121212;
}

.more-on-what-we-do.op:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.more-on-what-we-do.op-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0rem 0.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #2b2c7d;
}

.more-on-what-we-do.op-copy:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.paragraph-5-copy {
  width: auto;
  font-family: Inter, sans-serif;
  color: #121212;
  font-size: 1.1rem;
  white-space: normal;
}

.paragraph-5-copy.white {
  font-family: Inter, sans-serif;
  color: #fff;
}

.div-block-49 {
  height: 3px;
  background-color: #2b2c7d;
  color: #2b2c7d;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 50%;
  opacity: 0.46;
}

.bg-img-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  opacity: 0.39;
}

.bold-text-copy {
  position: static;
  display: block;
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-size: 1.2rem;
  font-weight: 800;
}

.content-paragraph-whorwe {
  position: static;
  display: none;
  margin-top: 2rem;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: normal;
}

.content-paragraph-whorwe2 {
  position: static;
  margin-top: 2rem;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: normal;
}

.ourfacilityies-heading {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #2b2c7d;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.ourfacilityies-heading.white {
  display: block;
  color: #fff;
}

.ourfacilityies-heading.white-copy {
  display: block;
  color: #fff;
}

.ourfacilityies-heading.stoked2 {
  text-shadow: -2px 0 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.ourcapabilities-heading {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #00c89b;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.ourcapabilities-heading.white {
  display: block;
  color: #fff;
}

.ourcapabilities-heading.white-copy {
  display: block;
  color: #fff;
}

.ourqceq-para {
  width: auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: normal;
}

.ourqceq-para.white {
  font-family: Inter, sans-serif;
  color: #fff;
}

.paragraph-9 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
}

.paragraph-9-copy {
  display: none;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}

.sector-title-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 2em;
  padding: 0em;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.product-header-component3 {
  display: -ms-grid;
  display: grid;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}

.page-padding-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -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;
}

.page-padding-copy.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.page-padding-copy-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
}

.page-padding-copy-copy.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.section-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2b2c7d;
}

.section-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.div-block-50 {
  padding-left: 1rem;
  border: 2px solid #000;
}

.page-header-about-copy {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0em;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedeff), color-stop(43%, rgba(186, 197, 255, 0.6)), to(hsla(0, 0%, 100%, 0.07))), url('../images/home_bg.jpg');
  background-image: linear-gradient(180deg, #dedeff, rgba(186, 197, 255, 0.6) 43%, hsla(0, 0%, 100%, 0.07)), url('../images/home_bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.para-who {
  position: static;
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  white-space: normal;
}

.image-21-copy {
  overflow: visible;
  width: 20rem;
  height: 20rem;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  padding: 0rem;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-facility-list {
  margin-bottom: 0rem;
  padding-bottom: 25rem;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/61d3c6e4be34668558696b6e_27109.png');
  background-image: linear-gradient(180deg, #fff 36%, hsla(0, 0%, 100%, 0) 65%), url('../images/61d3c6e4be34668558696b6e_27109.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.list-wrapper-copy {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
}

.heading-12-copy {
  font-family: Inter, sans-serif;
  color: #121212;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.heading-12-copy.white {
  color: #fff;
}

.bold-text-4 {
  color: #fff;
}

.stroked-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0rem;
  background-color: transparent;
  color: #2b2c7d;
  text-align: left;
  white-space: normal;
}

.stroked-copy.vision {
  color: #2b2c7d;
}

.stroked-copy.corporatemission {
  color: #00c89b;
}

.paragraph-5-copy {
  width: auto;
  padding: 1.6rem;
  font-family: Inter, sans-serif;
  color: #2d2d2d;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  text-shadow: -2px 0 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff;
  white-space: normal;
}

.paragraph-5-copy.white {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
}

.paragraph-5-copy.outlined2 {
  font-weight: 900;
  text-shadow: none;
}

.ourfacilities-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0em 0em 4em;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.text-span-7 {
  color: #2b2c7d;
  font-weight: 700;
}

.text-span-8 {
  background-color: #2b2c7d;
}

.padding-content-facilities {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 2.7rem;
  padding-bottom: 2.6rem;
}

.padding-content-facilities.cap {
  padding-top: 2rem;
}

.padding-content-facilities.extended {
  margin-bottom: 0rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.heading-qreq {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Microgramma d ot extended 30403', sans-serif;
  color: #fff;
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.heading-qreq.white {
  display: block;
  color: #fff;
}

.heading-qreq.white-copy {
  display: block;
  color: #fff;
}

.page-padding-facility-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -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;
}

.page-padding-facility-copy.trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.image-21-copy {
  overflow: visible;
  width: 44.7rem;
  height: auto;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  padding: 0rem;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card-copy {
  position: relative;
  overflow: hidden;
  padding: 0rem;
  border-radius: 0px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.product-card-copy:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02) translate(0px, -6px);
  -ms-transform: scale(1.02) translate(0px, -6px);
  transform: scale(1.02) translate(0px, -6px);
}

.product-card-title-copy {
  padding: 2rem;
  background-color: #fff;
}

.product-card-copy {
  position: relative;
  overflow: hidden;
  padding: 0rem;
  border-radius: 0px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.product-card-copy:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02) translate(0px, -6px);
  -ms-transform: scale(1.02) translate(0px, -6px);
  transform: scale(1.02) translate(0px, -6px);
}

.product-card-copy-2 {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 0rem;
  border-radius: 0px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.product-card-copy-2:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02) translate(0px, -6px);
  -ms-transform: scale(1.02) translate(0px, -6px);
  transform: scale(1.02) translate(0px, -6px);
}

.text-span-10 {
  font-family: Verdana, Geneva, sans-serif;
}

.text-span-11 {
  font-family: Verdana, Geneva, sans-serif;
}

.text-span-12 {
  font-family: Verdana, Geneva, sans-serif;
}

.text-span-13 {
  font-family: Verdana, Geneva, sans-serif;
}

.product-card-image-copy {
  height: 20rem;
  padding: 1.5rem;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
}

.product-card-image-copy._1 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#f8bd85), to(rgba(248, 189, 133, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #f8bd85, rgba(248, 189, 133, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image-copy._2 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#b5ad9c), to(rgba(181, 173, 156, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #b5ad9c, rgba(181, 173, 156, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image-copy._3 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.product-card-image-copy._4 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#646463), to(rgba(99, 99, 98, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #646463, rgba(99, 99, 98, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image-copy._5 {
  position: relative;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#2c6ada), to(rgba(43, 104, 217, 0.15)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #2c6ada, rgba(43, 104, 217, 0.15));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image-copy._6 {
  position: relative;
  display: block;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image-copy._7 {
  position: relative;
  padding: 0.25rem 0rem;
  background-image: url('../images/gtm-logo-r.png'), -webkit-gradient(linear, left top, left bottom, from(#ffeb91), to(rgba(255, 235, 145, 0.35)));
  background-image: url('../images/gtm-logo-r.png'), linear-gradient(180deg, #ffeb91, rgba(255, 235, 145, 0.35));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.page-header-about-copy-copy {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0em;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedeff), color-stop(43%, rgba(186, 197, 255, 0.6)), to(hsla(0, 0%, 100%, 0.07))), url('../images/home_bg.jpg');
  background-image: linear-gradient(180deg, #dedeff, rgba(186, 197, 255, 0.6) 43%, hsla(0, 0%, 100%, 0.07)), url('../images/home_bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.success-message {
  background-color: transparent;
}

.div-block-51 {
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-size: 1rem;
  font-weight: 900;
}

.error-message {
  font-family: Inter, sans-serif;
  color: #2b2c7d;
  font-size: 1rem;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .heading5 {
    padding-left: 0rem;
  }

  .body {
    font-size: 1.125rem;
  }

  .socialmedia-wrapper {
    margin-right: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sc-icon.ws {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-icon.fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .fblink {
    -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;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .navbar {
    width: 100vw;
    height: 5em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-left {
    position: static;
    width: 50vw;
    height: 5em;
    padding-left: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand {
    width: 3em;
    height: 3em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .nav-menu {
    display: none;
  }

  .navbutton-wrapper {
    display: block;
    overflow: visible;
    width: 1em;
    height: 2em;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1em;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    padding: 5px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-home-services {
    display: none;
    height: 140vh;
  }

  .navbar-wrapper {
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contactus-button {
    display: block;
    width: 10em;
    background-color: #fff;
    color: #2b2c7d;
    font-size: 1em;
    line-height: 1.6;
  }

  .icon {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
  }

  .section-home-header {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .image-3 {
    height: 6rem;
    padding-right: 0em;
    background-color: transparent;
  }

  .container-large {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 0em;
  }

  .container-large.trust {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0em;
    padding-left: 0em;
    background-size: auto;
  }

  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3 {
    font-size: 3.3rem;
  }

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

  .text-block-3.op {
    font-size: 1.3rem;
  }

  .logo-image {
    height: 6em;
  }

  .logo-image.bkkairport {
    height: 6rem;
  }

  .logo-image.sony {
    height: 4rem;
  }

  .logoblock {
    width: 8em;
    height: 6em;
  }

  .cust-horizontal-wrapper {
    bottom: 50%;
    height: auto;
  }

  .marquee-hori-large {
    overflow: hidden;
    height: 10rem;
  }

  .marquee-hori-cover {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, hsla(0, 0%, 100%, 0)), to(#2b2c7d)), -webkit-gradient(linear, left top, right top, from(#2b2c7d), color-stop(13%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #2b2c7d), linear-gradient(90deg, #2b2c7d, hsla(0, 0%, 100%, 0) 13%);
  }

  .marquee-hori-cover.product {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, hsla(0, 0%, 100%, 0)), color-stop(92%, rgba(43, 44, 125, 0.5)), color-stop(99%, #2b2c7d)), -webkit-gradient(linear, left top, right top, from(#2b2c7d), color-stop(13%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 80%, rgba(43, 44, 125, 0.5) 92%, #2b2c7d 99%), linear-gradient(90deg, #2b2c7d, hsla(0, 0%, 100%, 0) 13%);
  }

  .section-home-who {
    height: auto;
  }

  .who-l-wrapper {
    width: 50%;
    height: 100%;
    padding: 4rem 2rem;
    -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;
  }

  .heading-5 {
    width: 100%;
    padding-left: 3rem;
    font-size: 3em;
  }

  .heading-5.white {
    padding-left: 2rem;
  }

  .heading-5.white-copy {
    padding-left: 2rem;
  }

  .title-underline {
    position: absolute;
    left: auto;
    top: auto;
    right: 38%;
    bottom: 27%;
    z-index: 12;
    display: block;
  }

  .title-underline.is--who {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .who-r-wrapper {
    display: block;
    width: auto;
    height: auto;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-4 {
    width: auto;
    font-size: 0.7em;
  }

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

  .trust-title-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .stroked.vision {
    font-size: 2.6rem;
  }

  .stroked.corporatemission {
    color: #00c89b;
    font-size: 2.6rem;
  }

  .product-block {
    width: 10em;
    height: 6em;
  }

  .product-horizontal-wrapper {
    bottom: 13%;
    height: 28%;
  }

  .title {
    margin-right: auto;
    margin-left: auto;
    font-size: 2.1em;
    text-align: center;
  }

  .sector-title {
    height: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .who-r-container {
    width: auto;
    padding-top: 4em;
    padding-right: 2em;
    padding-left: 1em;
  }

  .l-title-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 4rem 2rem;
  }

  .topcontact-sec {
    max-width: 80rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .heading-7 {
    text-align: center;
    white-space: nowrap;
  }

  .footer-title-wrapper {
    width: auto;
    text-align: center;
  }

  .footer-nav {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-title {
    padding-right: 0em;
  }

  .content-para {
    padding: 0em 0em 0em 0rem;
  }

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

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .stroked2 {
    text-align: center;
  }

  .map-wrapper {
    height: auto;
  }

  .contact-form {
    display: none;
  }

  .html-embed-3 {
    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;
  }

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

  .logo-wrapper.w--current {
    margin-right: 0rem;
  }

  .page-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
    -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;
  }

  .nav-container {
    height: 5rem;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-wrapper2 {
    position: absolute;
    background-color: #d6d6d6;
  }

  .nav-menu-wrapper2.w--open {
    position: absolute;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    -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;
  }

  .nav-button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav.services {
    width: 100%;
  }

  .nav.projects {
    width: 100%;
  }

  .nav.industries {
    width: 100%;
  }

  .nav.contact {
    width: 100%;
  }

  .nav.company {
    width: 100%;
  }

  .nav.qc {
    width: 100%;
  }

  .image-6 {
    width: 8rem;
  }

  .product-header-content-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-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: normal;
  }

  .full-page-wrapper {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.125rem;
  }

  .marquee-text-heading {
    color: #00c89b;
  }

  .nav-link-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 30;
    -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;
  }

  .nav-menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2 {
    padding: 1rem;
    border: 1px none #000;
    border-radius: 0.5rem;
    font-size: 1.125rem;
  }

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

  .home-header-component {
    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;
  }

  .link-block-2-copy.op {
    border-radius: 0%;
    background-color: #fff;
    box-shadow: 0 -2px 15px -5px rgba(45, 45, 45, 0.68);
    color: #2b2c7d;
  }

  .padding-vertical.who {
    padding-top: 0rem;
  }

  .padding-vertical.trust {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .padding-vertical.contact {
    padding-top: 2rem;
  }

  .html-embed-5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link-mobile {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .product-header-component2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    font-size: 1.2rem;
  }

  .para-wrapper {
    display: block;
  }

  .style-bg-black {
    height: 14.4rem;
  }

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

  .service-l-wrapper {
    padding: 1rem;
  }

  .section-service-facilities {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Asset-1.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Asset-1.png');
    background-size: auto, cover;
  }

  .link-block-4 {
    padding-bottom: 0px;
  }

  .heading-12.white {
    padding-bottom: 0px;
    font-size: 1rem;
  }

  .about-title-heading {
    text-align: center;
  }

  .about-title-heading.blue {
    padding-left: 0rem;
    font-size: 3.5rem;
  }

  .about-title-heading.vision {
    text-align: center;
  }

  .about-title-heading.corporate {
    color: #fff;
  }

  .industries-title-heading {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0px;
    font-size: 3em;
  }

  .content-para-copy {
    padding-right: 4.4rem;
    padding-left: 4.4rem;
  }

  .page-content-company-copy.vision {
    background-color: transparent;
  }

  .footer-container-context {
    -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;
  }

  .bottom-sign-reserved {
    -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;
  }

  .link {
    padding-top: 8px;
  }

  .footer-header-company {
    font-size: 1.3em;
  }

  .heading-what-we-do {
    width: 100%;
    padding-left: 0px;
    font-size: 3em;
  }

  .heading-who-we-are {
    width: auto;
    padding-left: 0px;
    font-size: 2.3em;
  }

  .vertical-container {
    width: auto;
  }

  .padding-content.extended {
    padding-bottom: 1.9rem;
  }

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

  .text-span-5 {
    font-size: 2.6rem;
  }

  .paragraph-6 {
    padding-right: 77px;
    padding-left: 77px;
  }

  .container-large-who {
    display: block;
    height: auto;
    max-width: none;
    padding-left: 0em;
  }

  .padding-vertical-copy {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section-tittle {
    margin-bottom: 5rem;
  }

  .card-slider--slide {
    width: 25rem;
  }

  .card-slider {
    width: 25rem;
  }

  .heading-what-we-do-copy {
    width: 100%;
    padding-left: 0px;
    font-size: 2.4em;
  }

  .padding-vertical-copy {
    padding-top: 2rem;
  }

  .home-header-heading {
    margin-right: 0rem;
    font-size: 2.3rem;
    text-align: center;
  }

  .footer-socialmedia-wrapper {
    margin-right: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-fblink {
    -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;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .slider {
    position: static;
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask {
    overflow: hidden;
  }

  .stroky {
    font-size: 0.9em;
  }

  .div-block-43 {
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-14 {
    display: block;
    width: auto;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .page-padding-copy {
    width: 100vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-slider-parent {
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .project-slider-mask {
    width: 100vw;
    height: auto;
    max-width: none;
  }

  .project-slider-slide {
    width: 28vw;
    height: 10em;
  }

  .project-slider-slidewrapper {
    height: 100%;
  }

  .project-slider-logo {
    height: auto;
  }

  .sector-title-copy {
    height: 20%;
    margin-bottom: 5em;
  }

  .div-block-45 {
    height: 25.1rem;
    background-color: #d6d6d6;
  }

  .card-slider-2 {
    width: 25rem;
    padding-left: 0rem;
  }

  .card-slider--slide-2 {
    width: 25rem;
  }

  .page-padding-copy2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .padding-vertical-copy-2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .left-arrow-4 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-arrow-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .padding-vertical-copy-copy {
    padding-top: 2rem;
  }

  .bold-text {
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text-2 {
    color: #121212;
  }

  .padding-vertical-what-we-do.who {
    padding-top: 0rem;
  }

  .padding-vertical-what-we-do.trust {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .form-wrapper {
    width: auto;
    padding: 1rem;
  }

  .padding-vertical-copy.who {
    padding-top: 0rem;
  }

  .padding-vertical-copy.trust {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .padding-vertical-copy.contact {
    padding-top: 2rem;
  }

  .product-gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-22 {
    max-height: none;
    max-width: 100%;
  }

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

  .qs-header-wrapper-copy {
    padding: 1rem;
  }

  .product-see-more-link.op {
    border-radius: 0%;
    background-color: #fff;
    box-shadow: 0 -2px 15px -5px rgba(45, 45, 45, 0.68);
    color: #2b2c7d;
  }

  .page-padding-facility {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
    -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;
  }

  .more-on-what-we-do.op {
    border-radius: 0%;
    background-color: #fff;
    box-shadow: 0 -2px 15px -5px rgba(45, 45, 45, 0.68);
    color: #2b2c7d;
  }

  .bold-text-copy {
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-paragraph-whorwe2 {
    text-align: center;
  }

  .ourfacilityies-heading {
    width: 100%;
    padding-left: 3rem;
    font-size: 3em;
  }

  .ourfacilityies-heading.white {
    padding-left: 2rem;
  }

  .ourfacilityies-heading.white-copy {
    padding-left: 2rem;
  }

  .ourcapabilities-heading {
    width: 100%;
    padding-left: 3rem;
    font-size: 3em;
  }

  .ourcapabilities-heading.white {
    padding-left: 2rem;
  }

  .ourcapabilities-heading.white-copy {
    padding-left: 2rem;
  }

  .sector-title-copy-copy {
    height: 20%;
    margin-bottom: 5em;
  }

  .product-header-component3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    font-size: 1.2rem;
  }

  .page-padding-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
    -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-padding-copy-copy {
    width: 100vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .para-who {
    font-size: 1.1rem;
  }

  .section-facility-list {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(72%, hsla(0, 0%, 100%, 0))), url('../images/61d3c6e4be34668558696b6e_27109.png');
    background-image: linear-gradient(180deg, #fff 55%, hsla(0, 0%, 100%, 0) 72%), url('../images/61d3c6e4be34668558696b6e_27109.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .heading-12-copy.white {
    padding-bottom: 0px;
    font-size: 1rem;
  }

  .stroked-copy.vision {
    font-size: 2.6rem;
  }

  .stroked-copy.corporatemission {
    color: #2b2c7d;
    font-size: 2.6rem;
  }

  .ourfacilities-title {
    height: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .padding-content-facilities.extended {
    padding-bottom: 1.9rem;
  }

  .heading-qreq {
    width: 100%;
    padding-left: 3rem;
    font-size: 3em;
  }

  .heading-qreq.white {
    padding-left: 2rem;
  }

  .heading-qreq.white-copy {
    padding-left: 2rem;
  }

  .page-padding-facility-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
    -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-span-10 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .text-span-11 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .text-span-12 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .page-header-about-copy-copy {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .global {
    font-size: 14px;
  }

  .body {
    font-size: 14px;
  }

  .contact-divider {
    display: none;
  }

  .contacttotal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block.phone {
    margin-right: 18px;
    padding-right: 0px;
  }

  .container-large {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .cto-combo-button {
    height: auto;
    margin-top: 0px;
    padding-top: 9px;
    -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;
  }

  .link-block-2 {
    display: block;
  }

  .who-l-wrapper {
    width: auto;
    height: 100%;
    margin-top: 0px;
    padding-top: 4rem;
  }

  .heading-5 {
    width: auto;
    padding-left: 2rem;
  }

  .who-r-wrapper {
    width: 60%;
    padding-right: 20px;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-5 {
    font-size: 1rem;
  }

  .aim-blue {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .title {
    font-size: 1.3em;
  }

  .sector-title {
    -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;
  }

  .who-r-container {
    height: 100%;
    padding: 0em;
  }

  .l-title-wrapper {
    text-align: center;
  }

  .topcontact-sec {
    margin-right: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .content-para {
    display: block;
  }

  .content-para._2 {
    display: block;
  }

  .content-para._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    padding-bottom: 0em;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-para.projects {
    display: block;
  }

  .paragraph-2 {
    display: block;
  }

  .map-wrapper {
    height: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .page-padding {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: normal;
  }

  .image-6 {
    height: 60px;
  }

  .marquee-text-heading {
    font-size: 2.5em;
  }

  .home-header-component {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-2-copy.op {
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-header-component2 {
    height: 50vh;
  }

  .para-wrapper {
    display: block;
    padding-right: 2rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
  }

  .para-wrapper.short {
    padding-top: 1rem;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .paragraph-5.white {
    font-size: 0.9rem;
  }

  .service-header-image {
    display: none;
  }

  .service-r-wrapper {
    display: block;
  }

  .section-service-facilities {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Asset-1.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Asset-1.png');
    background-size: auto, cover;
  }

  .heading-12 {
    font-size: 1.1rem;
  }

  .heading-12.white {
    font-size: 1rem;
  }

  .collection-list-wrapper-2 {
    margin-top: 2rem;
    margin-bottom: 0rem;
    padding-left: 20px;
  }

  .industries-title-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2em;
    text-align: center;
  }

  .corporatemission-body-text {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    white-space: normal;
  }

  .heading-who-we-are {
    font-size: 2em;
    text-align: center;
  }

  .project-title-heading1 {
    padding-left: 0rem;
  }

  .about-r-wrapper {
    display: none;
    overflow: hidden;
  }

  .padding-content {
    padding-top: 2rem;
  }

  .padding-content.short {
    padding-bottom: 1rem;
  }

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

  .container-large-who {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }

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

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

  .card-slider--slide {
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }

  .card-slider {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0rem;
  }

  .section-4 {
    overflow: hidden;
  }

  .heading-what-we-do-copy {
    font-size: 2em;
  }

  .home-header-heading {
    font-size: 2.5rem;
  }

  .image-14 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .page-padding-copy {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    white-space: normal;
  }

  .project-slider-parent {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-45 {
    display: block;
    height: 22.7rem;
  }

  .page-padding-copy2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    white-space: normal;
  }

  .padding-vertical-industries {
    margin-top: 0rem;
  }

  .padding-vertical-copy-copy {
    width: 25rem;
    margin-right: auto;
    margin-bottom: 8rem;
    margin-left: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .card-container {
    background-color: #2d2d2d;
  }

  .container-4 {
    display: block;
  }

  .form-wrapper {
    width: auto;
  }

  .card-container-copy {
    background-color: #2d2d2d;
  }

  .product-gallery-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;
  }

  .link-block-2-copy {
    display: block;
  }

  .product-see-more-link.op {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-padding-facility {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: normal;
  }

  .image-23 {
    max-width: 60%;
  }

  .paragraph-8 {
    font-size: 1rem;
  }

  .paragraph-8.white {
    font-size: 0.9rem;
  }

  .more-on-what-we-do.op {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-5-copy {
    font-size: 1rem;
  }

  .paragraph-5-copy.white {
    font-size: 0.9rem;
  }

  .image-23-copy {
    max-width: 60%;
  }

  .bg-img-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;
  }

  .ourfacilityies-heading {
    width: auto;
    padding-left: 2rem;
  }

  .ourcapabilities-heading {
    width: auto;
    padding-left: 2rem;
  }

  .ourqceq-para {
    font-size: 1rem;
  }

  .ourqceq-para.white {
    font-size: 0.9rem;
  }

  .product-header-component3 {
    height: 50vh;
  }

  .page-padding-copy {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: normal;
  }

  .page-padding-copy-copy {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    white-space: normal;
  }

  .para-who {
    display: block;
  }

  .section-facility-list {
    padding-bottom: 18.3rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/56231.jpg');
    background-image: linear-gradient(180deg, #fff 59%, hsla(0, 0%, 100%, 0)), url('../images/56231.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 120%;
    background-repeat: repeat, no-repeat;
  }

  .list-wrapper-copy {
    padding-left: 2rem;
  }

  .heading-12-copy {
    font-size: 1.1rem;
  }

  .heading-12-copy.white {
    font-size: 1rem;
  }

  .paragraph-5-copy {
    font-size: 1rem;
  }

  .paragraph-5-copy.white {
    font-size: 0.9rem;
  }

  .ourfacilities-title {
    -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;
  }

  .padding-content-facilities {
    padding-top: 2rem;
  }

  .padding-content-facilities.short {
    padding-bottom: 1rem;
  }

  .heading-qreq {
    width: auto;
    padding-left: 2rem;
  }

  .page-padding-facility-copy {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: normal;
  }

  .product-card-copy {
    display: none;
  }

  .product-card-copy-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heading5 {
    padding-left: 0rem;
    font-size: 2.7rem;
  }

  .icon-wrapper.phone {
    width: auto;
    height: auto;
    background-image: none;
  }

  .icon-wrapper.email {
    width: auto;
    height: auto;
  }

  .contact-divider {
    display: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .contacttotal {
    width: auto;
    height: auto;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .socialmedia-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sc-icon.ws {
    width: 2em;
  }

  .sc-icon.fb {
    width: 2em;
    height: 3em;
  }

  .link-block.phone {
    width: auto;
    height: auto;
    margin-right: 1.5em;
    -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;
  }

  .link-block.email {
    width: auto;
    height: auto;
    -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;
  }

  .text-block {
    display: none;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .cto-combo-button {
    position: static;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .who-l-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 1.8rem 0rem 1rem;
  }

  .heading-5 {
    padding-left: 1rem;
    font-size: 1.9em;
  }

  .who-r-wrapper {
    width: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-3 {
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .stroked {
    color: #00c89b;
    font-size: 1.7rem;
    line-height: 1.1;
    text-align: center;
  }

  .stroked.vision {
    color: #2b2c7d;
  }

  .stroked.who {
    font-size: 2.5rem;
  }

  .stroked.corporatemission {
    color: #00c89b;
  }

  .stroked.page-what {
    color: #00c89b;
    font-size: 2.5rem;
  }

  .stroked.page-quality {
    font-size: 2.5rem;
  }

  .title {
    font-size: 1.1em;
  }

  .sector-title {
    padding-bottom: 2em;
  }

  .who-r-container {
    overflow: visible;
    height: auto;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .l-title-wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .heading-7 {
    font-size: 1.5rem;
  }

  .contactus {
    height: 2.4em;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .footer-header._2 {
    font-size: 1rem;
  }

  .footer-nav {
    font-size: 0em;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .content-title {
    padding-right: 0em;
  }

  .content-para._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-2 {
    margin-bottom: 0rem;
    padding-bottom: 1.5rem;
    font-size: 0.9rem;
  }

  .map-wrapper {
    height: auto;
  }

  .italic-text {
    color: #121212;
  }

  .field-label {
    color: #121212;
  }

  .page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-wrapper2 {
    position: absolute;
    padding-top: 0px;
  }

  .navbar-2 {
    height: 80px;
  }

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

  .hero-line1-wrapper {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marquee-vertical-text {
    height: 3rem;
  }

  .marquee-text-heading {
    font-size: 2.5rem;
  }

  .nav-menu-button-icon {
    color: #121212;
  }

  .menu-button-2 {
    color: #121212;
  }

  .home-header-component {
    -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;
    grid-row-gap: 4rem;
  }

  .padding-vertical.about-us {
    padding-top: 2rem;
  }

  .product-header-component2 {
    -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;
  }

  .para-wrapper {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .paragraph-5 {
    font-size: 0.9rem;
    text-align: center;
  }

  .paragraph-5.white {
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .product-header-component-copy {
    grid-row-gap: 4rem;
  }

  .footer-quicklink {
    font-size: 0.8rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .section-service-facilities {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 200, 0.42)), to(rgba(0, 113, 200, 0.42))), url('../images/Asset-1.png');
    background-image: linear-gradient(180deg, rgba(0, 113, 200, 0.42), rgba(0, 113, 200, 0.42)), url('../images/Asset-1.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .heading-12 {
    font-size: 0.9rem;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 0rem;
    padding-left: 0px;
  }

  .section-service-qc {
    padding-bottom: 9.4rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 42, 141, 0.58)), to(rgba(25, 42, 141, 0.58))), url('../images/shutterstock_12.jpg');
    background-image: linear-gradient(180deg, rgba(25, 42, 141, 0.58), rgba(25, 42, 141, 0.58)), url('../images/shutterstock_12.jpg');
    background-position: 0px 0px, 40% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .about-title-heading {
    padding-left: 0rem;
    text-align: center;
  }

  .about-title-heading.blue {
    padding-left: 0rem;
  }

  .about-title-heading.vision {
    color: #00c89b;
  }

  .industries-title-heading {
    padding-bottom: 0rem;
    font-size: 1.5em;
  }

  .corporatemission-body-text {
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 1rem;
  }

  .content-para-copy {
    padding-right: 0em;
    padding-left: 0rem;
  }

  .page-content-company-copy {
    border: 0px solid #000;
  }

  .page-content-company-copy.vision {
    background-color: #fff;
  }

  .footer-container-context.bottom {
    font-size: 0.7rem;
    text-align: center;
  }

  .footer-underline {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .link {
    font-size: 0.7rem;
  }

  .footer-header-company {
    font-size: 0.9em;
  }

  .heading-who-we-are {
    font-size: 1.5em;
  }

  .heading-contact {
    font-size: 2.6rem;
  }

  .project-title-heading1 {
    padding-left: 0rem;
    font-size: 2.2rem;
  }

  .about-r-wrapper {
    display: none;
  }

  .section-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-content.cap {
    padding-bottom: 2rem;
  }

  .list-wrapper {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

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

  .text-span-5 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .heading-13 {
    font-family: Inter, sans-serif;
    font-size: 1.8em;
  }

  .paragraph-6 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }

  .container-large-who {
    margin-bottom: 20px;
  }

  .card-slider--slide {
    width: auto;
    height: 410px;
    max-width: 90vw;
    margin-right: 20px;
  }

  .heading-what-we-do-copy {
    font-size: 1.8em;
  }

  .card-slider--content {
    height: 20em;
  }

  .card-slider--content-title {
    margin-bottom: 20px;
  }

  .home-header-heading {
    font-size: 2.1rem;
  }

  .footer-socialmedia-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .stroky {
    font-size: 1rem;
  }

  .project-slider-wrapper {
    width: 98vw;
    margin-right: auto;
    margin-left: auto;
  }

  .project-slider-mask {
    overflow: hidden;
    width: auto;
  }

  .project-slider-slide {
    width: 28vw;
    height: 10em;
    margin-right: 0rem;
    margin-left: 1rem;
  }

  .project-slider-slidewrapper {
    margin-left: 0rem;
  }

  .sector-title-copy {
    margin-bottom: 2em;
  }

  .div-block-45 {
    height: 21.4em;
    background-color: #d6d6d6;
  }

  .page-padding-copy2 {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-17 {
    height: 250px;
  }

  .heading-14 {
    padding-left: 0em;
    font-size: 1.3em;
  }

  .padding-vertical-copy-copy {
    width: 80vw;
  }

  .card-container {
    height: auto;
  }

  .bold-text {
    font-size: 1rem;
  }

  .bold-text-2 {
    width: auto;
    color: #121212;
    font-size: 1rem;
    white-space: normal;
  }

  .padding-vertical-what-we-do {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .padding-vertical-what-we-do.about-us {
    padding-top: 2rem;
  }

  .div-block-47 {
    margin-bottom: 4rem;
  }

  .form-wrapper {
    width: auto;
  }

  .card-container-copy {
    height: 410px;
  }

  .padding-vertical-copy {
    padding-bottom: 0rem;
  }

  .padding-vertical-copy.about-us {
    padding-top: 2rem;
  }

  .product-gallery-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;
  }

  .image-21 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-card-image._5 {
    height: 20rem;
  }

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

  .qualitypolicybox {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-padding-facility {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-23 {
    max-width: none;
  }

  .paragraph-8 {
    font-size: 0.9rem;
  }

  .paragraph-5-copy {
    font-size: 0.9rem;
    text-align: left;
  }

  .image-23-copy {
    max-width: none;
  }

  .bg-img-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bold-text-copy {
    font-size: 1rem;
  }

  .content-paragraph-whorwe {
    font-size: 0.8rem;
    text-align: center;
  }

  .ourfacilityies-heading {
    padding-left: 1rem;
    color: #2b2c7d;
    font-size: 1.9em;
  }

  .ourfacilityies-heading.outlined {
    font-size: 2em;
  }

  .ourcapabilities-heading {
    padding-left: 1rem;
    font-size: 1.9em;
  }

  .ourqceq-para {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .paragraph-9-copy {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1em;
  }

  .sector-title-copy-copy {
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-header-component3 {
    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;
  }

  .page-padding-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-header-about-copy {
    height: auto;
    background-repeat: repeat, no-repeat;
  }

  .para-who {
    margin-bottom: 0rem;
    padding-bottom: 1.5rem;
    font-size: 0.9rem;
  }

  .image-21-copy {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-facility-list {
    padding-bottom: 13.9rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/56231.jpg');
    background-image: linear-gradient(180deg, #fff 74%, hsla(0, 0%, 100%, 0)), url('../images/56231.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .list-wrapper-copy {
    margin-top: 1rem;
    margin-bottom: 0rem;
    padding-left: 2rem;
  }

  .heading-12-copy {
    font-size: 0.9rem;
  }

  .stroked-copy {
    color: #2b2c7d;
    font-size: 2rem;
    text-align: center;
  }

  .stroked-copy.vision {
    color: #00c89b;
  }

  .stroked-copy.who {
    font-size: 2.5rem;
  }

  .stroked-copy.corporatemission {
    color: #00c89b;
  }

  .stroked-copy.page-what {
    color: #00c89b;
    font-size: 2.5rem;
  }

  .stroked-copy.page-quality {
    font-size: 2.5rem;
  }

  .paragraph-5-copy {
    padding: 0rem;
    font-size: 0.9rem;
  }

  .ourfacilities-title {
    padding-bottom: 2em;
  }

  .text-span-9 {
    color: #2b2c7d;
    font-size: 2rem;
    line-height: 1.1;
  }

  .padding-content-facilities {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-content-facilities.cap {
    padding-bottom: 2rem;
  }

  .heading-qreq {
    padding-left: 1rem;
    font-size: 1.9em;
  }

  .page-padding-facility-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-21-copy {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-card-copy {
    display: none;
  }

  .product-card-copy-2 {
    display: block;
  }

  .product-card-image-copy._5 {
    height: 20rem;
  }

  .page-header-about-copy-copy {
    height: auto;
    background-repeat: repeat, no-repeat;
  }
}

#w-node-d88a79c7-5f33-c372-f4ac-b936db0e8016-da99bf97 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c58c93a2-b6ec-3a09-0bd9-54df6c9da5c5-da99bf97 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_21a525dc-f2a7-cb52-c5b5-3e4b4854f5f1-da99bf97 {
  -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;
}

#w-node-b23f0664-fb05-2fa4-e80a-b740cce48156-da99bf97 {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-fbe7b8df-1d9e-90c2-41f9-cc5a49de591d-da99bf97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb37495e-5629-9e31-6f79-674a1c018021-da99bf97 {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0da8be0a-9927-4f6c-5048-d8174c2c25b6-f0b57c0a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bad329ac-e7d4-8d0e-5e1f-b14361f291a7-b233ac92 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4e491509-735d-283f-4750-5d6e055116a8-b233ac92 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ee3c5be5-363d-2c70-9a01-b993e4202290-612e8f33 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ee3c5be5-363d-2c70-9a01-b993e420228c-612e8f33 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b23f0664-fb05-2fa4-e80a-b740cce48156-da99bf97 {
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee3c5be5-363d-2c70-9a01-b993e4202290-612e8f33 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ee3c5be5-363d-2c70-9a01-b993e420227c-612e8f33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ee3c5be5-363d-2c70-9a01-b993e4202280-612e8f33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ee3c5be5-363d-2c70-9a01-b993e4202284-612e8f33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ee3c5be5-363d-2c70-9a01-b993e4202288-612e8f33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #formInstructions.w-node-da52a342-bccc-c742-fdbd-8366bb865eef-612e8f33 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microgramma d ot extended 30403';
  src: url('../fonts/Microgramma-D-OT-Bold-Extended_30403.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microgramma d ot extended 30404';
  src: url('../fonts/Microgramma-D-OT-Medium-Extended_30404.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caxton';
  src: url('../fonts/Caxton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}