:root {
  --white-smoke: whitesmoke;
  --black: black;
  --white: white;
  --dark-slate-blue: #025492;
  --white-2: #f5f5f573;
  --shadow: #011a2c59;
  --deep-sky-blue: #39a2db;
  --white-smoke-2: #f4f7fd;
  --light-blue: #d8e3e7;
  --light-blue-2: #cbe8f8;
  --ghost-white: #737373;
}

p {
  margin-bottom: .625rem;
}

.body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Anek Malayalam, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.body.white {
  background-color: var(--white);
}

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

.pagewrapper.non {
  overflow: visible;
}

.nav-link-drop-down {
  color: #6d768d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

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

.nav-link-drop-down.dropdown {
  margin-top: 0;
  display: block;
  position: relative;
}

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

.bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.bg.servicecard {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

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

.bg.footerbg {
  opacity: .24;
  filter: blur(3px);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.bg.herogd {
  z-index: 1;
  background-image: linear-gradient(to right, #d8e3e7cc 18%, var(--white-smoke) 77%, var(--white));
}

.bg.herobg {
  filter: contrast(108%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.navbarlinkwrapper {
  position: relative;
}

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  align-self: center;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  transform: scale3d(.96, .96, 5);
  box-shadow: 0 0 3px #0f2b5ae6, inset 0 0 0 2px #ffd103;
}

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

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

.trianglebutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  transition: background-color .3s, transform .3s;
  position: relative;
}

.trianglebutton:hover {
  transform: scale3d(.96, .96, 5);
}

.navbar3 {
  z-index: 999;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 130px;
  transition: height .3s, background-color .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.footerc {
  max-width: none;
}

.container.heroc {
  z-index: 5;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 45vw;
  max-width: none;
  margin-left: 6vw;
  padding-top: 9rem;
  padding-bottom: 7rem;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  align-self: center;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.footer {
  background-color: var(--dark-slate-blue);
  display: flex;
  position: relative;
}

.sub-footer {
  z-index: 4;
  box-shadow: 0 -1px 0 0 var(--white-2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.7rem;
  padding-top: .75rem;
  padding-bottom: 1.2rem;
  display: flex;
  position: relative;
}

.subfooterwrapper {
  z-index: 1;
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.subfootertext {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9375rem;
  line-height: 1.45;
  display: inline-block;
}

.subfootertext.hide {
  display: none;
}

.link-1 {
  color: var(--white-smoke);
  text-align: right;
  text-decoration: none;
  transition: color .4s;
}

.link-1:hover {
  text-decoration: underline;
}

.slide {
  text-align: center;
  padding-bottom: 0;
}

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

.divider-2.padding {
  background-color: var(--white-smoke);
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.mapsection {
  background-color: var(--white);
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-20 {
  margin-top: .5rem;
  margin-bottom: 1.2rem;
}

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.arrow {
  display: inline-block;
}

.navmenu {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  margin-left: 2rem;
  display: flex;
}

.linkbbnav {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  padding: .43rem .9rem;
  text-decoration: none;
  display: flex;
}

.linkbbnav.hide {
  display: none;
}

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow);
  border-radius: .1rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  padding: .625rem;
  display: flex;
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.navbarlink {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.4vw;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink:hover {
  color: var(--dark-slate-blue);
}

.navbarlink.navbuttonlink {
  color: var(--white-smoke-2);
  font-size: 1.3vw;
}

.navbar_line {
  background-color: #2c70af;
  width: 100%;
  height: 2.5px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.navicon {
  filter: invert();
  object-fit: contain;
  height: 1.25rem;
  margin-right: .5rem;
}

.spaceblock {
  font-size: 4.5px;
}

.navbarlinkwrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: .35rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dropdown-list {
  display: none;
  position: absolute;
  inset: 100% auto auto;
}

.dropdown-list.w--open {
  background-color: #f5f7fa;
  margin-top: 26px;
  padding: 30px 20px;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.headernav-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar {
  z-index: 50;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 5rem;
  margin-top: 2.15rem;
  margin-bottom: -7.1875rem;
  font-weight: 700;
  transition: height .3s, background-color .3s;
  position: sticky;
  top: 1.5rem;
  left: 0;
  right: 0;
}

.logoimage {
  object-fit: contain;
  flex: none;
  max-width: 20vw;
  height: 75%;
}

.navbarlinkclick {
  height: 100%;
  display: flex;
}

.nav-link-drop-down-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

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

.nav-link-drop-down-2.dropdown {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.dropdownlink-2 {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .3125rem .625rem;
  font-size: 1.35vw;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink-2:hover {
  background-color: var(--light-blue);
  color: var(--dark-slate-blue);
}

.new-item-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.new-item-wrapper.main {
  margin-left: auto;
  display: none;
}

.new-item-wrapper.main.landscape {
  margin-right: 0;
  padding-left: .7rem;
  display: flex;
}

.navcontainer {
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow);
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.title_m {
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Squada One, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.title_m.footwetitle {
  color: var(--white);
  letter-spacing: 0;
  margin-top: .32rem;
  margin-bottom: .75rem;
  font-size: 1.8rem;
}

.title_m.format1 {
  color: var(--deep-sky-blue);
}

.title_m.format2 {
  color: var(--deep-sky-blue);
  margin-bottom: .4375rem;
  font-size: 1.25rem;
}

.title_m.format3 {
  color: var(--deep-sky-blue);
}

.div-block-47 {
  position: relative;
}

.para_s {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.para_s.arrow {
  color: #0000;
  background-color: #ffffff4d;
  background-image: url('../images/icon_heart1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-height: 2.5rem;
  margin-left: auto;
  padding-top: .2rem;
  font-size: .85rem;
  display: flex;
}

.para_s.linkp {
  white-space: nowrap;
  width: 100%;
  padding: .55rem 1.07rem;
  display: flex;
}

.para_s.linkp.sub {
  display: flex;
}

.para_s.bp2 {
  margin-bottom: .8rem;
}

.para_s.bp1 {
  margin-bottom: .2rem;
}

.para_s.format1 {
  color: var(--black);
  line-height: 1.6;
  text-decoration: none;
  transition: color .25s;
}

.para_s.format1:hover {
  color: var(--dark-slate-blue);
}

.para_s.format2 {
  margin-top: .4rem;
  line-height: 1.45;
}

.para_s.feep1 {
  margin-bottom: .625rem;
}

.para_s.feep2 {
  margin-top: -1.5625rem;
  font-size: 1rem;
}

.para_s.format3 {
  margin-top: 1.5rem;
  margin-left: .7rem;
  margin-right: .7rem;
  font-style: italic;
}

.button {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 1rem;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.button:hover {
  background-color: var(--deep-sky-blue);
  filter: brightness(105%);
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 17rem;
  display: flex;
  position: relative;
}

._8999 {
  grid-column-gap: 3.5vw;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-22 {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.paragraph-22.last {
  margin-top: .5rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.origin {
  object-position: 50% 30%;
  background-image: url('../images/aboutus_1.jpeg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
}

.image.auimage {
  background-image: url('../images/LRvan1.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.imagewrapper {
  width: 50%;
  overflow: hidden;
}

.imagewrapper.left {
  flex: none;
  width: 30vw;
  height: 100%;
  position: relative;
}

.section_l {
  padding-top: 5rem;
  padding-bottom: 5.55rem;
  position: relative;
}

.section_l.sepcial1 {
  overflow: visible;
}

.section_l.formsection {
  padding-bottom: 0;
}

.section_l.format1 {
  padding-top: 0;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  margin-top: -2.5rem;
  padding-bottom: 1.25rem;
}

.trformcontainer {
  z-index: 5;
  background-color: var(--white);
  box-shadow: 0 1px 20px -8px var(--shadow);
  border-radius: .1rem;
  width: 92vw;
  padding: 1.9rem .65rem;
  position: relative;
  overflow: hidden;
}

.title_s {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.title_s.dc1, .title_s.herotitles {
  color: var(--black);
}

.link-6 {
  color: var(--white-smoke);
  text-decoration: none;
  transition: color .4s;
}

.link-6:hover {
  color: var(--white);
}

.footer-text {
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: .3rem;
  font-size: 1.07rem;
  line-height: 1.4;
}

.footer-text.payment {
  margin-bottom: 0;
}

.footer-text.title {
  margin-bottom: .1rem;
}

.footercontentwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 18vw;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-38-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: 35vw;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
}

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

.div-block-42 {
  justify-content: space-between;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.auimagewrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 1px 3px 0 var(--shadow);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: -10%;
  padding: 1.55rem 1.75rem 1.75rem;
  display: grid;
  position: sticky;
  top: 0;
}

.top {
  padding-top: 6.8rem;
}

.div-block-41-copy {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-41-copy.hide {
  display: none;
}

.bg-2 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-2.pricing {
  background-color: var(--white-smoke);
  background-color: #fff;
  border: 10px solid #659a00;
  box-shadow: inset 0 0 1px 1px #6487c499;
}

.div-block-26 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.serviceblock {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-51 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.servicecontent {
  transform-origin: 0 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.1rem;
  display: flex;
}

.whyusblock {
  grid-column-gap: 3vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 1.25rem;
  margin-bottom: 1.3rem;
  display: grid;
}

.iconwrapper {
  flex: none;
  width: 4.2rem;
  height: 4.2rem;
  margin-top: -1rem;
  margin-bottom: 1.3rem;
  position: relative;
}

.wucard {
  background-color: var(--light-blue-2);
  box-shadow: 0 1px 3px 0 var(--shadow);
  transform-origin: 50% 100%;
  color: var(--black);
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 3rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1.8rem 1.7rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.paragraph-28 {
  margin-top: .625rem;
  margin-bottom: 1.2rem;
}

.title_xl {
  letter-spacing: .05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Squada One, sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}

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

.servicenav {
  z-index: 10;
  flex: none;
  position: sticky;
  top: 140px;
}

.servicetag {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15.5rem;
  padding: 1.45rem 1.45rem 1.45rem 1.5rem;
  display: grid;
}

.linkbb-2 {
  color: #000b1d;
  text-transform: uppercase;
  background-color: #69b9ff;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

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

._20_18-2 {
  color: #0e6dad;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 1.3;
}

.div-block-43 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.text-span-18 {
  color: #659a00;
  font-size: 1.18rem;
}

.div-block-55 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1.875rem;
  display: grid;
}

.pricingtab-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detailrates-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0 2.2rem 1.875rem;
  display: flex;
}

.text-span-15 {
  font-size: 1rem;
  font-weight: 400;
}

.detailrate {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.detailrate.sub {
  font-size: 1.15rem;
}

.text-span-8 {
  font-size: 1.5rem;
}

.pricingtitle {
  z-index: 1;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.55rem;
  padding-right: 2.55rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.3;
}

.ratewrapper-2 {
  z-index: 1;
  background-color: var(--light-blue);
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  padding: 1.15rem;
}

.paragraph-25 {
  margin-top: .3125rem;
  margin-bottom: 0;
}

.jobheader {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.list-2 {
  margin-left: .625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

.footercontent {
  z-index: 1;
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.div-block-31 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.paymenticon {
  box-shadow: 1px 1px 3px 0 var(--shadow);
  object-fit: cover;
  border-radius: 5px;
  height: 1.7rem;
  margin-top: .35rem;
  margin-right: .45rem;
  overflow: hidden;
}

.list-item-3 {
  font-size: 1.18rem;
  list-style-type: disc;
}

.no-lp-list {
  margin-top: .4375rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.no-lp-list.format1 {
  margin-top: 0;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: -4%;
}

.text-block-8 {
  z-index: 49;
  color: var(--dark-slate-blue);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  min-width: 95%;
  max-width: 95%;
  height: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1px;
  font-size: .9rem;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.divider, .iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.footerbgwrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph-29 {
  margin-top: .625rem;
}

.space_m {
  height: 1.25rem;
}

.paragraph-31 {
  text-align: center;
  margin-top: .2rem;
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

.text-content-wrapper {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

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

.jobcomtent {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span-26 {
  color: #ff3737;
}

.list-item-4 {
  background-image: url('../images/icon_bullet1.png');
  background-position: 0 9.5px;
  background-repeat: no-repeat;
  background-size: auto .5rem;
  padding-left: 1.3rem;
  font-size: 1.18rem;
}

.text-span-27 {
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-58 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-60 {
  margin-top: 1.25rem;
}

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

.text-block-12 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

.paragraph-35 {
  margin-bottom: .9375rem;
}

.dropdowniconwrapper {
  background-color: var(--white);
  box-shadow: 0 1px 3px -1px var(--shadow);
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
}

.formwrapper {
  z-index: 2;
  background-color: #fff;
  min-width: 100%;
  margin-top: .8rem;
  position: relative;
}

.jobdescriptionwrapper {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

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

.h3-2.faq-title {
  color: var(--black);
  align-items: center;
  height: 2.8125rem;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

.line-icon-1 {
  background-color: var(--dark-slate-blue);
  width: 3px;
  min-height: 1.125rem;
  position: absolute;
}

.dropdowncontent {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.line-icon-2 {
  background-color: var(--dark-slate-blue);
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

.paragraph-27 {
  margin-bottom: 0;
  font-size: 1rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.link-9 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.text-span-28 {
  display: none;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 0;
}

.link-10 {
  color: var(--deep-sky-blue);
  white-space: nowrap;
}

.div-block-4 {
  margin-top: 2rem;
}

.servicecard {
  background-color: #fff;
  border: 1px solid #2c210126;
  border-top-left-radius: 2.1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 2rem;
  transition: box-shadow .35s;
  display: flex;
  position: relative;
}

.servicecard:hover {
  box-shadow: 0 0 30px -10px var(--shadow);
}

.topcontentwrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.button-no-arrow {
  background-color: var(--light-blue);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: .5rem 1.25rem;
  text-decoration: none;
  transition: background-color .3s ease-in;
  display: flex;
  position: relative;
}

.button-no-arrow:hover {
  background-color: var(--deep-sky-blue);
}

.titleline {
  background-color: #2c210159;
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 1.875rem;
}

.titleline.nopadding {
  min-width: 3rem;
}

.image-12 {
  object-fit: cover;
  border-top-left-radius: .8rem;
  width: 73%;
  height: 15vw;
  margin-bottom: 1.5rem;
}

.servicecardswrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1.25rem;
  display: grid;
}

.slider-2 {
  background-color: #0000;
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  display: none;
}

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

.main-button {
  background-color: var(--deep-sky-blue);
  color: #fff;
  white-space: nowrap;
  border-radius: 500rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  text-decoration: none;
  transition: text-shadow .35s, background-color .4s;
  display: flex;
}

.main-button:hover {
  background-color: var(--dark-slate-blue);
}

.main-button.dc1 {
  background-color: var(--dark-slate-blue);
  border-radius: 0;
}

.main-button.dc1:hover {
  background-color: var(--deep-sky-blue);
}

.herotitle {
  z-index: 2;
  transform-origin: 0%;
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .3125rem;
  font-family: Squada One, sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.herotitle.animate-charcter {
  white-space: nowrap;
  margin-top: 0;
}

.herotitle.sub {
  letter-spacing: 0;
  font-size: 2.4rem;
  line-height: 1;
}

.herotitle.sub.animate-charcter {
  font-size: 3.6rem;
}

.div-block-67 {
  grid-column-gap: 1rem;
  grid-row-gap: .85rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.homes1 {
  position: relative;
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.div-block-68 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .625rem;
  font-weight: 700;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5vh;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.div-block-69 {
  flex-flow: wrap;
  display: flex;
}

.right-arrow {
  display: none;
}

.link-11 {
  background-image: linear-gradient(to right, var(--deep-sky-blue), var(--dark-slate-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.navigation {
  width: 100%;
  position: absolute;
  inset: -8.2rem 0% auto;
}

.herocar {
  z-index: 2;
  object-fit: contain;
  width: 52%;
  position: absolute;
  bottom: 17%;
  left: auto;
  right: 5%;
}

.herodec-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  position: absolute;
  inset: 28% 12% auto auto;
}

.herodec-wrapper._2 {
  inset: auto auto 15% 52%;
}

.image-13 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-14 {
  object-fit: contain;
  width: 45%;
  margin-bottom: 12%;
  position: relative;
}

.navdropdown-placehoder {
  display: none;
}

.div-block-70 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.mapcontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 84vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.mapcontentwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.mapwrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  max-width: 27rem;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.div-block-71 {
  border-radius: 1000px;
  flex: none;
  width: 86.9%;
  height: 66%;
  display: none;
  position: absolute;
  inset: .7% auto auto 1%;
  overflow: hidden;
}

.div-block-71.mapblur {
  background-color: #ffffff6b;
}

.list-item {
  font-size: 1.07rem;
  list-style-type: disc;
}

.list-item.listspace {
  color: #0000;
  height: .6rem;
  list-style-type: none;
}

.text-span-29 {
  margin-top: .625rem;
  display: inline-block;
}

.list-copy {
  grid-column-gap: 3.5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: grid;
}

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

.nowrap {
  white-space: nowrap;
}

.text-span-30 {
  margin-top: .2rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  display: none;
}

.lottie-animation {
  opacity: .38;
  position: absolute;
  inset: auto 0% -21%;
}

.div-block-72 {
  width: 100%;
  height: 100%;
}

.image-15 {
  object-fit: fill;
  object-position: 50% 100%;
  width: 80%;
  max-width: none;
  height: 50%;
  position: absolute;
  inset: auto -9% -1% auto;
}

.div-block-73 {
  flex: 1;
  height: 0;
}

.div-block-74 {
  flex-flow: column;
  display: flex;
}

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

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

  .navbarlink {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .navbarlink.navbuttonlink {
    font-size: 1.2rem;
  }

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

  .nav-link-drop-down-2 {
    display: inline-block;
  }

  .dropdownlink-2 {
    font-size: 1.2rem;
  }

  .para_s.linkp.sub {
    font-size: 1rem;
  }

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

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

@media screen and (min-width: 1920px) {
  .body {
    font-size: 1.8rem;
  }

  .container.heroc {
    padding-top: 16rem;
    padding-bottom: 12rem;
  }

  .sub-footer {
    margin-top: 3.8rem;
    padding-top: .9rem;
    padding-bottom: .8rem;
  }

  .subfootertext {
    font-size: 1.3rem;
  }

  .mapsection {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .paragraph-20 {
    margin-bottom: 2rem;
  }

  .linkbbnav {
    margin-left: .71rem;
    margin-right: .71rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .dropdown-list-wrapper {
    margin-top: 1rem;
    padding: .8rem;
  }

  .navbarlink {
    font-size: 1.75rem;
  }

  .navbarlink.navbuttonlink {
    font-size: 1.7rem;
  }

  .navicon {
    height: 1.8rem;
    margin-right: .5rem;
  }

  .navbarlinkwrapper-2 {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .navbar {
    height: 7.5rem;
    margin-top: 3.2rem;
    margin-bottom: -10.7rem;
    top: 2.2rem;
  }

  .dropdownlink-2 {
    padding: .45rem 1.325rem;
    font-size: 1.7rem;
  }

  .title_m {
    font-size: 2.9rem;
  }

  .title_m.footwetitle {
    margin-bottom: 1.1rem;
    font-size: 2.9rem;
  }

  .title_m.format2 {
    margin-bottom: .55rem;
    font-size: 1.87rem;
  }

  .para_s {
    font-size: 1.7rem;
  }

  .para_s.arrow {
    width: 4.5rem;
    min-height: 4rem;
    font-size: 1.3rem;
  }

  .para_s.linkp {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .para_s.linkp.sub {
    font-size: 1.4rem;
  }

  .para_s.bp2 {
    margin-bottom: 1.5rem;
  }

  .para_s.bp1 {
    margin-bottom: .85rem;
  }

  .para_s.format1 {
    font-size: 1.5rem;
  }

  .para_s.format2 {
    margin-top: .6rem;
  }

  .para_s.feep2 {
    font-size: 1.5rem;
  }

  .para_s.format3 {
    margin-top: 2.2rem;
  }

  .section_l {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
  }

  .tripsection {
    padding-bottom: 1.35rem;
  }

  .trformcontainer {
    padding: 2.6rem 2.25rem;
  }

  .title_s {
    font-size: 1.8rem;
  }

  .footer-text {
    margin-bottom: .4rem;
    font-size: 1.6rem;
  }

  .div-block-38-copy {
    grid-column-gap: 3.5vw;
  }

  .div-block-40 {
    padding: 2rem 2.25rem 2.25rem;
  }

  .top {
    padding-top: 10rem;
  }

  .servicecontent {
    margin-left: 3.4rem;
  }

  .whyusblock {
    grid-column-gap: 2rem;
    margin-bottom: 2.4rem;
  }

  .iconwrapper {
    width: 6.5rem;
    height: 6.5rem;
    margin-top: -1.6rem;
    margin-bottom: 1.6rem;
  }

  .wucard {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .paragraph-28 {
    margin-top: 1.1rem;
    margin-bottom: 2rem;
  }

  .title_xl {
    font-size: 3.2rem;
  }

  .servicetag {
    width: 21.2rem;
    padding: 2.1rem 2.1rem 2.1rem 2.2rem;
  }

  .text-span-18 {
    font-size: 1.65rem;
  }

  .div-block-55 {
    grid-row-gap: 2rem;
    margin-left: 2.5rem;
  }

  .detailrates-2 {
    padding-bottom: 2.675rem;
  }

  .text-span-15 {
    font-size: 1.5rem;
  }

  .detailrate.sub {
    font-size: 1.55rem;
  }

  .text-span-8 {
    font-size: 1.85rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    padding-left: 3.65rem;
    padding-right: 3.65rem;
    font-size: 2rem;
  }

  .ratewrapper-2 {
    margin-bottom: 2rem;
  }

  .footercontent {
    padding-top: 3.9rem;
  }

  .paymenticon {
    height: 2.4rem;
    margin-top: .42rem;
    margin-right: .5rem;
  }

  .list-item-3 {
    font-size: 1.65rem;
  }

  .text-block-8 {
    height: 3.5rem;
    font-size: 1.4rem;
  }

  .space_m {
    height: 2.1rem;
  }

  .text-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-item-4 {
    background-position: 0 14px;
    background-size: auto .8rem;
    padding-left: 2.1rem;
    font-size: 1.7rem;
  }

  .div-block-59 {
    grid-row-gap: 1.75rem;
  }

  .div-block-60 {
    margin-top: 2.1rem;
  }

  .text-block-12 {
    font-size: 1.55rem;
  }

  .dropdowniconwrapper {
    width: 3.7rem;
    min-width: 3.7rem;
    min-height: 3.7rem;
  }

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .h3-2.faq-title {
    font-size: 2rem;
  }

  .line-icon-1 {
    min-height: 1.5rem;
  }

  .line-icon-2 {
    width: 1.5rem;
  }

  .paragraph-27 {
    font-size: 1.4rem;
  }

  .servicecard {
    border-top-left-radius: 2.7rem;
    border-bottom-right-radius: 1.8rem;
    padding: 4rem 3.1rem 4.2rem;
  }

  .topcontentwrapper {
    margin-bottom: 1.5rem;
  }

  .titleline {
    margin-left: 2.1rem;
  }

  .image-12 {
    margin-bottom: 2.4rem;
  }

  .servicecardswrapper {
    margin-top: 2rem;
  }

  .main-button {
    padding: .9rem 2.5rem;
  }

  .herotitle {
    font-size: 4.2rem;
  }

  .herotitle.sub {
    font-size: 3.9rem;
  }

  .herotitle.sub.animate-charcter {
    font-size: 5.7rem;
  }

  .div-block-67 {
    grid-column-gap: 2rem;
  }

  .div-block-68 {
    margin-top: .8rem;
  }

  .navigation {
    top: -12rem;
  }

  .herodec-wrapper {
    width: 6.8rem;
    height: 6.8rem;
  }

  .mapcontainer {
    grid-column-gap: 5.5vw;
    grid-row-gap: 2rem;
  }

  .mapwrapper {
    max-width: 35rem;
  }

  .list-item {
    font-size: 1.6rem;
  }

  .list-copy {
    grid-column-gap: 3rem;
  }

  .text-span-30 {
    font-size: 1.4rem;
  }

  .lottie-animation {
    bottom: -36%;
  }
}

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

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

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

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

  .container.heroc {
    justify-content: space-between;
    width: 88vw;
    margin-left: auto;
  }

  .footer {
    margin-top: 0;
  }

  .div-block-36 {
    align-items: center;
  }

  .navmenu {
    background-color: var(--white);
    box-shadow: 0 4px 8px -4px var(--shadow);
    width: 80vw;
    max-width: 100%;
    max-height: 88vh;
    margin-left: auto;
    margin-right: auto;
    padding: .95rem 3vw 1.25rem;
    position: absolute;
    overflow: hidden;
  }

  .hearder-button-line-bottom-2 {
    background-color: var(--dark-slate-blue);
    transform-origin: 0%;
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: #0000;
    margin-top: .2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .navbarlink {
    white-space: normal;
    font-size: 1.15rem;
  }

  .navbarlink.navbuttonlink {
    font-size: 1.05rem;
  }

  .navbar_line {
    display: none;
  }

  .navbarlinkwrapper-2 {
    padding: 0 0;
  }

  .dropdown-list {
    position: relative;
    left: 0;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin-top: 15px;
    padding: 13px 20px;
    display: block;
    position: static;
  }

  .hearder-button-line-top-2 {
    background-color: var(--dark-slate-blue);
    transform-origin: 0%;
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .headernav-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .headernav-2.landscape {
    flex-direction: row;
    margin-right: 0;
    display: flex;
  }

  .navbar {
    border-bottom-width: 2.5px;
  }

  .logoimage {
    max-width: none;
  }

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

  .nav-link-drop-down-2.dropdown {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdownlink-2 {
    color: var(--dark-slate-blue);
    text-align: center;
    padding: .125rem 0;
    font-size: 1.1rem;
    font-weight: 400;
  }

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

  .new-item-wrapper {
    justify-content: center;
    margin-right: 0;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: flex;
  }

  .new-item-wrapper.main {
    display: none;
  }

  .new-item-wrapper.main.landscape {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .5rem;
    display: flex;
  }

  .nav-menu-button {
    perspective: 10000px;
    background-color: #fffdf14d;
    width: 3.125rem;
    min-width: 3.125rem;
    max-width: 10vh;
    min-height: 3.125rem;
    max-height: 10vh;
    padding: 0;
    transition: transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

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

  .nav-menu-button.w--open:hover {
    background-image: none;
  }

  .hearder-button-line-medium-2 {
    background-color: var(--dark-slate-blue);
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navcontainer {
    padding-left: 2.7vw;
  }

  .navbuttonicons-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    height: 20px;
    max-height: 10vh;
    display: flex;
  }

  .para_s.feep2 {
    margin-top: -1.2rem;
  }

  .div-block-39 {
    justify-content: flex-start;
    min-height: 0;
  }

  ._8999 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .imagewrapper.left {
    width: 45vw;
    height: 28vw;
  }

  .section_l {
    padding-bottom: 5rem;
  }

  .tripsection {
    margin-top: -3.125rem;
  }

  .trformcontainer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .title_s.herotitles {
    padding-left: 0;
  }

  .footercontentwrapper {
    text-align: left;
    margin-bottom: 0;
  }

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

  .div-block-38-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: auto 1.2fr;
    justify-items: start;
  }

  .auimagewrapper {
    width: 100%;
    height: 45vw;
  }

  .div-block-40 {
    width: auto;
    margin-top: 0%;
  }

  .whyusblock {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .wucard {
    padding-bottom: 1.9rem;
  }

  .servicetag {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.45rem;
  }

  .div-block-55 {
    grid-row-gap: 1.25rem;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .ratewrapper-2 {
    margin-bottom: 1.25rem;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .list-2 {
    line-height: 1.5;
  }

  .paragraph-31 {
    margin-top: .5rem;
  }

  .jobdescriptiondropdownwrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .div-block-61 {
    display: block;
  }

  .image-12 {
    width: 100%;
    height: 20vw;
  }

  .herotitle {
    transform-origin: 50%;
  }

  .herotitle.sub {
    margin-top: -.4rem;
  }

  .div-block-67 {
    grid-template-rows: auto;
  }

  .div-block-69 {
    flex-flow: row;
  }

  .herocar {
    filter: contrast(95%) brightness(120%);
    width: 65%;
    bottom: 13%;
  }

  .navdropdown-placehoder {
    color: #0000;
    height: 1rem;
    display: block;
  }

  .mapcontainer {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .mapcontentwrapper {
    display: none;
  }

  .mapwrapper {
    width: 55vw;
    max-width: 21rem;
    margin-top: .2rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .list-copy {
    grid-template-columns: 1fr 1fr;
  }

  .lottie-animation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .yellowbutton.navbarbutton, .trianglebutton {
    display: none;
  }

  .navbar3 {
    height: 90px;
  }

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

  .sub-footer {
    padding-bottom: .5625rem;
  }

  .subfooterwrapper {
    flex-flow: column;
    height: auto;
  }

  .subfootertext {
    font-size: .875rem;
  }

  .navmenu {
    max-height: 50vh;
  }

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

  .spaceblock {
    font-size: 3px;
  }

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

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

  .headernav-2.landscape {
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    display: none;
  }

  .navbar {
    margin-bottom: -7.187rem;
    top: 1.3rem;
  }

  .logoimage {
    max-width: 50vw;
  }

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

  .dropdownlink-2.w--current {
    padding-top: .2rem;
    padding-bottom: .25rem;
  }

  .new-item-wrapper.dropdown {
    background-color: #0000;
  }

  .new-item-wrapper.main {
    flex-direction: column;
    order: -1;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .new-item-wrapper.main.landscape {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .title_m {
    font-size: 1.7rem;
  }

  .div-block-47 {
    position: relative;
  }

  .para_s {
    line-height: 1.3;
  }

  .para_s.feep2 {
    font-size: .9rem;
  }

  ._8999 {
    grid-row-gap: 1.8rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .image {
    inset: 0% 0% auto;
  }

  .imagewrapper {
    width: 60%;
  }

  .imagewrapper.left {
    width: 60vw;
    height: 35vw;
  }

  .section_l {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .section_l.sepcial1 {
    padding-bottom: 1.75rem;
  }

  .tripsection {
    margin-top: -2.5rem;
  }

  .trformcontainer {
    width: 93vw;
  }

  .footer-text {
    margin-bottom: .4rem;
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .div-block-49 {
    grid-row-gap: 1.75rem;
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .div-block-38-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-40 {
    grid-row-gap: 10px;
  }

  .serviceblock {
    order: -1;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
  }

  .div-block-51 {
    align-items: flex-end;
  }

  .servicecontent {
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .whyusblock {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    margin-top: .95rem;
    margin-bottom: 1.7rem;
  }

  .list {
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .title_xl {
    font-size: 2.125rem;
  }

  .servicenav {
    width: 0;
    top: auto;
    bottom: 20px;
  }

  .servicetag {
    box-shadow: 0 0 15px -5px var(--shadow);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 50vh;
    margin-bottom: 3.125rem;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: auto;
  }

  .sna {
    color: #0000;
    background-image: url('../images/icon_bullet2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 37%;
    width: 100%;
    height: 100%;
    line-height: 1;
  }

  .div-block-53 {
    background-color: var(--dark-slate-blue);
    cursor: pointer;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -2.5rem;
    display: flex;
  }

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

  .div-block-55 {
    order: -1;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .text-span-15 {
    font-size: .93rem;
  }

  .pricingtitle {
    font-size: 1.55rem;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

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

  .image-2 {
    border-radius: .5px;
  }

  .text-block-8 {
    min-width: 94%;
    max-width: 94%;
  }

  .divider {
    display: none;
  }

  .paragraph-31 {
    margin-bottom: 1.5625rem;
  }

  .text-content-wrapper {
    max-width: 88vw;
  }

  .italic-text-3 {
    font-size: 1.07rem;
  }

  .paragraph-35 {
    margin-bottom: .625rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

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

  .h3-2.faq-title {
    margin-right: 3.125rem;
  }

  .dropdowncontent {
    margin-top: .4rem;
  }

  .text-span-28 {
    display: none;
  }

  .topcontentwrapper {
    margin-bottom: 0;
  }

  .button-no-arrow {
    width: 100%;
    margin-left: 0;
  }

  .titleline {
    margin-left: 1.25rem;
  }

  .image-12 {
    height: 35vw;
  }

  .servicecardswrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .main-button {
    font-size: 15px;
  }

  .herotitle {
    font-size: 2.8rem;
  }

  .herotitle.sub {
    margin-top: -.2rem;
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .div-block-67 {
    min-width: 70vw;
  }

  .div-block-14 {
    margin-bottom: 7vh;
    padding-bottom: 4rem;
  }

  .div-block-69 {
    flex-wrap: wrap;
  }

  .herocar {
    width: 75%;
  }

  .herodec-wrapper {
    top: 48%;
    right: 10%;
  }

  .herodec-wrapper._2 {
    inset: 46% 20% auto auto;
  }

  .mapcontainer {
    grid-template-columns: 1fr;
    align-content: stretch;
    width: 84vw;
  }

  .mapwrapper {
    width: 75%;
    max-width: 18rem;
    margin-bottom: 1rem;
  }

  .list-item {
    font-size: 1.05rem;
  }

  .list-copy {
    width: 100%;
  }

  .text-span-30 {
    font-size: .97rem;
  }

  .image-15 {
    width: 110%;
    height: 65vw;
    right: -13%;
  }

  .div-block-73 {
    flex: 0 auto;
    height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .bg.servicecard {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 60px;
  }

  .bg.herogd {
    background-image: linear-gradient(to right, #d8e3e7cc 18%, #f5f5f5f2 77%, var(--white));
  }

  .bg.herobg.p1 {
    object-position: 85% 50%;
  }

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

  .container.heroc {
    padding-bottom: 5rem;
  }

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

  .sub-footer {
    margin-top: 6vw;
  }

  .subfooterwrapper {
    height: auto;
  }

  .mapsection {
    padding-top: 2.5rem;
    padding-bottom: 3.2rem;
  }

  .navmenu {
    max-height: 83vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .dropdown-list.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headernav-2.landscape {
    display: none;
  }

  .navbar {
    height: 4.2rem;
    margin-top: 2rem;
    margin-bottom: -6.587rem;
  }

  .logoimage {
    max-width: 70vw;
  }

  .dropdownlink-2 {
    white-space: normal;
  }

  .new-item-wrapper.main {
    align-items: stretch;
  }

  .navcontainer {
    padding-left: 3.7vw;
  }

  .title_m.format2 {
    font-size: 1.125rem;
  }

  .para_s {
    font-size: 1.05rem;
  }

  .para_s.arrow {
    width: 2.7rem;
    min-height: 2.4rem;
  }

  .para_s.bp1 {
    margin-bottom: .3rem;
  }

  .para_s.format3 {
    margin-top: 1rem;
    margin-left: .6rem;
    margin-right: .6rem;
  }

  ._8999 {
    align-items: center;
  }

  .imagewrapper {
    width: 80%;
  }

  .imagewrapper.left {
    width: 100%;
    height: 50vw;
  }

  .section_l {
    padding-top: 2.6rem;
    padding-bottom: 4rem;
  }

  .trformcontainer {
    width: 95vw;
    padding: .95rem .42rem;
  }

  .title_s.herotitles {
    font-size: 1.1rem;
  }

  .footercontentwrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-38-copy {
    grid-row-gap: 2rem;
  }

  .div-block-40 {
    padding: 1.12rem;
  }

  .top {
    padding-top: 6.1rem;
  }

  .iconwrapper {
    width: 3.7rem;
    height: 3.7rem;
    margin-bottom: 1rem;
  }

  .title_xl {
    font-size: 1.75rem;
  }

  .servicetag {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 70vh;
  }

  ._20_18-2 {
    font-size: 18px;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .detailrate {
    font-size: 1.1rem;
  }

  .detailrate.sub {
    font-size: 1rem;
  }

  .text-span-8 {
    font-size: 1.125rem;
  }

  .pricingtitle {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }

  .ratewrapper-2 {
    margin-top: .93rem;
    padding: .93rem 1rem;
  }

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

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

  .footercontent {
    height: auto;
    padding-top: 12vw;
  }

  .paymenticon {
    max-width: 18vw;
    height: 1.65rem;
    margin-right: .4rem;
  }

  .list-item-3 {
    font-size: 1.1rem;
  }

  .no-lp-list {
    padding-left: 1.05rem;
  }

  .text-block-8 {
    min-width: 90%;
    max-width: 90%;
    height: 2.1875rem;
    font-size: .85rem;
  }

  .divider {
    display: none;
  }

  .paragraph-31 {
    margin-top: .7rem;
  }

  .text-content-wrapper {
    max-width: 85vw;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .list-item-4 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .div-block-58 {
    margin-top: .5rem;
  }

  .text-block-12 {
    margin-left: 5px;
    font-size: 1.03125rem;
  }

  .dropdowniconwrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    top: .4375rem;
  }

  .formwrapper {
    min-width: 100vw;
  }

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

  .jobdescriptionwrapper {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

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

  .h3-2.faq-title {
    height: 2.5rem;
    font-size: 1.25rem;
  }

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

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

  .servicecard {
    padding-top: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-no-arrow {
    margin-top: 7px;
    margin-bottom: 3px;
  }

  .titleline {
    flex: 0 auto;
    height: .7px;
    margin-top: .75rem;
    margin-left: 0;
  }

  .titleline.nopadding {
    flex: 1;
    margin-top: 0;
    margin-left: .9rem;
  }

  .image-12 {
    height: 40vw;
  }

  .slider-2 {
    width: 100%;
  }

  .main-button {
    background-color: #1a3963ad;
    border-radius: 0;
  }

  .herotitle {
    font-size: 1.7rem;
  }

  .herotitle.animate-charcter {
    white-space: normal;
  }

  .herotitle.sub {
    margin-top: 0;
  }

  .herotitle.sub.animate-charcter {
    font-size: 2.8rem;
    line-height: .9;
  }

  .div-block-67 {
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    align-self: center;
    min-width: 100vw;
  }

  .div-block-14 {
    margin-bottom: 8vh;
    padding-top: 2rem;
    padding-bottom: 5.2rem;
  }

  .herocar {
    object-position: 0% 50%;
    width: 80%;
    max-height: 9rem;
    bottom: 21%;
    right: 12%;
  }

  .herodec-wrapper {
    width: 4rem;
    height: 4rem;
    inset: auto 22% 37% auto;
  }

  .herodec-wrapper._2 {
    inset: auto 10% 35% auto;
  }

  .list-copy {
    grid-template-columns: 1fr;
  }

  .image-15 {
    width: 170%;
    height: 85vw;
    right: -60%;
  }
}

#w-node-_71079285-cd5f-c6b9-558f-c41b6c47b1bb-5e57b6f8, #w-node-_74bcb7a9-ba41-e59c-7005-0115e591ed5c-5e57b6f8, #w-node-_900cc5aa-22a0-6b4b-6823-5f2c6cca989c-5e57b6f8, #w-node-_900cc5aa-22a0-6b4b-6823-5f2c6cca989e-5e57b6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9609c8e8-3499-e0a1-473d-7c293f447403-5e57b6f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9609c8e8-3499-e0a1-473d-7c293f447406-5e57b6f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9609c8e8-3499-e0a1-473d-7c293f447408-5e57b6f8, #w-node-_51131c3e-c444-a0fc-94ba-d5e1c89be385-5e57b6f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9609c8e8-3499-e0a1-473d-7c293f44742c-5e57b6f8 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_20dc3333-ec87-9c2d-c947-3244a2d569f7-5e57b6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c4-362c97de, #w-node-_8e1f8a28-6474-f4b7-aa2f-489b0c85e3f2-362c97de, #w-node-_4a558191-683e-4f57-fd08-7a7f712649d7-362c97de, #w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c5-362c97de {
  place-self: stretch stretch;
}

#w-node-_91fa87d4-41d6-783d-d295-0142aa515991-c757b6fd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-c757b6fd {
  align-self: start;
}

#w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012f9-6657b707, #w-node-_677c8377-9540-6f58-d84b-5f4e0e592845-6657b707 {
  justify-self: start;
}

#w-node-_2f3e1d4f-2c63-e4da-a122-7cd3030bf179-6657b707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9609c8e8-3499-e0a1-473d-7c293f447403-5e57b6f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9609c8e8-3499-e0a1-473d-7c293f44742c-5e57b6f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9609c8e8-3499-e0a1-473d-7c293f44742f-5e57b6f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_17ad5728-5e8c-ab96-aa00-2d1ed4717a90-5e57b6f8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fc997feb-afdd-351e-7248-021586e1713c-362c97de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-c757b6fd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-c757b6fd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-c757b6fd {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9609c8e8-3499-e0a1-473d-7c293f44742c-5e57b6f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9609c8e8-3499-e0a1-473d-7c293f44742f-5e57b6f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fc997feb-afdd-351e-7248-021586e1713c-362c97de {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc997feb-afdd-351e-7248-021586e17131-362c97de {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-fc997feb-afdd-351e-7248-021586e17120-362c97de {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-c757b6fd, #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-c757b6fd {
    grid-column-end: 2;
  }

  #w-node-e818520f-8d32-fcbe-5353-f2dca2e946a8-c757b6fd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012ee-6657b707, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b01323-6657b707, #w-node-c5887451-64e5-38cd-050a-e9c35741ad27-6657b707, #w-node-d9fad16a-83a1-9af1-b43e-65d2bb3c12d2-6657b707, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b0133a-6657b707 {
    grid-column: span 1 / span 1;
  }
}


