.body {
  font-family: Merriweather, serif;
  color: #34405e;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.pagewrapper {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.nav-link-drop-down {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

.nav-link-drop-down:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 10px;
  -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: rgba(100, 135, 196, 0.8);
  box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.4), 0 10px 24px 2px rgba(0, 0, 0, 0.2);
}

.dropdown-list-wrapper.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.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

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

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

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

.bg.herobg {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: contrast(108%);
  filter: contrast(108%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 35%;
  object-position: 50% 35%;
}

.bg.herobg._2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.bg.navbarlinkicon {
  left: -10px;
  top: -40%;
  right: auto;
  bottom: auto;
  display: none;
  width: 25px;
  height: 25px;
}

.bg.servicecard {
  width: 100%;
  height: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.bg.footerbg {
  top: -10%;
  width: 50%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.bg.footerbg.cover {
  opacity: 0.15;
}

.bg.footergrad {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(47%, #0d64cb));
  background-image: linear-gradient(90deg, transparent 30%, #0d64cb 47%);
}

.bg.slidecover {
  position: relative;
  width: 100%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e1eff2), to(#fff));
  background-image: linear-gradient(90deg, #e1eff2, #fff);
}

.bg.slideimagbg {
  left: 5%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 50%;
  height: 90%;
  border-radius: 0px 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.topserviceimage {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.bg.topserviceimage.personal {
  display: none;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg.topserviceimage.jobs {
  display: none;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.imagecover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.herogd {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, hsla(0, 0%, 100%, 0.36)), color-stop(35%, rgba(0, 0, 0, 0.09)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.36) 8%, rgba(0, 0, 0, 0.09) 35%);
}

.navbarlink {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 1.35vw;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #000b1d;
  font-weight: 900;
  text-shadow: 0 1px 1px #34405e;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.navbarlinkwrapper {
  position: relative;
}

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 1000px;
  background-color: #ffd103;
  -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;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  box-shadow: 0 0 3px 0 rgba(15, 43, 90, 0.9), inset 0 0 0 2px #ffd103;
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.yellowbutton.navbarbutton {
  margin-left: auto;
}

.logo {
  height: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.dropdown-list {
  top: 100%;
  background-color: transparent;
}

.dropdown-list.w--open {
  display: block;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

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

.new-item-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.trianglebutton {
  position: relative;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -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;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.trianglebutton:hover {
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 110%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 130px;
  max-width: 100vw;
  background-color: transparent;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

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

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  color: #dcffdc;
}

.dropdownlink.w--current {
  color: #fff;
}

.dropdownlink.w--current:hover {
  color: #d9efff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1316px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.container.heroc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding: 170px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.container.topcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding: 170px 0px 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  padding: 10px 19px;
  border-radius: 5px;
  background-color: #a7c43b;
  white-space: nowrap;
}

.button.navbutton {
  font-size: 1.2vw;
}

.tabletnavtabs {
  display: none;
}

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

.homes1 {
  position: relative;
  overflow: hidden;
  background-color: #0095da;
}

.div-block-13 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  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;
  grid-template-rows: auto;
}

.s1title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.s1title.shimmer {
  padding-right: 100px;
  padding-left: 100px;
}

.s1title.shimmerno {
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.top-text {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #f7fafd;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 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-17 {
  padding: 15px 20px 15px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: rgba(187, 208, 223, 0.4);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  color: #fff;
  text-decoration: none;
}

.div-block-17:hover {
  background-color: #64e55f;
}

.div-block-17.main {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #45a845;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.heading-2.sub {
  font-weight: 400;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.div-block-18 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.text-block-3 {
  margin-top: -50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgba(69, 168, 69, 0.3);
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}

.homes2 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #fff;
}

.div-block-5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.container-5 {
  z-index: 1;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.container-5._84vw.leftside {
  max-width: 1200px;
}

.div-block-19 {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._3540_2030 {
  padding-top: 35px;
  padding-bottom: 40px;
  background-color: rgba(13, 188, 231, 0.16);
}

._3540_2030.feature {
  background-color: #fff;
}

._38_22 {
  margin-top: 0px;
  color: #34405e;
  line-height: 1.3;
  text-align: center;
}

._38_22.nopadding {
  margin-bottom: 0px;
}

._38_22.nopadding.special1 {
  text-align: left;
}

._38_22.lefta {
  text-align: left;
}

._38_22.red {
  color: #45a845;
}

.paragraph {
  position: relative;
  z-index: 7;
  color: #024064;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  max-width: 80vw;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px 25px 30px;
  -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;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(188, 242, 255, 0.61);
  border-radius: 30px;
  background-color: #6487c4;
}

.image-2 {
  width: 55%;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #fff;
  font-size: 17px;
  text-align: left;
}

.featuretile {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0095da;
}

.footerwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
  margin-left: 43%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-content-block {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
  cursor: pointer;
}

.footer-content-block.first {
  margin-right: 25px;
}

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

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

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

.footer_icon {
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
}

.footerparagraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.footerparagraph.special {
  white-space: nowrap;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
}

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

.sub-footer-2 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ebebeb;
  background-color: rgba(100, 135, 196, 0.49);
}

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

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  color: #dcdcdc;
  font-size: 14px;
}

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

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

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.servicescardwrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-31 {
  display: -ms-grid;
  display: grid;
  margin-top: -3px;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymenticon {
  overflow: hidden;
  height: 34px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.38);
  -o-object-fit: cover;
  object-fit: cover;
}

.topsection {
  position: relative;
  overflow: hidden;
  background-color: #6487c4;
  background-image: none;
}

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

.slider {
  min-height: 70vh;
  background-color: #fff;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-heading {
  position: relative;
  margin-top: 0px;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.main-subheading {
  position: relative;
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.wus1 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  text-align: center;
}

.slidercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding-right: 5%;
  padding-left: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

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

.h2-2 {
  color: #08305c;
  line-height: 1.3;
  font-weight: 500;
}

.h2-2.center {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.h2-2.center.wutitle {
  margin-top: 0px;
  color: #34405e;
  font-weight: 700;
  text-align: left;
}

._24_18heading {
  color: #080e34;
  line-height: 1.3;
  text-align: center;
}

._24_18heading._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0dbce7;
  text-align: left;
}

.wusection {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}

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

.tripsection {
  z-index: 5;
  max-width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 90vw;
}

._32_25 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #37782c;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.text-span-8 {
  font-size: 22px;
  white-space: nowrap;
}

.text-span-15 {
  font-size: 16px;
  font-weight: 300;
}

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

.divider-2.padding {
  margin-top: 9px;
  margin-bottom: 13px;
}

.section_divider {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 90%;
  height: 1px;
  background-color: hsla(0, 0%, 86.3%, 0.8);
}

.section_divider._90 {
  left: 5%;
  right: 5%;
  width: 90%;
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

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

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

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

.bg-2.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: rgba(13, 188, 231, 0.47);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, 0.6);
}

.pricingsection {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
  padding-left: 0px;
}

.pricingtitle {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #34405e;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

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

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

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

.container-9 {
  z-index: 1;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.topbluesection {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e0f4f9;
}

.topbluetitle {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #34405e;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.text-span-14 {
  color: #ee2824;
}

.report_section {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: transparent;
}

._3040_2025 {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}

.servicetopcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35vh;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.servicetopwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 63px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-33.right {
  margin-left: 20%;
  border-radius: 100px 0px 0px 100px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 63px;
  padding-left: 63px;
  -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;
}

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

.list {
  margin-bottom: 0px;
}

.text-block-3-copy {
  position: absolute;
  left: 70vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgba(167, 196, 59, 0.3);
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
}

.text-block-3-copy.short {
  left: 65vw;
  color: rgba(69, 168, 69, 0.18);
}

.text-span-18 {
  color: #0dbce7;
}

.serviceleftw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.servicerightw.hide {
  display: none;
}

.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: 48px;
  min-height: 48px;
  min-width: 48px;
  -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 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

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

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

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

.paragraph-7 {
  margin-bottom: 20px;
  line-height: 1.6;
}

.jobcontent {
  position: relative;
  z-index: 2;
}

.arrow {
  display: inline-block;
}

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

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

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  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: 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;
  background-color: #f5f7fa;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #024064;
  font-size: 16px;
}

.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;
  color: #6d768d;
  text-decoration: none;
}

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

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

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

.h3.faq-title {
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 10px;
  color: #024064;
  font-size: 22px;
}

.paragraph-6 {
  margin-bottom: 15px;
  color: #024064;
  white-space: normal;
}

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
}

.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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-6 {
  margin-bottom: 3px;
  margin-left: 10px;
  color: #024064;
  font-weight: 500;
  white-space: normal;
}

._3050_2535 {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 0px;
}

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

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

.buttonlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #cdf5ff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.33);
  -webkit-transition: padding 350ms ease-out;
  transition: padding 350ms ease-out;
  color: #0095da;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.buttonhover {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -5%;
  display: block;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.buttonhover.right {
  left: auto;
  top: auto;
  right: -11%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.buttonhover.left {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.post-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 28vw;
  max-width: 100%;
}

.post-wrapper:hover {
  position: relative;
  z-index: 10;
}

.post-author-blurb {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.post-title {
  display: block;
  width: 80%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.post-image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 450px;
  background-image: url('../images/wheelchairvan.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-image._2 {
  background-image: url('../images/wheelchairvan71.jpg');
}

.post-image._1 {
  background-image: url('../images/wheelchairvan.png');
}

.post-catergory-link {
  position: absolute;
  left: 47px;
  z-index: 20;
  display: inline-block;
  margin-bottom: 7px;
  padding: 47px 7px 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #45a845;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.post-catergory-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.post-author-row {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.post-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 85px 45px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.post-overlay:hover {
  background-color: rgba(0, 11, 29, 0.05);
}

.post-author-image {
  position: relative;
  z-index: 20;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  float: right;
  border-radius: 50%;
  background-image: url('../images/iconlogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.post-author-name {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.post-author-name:hover {
  text-decoration: underline;
}

.buttomlinkw {
  display: -ms-grid;
  display: grid;
  padding-top: 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: 1fr;
  grid-column-gap: 30px;
  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;
}

._36_20 {
  margin-top: 0px;
  color: #34405e;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}

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

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

.left_coner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 40px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.right_coner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 40px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.middle_coner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 40px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.middle_coner.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.homecardswrapper {
  position: relative;
  z-index: 7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1316px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-4.homecardcontainer {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

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

.homecardparag {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.homecardparag.center {
  margin-bottom: 15px;
  text-align: center;
}

.homecard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, #0dbce7, #0d64cb);
}

.homecard:hover {
  border-top: 10px solid rgba(206, 255, 204, 0.33);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#abeaab), to(#fff));
  background-image: linear-gradient(180deg, #abeaab, #fff);
  color: #000b1d;
}

.homecard.right {
  border-top-left-radius: 50px;
}

.homecard.right:hover {
  border-top-left-radius: 50px;
}

.homecard.left {
  border-top-right-radius: 50px;
}

.homecard.left:hover {
  border-top-right-radius: 50px;
}

.homecard.middle {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.homecard.middle:hover {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.spaceh {
  font-size: 1px;
}

.cardtitle {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.button-3 {
  padding-right: 19px;
  padding-left: 19px;
  border-radius: 5px;
  background-color: #a7c43b;
  text-decoration: none;
  white-space: nowrap;
}

.button-3.navbutton {
  font-size: 1.2vw;
}

.homecardcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cardsposition {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, #0dbce7, #0d64cb);
  -webkit-transition: background-color 350ms ease, all 350ms ease;
  transition: background-color 350ms ease, all 350ms ease;
  color: #f0fef0;
}

.cardsposition:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(72%, #fff)), -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, transparent 64%, #fff 72%), linear-gradient(180deg, #0dbce7, #0d64cb);
}

.spacebreak {
  font-size: 1px;
}

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

.list-item-4 {
  font-size: 17px;
  text-align: left;
}

._32_25-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #263d8f;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

._32_25-2.special {
  margin-bottom: 0px;
  padding-right: 10px;
  color: #148ae9;
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
}

.mapcontentwrapper {
  display: -ms-grid;
  display: grid;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
}

.faq-icon-wrapper.sub {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 0px;
  box-shadow: 0 3px 8px 0 rgba(31, 36, 50, 0.2);
}

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  -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: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 16px;
  background-color: #6487c4;
}

.faq-icon-2.sub {
  min-height: 16px;
}

.citylist {
  padding-left: 20px;
}

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

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

.namelistwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: rgba(252, 253, 255, 0.51);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.faq-icon-1 {
  position: absolute;
  width: 16px;
  min-height: 3px;
  background-color: #6487c4;
}

.faq-icon-1.sub {
  width: 16px;
}

.mapimage {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cardbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-top: 15px;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #a7c43b;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.cardbutton.navbutton {
  font-size: 1.2vw;
}

.spacehide {
  font-size: 1px;
}

.html-embed-3 {
  display: none;
}

.paragraph-24 {
  font-size: 17px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: -25px;
  margin-bottom: 0px;
  font-size: 16px;
}

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

@media screen and (min-width: 1440px) {
  .nav-link-drop-down {
    display: inline-block;
    margin-top: 4px;
  }

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

  .navbarlink {
    font-size: 18px;
  }

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

  .dropdownlink {
    font-size: 17px;
  }

  .div-block-14 {
    margin-bottom: 90px;
  }

  .text-block-3-copy {
    left: 80vw;
    right: -5%;
  }

  .text-block-3-copy.short {
    left: 75vw;
  }

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

  .paragraph-8 {
    line-height: 1.3;
  }

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

  .mapcontainer {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-drop-down {
    font-size: 25px;
  }

  .nav-link-drop-down.dropdown {
    width: 100%;
    text-align: center;
  }

  .dropdown-list-wrapper {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-list-wrapper.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-11 {
    display: -ms-grid;
    display: grid;
    -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: 16px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link.navcontactlink {
    font-size: 17px;
  }

  .nav-menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 3vw;
    padding: 0px;
    border-radius: 100px;
    background-color: #aabddf;
    -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:hover {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }

  .nav-menu-button.w--open {
    background-color: #6487c4;
  }

  .bg.footerbg {
    width: 100%;
  }

  .bg.footerbg.cover {
    opacity: 0.75;
  }

  .bg.footergrad {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, transparent), to(#0d64cb));
    background-image: linear-gradient(90deg, transparent 65%, #0d64cb);
  }

  .bg.slideimagbg {
    left: 0%;
    width: 55%;
  }

  .navbarlink {
    font-size: 18px;
    text-align: center;
  }

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

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

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

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

  .yellowbutton.navbarbutton {
    margin-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .dropdown-list {
    position: relative;
    top: auto;
  }

  .dropdown-list.w--open {
    -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;
  }

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

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

  .new-item-wrapper.button-mobile {
    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;
  }

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

  .trianglebutton {
    margin-right: 20px;
    margin-left: 10px;
  }

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

  .div-block-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navmenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0px;
    background-color: #6487c4;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .navbar {
    height: 90px;
  }

  .headernav {
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: 24px;
    -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;
  }

  .dropdownlink {
    padding: 5px 10px;
    font-size: 17px;
    white-space: normal;
  }

  .container.heroc {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .container.topcontainer {
    padding-top: 100px;
  }

  .button {
    text-align: center;
  }

  .button.navbutton {
    font-size: 17px;
  }

  .tabletnavtabs {
    display: -ms-grid;
    display: grid;
    margin-right: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .s1title {
    max-width: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    font-size: 40px;
  }

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

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

  .homes2 {
    padding-top: 60px;
  }

  .div-block-5 {
    grid-column-gap: 40px;
  }

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

  ._3540_2030.feature {
    padding-bottom: 60px;
  }

  ._38_22 {
    font-size: 33px;
  }

  .div-block-21 {
    padding: 20px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 20%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .featuretile {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.4;
  }

  .footer {
    margin-top: 5%;
    padding-top: 6%;
  }

  .footerwrapper {
    margin-left: 3%;
  }

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

  .footer-content-block.first {
    margin-right: 20px;
  }

  .footertitle {
    font-size: 28px;
  }

  .footerparagraph {
    font-size: 16px;
  }

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

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

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

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

  .topcontent {
    margin-bottom: 0px;
  }

  .slider {
    min-height: 450px;
  }

  .main-heading {
    font-size: 28px;
  }

  .main-subheading {
    font-size: 17px;
  }

  .wus1 {
    display: block;
  }

  .slidercontainer {
    padding-right: 0%;
  }

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

  .wusection {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wucontent {
    width: auto;
  }

  .tripsection {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingtab {
    width: 100%;
  }

  .pricingsection {
    padding-bottom: 50px;
  }

  .detailrate {
    font-size: 17px;
  }

  .topbluetitle {
    font-size: 25px;
  }

  .report_section {
    padding-top: 45px;
    padding-bottom: 50px;
  }

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

  .servicetopcontent {
    width: auto;
  }

  .servicetopwrapper {
    width: 90%;
    margin-left: 5%;
  }

  .div-block-33 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-34 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-34.right {
    padding-left: 25%;
  }

  .text-block-3-copy {
    right: -3%;
  }

  .serviceleftw {
    width: 90%;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .jobsection {
    padding-top: 50px;
  }

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

  .jobwrapper {
    width: 90%;
  }

  .paragraph-8 {
    font-size: 16px;
  }

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

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

  ._3050_2535 {
    padding-bottom: 35px;
  }

  .list-copy-2 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .buttonlink {
    text-align: center;
  }

  .post-wrapper {
    height: 38vw;
  }

  .post-title {
    width: 85%;
    font-size: 28px;
    line-height: 35px;
  }

  .post-catergory-link {
    left: 30px;
  }

  .post-author-row {
    left: 30px;
    right: 30px;
    bottom: 25px;
  }

  .post-overlay {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  ._36_20 {
    font-size: 31px;
  }

  .left_coner {
    display: none;
  }

  .homecardparag.center {
    font-size: 17px;
  }

  .homecard.left {
    display: none;
  }

  .cardtitle {
    font-size: 26px;
  }

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

  .button-3.navbutton {
    font-size: 16px;
    line-height: 1.5;
  }

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

  ._32_25-2.special {
    font-size: 18px;
    white-space: normal;
  }

  .mapcontentwrapper {
    padding-left: 0%;
  }

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

  .faq-icon-wrapper.sub {
    margin-right: -10px;
  }

  .mapcontainer {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .paragraph-22 {
    margin-top: 10px;
  }

  .namelistwrapper {
    margin-bottom: 0px;
  }

  .cardbutton {
    text-align: center;
  }

  .cardbutton.navbutton {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

  .link.navcontactlink {
    font-size: 2.5vw;
  }

  .nav-menu-button {
    background-color: #446aa7;
  }

  .bg.footerbg {
    top: -5%;
    height: 105%;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .bg.footerbg.cover {
    opacity: 0.37;
  }

  .bg.footergrad {
    left: 0%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(61%, #0550a9));
    background-image: linear-gradient(180deg, transparent 5%, #0550a9 61%);
  }

  .bg.slidecover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 239, 242, 0.91)), to(#fff));
    background-image: linear-gradient(180deg, rgba(225, 239, 242, 0.91), #fff);
  }

  .bg.slideimagbg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50vw;
    border-radius: 0px;
  }

  .navbarlink {
    font-size: 17px;
  }

  .yellowbutton.navbarbutton {
    display: none;
  }

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

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

  .new-item-wrapper.button-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trianglebutton {
    display: none;
  }

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

  .navbar {
    height: 90px;
  }

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

  .dropdownlink {
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .container.heroc {
    padding-bottom: 15vw;
  }

  .button {
    font-size: 15px;
    line-height: 1.2;
  }

  .tabletnavtabs {
    display: none;
  }

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

  .s1title {
    font-size: 35px;
  }

  .s1title.shimmer {
    width: 120vw;
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .s1title.shimmerno {
    width: 120vw;
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .div-block-17 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .text-block-3 {
    margin-top: 0px;
    font-size: 80px;
  }

  .homes2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    width: 85%;
    grid-column-gap: 30px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

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

  ._3540_2030.feature {
    padding-bottom: 40px;
  }

  ._38_22 {
    font-size: 28px;
  }

  ._38_22.maptitle {
    margin-bottom: 0px;
  }

  .div-block-20 {
    max-width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
    grid-row-gap: 10px;
  }

  .div-block-21 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 100px;
    margin-right: 0px;
  }

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

  .featuretile {
    text-align: center;
  }

  .footer {
    margin-top: 8%;
    padding-top: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footerwrapper {
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-block.first {
    margin-right: 0px;
    margin-bottom: 5vw;
  }

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

  .footertitle.nopadding {
    margin-bottom: 0px;
  }

  .footeritemwrapper {
    margin-bottom: 7px;
  }

  .footer_icon {
    height: 19px;
    margin-top: 5px;
  }

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

  .div-block-31 {
    margin-top: 0px;
  }

  .slider {
    height: auto;
    min-height: 0px;
  }

  .main-heading {
    font-size: 25px;
  }

  .wus1 {
    padding-top: 0px;
  }

  .slide {
    padding-top: 25vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slidercontainer {
    height: auto;
    max-width: 75vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 45px;
    padding-left: 0px;
  }

  .h2-2 {
    font-size: 25px;
  }

  .h2-2.center {
    font-size: 35px;
  }

  .h2-2.center.wutitle {
    font-size: 35px;
  }

  .wucontent {
    width: 100%;
  }

  .tripsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .div-block-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-15 {
    font-size: 15px;
  }

  .detailrates {
    padding-bottom: 35px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .container-9 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .topbluetitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .report_section {
    padding-top: 30px;
  }

  .servicetopcontent {
    width: 100%;
  }

  .div-block-33 {
    padding-right: 41px;
    padding-left: 41px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .div-block-33.right {
    margin-left: 10%;
  }

  .div-block-34 {
    padding-right: 41px;
    padding-left: 41px;
  }

  .div-block-34.right {
    padding-right: 3%;
    padding-left: 20%;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-3-copy {
    right: 0%;
    margin-top: 0px;
    font-size: 80px;
  }

  .serviceleftw {
    width: 93%;
  }

  .dropdowniconwrapper {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .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-bottom: 50px;
  }

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

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

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

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

  .list-copy-2 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .buttonlink {
    font-size: 16px;
    line-height: 1.2;
  }

  .post-wrapper {
    height: 300px;
  }

  .buttomlinkw {
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._36_20 {
    font-size: 26px;
  }

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

  .left_coner {
    display: none;
  }

  .middle_coner {
    display: none;
  }

  .middle_coner.left {
    display: block;
  }

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

  .homecardparag {
    font-size: 2.3vw;
  }

  .homecardparag.center {
    font-size: 16px;
  }

  .cardtitle {
    font-size: 22px;
  }

  .button-3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .button-3.navbutton {
    font-size: 15px;
    line-height: 1.4;
  }

  ._34_22 {
    font-size: 25px;
  }

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

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

  .mapcontentwrapper {
    width: 90%;
    max-width: 500px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapcontainer {
    max-width: 90%;
    justify-items: center;
    grid-row-gap: 15px;
  }

  .mapimage {
    max-width: 450px;
  }

  .cardbutton {
    font-size: 15px;
    line-height: 1.2;
  }

  .cardbutton.navbutton {
    font-size: 15px;
    line-height: 1.4;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-top: -18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 17px;
  }

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

  .link.navcontactlink {
    font-size: 3vw;
  }

  .bg.servicecard {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 45px;
  }

  .bg.slidecover {
    padding: 25px;
  }

  .navbarlink {
    font-size: 15.5px;
    text-align: center;
  }

  .yellowbutton {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3.8vw;
  }

  .new-item-wrapper.button-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .headernav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-container {
    padding-left: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdownlink {
    font-size: 14px;
    text-align: center;
    white-space: normal;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.heroc {
    padding-top: 80px;
  }

  .container.topcontainer {
    padding-top: 90px;
    padding-bottom: 15px;
  }

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

  .s1title {
    font-size: 28px;
  }

  .s1title.shimmer {
    width: 140vw;
    padding-right: 22vw;
    padding-left: 22vw;
  }

  .s1title.shimmerno {
    width: 140vw;
    padding-right: 22vw;
    padding-left: 22vw;
  }

  .top-text {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .div-block-17 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 0px;
    background-color: rgba(65, 104, 172, 0.91);
  }

  .div-block-17.main {
    display: none;
    text-align: center;
  }

  .heading-2.sub {
    text-align: center;
  }

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

  .text-block-3 {
    font-size: 65px;
  }

  .homes2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }

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

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

  ._3540_2030 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  ._38_22 {
    margin-bottom: 6px;
    font-size: 22px;
  }

  ._38_22.jobtitle {
    text-align: left;
  }

  .div-block-21 {
    border-width: 8px;
  }

  .image-2 {
    width: 40%;
  }

  .featuretile {
    margin-top: 15px;
    font-size: 18px;
  }

  .footerwrapper {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .footertitle {
    font-size: 28px;
  }

  .footer_icon {
    margin-top: 1px;
  }

  .footerparagraph {
    font-size: 15px;
  }

  .footerparagraph.special {
    white-space: normal;
  }

  .subfooterwrapper {
    height: auto;
  }

  .subfootertext {
    font-size: 13px;
  }

  .div-block-31 {
    grid-column-gap: 2vw;
  }

  .paymenticon {
    max-width: 18vw;
  }

  .main-heading {
    font-size: 22px;
  }

  .main-subheading {
    font-size: 16px;
  }

  .slidercontainer {
    max-width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .h2-2 {
    font-size: 22px;
  }

  .h2-2.center {
    font-size: 27px;
  }

  .h2-2.center.wutitle {
    font-size: 27px;
  }

  ._24_18heading {
    font-size: 20px;
  }

  .wusection {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .tripsection {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .formcontainer {
    max-width: 93vw;
    border-radius: 10px;
  }

  ._32_25 {
    font-size: 25px;
  }

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

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

  .text-span-15 {
    font-size: 14px;
  }

  .pricingtab {
    width: 100%;
  }

  .detailrates {
    padding-bottom: 30px;
  }

  .bg-2.pricing {
    border-radius: 15px;
  }

  .pricingsection {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .pricingtitle {
    margin-top: 25px;
    font-size: 20px;
  }

  .detailrate {
    font-size: 16px;
  }

  .container-9 {
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
  }

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

  .topbluetitle {
    font-size: 20px;
  }

  .report_section {
    padding-top: 30px;
  }

  ._3040_2025 {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .servicetopwrapper {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .div-block-33 {
    width: 390px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-33.right {
    padding-left: 20px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .div-block-34 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-block-34.right {
    padding-right: 10px;
  }

  .text-block-3-copy {
    font-size: 70px;
  }

  .serviceleftw {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .jobsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .jobwrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

  .h3.faq-title {
    margin-top: 5px;
    font-size: 20px;
  }

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

  .text-block-6 {
    margin-left: 5px;
  }

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

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

  .buttonlink {
    margin-right: 5px;
    margin-left: 5px;
  }

  .post-author-blurb {
    display: none;
    font-size: 11px;
    line-height: 15px;
  }

  .post-title {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .post-image._1 {
    background-position: 35% 50%;
  }

  .post-catergory-link {
    left: 25px;
    padding-top: 25px;
    letter-spacing: 0px;
  }

  .post-author-row {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }

  .post-overlay {
    padding: 71px 25px 25px;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .post-author-name {
    margin-top: -2px;
    font-size: 14px;
  }

  .paragraph-23 {
    margin-top: 5px;
  }

  .buttomlinkw {
    grid-row-gap: 10px;
  }

  ._36_20 {
    margin-bottom: 0px;
    font-size: 20px;
  }

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

  .right_coner {
    display: none;
  }

  .middle_coner.left {
    display: none;
  }

  .homecardswrapper {
    margin-bottom: 0px;
  }

  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .homecardparag {
    font-size: 14px;
    white-space: nowrap;
  }

  .homecard {
    padding: 10px 5px 20px;
    background-color: #446aa7;
    background-image: none;
  }

  .homecard:hover {
    border-top-color: #007fe0;
  }

  .homecard.right {
    margin-top: -20px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#20a0dc), to(#446aae));
    background-image: linear-gradient(180deg, #20a0dc, #446aae);
  }

  .homecard.right:hover {
    border-top-right-radius: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefed3), to(#fff));
    background-image: linear-gradient(180deg, #fefed3, #fff);
  }

  .homecard.middle {
    padding-bottom: 20px;
    background-color: #20a0dc;
  }

  .cardtitle {
    margin-top: 15px;
    font-size: 20px;
  }

  .cardsposition {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #20a0dc;
    background-image: none;
  }

  .cardsposition:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(72%, #fff));
    background-image: linear-gradient(180deg, transparent 64%, #fff 72%);
  }

  ._34_22 {
    font-size: 22px;
  }

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

  .list-item-4 {
    font-size: 15px;
  }

  ._32_25-2 {
    font-size: 25px;
  }

  ._32_25-2.special {
    font-size: 17px;
  }

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

  .namelisttitle {
    margin-bottom: 7px;
  }

  .faq-icon-wrapper {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .faq-icon-wrapper.sub {
    width: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .mapcontainer {
    max-width: 85vw;
    grid-row-gap: 10px;
  }

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

  .citylist {
    padding-left: 15px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    width: 100%;
  }

  .namelistwrapper {
    padding-top: 7px;
    padding-right: 18px;
    padding-left: 18px;
  }

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

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

#w-node-_8780644d-cb5e-b03a-de0c-f2ccc7041372-4a19a6b9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8780644d-cb5e-b03a-de0c-f2ccc70413b9-4a19a6b9 {
  -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-_551650a7-124f-0be7-feb3-23182d8ba814-4a19a6b9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-a9788ffb-da00-f019-e2aa-81d0815b4fbf-362c97de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_86200012-8e96-5e49-23a5-5ab71b67f12a-362c97de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-0119a6bc {
  -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-_8d023795-feca-672d-50af-5b4a497eb5e3-0119a6bc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b66eda7f-16bf-a234-0d29-118725432b66-0119a6bc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb609-0119a6bc {
  -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-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-0119a6bc {
  -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-_6e2b3b17-8c1e-12b4-fc99-aa3aa6c88fcf-0119a6bc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-7419a6bf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6fa9e474-cb63-e2df-d01a-c07c9302f11d-1319a6c1 {
  -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;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-7b0afb98 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-f785121f-2ede-6b76-d0c4-82ced33acf38-4a19a6b9 {
    -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-afd4e73b-3a51-57ef-5754-ff4ac49617fb-4a19a6b9 {
    -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-_8780644d-cb5e-b03a-de0c-f2ccc704136e-4a19a6b9 {
    -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-_8780644d-cb5e-b03a-de0c-f2ccc7041371-4a19a6b9 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c05cc527-09b9-7b56-a7e7-873425a0e4a5-4a19a6b9 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8780644d-cb5e-b03a-de0c-f2ccc70413b9-4a19a6b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_551650a7-124f-0be7-feb3-23182d8ba814-4a19a6b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-0119a6bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb609-0119a6bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-0119a6bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

