﻿h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.h09 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 95vh;
  min-height: 400px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8fcff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(30%, rgba(0, 0, 0, 0.75)), color-stop(88%, transparent)), url('../images/it-support-for-business.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75) 30%, transparent 88%), url('../images/it-support-for-business.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.h09_container {
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h09_h1 {
  max-width: 650px;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.h09_text {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
  line-height: 1.55;
  text-align: left;
}

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

.extra-intro {
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin:-20px auto 80px auto;
}

.link-button {
  margin-right: 0px;
  padding: 10px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7300;
  border-radius: 6px;
  background-color: #ff7300;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-button:hover {
  border-color: #000;
  border-radius: 4px;
  background-color: #000;
}

.link-button.full {
  width: 100%;
  text-align: center;
}

.link-button.full:hover {
  background-color: #4080bb;
}

.link-button.hero {
  margin-right: 30px;
  border-color: #ff7300;
  border-radius: 4px;
  background-color: #ff7300;
}

.link-button.hero:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: #000;
}

.h09_link {
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.h09_link:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
  color: #ff7300;
}

.nav03_left {
  width: 50%;
}

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

.nav03_container {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.nav03_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.nav03_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #0054a4;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Inter;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav03_button:hover {
  background-color: #4080bb;
  color: #fff;
}

.nav03_link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav03_link:hover {
  color: #7540ee;
}

.nav03 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-top: 25px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00000d;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.nav03_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.fe07_card_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 55px 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;
}

.fe07_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 25px;
  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;
}

.fe07_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe07_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 380px;
  padding: 15px 20px 20px;
  -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;
  border-radius: 10px;
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.fe07_card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.fe07_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 160px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4080bb;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #0054a4;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fe07_button:hover {
  border-color: #0054a4;
  background-color: #0054a4;
  color: #fff;
}

.fe07_button.w--current {
  font-family: Montserrat, sans-serif;
}

.fe07_title {
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #0054a4;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fe07_h4 {
  margin: 40px auto 15px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}

.fe07_images {
  width: 90px;
  margin-bottom: 15px;
}

.fe07_images.center {
  margin-top: -12px;
}

.fe07_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe07_text {
  max-width: 500px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.cta-trio {
  display: block;
  min-height: 500px;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cta-trio.topline {
  border-top: 1px solid #eee;
}

.c03_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 73, 158, 0.04);
}

.c03.grey-bkd {
  padding-top: 70px;
}

.c03.grey-bkd.top {
  padding-bottom: 45px;
}

.c03.grey-bkd.bottom {
  padding-top: 45px;
}

.c03_check_wrap {
  margin-bottom: 0px;
}

.c03_check_wrap.service {
  margin-top: 20px;
}

.c03_check_wrap.service ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c03_check_wrap.service ul > li {
background-image: url(../images/orange-tick.png);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 24px;
padding-bottom:16px;
padding-left: 35px;
font-size: 15px;
font-weight:500;
color: #353357;
}


.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c03_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  margin-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.c03_block.right {
  margin-right: 0px;
  margin-left: 40px;
}

.form_alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

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

.form_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form01_paragraph {
  font-family: Inter;
  text-align: center;
}

.form01_paragraph.squeeze {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form01_bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -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;
}

.form01_input_full {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #8a94a6;
  font-size: 14px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5d3eff;
}

.form01_input_full::-webkit-input-placeholder {
  color: #8a94a6;
}

.form01_input_full:-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full::-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.form01_logo {
  width: 185px;
}

.form_alert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form01_button {
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #ff7300;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form01_button:hover {
  background-color: #000;
}

.form01_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebecf0;
}

.form01 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  padding: 30px 30px 15px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 5% 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 73, 158, 0.04);
}

.form_wrap.white {
  background-color: #fff;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.form01_success {
  background-color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.lnd_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  margin-top: 80px;
  padding: 90px 5%;
  -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: #0054a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/brt-page-bkg-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/brt-page-bkg-3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lnd_heading.service-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/brt-page-bkg-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/brt-page-bkg-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lnd_heading.projects-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/brt-page-bkg-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/brt-page-bkg-2.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lnd_header_container {
  display: none;
  max-width: 1100px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
}

.lnd_content_h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
}

.lnd_highlight {
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.lnd_details {
  max-width: 500px;
  margin-bottom: 0px;
  color: rgba(245, 247, 253, 0.65);
  font-size: 18px;
  line-height: 24px;
}

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

.c02_check_text {
  max-width: 560px;
  margin-bottom: 0px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.c02_block_image {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.c02_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 55px;
  -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;
}

.c02_check_wrap {
  margin-bottom: 0px;
}

.c02_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c02_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c02_container.top-margin-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c02_container.full {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c08_paragraph {
  display: block;
  margin-bottom: 15px;
}

.c08_paragraph.larger {
  max-width: 800px;
  font-size: 16px;
  line-height: 26px;
}

.c05_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c05_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.c05_h3 {
  max-width: 780px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}

.c05_focus {
  color: #4080bb;
}

.c05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5% 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c05_title {
  margin-bottom: 8px;
  color: #0054a4;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.focus_blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #7540ee;
}

.email-contact {
  color: #0054a4;
  text-decoration: none;
  text-transform: lowercase;
}

.email-contact:hover {
  color: #4080bb;
}

.fax-span {
  padding-left: 20px;
}

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)), to(#fff)), url('../images/it-support-for-business.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.75) 100%, #fff), url('../images/it-support-for-business.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
}

.lnd_card_title {
  margin-bottom: 45px;
  color: #f1f2f1;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.utility-page-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -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;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.nav04_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width:280px;
}

.heading {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav04_link {
  padding: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.nav04_link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.nav04_link.w--current {
  color: #ff7300;
}

.nav_column {
  width: 49%;
  padding: 15px;
}

.nav_column.full {
  width: 100%;
}

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

.nav04_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 70px;
  -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-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;
}

.nav_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  left: -190px;
  overflow: hidden;
  min-width: 650px;
  border-radius: 10px;
  background-color: transparent;
}

.nav_list.pull-up {
  top: 58px;
  width: 175px;
  min-width: 1px;
}

.nav_list.pull-up.w--open {
  left: 0px;
  width: 250px;
  border-radius: 4px;
}

.nav_drop {
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav04_nav_menu {
  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;
  font-size: 14px;
  font-weight: 600;
}

.nav_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5px;
  padding: 20px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 33px;
  padding: 8px 5px 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  text-decoration: none;
}

.nav_link:hover {
  padding-right: 10px;
  background-color: #fff4ea;
}

.nav04_logo {
  top: -2px;
  margin-right: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nav04_logo:hover {
  -webkit-transform: translate(4px, 0px) scale(1.025);
  -ms-transform: translate(4px, 0px) scale(1.025);
  transform: translate(4px, 0px) scale(1.025);
}

.nav04_logo.w--current {
  top: -2px;
}

.nav04_logo.w--current:hover {
  -webkit-transform: translate(4px, 0px) scale(1.025);
  -ms-transform: translate(4px, 0px) scale(1.025);
  transform: translate(4px, 0px) scale(1.025);
}

.nav_text_link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_text_link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.nav_icon_arrow {
  margin-right: 0px;
  color: #fff;
}

.text-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #004e96;
  text-decoration: none;
}

.text-link:hover {
  color: #0585ff;
}

.text-link.project {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-link.force-block {
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
}

.fe03 {
  display: block;
  min-height: 500px;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe03.topline {
  padding-top: 100px;
  border-top: 1px solid #eee;
}

.fe03_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0054a4;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe03_h2.projects {
  color: #000;
}

.fe03_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe03_container.flat {
  display: block;
}

.fe03_icon {
  width: 75px;
  margin-bottom: 25px;
  background-color: #fff;
}

.fe03_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 12px;
  -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;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fe03_card:hover {
  box-shadow: 7px 7px 55px 0 #ebecf0;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.fe03_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #2e3280;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.fe03_title_wrap {
  display: block;
  max-width: 1140px;
  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;
}

.fe03_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #0054a4;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fe03_text {
  max-width: 500px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.fe03_link {
  width: 24%;
  color: #333;
  text-decoration: none;
}

.cl01_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.cl01_title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cl01_logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cl01_image {
  width: 200px;
}

.cl01_image.two {
  width: 400px;
}

.b04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 55px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b04_blog_image_04 {
  min-height: 230px;
  background-image: url('../images/project-laser-fabrication.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_blog_image_02 {
  min-height: 230px;
  background-image: url('../images/project-hybrid-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.b04_card_text {
  position: relative;
  top: auto;
  height: auto;
  padding: 20px 20px 30px 30px;
}

.b04 {
  padding: 120px 5%;
  border-top: 1px solid #eee;
  background-color: rgba(16, 73, 158, 0.04);
}

.b04_h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 24px;
  line-height: 34px;
}

.b04_paragraph {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 14px;
  line-height: 24px;
}

.b04_blog_image_03 {
  min-height: 230px;
  background-image: url('../images/project-jet-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_card {
  overflow: hidden;
  width: 32%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.b04_author_name {
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.project-img-link {
  width: 100%;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.project-img-link:hover {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.c06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.c06_h3 {
  margin: 0px auto 25px;
  color: #0054a4;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
}

.c06_paragraph {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.c06_paragraph.clients {
  max-width: 800px;
  margin-bottom: 45px;
}

.c10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.c10_container.link {
  margin-top: 20px;
  padding-left: 8px;
}

.c10_block {
  width: 50%;
  padding-right: 55px;
}

.c10_title {
  margin-bottom: 10px;
  color: #a3aad5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c10_paragraph {
  font-size: 16px;
  line-height: 28px;
}

.c04_columns {
  margin-bottom: 30px;
}

.c04_title {
  margin-bottom: 8px;
  color: #0054a4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c04_block_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 80px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c04_block_right.quarter {
  width: 33%;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_block.three-quarter {
  width: 66%;
}

.c04_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c04_top.short {
  margin-bottom: 0px;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.c04_paragraph.full {
  max-width: 100%;
}

.c04_container {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

.c01_focus_colour-2 {
  color: #4080bb;
}

.c04_icon {
  width: 75px;
  margin-bottom: 25px;
}

.c04_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c04_column {
  padding-right: 25px;
  padding-left: 0px;
}

.block-img {
  display: block;
}

.category-links {
  margin-bottom: 40px;
  text-align: center;
  text-decoration: none;
}

.center {
  text-align: center;
}

.b06_tag_text {
  color: #a3aad5;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.b06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b06_image_featured {
  width: 100%;
  height: 100%;
  min-height: 650px;
  background-image: url('../images/project-jet-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.b06_paragraph_02 {
  max-width: 1140px;
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.b06_h3 {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
}

.b06_card_featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  -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;
  border-radius: 15px;
  box-shadow: 1px 1px 25px 0 rgba(138, 161, 214, 0.08);
}

.b06 {
  padding: 120px 5% 0px;
  background-color: #fff;
}

.b06_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 110px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 1px 1px 25px 0 rgba(138, 161, 214, 0.08);
  text-align: left;
}

.b06_card_text {
  height: 100%;
  padding: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.b06_card_text_featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 45px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b06_paragraph {
  max-width: 500px;
  margin-bottom: 10px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.b06_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(163, 170, 213, 0.12);
}

.g01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g01_image {
  height: 200px;
}

.g01_column {
  width: 33%;
  padding: 15px;
}

.gallery_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.g01_image_link_01a {
  width: 100%;
  height: 100%;
  background-image: url('../images/project-jet-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_02a {
  width: 100%;
  height: 100%;
  background-image: url('../images/project-laser-fabrication.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_03a {
  width: 100%;
  height: 100%;
  background-image: url('../images/project-hybrid-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_04a {
  width: 100%;
  height: 100%;
  background-image: url('../images/car-engine-3-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g01_image_link_05a {
  width: 100%;
  height: 100%;
  background-image: url('../images/transmission-slider.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.g01_image_link_06a {
  width: 100%;
  height: 100%;
  background-image: url('../images/engine-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.center-button {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.center-button.top-margin {
  margin-top: 50px;
}

.center-button.margin-top {
  margin-top: 70px;
}

.cl01-2 {
  padding: 60px 5%;
  background-color: #fff;
}

.cl01-2.topline {
  padding-top: 80px;
  padding-bottom: 70px;
  border-top: 1px solid #eee;
}

.cl01_logo-2 {
  display: inline-block;
  width: 20%;
  padding: 25px 35px;
}

.te04_avatar {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-111 {
  width: 46%;
}

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

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

.service-image {
  width: 20%;
  padding: 8px;
}

.services-link {
  display: block;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.services-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.world-img {
  max-width: 650px;
}

.container-full {
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.fl {
  float: left;
  clear: none;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.fl:hover {
  color: #fff;
  font-weight: 700;
}

.fl.w--current {
  font-size: 12px;
}

.fr {
  padding-right: 20px;
  float: right;
  clear: none;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.fr:hover {
  color: #fff;
}

.fr.first {
  padding-right: 0px;
  color: #fff;
  font-size: 12px;
}

.fr.first:hover {
  color: #fff;
  font-weight: 700;
}

.fr.hide-img {
  margin-top: 30px;
}

.orange-bkg-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  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;
  background-color: #ff7300;
  text-align: left;
}

.header-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: block;
}

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

.footer_link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

.footer_column_left {
  width: 55%;
  padding-right: 100px;
}

.f10_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  padding: 100px 5%;
  background-color: #000;
}

.footer_paragraph {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 400;
  text-align: left;
}

p.footer_paragraph .text-link {
  color:#fff;
  font-weight: 600;  
}

p.footer_paragraph .text-link:hover {
  opacity:0.4;  
}

.footer-logo {
  margin-top: -20px;
  margin-bottom: 25px;
}

.footer-title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.david-cta-img {
  position: relative;
  left: -92px;
  margin-top: -25px;
  margin-bottom: -13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.david-cta-text {
  width: 50%;
  margin-right: 0px;
  color: #777;
}

.cta-grey-bkd {
  background-color: #f1f2f1;
}

.t04_container {
  display: block;
  max-width: 1140px;
  margin: 55px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t04_slider_nav {
  left: 0px;
  bottom: -68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  opacity: 0.05;
}

.t04_slide {
  width: 50%;
  padding: 20px;
  background-color: transparent;
}

.t04_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t04_avatar_04.m1 {background-image: url('../images/avatars/avatar-m-1.png');}
.t04_avatar_04.m2 {background-image: url('../images/avatars/avatar-m-2.png');}
.t04_avatar_04.m3 {background-image: url('../images/avatars/avatar-m-3.png');}
.t04_avatar_04.f1 {background-image: url('../images/avatars/avatar-f-1.png');}
.t04_avatar_04.f2 {background-image: url('../images/avatars/avatar-f-2.png');}
.t04_avatar_04.f3 {background-image: url('../images/avatars/avatar-f-3.png');}

.t04_mask {
  overflow: hidden;
}

.t04_name {
  margin-bottom: 4px;
  color: #33334f;
  font-size: 16px;
  font-weight: 600;
}

.t04 {
  display: block;
  min-height: 620px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t04_slider {
  height: 100%;
  background-color: transparent;
}

.t04_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.t04_star {
  width: 16px;
  margin-right: 6px;
}

.t04_block {
  position: relative;
  height: 100%;
  min-height: 350px;
  padding: 25px 20px 20px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(195, 198, 213, 0.09);
}

.t04_paragraph {
  margin-bottom: 30px;
  color: #4e5d78;
}

.t04_left_arrow {
  left: 20px;
  top: -455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -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: 1px solid #ebecf0;
  border-radius: 50%;
  background-color: #fff;
}

.t04_suburb {
  color: #7540ee;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t04_right_arrow {
  left: -75%;
  top: -455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -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: 1px solid #ebecf0;
  border-radius: 50%;
  background-color: #fff;
}

.t04_slider_arrow {
  width: 8px;
}

.form06 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  padding: 35px 20px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form06_icon {
  position: relative;
  top: -16px;
  width: 65px;
  padding: 5px;
  border-radius: 100px;
  background-color: #fff;
}

.form06_icon.pulse {
  top: 16px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.form06_icon.pulse:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form06_input {
  min-height: 58px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form06_input:focus {
  border-color: #5d3eff;
}

.form06_input.deep {
  min-height: 96px;
  padding-top: 20px;
}

.form06_top {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -83px;
  -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;
}

.form06_form_block {
  margin-bottom: 0px;
}

.form06_success {
  background-color: #fff;
}

.form06_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;
}

.heading-2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

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

.col-1-home {
  padding-right: 40px;
}

.text-span {
  font-weight: 600;
}

.small-reverse-logo {
  max-width: 281px;
  margin-top: 20px;
}

.small-reverse-logo.large-down {
  max-width: 325px;
  margin-top: 40px;
}

.c05_h3-2 {
  max-width: 520px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}

.c05_h3-2.white {
  color: #fff;
  font-weight: 600;
}

.c05-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c05-2.orange-bkg {
  background-color: #ff7300;
  background-image: url('../images/pulse-bkg-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c05-2.orange-bkg:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.c05-2.black-bkg {
  background-color: #000;
  background-image: url('../images/single-pulse-bkg-white.png');
  background-position: 88% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.c05-2.tech-bkg {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #331700;
  background-image: url('../images/computer-help-bkg-blue.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.c05_container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c05_paragraph-2 {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
  text-align: center;
}

.c05_paragraph-2.white {
  max-width: 780px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.subhead-white {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.text-link-white {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-decoration: none;
}

.text-link-white:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.feature-text-orange {
  margin-right: 10px;
  color: #ff7300;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.feature-text-white {
  margin-left: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-transform: none;
}

.fe01_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  min-height: 420px;
  margin-right: 11px;
  margin-bottom: 25px;
  margin-left: 11px;
  padding: 25px;
  -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;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fe01_card:hover {
  border-color: #38cb89;
}

.fe01_h3 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.fe01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 25px auto 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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fe01_h5 {
  margin-bottom: 10px;
  color: #192063;
  font-size: 22px;
  line-height: 29px;
}

.fe01 {
  display: block;
  min-height: 300px;
  padding: 70px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fe01_text {
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 24px;
}

.fe01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fe01_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 25px;
  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;
}

.services-img {
  width: 100%;
  margin-bottom: 15px;
  max-height: 165px;
  object-fit: cover;
}

.service-heading {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.service-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.c01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5% 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.c01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.c01_container.service {
  display: block;
  width: 1140px;
}

.c01_block {
  position: relative;
  width: 50%;
  padding-right: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c01_block.service {
  width: 100%;
}

.c01_title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c01_title.slide {
  max-width: 500px;
  margin-bottom: 10px;
  line-height: 25px;
}

.c01_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 45px;
}

.c01_h3.service {
  width: 100%;
  max-width: 100%;
}

.c01_focus_colour-3 {
  color: #ff7300;
}

.c01_focus_colour-3.business {
  color: #4c82ff;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 0px;
  padding: 90px 5% 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-bottom: 1px solid #eee;
  background-color: #fff;
  background-image: url('../images/lbit-page-bkg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-header.business {
  background-image: url('../images/lbit-page-bkg-home.jpg');
}

.c03_text-2 {
  max-width: 560px;
  margin-bottom: 0px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.c03_block-2 {
  position: relative;
  display: block;
  width: 50%;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c03_block-2.img {
  width: 45%;
  padding-left: 0px;
}

.c03_check-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c03_image-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-bottom-right-radius: 36px;
}

.c03_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c01_focus_colour-4 {
  color: #7540ee;
}

.c03-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c02-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c02_image {
  border-bottom-right-radius: 36px;
}

.c02_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-h4 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #33334f;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.text-block-2 {
  text-decoration: none;
}

.text-block-3 {
  text-decoration: none;
}

.text-block-4 {
  text-decoration: none;
}

.text-block-5 {
  text-decoration: none;
}

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

.text-link-grey:hover {
  opacity: 1;
  color: #777;
}

.form01-2 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  padding: 30px 30px 15px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form01_input_full-2 {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.form01_input_full-2:focus {
  border-color: #5d3eff;
}

.form01_input_full-2::-webkit-input-placeholder {
  color: #8a94a6;
}

.form01_input_full-2:-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full-2::-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input_full-2::placeholder {
  color: #8a94a6;
}

.form01_dropdown {
  min-height: 48px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.form01_dropdown.w--open {
  width: 100%;
}

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

.form01_input {
  width: 49%;
  min-height: 48px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  color: #8a94a6;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.form01_input:focus {
  border-color: #5d3eff;
}

.form01_input::-webkit-input-placeholder {
  color: #8a94a6;
}

.form01_input:-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input::-ms-input-placeholder {
  color: #8a94a6;
}

.form01_input::placeholder {
  color: #8a94a6;
}

.form_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.form01_h5 {
  text-align: center;
}

.footer_column_right {
  width: 45%;
}

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

.f07_social_circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 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;
  border: 1px solid #ebecf0;
  border-radius: 100px;
}

.f07_social_circle:hover {
  background-color: #ff7300;
}

.f07_social_circle.fb:hover {
  background-color: #3b5998;
}

.f07_social_circle.tw:hover {
  background-color: #00acee;
}

.f07_social_circle.li:hover {
  background-color: #0072b1;
}

.f07_social_circle.insta:hover {
  background-color: transparent;
  background-image: linear-gradient(135deg, #125688 23%, #ffc838 52%, #fb3958 78%, #458eff 93%);
}

.f07_social_icon {
  display: none;
  width: 15px;
}

.f07_social_link {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
  font-family: 'Icon Font', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.social-icon {
  display: none;
  font-family: 'Icon Font', sans-serif;
  color: #fff;
}

.fe10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe10_column_right {
  width: 50%;
  padding-right: 25px;
  padding-left: 55px;
}

.fe10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.fe10_paragraph {
  margin-bottom: 15px;
}

.fe10_paragraph.first {
  margin-top: 40px;
}

.fe10_column_left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-height: 600px;
  padding: 0px 0px 46px;
  -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;
}

.services-head {
  margin-top: 40px;
}

.margin-top {
  margin-top: 25px;
}

.main-slider {
  height: auto;
  background-color: transparent;
}

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

.hide {
  display: none;
}

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

.w-tab-content {
  margin-top: -20px;
}

.tab02_tab {
  position: relative;
  min-height: 1410px;
}

.tab02_tab.windows {
  position: relative;
  min-height: 1860px;
}

.tab02_tab.mid {
  position: relative;
  min-height: 940px;
}

.tab02_tab.small {
  position: relative;
  min-height: 470px;
}

.tab02_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

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

.tab02 {
  padding: 70px 5% 100px;
  background-color: #fff;
}

.tab02_container {
  max-width: 1140px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.tab02_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab02_link:hover {
  background-color: #000;
  color: #fff;
}

.tab02_link.w--current {
  width: 50%;
  max-width: 580px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #f1f2f1;
  color: #000;
}

.footer-logo-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.footer-logo-link:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.faq01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.faq01_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.faq01_paragraph {
  margin-left: 30px;
  color: #555555;
  font-size: 15px;
  line-height: 25px;
  /*font-weight: 500;*/
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq01.underline {border-bottom: 1px solid #eee;}

.faq01_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq01_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 35px;
  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;
}

.faq01_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.faq01-comment {
  overflow: scroll;
  height: 0px;
  padding-top: 15px;
}

.faq01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #7540ee;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

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

.t08_star {
  width: 16px;
  margin-right: 6px;
}

.t08_column {
  width: 33%;
  margin-bottom: 25px;
  padding: 15px 25px 25px 15px;
}

.t08_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_name {
  margin-bottom: 4px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t08_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_stars {
  margin-bottom: 10px;
}

.t06_author_wrap {
  padding-left: 10px;
}

.t08_avatar_05 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 00%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_avatar_05.m1 {background-image: url('../images/avatars/avatar-m-1.png');}
.t08_avatar_05.m2 {background-image: url('../images/avatars/avatar-m-2.png');}
.t08_avatar_05.m3 {background-image: url('../images/avatars/avatar-m-3.png');}
.t08_avatar_05.f1 {background-image: url('../images/avatars/avatar-f-1.png');}
.t08_avatar_05.f2 {background-image: url('../images/avatars/avatar-f-2.png');}
.t08_avatar_05.f3 {background-image: url('../images/avatars/avatar-f-3.png');}

.t08_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t08_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.t08_paragraph {
  font-size: 14px;
  line-height: 25px;
}

.t08 {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t02_avatar_02 {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t02_avatar {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t02_avatar.m1 {background-image: url('../images/avatars/avatar-m-1.png');}
.t02_avatar.m2 {background-image: url('../images/avatars/avatar-m-2.png');}
.t02_avatar.m3 {background-image: url('../images/avatars/avatar-m-3.png');}
.t02_avatar.f1 {background-image: url('../images/avatars/avatar-f-1.png');}
.t02_avatar.f2 {background-image: url('../images/avatars/avatar-f-2.png');}
.t02_avatar.f3 {background-image: url('../images/avatars/avatar-f-3.png');}

.slide_nav {
  bottom: -55px;
  margin-top: 27px;
}

.t02_testimonial_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.t02 {
  display: block;
  overflow: hidden;
  padding: 70px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t02.underline {
  border-bottom: 1px solid #eee;
}

.t02_name {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.t02_mask {
  overflow: hidden;
}

.t02_container {
  display: block;
  max-width: 1140px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t01_quote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #c1c7d0;
  font-size: 80px;
  line-height: 50px;
}

.t02_slide_arrow_left {
  color: #000;
}

.t02_icon {
  width: 25px;
  height: 25px;
  color: #4e5d78;
  font-size: 22px;
}

.t02_paragraph {
  margin-bottom: 39px;
  text-align: center;
}

.t02_logo {
  width: 120px;
}

.t02_avatar {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t02_slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.t02_slide_arrow_right {
  color: #000;
}

.c08_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c08_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 80px auto 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c08.underline {
  border-bottom: 1px solid #eee;
}

.c08_h3 {
  margin: 0px auto 15px;
  color: #0a1f44;
  line-height: 32px;
}

.c08_number_low {
  position: absolute;
  left: -7px;
  top: -25px;
  z-index: 2;
  color: rgba(117, 64, 238, 0.03);
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}

.c08_h6 {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.c08_title {
  margin-bottom: 8px;
  color: #8a94a6;
  font-weight: 700;
  letter-spacing: 1px;
}

.c08_column {
  position: relative;
  z-index: 3;
  width: 33%;
  min-height: 190px;
  padding-right: 35px;
}

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

.hide-img {
  margin-top: 20px;
}

.gm-style .gm-style-iw {
  font-weight: 600;
  font-size: 16px;
}

.cl01 {
  padding: 90px 5%;
  background-color: #fff;
}

.cl01.underline {
  border-bottom: 1px solid #eee;
}

.cl01_title-2 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.cl01_logo_wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cl01_logo {
  display: inline-block;
  width: 20%;
  padding: 25px 20px;
}

.cl01_logo.two {
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  text-align: center;
}

.privacy_container {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .h09 {
    height: 45vh;
    margin-top: 86px;
    padding: 90px 5%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(transparent)), url('../images/it-support-for-business.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent), url('../images/it-support-for-business.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h09_container {
    max-width: 670px;
  }

  .h09_h1 {
    max-width: 480px;
    font-size: 38px;
    line-height: 44px;
  }

  .h09_text {
    max-width: 460px;
  }

  .link-button {
    padding-right: 50px;
    padding-left: 50px;
  }

  .nav03_icon {
    font-family: Inter;
    color: #4080bb;
    font-size: 40px;
    line-height: 46px;
  }

  .nav03_container {
    padding-bottom: 12px;
  }

  .nav03_menu_button {
    padding: 12px 14px 8px;
  }

  .nav03_menu_button.w--open {
    padding-right: 14px;
    padding-left: 16px;
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .nav03_button {
    display: none;
  }

  .nav03_link {
    width: 100%;
    min-height: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav03 {
    min-height: 78px;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav03_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .fe07_card_wrap {
    position: relative;
    z-index: 5;
  }

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

  .fe07_button {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .fe07_h4 {
    line-height: 28px;
  }

  .fe07_images {
    width: 90px;
  }

  .c03_container {
    -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: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c03_block {
    width: 100%;
    margin-right: 0px;
    padding-top: 35px;
    -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;
  }

  .c03_block.right {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .lnd_heading {
    min-height: 240px;
  }

  .c02_block_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 55px;
    padding-right: 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;
  }

  .c02_block {
    width: 100%;
  }

  .c02_container {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c02_container.full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c08_paragraph.larger {
    max-width: 550px;
  }

  .nav04_link {
    width: 100%;
    min-height: 45px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav_column {
    width: 50%;
  }

  .nav_column.full {
    width: 96%;
  }

  .nav04_menu_icon {
    color: #ff7300;
    font-size: 38px;
  }

  .nav04_right_wrap {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav04_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 15px 2% 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav_dropdown {
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: none;
  }

  .nav_list.w--open {
    display: block;
    min-width: auto;
  }

  .nav_list.pull-up {
    top: auto;
    width: 96%;
    margin-top: -10px;
  }

  .nav_list.pull-up.w--open {
    top: -58px;
    width: 100%;
  }

  .nav_drop {
    width: 100%;
  }

  .nav04_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav04_menu_button {
    padding: 9px;
  }

  .nav04_menu_button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #ebecf0;
    border-radius: 100px;
    background-color: #fff;
  }

  .nav_toggle {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 35px;
  }

  .nav_link {
    padding-left: 20px;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .fe03_card {
    margin-bottom: 15px;
  }

  .fe03_link {
    width: 49%;
  }

  .b04_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b04 {
    padding-bottom: 40px;
  }

  .b04_h4 {
    margin-bottom: 10px;
  }

  .b04_paragraph {
    margin-bottom: 10px;
  }

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

  .c10_container {
    padding-left: 40px;
  }

  .c10_container.images {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c04_block_right {
    width: 30%;
  }

  .c04_block {
    width: 70%;
  }

  .c04_column {
    padding-right: 15px;
  }

  .b06_image_featured {
    min-height: 450px;
  }

  .b06_paragraph_02 {
    margin-bottom: 15px;
  }

  .b06_card_text_featured {
    padding-right: 25px;
    padding-left: 25px;
  }

  .b06_paragraph {
    margin-bottom: 15px;
  }

  .g01_image {
    height: 250px;
  }

  .g01_column {
    width: 50%;
  }

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

  .cl01_logo-2 {
    width: 33%;
  }

  .div-block-111 {
    width: 85%;
    padding-left: 5%;
  }

  .service-image {
    width: 33%;
  }

  .container-full {
    padding-right: 30px;
    padding-left: 30px;
  }

  .fr.hide-img {
    display: none;
  }

  .header-section {
    display: block;
  }

  .footer_column_left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .f10_column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .footer-section {
    padding-right: 8%;
    padding-left: 8%;
  }

  .david-cta-img {
    left: 0px;
    margin-right: 0px;
  }

  .david-cta-text {
    width: 70%;
    margin-right: 20px;
  }

  .t04_left_arrow {
    top: -480px;
  }

  .t04_right_arrow {
    left: -65%;
    top: -480px;
  }

  .small-reverse-logo.large-down {
    display: none;
  }

  .c05-2.tech-bkg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.6))), url('../images/computer-help-bkg-blue.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.6)), url('../images/computer-help-bkg-blue.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-link-white {
    text-align: center;
  }

  .feature-text-orange {
    width: 85%;
    margin-bottom: 20px;
    text-align: left;
  }

  .feature-text-white {
    margin-left: 0px;
    text-align: left;
  }

  .fe01_card {
    width: 45%;
    min-height: 425px;
    margin-bottom: 25px;
    padding-top: 25px;
    -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;
  }

  .fe01_h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .fe01_container {
    margin-top: 0px;
  }

  .service-link {
    width: 100%;
  }

  .c01 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .c01_container.service {
    width: 100%;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .c01_title.slide {
    max-width: 100%;
  }

  .page-header {
    min-height: 240px;
    margin-top: 85px;
    padding: 20px 3%;
  }

  .page-header.business {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c03_block-2 {
    width: 100%;
    padding-top: 35px;
    padding-left: 0px;
  }

  .c03_block-2.img {
    width: 100%;
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c03_container-2 {
    -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: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c03-2 {
    padding: 40px 8%;
  }

  .c02-2 {
    padding-left: 8%;
  }

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

  .footer_column_right {
    width: 100%;
    margin-top: 40px;
  }

  .fe10_container {
    display: block;
  }

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

  .fe10 {
    padding-top: 70px;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .fe10_column_left {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .w-tab-content {
  margin-top: auto;
  }

  .tab02_tab {
    min-height: 2750px;
  }
  
  .tab02_tab.windows {
  position: relative;
  min-height: 3650px;
}

.tab02_tab.mid {
  position: relative;
  min-height: 1780px;
}
  
  .tab02_tab.small {
    min-height: 890px;
  }

  .faq01_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .t08_column {
    width: 50%;
  }

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

  .t02_slide_arrow_left {
    left: -4%;
    max-width: 25px;
  }

  .t02_slide_arrow_right {
    right: -4%;
    max-width: 25px;
  }

  .c08_feature_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c08.underline {
    padding-right: 6%;
    padding-left: 6%;
  }

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

  .col-centre {
    display: none;
  }
  .tab02_menu {
  margin-bottom:6px;
  }
  
  .cl01_logo {
    width: 30%;
  }

  .cl01_logo.two {
    width: 40%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .h09 {
    margin-top: 82px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(53%, rgba(0, 0, 0, 0.85)), to(transparent)), url('../images/it-support-for-business.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 53%, transparent), url('../images/it-support-for-business.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h09_container {
    max-width: 450px;
  }

  .h09_h1 {
    max-width: 75%;
    font-size: 28px;
    line-height: 34px;
  }

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

  .link-button.hero {
    margin-right: 0px;
  }

  .h09_link {
    margin-top: 14px;
    padding: 10px 22px;
  }

  .nav03_button {
    display: none;
  }

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

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

  .fe07_button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .fe07_images.center {
    margin-top: 0px;
  }

  .fe07_text {
    max-width: 330px;
  }

  .c03_check_wrap {
    margin-bottom: 40px;
  }

  .form01_paragraph.squeeze {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lnd_heading {
    min-height: 200px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .c02_block_image {
    width: 100%;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .c02_block {
    margin-bottom: 55px;
    padding-right: 0px;
  }

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

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

  .c02_container.full {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c08_paragraph.larger {
    text-align: center;
  }

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

  .c05_h3 {
    font-size: 38px;
    line-height: 44px;
  }

  .nav_column {
    width: 50%;
  }

  .nav04_wrap {
    padding-right: 1%;
    padding-left: 1%;
  }

  .nav_dropdown {
    margin-right: 3%;
    margin-left: 3%;
    padding-left: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav_list.pull-up.w--open {
    margin-top: 0px;
  }

  .nav04_logo {
    min-width: 261px;
  }

  .force-block {
    display: block;
  }

  .fe03_link {
    width: 100%;
  }

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

  .cl01_image {
    width: 130px;
  }

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

  .b04 {
    padding-bottom: 40px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
  }

  .c06_container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .c10_container {
    padding-right: 20px;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

  .c04_columns {
    margin-bottom: 0px;
  }

  .c04_block_right {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c04_block_right.quarter {
    width: 100%;
  }

  .c04_block {
    width: 100%;
  }

  .c04_block.three-quarter {
    width: 100%;
  }

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

  .c04_column {
    margin-bottom: 15px;
  }

  .center.squeeze {
    position: relative;
    top: -24px;
    margin-right: 20px;
    text-align: right;
  }

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

  .b06_image_featured {
    min-height: 250px;
  }

  .b06_h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .b06_card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b06_card_text {
    width: 100%;
  }

  .g01_column {
    padding: 10px;
  }

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

  .te04_avatar {
    margin-right: 0px;
  }

  .div-block-111 {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .world-img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer_column_left {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 40px;
  }

  .f10_column {
    width: 50%;
    margin-bottom: 30px;
    margin-left: -10px;
  }

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

  .footer-section {
    padding-right: 8%;
    padding-left: 8%;
  }

  .david-cta-img {
    display: none;
  }

  .david-cta-text {
    width: 85%;
  }

  .t04_slide {
    width: 100%;
  }

  .t04_right_arrow {
    left: -50%;
  }

  .heading-2 {
    line-height: 32px;
  }

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

  .col-1-home {
    margin-bottom: 80px;
    padding-right: 10px;
  }

  .column {
    padding-left: 52px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-text-orange {
    width: 100%;
    text-align: center;
  }

  .feature-text-white {
    text-align: center;
  }

  .fe01_card {
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fe01_h3 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .page-header {
    min-height: 200px;
    margin-top: 80px;
    padding: 10px 4%;
  }

  .page-header.business {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c03_block-2 {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .c03_block-2.img {
    width: 100%;
    padding-top: 0px;
  }

  .c03-2 {
    padding-right: 8%;
  }

  .c02-2 {
    padding-right: 8%;
  }

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

  .fe10 {
    padding-right: 8%;
    padding-left: 8%;
  }

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

  .tab02_content {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab02_menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab02_link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .tab02_link.w--current {
    width: 100%;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .t08_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c08.underline {
    padding-right: 6%;
    padding-left: 6%;
  }

  .c08_h3 {
    line-height: 36px;
  }
  
  .hide-small {display:none;}
  
  .cl01_logo_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cl01_image {
    width: 175px;
  }

  .cl01_image.two {
    width: 100%;
  }
  
  .cl01_logo_wrap-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cl01_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cl01_logo.two {
    width: 55%;
    margin-bottom: 20px;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media screen and (max-width: 479px) {
  .h09 {
    height: 85vh;
    margin-top: 82px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/it-support-for-business.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/it-support-for-business.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h09_container {
    max-width: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h09_h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .h09_text {
    font-size: 15px;
  }

  .h09_button_wrap {
    -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-button {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .link-button.hero {
    width: 100%;
    margin-bottom: 0px;
  }

  .h09_link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .nav03 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .fe07_h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .fe07_title {
    line-height: 20px;
    text-align: center;
  }

  .fe07_h4 {
    line-height: 30px;
  }

  .fe07_text {
    margin-bottom: 20px;
  }

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

  .form01_button {
    padding-right: 6px;
    padding-left: 6px;
  }

  .form01 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .lnd_content_h1 {
    font-size: 32px;
  }

  .lnd_details {
    font-size: 17px;
  }

  .c02_block_image {
    margin-bottom: 0px;
    padding-top: 15px;
  }

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

  .c02_container.full {
    max-width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }

  .c05_paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .c05_h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .fax-span {
    display: block;
    padding-left: 0px;
  }

  .lnd_card_title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

  .nav_column {
    width: 100%;
  }

  .nav04_wrap {
    padding-right: 2%;
    padding-left: 2%;
  }

  .nav_dropdown {
    padding-left: 6px;
  }

  .nav04_logo {
    min-width: 231px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .nav04_logo.w--current {
    margin-top: -8px;
  }

  .force-block {
    display: block;
  }

  .fe03_h2 {
    font-size: 34px;
    line-height: 38px;
  }

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

  .b04_card_text {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
  }

  .b04 {
    padding-bottom: 40px;
  }

  .c06_container {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c06_h3 {
    font-size: 38px;
    line-height: 42px;
  }

  .c10_container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .center.squeeze {
    position: static;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
  }

  .b06_image_featured {
    min-height: 175px;
  }

  .b06 {
    padding-top: 90px;
  }

  .b06_card_text_featured {
    padding: 25px 15px;
  }

  .g01_column {
    width: 100%;
  }

  .cl01_logo-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .div-block-111 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .service-image {
    width: 100%;
  }

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

  .fl {
    display: none;
  }

  .fr {
    padding-right: 10px;
    font-size: 10px;
  }

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

  .f10_column {
    width: 100%;
  }

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

  .footer-section {
    padding-right: 8%;
    padding-left: 8%;
  }

  .david-cta-text {
    width: 100%;
    margin-right: 0px;
  }

  .t04_left_arrow {
    top: -500px;
    display: none;
  }

  .t04_right_arrow {
    left: -20%;
    top: -500px;
    display: none;
  }

  .form06 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-2 {
    line-height: 32px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c05_h3-2.white {
    font-size: 32px;
    line-height: 40px;
  }

  .c05-2.tech-bkg {
    background-position: 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .c05_container-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c05_paragraph-2.white {
    font-size: 18px;
    line-height: 28px;
  }

  .subhead-white {
    text-align: center;
  }

  .text-link-white {
    font-size: 24px;
    line-height: 32px;
  }

  .feature-text-orange {
    margin-right: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .feature-text-white {
    margin-left: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .fe01_card {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .fe01_h3 {
    line-height: 30px;
  }

  .fe01_text {
    line-height: 22px;
  }

  .fe01_title {
    line-height: 22px;
  }

  .c01 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .c01_block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c01_title {
    text-align: center;
  }

  .page-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-header.business {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c03-2 {
    padding-right: 8%;
    padding-left: 8%;
  }

  .feature-h4 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .form01-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form01_input {
    width: 100%;
  }

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

  .fe10_column_right {
    width: 100%;
  }

  .fe10 {
    padding-top: 70px;
  }

  .fe10_column_left {
    position: relative;
    top: 0px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing {
    text-align: center;
  }

  .tab02_tab {
    min-height: 4960px;
  }
  
  .tab02_tab.windows {
  position: relative;
  min-height: 6570px;
}

.tab02_tab.mid {
  position: relative;
  min-height: 3300px;
}
  
  .tab02_tab.small {
    min-height: 1700px;
  }

  .tab02_content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab02_link {
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq01_block {
    min-width: auto;
    padding-left: 15px;
    -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;
  }

  .t08_column {
    width: 100%;
  }

  .t02_slide {
    height: auto;
  }

  .t02_slider {
    height: 100%;
  }

  .c08.underline {
    padding-right: 8%;
    padding-left: 8%;
  }

  .c08_h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .tab02_menu {
  margin-bottom:auto;
  }
  
  .cl01_logo {
    width: 100%;
    margin-bottom: 10px;
  }

  .cl01_logo.two {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@font-face {
  font-family: 'Icon Font';
  src: url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}