.pagewrapper {
  overflow: hidden;
  padding-top: 55px;
}

.pagewrapper.home {
  padding-top: 0px;
}

.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.p1s1image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.p1s1image.color2 {
  background-color: #2b84cc;
}

.bg.p1s1image.b {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.bg.p1s1image.color1 {
  background-color: #1876be;
}

.bg.p1s1car {
  left: 5%;
  top: auto;
  right: 5%;
  z-index: 2;
  width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.bg.slideimagbg {
  position: relative;
  overflow: hidden;
  width: 40vw;
  height: 100%;
  max-width: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.sliderbg {
  left: 50%;
  top: -30%;
  width: 45%;
  opacity: 0.2;
  -webkit-filter: invert(32%);
  filter: invert(32%);
}

.bg.whyimage {
  width: 100%;
  height: 90%;
  border-radius: 1000px;
  opacity: 0.74;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.serviceimage {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.serviceimage.v2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bg.serviceimagebg {
  left: -15%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 120%;
  max-width: 500px;
  margin-top: -20px;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.serviceimagebg.right {
  left: auto;
  top: 61%;
  right: -30%;
  z-index: -1;
  max-width: 600px;
  -webkit-filter: invert(21%);
  filter: invert(21%);
}

.bg.imagegradient {
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(77%, transparent), color-stop(92%, #fff));
  background-image: linear-gradient(180deg, transparent 77%, #fff 92%);
}

.bg.footerbg {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg.footergrad {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 38, 63, 0.78);
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.navbar3 {
  position: fixed;
  top: 20px;
  z-index: 999;
  max-width: 100%;
  min-width: 100%;
  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;
}

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

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

.button {
  position: relative;
  z-index: 3;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 100px;
  background-color: #00a8e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(30, 70, 107, 0.8)));
  background-image: linear-gradient(180deg, transparent 27%, rgba(30, 70, 107, 0.8));
  box-shadow: inset 0 6px 10px -1px rgba(243, 251, 255, 0.38), 0 0 0 5px #2b84cc, 0 1px 0 1px #000;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  box-shadow: 0 0 0 4px #2b84cc, inset 0 -1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.navbarlinkwrapper {
  position: relative;
}

.body {
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.container.homes1c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-top: 55px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._6vw {
  padding-right: 6vw;
  padding-left: 6vw;
}

.homeimageswrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
}

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

.div-block-13 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 46%;
  min-height: 80vh;
  padding: 10vw 50px 12vw 6vw;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p1s1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

._38_28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  line-height: 1.2;
}

._38_28.space {
  margin-bottom: 5px;
}

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

.homecardparag {
  margin-bottom: 0px;
  color: #fafafa;
  font-size: 16px;
}

.homecardsection {
  padding-bottom: 40px;
}

.homecard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(243, 251, 255, 0.88);
  border-radius: 10px;
  background-color: rgba(59, 135, 196, 0.78);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 208, 234, 0.56)), color-stop(70%, transparent));
  background-image: linear-gradient(180deg, rgba(158, 208, 234, 0.56), transparent 70%);
  box-shadow: 0 1px 10px 0 hsla(0, 0%, 72.9%, 0.3), 0 6px 20px -2px hsla(0, 0%, 72.9%, 0.3);
}

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

.cardtitle {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fafafa;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: none;
}

.cardtitle.black {
  color: #333;
}

.homecardswrapper {
  position: relative;
  z-index: 7;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: -73px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nowrap {
  white-space: nowrap;
}

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

._5040_3530.color1 {
  margin-top: 50px;
  padding-top: 0px;
  background-color: #f4faff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(234, 246, 247, 0.64)));
  background-image: linear-gradient(180deg, transparent 33%, rgba(234, 246, 247, 0.64));
}

._5040_3530.bp {
  padding-bottom: 0px;
}

.guranteeswrapper {
  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: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr auto 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 72.9%, 0.3);
  border-radius: 30px;
  color: #333;
  text-decoration: none;
}

.guranteewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #f0f1f3;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
}

.guranteetitle {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #11409d;
  font-size: 20px;
}

._32_25 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  line-height: 1.2;
}

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

.div-block-14 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.vline {
  position: relative;
  width: 1px;
  height: 80%;
  background-color: hsla(0, 0%, 72.9%, 0.3);
}

.div-block-15 {
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 72.9%, 0.3);
  border-radius: 1000px;
  background-color: #fff;
  color: #bababa;
}

.paragraph-5 {
  margin-bottom: 0px;
  line-height: 1;
}

.paragraph-5-copy {
  display: none;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 1;
}

.div-block-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 55px 50px 30px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-top: -12px;
  margin-bottom: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider {
  width: 80%;
  height: auto;
  margin-right: 10%;
  margin-bottom: 80px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 72.9%, 0.3);
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 2px 10px 0 rgba(44, 194, 248, 0.1), 0 6px 20px -2px hsla(0, 0%, 72.9%, 0.3);
}

.slide {
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding-bottom: 0px;
  border-radius: 50px;
  text-align: center;
}

.slidep {
  position: relative;
  margin-top: 0px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.slidercontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 27px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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%;
}

.sliderarrowlink {
  left: 100%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sliderarrowlink.left {
  top: 70px;
}

.slide-nav {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  height: 40px;
  margin: 20px 0px 0px 20px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slideimage {
  width: 100%;
}

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

.image.slideimage {
  border-radius: 50px;
}

.image.slideimage.p1 {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.slidewrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 0px;
  -ms-grid-columns: minmax(0.7px, 1fr) 1.5fr;
  grid-template-columns: minmax(0.7px, 1fr) 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slidearrowwrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a8e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(#4477a7));
  background-image: linear-gradient(180deg, transparent 33%, #4477a7);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.48);
  color: #f2fbff;
}

.slidearrowwrapper:hover {
  box-shadow: inset 0 -1px 1px 0 rgba(243, 251, 255, 0.8), inset 0 1px 3px -1px #333;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1;
}

.whyimageswrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 35vw;
  height: 35vw;
  max-height: 100%;
}

.div-block-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-left: 35vw;
  padding: 30px 50px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 35vw 1fr;
  grid-template-columns: 35vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 40px;
  background-color: hsla(0, 0%, 81.3%, 0.3);
}

.serviceimageswrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34vw;
  height: 24vw;
  -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;
}

.serviceblock {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-19 {
  display: -ms-grid;
  display: grid;
  width: 95%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.areacard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: rgba(241, 241, 241, 0.85);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(59, 135, 196, 0.18)));
  background-image: linear-gradient(180deg, transparent 30%, rgba(59, 135, 196, 0.18));
  box-shadow: 0 1px 10px 0 hsla(0, 0%, 72.9%, 0.3), 0 6px 20px -2px hsla(0, 0%, 72.9%, 0.3);
}

.cardparag {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._25_20 {
  margin-bottom: 20px;
  color: #e53535;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

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

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

.div-block-21 {
  display: block;
  overflow: hidden;
  width: 85vw;
  -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;
  border-radius: 20px;
}



.paragraph-2 {
  max-width: 80vw;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

.formwrapper {
  min-width: 90vw;
  -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-2 {
  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-2:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down-2.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-2.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.navbarlinkwrapper-2 {
  position: relative;
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 100%;
  margin-top: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51c2c2), to(#3b87c4));
  background-image: linear-gradient(180deg, #51c2c2, #3b87c4);
  box-shadow: 0 3px 14px -3px rgba(0, 11, 29, 0.3);
}

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

.nav-container.navtopc {
  max-width: 93%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo1 {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 35px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 80px;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: -80px;
  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;
}

.brand {
  position: relative;
  display: none;
  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;
}

.brand.navtopbrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0vw;
}

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

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

.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.4vw;
  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: #064b83;
  font-weight: 900;
  text-shadow: 0 1px 1px #34405e;
}

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

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

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

.dropdown-list.w--open {
  display: block;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  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: #65bbe7;
  box-shadow: 0 5px 15px -5px rgba(0, 11, 29, 0.3);
}

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 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: #06263f;
}

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

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

.navbard {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #9ed0ea;
}

.navtop {
  position: relative;
  z-index: 50;
  width: 100vw;
  height: 175px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #f0f1f3;
  box-shadow: 0 5px 15px -5px rgba(0, 11, 29, 0.3);
}

.navtopsplit {
  display: -ms-grid;
  display: grid;
  max-width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.navroplink {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Playball, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.navroplink:hover {
  color: #4477a7;
}

.navroplink.special {
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #4477a7;
  font-style: italic;
  font-weight: 700;
  text-align: right;
  text-shadow: 1px 1px 0 #5f5c98;
}

.logoa {
  position: absolute;
  left: 31.7%;
  top: 10.8%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 37%;
  height: 73%;
  border-radius: 1000px;
}

.logohands {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.image-2 {
  height: 30px;
  margin-bottom: 7px;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span-2 {
  display: inline-block;
  margin-right: 5px;
  font-family: Bitter, serif;
  font-style: italic;
}

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

.carslider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

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

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

.bgimageslider {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90%;
  height: 100%;
  background-color: transparent;
}

.image-3 {
  width: 100vw;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.arrowicon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.text-span-4 {
  font-family: 'Roboto Slab', sans-serif;
}

.background-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.vacation-images {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 12px;
}

.lightbox-hover-coontent {
  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;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 19, 38, 0.55);
}

.team-location-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.large-vacation-image {
  position: relative;
  overflow: hidden;
  height: 30vw;
  max-height: 550px;
  min-height: 400px;
  border-radius: 5px;
  background-color: #f7f8fc;
}

.subtitle {
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.small-image-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 15vw 15vw;
  grid-template-rows: 15vw 15vw;
}

.small-vacation-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 8px;
  border-radius: 5px;
  background-color: #f7f8fc;
}

.lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.view-image {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

._7080 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.lightboxsmall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

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

.subfooter {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 4%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ebebeb;
  background-color: rgba(0, 168, 224, 0.31);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 11, 29, 0.3)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 11, 29, 0.3));
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 15px;
  -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;
}

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

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
}

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

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 5vw;
  padding-left: 5vw;
  -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-3.footercontainer {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 1500px;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5vw;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footerwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px none #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.footermenu:hover {
  color: #fff;
}

.footermenu.last {
  padding-bottom: 0px;
}

.paymenticon-3 {
  overflow: hidden;
  height: 30px;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.footeritemwrapper.last {
  margin-bottom: 0px;
}

.footerparagraph {
  margin-bottom: 0px;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
}

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

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

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

.footerparagraph-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
}

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

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

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 22vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  width: 50px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-slide-left-arrow {
  display: none;
}

.image-slide-right-arrow {
  display: none;
}

.paragraph-9 {
  z-index: 6;
}

._28_22 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
}

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

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

.arrow {
  display: inline-block;
}

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

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

._32_24 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

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

.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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: rgba(68, 131, 167, 0.08);
  color: #000;
}

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

.jobcomtent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.jobsection {
  padding-top: 45px;
}

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

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

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

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

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

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

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  min-width: 85vw;
}

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

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

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

.h3.dropdowntitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 22px;
}

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

.list-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: disc;
}

.listitem1 {
  min-width: 20%;
  margin-right: 35px;
}

._5070_4045 {
  padding-top: 50px;
  padding-bottom: 70px;
}

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

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.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: #9ed0ea;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, 0.6);
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  -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-66 {
  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;
}

.paragraph-32 {
  margin-top: -20px;
  margin-bottom: 0px;
  font-size: 16px;
}

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

.text-span-18 {
  color: #0088c9;
}

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

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

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

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

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

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

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

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

.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._86 {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 86%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

._7040_3530 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-19 {
  display: inline-block;
  margin-top: 5px;
}

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

  .homecardparag {
    font-size: 17px;
  }

  .image.slideimage {
    max-height: 40vw;
  }

  .nav-link-drop-down-2 {
    display: inline-block;
    margin-top: 4px;
  }

  .navbarlink {
    font-size: 18px;
  }

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

  .headernav {
    width: 85%;
    max-width: 1200px;
  }

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

  .dropdownlink {
    font-size: 17px;
  }

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

  .jobsection {
    padding-bottom: 120px;
  }

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

@media screen and (max-width: 991px) {
  .pagewrapper {
    padding-top: 0px;
  }

  .bg.slideimagbg {
    left: 0%;
    width: 55%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .bg.slideimagbg {
    width: 100%;
    height: 30vw;
    border-radius: 50px;
  }

  .bg.sliderbg {
    left: 45%;
    width: 65%;
  }

  .bg.serviceimagebg.right {
    left: -50%;
    top: 112%;
    margin-top: 0px;
  }

  .bg.imagegradient {
    background-color: rgba(255, 255, 255, 0.55);
  }

  .bg.footerbg {
    width: 100%;
  }

  .navbar3 {
    height: 80px;
  }

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

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

  .button {
    text-align: center;
  }

  .container.homes1c {
    padding-top: 0px;
  }

  .homeimageswrapper {
    width: 100%;
  }

  .div-block-13 {
    z-index: 5;
    width: 100%;
    padding-left: 50px;
  }

  ._38_28 {
    font-size: 35px;
  }

  ._38_28.specialc {
    color: #f2fbff;
  }

  .homecardparag {
    font-size: 16px;
    line-height: 1.4;
  }

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

  .cardtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .homecardswrapper {
    margin-top: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._5040_3530.color1 {
    margin-top: 30px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

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

  .list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider {
    max-width: 500px;
    margin-right: 6%;
  }

  .slide {
    height: auto;
  }

  .slidercontent {
    padding-bottom: 25px;
    padding-left: 27px;
  }

  .slidewrapper {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 20vw;
    border-radius: 10px;
    background-color: rgba(68, 119, 167, 0.54);
  }

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

  .serviceimageswrapper {
    width: 50vw;
    height: 32vw;
  }

  .serviceblock {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block-19 {
    grid-row-gap: 60px;
  }

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

  .cardparag {
    font-size: 16px;
  }

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

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

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

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

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

  .link.navcontactlink {
    color: rgba(236, 240, 241, 0.9);
    font-size: 17px;
    line-height: 1.3;
  }

  .link.navcontactlink:hover {
    color: #fff;
  }

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

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

  .nav-container {
    -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;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100px;
    margin-bottom: 0px;
    background-color: #f0f1f3;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    margin-bottom: 3px;
  }

  .brand.navtopbrand {
    display: none;
  }

  .nav-menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 3vw;
    padding: 0px;
    border-radius: 100px;
    -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: transparent;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

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

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

  .navmenuwrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 60vw;
    height: 100vh;
    max-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

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

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

  .headernav {
    width: 100%;
    margin-bottom: 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;
  }

  .dropdown-list-wrapper {
    margin-top: 0px;
    padding: 2px 0px 5px;
    background-color: transparent;
    box-shadow: none;
  }

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

  .dropdownlink {
    padding: 1px 10px;
    font-size: 16px;
    white-space: normal;
  }

  .navbard {
    margin-top: -4px;
  }

  .navtop {
    display: none;
  }

  .navtopsplit {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .text-span-3 {
    font-family: Playball, sans-serif;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .carslider {
    left: 25%;
    width: 75%;
  }

  .bgimageslider {
    left: 0%;
    width: 100%;
  }

  .vacation-images {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lightbox-hover-coontent {
    display: none;
  }

  ._7080 {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .footer {
    padding-top: 6%;
  }

  .footertitle {
    font-size: 28px;
  }

  .container-3.footercontainer {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content-block {
    min-width: 0vw;
    text-align: left;
  }

  .paragraph-9 {
    padding: 15px 25px;
    background-color: rgba(68, 119, 167, 0.65);
    color: #f2fbff;
  }

  .paragraph-10 {
    color: #f2fbff;
  }

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

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

  .jobsection {
    padding-top: 40px;
  }

  .jobwrapper {
    width: 90%;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

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

  .paragraph-31 {
    padding-top: 5px;
  }

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

  .listitem1 {
    min-width: 42%;
    font-size: 17px;
  }

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

  .ratewrapper {
    margin-bottom: 20px;
  }

  .detailrate {
    font-size: 17px;
  }

  .pricingsection {
    padding-bottom: 50px;
  }

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

@media screen and (max-width: 767px) {
  .bg.slideimagbg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
  }

  .bg.slideimagbg {
    height: 35vw;
    border-radius: 40px;
  }

  .bg.sliderbg {
    left: 32%;
    top: 15%;
    width: 65%;
  }

  .bg.whyimage {
    left: 0%;
    top: -10%;
  }

  .bg.serviceimage.v2 {
    left: 0%;
  }

  .bg.serviceimagebg {
    width: 100%;
  }

  .bg.serviceimagebg.right {
    left: -70%;
    top: 80%;
    right: auto;
    width: 150%;
    margin-top: 0px;
  }

  .navbar3 {
    height: 70px;
  }

  .button {
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 1.5;
  }

  .container.homes1c {
    padding-top: 0px;
  }

  .homeimageswrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  ._38_28 {
    font-size: 32px;
  }

  .homecardsection {
    padding-top: 35px;
  }

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

  .cardtitle {
    margin-top: 0px;
  }

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

  .guranteeswrapper {
    max-width: none;
    padding-top: 10px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .guranteewrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .guranteewrapper.last {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .guranteetitle {
    margin-left: 10px;
  }

  .paragraph-3 {
    margin-bottom: -5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .vline {
    width: 80%;
    height: 1px;
  }

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

  .div-block-15.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .slide {
    border-radius: 40px;
  }

  .image.slideimage {
    border-radius: 40px;
  }

  .whyimageswrapper {
    width: 100%;
    height: 50vw;
  }

  .div-block-3 {
    width: 90%;
    margin-top: 20%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-bottom: 20px;
    padding-left: 33px;
  }

  .listitem {
    font-size: 16px;
  }

  .div-block-4 {
    left: auto;
    width: 100%;
  }

  .serviceimageswrapper {
    width: 70vw;
    height: 40vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .paragraph-8 {
    margin-top: 12px;
  }

  .areacard {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  ._25_20 {
    margin-bottom: 15px;
    font-size: 22px;
  }

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

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

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

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

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

  .navbarlink {
    font-size: 17px;
  }

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

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

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

  .dropdownlink {
    font-size: 15px;
  }

  .navbard {
    height: 2.4px;
    margin-top: -2px;
  }

  .image-3 {
    min-height: 30vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .vacation-images {
    margin-left: 0px;
    grid-row-gap: 12px;
  }

  .large-vacation-image {
    max-height: 450px;
    min-height: 300px;
  }

  .small-image-grid {
    -ms-grid-rows: 20vw 20vw;
    grid-template-rows: 20vw 20vw;
  }

  ._7080 {
    padding-bottom: 65px;
  }

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

  .subfooter {
    margin-top: 8%;
    padding-top: 12px;
    padding-bottom: 10px;
  }

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

  .container-3.footercontainer {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer_icon {
    height: 19px;
  }

  ._28_22 {
    font-size: 26px;
  }

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

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

  ._32_24 {
    font-size: 28px;
  }

  .jobsection {
    padding-top: 35px;
  }

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

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

  .jobapplyformwrapper {
    min-width: 90vw;
  }

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

  .h3 {
    font-size: 22px;
  }

  .h3.dropdowntitle {
    margin-right: 50px;
  }

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

  .listitem1 {
    font-size: 16px;
  }

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

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

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

  .pricingtitle {
    font-size: 25px;
  }

  .detailrates {
    padding-bottom: 35px;
  }

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

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

  ._7040_3530 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .bg.p1s1image {
    top: 0%;
  }

  .bg.slideimagbg {
    height: 50vw;
    border-radius: 30px;
  }

  .bg.whyimage {
    top: -5%;
  }

  .bg.serviceimage {
    top: 0%;
    border-radius: 30px;
  }

  .bg.serviceimagebg {
    top: 0%;
  }

  .bg.serviceimagebg.right {
    top: 201%;
  }

  .div-block-13 {
    padding: 12vw 6vw 27vw 8vw;
    grid-row-gap: 10px;
  }

  ._38_28 {
    font-size: 28px;
  }

  .homecardparag {
    font-size: 15.5px;
  }

  .homecard {
    margin-bottom: 3px;
    padding: 12px 10px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homecardcontentwrapper {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }

  .cardtitle {
    font-size: 18px;
  }

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

  ._5040_3530 {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  ._5040_3530.color1 {
    margin-top: 0px;
  }

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

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

  .itemiconwrapper {
    width: 60px;
    height: 60px;
  }

  .guranteetitle {
    margin-left: 0px;
    font-size: 17px;
  }

  ._32_25 {
    font-size: 25px;
  }

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

  .paragraph-5-copy {
    font-size: 16.5px;
  }

  .div-block {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 10px;
  }

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

  .slider {
    width: 100%;
    margin-right: 0px;
    border-radius: 40px;
  }

  .slide {
    border-radius: 30px;
  }

  .slidep {
    font-size: 16.5px;
  }

  .slidercontent {
    padding-right: 5vw;
    padding-left: 6vw;
  }

  .sliderarrowlink {
    display: none;
  }

  .image.slideimage {
    border-radius: 30px;
  }

  .whyimageswrapper {
    width: 110%;
    max-width: 95vw;
    margin-left: -5%;
  }

  .div-block-3 {
    width: 95%;
    padding-top: 25px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    padding: 20px 25px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 25px;
  }

  .serviceimageswrapper {
    width: 100%;
    height: 50vw;
  }

  .div-block-19 {
    grid-row-gap: 50px;
  }

  .areacard {
    width: 90vw;
    margin-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cardparag {
    font-size: 15.5px;
    text-align: left;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
  }

  ._25_20 {
    margin-bottom: 13px;
    font-size: 20px;
  }

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

  .formwrapper {
    min-width: 93vw;
  }

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

  .navbar {
    height: 80px;
  }

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

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

  .navmenuwrapper {
    width: 80vw;
  }

  .dropdown-list-wrapper {
    padding-bottom: 3px;
  }

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

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

  .navtopsplit {
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navroplink {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .carslider {
    left: 15%;
    width: 85%;
  }

  .image-3 {
    min-height: 40vw;
  }

  .vacation-images {
    grid-row-gap: 9px;
  }

  .large-vacation-image {
    max-height: 350px;
    min-height: 200px;
  }

  .small-image-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 20vw 20vw 20vw;
    grid-template-rows: 20vw 20vw 20vw;
  }

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

  .footer {
    padding-top: 10%;
  }

  .subfooter {
    margin-top: 11%;
  }

  .footertitle {
    font-size: 28px;
  }

  .div-block-64 {
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .container-3.footercontainer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footermenu {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
  }

  .paymenticon-3 {
    height: 27px;
  }

  .footerparagraph {
    font-size: 15px;
  }

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

  .footer_icon {
    margin-top: 1px;
  }

  .subfootertext {
    font-size: 13px;
  }

  .footerparagraph-2 {
    font-size: 15px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .paragraph-9 {
    padding: 12px 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  ._28_22 {
    font-size: 22px;
  }

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

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

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

  ._32_24 {
    font-size: 24px;
  }

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

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

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

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

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

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

  .jobapplyformwrapper {
    min-width: 95vw;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .h3 {
    font-size: 20px;
  }

  .h3.dropdowntitle {
    min-height: 40px;
    font-size: 20px;
  }

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

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

  ._5070_4045 {
    padding-top: 40px;
    padding-bottom: 45px;
  }

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

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

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

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

  .pricingtab {
    width: 100%;
  }

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

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

  .detailrates {
    padding-bottom: 30px;
  }

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

  .detailrate {
    font-size: 16px;
  }

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

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

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

  ._7040_3530 {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .div-block-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

#w-node-f3572198-8d26-dac5-394a-f6af252a69f2-81116d6f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f3572198-8d26-dac5-394a-f6af252a69f9-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8333e67a-a905-a200-448b-75e44386154f-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e4dc12a-6262-32af-ac77-05ff23736c0f-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_60d5e0e0-a070-a7fe-060e-03a13c91b955-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd6cec26-2894-ce77-570c-ca4536b6abed-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_87d5e814-1ec4-210d-bdf8-48bc0a1d19fd-81116d6f {
  -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-_87d5e814-1ec4-210d-bdf8-48bc0a1d1a03-81116d6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_36cf126c-8a65-b960-6903-927b5bec27bc-5bec27b7 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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-_36cf126c-8a65-b960-6903-927b5bec27d1-5bec27b7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#contact.w-node-_36cf126c-8a65-b960-6903-927b5bec27e4-5bec27b7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c8330a75-77f1-1435-9114-6305a845c041-e9116d71 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fa0fbabe-fd7b-66d4-ead3-5c9233d9b9db-da116d73 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-be025fbf-1db0-bec8-9b4d-905328615757-30116d74 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e31597c-4195efa6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e315985-4195efa6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e31599a-4195efa6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e3159af-4195efa6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e3159c4-4195efa6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65ff0150-7771-3200-abc7-297f4e3159db-4195efa6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_249f9e45-5bdd-5b6a-f276-90192f82cf0c-81116d6f {
    -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-_36cf126c-8a65-b960-6903-927b5bec27bc-5bec27b7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_36cf126c-8a65-b960-6903-927b5bec27d1-5bec27b7 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #contact.w-node-_36cf126c-8a65-b960-6903-927b5bec27e4-5bec27b7 {
    -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: start;
    justify-self: start;
  }

  #w-node-b8197d13-fd8f-030d-5270-5ffe14ccdaa8-e9116d71 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c8aa0248-960f-60b1-d374-dac2608c6e43-e9116d71 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e31597c-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e315985-4195efa6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e31599a-4195efa6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e3159af-4195efa6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e3159c4-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e3159db-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36cf126c-8a65-b960-6903-927b5bec27bc-5bec27b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_36cf126c-8a65-b960-6903-927b5bec27d1-5bec27b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e31597c-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e3159c4-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_65ff0150-7771-3200-abc7-297f4e3159db-4195efa6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_249f9e45-5bdd-5b6a-f276-90192f82cf0c-81116d6f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_36cf126c-8a65-b960-6903-927b5bec27d1-5bec27b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

