@font-face {
  font-family: Lovelo;
  src: url('../fonts/Lovelo-LineLight.woff2') format("woff2"), url('../fonts/Lovelo-LineLight.eot') format("embedded-opentype"), url('../fonts/Lovelo-LineLight.woff') format("woff"), url('../fonts/Lovelo-LineLight.ttf') format("truetype"), url('../fonts/Lovelo-LineLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lovelo;
  src: url('../fonts/Lovelo-LineBold.woff2') format("woff2"), url('../fonts/Lovelo-LineBold.eot') format("embedded-opentype"), url('../fonts/Lovelo-LineBold.woff') format("woff"), url('../fonts/Lovelo-LineBold.ttf') format("truetype"), url('../fonts/Lovelo-LineBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lovelo;
  src: url('../fonts/Lovelo-Black.woff2') format("woff2"), url('../fonts/Lovelo-Black.eot') format("embedded-opentype"), url('../fonts/Lovelo-Black.woff') format("woff"), url('../fonts/Lovelo-Black.ttf') format("truetype"), url('../fonts/Lovelo-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --steel-blue: #2a81c3;
}

a {
  color: #fff;
  text-decoration: underline;
}

.hero-section {
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/property-territory-fencing-man-screws-metal-fence-panel-picture-id1140064390.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-content {
  align-items: center;
  width: auto;
  max-width: 1680px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  border-radius: 0;
  padding: 0;
  display: block;
}

.heading {
  color: #2a8aae;
  width: 90%;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: wrap;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 5%;
  padding: 29px 29px 29px 0;
  display: flex;
  position: relative;
}

.paragraph {
  color: #116e91;
  width: 90%;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.hero__main-button {
  color: #2a8aae;
  text-align: center;
  background-color: #3898ec00;
  border: 5px solid #2a8aae;
  border-radius: 16px;
  width: 175px;
  height: 50px;
  margin-right: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hero__main-button:hover {
  border-color: #a6a7a9;
}

.hero__main-button:active {
  border-color: #2d2557;
}

.hero__main-button.white {
  background-color: #fff;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  margin-left: 11px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hero__main-button.white:hover {
  border-color: #a6a7a9;
}

.hero__main-button.white:active {
  border-color: #2d2557;
}

.hero__main-button.white.center {
  height: 50px;
}

.hero__main-button.white.center.menu {
  border-width: 4.5px;
  width: 22%;
  height: 42px;
  font-size: 1.175vw;
}

.navigation {
  background-color: #fff;
  border: 6px solid #2a8aae;
  border-top-width: 0;
  border-bottom-right-radius: 155px;
  border-bottom-left-radius: 155px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 13%;
  padding-left: 101px;
  padding-right: 101px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-logo {
  background-image: url('../images/Screenshot_34.png');
  background-position: 50%;
  background-size: cover;
  width: 370px;
  height: 105px;
}

.hero-main-button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-image: linear-gradient(50deg, #2dacdc, #2983a5);
  border-radius: 16px;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 112px;
  height: 35px;
  margin: 11px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
}

.hero-main-button:hover {
  background-image: linear-gradient(50deg, #2dacdc, #2983a5);
  border: 5px solid #a6a7a9;
}

.hero-main-button:active {
  border-color: #2d2557;
}

.hero-main-button.first {
  text-align: center;
  align-self: center;
  margin-left: 206px;
}

.services-section {
  background-color: #d3e5ec;
  background-image: url('../images/Web-1920-–-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.services-content {
  float: none;
  text-align: left;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: auto;
  height: 100vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 301px 15px 5px;
  display: flex;
  position: relative;
  inset: 0%;
}

.services-content.mountain {
  background-color: #30abda;
  background-image: linear-gradient(115deg, #42c6f8, #237998);
  border-bottom: 10px solid #fff;
  flex-direction: row;
  align-content: flex-end;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding: 0;
  display: flex;
}

.title-box {
  background-image: linear-gradient(79deg, #2ca8d7, #2a8aae);
  border-radius: 0 0 126px 36px;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 481px;
  height: 80px;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-box.slicer {
  background-color: #fff;
  background-image: none;
  margin-top: 0%;
  margin-left: 11%;
}

.title-box.services {
  background-color: #fff;
  background-image: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -32px;
  font-size: 45px;
  text-decoration: none;
}

.heading-2.white {
  color: #777;
}

.heading-2.services {
  color: #2a8aae;
}

.services-decription-box {
  z-index: 1;
  grid-column-gap: 107px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch center;
  align-self: center;
  place-items: center end;
  margin-top: -18px;
  margin-bottom: 131px;
  position: relative;
}

.servicesdescriptionbox {
  color: #4b3838;
  background-color: #5e5e5e00;
  border: 8px solid #d3e5ec;
  border-radius: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 20vw;
  max-width: 275px;
  height: auto;
  min-height: 350px;
  max-height: 370px;
  display: flex;
}

.servicesdescriptionbox:hover {
  z-index: 3;
  border-bottom-width: 8px;
  display: flex;
  position: static;
}

.servicesiconsgrid {
  grid-column-gap: 127px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: flex-end;
  margin-top: 7px;
  margin-bottom: 19px;
  margin-left: 82px;
  position: relative;
}

.services-icon {
  object-fit: fill;
  border-top-left-radius: 250px;
  border-bottom-right-radius: 250px;
  flex: 0 auto;
  width: 200px;
  height: 104.29px;
  margin-top: -135px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-bottom: 0;
  position: absolute;
}

.services-icon._1 {
  border-top-left-radius: 130px;
  border-bottom-right-radius: 130px;
  margin-top: -261px;
}

.ourwork-section {
  background-color: #ffffffa8;
  border-bottom: 10px solid #2daae2;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ourwork-content {
  background-color: #dedede00;
  border-top: 0 solid #dedede;
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.ourwork-content._2 {
  height: 100%;
}

.image {
  flex: 0 auto;
  width: 75%;
}

.imageslider {
  object-fit: fill;
  background-image: url('../images/Gallery-13.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 45px;
  height: 70vh;
  position: static;
}

.slider {
  background-color: #ddd0;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 75%;
  max-width: 1055px;
  height: 550px;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
}

.image-2 {
  object-fit: cover;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 330px;
  height: 600px;
  box-shadow: 2px 2px 5px #000;
}

.image-2.sliderimage {
  width: 100%;
  height: 550px;
  box-shadow: none;
}

.divider {
  background-color: #fff;
  order: -1;
  width: 100%;
  height: 50px;
  margin: -98px 0 1px;
  position: absolute;
  inset: 198% auto 0% 0%;
}

.image-3 {
  text-align: left;
  white-space: normal;
  width: 300px;
  margin-left: 0;
  margin-right: -1px;
  position: static;
}

.navbar {
  background-color: #fff;
  border: 0 solid #9687be;
  border-bottom-width: 5px;
  border-radius: 0 0 150px 150px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-left: 0%;
  display: flex;
  position: absolute;
}

.container {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1200px;
  margin-left: 7%;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.serviceswrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  margin-top: 0%;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.image-4 {
  align-self: flex-start;
  width: 200px;
  height: 104.29px;
  margin-top: -131px;
  margin-left: 0;
}

.image-5 {
  align-self: flex-start;
  width: 200px;
  height: 104.2px;
  margin-top: -131px;
  margin-left: 0;
}

.image-6, .image-7 {
  align-self: flex-start;
  margin-top: -131px;
  margin-left: 0;
}

.aboutsection {
  background-color: #fff0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 880px;
  display: flex;
  position: relative;
}

.contectus-sextion {
  color: #130505;
  background-image: linear-gradient(121deg, #42c6f8, #237998);
  border-top: 45px solid #666;
  border-bottom: 0 solid #666;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 950px;
  display: flex;
  position: relative;
}

.contactinfowrapp {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: center;
  width: 80%;
  margin-top: 83px;
  display: flex;
}

.contactinfogrid {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  display: grid;
}

.iconholderinfo {
  background-color: #fff;
  border-radius: 0 95px 0 125px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.image-8 {
  width: 105px;
  height: 105px;
  margin-top: -12px;
  margin-left: 13px;
}

.image-9 {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.text-block {
  color: #fff;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.text-block._9 {
  margin-top: 0;
  margin-bottom: -1px;
}

.image-10 {
  width: 80px;
  height: 80px;
  font-size: 10px;
}

.image-11 {
  width: 80px;
  height: 80px;
  margin-left: 9px;
}

.form-block {
  z-index: 2;
  color: #777;
  background-color: #fff0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 152px;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  margin-top: 31px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-field {
  color: #fff;
  text-align: left;
  background-color: #2b8cb0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  width: 85%;
  height: 7%;
  padding-left: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-field:hover {
  color: #fff;
  background-color: #777;
}

.text-field:focus {
  background-color: #777;
}

.text-field::placeholder {
  color: #ffffffa3;
}

.text-field-2 {
  color: #fff;
  background-color: #2b8cb0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  width: 85%;
  height: 8%;
  padding-left: 26px;
}

.text-field-2:hover, .text-field-2:focus {
  background-color: #777;
}

.text-field-2::placeholder {
  color: #ffffffa3;
}

.text-field-3 {
  color: #fff;
  background-color: #2b8cb0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  width: 85%;
  height: 8%;
  padding-left: 26px;
}

.text-field-3:hover, .text-field-3:focus {
  background-color: #777;
}

.text-field-3::placeholder {
  color: #ffffffa3;
}

.text-field-4 {
  color: #fff;
  text-align: left;
  background-color: #2b8cb0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  flex: 0 auto;
  align-self: auto;
  width: 85%;
  height: 175px;
  margin-bottom: 26px;
  padding-left: 26px;
  text-decoration: none;
  position: relative;
}

.text-field-4:hover, .text-field-4:active, .text-field-4:focus {
  background-color: #777;
}

.text-field-4::placeholder {
  color: #ffffffa3;
}

.form {
  text-align: center;
  background-color: #fff;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 135px;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.submit-button {
  clear: none;
  color: #2987aa;
  text-align: center;
  background-color: #fff;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  width: 175px;
  height: 40px;
  margin: 20px 0 -60px;
  padding-bottom: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.field-label {
  background-color: #fff;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  flex-direction: row;
  order: -1;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: -65px auto 43px 0;
  display: flex;
  position: relative;
}

.form-wrapp {
  background-color: #fff0;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 40%;
  max-width: 500px;
  height: 100%;
  margin-bottom: -45px;
  display: flex;
  position: relative;
}

.formbg {
  z-index: 1;
  background-color: #fff;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  width: 500px;
  height: 375px;
  margin-top: 16px;
  margin-bottom: 72px;
  margin-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block {
  z-index: 15;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  display: flex;
  position: static;
}

.servicestitle {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.text-block-3 {
  color: #1a5c74;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-3.servicestitle {
  color: #fff;
  font-size: 2vw;
}

.text-block-4 {
  color: #1a5c74;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-4.servicestitle {
  color: #fff;
  font-size: 2vw;
}

.text-block-5 {
  color: #1a5c74;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-5.servicestitle {
  color: #fff;
  font-size: 2vw;
}

.no {
  width: auto;
}

.services-divider {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  width: 125px;
  height: 7px;
  margin-top: 1.5vw;
  margin-bottom: 0;
}

.services-description {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 1vw;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: grid;
}

.grid.new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-video {
  z-index: 5;
  object-fit: fill;
  border: 5px solid #fff;
  border-radius: 0;
  align-self: center;
  width: 450px;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: #95727200;
  border: 20px solid #fff;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 125px;
  width: 600px;
  height: 400px;
  position: absolute;
}

.div-block-3.frame1 {
  border-radius: 20px 0 0;
  height: 370px;
}

.div-block-3.frame2 {
  border-color: #2a8aae;
  border-radius: 125px 0 95px;
  height: 370px;
}

.div-block-4 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 0;
  width: 60px;
  height: 60px;
  margin-bottom: -13px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-5 {
  z-index: 1;
  background-image: linear-gradient(149deg, #707070, #b5b5b5);
  border-top-left-radius: 30px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 400px;
  width: 800px;
  height: 400px;
  position: absolute;
}

.div-block-5.grey {
  height: 450px;
  margin-left: 0;
  position: relative;
}

.div-block-5.blue {
  z-index: 2;
  background-image: linear-gradient(69deg, #2ca8d7, #2a8aae);
  border-radius: 400px 100px 100px 30px;
  height: 450px;
  margin-left: 0;
  position: absolute;
}

.div-block-6 {
  width: 40%;
}

.nav-link {
  width: 100px;
  height: 50px;
}

.nav-link.button-nav {
  background-image: linear-gradient(34deg, #2dacdc, #2983a5);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: -5px;
  margin-right: 37px;
  padding-left: 27px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 1000px;
  margin-left: 26px;
  display: flex;
  position: static;
}

.nav-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1200px;
  margin-left: 7%;
  margin-right: 0;
  display: flex;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 275px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 6%;
  display: grid;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.video {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.video.hero-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-right: 19px;
}

.frame1 {
  z-index: 1;
  background-color: #2ca8d7;
  background-image: linear-gradient(57deg, #2ca8d7, #2a8aae);
  border-radius: 275px 75px 75px 35px;
  align-self: auto;
  width: 110%;
  height: 350px;
  position: absolute;
}

.frame2 {
  z-index: 2;
  background-image: linear-gradient(111deg, #707070, #b5b5b5);
  border-radius: 35px 40px 40px 275px;
  width: 110%;
  height: 350px;
  position: absolute;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 350px;
  display: flex;
  position: relative;
}

.hero-buttons {
  display: flex;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  width: 100px;
}

.icon-2 {
  position: static;
}

.brand-2 {
  justify-content: flex-start;
  align-items: center;
  width: 205px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.navbar-3 {
  z-index: 12;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 5px solid #2daae2;
  border-radius: 0 0 150px 150px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-button-2 {
  flex: 0 auto;
  display: none;
  position: relative;
  overflow: visible;
}

.image-12 {
  margin-left: 0;
}

.home-button {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 0;
  display: flex;
}

.home-button.regular {
  color: #fff;
  background-image: linear-gradient(60deg, #2dacdc, #2983a5);
  border-radius: 14px;
  width: 17%;
  height: 42px;
  margin-right: 12px;
  padding: 0 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15vw;
  font-weight: 600;
}

.home-button.regular:hover {
  background-color: #9288c5;
  background-image: none;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100px;
  display: flex;
}

.left-arrow {
  background-image: linear-gradient(183deg, #63c8ee, #1d789a);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 90px;
  width: 75px;
  height: 160px;
  margin-left: -12%;
}

.right-arrow {
  background-image: linear-gradient(#63c8ee, #1d789a);
  border-top-right-radius: 90px;
  border-bottom-left-radius: 40px;
  width: 75px;
  height: 160px;
  margin-right: -12%;
}

.paragraph-2 {
  z-index: 2;
  color: #03455d;
  width: 100%;
  max-width: 550px;
  height: 125px;
  margin-top: -17vh;
  margin-left: 15vw;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  width: 38%;
  max-width: 500px;
  height: 125px;
  margin-top: 12vh;
  margin-left: 21vw;
  display: flex;
  position: absolute;
}

.div-block-11 {
  z-index: 1;
  margin-top: -120px;
  margin-left: -62px;
  position: relative;
}

.div-block-11._1 {
  margin: 0 -62px -120px 0;
}

.slide-nav {
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.formsuccess {
  width: 175px;
  height: 175px;
  line-height: 28px;
  position: relative;
  inset: auto;
}

.error-message {
  z-index: 3;
  color: #ff0909;
  flex: 0 auto;
  align-self: center;
  width: 60%;
  margin-top: 72px;
  font-size: 20px;
  position: absolute;
}

.image-13._2 {
  margin-bottom: -35px;
  margin-right: -51px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video {
  z-index: 10;
  order: -1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-13 {
  background-color: #ffffff9e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 41vh;
  display: flex;
  position: absolute;
  overflow: visible;
}

.div-block-13:hover {
  display: flex;
}

.button {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.link-block {
  background-color: #fff0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 255px;
  height: 40vh;
  max-height: 350px;
  display: flex;
  position: absolute;
}

.link-block:hover {
  background-color: #ffffffa1;
  display: flex;
}

.div-block-14 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 40vh;
  display: flex;
  position: absolute;
}

.text-block-6 {
  color: #3d3d3d00;
  border-bottom: 0 solid #000;
  align-self: auto;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-6:hover {
  display: flex;
}

.heading-3 {
  background-color: #ad7474;
  position: static;
}

.div-block-15 {
  z-index: 15;
  background-color: #fff;
  border: 5px solid gray;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 95vh;
  margin: 2.5vh 10%;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tab-pane-tab-1 {
  background-color: #666;
  background-image: url('../images/6.png');
  background-position: 50% 0;
  background-size: cover;
  border: 4px solid #666;
  width: 100%;
  height: 80vh;
  margin-top: 2.5vh;
  overflow: scroll;
}

.tabs-menu {
  justify-content: space-around;
  height: 10vh;
  display: flex;
}

.tabs-menu.sevices-tabs {
  flex-direction: row;
  width: 100%;
}

.tabs {
  width: 90%;
  height: 85vh;
}

.tab-link-tab-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  border: 3px solid #666;
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-link-tab-1:hover {
  background-color: #d4d4d4;
  border: 4px solid #666;
  border-bottom-width: 0;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #66666647;
  border: 4px solid #666;
  border-bottom-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7, .text-block-8 {
  color: #666;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.tab-pane-tab-2 {
  background-color: #666;
  background-image: url('../images/11.png');
  background-position: 0 0;
  background-size: cover;
  border: 4px solid #666;
  width: 100%;
  height: 75vh;
}

.div-block-16 {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 4vh;
  margin-right: 10.5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-16:hover {
  background-color: #947f7f;
}

.text-block-9 {
  z-index: 1;
  cursor: pointer;
  background-color: #949494;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 50px;
  padding-top: 0;
  padding-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 5px;
  transition: all .75s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-9:hover {
  color: #fff;
  background-color: #666;
}

.text-block-10 {
  margin-top: 173px;
  margin-bottom: 25px;
  font-size: 18px;
  display: none;
  position: absolute;
}

.div-block-17 {
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 20%;
  height: 42vh;
  padding-bottom: 11px;
  display: flex;
  position: absolute;
}

.text-block-11 {
  color: #0e5b77;
  cursor: pointer;
  background-color: #349fc8;
  background-image: linear-gradient(62deg, #dadada, #ececec);
  border-radius: 14px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 130px;
  max-width: 250px;
  height: 40px;
  max-height: 370px;
  margin-top: 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.text-block-11:hover {
  color: #fff;
  background-color: #43c0f0;
  background-image: none;
  padding-bottom: 0;
}

.video-2 {
  z-index: 5;
  border: 20px solid #2a8aae;
  border-radius: 40px;
  overflow: hidden;
}

.div-block-18 {
  justify-content: space-between;
  align-self: flex-end;
  width: 80%;
  max-width: 1200px;
  height: 100px;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.div-block-19 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 25px;
  padding-top: 25px;
  display: flex;
}

.div-block-19._10 {
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-right: 3px;
  padding-top: 0;
}

.div-block-19._6 {
  flex-direction: column;
  margin-left: 24px;
  padding-top: 6px;
}

.link, .link-2, .link-3, .link-4 {
  color: #fff;
}

.link-5 {
  color: #c7aaaa;
}

.link-5.w--current {
  color: #fff;
}

.text-block-12 {
  color: #ffffff9c;
  margin-top: -20px;
  margin-left: 0;
  font-size: 16px;
  position: absolute;
}

.html-embed {
  color: #13050500;
  background-color: #ededed00;
  position: absolute;
}

.html-embed-2 {
  order: 1;
  width: 50%;
  min-width: 0;
  max-width: 500px;
  margin-right: 5%;
  position: relative;
}

.div-block-20 {
  order: 1;
  min-width: 175px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-20._2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0%;
}

.div-block-20._1 {
  padding-top: 5px;
}

.text-block-13 {
  color: #666;
  width: 120px;
  font-weight: 700;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  display: inline-block;
}

.link-6 {
  cursor: pointer;
  width: auto;
  font-size: 16px;
}

.text-block-15 {
  color: #bdbdbd;
}

.html-embed-3 {
  z-index: 15;
  position: absolute;
}

.div-block-22 {
  z-index: 1;
  background-image: url('../images/1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 400px;
  height: 150px;
  position: relative;
}

.div-block-22._2 {
  background-image: url('../images/2_1.png');
  background-position: 50% 10%;
}

.div-block-22._3 {
  background-image: url('../images/3.png');
  background-position: 50% 43%;
}

.div-block-22._4 {
  background-image: url('../images/4.png');
  background-position: 50% 20%;
}

.div-block-23 {
  z-index: 2;
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 450px;
  margin-top: -111px;
  margin-left: 50px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 3px #2c2c2c;
}

.grid-2 {
  grid-column-gap: 118px;
  grid-row-gap: 84px;
  background-color: #f3edff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-rows: 500px 500px;
  grid-auto-rows: 500px;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 23px 23px 446px;
  box-shadow: 0 1px 10px #000;
}

.div-block-24 {
  margin-top: 0;
  display: block;
}

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

.div-block-26 {
  background-color: #f3edff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: 100vh;
  margin-top: 23px;
  margin-bottom: 39px;
  margin-left: 0;
  padding-top: 74px;
  padding-left: 0;
  display: flex;
  box-shadow: 0 8px 13px #000;
}

.paragraph-3 {
  color: #3b3b3b;
  width: 80%;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.paragraph-4 {
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 10px;
  padding-top: 15px;
  font-family: Exo, sans-serif;
  display: block;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mask {
  border-top-right-radius: 250px;
  border-bottom-left-radius: 330px;
}

.div-block-30, .container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  height: 90%;
  padding-bottom: 24px;
  display: flex;
}

.background {
  z-index: 3;
  background-image: linear-gradient(156deg, #707070, #b5b5b5);
  border-radius: 50px 50px 70% 70px;
  width: 80%;
  max-width: 1350px;
  height: 650px;
  position: absolute;
}

.background._1 {
  z-index: 1;
  background-image: linear-gradient(56deg, #2ca8d7, #2a8aae);
  border-radius: 50px 70% 50px 170px;
}

.div-block-32 {
  background-color: #ffffffe0;
  border-radius: 40px;
  justify-content: center;
  width: 80%;
  max-width: 1350px;
  height: 60%;
  margin-top: 83px;
  display: flex;
}

.div-block-33 {
  background-color: #2ca2cf42;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-34 {
  background-image: url('../images/iStock-1141626538-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-35 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  display: flex;
}

.link-7 {
  border: 1px solid #2987aa;
}

.text-span-3, .text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  white-space: normal;
  font-weight: 400;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-2, .slider-3, .slider-4, .slider-5 {
  width: 100%;
}

.image-16, .image-17 {
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  z-index: 3;
  background-color: #fff;
  background-image: linear-gradient(119deg, #dadada, #ececec);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #ffffffb3;
  background-image: none;
}

.text-block-16 {
  color: #0e5b77;
}

.dropdown-link {
  background-color: #e5e5e5;
  border-top: 0 solid #e9e9e9;
  border-bottom: 3px solid #7c7c7c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link:hover {
  background-color: #a8c6d1;
}

.dropdown-link._2 {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.dropdown-link._2._4 {
  border-bottom-width: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-link._3 {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.dropdown-list {
  z-index: 0;
  background-color: #0000;
}

.dropdown-list.w--open {
  border: 3px solid #7c7c7c;
  border-radius: 10px;
}

.div-block-37 {
  z-index: 30;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1140064390.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-38 {
  justify-content: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.heading-4 {
  color: #727272;
  text-align: left;
  max-width: 1600px;
  margin-top: 20px;
  margin-bottom: -3px;
  margin-left: -939px;
  padding-left: 0;
}

.grid-3 {
  grid-template-rows: auto;
  max-width: 1500px;
  max-height: 80vh;
  margin-top: -90px;
  transition: all .5s;
}

.text-block-17 {
  color: #133d79;
  font-size: 18px;
  line-height: 30px;
}

.div-block-39 {
  z-index: 2;
  background-color: #fff;
  border: 5px solid #949494;
  border-radius: 20px;
  width: 70%;
  height: 650px;
  margin-left: 20%;
  padding: 34px;
  position: relative;
}

.bold-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 44px;
}

.div-block-40 {
  z-index: 0;
  background-color: #fff;
  border: 3px solid #949494;
  border-radius: 20px;
  width: 100%;
  height: 450px;
  margin-top: 38px;
  margin-left: -132px;
  padding-left: 38px;
  position: relative;
}

.slider-6 {
  background-color: #0000;
  border: 0 solid #000;
  height: 100%;
}

.mask-2 {
  border-top-right-radius: 16.5px;
  border-bottom-right-radius: 16.5px;
}

.image-18 {
  height: 100%;
}

.div-block-41 {
  background-color: #666;
  width: 100%;
  height: 150px;
}

.section {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.content-wtapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  margin-top: 51px;
  padding-left: 7%;
  padding-right: 7%;
  display: grid;
}

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

.text-block-18 {
  color: #fff;
  margin-top: 28px;
  margin-bottom: 17px;
  font-family: Lovelo, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 34px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.button-2 {
  width: 200px;
  height: 45px;
  color: var(--steel-blue);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Lovelo, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: all .5s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #0000;
  border: 5px solid #fff;
}

.container-5 {
  position: absolute;
}

.div-block-42 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar-4 {
  background-color: #0000;
  width: 100%;
}

.brand-3 {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 350px;
  height: 150px;
  margin-left: 36px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-menu-3 {
  height: 80px;
  margin-right: 36px;
}

.nav-link-2 {
  color: #fff;
  margin-left: 10px;
  font-family: Lovelo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: all .5s;
}

.nav-link-2:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.nav-link-2.w--current {
  color: var(--steel-blue);
  background-color: #fffffff2;
}

.div-block-43 {
  border: 5px solid #fff;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 80px;
  margin-left: 0;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.div-block-44 {
  background-color: #fff;
  width: 5px;
  height: 30px;
}

.link-block-2 {
  width: 40px;
  height: 80px;
  margin-bottom: 4vh;
  position: absolute;
  inset: auto auto 0%;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 820px;
  display: flex;
}

.text-block-19 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 121px;
  margin-bottom: 30px;
  font-family: Lovelo, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.text-block-19._2 {
  color: #fff;
  max-width: 1500px;
  margin-top: 84px;
  margin-bottom: 86px;
}

.text-block-19._2._3 {
  margin-top: 0;
  margin-bottom: 53px;
  position: relative;
}

.text-block-19._2._3._6 {
  font-size: 30px;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  margin-top: 48px;
  padding-left: 7%;
  padding-right: 7%;
  display: grid;
}

.div-block-46 {
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 420px;
  padding: 11px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-family: Lovelo, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 16px;
}

.image-19 {
  width: auto;
  margin-top: 17px;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45%;
  padding: 37px;
  display: flex;
  position: relative;
}

.button-3 {
  border: 5px solid var(--steel-blue);
  color: var(--steel-blue);
  background-color: #0000;
  margin-top: 75px;
  font-family: Lovelo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: all .5s;
}

.button-3:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.section-3 {
  background-color: var(--steel-blue);
  width: 100%;
}

.div-block-48 {
  flex-direction: column;
  align-items: center;
  height: 850px;
  display: flex;
}

.text-block-21 {
  text-align: center;
}

.slider-7 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 1100px;
  max-width: 1100px;
  height: 450px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.mask-3 {
  width: 980px;
  height: 490px;
  box-shadow: 0 0 12px #000;
}

.slide {
  width: 980px;
  height: 490px;
  top: 0;
  bottom: 0;
}

.slideri {
  width: 980px;
  height: 490px;
}

.right-arrow-2 {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  width: 120px;
  height: 420px;
  margin-left: 0;
  margin-right: 18px;
  transition: all .5s;
}

.right-arrow-2:hover {
  background-color: #cacaca;
}

.left-arrow-2 {
  z-index: 0;
  background-color: #fff;
  width: 120px;
  height: 420px;
  margin-left: 18px;
  transition: all .5s;
}

.left-arrow-2:hover {
  background-color: #cacaca;
}

.icon-3 {
  color: var(--steel-blue);
}

.icon-4 {
  color: var(--steel-blue);
  background-color: #0000;
}

.button-4 {
  background-color: #0000;
  border: 5px solid #fff;
  margin-top: 84px;
  font-family: Lovelo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: all .5s;
  position: relative;
}

.button-4:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.section-4 {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 73px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1500px;
  height: 460px;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 850px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.div-block-51 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-52 {
  z-index: 1;
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 360px;
  padding: 41px 17px 17px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-53 {
  z-index: 3;
  border: 5px solid var(--steel-blue);
  background-color: #fff;
  border-radius: 250px;
  width: 150px;
  height: 150px;
  margin-bottom: -45px;
  position: relative;
  left: auto;
  right: auto;
}

.text-block-22 {
  color: var(--steel-blue);
  margin-bottom: 85px;
  font-family: Lovelo, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.section-5 {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 850px;
  padding-top: 6px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.form-2 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  font-family: Lovelo, sans-serif;
  font-weight: 900;
  display: flex;
}

.field-label-2, .field-label-3 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.text-field-5, .text-field-6 {
  height: 55px;
}

.text-field-7 {
  height: 150px;
}

.submit-button-2 {
  width: 200px;
  height: 55px;
  color: var(--steel-blue);
  background-color: #fff;
  margin-top: 21px;
  font-size: 22px;
  transition: all .5s;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #0000;
  border: 5px solid #fff;
}

.textarea {
  height: 150px;
  padding-bottom: 127px;
}

.div-block-56 {
  flex-direction: row;
  justify-content: space-between;
  width: 1100px;
  height: 80px;
  margin-bottom: 54px;
  display: flex;
}

.link-block-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
}

.div-block-57 {
  background-color: #fff;
  align-items: center;
  width: 73px;
  height: 73px;
  padding: 9px;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #000;
}

.div-block-57:hover {
  background-color: #e0e0e0;
}

.div-block-58 {
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: var(--steel-blue);
  background-color: #fff;
  align-items: center;
  width: 80%;
  transition: all .5s;
  display: flex;
}

.div-block-58:hover {
  background-color: #e0e0e0;
}

.text-block-23 {
  color: var(--steel-blue);
  margin-left: 14px;
  font-family: Lovelo, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: underline;
}

.image-22 {
  transition: all .5s;
}

.footer {
  text-align: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: 210px;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.div-block-59 {
  margin-left: 62px;
}

.div-block-60 {
  margin-left: 83px;
}

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

.paragraph-7 {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.text-block-25 {
  color: #fff;
  text-align: right;
  width: 100%;
  padding-right: 22px;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero-section {
    justify-content: center;
    align-items: flex-end;
    height: 1300px;
  }

  .heading {
    background-color: #fff;
    border: 3px solid #847995;
    border-radius: 35px;
    width: 65vw;
    max-width: 490px;
    margin-top: 35px;
    padding: 21px;
    font-size: 7vw;
    line-height: 8vw;
  }

  .hero-wrapper {
    background-color: #fff0;
    border: 10px solid #2a8aae;
    border-radius: 17px;
    justify-content: center;
    align-self: center;
    width: 70vw;
    max-width: 550px;
    height: 500px;
    margin-top: -77px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph {
    width: 65vw;
    max-width: 490px;
    margin-bottom: 2.5vw;
    margin-left: 0;
    padding-left: .25vw;
  }

  .hero__main-button {
    border-width: 2.5px;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 2.5vw;
    display: flex;
  }

  .hero__main-button.white.center {
    font-size: 2.5vw;
  }

  .hero__main-button.white.center.menu {
    width: 70%;
    margin-top: -56px;
    margin-left: 15%;
    font-size: 21px;
    position: relative;
  }

  .services-section {
    height: 1300px;
    display: flex;
  }

  .services-content.mountain {
    height: 1300px;
    margin-left: auto;
  }

  .title-box {
    margin-left: 9vw;
  }

  .services-decription-box {
    grid-column-gap: 47px;
    grid-row-gap: 201px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    margin-left: 0;
    display: grid;
  }

  .servicesdescriptionbox {
    width: 37vw;
    max-width: 300px;
    height: 43vh;
  }

  .ourwork-section {
    height: 50%;
  }

  .ourwork-content {
    flex-direction: row;
    align-items: center;
    height: 900px;
  }

  .slider {
    width: 70%;
    height: 400px;
    margin-top: 0;
  }

  .image-2.sliderimage {
    border-bottom-left-radius: 290px;
    width: 650px;
    height: 400px;
  }

  .image-3 {
    width: 250px;
    height: 82px;
    margin-top: -6px;
    margin-left: 179px;
  }

  .navbar {
    height: 100px;
  }

  .serviceswrapper {
    margin-left: 0;
    margin-right: 0%;
  }

  .contectus-sextion {
    border-bottom-width: 150px;
    align-items: flex-start;
    height: 1500px;
    padding-top: 106px;
  }

  .contactinfowrapp {
    grid-row-gap: 88px;
    flex-direction: column;
    grid-template-columns: 1.25fr;
    justify-items: start;
  }

  .contactinfogrid {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1fr;
    align-content: space-between;
    justify-items: center;
    width: 100%;
    margin-bottom: 106px;
  }

  .image-8 {
    margin-top: -8px;
  }

  .text-block, .form-block, .form {
    width: 100%;
  }

  .form-wrapp {
    justify-content: center;
    width: 85%;
    max-width: 600px;
  }

  .div-block {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  .servicestitle, .text-block-3.servicestitle, .text-block-4.servicestitle, .text-block-5.servicestitle {
    font-size: 35px;
  }

  .services-divider {
    margin-top: 20px;
  }

  .services-description {
    width: 85%;
    margin-top: 15px;
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: grid;
  }

  .grid.new {
    grid-column-gap: 16px;
    grid-row-gap: 132px;
    flex-direction: column;
    order: -1;
    grid-template-rows: .25fr .25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    align-self: center;
    align-items: start;
    width: 80vw;
    height: 1000px;
    margin-top: -88px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .hero-video {
    align-self: center;
    margin-top: 7px;
    margin-right: -162px;
    position: relative;
  }

  .div-block-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 1300px;
    margin-top: 0;
    margin-left: 12px;
  }

  .div-block-5.grey {
    flex-wrap: wrap;
    order: -1;
    place-content: flex-start center;
    align-self: flex-end;
    align-items: center;
    width: 675px;
    margin-bottom: -160px;
    display: flex;
  }

  .div-block-5.blue {
    order: 1;
    align-self: flex-end;
    align-items: flex-end;
    width: 675px;
    margin-bottom: 26px;
    display: flex;
  }

  .brand {
    width: 400px;
    height: 100px;
  }

  .video {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 98px;
  }

  .video.hero-wrapp {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .frame1, .frame2 {
    width: 80vw;
    max-width: 575px;
  }

  .wrapper {
    justify-content: center;
    width: 70vw;
    max-width: none;
    height: 300px;
    max-height: 300px;
    margin-bottom: 34px;
    display: flex;
  }

  .icon {
    background-color: #fff;
    width: 7vw;
    height: 1.75vw;
    margin-bottom: .75vw;
    margin-left: 1.5vw;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .icon._3 {
    border-radius: 5vw;
    width: 2.2vw;
    max-width: 18px;
    height: .75vw;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .icon._1 {
    border-radius: 5vw;
    width: 46px;
    max-width: 50px;
    height: .75vw;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .icon._2 {
    border-radius: 5vw;
    width: 45px;
    max-width: 35px;
    height: .75vw;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .hero-buttons {
    justify-content: flex-start;
    width: 65vw;
    max-width: 490px;
    margin-bottom: 35px;
    display: flex;
  }

  .brand-2 {
    z-index: 3;
    margin-left: 8%;
  }

  .menu-button-2 {
    z-index: 10;
    background-color: #2daae2;
    border-radius: 12px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 960px;
    max-width: 60px;
    height: 60px;
    min-height: 0;
    max-height: 60px;
    margin-right: 10%;
    padding: 2.55px 2.5px 2.5px;
    display: flex;
  }

  .home-button.regular {
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-radius: 0;
    align-self: flex-start;
    width: 100%;
    height: 102px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 24px;
  }

  .home-button.regular.last {
    border-bottom-width: 80px;
    height: 152px;
  }

  .nav-menu-2 {
    z-index: 5;
    background-color: #fff0;
    border: 0 solid #2daae2;
    border-top: 130px solid #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: flex-end;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-icon {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    object-fit: fill;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 1px);
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    width: auto;
    height: 5px;
    margin-left: -.75vw;
    display: grid;
    position: relative;
  }

  .left-arrow {
    margin-left: -16.5%;
  }

  .right-arrow {
    margin-right: -16.5%;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-left: -50px;
    margin-right: 0;
  }

  .div-block-10 {
    justify-content: space-between;
    width: 45%;
    margin-top: 21.5vh;
    margin-left: -12%;
    display: flex;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .slide-nav {
    justify-content: flex-end;
    padding-right: 60px;
  }

  .image-13._2 {
    margin: 0 0 -56px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-12 {
    margin-top: -108px;
  }

  .text-block-9 {
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: -44.5vh;
    margin-left: 36.65vw;
    padding-bottom: 12px;
  }

  .text-block-11:hover {
    padding-bottom: 21.5px;
  }

  .video-2 {
    width: 70vw;
    max-width: 550px;
    height: 300px;
    min-height: auto;
    max-height: 300px;
    display: flex;
  }

  .div-block-18 {
    align-items: center;
    height: 150px;
    margin-top: 150px;
  }

  .div-block-19 {
    margin-right: 1px;
  }

  .div-block-19._10 {
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-left: -180px;
    margin-right: 58px;
    position: absolute;
  }

  .html-embed-2 {
    margin: 2px 5% 0 0;
    position: static;
  }

  .div-block-20._2 {
    align-items: center;
    height: 100px;
  }

  .div-block-20._1 {
    flex-direction: row;
    margin-top: 0;
  }

  .grid-2 {
    background-color: #f3edff8a;
    grid-template-columns: 1fr;
    margin-top: -40px;
    padding-top: 82px;
  }

  .div-block-26 {
    height: auto;
    padding-top: 46px;
    padding-bottom: 17px;
  }

  .mask {
    border-bottom-left-radius: 290px;
  }

  .div-block-28 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    display: flex;
  }

  .div-block-29 {
    background-color: #fff;
    border-radius: 20px;
    width: 80%;
    height: 8px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-29._1 {
    margin-bottom: 0;
  }

  .div-block-32 {
    height: 1030px;
    margin-top: 106px;
    padding-top: 50px;
  }

  .div-block-33 {
    height: 500px;
  }

  .div-block-35 {
    background-color: #0000;
    align-items: center;
    width: 82%;
    height: 550px;
    margin-left: 0%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .section {
    height: 850px;
    margin-top: -7px;
    margin-bottom: 17px;
  }

  .content-wtapper {
    align-items: stretch;
    margin-top: 49px;
    margin-bottom: 32px;
    overflow: hidden;
  }

  .navbar-4 {
    align-items: flex-end;
    height: 150px;
    margin-bottom: 18px;
    padding-right: 77px;
    display: flex;
    overflow: visible;
  }

  .brand-3 {
    z-index: 5;
    margin-bottom: -14px;
  }

  .nav-menu-3 {
    background-color: #0000;
    width: 100%;
    margin-right: 0;
  }

  .nav-link-2 {
    color: var(--steel-blue);
    background-color: #fff;
    border-top: 5px solid #cbcbcb;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: #cbcbcb;
  }

  .nav-link-2._1 {
    z-index: 0;
    background-color: #fff;
    border-top: 130px solid #fff;
    width: 100%;
    margin-top: -42px;
  }

  .nav-link-2._1.w--current {
    background-color: #cbcbcb;
    border-top-width: 150px;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .nav-link-2._4 {
    border-bottom: 5px solid #cbcbcb;
  }

  .section-2 {
    height: auto;
  }

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

  .text-block-19._2._3 {
    margin-bottom: 53px;
  }

  .text-block-19._2._3._6 {
    border: 5px solid #fff;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    margin-bottom: 18px;
    padding: 9px;
    display: flex;
  }

  .div-block-45 {
    grid-column-gap: 39px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .div-block-46 {
    height: 470px;
  }

  .div-block-47 {
    margin-top: 6px;
    margin-bottom: 40px;
    padding: 50px;
  }

  .button-3 {
    margin-top: 39px;
    margin-bottom: 59px;
  }

  .div-block-48 {
    overflow: hidden;
  }

  .slider-7 {
    width: 100%;
    max-width: 900px;
  }

  .mask-3 {
    width: 650px;
  }

  .div-block-49 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    place-content: flex-end center;
    align-items: center;
    width: 650px;
    height: 800px;
    display: flex;
  }

  .div-block-50 {
    height: 1150px;
  }

  .div-block-51 {
    width: auto;
    display: flex;
  }

  .div-block-51._3 {
    flex-direction: column;
  }

  .div-block-52 {
    width: 280px;
  }

  .text-block-22 {
    margin-bottom: 196px;
  }

  .div-block-54 {
    height: 1150px;
    overflow: hidden;
  }

  .form-2 {
    width: 90%;
    overflow: hidden;
  }

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

  .menu-button-3.w--open {
    z-index: 5;
    color: var(--steel-blue);
    background-color: #0000;
  }

  .icon-5 {
    z-index: 12;
    border: 5px solid var(--steel-blue);
    width: 60px;
    height: 60px;
    color: var(--steel-blue);
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icon-5:hover {
    color: var(--steel-blue);
    background-color: #fff;
    border: 5px solid #fff;
  }

  .icon-5:active {
    border-width: 5px;
    border-color: var(--steel-blue);
    color: var(--steel-blue);
    background-color: #fff;
  }

  .icon-5:focus {
    border-color: var(--steel-blue);
    color: var(--steel-blue);
  }

  .form-block-2 {
    justify-content: center;
    width: 92%;
    display: flex;
  }

  .div-block-56 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: 36px;
  }

  .link-block-3 {
    justify-content: center;
    width: 85%;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  .hero-content {
    margin-left: -53px;
  }

  .heading {
    border-width: 5px;
    border-radius: 25px;
  }

  .hero-wrapper {
    margin-left: 0%;
    margin-right: 0;
  }

  .hero__main-button.white.center.menu {
    font-size: 18px;
  }

  .services-section {
    flex-direction: row;
    align-items: center;
    height: 1250px;
    display: block;
  }

  .services-content.mountain {
    align-items: center;
    height: 1250px;
    margin-left: -5px;
    padding-top: 0;
  }

  .title-box {
    width: 91%;
    min-width: 0;
    max-width: 450px;
    margin-left: 5%;
  }

  .title-box.slicer {
    margin-left: 5%;
  }

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

  .services-decription-box {
    grid-row-gap: 137px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .servicesdescriptionbox {
    width: 39vw;
    height: 380px;
    max-height: 380px;
    margin-bottom: 42px;
  }

  .ourwork-section {
    height: 700px;
  }

  .ourwork-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 700px;
  }

  .slider {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 70%;
    height: 300px;
    margin-top: -211px;
    display: flex;
  }

  .image-2.sliderimage {
    border-bottom-left-radius: 250px;
    width: 500px;
    height: 300px;
    margin-top: 0;
  }

  .image-3 {
    width: 200px;
    height: 66px;
    margin-top: 3px;
  }

  .navbar {
    height: 90px;
  }

  .serviceswrapper {
    justify-content: flex-end;
    align-self: auto;
    margin-bottom: 27px;
  }

  .image-4, .image-5, .image-6, .image-7 {
    width: 150px;
    height: 76px;
    margin-top: -94px;
    margin-left: 66px;
  }

  .contactinfowrapp {
    justify-content: start;
  }

  .contactinfogrid {
    grid-column-gap: 10px;
    grid-template-columns: .75fr 1fr;
    width: 93%;
  }

  .submit-button {
    width: 32%;
    margin-left: 70%;
    font-size: 17px;
  }

  .field-label {
    width: 53%;
    margin-left: 0%;
    font-size: 19px;
  }

  .form-wrapp {
    flex-direction: column;
    align-items: center;
    width: 93%;
    max-width: 500px;
  }

  .formbg {
    width: 100%;
  }

  .div-block {
    text-align: center;
    width: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .servicestitle, .text-block-3 {
    font-size: 35px;
  }

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

  .text-block-4 {
    font-size: 35px;
  }

  .text-block-4.servicestitle {
    font-size: 32px;
  }

  .text-block-5 {
    font-size: 35px;
  }

  .text-block-5.servicestitle {
    font-size: 32px;
  }

  .no.services-divider {
    width: 110px;
  }

  .services-divider {
    width: 110px;
    height: 5px;
    margin-top: 19px;
  }

  .services-description {
    width: 90%;
    margin-top: 6px;
    font-size: 14px;
  }

  .grid.new {
    justify-items: center;
    margin-top: -151px;
  }

  .brand {
    height: 90px;
  }

  .video {
    flex-direction: row;
  }

  .frame1 {
    width: 80vw;
    margin-left: 0;
  }

  .frame2 {
    width: 80vw;
    margin-left: 0;
    padding-left: 0;
  }

  .wrapper {
    justify-content: center;
    align-self: flex-start;
    display: flex;
  }

  .home-button.regular {
    font-size: 20px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .left-arrow {
    border-top-right-radius: 90px;
    width: 50px;
    height: 102px;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .right-arrow {
    border-bottom-left-radius: 90px;
    width: 50px;
    height: 102px;
    margin-top: 5px;
    margin-right: 0%;
  }

  .paragraph-2 {
    height: 20vw;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block-10 {
    height: 20vw;
    font-size: 14%;
  }

  .slide-nav {
    flex-wrap: wrap;
    width: 60%;
    margin-bottom: 10px;
    margin-left: 38%;
    margin-right: 0;
    padding-right: 35px;
  }

  .tabs-menu.sevices-tabs {
    height: 7vh;
  }

  .tab-link-tab-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .text-block-8 {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }

  .tab-pane-tab-2 {
    overflow: scroll;
  }

  .text-block-9 {
    margin-left: 34.65vw;
  }

  .text-block-11 {
    width: 22vw;
    font-size: 17px;
  }

  .text-block-11:hover {
    padding-bottom: 0;
  }

  .video-2 {
    width: 75vw;
  }

  .div-block-18 {
    width: 90%;
    height: 150px;
    padding-left: 5%;
  }

  .div-block-19 {
    margin-right: 1px;
  }

  .div-block-19._10 {
    margin-top: 89px;
    margin-left: -159px;
  }

  .div-block-19._6 {
    align-content: stretch;
    margin-left: 20px;
  }

  .html-embed-2 {
    border: 0 solid #505050;
    align-self: center;
    width: 275px;
    margin-top: 0;
    margin-left: 0%;
    padding-right: 0;
  }

  .div-block-20._1 {
    justify-content: space-between;
    margin-left: 0%;
  }

  .mask {
    border-bottom-left-radius: 250px;
  }

  .section {
    height: 950px;
  }

  .content-wtapper {
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 500px;
    height: 750px;
    display: flex;
  }

  .hero-text {
    margin-top: -65px;
  }

  .navbar-4 {
    background-color: #fff;
    border-bottom: 20px solid #fff;
    justify-content: flex-end;
    padding-right: 0;
  }

  .div-block-43 {
    inset: auto 0% 0% auto;
  }

  .link-block-2 {
    inset: auto 16% 6% auto;
  }

  .slider-7 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mask-3 {
    overflow: hidden;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 80px;
  }

  .div-block-49 {
    width: 100%;
    height: 1250px;
  }

  .div-block-50 {
    height: 1650px;
  }

  .text-block-22 {
    line-height: 42px;
    position: relative;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    align-items: center;
    height: 1050px;
    margin-bottom: -31px;
    overflow: hidden;
  }

  .body {
    text-align: left;
    object-fit: contain;
    background-color: #fff0;
    height: auto;
    display: block;
    overflow: visible;
  }

  .heading {
    text-align: left;
    border-radius: 20px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 90%;
    height: 100px;
    margin-bottom: 28px;
    margin-left: 11px;
    padding: 17px 17px 17px 13px;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    position: relative;
  }

  .hero-wrapper {
    flex-direction: column;
    order: 1;
    align-items: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    overflow: visible;
  }

  .paragraph {
    text-align: left;
    width: 85%;
    margin-left: 11px;
    font-size: 15.5px;
    line-height: 20px;
  }

  .hero__main-button {
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 35px;
    margin-bottom: 13px;
    margin-left: 11px;
    margin-right: 9px;
    padding: 0;
    font-size: 14px;
    display: flex;
  }

  .hero__main-button.white.center {
    width: 50%;
    height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .hero__main-button.white.center.menu {
    margin-top: -63px;
    font-size: 5vw;
    overflow: hidden;
  }

  .services-section {
    align-items: center;
    height: 2250px;
    display: flex;
    overflow: hidden;
  }

  .services-content.mountain {
    align-content: center;
    align-items: center;
    height: 2300px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .title-box {
    z-index: 10;
    width: 90vw;
    height: 50px;
    overflow: hidden;
  }

  .title-box.slicer {
    width: 90%;
    margin-left: 3%;
  }

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

  .services-decription-box {
    grid-row-gap: 131px;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 164px;
  }

  .servicesdescriptionbox {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 370px;
  }

  .ourwork-section {
    height: 550px;
    overflow: hidden;
  }

  .ourwork-content {
    background-image: none;
    height: 550px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .slider {
    justify-content: flex-end;
    align-self: flex-end;
    width: 90vw;
    height: 225px;
    margin-top: -5vw;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .image-2.sliderimage {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    width: 130%;
    height: 225px;
  }

  .image-3 {
    z-index: 2;
    width: 140px;
    height: 43px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar {
    justify-content: center;
    align-items: flex-end;
    padding-left: 50px;
    overflow: hidden;
  }

  .serviceswrapper {
    flex-direction: column;
    justify-content: flex-end;
    width: 80%;
    max-width: 80%;
    overflow: hidden;
  }

  .image-4, .image-5, .image-6, .image-7 {
    width: 200px;
    height: 110px;
    margin-top: -131px;
    margin-left: 117px;
  }

  .aboutsection {
    height: 750px;
    overflow: hidden;
  }

  .contectus-sextion {
    justify-content: flex-start;
    height: 1350px;
    padding-top: 27px;
    overflow: visible;
  }

  .contactinfowrapp {
    grid-row-gap: 92px;
    justify-items: start;
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
    overflow: visible;
  }

  .contactinfogrid {
    grid-column-gap: 3.5vw;
    grid-row-gap: 30px;
    align-self: auto;
    place-items: end start;
    width: 80%;
    margin-left: 0;
  }

  .iconholderinfo {
    width: 100px;
    height: 66px;
  }

  .image-8 {
    width: 68px;
    height: 68px;
    margin-top: -5px;
    margin-left: 10px;
  }

  .image-9 {
    width: 55px;
    height: 55px;
  }

  .text-block {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: -3px;
    margin-left: 0;
    font-size: 20px;
    display: flex;
  }

  .image-10, .image-11 {
    width: 55px;
    height: 55px;
  }

  .form-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4 {
    width: 85%;
  }

  .form {
    align-items: center;
    margin-left: 0;
  }

  .submit-button {
    align-self: flex-end;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0%;
    font-size: 14px;
  }

  .field-label {
    justify-content: center;
    width: 53%;
    min-width: 125px;
    height: 40px;
    margin-bottom: 58px;
    margin-left: 0%;
    font-size: 16px;
    position: relative;
  }

  .form-wrapp {
    align-items: flex-start;
    width: 85%;
  }

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

  .div-block {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .servicestitle, .text-block-3.servicestitle {
    margin-bottom: 15px;
  }

  .text-block-4.servicestitle {
    margin-bottom: 25px;
  }

  .services-divider {
    margin-top: 0;
    margin-bottom: 9px;
  }

  .services-description {
    align-items: center;
    width: 95%;
    max-width: 265px;
    height: auto;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .grid.new {
    grid-row-gap: 30px;
    order: -1;
    grid-template-rows: .25fr .65fr;
    align-content: space-between;
    place-items: center;
    width: 90vw;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .nav-link.button-nav {
    margin-top: 194px;
    margin-left: -125px;
  }

  .nav-menu {
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .nav-bar {
    align-items: center;
    width: 60px;
    height: 50px;
    position: relative;
  }

  .brand {
    width: 175px;
    height: 55px;
    margin-top: 0;
    margin-left: 1px;
    margin-right: 27px;
    padding-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 87px;
    justify-items: center;
    width: 150px;
    height: 55px;
    margin-left: 0%;
  }

  .video {
    flex-wrap: nowrap;
    order: -1;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .video.hero-wrapp {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: visible;
  }

  .frame1 {
    width: 80%;
    height: 260px;
  }

  .frame2 {
    justify-content: flex-start;
    width: 80%;
    height: 260px;
    display: block;
  }

  .wrapper {
    align-items: center;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .icon {
    z-index: 5;
    position: relative;
  }

  .mobile-menu-button {
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: -45px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    left: 39px;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-2 {
    z-index: 1;
    background-color: #fff0;
    border: 0 solid #000;
    border-bottom-color: #2daae2;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .navbar-2 {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .menu {
    z-index: 10;
    background-color: #2ca5d3;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: stretch center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 375px;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 63px 0 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .menu-link {
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 35px;
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 70%;
    height: 15%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    display: block;
    position: relative;
  }

  .menu-button {
    z-index: 5;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-left: 0;
    padding: 0;
    display: flex;
    position: absolute;
  }

  .menu-button:active {
    overflow: hidden;
  }

  .menu-button.w--open {
    z-index: 7;
    margin-top: 15px;
  }

  .menu-mobile._123 {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-bottom: 5px solid #2faae4;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .5fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    height: 80px;
    display: grid;
    position: relative;
  }

  .menu-mobile._123:active, .menu-mobile._123:focus {
    overflow: hidden;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .brand-2 {
    height: 70px;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .navbar-3 {
    justify-content: space-between;
    overflow: visible;
  }

  .menu-button-2 {
    z-index: 30;
    background-color: #2daae2;
    border-radius: 14px;
    justify-content: center;
    width: 50px;
    max-width: none;
    height: 50px;
    max-height: none;
    margin-left: 11px;
    margin-right: 4%;
    padding: 0;
  }

  .menu-button-2.w--open {
    z-index: 30;
    width: 50px;
    height: 50px;
    margin-right: 0%;
  }

  .image-12 {
    z-index: 1;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .home-button.regular {
    border-top-width: 0;
    border-bottom: 40px solid #fff;
    border-radius: 0;
    width: 100%;
    height: 90px;
    margin: 0 0 0 0%;
    font-size: 5vw;
    overflow: hidden;
  }

  .home-button.regular.w--current {
    z-index: 0;
    border-top: 0 solid #fff;
    border-bottom: 40px solid #fff;
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .home-button.regular.last {
    border-bottom-width: 90px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 140px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    z-index: 5;
    background-color: #fff0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .left-arrow {
    width: 75px;
    height: 50px;
    margin-bottom: -25px;
    margin-left: 0%;
  }

  .right-arrow {
    width: 75px;
    height: 50px;
    margin-top: -25px;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .paragraph-2 {
    color: #03455d;
    height: auto;
    min-height: 20vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 8em;
    line-height: 21px;
    position: relative;
    overflow: hidden;
  }

  .div-block-10 {
    width: 100%;
    height: 300px;
    min-height: auto;
    margin-top: 2vh;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 0 17px 17px 35px;
    position: absolute;
    overflow: hidden;
  }

  .div-block-11 {
    margin-top: -69px;
    margin-left: -36px;
    position: absolute;
    overflow: hidden;
  }

  .div-block-11._1 {
    background-color: #dedede00;
    margin: 53px 0 -118px 261px;
    position: absolute;
    overflow: hidden;
  }

  .slide-nav {
    margin-bottom: 20px;
    padding-right: 48px;
  }

  .image-13 {
    overflow: hidden;
  }

  .image-13._2 {
    margin-top: 0;
  }

  .div-block-12 {
    background-color: #dedede00;
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    justify-content: center;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 0%;
    display: none;
    overflow: hidden;
  }

  .tab-pane-tab-1 {
    height: 78vh;
  }

  .text-block-7, .text-block-8 {
    font-size: 6.5vw;
  }

  .tab-pane-tab-2 {
    height: 78vh;
    overflow: scroll;
  }

  .text-block-9 {
    flex-direction: column;
    justify-content: center;
    margin-top: .5vh;
    margin-left: 0;
    margin-right: .5vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-11 {
    width: 50vw;
    height: 40px;
    min-height: 20px;
    margin-top: 16px;
  }

  .text-block-11:hover {
    padding-bottom: 0;
  }

  .video-2 {
    border-width: 10px;
    border-radius: 17px;
    width: 80vw;
    max-width: none;
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }

  .div-block-18 {
    z-index: 10;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding-left: 0%;
    overflow: hidden;
  }

  .div-block-19 {
    width: 30%;
    min-width: 75px;
    margin-top: -14px;
    margin-bottom: -13px;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .div-block-19._10 {
    z-index: 5;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 100px;
    height: 75px;
    margin-top: 2px;
    margin-left: 0%;
    display: flex;
    position: relative;
  }

  .div-block-19._6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-block-12 {
    margin-top: -21px;
    margin-left: -8px;
  }

  .html-embed-2 {
    z-index: 10;
    background-color: #666;
    border-width: 10px 0 5px;
    border-top-color: #666;
    border-bottom-style: solid;
    border-bottom-color: #a5a5a5;
    width: 100%;
    max-width: none;
    margin: -145px 0% 0;
    padding-left: 8.2%;
    padding-right: 5%;
    position: relative;
    overflow: hidden;
  }

  .div-block-20._2 {
    margin-top: -59px;
  }

  .div-block-20._1 {
    z-index: 20;
    grid-column-gap: 4px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    width: 90%;
    height: 100px;
    margin-top: 52px;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .text-block-13 {
    width: 100%;
    margin-left: 0;
    font-size: .75em;
  }

  .link-6 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-14 {
    color: #464646;
    margin-left: 3px;
    font-weight: 700;
  }

  .text-block-15 {
    color: #c5c5c5;
  }

  .div-block-21 {
    width: 120px;
  }

  .div-block-22 {
    width: 70vw;
  }

  .div-block-23 {
    justify-content: center;
    width: 65vw;
    height: auto;
    margin-top: -82px;
    margin-bottom: 59px;
    margin-left: 2.2vw;
  }

  .grid-2 {
    grid-row-gap: 500px;
    background-color: #f3edff69;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 0;
  }

  .div-block-26 {
    width: 95%;
    height: auto;
    padding-top: 29px;
  }

  .paragraph-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 22px;
    font-size: 15px;
    display: flex;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .mask {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }

  .image-14 {
    z-index: 35;
    position: relative;
  }

  .div-block-28 {
    background-color: #fff5f500;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-29 {
    background-color: #fff;
    border-radius: 20px;
    width: 35px;
    height: 5px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-29._1 {
    margin-bottom: 0;
  }

  .div-block-31 {
    height: 580px;
    margin-top: 62px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .background {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 50%;
    height: 580px;
  }

  .background._1 {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 30px;
    height: 250px;
  }

  .div-block-32 {
    border-radius: 25px;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .div-block-33 {
    align-items: center;
    height: 100%;
    margin-top: 71px;
    overflow: hidden;
  }

  .div-block-34, .image-15 {
    overflow: hidden;
  }

  .link-7 {
    border-width: 0;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: -6px;
    display: flex;
  }

  .link-8 {
    margin-bottom: -8px;
  }

  .link-9 {
    margin-bottom: -4px;
  }

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

  .section {
    height: 750px;
  }

  .content-wtapper {
    z-index: 1;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    height: 750px;
    margin-top: 72px;
    display: flex;
    position: relative;
  }

  .hero-text {
    flex-direction: column;
    margin-top: 12px;
  }

  .text-block-18 {
    margin-top: -54px;
    font-size: 45px;
    line-height: 44px;
  }

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

  .div-block-42 {
    justify-content: flex-end;
    height: 120px;
  }

  .navbar-4 {
    border-bottom-width: 0;
    align-items: flex-end;
    height: 120px;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .brand-3 {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 19px;
  }

  .div-block-43 {
    margin-bottom: -38px;
    display: none;
    overflow: visible;
  }

  .link-block-2 {
    bottom: 4%;
    right: auto;
  }

  .section-2 {
    height: auto;
  }

  .text-block-19 {
    margin-top: 77px;
    margin-bottom: -1px;
  }

  .text-block-19._2 {
    margin-top: 68px;
    margin-bottom: 60px;
  }

  .text-block-19._2._3 {
    margin-top: 4px;
    margin-bottom: 51px;
  }

  .text-block-19._2._3._6 {
    width: 250px;
    height: 60px;
    margin-top: 186px;
    margin-bottom: 15px;
    font-size: 24px;
  }

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

  .div-block-46 {
    height: 440px;
  }

  .div-block-47 {
    margin-top: 21px;
    margin-bottom: 47px;
  }

  .button-3 {
    margin-bottom: 49px;
  }

  .div-block-48 {
    height: 750px;
  }

  .slider-7 {
    width: 100%;
    padding-left: 51px;
    padding-right: 44px;
  }

  .mask-3 {
    width: 100%;
  }

  .slideri {
    width: 90%;
    height: 100%;
  }

  .right-arrow-2 {
    width: 50px;
    margin-right: 0;
  }

  .left-arrow-2 {
    width: 50px;
    margin-left: 0;
  }

  .button-4 {
    margin-top: 63px;
  }

  .section-4 {
    height: auto;
  }

  .div-block-49 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: 1500px;
    margin-top: -36px;
    margin-bottom: 75px;
  }

  .div-block-50 {
    height: 1700px;
  }

  .div-block-51 {
    width: 280px;
    height: 500px;
    margin-top: -1px;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 60px 13px 13px;
    display: flex;
  }

  .div-block-53 {
    width: 150px;
    height: 150px;
    margin-top: 44px;
    margin-bottom: -58px;
  }

  .text-block-22 {
    margin-top: 37px;
    margin-bottom: 24px;
    line-height: 42px;
  }

  .div-block-54 {
    justify-content: center;
    height: 1130px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-2 {
    width: 85%;
  }

  .text-field-5 {
    width: 100%;
  }

  .image-20 {
    margin-top: -11px;
    margin-left: -11px;
  }

  .image-21 {
    width: 180px;
  }

  .div-block-55 {
    background-color: #fff;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 190px;
    padding-bottom: 19px;
    padding-right: 13px;
    display: flex;
  }

  .menu-button-3 {
    color: #0000;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
  }

  .menu-button-3:hover {
    border: 0px solid var(--steel-blue);
    width: 60px;
    color: var(--steel-blue);
    background-color: #0000;
    justify-content: center;
    padding: 0;
  }

  .icon-5 {
    background-color: var(--steel-blue);
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all .5s;
    display: flex;
  }

  .icon-5:hover {
    border: 5px solid var(--steel-blue);
    color: var(--steel-blue);
    background-color: #0000;
  }

  .form-block-2 {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    display: flex;
    position: relative;
  }

  .div-block-56 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -4px;
    margin-bottom: -125px;
  }

  .link-block-3 {
    width: 85%;
    margin-bottom: 17px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

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

  .text-block-24 {
    margin-top: -34px;
  }

  .div-block-61 {
    z-index: 12;
    border: 5px #000;
    align-self: flex-end;
    margin-right: 20px;
    display: block;
    position: sticky;
    top: 82vh;
    left: auto;
    right: 0;
  }

  .link-block-4 {
    z-index: 12;
    background-color: var(--steel-blue);
    border: 5px solid #fff;
    border-radius: 120px;
    width: 80px;
    position: relative;
    box-shadow: 0 0 10px #000;
  }

  .image-23 {
    width: auto;
    padding: 14px;
    position: relative;
  }

  .paragraph-7 {
    color: #fff;
    background-color: #0000;
    font-family: Droid Sans, sans-serif;
    font-size: 16px;
  }

  .text-block-25 {
    color: #ededed;
    text-align: right;
    width: 100%;
    padding-right: 25px;
    font-family: Open Sans, sans-serif;
  }
}


@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-LineLight.woff2') format('woff2'), url('../fonts/Lovelo-LineLight.eot') format('embedded-opentype'), url('../fonts/Lovelo-LineLight.woff') format('woff'), url('../fonts/Lovelo-LineLight.ttf') format('truetype'), url('../fonts/Lovelo-LineLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-LineBold.woff2') format('woff2'), url('../fonts/Lovelo-LineBold.eot') format('embedded-opentype'), url('../fonts/Lovelo-LineBold.woff') format('woff'), url('../fonts/Lovelo-LineBold.ttf') format('truetype'), url('../fonts/Lovelo-LineBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-Black.woff2') format('woff2'), url('../fonts/Lovelo-Black.eot') format('embedded-opentype'), url('../fonts/Lovelo-Black.woff') format('woff'), url('../fonts/Lovelo-Black.ttf') format('truetype'), url('../fonts/Lovelo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}