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

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #132433;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  color: #07acff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #001632;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  color: #546681;
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

ul {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #546681;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  border-radius: 50px;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #ffb607;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

.sba-container {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sba-container.space-below {
  margin-bottom: 40px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.hero-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 1.05;
}

.hero-heading.hero-heading-inner {
  font-size: 70px;
  line-height: 1;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  text-align: center;
  font-size: 60px;
}

.paragraph {
  max-width: 490px;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  max-width: none;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph.paragraph-centre-dark {
  color: rgba(255, 255, 255, .52);
}

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

.button {
  color: #001632;
  background-color: #07acff;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.button.button-space {
  margin-top: 25px;
  transition: opacity .2s;
}

.button.button-space:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.service-card-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  width: 16%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

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

.footer-logo {
  width: 300px;
  border-radius: 0;
  margin-bottom: 25px;
  margin-right: 25px;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  color: #07acff;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 25%;
  border-radius: 10px;
  padding: 10px;
}

.service-card {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-h5 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-2 {
  max-width: 100%;
}

.image-block {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.content-block-left {
  width: 50%;
  min-height: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.section-content {
  background-color: #076800;
  background-image: url('../images/bg_shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  display: flex;
}

.column-wrap-reversed.column-space {
  margin-bottom: 0;
}

.capital-heading {
  color: #07acff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.capital-heading.title-centre {
  text-align: center;
  align-self: center;
  margin-bottom: 8px;
}

.heading-primary {
  max-width: 620px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary.h3-centre-white {
  max-width: none;
  color: #fff;
  text-align: center;
}

.button-wrap-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.column-wrap {
  display: flex;
}

.column-wrap.column-space {
  margin-bottom: 120px;
}

.navigation-dropdown {
  display: flex;
}

.navigation-link {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #ffb607;
}

.navigation-block-left {
  width: 50%;
  align-items: center;
  display: flex;
}

.navigation-block-right {
  align-items: center;
  display: flex;
}

.logo-image {
  width: 300px;
  border-radius: 0;
}

.dropdown-mobile {
  display: none;
}

.navigation-text {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  text-decoration: none;
}

.container-navigation {
  width: 100%;
  max-width: 1240px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.navigation {
  z-index: 999;
  min-height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content-block-right {
  width: 50%;
  min-height: 350px;
  align-items: center;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  min-height: 45px;
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.slider-right {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.text-span {
  color: #484dff;
}

.hero-content {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-hero {
  color: #fff;
  text-align: left;
  font-style: italic;
  font-weight: 500;
}

.paragraph-hero.paragraph-inner {
  color: rgba(255, 255, 255, .7);
  text-align: left;
}

.content-block-hero {
  margin-top: 100px;
  position: relative;
}

.footer-text {
  max-width: 320px;
  color: #546681;
  text-align: left;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: rgba(107, 111, 154, .61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  width: 35px;
  height: 35px;
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.section-cta {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-secondary {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.text-link-secondary:hover {
  color: rgba(255, 255, 255, .58);
}

.card-image-01 {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/construction-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.service-card-content {
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
  position: relative;
}

.card-image-02 {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/BG-telecom.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.card-image-03 {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/network-serv.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.button-nav {
  min-width: 150px;
  color: #001632;
  text-align: center;
  background-color: #07acff;
  border-radius: 100px;
  margin-left: 15px;
  padding: 18px 35px;
  font-size: 16px;
  transition: opacity .4s;
}

.button-nav:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.service-card-link {
  width: 80px;
  height: 55px;
  background-color: #10e401;
  border-top-left-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.standard-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.standard-heading.heading-centre {
  color: #0a1b2b;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}

.arrow-card {
  width: 22px;
}

.service-square-wrap {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.service-square-title {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image {
  width: 35px;
  margin-right: 15px;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 25px;
}

.heading-6 {
  color: #fff;
  font-size: 22px;
}

.text-link {
  max-width: 500px;
  color: #ffb607;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.yellow-block {
  width: 100%;
  max-width: 1240px;
  background-color: #07acff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 105px 55px;
  display: flex;
  position: relative;
  top: -78px;
}

.button-dark {
  color: #fff;
  background-color: #132433;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.line-background {
  width: 14.2857%;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.line-box-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-content-top {
  z-index: 15;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.content-wrap-01 {
  margin-bottom: 100px;
  display: flex;
}

.section-content-white {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5%;
}

.featured-title {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.thumbnail-small {
  width: 85px;
  border-radius: 8px;
}

.featured-article-block {
  align-items: center;
  display: flex;
}

.div-block-163 {
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, .13);
  margin-left: 25px;
  margin-right: 25px;
}

.cta-yellow-shape {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  color: #2e3642;
  background-color: #fff;
}

.anchor-link {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link:hover, .anchor-link:focus, .anchor-link.w--current {
  color: #fff;
}

.content-image {
  max-width: 90%;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-content-02 {
  color: #fff;
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5% 60px;
  position: relative;
}

.pattern-04 {
  max-width: 280px;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 8%;
  right: auto;
}

.return-top {
  z-index: 999;
  width: 45px;
  height: 45px;
  background-color: #07acff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 25px;
}

.service-pattern {
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-pattern.service-pattern-03 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-pattern.service-pattern-02 {
  max-width: 90%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-icon {
  width: 24px;
  position: absolute;
}

.section-featured {
  min-height: 140px;
  background-color: #0a1b2b;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  padding: 15px 5%;
  display: flex;
}

.yellow-cta {
  min-height: 600px;
  background-color: #07acff;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.image-8 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-8-copy {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cta-location {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.location-chain-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cta-arrow {
  margin-left: 60px;
  margin-right: 60px;
}

.navigation-link-wrap {
  display: flex;
}

.featured-wrap {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-block-contain {
  margin-top: 45px;
  margin-bottom: 35px;
  display: flex;
}

.feature-block {
  width: 50%;
  padding-right: 25px;
}

.feature-number {
  color: #ffb607;
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-51 {
  height: 1px;
  background-color: rgba(59, 76, 91, .13);
  margin-top: 15px;
  margin-bottom: 15px;
}

.captial-h6 {
  color: rgba(255, 255, 255, .62);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-168 {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 80px;
  display: flex;
}

.logo-column {
  width: 25%;
  justify-content: center;
  align-items: center;
  padding: 60px 45px;
  display: flex;
}

.image-10 {
  width: 120px;
}

.image-11 {
  width: 16px;
  margin-right: 8px;
}

.map-block {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding-right: 55px;
  display: none;
  position: relative;
}

.div-block-169 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 55px;
  margin-bottom: 55px;
}

.shape-pattern {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.yellow-highlight {
  color: #ffb607;
  text-decoration: none;
}

.contact-wrap {
  margin-top: 80px;
  display: flex;
}

.our-people {
  width: 100%;
  max-width: 60%;
  grid-template: "Area . Area-2"
                 ". Area-3 Area-2"
                 "Area-4 Area-3 Area-2"
                 "Area-4 Area-3 Area-6"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-5 Area-6"
                 ". Area-5 ."
                 ". . ."
                 / 1fr 1fr 1fr;
}

.team-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.people-wrap {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -100px;
}

.title-block-half {
  width: 50%;
}

.standard-header {
  min-height: 70vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/construction-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 80px;
  display: flex;
}

.standard-header.ocean-shipping {
  min-height: 40vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_05.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.ground-transport {
  background-image: linear-gradient(rgba(10, 27, 43, .5), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/hero_ground.jpg');
  background-position: 0 0, 50%;
}

.standard-header.air-transport {
  background-image: linear-gradient(rgba(10, 27, 43, .5), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/hero_air_freight.jpg');
  background-position: 0 0, 50%;
}

.standard-header.header-blog {
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  padding-top: 210px;
  padding-bottom: 156px;
}

.standard-header.header-faq {
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #076800), url('../images/green-tech-bg.jpg');
  background-position: 0 0, 50%;
  padding-top: 150px;
}

.standard-header.header-licence {
  min-height: 40vh;
  background-color: #0a1b2b;
  background-image: linear-gradient(rgba(19, 36, 51, .7), #001632), url('../images/voip-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
}

.standard-header.header-search {
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  padding-top: 150px;
}

.standard-header.telecomm {
  min-height: 40vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/BG-telecom.jpg');
}

.standard-header.constructelec {
  min-height: 40vh;
}

.standard-header.itnetwork {
  min-height: 40vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/network-serv.jpg');
}

.standard-header.projects-header {
  min-height: 40vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/projects-bg.jpg');
}

.title-wrap-centre {
  max-width: 70%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  z-index: 7;
  width: 100%;
  min-width: 300px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  margin-top: 34px;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.paragraph-small {
  max-width: 450px;
  color: #3b4c5b;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #ffb607;
}

.primary-navigation-link {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: #ffb607;
}

.dropdown-column {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.arrow-down {
  margin-left: 10px;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.feature-block-wrap {
  min-height: 200px;
  border: 2px solid #07acff;
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
}

.service-image {
  min-height: 240px;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-image.s02 {
  background-image: url('../images/1.jpg');
}

.service-image.s03 {
  background-image: url('../images/3.jpg');
}

.service-image.s04 {
  background-image: url('../images/4.jpg');
}

.service-image.s05 {
  background-image: url('../images/blog_hero.jpg');
}

.service-image.s06 {
  background-image: url('../images/5dd92a2fd31f0f5cca5ceb14_5d6f0f552fd62f48f720f7c2_blog-body-image-1.jpeg');
}

.feature-heading {
  color: #07acff;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
}

.feature-card-base {
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feature-card-wrap {
  width: 33.3333%;
  min-height: 200px;
  padding: 10px;
}

.feature-wrap-02 {
  flex-wrap: wrap;
  display: flex;
}

.section-client-logo {
  background-color: #0a1b2b;
  background-image: url('../images/bg_shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
}

.home-hero {
  min-height: 80vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), #076800 70%, #076800), url('../images/home-page-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 160px 3% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pattern-05 {
  max-width: 290px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 8%;
}

.news-bar {
  min-height: 60px;
  background-color: #076800;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-text {
  color: #fff;
  font-size: 16px;
}

.title-tight {
  max-width: 860px;
  margin-bottom: 100px;
  display: flex;
}

.section-image {
  width: 100%;
  min-height: 700px;
  background-image: url('../images/hero_ground.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}

.title-block {
  min-height: 120px;
  min-width: 450px;
  background-color: #fff;
  padding: 65px 65px 65px 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-content-03 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.values-wrap {
  flex-wrap: wrap;
  display: flex;
}

.plain-column {
  width: 33.3333%;
  min-height: 250px;
  padding: 20px;
  position: relative;
}

.section-breadcrumb {
  height: 100px;
  background-color: #0a1b2b;
  overflow: hidden;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: #fff;
}

.breadcrumb-block {
  width: 65%;
  height: 100%;
  background-color: #10e401;
  justify-content: flex-end;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-breadcrumbs {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.breadcrumb_link {
  opacity: .5;
  color: #132433;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.breadcrumb_link:hover {
  opacity: 1;
}

.breadcrumb_link.w--current {
  opacity: 1;
  color: #132433;
}

.breadcrumb_arrow {
  width: 15px;
  opacity: .5;
  margin-left: 15px;
  margin-right: 15px;
}

.line-break {
  width: 70px;
  height: 2px;
  background-color: #ffb607;
  margin-top: 35px;
}

.value-paragraph-wrap {
  min-height: 250px;
}

.section-anchor-links {
  z-index: 99;
  height: 100px;
  background-color: #0a1b2b;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pattern-06 {
  max-width: 190px;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 8%;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #0a1b2b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.news-tag {
  min-height: 35px;
  color: #fff;
  background-color: #eea800;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 8px 16px;
  display: flex;
}

.featured-article {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.standard-title {
  color: #b5d9f8;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.standard-title.dark-blue {
  color: #b5d9f8;
}

.section-image-company {
  width: 100%;
  min-height: 700px;
  background-image: url('../images/blog_hero_03.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}

.dark-cta {
  min-height: 600px;
  background-color: #0a1b2b;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.arrows-dark {
  filter: invert();
  margin-left: 60px;
  margin-right: 60px;
}

.feature-column {
  width: 50%;
}

.time-icon {
  width: 15px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-wrap {
  margin-top: 15px;
  display: flex;
  position: relative;
}

.blog-paragraph {
  color: rgba(255, 255, 255, .49);
}

.author-image {
  width: 35px;
  height: 35px;
  background-color: #ffb607;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-image.author-image-large {
  width: 45px;
  height: 45px;
}

.category {
  z-index: 9;
  max-width: 240px;
  min-height: 40px;
  color: #627792;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(255, 182, 7, .15);
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.category.w--current:hover {
  background-color: rgba(255, 182, 7, .05);
}

.category.category-space {
  margin-bottom: 25px;
}

.author-name-image {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.blog-content-right {
  width: 50%;
  background-color: #132433;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 35px;
  display: flex;
  position: relative;
}

.category-text {
  color: #ffb607;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.time-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.featured-post {
  display: flex;
  position: relative;
}

.blog-h2 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.blog-post-wrap {
  min-height: 200px;
}

.blog-image {
  min-height: 310px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-posted-date {
  color: rgba(98, 119, 146, .49);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.category-wrap {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.blog-content {
  background-color: #132433;
  padding: 20px;
}

.blog-post {
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.blog-post:hover {
  transform: translate(0, -4px);
}

.paragraph-3 {
  color: #627792;
  font-size: 15px;
  display: none;
}

.featured-collection-list {
  margin-bottom: 20px;
}

.blog-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.blog-item {
  padding-left: 12px;
  padding-right: 12px;
}

.section-blog-content {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 3% 140px;
  position: relative;
}

.blog-image-large {
  height: 100%;
  min-height: 470px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gradient-overlay {
  background-image: linear-gradient(rgba(10, 27, 43, .98), rgba(10, 27, 43, .92) 41%, rgba(10, 27, 43, .84) 70%, #0a1b2b);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-block-centre {
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-blog-page {
  min-height: 60vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.container-tight {
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-blog-post {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5% 160px;
}

.sg-menu {
  height: 75%;
  max-height: 75vh;
  border-bottom: 1px solid rgba(23, 48, 73, .09);
  padding-top: 45px;
  overflow: auto;
}

.sg-details-title {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.sg-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.sg-menu-text {
  z-index: 5;
  position: relative;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

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

.highlight-opacity {
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
}

.sg-menu-wrap {
  width: 15%;
  background-color: #0a1b2b;
  border-right: 1px solid rgba(23, 48, 73, .05);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-logo {
  width: 120px;
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mark {
  background-color: rgba(255, 171, 0, .23);
}

.sg-paragraph {
  margin-bottom: 45px;
}

.sg-container {
  max-width: 1100px;
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-content-wrap {
  width: 85%;
  height: 2000px;
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
  margin-left: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.q2 {
  max-width: 600px;
  border-left-color: #ffab00;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.sg-full-colour-wrap {
  width: 16.6667%;
  min-height: 150px;
  margin-right: 15px;
}

.sg-colour-wrap {
  width: 100%;
  height: 200px;
  min-height: 200px;
  background-color: #fff;
  align-items: center;
  display: block;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.sg-menu-title {
  color: #fff;
  border-bottom: 1px solid rgba(23, 48, 73, .04);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.colour_wrap_main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-button {
  width: 0%;
  background-color: #f5f7fd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sg-menu-link {
  min-height: 40px;
  color: rgba(255, 255, 255, .55);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sg-menu-link.w--current {
  background-color: #132433;
  border-left: 5px solid #ffb607;
}

.colour_title_text {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 15px;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.3;
}

.sg-heading {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
}

.sg-return-wrap {
  height: 12%;
  min-height: 100px;
  background-color: #2e3642;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-header {
  min-height: 460px;
  background-color: #ffb607;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.style-guide-h6 {
  color: rgba(118, 126, 173, .33);
  margin-top: 0;
  margin-bottom: 0;
}

.sg-details-wrap {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.sg-menu-header {
  letter-spacing: 2px;
  font-weight: 500;
}

.sg-details-highlight {
  float: left;
  color: #ffb607;
  margin-left: 8px;
}

.sg-break-line {
  width: 30%;
  height: 1px;
  min-width: 220px;
  background-color: #ebecf0;
  margin-top: 8px;
}

.sg-content {
  padding: 70px 5%;
  overflow: hidden;
}

.sg-colour-block {
  height: 60%;
  background-color: #ffb607;
}

.sg-colour-block.c17 {
  background-color: #fafbfc;
}

.sg-colour-block.c3 {
  background-color: #132433;
}

.sg-colour-block.c5 {
  background-color: #546681;
}

.sg-colour-block.c18 {
  background-color: #fff;
}

.sg-colour-block.c12 {
  background-color: #546681;
}

.sg-colour-block.c15 {
  background-color: #c1c7d0;
}

.sg-colour-block.c11 {
  background-color: #0a1f44;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-colour-block.c2 {
  background-color: #00ebc7;
}

.sg-colour-block.c4 {
  background-color: #2e3642;
}

.delete {
  text-decoration: line-through;
}

.sg-type-wrap {
  align-items: center;
  display: block;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.sg-full-wrap {
  align-items: center;
  display: flex;
}

.sg-paragraph-light {
  max-width: 700px;
  color: rgba(245, 247, 253, .8);
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.sg-type {
  margin-bottom: 45px;
}

.em {
  font-style: italic;
}

.sg-heading-4 {
  color: #0a1f44;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.sg-title-wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.style-guide-h4 {
  margin-bottom: 8px;
  line-height: 38px;
}

.style-guide-container {
  max-width: 1100px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colour_title {
  float: left;
  font-size: 17px;
  font-weight: 400;
}

.sg-logo-block {
  min-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.colour_block_text {
  height: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.sg-hero {
  min-height: 640px;
  background-color: #ffb607;
  justify-content: center;
  align-items: center;
  padding: 55px 5%;
  display: flex;
}

.feature-blog-pattern {
  max-width: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.content-block-hero-centre {
  max-width: 680px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: #ffb607;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}

.faq-paragraph {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  line-height: 28px;
}

.column-right {
  width: 75%;
  min-height: 500px;
}

.faq-wrap {
  max-width: 800px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-contact-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-question-bar {
  border-bottom: 1px solid rgba(100, 100, 109, .13);
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.column-left {
  width: 25%;
  min-height: 500px;
  padding-right: 15px;
}

.paragraph-white-small {
  max-width: 490px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.faq-button-wrap {
  margin-top: 35px;
}

.feature-wrap-focus {
  color: #fff;
  background-color: #ffb607;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

._404-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 1.1;
}

._404-paragraph {
  color: #fff;
  text-align: center;
}

.link-4 {
  color: #fff;
}

._404-heading {
  color: #ffb607;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

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

.image-17 {
  width: 80px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
}

.text-field {
  min-height: 55px;
}

.submit-button {
  min-height: 55px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffb607;
}

.blog-line {
  height: 5px;
  max-width: 100%;
  background-color: #ffb607;
  margin-top: 25px;
  margin-bottom: 15px;
}

.sg-navigation-mobile {
  display: none;
}

.section-category {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.sg-assets-wrap {
  background-color: #0a1b2b;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.container-anchor-links {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact {
  background-color: #076800;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5% 140px;
  position: relative;
}

.section-faq {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.button-download {
  color: #001632;
  background-color: #ffb607;
  border-radius: 100px;
  margin-top: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-pattern {
  max-width: 350px;
  margin-left: 19px;
  margin-right: 19px;
}

.search {
  width: 100%;
  max-width: 670px;
  margin-top: 35px;
  display: flex;
}

.search-input {
  min-height: 55px;
  border-radius: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 25px;
}

.search-result-item {
  margin-bottom: 35px;
}

.plain-link {
  color: #ffb607;
  font-size: 16px;
}

.pattern-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pattern-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-news {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.sg-button-standard, .sg-button-mobile {
  color: #001632;
  background-color: #ffb607;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.rich-text-block {
  color: #076800;
  text-align: left;
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.header-author {
  min-height: 60vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.section-author {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.section-search-results {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.link-5 {
  color: #ffb607;
  font-size: 18px;
  text-decoration: none;
}

.text-block {
  color: rgba(255, 255, 255, .51);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
}

.paragraph-5 {
  color: rgba(255, 255, 255, .8);
  margin-top: 8px;
  margin-bottom: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .22);
  margin-top: 35px;
  margin-bottom: 35px;
}

.button-outline-02 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline-02:hover {
  opacity: .5;
}

.section {
  background-color: #076800;
}

.section.contsruction-body {
  color: #0a1b2b;
  background-color: #fff;
}

.tabs-menu {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-span-2 {
  font-size: 50px;
  line-height: 30px;
}

.paragraph-6 {
  color: #07acff;
  font-size: 44px;
  font-weight: 600;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2:hover {
  background-color: #000;
}

.tab-link-tab-2.w--current {
  background-color: #076800;
  padding-bottom: 20px;
}

.tab-link-tab-2.whitebg {
  background-color: #076800;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-3:hover {
  background-color: #000;
}

.tab-link-tab-3.w--current {
  background-color: #076800;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.text-block-3 {
  color: #fff;
  font-size: 18px;
}

.text-block-4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-4.green {
  color: #fff;
}

.tab-link-tab-4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-4:hover {
  background-color: #000;
}

.tab-link-tab-4.w--current {
  background-color: #076800;
}

.tab-link-services {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-services.w--current {
  background-color: rgba(10, 27, 43, .2);
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-7.dark-blue {
  color: #001632;
}

.paragraph-8 {
  color: rgba(255, 255, 255, .52);
}

.paragraph-8.dark-blue {
  color: #001632;
}

.list {
  text-align: left;
  margin-top: 10px;
}

.tabs-content {
  margin-bottom: 40px;
}

.columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

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

.image-19 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-3 {
  text-align: center;
}

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

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-Shape-Line.svg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph-9 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.column-6 {
  background-image: url('../images/Mask-Shape-Line.svg');
  background-position: 0 0;
  background-size: auto;
}

.bold-text {
  color: #b5d9f8;
  letter-spacing: 3px;
  line-height: 0;
}

.bold-text.dark-blue {
  color: #001632;
}

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

.bold-text-2.dark-blue {
  color: #001632;
}

.text-span-4 {
  font-size: 24px;
}

.card-image-04 {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/voip-serv-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.blue-block {
  width: 100%;
  max-width: 1240px;
  background-color: #07acff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 105px 55px;
  display: flex;
  position: relative;
  top: -78px;
}

.text-span-5 {
  text-align: right;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  height: 80px;
  border-bottom: 1px solid #fff;
  align-items: center;
  display: flex;
}

.accordion-icon {
  color: #fff;
}

.text-block-5 {
  width: 100%;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  padding: 20px;
  display: block;
  position: static;
}

.text-block-6 {
  font-size: 18px;
}

.text-block-6.green {
  color: #fff;
}

.text-block-7 {
  font-size: 18px;
}

.text-block-7.green {
  color: #fff;
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-5:hover {
  background-color: #000;
}

.tab-link-tab-5.w--current {
  background-color: #076800;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-8 {
  color: #fff;
  font-size: 18px;
}

.list-item {
  color: #fff;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  color: #fff;
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  font-size: 12px;
}

.paragraph-10, .paragraph-11 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-12 {
  color: #fff;
}

.paragraph-13, .paragraph-14 {
  color: #fff;
  font-size: 16px;
}

.paragraph-15 {
  color: #fff;
}

.div-block-170 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.paragraph-16 {
  color: #fff;
}

.paragraph-17 {
  color: #fff;
  font-size: 16px;
}

.paragraph-18 {
  color: #fff;
}

.paragraph-19 {
  color: #fff;
  font-size: 16px;
}

.paragraph-20 {
  color: #fff;
}

.paragraph-21 {
  color: #fff;
  font-size: 16px;
}

.paragraph-22 {
  color: #fff;
}

.paragraph-23 {
  color: #fff;
  font-size: 16px;
}

.paragraph-24 {
  color: #fff;
}

.paragraph-25, .paragraph-26 {
  color: #fff;
  font-size: 16px;
}

.paragraph-27 {
  color: #fff;
}

.paragraph-28 {
  color: #fff;
  font-size: 16px;
}

.paragraph-29, .list-item-4, .list-item-5, .list-item-6, .paragraph-30, .paragraph-31, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  color: #fff;
}

.columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10 {
  margin-bottom: 20px;
}

.paragraph-32 {
  color: rgba(255, 255, 255, .52);
}

.paragraph-33 {
  color: #fff;
}

.container-2 {
  padding-top: 60px;
}

.tabs {
  color: #001632;
}

.paragraph-34, .paragraph-35, .paragraph-36, .list-2, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .paragraph-37, .column-7, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .bold-text-14, .paragraph-38, .list-item-29, .list-item-30, .list-item-31, .paragraph-39 {
  color: #fff;
}

.column-8 {
  text-align: center;
}

.image-21, .image-22, .image-23 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-9 {
  color: #b5d9f8;
}

.section-2 {
  background-color: #076800;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #132433);
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-9 {
  text-align: center;
}

.heading-10 {
  color: #10e401;
}

.paragraph-40 {
  color: #fff;
}

.column-10 {
  text-align: center;
}

.heading-11, .list-item-32, .list-item-33, .list-item-34 {
  color: #fff;
}

.section-3 {
  background-color: #076800;
  padding-bottom: 77px;
}

.container-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-12 {
  color: #b5d9f8;
}

.paragraph-41 {
  color: #fff;
}

.columns-12 {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-42, .list-item-35, .list-item-36 {
  color: #fff;
}

.paragraph-43 {
  color: #fff;
  text-align: center;
}

.heading-13 {
  color: #10e401;
}

.slider {
  height: 100%;
}

.div-block-171 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.rich-text-block-2 {
  color: #076800;
  text-align: center;
}

.section-4 {
  background-color: #546681;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-24 {
  text-align: right;
  border-radius: 0;
  flex: 1;
  align-self: auto;
  display: inline-block;
}

.column-11 {
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-3 {
  color: #fff;
  margin-top: auto;
}

.list-item-37 {
  color: #fff;
  font-size: 20px;
}

.image-25 {
  width: 100%;
}

.paragraph-44 {
  color: #076800;
}

.paragraph-45 {
  color: #076800;
  font-size: 22px;
}

.list-item-38, .list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48, .tabs-2 {
  color: #fff;
}

.text-span-6 {
  color: #076800;
}

.heading-14, .paragraph-46 {
  color: #fff;
}

.tabs-3 {
  display: none;
}

.list-item-49 {
  color: #fff;
  font-size: 22px;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-wrap-focus-2 {
  color: #fff;
  background-color: #ffb607;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus-2:hover {
  background-color: #f0ac09;
}

.primary-navigation-link-2 {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link-2:hover {
  color: #ffb607;
}

.button-nav-2 {
  min-width: 150px;
  color: #001632;
  text-align: center;
  background-color: #ffb607;
  border-radius: 100px;
  margin-left: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.navigation-2 {
  z-index: 999;
  min-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-image-2 {
  width: 130px;
}

.navigation-link-2 {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #ffb607;
}

.paragraph-47, .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52 {
  color: #fff;
}

.subpage-header {
  min-height: 70vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/construction-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 80px;
  display: flex;
}

.subpage-header.ocean-shipping {
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_05.jpg');
  background-position: 0 0, 50% 100%;
}

.subpage-header.ground-transport {
  background-image: linear-gradient(rgba(10, 27, 43, .5), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/hero_ground.jpg');
  background-position: 0 0, 50%;
}

.subpage-header.air-transport {
  background-image: linear-gradient(rgba(10, 27, 43, .5), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/hero_air_freight.jpg');
  background-position: 0 0, 50%;
}

.subpage-header.header-blog {
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  padding-top: 210px;
  padding-bottom: 156px;
}

.subpage-header.header-faq {
  min-height: 40vh;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #076800), url('../images/nacis-bg.jpg');
  background-position: 0 0, 50%;
  padding-top: 150px;
}

.subpage-header.header-licence {
  min-height: auto;
  background-color: #0a1b2b;
  background-image: linear-gradient(rgba(19, 36, 51, .7), #001632), url('../images/voip-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
}

.subpage-header.header-search {
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  padding-top: 150px;
}

.subpage-header.telecomm {
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/BG-telecom.jpg');
}

.subpage-header.itnetwork {
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/network-serv.jpg');
}

.section-naics {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.paragraph-53 {
  color: #fff;
  margin-bottom: 60px;
}

.heading-15 {
  color: #fff;
}

.bold-text-15 {
  color: #b5d9f8;
}

.paragraph-54, .paragraph-55 {
  color: #b5d9f8;
  font-size: 20px;
}

.columns-13 {
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #b5d9f8;
}

.columns-14, .columns-15, .columns-16 {
  align-items: center;
  display: flex;
}

.image-26 {
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
}

.column-12 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.column-13 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-27 {
  border: 10px solid #10e401;
  border-radius: 25px;
  align-self: center;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-15, .column-16 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-172 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-block {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding: 20px 5px;
}

.paragraph-56 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-57 {
  color: #fff;
}

.heading-17 {
  color: #fff;
  font-size: 26px;
}

.columns-17 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-28, .image-29 {
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.column-17, .column-18, .column-19, .lightbox-link-2 {
  justify-content: flex-end;
  display: flex;
}

.column-20 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.image-30 {
  text-align: right;
  display: inline-block;
}

.column-21 {
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  display: flex;
}

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

.image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37 {
  border-radius: 0;
}

.columns-18 {
  font-weight: 600;
}

.list-4 {
  font-size: 16px;
}

.paragraph-58 {
  color: #fff;
}

.paragraph-59 {
  clear: none;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.paragraph-60 {
  font-size: 20px;
}

.container-5 {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 20px;
}

.paragraph-61 {
  margin-bottom: 80px;
}

.grid-2 {
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.75fr;
}

.paragraph-62, .column-22, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-81, .paragraph-82, .paragraph-83, .paragraph-84, .paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88, .paragraph-89, .paragraph-90, .paragraph-91, .paragraph-92, .paragraph-93, .paragraph-94, .paragraph-95, .paragraph-96, .paragraph-97, .paragraph-98, .paragraph-99, .paragraph-100, .paragraph-101, .paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106, .paragraph-107, .paragraph-108, .paragraph-109, .paragraph-110, .paragraph-111, .paragraph-112, .paragraph-113, .paragraph-114, .paragraph-115 {
  color: #fff;
}

.div-block-173 {
  margin-left: 15%;
  margin-right: 15%;
  padding: 26px 25px;
}

.pp91-sba-logos {
  width: 100%;
  max-width: 1240px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-23 {
  flex-direction: column;
  align-items: baseline;
  display: flex;
}

.sba-date {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .sba-container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

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

  .hero-heading.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    color: #3b4c5b;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link.w--current {
    color: #ffb607;
  }

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
    padding: 17px;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    min-width: 270px;
    background-color: #fff;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .service-square-wrap {
    margin-bottom: 10px;
  }

  .content-wrap-01 {
    flex-wrap: wrap;
  }

  .section-content-white, .section-content-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .return-top {
    right: 3%;
  }

  .service-pattern {
    max-width: 210px;
  }

  .service-pattern.service-pattern-02 {
    max-width: 390px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .featured-wrap {
    flex-wrap: wrap;
  }

  .map-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .contact-wrap {
    flex-wrap: wrap;
  }

  .our-people {
    max-width: 100%;
  }

  .title-block-half {
    width: 100%;
  }

  .standard-header {
    padding-top: 160px;
  }

  .title-wrap-centre {
    flex-wrap: wrap;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-card-wrap {
    width: 50%;
  }

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

  .home-hero {
    padding-top: 160px;
  }

  .title-tight {
    flex-flow: column wrap;
  }

  .section-image {
    margin-bottom: 55px;
  }

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

  .plain-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumb-block {
    width: 90%;
  }

  .section-image-company {
    margin-bottom: 55px;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .category-wrap {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
  }

  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }

  .blog-item.featured-item {
    width: 100%;
  }

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

  .hero-block-centre {
    width: 100%;
    justify-content: center;
  }

  .header-blog-page {
    padding-top: 160px;
  }

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

  .sg-menu-wrap {
    z-index: 99;
    width: 0%;
    overflow: hidden;
  }

  .sg-content-wrap {
    width: 100%;
    margin-left: 0%;
  }

  .sg-full-colour-wrap {
    width: 25%;
    margin-bottom: 15px;
  }

  .colour_wrap_main {
    flex-wrap: wrap;
  }

  .content-block-hero-centre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .faq-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faq-question-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-wrap-focus {
    flex-direction: column;
  }

  .sg-navigation-mobile {
    min-height: 80px;
    background-color: #0a1b2b;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    display: flex;
  }

  .sg-logo-mobile {
    width: 130px;
  }

  .section-category, .section-contact, .section-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-download {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .sg-button-standard, .sg-button-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-author {
    background-position: 100% 100%;
    padding-top: 160px;
  }

  .section-author, .section-search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-wrap-focus-2 {
    flex-direction: column;
  }

  .dropdown-link-2 {
    width: 100%;
    min-width: 170px;
    color: #3b4c5b;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link-2:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link-2.w--current {
    color: #ffb607;
  }

  .subpage-header {
    padding-top: 160px;
  }

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

@media screen and (max-width: 767px) {
  .hero-heading, .hero-heading.hero-heading-inner {
    font-size: 55px;
  }

  .button.button-space.button-hide {
    display: none;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .content-block-left {
    padding-left: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-wrap-reversed.column-space {
    margin-bottom: 80px;
  }

  .content-block-right {
    padding: 10px;
  }

  .button-nav {
    max-width: 160px;
  }

  .section-content-white, .section-content-02 {
    padding: 80px 3%;
  }

  .section-featured {
    padding-top: 20px;
    display: none;
  }

  .feature-block-contain {
    flex-direction: column;
  }

  .feature-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-card-wrap {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-client-logo {
    padding-left: 3%;
    padding-right: 3%;
  }

  .news-bar {
    display: none;
  }

  .title-block {
    max-width: 80%;
    min-width: auto;
  }

  .section-content-03 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .values-wrap {
    justify-content: flex-start;
  }

  .plain-column {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .section-breadcrumb {
    display: none;
  }

  .section-anchor-links {
    padding-top: 20px;
    display: none;
  }

  .standard-title {
    flex: 0 auto;
    align-self: auto;
  }

  .feature-column {
    width: 100%;
    height: 100%;
  }

  .category {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-content-right {
    width: 100%;
    padding-left: 15px;
  }

  .featured-post {
    flex-flow: column wrap;
  }

  .category-wrap {
    margin-bottom: 0;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog-content {
    padding: 80px 3%;
  }

  .blog-image-large {
    min-height: 310px;
  }

  .section-blog-post {
    padding: 80px 3%;
  }

  .sg-full-colour-wrap {
    width: 33%;
  }

  .sg-colour-wrap {
    margin-bottom: 25px;
  }

  .faq-wrapper {
    flex-wrap: wrap-reverse;
  }

  .column-right {
    width: 100%;
  }

  .faq-contact-wrap {
    align-items: flex-start;
  }

  .column-left {
    width: 100%;
  }

  .section-category {
    padding: 80px 3%;
  }

  .section-contact {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-faq, .section-news, .section-author, .section-search-results {
    padding: 80px 3%;
  }

  .bold-text {
    display: inline;
  }

  .button-nav-2 {
    max-width: 160px;
  }

  .section-naics {
    padding: 80px 3%;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading.hero-heading-inner {
    font-size: 30px;
  }

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

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-block-left {
    width: 100%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-nav {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .button-dark, .button-outline {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .map-block {
    padding: 8px;
  }

  .our-people {
    grid-template-areas: "Area . Area-2"
                         ". Area-3 Area-2"
                         "Area-4 Area-3 Area-2"
                         "Area-4 Area-3 Area-6"
                         "Area-4 Area-5 Area-6"
                         "Area-7 Area-5 Area-6"
                         ". Area-5 .";
  }

  .title-wrap-centre {
    max-width: 100%;
  }

  .feature-block-wrap {
    padding: 20px 20px 80px;
  }

  .feature-card-wrap {
    width: 100%;
  }

  .section-image {
    margin-bottom: 40px;
  }

  .title-block {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pattern-06 {
    max-width: 130px;
  }

  .section-image-company {
    margin-bottom: 40px;
  }

  .sg-full-colour-wrap {
    width: 100%;
  }

  .faq-contact-wrap {
    padding-right: 0;
  }

  .question-title {
    flex: 1;
  }

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

  .search {
    flex-direction: column;
  }

  .search-input {
    margin-bottom: 4px;
  }

  .sg-button-standard, .sg-button-mobile {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .rich-text-block {
    flex-wrap: wrap;
  }

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

  .paragraph-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-nav-2 {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

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

#w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedd6-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedd8-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedda-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1deddc-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedde-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dede0-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dede2-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dede4-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dede6-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dede8-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedea-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedec-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedee-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedf0-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedf2-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedf4-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedf6-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedf8-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedfa-d228d0df, #w-node-_62518074-3d44-3b60-46b4-2a6e1f1dedfc-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93380-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93382-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93384-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93386-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93388-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9338a-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9338c-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9338e-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93390-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93392-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93394-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93396-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e93398-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9339a-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9339c-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e9339e-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e933a0-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e933a2-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e933a4-d228d0df, #w-node-_7ea51422-4889-e926-c9d6-026177e933a6-d228d0df, #w-node-abe37dcc-3a93-3b77-9628-8ad70ed78364-d228d0df, #w-node-_754899f9-7b6a-e561-d6a5-a5c423c52b2f-d228d0df, #w-node-_0150fdde-9919-d0cc-403c-28856f7cd258-d228d0df, #w-node-ea900663-aedf-946d-150a-183586356f31-d228d0df, #w-node-_8a42266b-467c-7e37-8d63-016268f9b3de-d228d0df, #w-node-_06496852-1e37-5eed-49a0-8397f9992dba-d228d0df, #w-node-_09282f9a-8dc2-3778-022f-8bac4f575fd1-d228d0df, #w-node-_4ad03783-2bce-d79a-fc64-7209780d2aed-d228d0df, #w-node-_0f27f866-1ab7-1df4-0cfa-d3811a06c3fa-d228d0df, #w-node-_8ef13749-4c7d-d514-54af-69c8e1bdd2d7-d228d0df, #w-node-_416418c9-3227-5371-f3eb-a0aa4bf54abe-d228d0df, #w-node-_29f2557a-facc-08cd-c9d3-8e20faac8463-d228d0df, #w-node-_7141e04e-bd2d-ced9-12c5-73ccef4fec8a-d228d0df, #w-node-_6bf022c1-2593-547f-8300-2fb56585937f-d228d0df, #w-node-cac11230-95d2-2326-3edb-b0ebfb35cf90-d228d0df, #w-node-daafd830-e677-d683-7302-4570b13a1774-d228d0df, #w-node-_2e223098-8b91-2ea0-6149-9d3621963cd2-d228d0df, #w-node-a065f7f8-cbd5-8e17-0741-db752a38bd8f-d228d0df, #w-node-_4665a22b-0e35-13e4-f088-02436f05f6d3-d228d0df, #w-node-_376afc9c-2ad7-24ee-afe8-7492d340864c-d228d0df, #w-node-_596677ca-2d1a-ab5a-ec38-5d85ff1680a2-3d65933c, #w-node-_048b2e57-4351-8a7b-9b85-4b8e010dc5e1-3d65933c, #w-node-_6a016232-5df2-8690-3b3b-6be84e33bf2b-3d65933c, #w-node-_6f6097f8-2200-9d13-b58c-2c755dc1d42b-3d65933c, #w-node-f1fddefe-f978-1d22-9ca0-ea17192c3d73-3d65933c, #w-node-_443d1218-d00d-cf80-a17c-af2db587a4b3-3d65933c, #w-node-_203a5acd-1234-b1c6-2e7b-77a04ec1b23c-3d65933c, #w-node-_8727af0c-2186-bfab-3312-1edaaff42257-3d65933c, #w-node-c74b8b4b-80f9-f29b-34df-183989c1650c-3d65933c, #w-node-fe6bc11f-335a-435b-9567-3832d49bbbc8-3d65933c, #w-node-e6ee626e-bfc7-f582-0490-571290153a96-3d65933c, #w-node-_5755270a-6ffa-9cfc-3399-b69ec0b00a43-3d65933c, #w-node-_3438c06c-2b38-b30e-d2f4-797cea9f5308-3d65933c, #w-node-_771e4909-0573-ef0d-8fd8-782755056502-3d65933c, #w-node-e5bb74e0-21f1-7201-dc10-44fad16765de-3d65933c, #w-node-cf4f06b6-7176-d76f-889a-ca26e61173d8-3d65933c, #w-node-_7e0329fa-9d99-e77f-4a78-9e82b231cbec-3d65933c, #w-node-_2a2032a4-a7d2-6caa-acf8-6780e7d0a7f8-3d65933c, #w-node-_701baa75-ab93-0922-b153-864f5d7e3b35-3d65933c, #w-node-_96b8a023-4922-0255-065a-95ac481b0acd-3d65933c, #w-node-_5b535a07-ede7-f295-5c91-76df2909947a-3d65933c, #w-node-_0f70d7da-e2d3-11f9-07f7-d7607fb48e76-3d65933c, #w-node-_3b345f8d-ec8c-8385-c7a9-9157e1ec7e9a-3d65933c, #w-node-_19bbc915-11ca-a46c-1840-16ca005a7106-3d65933c, #w-node-dab6185f-4895-beed-4114-3af91ce201fb-3d65933c, #w-node-_71d2e073-5d26-ac23-4570-0911a80c7ff8-3d65933c, #w-node-_6defdf1f-9ec7-ee6e-1f45-74ad2760d152-3d65933c, #w-node-f7c6c0e2-0e98-1452-9581-5028b887a05d-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9746-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9748-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa974a-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa974c-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa974e-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9750-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9752-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9754-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9756-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9758-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa975a-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa975c-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa975e-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9760-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9762-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9764-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9766-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9768-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa976a-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa976c-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa976e-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9770-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9772-3d65933c, #w-node-_887f0469-d15c-e31d-247f-b05da0aa9774-3d65933c, #w-node-_8f99568b-02da-ca1c-2cd2-8ae0d0f3d6b4-3d65933c, #w-node-a442bd2d-9d4e-f048-b75c-88fe661161f0-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065cc-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065ce-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065d0-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065d2-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065d4-3d65933c, #w-node-cb29aa57-e295-f3bd-7c03-66df505065d6-3d65933c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


