:root {
  --txt-color-1: #051e3f;
  --bg-color-content2: #284869;
  --white: white;
  --head-color1: #ffe15e;
  --light-gray: #e7e7e9;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --my-yellow-color1: #fac24a;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  padding-top: 0;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.video-container {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #8f8eac;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-container {
  object-fit: fill;
  background-color: #034291;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 50px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.image {
  width: 110px;
  max-width: 90%;
}

.div-block-4 {
  width: auto;
  min-width: 0%;
  max-width: none;
  padding-top: 10px;
  padding-left: 20px;
}

.background-video {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1880px;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.video-section {
  z-index: 100;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.background-video-2 {
  width: 100vw;
  height: auto;
}

.video {
  width: 100%;
}

.code-embed {
  flex: 0 auto;
  align-self: center;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  flex-flow: row;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.div-block-5 {
  background-color: #ddd;
  align-self: flex-end;
  width: 48%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
}

.navi {
  color: #034291;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-6 {
  width: auto;
  min-height: 100%;
  max-height: 100%;
}

.section-navi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-2 {
  height: 110px;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
}

.container-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 1880px;
  display: flex;
}

.div-3-h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 9999;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.cta-button-hero {
  color: var(--txt-color-1);
  vertical-align: middle;
  mix-blend-mode: normal;
  background-color: #f7c445;
  border: 2px solid #00000040;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 9rem;
  min-width: 9rem;
  max-width: 9rem;
  height: 3rem;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
  display: flex;
  position: static;
  box-shadow: 3px 3px 5px #0003;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: flex-start;
  padding-right: 5px;
  display: flex;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-3 {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 1880px;
  height: 100%;
  max-height: 1035px;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-block {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-16 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.cta_bgv {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #00000040;
  background-image: radial-gradient(circle, #6d91ff33, #0000003b);
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-video {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 5vw;
  line-height: 10vh;
}

.paragraph-hero {
  color: #fff;
  text-align: justify;
  letter-spacing: normal;
  text-indent: 0;
  max-width: 63ch;
  margin-bottom: 0;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-hero.sub {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.content-div {
  border: 1px solid var(--bg-color-content2);
  background-color: #53708f78;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  height: 100%;
  box-shadow: 3px 5px 5px #0003;
}

.content-pix {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.content-txt-p {
  color: var(--white);
  text-align: justify;
  font-family: Open Sans, sans-serif;
}

.content-txt-h {
  color: var(--head-color1);
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.content-txt-div {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.image-3, .image-4 {
  border-radius: 3px;
}

.sunlight-2-invest {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

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

.invest {
  text-align: justify;
  background-image: url('../images/solar-invest-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.txt-invest {
  color: var(--bg-color-content2);
  max-width: 64ch;
  margin-bottom: 30px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Open Sans, sans-serif;
}

.invest-content {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #e7e7e9c2;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-invest {
  color: var(--bg-color-content2);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

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

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.slide {
  text-align: center;
  background-image: url('../images/bridge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.div-block-18 {
  height: auto;
  margin-top: 60px;
}

.div-block-19 {
  background-color: #cecece;
}

.prj1 {
  background-color: #284869;
  width: 100%;
  height: 30vh;
  display: flex;
}

.prj {
  align-self: auto;
  width: 100%;
  height: 30vh;
}

.prj-img-1 {
  background-image: url('../images/slide4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.over {
  background-color: #284869e3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.title-prj {
  color: var(--head-color1);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: block;
}

.project-p {
  color: var(--light-gray);
  text-align: justify;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70ch;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  display: block;
}

.prj-img-2 {
  background-image: url('../images/slide1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.prj-img-3 {
  background-image: url('../images/slide2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-category-cards-text {
  color: var(--txt-color-1);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-margin-top-twenty-five.rt-body-font-color {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-counter-train {
  color: var(--head-color1);
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-counter.rt-home-three-work-countar-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  height: 80px;
  font-weight: 400;
  overflow: hidden;
}

.rt-home-three-work-countar-text {
  color: var(--bg-color-content2);
  letter-spacing: -.5px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.rt-home-three-work-card-top-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 19px;
}

.rt-home-three-work-card {
  align-items: stretch;
}

.rt-home-three-work-card-counter-line {
  opacity: .2;
  background-color: #797a8c;
  width: 100%;
  min-height: 1px;
  margin-bottom: 5px;
}

.rt-home-three-who-we-are-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-change-font {
  font-weight: 300;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-button-typography {
  color: var(--bg-color-content2);
  -webkit-text-stroke-color: var(--txt-color-1);
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.rt-button-circle {
  border: 1px solid var(--bg-color-content2);
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-home-one-about-text-2 {
  flex: 1;
}

.rt-button-wrapper {
  display: flex;
}

.rt-button-wrapper.rt-margin-top-twenty {
  margin-top: 0;
  padding-bottom: 20px;
}

.rt-category-cards-text-2 {
  color: #fcba41;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.rt-component-container-2 {
  width: auto;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-footer-v-three {
  padding: 70px 0 0;
}

.rt-component-section-2.rt-footer-v-six {
  border: 0 solid #000;
  padding: 21px 25px 0;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-line-three {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-project-card-wrap {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  position: relative;
}

.rt-project-card-background {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 15px #00000012;
}

.rt-autofit-8 {
  object-fit: cover;
}

.rt-project-accodian-image {
  border-radius: 10px;
  overflow: hidden;
}

.rt-construction-heading-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-line-one {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-construction-text-block {
  flex: 1;
  align-self: center;
}

.rt-project-accodian-item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rt-contruction-tag {
  color: var(--bg-color-content2);
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1875rem;
}

.rt-line-two {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-three-costruction-flex {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-direction: column;
  width: 100%;
  max-width: 435px;
}

.rt-project-card-main-wrap {
  width: 100%;
}

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

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  color: var(--bg-color-content2);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.rt-about-option.rt-about-last:hover {
  color: #f5a03f;
  font-weight: 600;
}

.rt-footer-one-main-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.rt-cloudy-grey {
  color: #5a5a5a;
}

.rt-cloudy-grey.rt-change-size {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-text-normal {
  color: var(--bg-color-content2);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-text-normal.rt-margin-bottom-ten {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.rt-footer-two-block-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.rt-footer-two-block-flex.rt-underline-off, .rt-text-decoration-none {
  text-decoration: none;
}

.rt-footer-three-block-two {
  flex: 1;
  max-width: 261px;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-right-block {
  grid-column-gap: 92px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-footer-one-bottom-text-block {
  color: #dadadb;
  text-align: center;
  letter-spacing: -.01rem;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1.125rem;
  line-height: 2rem;
}

.rt-footer-one-bottom-text-block.rt-footer-two-bottom-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding: 12px 15px;
  font-size: 16px;
}

.rt-old-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-old-btn-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-footer-two-contact-no {
  font-size: 16px;
}

.rt-footer-three-block-three {
  flex: 1;
  max-width: 216px;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-block-four {
  flex-flow: column;
  flex: 1;
  max-width: 160px;
  padding-left: 20px;
  display: flex;
}

.rt-new-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-new-btn-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn.rt-padding-zero {
  padding: 0;
}

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-all-btn.rt-bg-crimson {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-all-btn.rt-bg-crimson.rt-btn-shadow.rt-btn-with-two {
  width: 100%;
  max-width: 189px;
}

.rt-footer-three-top-container {
  max-width: 1290px;
  padding-bottom: 90px;
  position: relative;
}

.rt-footer-three-block-one {
  flex: 0 19%;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-grid {
  grid-column-gap: 139px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 17% 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.rt-padding-top-twenty-five {
  padding-top: 25px;
}

.rt-footer-two-block-btn-flex {
  display: flex;
}

.rt-footer-two-block-btn-flex.rt-padding-bottom-thirty-five {
  margin-bottom: 35px;
}

.rt-footer-one-icons-block {
  margin-top: 7px;
}

.rt-footer-one-icons-block.rt-footer-two-icons-block {
  margin-top: 0;
}

.rt-footer-two-title-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-footer-three-btn-flex {
  display: flex;
}

.rt-footer-three-bottom-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-footer-one-bottom-text-link {
  color: #fff;
  font-weight: 500;
}

.rt-footer-one-bottom-text-link.rt-underline-off {
  text-decoration: none;
}

.rt-all-btn-block {
  height: 24px;
  line-height: 25px;
  overflow: hidden;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-text-normal {
  font-weight: 400;
}

.rt-learn-more-arrow {
  margin-top: 4px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-3.rt-margin-bottom-twenty-five {
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.rt-button-text {
  pointer-events: none;
}

.rt-padding {
  margin-top: 6px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: #bed2f1;
}

.rt-footer-social-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-footer-privet-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-social-icon-2 {
  overflow: visible;
}

.rt-social-icon-2.rt-margin-left.rt-footer-linkedin-icon {
  width: 36px;
  height: 36px;
  margin-left: 0;
}

.rt-home-one-footer-signup-button {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.rt-home-one-buttom-footer {
  border-top: 1px solid #c3cbdf;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 24px;
  display: flex;
}

.rt-social-hover-icon {
  width: 36px;
  height: 36px;
  display: none;
}

.rt-home-one-footer-item-wrapper {
  border: 1px solid #000;
}

.rt-home-one-footer-item-wrapper.rt-item-three-padding {
  border: 0 solid #000;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12px;
  display: flex;
}

.rt-home-one-footer-item-wrapper.rt-item-two-padding {
  border: 0 solid #000;
  flex-flow: row;
  flex: 1;
  padding-right: 20px;
  display: block;
}

.rt-footer-social-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  display: flex;
}

.rt-home-one-footer-mail-icon {
  margin-top: 5px;
  position: absolute;
  inset: auto auto auto 0%;
}

.rt-body-text-3 {
  color: #72777d;
  font-size: 16px;
  line-height: 27px;
}

.rt-body-text-3.rt-home-one-footer-text {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-body-text-3.rt-home-one-footer-text.rt-footer-text-center {
  color: var(--bg-color-content2);
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.rt-body-text-3.rt-footer-one-location-text {
  color: var(--bg-color-content2);
  max-width: 200px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.rt-footer-logo-one {
  height: auto;
}

.rt-home-one-footer-send-button {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #0000;
  margin-top: 0;
  padding: 0 11px 7px 0;
}

.rt-home-one-footer-send-button.rt-text-medium {
  font-weight: 500;
}

.rt-home-one-footer-input-box {
  outline-offset: 0px;
  color: #72777d;
  border: 1px #000;
  outline: 3px #80868c;
  min-width: 232px;
  margin-bottom: 0;
  padding: 6px 10px 23px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.rt-home-footer-input-main-wrapper {
  padding-top: 6px;
  position: relative;
}

.rt-footer-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 0 solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.rt-home-one-footer-form-box {
  border-bottom: 1px solid #c3cbdf;
  display: flex;
}

.rt-home-one-footer-link-box {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.rt-home-one-footer-link-box.rt-mail-text {
  padding-top: 0;
  padding-bottom: 0;
}

.rt-home-one-footer-link-box.rt-padding {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 25px;
}

.rt-footer-logo-item {
  border: 0 solid #000;
  flex: 1;
  height: 100%;
  padding-right: 20px;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-link-text-wrp {
  position: relative;
}

.rt-hero-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 1rem;
  font-weight: 500;
}

.rt-hero-button.rt-nav-button {
  flex: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1rem;
  display: block;
}

.rt-hero-button.rt-nav-button.w--current {
  background-color: #ee0d09;
}

.rt-secondary-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200%);
}

.rt-button-mask {
  overflow: hidden;
}

.rt-container-one-2 {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-container-one-2.rt-container-gap {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-nav-button {
  flex: 0 auto;
}

.rt-style-three-header {
  z-index: 300;
  background-color: #0000;
}

.rt-style-three-header.rt-home-two-header {
  z-index: 300;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-style-three-header.rt-home-two-header.rt-nav-seven {
  background-color: #0000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.rt-home-three-nav-menu-brand {
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.rt-navbar-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-image-height-auto-4 {
  height: auto;
}

.rt-style-three-menu-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  width: 100%;
  padding: 20px 0 20px 17px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 95%;
  transition: all .2s;
  display: flex;
}

.rt-home-three-dropdown {
  cursor: pointer;
  height: 1.75rem;
  overflow: hidden;
}

.rt-home-three-dropdown-link {
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: all .45s;
  transform: translate(0);
}

.rt-home-three-dropdown-link:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-home-three-dropdown-link.w--current {
  color: #464954;
}

.rt-home-three-dropdown-menu {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.rt-home-three-dropdown-icon {
  align-items: center;
  height: auto;
  font-size: .7rem;
  font-weight: 300;
  top: 4px;
}

.rt-home-three-dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  box-shadow: 7px 7px 20px #0000001a;
}

.rt-home-three-dropdown-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.rt-hamburgar-wrap {
  display: none;
}

.rt-nav-menu-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.rt-home-three-dropdaown {
  flex: none;
}

.rt-home-three-dropdaown.rt-display-block {
  margin-left: 0;
  display: block;
  position: relative;
}

.rt-autofit {
  object-fit: cover;
}

.rt-underline-off-3 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.rt-display-off {
  display: none;
}

.rt-autofit-9 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-menu-icon {
  filter: invert();
}

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off-3.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off {
  z-index: 9;
}

.rt-text-semibold {
  font-weight: 600;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-border-radius-six {
  border-radius: 6px;
}

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

.rt-position-relative.rt-overflow-hidden {
  color: var(--bg-color-content2);
  font-family: Montserrat, sans-serif;
}

.rt-position-relative.rt-navbar-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-menu-layout {
  width: 100%;
}

.rt-navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-menu-links {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  transition: transform .35s;
}

.rt-menu-links:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-hamburger-3 {
  display: none;
}

.rt-dropdown-list-6 {
  border-right: 1px solid #0003;
  border-bottom: 0px solid var(--my-yellow-color1);
  opacity: 1;
  background-color: #f5f3f2;
  border-left: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 23px;
  display: none;
  box-shadow: 3px 3px 5px #00000057;
}

.rt-dropdown-list-6.w--open {
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding-top: 17px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-navbar-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.rt-dropdown-3 {
  border-bottom-color: #080808;
}

.rt-dropdown-3.rt-pages {
  position: static;
}

.rt-main-mega-menu-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.rt-dropdown-link-2 {
  opacity: 1;
  color: #4a5055;
  border: 0 solid #0000;
  padding: 0 40px 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-2:hover {
  color: #f8b240;
  -webkit-text-stroke-color: #f8b240;
  transform: translate(5px);
}

.rt-dropdown-link-2.w--current {
  color: #4a5055;
}

.rt-dropdown-link-2.w--current:hover {
  color: #fcbf4a;
}

.rt-tab-display-off {
  border-radius: 5px;
  overflow: hidden;
}

.rt-header-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #191b1d;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-logo-black {
  opacity: 0;
  position: absolute;
}

.rt-dropdown-toggle-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.rt-header-3 {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  align-self: flex-end;
  width: 100%;
  height: 120px;
  margin-bottom: 0;
  font-family: Outfit;
  font-weight: 300;
}

.rt-navbar-right-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
}

.rt-logo-box {
  position: relative;
  overflow: hidden;
}

.rt-header-button-icon-image {
  filter: invert();
}

.rt-main-nav-mega-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid #0003;
  border-bottom: 4px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-left: 1px solid #0003;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 40em;
  min-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 30px;
  display: grid;
  overflow: hidden;
}

.rt-mega-menu-links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
  margin-top: 52px;
}

.rt-menu-text-black {
  color: var(--bg-color-content2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.rt-menu-text-black:hover {
  color: #ffc75e;
  overflow-wrap: normal;
}

.rt-menu-text-black.rt-text-semibold {
  font-weight: 600;
}

.rt-menu-text-black.rt-text-semibold.rt-tab-display-off {
  color: #191b1d;
  font-weight: 400;
}

.rt-header-button-icon {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-arrow-black-two {
  filter: invert();
  margin-top: 4px;
}

.rt-dropdown-list-two {
  background-color: #202638;
  padding-bottom: 5px;
}

.rt-dropdown-list-two.rt-border-radius-six {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #0000;
  border-bottom-width: 0;
  border-radius: 0;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
  background-color: #20263800;
  border-bottom: 0 solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  inset: auto 0% 0%;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown.w--open {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  top: 75px;
  left: 0;
  right: 0;
  overflow: visible;
}

.rt-navbar-content-wrapper {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-header-button-text.rt-white-button-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rt-dropdown-list-6-copy {
  background-color: #f5f3f2;
  border: 0 solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.rt-dropdown-list-6-copy.w--open {
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding-top: 17px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.footer-menu-txt {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-buttom-div1 {
  background-color: #fac24a;
  height: 3px;
}

.footer-buttom-div-2 {
  height: 3px;
}

.rt-hamburger-4 {
  display: none;
}

.rt-dropdown-hover-border {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-dropdown-list-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  top: 100%;
  overflow: hidden;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-7.w--open {
  left: 0;
}

.rt-dropdown-icon-brown {
  opacity: 0;
  position: absolute;
}

.rt-navbar-contact-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: none;
}

.rt-dropdown-4 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10px;
  display: flex;
  position: relative;
}

.rt-navbar-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 185px 1fr 185px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-brand-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.rt-brand-2.w--current {
  padding: 0 0 0 15px;
}

.rt-dropdown-link-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.rt-dropdown-link-3.w--current {
  color: #f02727;
}

.rt-nav-sub-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-navbar-4 {
  background-color: #fff;
  font-family: Outfit;
  font-weight: 300;
  position: relative;
}

.rt-nav-menus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.rt-dropdown-toggle-two {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.rt-dropdown-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-navbar-conmtact-and-humburgger {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px #0003;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.rt-nav-contact-number {
  color: #000;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 27px;
}

.rt-dropdown-list-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 160px;
  padding: 14px 25px;
  display: flex;
}

.rt-autofit-10 {
  object-fit: cover;
}

.rt-underline-off-4 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-change-padding-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.rt-display-off-2 {
  display: none;
}

.rt-autofit-11 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-overflow-off-2 {
  overflow: hidden;
}

.rt-menu-icon-2 {
  filter: invert();
}

.rt-menu-icon-2.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-4 {
  background-color: #fff;
  position: relative;
}

.rt-header-4.rt-change-padding-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block-2.rt-overflow-off-2 {
  flex: none;
}

.rt-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-3 {
  position: relative;
}

.rt-button-circle-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-8 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-8.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-8 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-8.w--open {
  display: flex;
}

.rt-dropdown-list-8.rt-display-off-2 {
  display: none;
}

.rt-dropdown-toggle-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic-2 {
  z-index: 99;
}

.rt-button-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-14.rt-underline-off-4.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger-5 {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main-2 {
  display: none;
}

.rt-menu-font-2 {
  color: #0d1018;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font-2.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font-2.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off-2 {
  z-index: 9;
}

@media screen and (min-width: 1280px) {
  .container-main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-footer-two-block-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .rt-footer-one-icons-block.rt-footer-two-icons-block {
    margin-top: 2px;
  }

  .rt-home-one-footer-item-wrapper.rt-item-two-padding {
    padding-right: 36px;
  }

  .rt-hero-button.rt-nav-button {
    line-height: 1rem;
    display: block;
  }

  .rt-nav-button {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-end;
  }

  .rt-style-three-header.rt-home-two-header.rt-nav-seven {
    background-color: #0000;
    width: auto;
    height: 120px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .rt-navbar-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .rt-image-height-auto-4 {
    align-self: flex-end;
    display: block;
  }

  .rt-style-three-menu-dropdown-toggle {
    padding-bottom: 0;
  }

  .rt-home-three-dropdown-menu {
    color: var(--bg-color-content2);
  }

  .rt-home-three-dropdown-list {
    display: none;
    overflow: hidden;
  }

  .rt-home-three-dropdown-block {
    display: block;
  }

  .rt-nav-menu-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: flex-end;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-dropdown-toggle-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .rt-navbar-conmtact-and-humburgger {
    padding-left: 27px;
  }

  .rt-nav-main-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .rt-social-icon-2.rt-margin-left {
    margin-left: 2px;
  }

  .rt-footer-logo-item {
    padding-right: 37px;
  }

  .rt-navbar-contact-wrapper {
    display: flex;
  }

  .rt-navbar-wrapper-3 {
    grid-template-columns: 350px 1fr 350px;
  }

  .rt-brand-2 {
    padding-left: 15px;
  }

  .rt-vertical-align {
    flex-flow: column;
    display: flex;
  }

  .rt-navbar-conmtact-and-humburgger {
    border-left-style: solid;
  }

  .rt-nav-contact-number {
    height: 27px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .content-div {
    background-color: #68758378;
  }

  .rt-footer-social-icon {
    flex: none;
  }

  .rt-container-one-2.rt-container-gap {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rt-style-three-header.rt-home-two-header {
    z-index: 3;
    position: relative;
  }

  .rt-style-three-header.rt-home-two-header.rt-nav-seven {
    width: 100%;
    margin-bottom: 0;
  }

  .rt-style-three-menu-dropdown-toggle {
    padding-top: 10px;
    padding-left: 15px;
  }

  .rt-home-three-dropdown-menu {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .rt-home-three-dropdown-list {
    display: none;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }

  .rt-navbar-container-2 {
    max-width: 18000px;
  }

  .rt-header-3 {
    z-index: 2;
    margin-bottom: 0;
  }

  .footer-buttom-div1 {
    height: 3px;
  }

  .footer-buttom-div-2 {
    background-color: #000;
    height: 1px;
  }

  .rt-brand-2.w--current {
    padding-left: 40px;
  }

  .rt-navbar-4 {
    z-index: 10;
  }

  .rt-overflow-off-2 {
    align-self: center;
  }

  .rt-header-4.rt-change-padding-2 {
    z-index: 8;
  }

  .rt-dropdown-toggle-7 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    aspect-ratio: auto;
    object-fit: cover;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 5px;
  }

  .div-block-4 {
    min-width: 50px;
  }

  .background-video-2 {
    object-fit: cover;
    width: 100vw;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navbar {
    display: flex;
  }

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

  .navi {
    font-size: .86rem;
  }

  .image-2 {
    position: relative;
  }

  .div-block-9 {
    padding-left: 20px;
  }

  .div-3-h {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
  }

  .cta-button-hero {
    width: 9rem;
    height: 3em;
    padding: 0;
    font-size: 1rem;
  }

  .div-block-10 {
    order: -9999;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
  }

  .div-block-12 {
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .background-video-3 {
    width: 100%;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .rt-project-card-main-wrap {
    width: 100%;
  }

  .rt-footer-three-block-two {
    max-width: 100%;
  }

  .rt-footer-three-right-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-footer-three-block-three {
    max-width: 100%;
  }

  .rt-footer-three-block-four {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-footer-three-top-container {
    padding-bottom: 50px;
  }

  .rt-footer-three-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rt-footer-container {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 42px;
    display: flex;
  }

  .rt-home-one-footer-link-box {
    padding-bottom: 11px;
  }

  .rt-footer-logo-item {
    width: 100%;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-hero-button.rt-nav-button {
    display: none;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-style-three-menu-dropdown-toggle {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .rt-hamburgar-line-one {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-home-three-dropdown {
    height: 1.1rem;
    line-height: 90%;
  }

  .rt-home-three-dropdown-menu {
    color: #0b0d0f;
    margin-top: 1px;
    line-height: 95%;
  }

  .rt-home-three-dropdown-icon {
    filter: invert();
  }

  .rt-home-three-dropdown-list {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .rt-hamburgar-line-three {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-hamburgar-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .rt-nav-menu-link-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 55px 0% 0%;
    overflow: hidden;
  }

  .rt-home-three-dropdaown {
    width: 100%;
  }

  .rt-home-three-dropdaown.rt-display-block {
    display: block;
  }

  .rt-hamburgar-line-two {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-grid-2 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-13.rt-underline-off-3.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding-right: 0;
  }

  .rt-responsive-display-off {
    display: none;
  }

  .rt-menu-button {
    padding: 0;
  }

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

  .rt-menu-links {
    padding: 10px 40px;
  }

  .rt-hamburger-3 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-navbar-menu {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    min-height: 100vh;
    padding-top: 20px;
    position: absolute;
  }

  .rt-dropdown-3 {
    width: 100%;
    display: block;
  }

  .rt-menu-bar {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-tab-display-off, .rt-header-button {
    display: none;
  }

  .rt-dropdown-toggle-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-header-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-main-nav-mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding: 5px 0;
  }

  .rt-mega-menu-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
    margin-top: 0;
  }

  .rt-dropdown-list-two.rt-border-radius-six.w--open {
    position: relative;
    top: 0;
  }

  .rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .rt-navbar-content-wrapper {
    position: static;
  }

  .rt-menu-button-2 {
    padding: 0;
  }

  .rt-menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .rt-hamburger-4 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-menu-bar-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar-2.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-dropdown-list-7 {
    border-style: none;
    padding-top: 0;
    position: static;
  }

  .rt-navbar-contact-wrapper {
    display: none;
  }

  .rt-dropdown-4 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rt-navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
  }

  .rt-brand-2 {
    height: 70px;
  }

  .rt-dropdown-link-3:hover {
    color: #000;
    transform: none;
  }

  .rt-dropdown-link-3.w--current {
    color: #15111c;
  }

  .rt-nav-menus {
    background-color: #f4e9ea;
    flex-flow: column;
    max-width: 100%;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .rt-dropdown-toggle-two {
    justify-content: space-between;
    align-items: center;
  }

  .rt-dropdown-list-wrapper {
    padding-left: 15px;
  }

  .rt-grid-3 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three-2 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three-2.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one-2 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one-2.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-14.rt-underline-off-4.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two-2 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two-2.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-5 {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main-2 {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main-2.rt-padding-right-off {
    padding-right: 0;
  }

  .rt-responsive-display-off-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    flex-flow: row;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    padding-top: 5px;
    padding-right: 0;
    display: flex;
  }

  .image {
    width: 100%;
    display: inline-flex;
  }

  .div-block-4 {
    min-width: 70px;
  }

  .navi {
    font-size: .66rem;
  }

  .div-block-7 {
    order: -9999;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    display: inline-flex;
  }

  .image-2 {
    height: 90px;
    padding-top: 0;
  }

  .div-block-8 {
    align-self: flex-end;
  }

  .div-block-9 {
    flex-flow: wrap;
    padding-left: 10px;
  }

  .div-3-h {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 9999;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 5px;
  }

  .cta-button-hero {
    vertical-align: middle;
    align-self: center;
    width: 9em;
    max-width: 9rem;
    height: 3rem;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    display: flex;
    position: relative;
  }

  .div-block-10 {
    order: -9999;
  }

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

  .div-block-12 {
    align-self: flex-end;
  }

  .div-content {
    flex-flow: column;
    display: flex;
  }

  .cta_bgv {
    background-color: #00000036;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-hero.sub {
    opacity: .82;
    mix-blend-mode: normal;
    border: 1px #000;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .prj-img-1 {
    justify-content: center;
    align-items: stretch;
  }

  .over {
    flex-flow: column;
    align-self: flex-start;
    width: 100%;
    height: 55%;
  }

  .prj-img-2, .prj-img-3 {
    justify-content: center;
    align-items: stretch;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr;
  }

  .rt-autofit-8 {
    height: auto;
  }

  .rt-project-accodian-image {
    display: none;
  }

  .rt-construction-heading-block {
    max-width: 100%;
  }

  .rt-home-three-costruction-flex {
    display: block;
  }

  .rt-home-one-buttom-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-footer-social-icon-wrapper {
    padding-bottom: 14px;
  }

  .rt-home-one-footer-input-box {
    min-width: auto;
  }

  .rt-footer-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 43px;
    display: grid;
  }

  .rt-hero-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-agentic, .rt-avenor-logo, .rt-avenor-logo.w--current {
    padding-left: 0;
  }

  .rt-header-3 {
    border-bottom-color: #0003;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-navbar-content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-site-logo {
    width: 150px;
    height: auto;
  }

  .rt-brand-2.w--current {
    padding: 0;
  }

  .rt-autofit-10 {
    height: auto;
  }

  .rt-agentic-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    object-fit: none;
    flex-flow: wrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 150px;
    padding-top: 0;
    padding-right: 0;
  }

  .image {
    display: inline-block;
  }

  .div-block-5 {
    width: 60%;
  }

  .navi {
    font-size: .5rem;
    line-height: .45rem;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .image-2 {
    height: 84px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-8 {
    aspect-ratio: auto;
    object-fit: none;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .div-block-9 {
    z-index: 100;
    object-fit: none;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    padding-left: 0;
  }

  .navi-sep {
    font-size: .5rem;
    line-height: .5rem;
  }

  .div-3-h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    order: -9999;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 5px;
    padding-right: 0;
  }

  .cta-button-hero {
    padding: 3px;
    font-size: 1rem;
  }

  .div-block-10 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
  }

  .div-block-12 {
    order: -9999;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .over {
    align-self: flex-start;
    height: auto;
  }

  .title-prj {
    align-self: auto;
    line-height: 1.8rem;
  }

  .project-p {
    font-size: .75rem;
  }

  .rt-project-card-wrap {
    padding: 20px 15px 15px 25px;
  }

  .rt-construction-heading-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-home-three-costruction-flex {
    display: flex;
  }

  .rt-project-card-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-one-buttom-footer {
    justify-content: space-between;
    align-items: center;
  }

  .rt-body-text-3.rt-home-one-footer-text.rt-footer-text-center {
    text-align: center;
  }

  .rt-footer-logo-one {
    width: 150px;
    height: auto;
  }

  .rt-home-one-footer-input-box {
    min-width: 150px;
  }

  .rt-home-one-footer-form-wrapper {
    width: 100%;
  }

  .rt-footer-container {
    display: flex;
  }

  .rt-home-one-footer-form-box {
    width: 280px;
    min-width: 280px;
  }

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

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-site-logo {
    width: 140px;
  }

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

  .rt-agentic-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_6013a860-1555-4d4c-06f8-eeb878e2dedf-d1e55b19 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_6013a860-1555-4d4c-06f8-eeb878e2dee0-d1e55b19 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_4b6b1570-c575-be49-48e1-f9177434ca89-ecbb520c {
  justify-self: end;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b41c9-ecbb520c {
  place-self: center start;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b41cb-ecbb520c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b41fa-ecbb520c {
  place-self: center end;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b4200-ecbb520c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b4201-ecbb520c, #w-node-_2cac930b-fb31-c11b-108e-5ce0e74b4202-ecbb520c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2cac930b-fb31-c11b-108e-5ce0e74b4203-ecbb520c {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2cac930b-fb31-c11b-108e-5ce0e74b41fa-ecbb520c {
    justify-self: end;
  }
}


