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

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

.container.bannerc {
  max-width: none;
  background-color: #34ccff;
}

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

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

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

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

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

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

.header-arrow {
  display: none;
}

.homes1content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0vw 50px;
  -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;
  color: #fff;
  font-weight: 500;
}

.servicetitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 1.3;
}

.servicecontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbartop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  max-width: 100%;
  min-width: 100%;
  padding: 5px 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f79eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

.navmenu {
  background-color: transparent;
}

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

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

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

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

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

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

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

.navbarlink.w--current {
  color: #02a0e3;
}

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

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

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

.footer {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #174266;
  background-image: url('../images/footer_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.navbarlinkwrapper {
  overflow: hidden;
}

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

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

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

.bg.image.herobgi._2 {
  background-image: url('../images/alkar4.jpeg');
  background-position: 0% 0%;
  background-attachment: scroll;
}

.bg.image.newsbg {
  -webkit-filter: brightness(150%) blur(5px);
  filter: brightness(150%) blur(5px);
}

.bg.image.bp {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.bg.topsectionbg {
  width: 100vw;
  padding-bottom: 0px;
  background-color: #174266;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
}

.bg.herobg {
  height: 140%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 174, 239, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.59)));
  background-image: linear-gradient(180deg, rgba(0, 174, 239, 0.3) 6%, rgba(0, 0, 0, 0.59) 65%);
}

.bg.herobg._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 0, 0, 0.1)), color-stop(79%, rgba(0, 0, 0, 0.54)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 6%, rgba(0, 0, 0, 0.54) 79%);
}

.bg.herobg._2 {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

.bg.bannerbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/city.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/city.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg.blackg {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, rgba(0, 0, 0, 0.59)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.59) 65%);
}

.bg.newsbgc {
  background-color: hsla(10, 0%, 100%, 0.81);
}

.bg.newsbg {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(10, 0%, 100%, 0.52)), color-stop(65%, rgba(0, 0, 0, 0.59)));
  background-image: linear-gradient(180deg, hsla(10, 0%, 100%, 0.52), rgba(0, 0, 0, 0.59) 65%);
}

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

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

.topsectioncontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.topsectioncontent.large {
  padding-top: 75px;
  padding-bottom: 65px;
}

.topsectioncontent.news {
  width: 80vw;
  min-height: 300px;
  padding-top: 75px;
  padding-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.separate {
  display: inline-block;
}

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

.hero-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 5px 7px #272727;
}

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

.infowrapper.mobile {
  display: none;
}

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

.serviceblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

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

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

.servicepg {
  margin-bottom: 0px;
}

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

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

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

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.dropdownlink-2:hover {
  background-color: #3297ff;
  color: #fff;
}

.navbarlinkwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 15px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.spaceblock {
  font-size: 4.5px;
}

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

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

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

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

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topsectionwrapper {
  position: relative;
}

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

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

.div-block-65 {
  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-65-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topsection {
  position: relative;
}

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

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 90vw;
  padding: 20px 17px;
  background-color: #fff;
}

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

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

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

._34_22.newstitle {
  max-height: 100px;
  margin-bottom: 90px;
  font-size: 30px;
  text-align: left;
}

._34_22.dc {
  color: #fff;
}

._34_22.dc1 {
  color: #ff4d32;
}

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

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

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #dcdcdc;
  border-radius: 3px;
}

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

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

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

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

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

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #192947;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.58);
}

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

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

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

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

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

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

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

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

.mapsection {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #e4e4e4;
}

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

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

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

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

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

.div-block-35 {
  position: absolute;
  left: 2.6%;
  top: 0.4%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 96.7%;
  height: 63%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
}

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

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  height: 49.267vw;
  max-height: 600.438px;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

.space {
  height: 10px;
  font-size: 10px;
}

.navtopc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.paragraph-22 {
  font-size: 22px;
}

.paragraph-22.sub {
  font-size: 17px;
}

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

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

.featureicon.sub {
  width: 75px;
}

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

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

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

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.homeservicecontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._4060_2030 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

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

._45_27.center.homes3title {
  margin-top: 0px;
  color: #0f79eb;
  font-size: 45px;
  font-weight: 700;
  text-align: left;
}

._45_27.center.homes4title {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #080e34;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  text-align: right;
}

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

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

.container-5._84vw.special {
  max-width: none;
}

.container-5.footerc {
  display: -ms-grid;
  display: grid;
  max-width: none;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.3fr auto minmax(auto, 1fr);
  grid-template-columns: 1.3fr auto minmax(auto, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-5.homes1c {
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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;
}

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

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

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

.homedestinationcontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.homedestinationcontentswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.link-block-2._130sub {
  width: 130px;
  height: 45px;
}

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

.buttonbg {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #0f79eb;
  background-image: url('../images/logotop_1logotop.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
}

.buttonbg.speical {
  background-color: #dcdcdc;
  background-image: none;
}

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

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

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

.paragraph-23 {
  min-height: 130px;
}

.servicetp {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #081d28;
  font-weight: 500;
  text-align: center;
}

.servicebannerw {
  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: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

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

.guranteeswrapper {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

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

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

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

._45_35 {
  color: #0f79eb;
  font-size: 45px;
  text-transform: uppercase;
}

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

.cublock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.cucontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20vw;
}

.imageitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rollingimage {
  width: 30vw;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 30vw;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-66-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background-image: url('../images/facebook_w.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-3.ins {
  background-image: url('../images/icon_ins.png');
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

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


.footerlogo {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.bluedivider_footer {
  width: 30%;
  height: 2px;
  margin-top: 10px;
  background-color: #34ccff;
}

.slider-container {
  overflow: hidden;
  width: 60vw;
  margin-left: 4vw;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: 110px;
  margin-left: 60px;
  border-radius: 100px;
  background-color: #dcdcdc;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #444;
}

.slider-arrow:hover {
  background-color: hsla(0, 0%, 86.3%, 0.4);
}

.slider-arrow.right {
  margin-left: 0px;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-3 {
  position: static;
  width: 30vw;
  height: auto;
  background-color: transparent;
}

.slide-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.slide-content-wrapper.last {
  min-height: 200px;
}

.slider-icon {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  color: #0f79eb;
}

.div-block-76 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

._22 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6c6c6c;
  font-size: 22px;
  line-height: 1.3;
}

.newsp {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 1.4;
}

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

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

.b-help-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-image: linear-gradient(45deg, #34ccff, #3297ff);
}

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

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

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

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

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

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

.help-icon {
  z-index: 500;
  height: 20px;
}

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

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

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

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

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

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

.text-span-15 {
  color: #000;
  white-space: nowrap;
}

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

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

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

._5070_4040-special {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.div-block-80 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 80vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.newswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  border-radius: 10px;
  background-color: hsla(0, 0%, 88.2%, 0.2);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
}

.newswrapper:hover {
  background-color: hsla(0, 0%, 88.2%, 0.08);
  box-shadow: 0 5px 10px -5px #6c6c6c;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.image-5 {
  width: 100%;
  height: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-81 {
  padding: 20px 20px 25px 23px;
}

.newsparagraph {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 1.4;
}

._20 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #080e34;
  font-size: 20px;
  line-height: 1.3;
}

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

.newstitle.sub {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.div-block-82 {
  width: 100%;
  max-width: 80vw;
}

.newscontentp {
  font-family: Raleway, sans-serif;
}

.newscontentp.nopa {
  margin-bottom: 2px;
}

.newscontentt {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #080e34;
  font-size: 19px;
  font-weight: 700;
}

.newscontentt.largep {
  margin-bottom: 10px;
}

.newslink {
  color: #34ccff;
  text-decoration: none;
}

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

.list-item-4 {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  list-style-type: disc;
}

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

.text-span-17 {
  font-weight: 600;
}

._24_18 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #080e34;
  font-size: 24px;
  line-height: 1.5;
}

._20space {
  height: 20px;
}

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

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

.link-8 {
  color: #34ccff;
  text-decoration: none;
}

.report_section {
  overflow: hidden;
  background-color: transparent;
}

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

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

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

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

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

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

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

.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;
  background-color: #f5f7fa;
}

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

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

.arrow {
  display: inline-block;
}

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

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

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

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

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

.div-block-63 {
  width: 80vw;
  padding: 28px;
}

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

.div-block-84 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.culink {
  color: #34ccff;
  text-decoration: none;
}

.paragraph-26 {
  margin-top: 10px;
  margin-bottom: 0px;
}

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

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

.text-span-20 {
  display: inline-block;
  margin-top: 3px;
  margin-left: 11px;
}

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

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

  .navbarlink {
    font-size: 18px;
  }

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

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

  .mapcontainer {
    max-width: 75%;
  }

  ._4590_2540 {
    padding-bottom: 120px;
  }

  ._22 {
    font-size: 1.5em;
  }

  .newsp {
    font-size: 1em;
  }

  .newsparagraph {
    font-size: 1em;
  }

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

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

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

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

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

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

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

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .homes1content {
    width: 100%;
  }

  .servicetitle {
    margin-bottom: 10px;
  }

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

  .footertitle {
    font-size: 35px;
  }

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

  .footermain {
    padding-top: 50px;
  }

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

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

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

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

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

  .dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    min-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .headernav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbarlink {
    font-size: 17px;
  }

  .navbar_line {
    display: none;
  }

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

  ._24_18heading {
    font-size: 22px;
  }

  .topsectioncontent {
    padding-top: 50px;
  }

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

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

  .serviceblock {
    margin-top: 30px;
  }

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

  .dropdown-list-wrapper-2.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .dropdownlink-2 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15.5px;
  }

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

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

  .nav-link-drop-down-2.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

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

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

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

  .topsection {
    position: relative;
  }

  ._34_22 {
    font-size: 30px;
  }

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

  ._34_22.servicetitle {
    margin-bottom: 0px;
  }

  .pricingtitle {
    margin-top: 32px;
  }

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

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

  .mapsection {
    padding-bottom: 60px;
  }

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

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

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

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

  .heroft {
    font-size: 19px;
  }

  .navdropdowndivider {
    display: none;
  }

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

  ._4060_2030 {
    padding-bottom: 50px;
  }

  ._45_27.center.homes4title {
    max-width: none;
    margin-top: 20px;
    direction: ltr;
    text-align: left;
  }

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

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

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

  .homedestinationcontentwrapper {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  ._5070_3040 {
    padding-bottom: 60px;
  }

  .paragraph-23 {
    min-height: 0px;
  }

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

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

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

  .guranteetitle {
    margin-bottom: 5px;
  }

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

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .jobwrapper {
    width: 90%;
  }

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

  .div-block-72 {
    width: 80vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-73 {
    height: 40vw;
  }

  .rollingimage {
    width: 80vw;
  }

  .slider-container {
    width: 50vw;
  }

  .slider-3 {
    width: 50vw;
  }

  ._6070_3050 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .image-5 {
    height: 25vw;
  }

  .newscontentp {
    font-size: 17px;
  }

  ._24_18 {
    font-size: 22px;
  }

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

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

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

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

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

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

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

  .servicetitle {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .navbartop {
    height: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

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

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

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

  .footerparagraph {
    font-size: 17px;
  }

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

  .subfooterwrapper {
    height: auto;
  }

  .footeritemwrapper {
    margin-bottom: 4px;
  }

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

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

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

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

  .brand {
    padding-left: 0px;
  }

  .button {
    font-size: 16px;
  }

  .navbar_line {
    height: 2.4px;
  }

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

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

  .topsectioncontent.large {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .topsectioncontent.news {
    min-height: 250px;
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .topsectiontitle {
    margin-top: 0px;
  }

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

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

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

  .serviceblock {
    margin-top: 25px;
  }

  .servicetop {
    margin-bottom: 15px;
  }

  .buttoncircle {
    font-size: 16px;
  }

  .servicepg {
    width: 95%;
    margin-top: 15px;
  }

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

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

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

  .spaceblock {
    font-size: 3px;
  }

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

  ._25_20 {
    font-size: 23px;
  }

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

  .formcontainer {
    padding: 20px 5px;
  }

  ._34_22 {
    font-size: 25px;
  }

  ._34_22.newstitle {
    margin-bottom: 10px;
  }

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

  .divider-2 {
    height: 0.7px;
  }

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

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

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

  .mapwrapper {
    width: 70vw;
    height: 107.771vw;
    max-height: 523.459px;
    max-width: 340px;
  }

  .imagewrapper {
    height: 40vw;
  }

  .navtopc {
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-66 {
    height: 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-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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

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

  .paragraph-22.sub {
    font-size: 15.5px;
  }

  .featureicon.sub {
    width: 65px;
  }

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

  ._4060_2030 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

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

  ._45_27 {
    font-size: 25px;
  }

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

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

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

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

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

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

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

  .homedestinationcontentwrapper {
    margin-bottom: 10px;
  }

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

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

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

  .servicetp {
    width: 95%;
  }

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

  .sbp {
    text-align: center;
  }

  .guranteeswrapper {
    max-width: none;
  }

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

  ._45_35 {
    font-size: 40px;
  }

  .divider {
    display: none;
    width: 1px;
  }

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

  .cutitlewrapper {
    margin-bottom: 5px;
  }

  .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: 95vw;
  }

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

  ._4590_2540 {
    padding-top: 35px;
  }

  .div-block-66-copy {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-block-3 {
    width: 23px;
    height: 23px;
    margin-top: 3px;
    margin-right: 6px;
  }

  .slider-container {
    width: 80vw;
    margin-top: 25px;
    margin-left: 0vw;
  }

  .slider-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 25px;
    margin-left: 0px;
  }

  .slider-arrow.right {
    right: 60px;
  }

  .slider-3 {
    width: 80vw;
  }

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

  .div-block-77 {
    width: auto;
  }

  ._22 {
    font-size: 20px;
  }

  .newsp {
    font-size: 15px;
  }

  ._6070_3050 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bluedivider {
    margin-bottom: 5px;
  }

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

  ._5070_4040-special {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-80 {
    max-width: 85vw;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }

  .newsparagraph {
    font-size: 15px;
  }

  ._20 {
    font-size: 19px;
  }

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

  .newstitle.sub {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .homesection1 {
    padding-top: 30px;
  }

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

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

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

  .navbartop {
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footermenu {
    font-size: 16px;
  }

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

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

  .footerlink {
    white-space: normal;
  }

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

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

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

  .footerparagraph {
    font-size: 15.5px;
  }

  .footermain {
    padding-top: 40px;
  }

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

  .subfootertext {
    font-size: 13px;
  }

  .subfooterwrapper {
    height: auto;
  }

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

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

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

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

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

  .navbuttonicons {
    width: 25px;
  }

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

  .button {
    margin-bottom: 0px;
  }

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

  .bg.image.herobgi._2 {
    background-position: 30% 50%;
  }

  .bg.bannerbg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/city.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/city.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  ._24_18heading {
    font-size: 18px;
  }

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

  .topsectioncontent.large {
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .topsectioncontent.news {
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .topsectiontitle {
    font-size: 20px;
  }

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

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

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

  .serviceblock {
    margin-top: 20px;
  }

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

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

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

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

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

  ._25_20 {
    font-size: 18px;
  }

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

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

  .paymenticon {
    max-width: 18vw;
  }

  .formcontainer {
    max-width: 97vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._34_22 {
    font-size: 22px;
  }

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

  ._34_22.newstitle {
    margin-bottom: 65px;
  }

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

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

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

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

  .pricingsection {
    padding-bottom: 40px;
  }

  .detailrate {
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .space {
    height: 0px;
  }

  .navtopc {
    height: auto;
    -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;
  }

  .div-block-66 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .featureicon.sub {
    max-width: none;
  }

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

  .homeserviceswrapper {
    padding-top: 17px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  ._45_27 {
    font-size: 22px;
  }

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

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

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

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

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

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

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

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

  .belowtitle {
    font-weight: 600;
  }

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

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

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

  .servicetp {
    margin-top: 30px;
  }

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

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

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

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

  ._45_35 {
    font-size: 35px;
  }

  .divider {
    display: none;
  }

  .paragraph {
    font-size: 16px;
  }

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

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

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

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

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

  .image-4 {
    width: 70vw;
  }

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

  .footerlogo {
    height: 80px;
  }

  .slider-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    margin-top: 87px;
    margin-left: 50px;
  }

  .slide-content-wrapper {
    padding: 20px 25px 20px 20px;
  }

  .slider-icon {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  ._6070_3050 {
    padding-top: 30px;
  }

  .bluedivider {
    margin-top: 10px;
  }

  ._5070_4040-special {
    padding-bottom: 30px;
  }

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

  .image-5 {
    height: 40vw;
  }

  .newstitle {
    font-size: 20px;
  }

  .newstitle.sub {
    font-size: 15px;
  }

  ._24_18 {
    font-size: 18px;
  }

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

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

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

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

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

  .div-block-63 {
    padding: 17px;
  }

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

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

#w-node-aef828bf-6d0e-32aa-d55e-d64489110ec5-297b2046 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

@media screen and (max-width: 991px) {
  #w-node-aef828bf-6d0e-32aa-d55e-d64489110ec5-297b2046 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-a2a3d9f3-1b77-da27-edab-6124092cca46-297b2046 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aef828bf-6d0e-32aa-d55e-d64489110ec5-297b2046 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

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

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

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

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

