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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  position: static;
  display: block;
  width: 100%;
  height: 80px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  background-color: transparent;
  text-align: center;
}

.nav-container {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 990px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: static;
  display: block;
  width: 100%;
  height: 600px;
  margin-top: 0px;
  padding-top: 60px;
  float: none;
  clear: none;
  -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: transparent;
  background-image: url('../images/hero-bg.png');
  background-position: 0px 50%;
  background-size: 100% 350px;
  background-repeat: no-repeat;
  text-align: center;
}

.hero-wrap {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.services-section {
  display: block;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/services-bg.png');
  background-position: 100% 100%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.wrap-1 {
  display: block;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 10px 15px;
  padding: 0px 0px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.subhead-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-3 {
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  height: 100%;
  padding-top: 36px;
  color: #fff;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 3px solid #fff;
}

.nav-link.w--current {
  height: 100%;
  padding-top: 36px;
  border-bottom: 5px solid #fff;
  color: #fff;
}

.nav-link.w--current:hover {
  border-bottom: 5px solid #fff;
}

.hero-left {
  position: relative;
  display: inline-block;
  -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;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #3b79c3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  color: #000;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/serving-bg_03.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.19;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.column-1-title {
  margin-bottom: 20px;
}

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

.right-2 {
  width: 50%;
  padding: 50px 20px;
  text-align: left;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34363b;
  color: #fff;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: #111;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  text-align: left;
}

.column-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-3 {
  text-align: left;
}

.subhead-3 {
  margin-bottom: 40px;
  text-align: left;
}

.column-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  margin-top: 30px;
}

.heading-5 {
  text-align: left;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 18px;
  float: left;
  clear: none;
  border-left: 5px none #014d9e;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.section-title.about-title {
  border-left-style: none;
  color: #fff;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .2);
}

.caption-2 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

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

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-link {
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

.hero-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
  clear: none;
  -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-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-left: 5px solid #fff;
}

.caption-1 {
  max-width: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.caption-3 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
}

.text-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 37px;
  float: right;
  color: #fff;
  font-size: 18px;
}

.wrap {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  max-height: 350px;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-left: 25px;
  border-left: 5px none #fff;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.div-block-2 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  color: #014d9e;
}

.serving-div {
  height: 75px;
  background-image: url('../images/serving-bg_03.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.serving-section {
  overflow: visible;
  margin-top: -36px;
  text-align: center;
}

.text-block-3 {
  padding-top: 9px;
  color: #014d9e;
  font-size: 16px;
  text-align: center;
}

.text-block-3.white-text {
  padding-top: 16px;
  color: #fff;
}

.section-title-div {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  float: none;
  clear: none;
  border-left: 5px solid #014d9e;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  margin-top: 0px;
  padding-bottom: 14px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #39f;
  background-image: url('../images/repair.gif');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.div-block-5.business {
  background-color: #e43535;
  background-image: url('../images/business.gif');
}

.div-block-5.solutions {
  background-color: #7f7e7e;
  background-image: url('../images/solutions.gif');
}

.heading-7 {
  margin-top: 14px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-4 {
  margin-top: -3px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.list-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/green-check.gif');
  background-position: 0px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  text-align: left;
}

.list-item-2 {
  margin-bottom: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/green-check.gif');
  background-position: 0px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  text-align: left;
}

.unordered-list {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.list-item-3 {
  margin-bottom: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/green-check.gif');
  background-position: 0px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  text-align: left;
}

.list-item-4 {
  margin-bottom: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/green-check.gif');
  background-position: 0px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  text-align: left;
}

.div-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -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;
  text-align: center;
}

.div-block-7 {
  display: block;
  width: 100%;
  max-width: 990px;
  padding-top: 50px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .29);
  background-color: #fff;
}

.text-block-5 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  display: none;
}

.column-4 {
  position: static;
  left: 0px;
  top: 0px;
  padding-top: 86px;
  padding-bottom: 0px;
}

.div-block-8 {
  display: none;
  width: 5px;
  height: 25px;
  float: left;
  clear: none;
  background-color: #044fa0;
}

.about-section {
  background-color: #014d9e;
  background-image: url('../images/about-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.paragraph-6 {
  margin-top: 20px;
  color: #fff;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/contact-bg.png');
  background-position: 100% 0px;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.contact-left-div {
  width: 47%;
  height: 650px;
  margin-top: 30px;
  padding: 50px 40px;
  float: left;
  background-image: url('../images/contact-form-bg.png'), -webkit-linear-gradient(270deg, #9e0000, #9e0000);
  background-image: url('../images/contact-form-bg.png'), linear-gradient(180deg, #9e0000, #9e0000);
  background-position: 100% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.contact-right-div {
  width: 47%;
  height: 650px;
  margin-top: 30px;
  padding: 25px 40px 40px;
  float: right;
  background-image: url('../images/contact-info-bg.png'), -webkit-linear-gradient(270deg, #014d9e, #014d9e);
  background-image: url('../images/contact-info-bg.png'), linear-gradient(180deg, #014d9e, #014d9e);
  background-position: 0px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

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

.field-label {
  font-weight: 400;
}

.field-label-2 {
  margin-top: 15px;
}

.field-label-3 {
  margin-top: 15px;
  font-weight: 400;
}

.submit-button {
  width: 100px;
  margin-top: 20px;
  background-image: -webkit-linear-gradient(270deg, #00b000, #00b000);
  background-image: linear-gradient(180deg, #00b000, #00b000);
  letter-spacing: 2px;
}

.div-block-9 {
  display: block;
  height: 500px;
  max-width: 1300px;
  float: none;
  background-image: url('../images/about-bg_1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-8 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

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

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

.div-block-10 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.link-block {
  margin-left: 23px;
}

.scroll-nav {
  position: fixed;
  display: block;
  width: 100%;
  border-bottom: 1px none #014d9e;
  background-image: -webkit-linear-gradient(270deg, #014d9e, #0a6dd6), -webkit-linear-gradient(270deg, #014d9e, #014d9e);
  background-image: linear-gradient(180deg, #014d9e, #0a6dd6), linear-gradient(180deg, #014d9e, #014d9e);
}

.container-2 {
  display: block;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
}

.nav-link-2:hover {
  padding-top: 18px;
  border-top: 2px solid #fff;
}

.nav-link-2.w--current {
  padding-top: 18px;
  border-top: 2px solid #fff;
  border-bottom: 2px none #39f;
  color: #fff;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
}

.nav-link-3:hover {
  padding-top: 18px;
  border-top: 2px solid #fff;
}

.nav-link-3.w--current {
  padding-top: 18px;
  border-top: 2px solid #fff;
  border-bottom: 1px none #000;
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
}

.nav-link-4:hover {
  padding-top: 18px;
  border-top: 2px solid #fff;
}

.nav-link-4.w--current {
  padding-top: 18px;
  border-top: 2px solid #fff;
  color: #fff;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 1px;
}

.nav-link-5:hover {
  padding-top: 18px;
  border-top: 2px solid #fff;
}

.nav-link-5.w--current {
  border-top: 2px solid #39f;
  color: #fff;
}

.container-3 {
  overflow: hidden;
  margin-top: -56px;
}

.serving-div-wrap {
  display: inline-block;
  overflow: hidden;
  width: 700px;
}

.div-block-11 {
  border-left: 5px none #fff;
}

.row-2 {
  height: 100%;
}

.column-5 {
  background-image: url('../images/about-bg.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.div-block-12 {
  position: relative;
  display: block;
  height: 50px;
  margin-bottom: -47px;
  border-left: 5px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #014d9e, #014d9e);
  background-image: linear-gradient(180deg, #014d9e, #014d9e);
}

.div-block-13 {
  display: block;
  width: 100%;
  height: 60px;
  background-image: none;
}

.image-2 {
  display: block;
}

.image-3 {
  display: none;
}

.image-4 {
  display: none;
}

.brand {
  padding-top: 3px;
  padding-bottom: 3px;
}

.image-6 {
  display: none;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="slide-right-on-load-1"] {
  -webkit-transform: translate(-900px, 0px);
  -ms-transform: translate(-900px, 0px);
  transform: translate(-900px, 0px);
}

html.w-mod-js *[data-ix="slide-right-on-load-2"] {
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="slide-right-on-load-3"] {
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="full-height-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="slide-right-on-scroll-1"] {
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
    margin-top: 0px;
    padding-top: 78px;
    background-color: #014d9e;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    height: 75px;
    padding-top: 25px;
    padding-bottom: 21px;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-style: none;
  }
  .logos-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-wrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-title {
    letter-spacing: 1px;
  }
  .text-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .heading-6 {
    font-size: 30px;
  }
  .text-block-5 {
    font-size: 18px;
    text-align: left;
  }
  .menu-button {
    z-index: 2000;
    display: none;
    margin-top: 7px;
    margin-right: 15px;
    padding: 10px;
    border: 1px none #023f81;
    background-color: #014d9e;
  }
  .menu-button.w--open {
    border: 1px solid #023f81;
    background-color: #2e8aec;
  }
  .column-4 {
    padding-top: 40px;
  }
  .about-section {
    height: 100%;
    background-image: url('../images/about-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-left-div {
    width: 48%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-right-div {
    width: 48%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-9 {
    height: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-10 {
    padding: 20px;
  }
  .link-block {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .scroll-nav {
    display: block;
  }
  .nav-menu-2 {
    padding-top: 51px;
    padding-bottom: 52px;
    border-top: 1px none #000;
    background-color: #014d9e;
  }
  .nav-link-2 {
    margin-bottom: 19px;
    border-top: 1px none #000;
    text-align: center;
  }
  .nav-link-2:hover {
    border-top-style: none;
  }
  .nav-link-2:active {
    border-top-style: none;
  }
  .nav-link-2:focus {
    border-top: 1px none #000;
  }
  .nav-link-2.w--current {
    border-top-style: none;
  }
  .nav-link-2.mobile-nav-link:hover {
    border-style: solid none none;
    border-top-color: #014d9e;
  }
  .nav-link-2.mobile-nav-link:focus {
    border-bottom: 2px solid #000;
  }
  .nav-link-3 {
    margin-bottom: 22px;
    text-align: center;
  }
  .nav-link-3:hover {
    border-top-style: none;
  }
  .nav-link-3:active {
    border-top-style: none;
  }
  .nav-link-3.w--current {
    border-style: none;
  }
  .nav-link-3.mobile-nav-link:hover {
    border-top-style: solid;
    border-top-color: #014d9e;
  }
  .nav-link-4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .nav-link-4:hover {
    border-top-style: none;
  }
  .nav-link-4:active {
    border-top-style: none;
  }
  .nav-link-4.w--current {
    border-top: 1px none #000;
  }
  .nav-link-4.mobile-nav-link:hover {
    border-top-style: solid;
    border-top-color: #014d9e;
  }
  .nav-link-5 {
    margin-bottom: 21px;
    border-style: none;
    text-align: center;
  }
  .nav-link-5:hover {
    border-style: none;
  }
  .nav-link-5:active {
    border-style: none;
  }
  .nav-link-5:focus {
    border-style: none;
  }
  .nav-link-5.mobile-nav-link {
    border-style: none;
  }
  .nav-link-5.mobile-nav-link:hover {
    border-style: solid none none;
    border-top-color: #014d9e;
  }
  .image-2 {
    margin-left: 10px;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    display: none;
    width: 40%;
    float: right;
  }
  .image-5 {
    text-align: left;
  }
  .menu-button-2 {
    margin-top: 5px;
    padding: 5px;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #023f81;
    border-right-width: 1px;
    border-right-color: #023f81;
    border-left-width: 1px;
    border-left-color: #023f81;
    background-color: #014d9e;
  }
  .menu-button-2.w--open {
    margin-top: 7px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #023c7a #023c7a #000;
    background-color: #014d9e;
  }
  .icon-2 {
    display: none;
  }
  .icon-3 {
    display: none;
  }
  .image-6 {
    display: inline-block;
    width: 40%;
    margin-top: -75px;
    float: right;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: auto;
  }
  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services-section {
    padding-top: 50px;
  }
  .wrap-1 {
    text-align: center;
  }
  .hero-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .right-1 {
    width: 100%;
  }
  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-top-wrap {
    width: 95%;
  }
  .heading-3 {
    text-align: center;
  }
  .subhead-3 {
    text-align: center;
  }
  .section-title {
    letter-spacing: 1px;
  }
  .footer-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-link {
    margin-left: 25px;
  }
  .hero-right {
    width: 100%;
    margin-top: -42px;
    margin-bottom: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .heading-6 {
    font-size: 36px;
  }
  .serving-div {
    width: 96%;
    height: 80px;
    margin-top: -39px;
    margin-left: 10px;
    border: 2px solid #39f;
    background-image: url('../images/serving-bg_03.png');
    background-position: 50% 50%;
  }
  .serving-section {
    margin-top: 0px;
    text-align: center;
  }
  .text-block-3 {
    font-size: 14px;
  }
  .section-title-div {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-5 {
    text-align: left;
  }
  .about-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraph-6 {
    margin-top: 10px;
    clear: both;
  }
  .contact-left-div {
    display: inline-block;
    width: 100%;
    height: 681px;
  }
  .contact-right-div {
    width: 100%;
    float: left;
  }
  .container {
    text-align: left;
  }
  .scroll-nav {
    display: block;
  }
  .container-3 {
    margin-top: 0px;
  }
  .serving-div-wrap {
    overflow: visible;
    width: 100%;
    margin-left: 0px;
  }
  .div-block-12 {
    display: none;
  }
  .div-block-13 {
    display: none;
  }
  .image-4 {
    display: none;
    width: 100%;
  }
  .menu-button-2 {
    margin-right: 20px;
  }
  .image-6 {
    display: inline-block;
    width: 100%;
    padding-right: 67px;
    padding-left: 68px;
    float: none;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav {
    height: 70px;
  }
  .logo {
    max-width: 75%;
    padding-left: 0px;
  }
  .footer-top-wrap {
    padding-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2 {
    width: 100%;
  }
  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-right {
    margin-top: -30px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .paragraph-5 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .heading-6 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .serving-div {
    width: 95%;
    height: 110px;
    margin-top: -54px;
    margin-left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    border: 2px solid #39f;
    background-image: url('../images/serving-bg_03.png');
    background-position: 50% 50%;
    background-size: cover;
    color: #fdfdfd;
    text-align: left;
  }
  .text-block-3 {
    padding-top: 5px;
    color: #014d9e;
  }
  .text-block-3.white-text {
    padding-top: 20px;
    color: #fff;
    font-weight: 400;
  }
  .row {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .text-block-5 {
    text-align: center;
  }
  .column-3 {
    display: block;
    margin-top: 29px;
    font-size: 18px;
    line-height: 20px;
  }
  .menu-button {
    margin-right: 5px;
    padding: 0px;
  }
  .about-container {
    padding-top: 50px;
  }
  .paragraph-6 {
    margin-top: 10px;
  }
  .contact-left-div {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-right-div {
    width: 100%;
  }
  .submit-button {
    width: 100px;
    letter-spacing: 2px;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .scroll-nav {
    display: block;
  }
  .image-2 {
    height: 70px;
    max-width: 100%;
    margin-left: 10px;
  }
  .column-7 {
    padding-right: 10px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .menu-button-2 {
    margin-right: 10px;
  }
  .image-6 {
    margin-top: -30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  
}

