.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section._1 {
  background-color: #e9e3dc;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.utility-image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-position-relative {
  position: relative;
}

.utility-position-relative.utility-padding-all-2rem.utility-background-primary {
  background-color: #f9ffe6b8;
  background-image: linear-gradient(90deg, #cbe291, #ffffff3d);
  border-radius: 20px;
}

.utility-padding-all-2rem {
  padding: 2rem;
}

.utility-background-primary {
  background-color: #fff;
}

.heading-1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.04em;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
}

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

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #5cc8ba;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.button.secondary-button {
  color: #000;
  background-color: #ffa774;
  border-color: #0000;
}

.text-block-2 {
  display: none;
}

.dropdown-list-3 {
  transition: opacity .2s;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #000;
  flex-flow: column;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.image-2 {
  width: auto;
  max-width: none;
  height: 133px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.myb {
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 800;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrapper {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.top-menu-links {
  color: #959595;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.top-menu-links.phone {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #3294d1;
  border-radius: 6px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.top-menu-links.phone:hover {
  color: #fff;
  text-decoration: none;
}

.top-menu-links.phone.fx1 {
  background-color: #c40606;
}

.top-menu-links.phone.fx1:hover {
  background-color: #000;
}

.navlink {
  color: #fffffffa;
  text-transform: uppercase;
  background-color: #ffe8ba00;
  height: auto;
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .35s, border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  color: #000;
  background-color: #fff;
  border-bottom: 3px #4c961c;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 3px solid #cacaca;
}

.navlink.w--current:hover {
  color: #000;
}

.navlink.submenu {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.drop {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.navlink.drop.bby.w--open {
  display: none;
}

.text-block-5 {
  padding-top: 10px;
  padding-right: 0;
}

.text-block-5.b1 {
  color: #000;
  margin-top: -11px;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
}

.image-6 {
  filter: brightness(8%);
  width: 23px;
  max-width: none;
  height: auto;
  padding-top: 10px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  min-width: 940px;
  max-width: none;
  display: flex;
}

.div-block-6 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -15px;
  display: flex;
}

.dropdown-2 {
  padding-right: 0;
  overflow: visible;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.top-center {
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-center.w--current {
  padding-top: 7px;
  padding-bottom: 7px;
}

._33-percent-column.top-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-top: 13px;
  padding-bottom: 7px;
}

.bar {
  color: #e7e7e7;
}

.mobilelogo {
  display: none;
}

.flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  float: none;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#fff0, #fff0);
  border-top: 1px #790f0f3b;
  width: 100%;
}

.heading {
  color: #cfcfcf;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-2 {
  width: 97%;
  max-width: none;
}

.bh1 {
  color: #bdbdbd;
  font-weight: 800;
}

.heading-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 240%;
  font-weight: 800;
  line-height: 39px;
}

.heading-2.home-h1 {
  color: #e9feffa8;
  text-shadow: 0 1px 20px #0000007d;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 344%;
  line-height: 53px;
}

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

.waves---main-container-2 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span {
  color: #e31c24;
}

.button-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  margin-top: 40px;
  padding: 13px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  transition: all .55s cubic-bezier(.215, .61, .355, 1);
}

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

.column-2 {
  background-color: #fff0;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 17px;
  display: flex;
}

.div-block-8 {
  filter: brightness(108%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000005c;
  background-image: linear-gradient(#000000b0, #000000b0);
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  padding: 1px 25px 25px;
  transform: translate(-88px, 119px)scale(.7);
  box-shadow: 0 2px 40px 20px #00000082;
}

.background-video {
  background-color: #00000061;
  background-image: linear-gradient(#fff0, #fff0), linear-gradient(24deg, #00000082, #1401018a 70%), linear-gradient(#00000014, #00000014);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10% 20px 10% 40px;
  transition: all .2s;
  display: flex;
}

.background-video.bg2 {
  background-image: linear-gradient(#000000a8, #000000a8);
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.background-video.bg2.innerpages {
  height: auto;
  min-height: 600px;
  max-height: 600px;
}

.background-video.ft {
  border-radius: 20px;
  width: 85vw;
  height: 50vh;
  padding: 0% 10px;
  position: sticky;
  transform: scale(.8);
}

.button-3 {
  color: #000;
  text-transform: uppercase;
  background-color: #ffffff3d;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 10px;
  padding: 16px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .825s cubic-bezier(.215, .61, .355, 1);
}

.button-3:hover {
  background-color: #ffffffa1;
  border-color: #bbb;
}

.paragraph-3 {
  color: #ffe7d7;
  text-shadow: 1px 3px 15px #000;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 39px;
}

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

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

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

.flink {
  color: #000;
  text-decoration: none;
}

.div-block-175 {
  align-items: center;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.div-block {
  justify-content: center;
  align-items: center;
  display: none;
}

.image-7 {
  max-width: 60%;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.container-13 {
  filter: invert();
  border-top: 1px solid #ffffff4f;
  max-width: 1100px;
  margin-top: 40px;
  padding-top: 20px;
}

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

.heading-22 {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.container-14 {
  max-width: 94%;
}

.column-5 {
  filter: invert();
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading-39 {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.list-2 {
  color: #fff;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}

.image {
  max-width: 60%;
}

.image-21 {
  background-color: #fff;
  margin-left: -7px;
  padding: 10px;
}

.heading-23 {
  color: #fffcfc;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.heading-23.fs {
  margin-top: 0;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph-15 {
  filter: invert();
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-19 {
  margin-top: 40px;
}

.image-4 {
  max-width: 60%;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link.bll {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -66px;
  padding: 10px 0;
  display: flex;
}

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

.section-13 {
  background-color: #fff;
  background-image: none;
  margin-top: 0;
  padding-top: 134px;
  padding-bottom: 60px;
}

.paragraph-16 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image-3 {
  max-width: 70%;
  margin-top: 5px;
}

.link-block {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.heading-5 {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #a70315;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-4.light {
  color: #636363;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-5.white {
  color: #ffffffa8;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  margin-top: 40px;
  padding: 13px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: all .55s cubic-bezier(.215, .61, .355, 1);
}

.button-4:hover {
  background-color: #cf0000;
}

.section-6 {
  background-color: #c4c4c4c2;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.container-6 {
  max-width: 97%;
}

.div-block-177 {
  text-align: right;
  background-image: url('../images/pic-3_1.webp');
  background-position: 50%;
  background-size: cover;
  border: 4px #c8dab0;
  border-radius: 80px 5px;
  height: 62vh;
  padding-left: 0;
  box-shadow: 6px 16px 7px #0003;
}

.bold-text {
  color: #dd0007;
  -webkit-text-stroke-color: #790006;
  text-transform: uppercase;
}

.bold-text.light {
  color: #b00316;
}

.heading-40 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-41 {
  color: #b4b4b4;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.bold-text-2 {
  color: #d1d1d1;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.homestyle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 40vh;
  display: flex;
  overflow: hidden;
}

.homestyle.top {
  justify-content: center;
  align-items: center;
  max-height: 97vh;
}

.homestyle.c3.vv {
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.hero-stack {
  background-color: #d3d3d3c2;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #c50111;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.block-full {
  background-color: #eaf9fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 15%;
  display: flex;
}

.block-full.dark {
  background-color: #000;
  padding-left: 5%;
}

.block-full-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 620px;
  display: flex;
}

.success-message {
  background-color: #fff;
  border: 2px solid #d9f3f5;
  border-radius: 5px;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.title.white {
  color: #fff;
}

.text-success {
  color: #0a2046;
  font-weight: 600;
  line-height: 1.2em;
}

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

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #b00316;
  border-radius: 100px;
  padding: 19px 44px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  color: #fff;
  background-color: #920609;
}

.error-message {
  text-align: center;
  background-color: #0a2046;
  border: 2px solid #11365f;
  border-radius: 5px;
  margin-top: 12px;
}

.paragraph-white {
  color: #9da5b5;
}

.single-form-block {
  max-width: 510px;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #caebed;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.215, .61, .355, 1);
}

.text-field:focus {
  border-color: #9da5b5;
}

.text-field::placeholder {
  color: #9da5b5;
}

.text-error {
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
}

.single-form {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subtitle {
  color: #27b1d9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-15 {
  background-color: #5f5f5f;
  height: 1px;
}

.bold-text-3 {
  color: #c40606;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  color: #ff3d3d;
  font-weight: 900;
}

.container-16 {
  max-width: 97%;
}

.grid {
  grid-template-rows: auto;
}

.heading-42 {
  color: #dd0007;
  font-family: Montserrat, sans-serif;
}

.heading-43 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-17 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.image-22 {
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 71%;
}

.div-block-178 {
  text-align: center;
  text-decoration: line-through;
}

.introduction {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-17 {
  max-width: 97%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.heading-44 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.div-block-179 {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 10px;
}

.paragraph-18 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.our-mission {
  background-image: linear-gradient(#c4c4c41c, #c4c4c41c);
  padding-top: 60px;
  padding-bottom: 60px;
}

.visit {
  padding-top: 40px;
}

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

.heading-45 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-19 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.slide {
  text-align: center;
  vertical-align: middle;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.slider {
  background-color: #fff;
  height: 220px;
}

.mask {
  height: 100%;
}

.slide-nav {
  margin-top: 0;
}

.service-banner {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/freepik__upload__93562.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.container-18 {
  text-align: center;
  max-width: 90%;
}

.heading-46 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.heading-47 {
  color: #dd0007;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-5 {
  background-color: #dd0007;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-5:hover {
  background-color: #000;
}

.service {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-19 {
  max-width: 97%;
}

.heading-48 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.heading-49 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.image-23 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.columns-9 {
  text-align: left;
}

.grid-4 {
  grid-template-rows: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 30px;
}

.grid-7 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.grid-8 {
  grid-template-rows: auto;
  margin-top: 30px;
}

.grid-9 {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 30px;
}

.section-16 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/freepik__adjust__318.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  display: flex;
}

.container-20 {
  max-width: 80%;
}

.heading-50 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-180 {
  text-align: center;
}

.bus-services {
  padding-top: 30px;
}

.container-21 {
  max-width: 97%;
}

.heading-51 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-52 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-23 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-181 {
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.whay-choose-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-22 {
  max-width: 97%;
}

.grid-11 {
  grid-template-rows: auto;
}

.heading-53 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.list-3 {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  list-style-type: disc;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  padding-bottom: 10px;
}

.image-24 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.section-17 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/freepik__upload__93562.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-18 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/freepik__adjust__60445.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  display: flex;
}

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

.container-23 {
  max-width: 70%;
}

.heading-54 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.dropdown {
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
  padding: 0 10px;
  display: block;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: static;
}

.icon-5 {
  text-align: right;
  width: 438px;
  padding-left: 0;
  inset: 0%;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-46 {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-list {
  mix-blend-mode: normal;
  background-color: #fff;
  position: relative;
}

.div-block-42 {
  font-size: 15px;
}

.paragraph-240 {
  padding: 10px 10px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.section-20 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/freepik__upload__96500.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 800px;
  display: flex;
}

.heading-38 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.form-2 {
  padding-top: 40px;
}

.div-block-174 {
  text-align: right;
  margin-top: 20px;
}

.text-field-8 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 50px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.text-field-8::placeholder {
  color: #fffcfc;
}

.submit-button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.container-692 {
  width: 97%;
  max-width: 97%;
}

.heading-37 {
  color: #e91d25;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-238 {
  color: #ffeded;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.section-48 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-48.is--footer {
  z-index: 1;
  background-color: #00000b;
  background-image: linear-gradient(#000c, #000c), url('../images/image_2024_05_01T09_05_51_877Z_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.text-field-9 {
  color: #fff8f8;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 50px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-9::placeholder {
  color: #fff;
}

.div-block-172 {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-173 {
  margin-bottom: 20px;
  display: flex;
}

.text-field-7 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 50px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.text-field-7::placeholder {
  color: #fff;
}

.textarea-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 60px;
}

.textarea-2::placeholder {
  color: #fff;
}

.text-field-10 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  height: 50px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-10::placeholder {
  color: #fff;
}

.columns-10 {
  margin-top: 20px;
}

.heading-36 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-34 {
  color: #e11c24;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-25 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 10px;
}

.heading-35 {
  color: #090808;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

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

.image-25 {
  filter: invert();
  width: auto;
}

.paragraph-241 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.section-49 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-693 {
  max-width: 97%;
}

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

.paragraph-242 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

.image-26, .image-27 {
  filter: invert();
}

.div-block-182 {
  background-color: #000000fa;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    width: 1200px;
    max-width: 1200px;
  }

  .heading-2 {
    padding-right: 10px;
  }

  .column-2 {
    background-color: #fff0;
  }

  .div-block-8 {
    margin-left: 0;
    margin-right: 10px;
    transform: translate(-83px)scale(.8);
  }

  .background-video {
    background-color: #00000024;
    background-image: linear-gradient(#0000008c, #0000008c);
    width: 100vw;
  }

  .background-video.bg2.innerpages {
    min-height: 700px;
    max-height: 700px;
  }

  .background-video.ft {
    background-color: #fff0;
    background-image: none;
    border-radius: 20px;
    width: 80vw;
    height: 50vh;
    padding-top: 0%;
    padding-bottom: 0%;
    position: sticky;
  }

  .paragraph-3 {
    padding-right: 5px;
  }

  .div-block-175 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .image-7 {
    max-width: 65%;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container-13 {
    max-width: 1200px;
  }

  .heading-22 {
    margin-top: 40px;
  }

  .container-14 {
    max-width: 1200px;
  }

  .heading-39 {
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

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

  .image {
    max-width: 65%;
  }

  .heading-23 {
    margin-top: 40px;
  }

  .paragraph-15 {
    font-size: 17px;
    line-height: 27px;
  }

  .image-4 {
    max-width: 65%;
  }

  .link {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
  }

  .list-item {
    margin-top: 20px;
  }

  .section-13 {
    margin-top: 0;
    padding-top: 140px;
  }

  .image-3 {
    max-width: 75%;
  }

  .heading-5 {
    font-weight: 600;
  }

  .paragraph-5 {
    color: #000;
  }

  .section-6 {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-6 {
    max-width: 1200px;
  }

  .div-block-177 {
    box-shadow: none;
  }

  .homestyle.c3 {
    max-height: 50vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .homestyle.c3.vv {
    background-color: #0000;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-22 {
    height: 450px;
  }

  .slider {
    height: 260px;
  }

  .slide-nav {
    margin-top: 40px;
  }

  .heading-49 {
    margin-top: 0;
  }

  .whay-choose-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-11 {
    align-items: center;
  }

  .list-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .container-692 {
    max-width: 1200px;
  }

  .section-49 {
    margin-bottom: 60px;
  }

  .div-block-182 {
    background-color: #161616;
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-8 {
    background-color: #fff0;
    background-image: none;
    margin-left: -20%;
    margin-right: 10px;
    transform: translate(16px, -101px)scale(.8);
  }

  .background-video {
    background-image: linear-gradient(#0000009e, #0000009e);
    margin-left: 0%;
    padding-top: 21%;
    padding-bottom: 0%;
  }

  .background-video.ft {
    border-radius: 20px;
    transform: scale(.7);
  }

  .paragraph-3 {
    max-width: 93%;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-13 {
    padding-top: 140px;
  }

  .heading-5 {
    font-weight: 600;
  }

  .section-6 {
    padding-top: 60px;
  }

  .homestyle {
    background-color: #000000f0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .homestyle.top {
    background-color: #00000069;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .homestyle.c3 {
    background-color: #000000f7;
    max-height: 55vh;
  }

  .image-22 {
    height: 500px;
    min-height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .top-menu-links.phone {
    background-color: #dda253;
  }

  .heading {
    color: #ffffffc2;
  }

  .container-2 {
    margin-left: 3%;
    padding-bottom: 140px;
  }

  .heading-2.home-h1 {
    font-size: 320%;
  }

  .button-2 {
    margin-top: 20px;
  }

  .div-block-8 {
    background-color: #ffffff0a;
    background-image: linear-gradient(202deg, #f1f4c914, #fffed869);
    border: 1px solid #f7fde475;
    border-radius: 40px 40px 40px 10px;
    margin-left: 1%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    transform: scale(.9);
  }

  .background-video {
    background-color: #00000052;
    background-image: none;
    justify-content: center;
    align-items: stretch;
    height: 84vh;
    padding-top: 34%;
    padding-bottom: 27%;
  }

  .background-video.bg2 {
    padding-left: 0;
  }

  .background-video.ft {
    background-color: #00000052;
    border-radius: 20px;
    transform: scale(.6);
    box-shadow: 0 2px 20px 20px #0003;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .flink, .div-block-2 {
    color: #000;
  }

  .heading-22.fh2 {
    margin-top: 0;
  }

  .paragraph {
    color: #000;
  }

  .link.bll {
    color: #fff;
  }

  .section-13 {
    padding-top: 220px;
  }

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

  .section-6 {
    padding-top: 60px;
  }

  .homestyle {
    background-color: #000000ed;
    max-height: 84vh;
  }

  .hero-stack {
    padding-top: 100px;
  }

  .section-15 {
    background-color: #505050;
    height: 1px;
    max-height: 100px;
  }

  .bold-text-3 {
    color: #fff;
  }

  .section-48.is--footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 880px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    font-size: 4rem;
  }

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

  .image-2 {
    margin-top: 6px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

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

  .div-block-7 {
    min-width: 0;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left, ._33-percent-column.top-right {
    display: none;
  }

  .burger-menu {
    color: #20272f;
  }

  .nav-menu {
    background-color: #fff;
    background-image: linear-gradient(#000, #000);
  }

  .container-2 {
    flex-flow: column;
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-2 {
    padding-right: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .button-2 {
    color: #fff;
    background-color: #000;
  }

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

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    width: 99vw;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .background-video {
    justify-content: flex-end;
    padding: 5% 0;
  }

  .paragraph-3 {
    padding-right: 0;
  }

  .columns-8 {
    flex-flow: column;
    width: 100vw;
    display: flex;
  }

  .div-block-175 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .container-13, .container-14 {
    max-width: 910px;
  }

  .heading-39 {
    margin-left: 10px;
  }

  .image-21 {
    max-width: 88%;
  }

  .heading-23 {
    margin-top: 30px;
  }

  .paragraph-15 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-13 {
    padding-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    margin-top: -34px;
  }

  .container-6 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .homestyle.top {
    justify-content: flex-end;
    align-items: center;
    max-height: 70vh;
    padding-top: 0;
  }

  .container-15 {
    max-width: 728px;
  }

  .block-full {
    padding: 90px 10%;
  }

  .image-grid {
    min-height: 510px;
  }

  .submit-button:hover {
    background-color: #141414;
  }

  .column-11 {
    flex: 0 auto;
    display: none;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-5 {
    width: 138px;
  }

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

  .section-48.is--footer {
    height: 810px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-49 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .image-2 {
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 0;
    display: none;
  }

  .image-2.m2 {
    height: 190px;
    display: block;
  }

  .navbar {
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .content-wrapper {
    background-image: url('../images/Screenshot_041324_072244_PM_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36%;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    max-width: none;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    text-align: left;
  }

  .menu-button {
    flex: 0 auto;
    margin-top: 0;
  }

  .menu-button.w--open {
    background-image: url('../images/Screenshot_041324_072244_PM_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 33px;
  }

  .dropdown-2 {
    display: block;
  }

  ._33-percent-column.top-center {
    width: 69%;
    display: block;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .burger-menu {
    opacity: 0;
  }

  .mobilelogo {
    padding-top: 0;
    display: block;
  }

  .flex-wrapper {
    flex: 1;
    display: block;
  }

  .heading {
    color: #ffffffa6;
    margin-top: 40px;
    font-size: 13px;
    line-height: 19px;
  }

  .bh1 {
    color: #df0303;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 34px;
  }

  .heading-2.home-h1 {
    color: #ffffffd6;
    margin-top: 0;
    font-size: 153%;
    line-height: 36px;
  }

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

  .button-2 {
    text-align: center;
    width: 100%;
    min-width: 320px;
  }

  .button-2:hover {
    background-color: red;
  }

  .column-2 {
    background-color: #fff0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-8 {
    box-shadow: none;
    background-color: #fff0;
    background-image: none;
    border-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    transform: none;
  }

  .background-video {
    background-color: #00000021;
    background-image: linear-gradient(#0000006e, #0000006e), linear-gradient(24deg, #00000082, #1401018a 70%), linear-gradient(#00000014, #00000014);
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 10% 9px;
  }

  .background-video.bg2.innerpages {
    justify-content: center;
    min-height: 493px;
    max-height: 500px;
    padding-top: 10%;
  }

  .background-video.ft {
    width: 98vw;
    height: 27vh;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph-3 {
    color: #ffffff8f;
    -webkit-text-stroke-color: #000;
    line-height: 33px;
  }

  .columns-8 {
    width: 100%;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .image-21 {
    max-width: 50%;
  }

  .paragraph-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    margin-top: 0;
    padding-top: 10px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-13 {
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .columns-2 {
    display: block;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-177 {
    height: 57vh;
    margin-bottom: 20px;
  }

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

  .heading-41 {
    font-size: 18px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary:hover {
    background-color: #b00316;
  }

  .block-full {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-full {
    grid-template-columns: 1fr;
  }

  .image-grid {
    min-height: 300px;
  }

  .bold-text-3 {
    color: #fff;
    font-size: 12px;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .slide {
    width: 50%;
  }

  .slider {
    height: 45vh;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-5 {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
    overflow: scroll;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    flex-flow: column-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .grid-9 {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .heading-52 {
    font-size: 18px;
  }

  .paragraph-23 {
    font-size: 15px;
  }

  .div-block-181 {
    padding: 5px;
  }

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

  .section-48.is--footer {
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    margin-bottom: 20px;
  }

  .div-block-182 {
    background-color: #000000fa;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

  .button {
    white-space: nowrap;
  }

  .dropdown-list-3.w--open {
    background-color: #202020b5;
  }

  .image-2 {
    height: 78.2813px;
    margin-top: 10px;
    padding-bottom: 16px;
    display: none;
  }

  .image-2.m2 {
    max-width: 50%;
    height: auto;
  }

  .navbar {
    background-image: none;
    background-position: 0 0;
    padding-top: 7px;
    padding-bottom: 10px;
    display: flex;
  }

  .content-wrapper {
    opacity: 1;
    background-size: 29%;
    flex-direction: row;
    justify-content: space-between;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    color: #fff;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink:hover {
    background-color: #fff;
    border-bottom-style: none;
  }

  .navlink.w--current {
    color: #ea2728;
    text-align: left;
    background-color: #fff;
  }

  .navlink.drop {
    width: 100%;
  }

  .menu-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 3px;
    margin-right: -30px;
  }

  .menu-button.w--open {
    background-image: url('../images/Screenshot_041324_072244_PM_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 33px;
  }

  .div-block-7 {
    width: 50%;
  }

  ._33-percent-column.top-center {
    width: 120%;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    margin-bottom: -45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .burger-menu {
    opacity: 0;
  }

  .mobilelogo {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .flex-wrapper {
    justify-content: center;
    align-self: flex-start;
    height: 40px;
    margin-top: 2%;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #000000ed;
    background-image: linear-gradient(#0000, #0000);
    padding-top: 0;
    padding-bottom: 7px;
  }

  .heading {
    color: #f5d5d5;
    -webkit-text-stroke-color: #387213;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 800;
    line-height: 35px;
  }

  .container-2 {
    width: 100%;
  }

  .bh1 {
    color: #d10c0c;
    -webkit-text-stroke-color: #7e7837;
  }

  .heading-2 {
    margin-top: 5px;
    padding-right: 0;
    font-size: 17px;
    line-height: 29px;
  }

  .heading-2.home-h1 {
    color: #ffe9e9;
    text-shadow: 0 1px 20px #000000ad;
    font-size: 171%;
    line-height: 28px;
  }

  .waves---main-container-2 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .button-2 {
    text-align: center;
    background-color: #c70c21;
    width: 100%;
    margin-top: 46px;
    padding: 20px 10px;
    font-size: 12px;
    line-height: 14px;
  }

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

  .column-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
    background-image: linear-gradient(#00000096, #00000096);
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 27px;
    padding-left: 0;
    position: static;
  }

  .div-block-8 {
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    transform: scale(.8);
  }

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

  .background-video {
    background-color: #0000001f;
    background-image: none;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 0% 0 0;
    position: relative;
  }

  .background-video.bg2 {
    background-image: linear-gradient(#000000a6, #000000a6);
    height: 440px;
    padding-bottom: 10px;
  }

  .background-video.bg2.innerpages {
    min-height: 400px;
    max-height: 400px;
  }

  .background-video.ft {
    background-color: #2e2e2e75;
    background-image: none;
    width: 100vw;
    height: 38vh;
  }

  .button-3 {
    text-align: center;
    border-color: #4d4d4d;
    border-radius: 4px;
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    transform: translate(0, 3px);
  }

  .paragraph-3 {
    color: #ffffffc2;
    text-shadow: 0 1px 2px #fff9;
    margin-bottom: -15px;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
  }

  .flink {
    color: #000;
  }

  .div-block {
    display: block;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .list-2 {
    padding-left: 0;
  }

  .image-21 {
    max-width: 75%;
    margin-left: 0;
    padding-bottom: 54px;
  }

  .paragraph-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    padding-left: 0;
  }

  .section-13 {
    padding-top: 34px;
  }

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

  .div-block-176 {
    padding-bottom: 20px;
  }

  .column-6, .column-7 {
    display: none;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-top: -8px;
    font-size: 22px;
    line-height: 32px;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .heading-4 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 800;
  }

  .button-4 {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .section-6 {
    border-top: 1px solid #4e4e4e;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-177 {
    height: 34vh;
    margin-top: 60px;
  }

  .heading-40 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-41 {
    color: #e6e6e6;
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-2 {
    letter-spacing: 2px;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
  }

  .section-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .homestyle.top {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    max-height: none;
  }

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

  .button-primary {
    border-radius: 12px;
  }

  .block-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-full.dark {
    padding-left: 5%;
    padding-right: 5%;
  }

  .single-form-block {
    width: 100%;
  }

  .single-form {
    grid-template-columns: 1fr;
  }

  .section-15 {
    background-color: #dd0004;
    height: 10px;
  }

  .bold-text-3 {
    color: #a71d1d;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
  }

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

  .heading-43 {
    font-size: 22px;
    line-height: 31px;
  }

  .paragraph-17 {
    font-size: 15px;
    line-height: 25px;
  }

  .image-22 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .our-mission {
    padding-left: 10px;
    padding-right: 10px;
  }

  .visit {
    padding: 20px 10px 40px;
  }

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

  .paragraph-19 {
    padding-left: 0;
    padding-right: 10px;
  }

  .slide {
    width: 50%;
  }

  .slider {
    height: 26vh;
  }

  .service-banner {
    height: 380px;
  }

  .heading-46 {
    font-size: 25px;
    line-height: 35px;
  }

  .service {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-19 {
    overflow: hidden;
  }

  .heading-48 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-5 {
    overflow: visible;
  }

  .section-16 {
    height: 431px;
  }

  .container-20 {
    max-width: 100%;
  }

  .heading-50 {
    font-size: 25px;
    line-height: 35px;
  }

  .bus-services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-51 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

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

  .whay-choose-us {
    padding: 40px 10px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .heading-53 {
    font-size: 22px;
    line-height: 32px;
  }

  .image-24 {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .section-17 {
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-18 {
    height: 400px;
  }

  .section-19 {
    padding-bottom: 40px;
  }

  .container-23 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-54 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .text-block-6 {
    white-space: pre-line;
    word-break: break-all;
    font-size: 15px;
  }

  .bold-text-46 {
    white-space: pre-line;
  }

  .section-20 {
    height: 100%;
    padding: 40px 10px;
  }

  .section-48.is--footer {
    height: 780px;
    padding-bottom: 0;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-50 {
    padding-top: 40px;
  }

  .grid-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .div-block-182 {
    background-color: #000000ed;
  }
}

#w-node-_7b5d6ef8-618d-69bc-4a31-931404c46c3f-caa63189 {
  place-self: center;
}

#w-node-ac621147-ce80-82c1-9d10-465c70b9b6a8-caa63190 {
  align-self: center;
}

#w-node-_10cbd9f9-05bb-f3a7-8ecc-dd0c9c78ca85-caa63193 {
  place-self: stretch center;
}

#w-node-aaa02a1c-8444-3b02-e0bd-9e2b1b014e70-caa63193, #w-node-_0fe8183f-4045-03f3-d72c-02c5838e8439-caa63193, #w-node-bb212c81-874c-5558-d90e-5c52c4b412a2-caa63193, #w-node-_3b043e0e-dc13-fa79-fe4c-e4ff217cbed1-caa63193, #w-node-f4a424ef-f05f-4178-fad0-a845112639d3-caa63193 {
  place-self: auto;
}

#w-node-_93ffb9a7-307b-6cf1-051c-c5a8afa205cf-caa63193 {
  align-self: center;
}

#w-node-adb1f8fc-0214-6343-0e80-b9cda934a943-5790856d {
  place-self: center;
}

#w-node-_9705b52d-7fd7-f7bf-0444-3ba259c8bff9-5790856d {
  align-self: center;
}

#w-node-_88a40d0e-a8df-1dcc-bfd6-c62e6c5241cf-5790856d, #w-node-_622c4164-a664-8c49-b5ea-832d0037ef51-5790856d {
  place-self: center;
}

#w-node-b48dec6f-ee26-ce97-2b09-c7612f636bbf-5790856d {
  place-self: start;
}

#w-node-d96399fd-b634-01a1-0074-ba0ba329bb83-5790856d {
  place-self: center;
}

#w-node-_10cbd9f9-05bb-f3a7-8ecc-dd0c9c78ca85-07137bf0 {
  place-self: stretch center;
}

#w-node-aaa02a1c-8444-3b02-e0bd-9e2b1b014e70-07137bf0, #w-node-_0fe8183f-4045-03f3-d72c-02c5838e8439-07137bf0, #w-node-bb212c81-874c-5558-d90e-5c52c4b412a2-07137bf0, #w-node-_3b043e0e-dc13-fa79-fe4c-e4ff217cbed1-07137bf0, #w-node-f4a424ef-f05f-4178-fad0-a845112639d3-07137bf0, #w-node-ebc450e7-3ac5-a416-37a8-401499482221-07137bf0 {
  place-self: auto;
}

#w-node-_93ffb9a7-307b-6cf1-051c-c5a8afa205cf-07137bf0 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_7b5d6ef8-618d-69bc-4a31-931404c46c2d-caa63189 {
    justify-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-adb1f8fc-0214-6343-0e80-b9cda934a943-5790856d, #w-node-b48dec6f-ee26-ce97-2b09-c7612f636bbf-5790856d {
    align-self: center;
  }
}


