.homesection1 {
  position: relative;
  overflow: hidden;
  margin-bottom: -5px;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.bannerc {
  max-width: none;
  background-color: #003ba0;
}

.top-text {
  color: #0dbdf5;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #6c6c6c;
  line-height: 1.2;
  font-weight: 400;
}

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

.body {
  font-family: Lato, sans-serif;
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.nav-link-drop-down {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
  cursor: pointer;
}

.header-arrow {
  display: none;
}

.herowrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 90vh;
  padding-bottom: 22vw;
  -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: #fff;
  text-align: center;
}

.servicecontent {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbartop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  max-width: 100%;
  min-width: 100%;
  padding: 5px 2%;
  -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;
  background-color: #283891;
}

.navtop-paragraph {
  margin-bottom: -2px;
  color: #fff;
  font-size: 15px;
}

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

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 3px;
  border-bottom: 1px none #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

.footermenu.first {
  padding-top: 0px;
}

.footermenu.small {
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 14.5px;
  font-weight: 400;
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  text-decoration: none;
}

.footertitle.w--current {
  color: #000;
  font-weight: 500;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.footerlink.w--current {
  color: #000;
  font-weight: 500;
}

.sub-footer-2 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  background-color: hsla(10, 0%, 100%, 0.3);
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 22vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_icon {
  width: 20px;
  margin-top: 2.5px;
  margin-right: 12px;
}

.footerparagraph {
  margin-bottom: 14px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.footerparagraph.link {
  margin-bottom: 0px;
}

.footerparagraph.payment {
  margin-bottom: 0px;
}

.footermain {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 3%;
  padding-left: 2%;
  -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;
}

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.link-4 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #dcdcdc;
  text-decoration: underline;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  overflow: visible;
  height: 90px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 46px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.new-item-wrapper {
  margin-right: 0.5vw;
  margin-left: 2vw;
}

.new-item-wrapper.button-mobile {
  display: none;
}

.navmenu {
  background-color: transparent;
}

.logo {
  position: relative;
  height: 40%;
}

.logo.icon {
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-list {
  position: absolute;
  left: auto;
  top: 100%;
  right: auto;
  display: none;
}

.dropdown-list.w--open {
  position: absolute;
  right: -150px;
  display: block;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 9px 0 rgba(9, 7, 24, 0.05), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
}

.dropdown-list.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.navbarlink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #080e34;
  font-size: 1.35vw;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #003ba0;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #ad1115;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: #174266;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#0b6a94));
  background-image: linear-gradient(90deg, transparent, #0b6a94);
}

.navbar_line {
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #192947;
}

.navbarlinkwrapper {
  overflow: hidden;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.image {
  width: 100%;
  height: 100%;
}

.bg.image.herobgi {
  position: relative;
  height: 90%;
  background-image: url('../images/wheelchairvan54.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.bg.topsectionbg {
  width: 100vw;
  padding-bottom: 0px;
  background-image: linear-gradient(235deg, #278ac0, #196dad);
}

.bg.herobg {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 46, 111, 0.79)), to(rgba(8, 46, 111, 0.79)));
  background-image: linear-gradient(180deg, rgba(8, 46, 111, 0.79), rgba(8, 46, 111, 0.79));
}

.bg.bannerbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 13, 22, 0.6)), to(rgba(0, 13, 22, 0.6))), url('../images/road35.png');
  background-image: linear-gradient(180deg, rgba(0, 13, 22, 0.6), rgba(0, 13, 22, 0.6)), url('../images/road35.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg.blackg {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bg.footerbg {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-filter: blur(2px) saturate(92%) brightness(61%);
  filter: blur(2px) saturate(92%) brightness(61%);
}

._24_18heading {
  margin-top: 0px;
  color: #080e34;
  line-height: 1.3;
}

._24_18heading._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b8cbeb;
  text-align: center;
}

.topsectioncontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0px 45px;
  -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;
}

.topsectiontitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.separate {
  display: inline-block;
}

.section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.infowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.infowrapper.mobile {
  display: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.serviceblock {
  position: relative;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.servicetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buttoncircle {
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.buttoncircle:hover {
  background-color: #ad1115;
}

.servicepg {
  margin-bottom: 10px;
}

.servicepg.bottomp {
  margin-bottom: 5px;
}

.dropdown-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: minmax(280px, 1fr);
  grid-template-columns: minmax(280px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.21);
}

.dropdown-list-wrapper-2.w--open {
  right: -150px;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 9px 0 rgba(9, 7, 24, 0.05), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  line-height: 1em;
}

.dropdown-list-wrapper-2.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.div-block-55 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdownlink-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 23px 12px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #283891;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink-2:hover {
  background-color: #1857c2;
  color: #fff;
}

.navbarlinkwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 15px 5px;
  -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;
}

.navbarlinkclick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.nav-link-drop-down-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-drop-down-2.dropdown:hover {
  font-style: normal;
}

.spaceblock {
  font-size: 4.5px;
}

.div-block-56 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-56.sub {
  width: 60vw;
}

.pagewrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 100vw;
}

._25_20 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  white-space: pre;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topsectionwrapper {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  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;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymenticon {
  overflow: hidden;
  height: 28px;
  margin-top: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.27);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.div-block-65-copy {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topsection {
  position: relative;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  margin-top: 10px;
}

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 90vw;
  padding-top: 37px;
  padding-bottom: 34px;
  background-color: #fff;
}

._34_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #081d28;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
}

._34_22.maptitle {
  text-align: left;
}

._34_22.left {
  text-align: left;
}

._34_22.dc {
  margin-top: 10px;
  color: #fff;
}

._34_22.dc1 {
  color: #ffff7e;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ratetag {
  margin-bottom: 0px;
  color: #f9f9f9;
  text-align: center;
}

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 25px 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;
}

.pricingtitle {
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #080e34;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  -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-style: solid;
  border-width: 0.5px;
  border-color: #dcdcdc;
  border-radius: 3px;
}

.bluebuuton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  background-color: rgba(58, 135, 254, 0.9);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bluebuuton:hover {
  background-color: #3a87fe;
  -webkit-transform: scale3d(1, 1, 5);
  transform: scale3d(1, 1, 5);
}

.ratewrapper {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px 0px;
  background-color: #f79944;
}

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

.bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #105d98;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px #29a5dc;
}

.pricingcontentwrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.pricingsection {
  z-index: 2;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 80px;
}

.detailrate {
  margin-bottom: 0px;
  text-align: center;
}

.detailrate.sub {
  font-size: 17px;
}

.paragraph-18 {
  max-width: 800px;
  margin-bottom: 0px;
  font-size: 16px;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #c3ceda;
}

.divider-2.padding {
  margin-top: 5px;
  margin-bottom: 14px;
}

.list-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mapsection {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}

.mapcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 84%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapblur {
  position: absolute;
  left: 1%;
  top: 0.5%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 92.5%;
  height: 77%;
  border-radius: 1000px;
  background-color: hsla(0, 0%, 100%, 0.67);
}

.paragraph-20 {
  margin-bottom: 20px;
  text-align: left;
}

.list-item-2 {
  margin-bottom: 0px;
}

.div-block-35 {
  position: absolute;
  left: 6%;
  top: 0.9%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 93%;
  height: 60.9%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
}

.div-block-35.mapblur {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.42);
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  height: 48.904vw;
  max-height: 596.022px;
  max-width: 390px;
  -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-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-36 {
  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;
}

.imagewrapper {
  position: relative;
  width: 30vw;
  height: 20vw;
  max-height: 333px;
  max-width: 500px;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image1 {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-21 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}

.space {
  font-size: 10px;
}

.navtopc {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-66 {
  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;
}

.backtop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 30;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #000;
  background-image: url('../images/arrow_1arrow.png');
  background-position: 50% 50%;
  background-size: 40% 43%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.backtop:hover {
  background-color: #30c0f0;
}

.paragraph-22 {
  color: #ced7e4;
  font-size: 20px;
}

.featureswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featureicon {
  width: 60px;
  max-width: none;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.featureicon.sub {
  width: 65px;
}

.heroft {
  position: relative;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dcdcdc;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.heroft.sub {
  font-weight: 600;
}

.navdropdowndivider {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #472ecd;
}

.homeserviceswrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.homeservicecontentwrapper {
  position: relative;
  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;
}

._5070_3550 {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
}

.link-blue {
  display: inline-block;
  margin-top: 18px;
  color: #283891;
  text-decoration: none;
}

._45_27 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #08305c;
  font-size: 45px;
  line-height: 1.3;
}

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

.container-5 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
}

.container-5._84vw {
  padding-right: 8vw;
  padding-left: 8vw;
}

.container-5.footerc {
  display: -ms-grid;
  display: grid;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-5.homes1c {
  padding-right: 0px;
  padding-left: 0px;
}

.container-5.homes1c {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_divider {
  position: absolute;
  left: 8%;
  top: 0%;
  right: 8%;
  bottom: auto;
  width: 84%;
  height: 1px;
  background-color: #dcdcdc;
}

.list-2 {
  display: -ms-grid;
  display: grid;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #ad1115;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-left: 20px;
}

.belowtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}

.link-block-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px #f79944;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f79944;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2.navbarl {
  width: 130px;
  height: 45px;
  margin-left: 2vw;
  font-size: 16px;
  line-height: 1.5;
}

.link-block-2.navbarl.mobile {
  display: none;
}

.link-block-2._150sub {
  width: 150px;
  height: 45px;
}

.buttonbg {
  position: absolute;
  width: 0%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29a5dc), to(#105d98));
  background-image: linear-gradient(180deg, #29a5dc, #105d98);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0;
}

.text-block {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.text-block.sub {
  font-size: 16px;
}

._5070_3040 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 70px;
}

.servicetp {
  width: 90%;
  margin-top: 55px;
  margin-bottom: 45px;
  color: #081d28;
  text-align: center;
}

.servicebannerw {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.sbp {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

.div-block-67 {
  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;
}

.guranteeswrapper {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.guranteewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 13px;
  -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: 1000px;
  background-color: #472ecd;
  -webkit-transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
}

.guranteetitle {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

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

.divider {
  width: 2px;
  height: 13px;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.cublock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cutitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.image-2 {
  max-width: 95%;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

._4590_2540 {
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 90px;
}

.div-block-68 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  width: 400px;
  height: 300px;
  max-height: 45vw;
  max-width: 85vw;
  margin-bottom: 20px;
}

.div-block-64-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-10 {
  white-space: nowrap;
}

.paragraph-sub {
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.image-4 {
  width: 30vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-66-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
}


.help-text {
  padding-left: 12px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 500;
  white-space: nowrap;
}

.c-help-open-nav {
  position: relative;
  display: block;
  overflow: hidden;
}

.b-help-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#283891), to(#3297ff));
  background-image: linear-gradient(0deg, #283891, #3297ff);
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  position: absolute;
  display: none;
  opacity: 0;
}

._w-help-btn {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 5000px;
  background-color: rgba(19, 19, 19, 0.1);
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.c-help-btn {
  padding-top: 2.5px;
  padding-right: 10px;
  padding-bottom: 2.5px;
  text-align: right;
}

.c-help-btn.first {
  padding-top: 0px;
}

.help-icon {
  z-index: 500;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.help-icon.small {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.c-faq-btn {
  position: relative;
  padding: 10px;
  text-align: right;
}

.c-help-text {
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.help {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  overflow: hidden;
}

.c-help-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.list-item-3 {
  font-size: 17px;
}

.bluedivider {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #dc7832;
}

.div-block-78 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-83 {
  width: 80vw;
}

.paragraph-25 {
  margin-bottom: 0px;
  line-height: 1.6;
  text-align: center;
}

.div-block-63 {
  width: 85vw;
  padding: 30px 20px;
}

.contactp {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.div-block-84 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.culink {
  color: #29a5dc;
  text-decoration: none;
}

.text-span-19 {
  color: #34ccff;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-9 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.parallexwrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bottom01 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 0.76;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom03 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom04 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom05 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-2 {
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
  background-color: #283891;
}

.image-6 {
  position: relative;
  display: block;
  width: 200px;
  margin-bottom: 26px;
  -webkit-filter: saturate(186%);
  filter: saturate(186%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.text-span-21 {
  white-space: nowrap;
}

.link-8 {
  color: #dc7832;
}

.text-span-22 {
  text-transform: uppercase;
}

.text-span-23 {
  display: inline-block;
  margin-top: 10px;
}

.div-divider {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 90%;
  height: 1px;
  background-color: #dcdcdc;
}

.div-block-85 {
  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;
}

._3070_4040 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  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;
}

.servicepg-copy {
  margin-bottom: 10px;
}

.text-span-24 {
  color: #dc7832;
  font-weight: 700;
}

._34_28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 34px;
  line-height: 1.2;
  text-transform: capitalize;
}

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

.paragraph-6 {
  margin-bottom: 15px;
}

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 2px 10px -5px rgba(0, 31, 61, 0.32);
}

.dropdowncontent-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
}

.h3-2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #120850;
  font-size: 24px;
  line-height: 1.4;
}

.h3-2.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08305c;
  font-size: 22px;
}

.line-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #283891;
}

.formwrapperwop {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 85vw;
  margin-top: 35px;
}

.jobcontentwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jobsection {
  padding-top: 80px;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 2px 10px -5px rgba(0, 31, 61, 0.32);
  cursor: pointer;
}

.jobcontent {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.div-block-8 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.jobcomtent {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.paragraph-19 {
  margin-bottom: 0px;
  font-size: 16px;
}

.list-4 {
  margin-left: 10px;
  padding-left: 30px;
}

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-decoration: none;
}

.text-block-9 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 17px;
}

.arrow {
  display: inline-block;
}

.paragraph-26 {
  margin-top: 10px;
  margin-bottom: 35px;
  line-height: 1.6;
  text-align: center;
}

.line-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #283891;
}

.paragraph-1 {
  max-width: 800px;
  margin-bottom: 10px;
  font-size: 17px;
}

.div-block-86 {
  height: 20px;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socialmlink {
  overflow: hidden;
  height: 28px;
  margin-top: 4px;
  margin-right: 7px;
  margin-bottom: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.27);
}

.image-7 {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1440px) {
  .navtop-paragraph {
    font-size: 16px;
  }

  .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

  .navbarlink {
    font-size: 18px;
  }

  .dropdown-list-wrapper-2:hover {
    font-style: normal;
    font-weight: 400;
  }

  .nav-link-drop-down-2 {
    display: inline-block;
    line-height: 1em;
  }

  .mapcontainer {
    max-width: 75%;
  }

  ._4590_2540 {
    padding-bottom: 120px;
  }

  .list-4 {
    margin-top: 7px;
  }

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
  }
}

@media screen and (max-width: 991px) {
  .homesection1 {
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-text {
    margin-bottom: 5px;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #081d28;
  }

  .nav-link-drop-down {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #081d28;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

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

  .hearder-button-line-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #081d28;
  }

  .herowrapper {
    width: 90%;
    padding-bottom: 25vw;
  }

  .navtop-paragraph {
    font-size: 13.5px;
  }

  .footertitle {
    font-size: 35px;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .nav-menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 0px;
    border-radius: 1000px;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-button.w--open {
    background-color: transparent;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navmenu {
    position: absolute;
    overflow: hidden;
    max-height: 75vh;
    max-width: 75%;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #e8edf5;
    box-shadow: 0 7px 9px -1px rgba(0, 0, 0, 0.12);
  }

  .dropdown-list {
    position: relative;
    top: 0%;
  }

  .dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 15px;
    padding: 25px 10px;
    -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;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    min-height: 18px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .navbarlink {
    font-size: 17px;
  }

  .navbar_line {
    display: none;
  }

  .navbarlinkwrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .bg.footerbg {
    left: auto;
    right: auto;
    width: auto;
    max-width: none;
    min-height: 60%;
    min-width: 100%;
  }

  ._24_18heading {
    font-size: 22px;
  }

  .hero-title {
    font-size: 35px;
  }

  .infowrapper {
    padding-right: 0px;
    grid-column-gap: 20px;
  }

  .dropdown-list-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-list-wrapper-2.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -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;
  }

  .div-block-55 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdownlink-2 {
    padding-top: 7px;
    padding-bottom: 5px;
    color: #000;
    font-size: 15.5px;
  }

  .dropdownlink-2:hover {
    background-color: transparent;
    color: #283891;
  }

  .navbarlinkwrapper-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-drop-down-2 {
    font-size: 25px;
  }

  .nav-link-drop-down-2.dropdown {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-56 {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-56.sub {
    width: 75vw;
  }

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

  .topsection {
    position: relative;
  }

  ._34_22 {
    font-size: 30px;
  }

  ._34_22.maptitle {
    text-align: center;
  }

  .pricingtitle {
    margin-top: 32px;
  }

  .pricingsection {
    padding-bottom: 60px;
  }

  .list-copy {
    display: none;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mapsection {
    padding-bottom: 60px;
  }

  .mapcontainer {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapwrapper {
    width: 55vw;
    height: 84.054vw;
  }

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

  .imagewrapper {
    width: 70vw;
    height: 40vw;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .featureicon.sub {
    width: 60px;
  }

  .heroft {
    font-size: 19px;
  }

  .navdropdowndivider {
    display: none;
  }

  .homeserviceswrapper {
    padding-right: 0px;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .div-block-2 {
    margin-bottom: 0px;
  }

  ._45_27 {
    font-size: 37px;
  }

  .container-5.footerc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .list-2 {
    margin-top: 10px;
    padding-left: 20px;
  }

  .paragraph-10 {
    padding-left: 20px;
  }

  .link-block-2.navbarl {
    margin-right: 30px;
    margin-left: 0vw;
  }

  ._5070_3040 {
    padding-bottom: 60px;
  }

  .paragraph-23 {
    margin-bottom: 20px;
  }

  .servicetp {
    margin-bottom: 40px;
  }

  .servicebannerw {
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
  }

  .div-block-67 {
    -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;
  }

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

  .guranteetitle {
    margin-bottom: 5px;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 1.5;
  }

  ._4590_2540 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .image-4 {
    width: 35vw;
  }

  .div-block-84 {
    width: 90%;
  }

  .div-block-1 {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

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

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .jobsection {
    padding-top: 70px;
  }

  .div-block-8 {
    width: 90%;
  }

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

  .jobdescriptiondropdownwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .servicecontent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbartop {
    height: 57px;
  }

  .navtop-paragraph {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .navtop-paragraph.special {
    margin-top: 4px;
    font-size: 14px;
  }

  .footermenu {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .footertitle {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .sub-footer-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footerparagraph {
    font-size: 17px;
  }

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

  .subfooterwrapper {
    height: auto;
  }

  .footeritemwrapper {
    margin-bottom: 4px;
  }

  .navbar {
    height: 80px;
    margin-top: 57px;
  }

  .new-item-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navmenu {
    max-height: 65vh;
  }

  .dropdown-list.w--open {
    margin-top: 8px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .headernav {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand {
    padding-left: 0px;
  }

  .button {
    font-size: 16px;
  }

  .navbar_line {
    height: 2.4px;
  }

  .bg.image.herobgi {
    height: 100%;
  }

  ._24_18heading {
    margin-top: 0px;
    font-size: 20px;
  }

  ._24_18heading._3 {
    text-align: center;
  }

  .topsectiontitle {
    margin-top: 0px;
    font-size: 25px;
  }

  .infowrapper {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .infowrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .servicetop {
    margin-bottom: 15px;
  }

  .buttoncircle {
    font-size: 16px;
  }

  .servicepg {
    padding-left: 5px;
  }

  .dropdown-list-wrapper-2.w--open {
    margin-left: 0px;
    text-align: left;
  }

  .div-block-55 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-drop-down-2.dropdown {
    background-color: transparent;
  }

  .spaceblock {
    font-size: 3px;
  }

  .div-block-56 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._25_20 {
    font-size: 23px;
  }

  .div-block-61 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .formcontainer {
    max-width: 93vw;
    padding-top: 27px;
    padding-right: 5px;
    padding-bottom: 22px;
  }

  ._34_22 {
    font-size: 25px;
  }

  .div-block-7 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricingsection {
    padding-top: 45px;
  }

  .divider-2 {
    height: 0.7px;
  }

  .mapsection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .mapcontainer {
    grid-row-gap: 20px;
  }

  .paragraph-20 {
    margin-bottom: 10px;
  }

  .mapwrapper {
    width: 70vw;
    height: 106.978vw;
    max-height: 519.609px;
    max-width: 340px;
  }

  .imagewrapper {
    height: 40vw;
  }

  .navtopc {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-66 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .backtop {
    right: 17px;
    bottom: 17px;
  }

  .paragraph-22 {
    font-size: 18px;
    line-height: 1.5;
  }

  .featureicon.sub {
    width: 55px;
  }

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

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

  .link-blue {
    margin-top: 10px;
  }

  ._45_27 {
    font-size: 33px;
  }

  ._45_27.center {
    font-size: 35px;
  }

  .container-5.footerc {
    max-width: 620px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .list-2 {
    margin-bottom: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-2 {
    font-size: 16px;
  }

  .link-block-2.navbarl {
    margin-right: 3vw;
  }

  .text-block {
    font-size: 17px;
  }

  ._5070_3040 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .servicetp {
    width: 95%;
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .servicebannerw {
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 3vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .servicebannerw.lefta {
    justify-items: start;
    text-align: left;
  }

  .guranteeswrapper {
    max-width: none;
  }

  .itemiconwrapper {
    width: 70px;
    height: 70px;
    padding: 10px;
  }

  .divider {
    width: 1px;
  }

  .cublock {
    padding-top: 10px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .cutitlewrapper {
    margin-bottom: 5px;
  }

  ._4590_2540 {
    padding-top: 35px;
  }

  .div-block-66-copy {
    margin-left: 0px;
  }

  .bluedivider {
    margin-bottom: 5px;
  }

  .div-block-83 {
    width: 90vw;
  }

  .div-block-63 {
    width: 90vw;
  }

  .paragraph-9 {
    font-size: 17px;
  }

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

  .section-2 {
    padding-bottom: 45px;
  }

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

  .div-block-1 {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .servicepg-copy {
    padding-left: 5px;
  }

  ._34_28 {
    font-size: 32px;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .jobwrapper {
    width: 100%;
  }

  .h3-2 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .h3-2.faq-title {
    margin-right: 50px;
  }

  .formwrapperwop {
    width: 90vw;
    margin-top: 40px;
  }

  .jobcontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .jobsection {
    padding-top: 50px;
  }

  .list-4 {
    padding-left: 25px;
  }

  .paragraph-26 {
    margin-bottom: 25px;
  }

  .paragraph-1 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .top-text {
    font-size: 16px;
  }

  .body {
    font-size: 17px;
    line-height: 1.5;
  }

  .navbartop {
    height: 97px;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }

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

  .navtop-paragraph.special {
    font-size: 13.7px;
    line-height: 1.4;
  }

  .footermenu {
    font-size: 16px;
  }

  .footermenu.small {
    font-size: 15px;
  }

  .footertitle {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .footerlink {
    white-space: normal;
  }

  .sub-footer-2 {
    margin-top: 30px;
  }

  .footer-content-block {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer_icon {
    width: 17px;
    margin-top: 1px;
  }

  .footerparagraph {
    font-size: 15.5px;
  }

  .footermain {
    padding-top: 40px;
  }

  .nav-container {
    max-width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subfootertext {
    font-size: 13px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .navbar {
    height: 70px;
    margin-top: 97px;
  }

  .nav-menu-button {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .new-item-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .new-item-wrapper.button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navmenu {
    max-height: 88vh;
    max-width: 90%;
    margin-top: -5px;
  }

  .navbuttonicons {
    width: 25px;
  }

  .brand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .button {
    margin-bottom: 0px;
  }

  .navbarlinkwrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .bg.footerbg {
    min-height: 5%;
  }

  ._24_18heading {
    font-size: 18px;
  }

  .topsectioncontent {
    width: 100%;
    padding-bottom: 35px;
  }

  .section {
    position: relative;
    z-index: 3;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

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

  .servicepg {
    padding-left: 0px;
  }

  .dropdown-list-wrapper-2.w--open {
    padding-top: 30px;
  }

  .dropdownlink-2 {
    padding: 5px 6vw 2px;
    white-space: normal;
  }

  .div-block-56 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-56.sub {
    margin-top: 30px;
  }

  ._25_20 {
    font-size: 18px;
  }

  .div-block-31 {
    grid-auto-columns: 1fr;
  }

  .paymenticon {
    max-width: 18vw;
  }

  .formcontainer {
    padding-top: 19px;
    padding-bottom: 15px;
  }

  ._34_22 {
    font-size: 22px;
  }

  ._34_22.maptitle {
    text-align: center;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricingtitle {
    margin-top: 28px;
    font-size: 22px;
  }

  .bluebuuton {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ratewrapper {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricingsection {
    padding-bottom: 40px;
  }

  .detailrate {
    font-size: 16px;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .list-copy {
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapcontainer {
    grid-row-gap: 15px;
  }

  .paragraph-20 {
    margin-bottom: 5px;
  }

  .mapwrapper {
    width: 80vw;
    height: 122.261vw;
  }

  .imagewrapper {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }

  .space {
    font-size: 7px;
  }

  .navtopc {
    height: auto;
  }

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

  .backtop {
    width: 40px;
    height: 40px;
  }

  .featureicon {
    width: 25vw;
    max-width: 60px;
    margin-bottom: 5px;
  }

  .featureicon.sub {
    width: 17vw;
    max-width: 55px;
  }

  .heroft {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .homeserviceswrapper {
    padding-top: 17px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  ._5070_3550 {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  ._45_27 {
    font-size: 27px;
  }

  ._45_27.center {
    font-size: 27px;
  }

  .container-5 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .container-5.footerc {
    max-width: 400px;
  }

  .button-2 {
    margin-bottom: 0px;
  }

  .belowtitle {
    font-weight: 600;
  }

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

  .link-block-2.navbarl.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  ._5070_3040 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .servicebannerw {
    justify-items: start;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sbp {
    text-align: left;
  }

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

  .guranteewrapper {
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-2 {
    text-align: left;
  }

  .divider {
    display: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-2 {
    max-width: 90%;
  }

  ._4590_2540 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .paragraph-sub {
    font-size: 14px;
  }

  .image-4 {
    width: 70vw;
  }

  .bluedivider {
    margin-top: 10px;
  }

  .div-block-83 {
    width: 92vw;
  }

  .div-block-63 {
    width: 93vw;
    padding: 20px 15px;
  }

  .text-span-19 {
    font-size: 18px;
  }

  .section-2 {
    padding-bottom: 35px;
  }

  .image-6 {
    width: 150px;
  }

  ._3070_4040 {
    padding-bottom: 30px;
  }

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

  .servicepg-copy {
    padding-left: 0px;
  }

  ._34_28 {
    font-size: 28px;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .jobdescriptionwrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .h3-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3-2.faq-title {
    height: 40px;
    font-size: 20px;
  }

  .line-icon-2 {
    min-height: 15px;
  }

  .formwrapperwop {
    width: 95vw;
  }

  .jobcontentwrapper {
    grid-row-gap: 5px;
  }

  .dropdowniconwrapper {
    top: 7px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .div-block-8 {
    grid-row-gap: 15px;
  }

  .list-4 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 20px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .text-block-9 {
    margin-left: 5px;
    font-size: 16.5px;
  }

  .line-icon-1 {
    width: 15px;
  }

  .paragraph-1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .socialmlink {
    max-width: 18vw;
  }
}

#w-node-ea1cbe3a-9703-1a35-599b-2cc44f22527b-d51d4da6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea1cbe3a-9703-1a35-599b-2cc44f225280-d51d4da6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea1cbe3a-9703-1a35-599b-2cc44f2252a2-d51d4da6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a2a3d9f3-1b77-da27-edab-6124092cca46-297b2046 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#contact.w-node-de73fcea-2757-e618-7ce2-9ee5297b2068-297b2046 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee7f-1d1d4da7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee83-1d1d4da7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a9248c6f-c78d-e65d-ab9f-cca9bff677b4-db1d4db5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41a3db4d-02c4-5f2c-8fa5-09fd6a69b81a-db1d4db5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c156f2fa-d696-06e5-f36f-1bfab3a097d2-db1d4db5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c897c4f1-068e-7b8c-33be-71ff78e6bdc0-971d4db7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f22527b-d51d4da6 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f225280-d51d4da6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f2252a2-d51d4da6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a2a3d9f3-1b77-da27-edab-6124092cca46-297b2046 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee7f-1d1d4da7 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c156f2fa-d696-06e5-f36f-1bfab3a097d2-db1d4db5 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f22527b-d51d4da6 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f225280-d51d4da6 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ea1cbe3a-9703-1a35-599b-2cc44f2252a2-d51d4da6 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a2a3d9f3-1b77-da27-edab-6124092cca46-297b2046 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de73fcea-2757-e618-7ce2-9ee5297b2059-297b2046 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #contact.w-node-de73fcea-2757-e618-7ce2-9ee5297b2068-297b2046 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b6fcfa8b-c10c-366d-86ff-1c97b16f854d-b16f8521 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee7f-1d1d4da7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee83-1d1d4da7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a9248c6f-c78d-e65d-ab9f-cca9bff677b4-db1d4db5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c156f2fa-d696-06e5-f36f-1bfab3a097d2-db1d4db5 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_530ceb61-4c43-dca7-7716-3f23badebb19-971d4db7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_530ceb61-4c43-dca7-7716-3f23badebb35-971d4db7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e397169-80e8-96b7-c4c5-cbe745de5be2-971d4db7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16d7a2f6-9ef2-8bb3-37a5-262628b4ee7f-1d1d4da7 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c156f2fa-d696-06e5-f36f-1bfab3a097d2-db1d4db5 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

