:root {
  --white: white;
  --black: black;
  --peru: #c48a3e;
  --white-2: #fdfbf7;
  --antique-white: #f7ead9;
  --alice-blue: #eaf0f6;
}

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

a {
  background-image: url('../images/Image9_002-1-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: underline;
}

.div-block {
  background-image: url('../images/landing-pic2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 420px;
  margin-top: 83px;
  display: none;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-between;
  margin-left: 156px;
  margin-right: 0;
  display: block;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  display: flex;
}

.link-block {
  margin-right: 10px;
  text-decoration: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .5px;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.nav-link:focus, .nav-link.w--current {
  color: var(--peru);
}

.nav-link-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  color: var(--peru);
  cursor: auto;
  position: relative;
}

.nav-link-2.hide {
  display: none;
}

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

.div-block-4 {
  background-color: var(--white-2);
  height: 900px;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-content: center;
  place-items: center;
}

.div-block-5 {
  width: 50%;
  margin-bottom: 140px;
  margin-left: 140px;
}

.heading {
  color: var(--white);
  letter-spacing: -.1px;
  text-transform: capitalize;
  width: 35vw;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
}

.text-block {
  color: var(--white);
  letter-spacing: -.1px;
  width: 30vw;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-6 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.div-block-7 {
  margin-right: 10px;
}

.link-block-2 {
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: var(--peru);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.paragraph {
  width: 569px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.vertical-line {
  background-color: var(--antique-white);
  width: 2px;
  height: 113px;
  margin-left: 0;
}

.div-block-10 {
  margin-top: 100px;
}

.grid-2 {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
}

.div-block-11 {
  background-color: #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-2 {
  margin-top: 0;
  padding-top: 0;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rift-soft, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-13 {
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 40px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-bllack {
  color: var(--black);
  text-align: center;
  font-family: rift-soft, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.bold-text {
  color: var(--peru);
  font-weight: 700;
}

.text-block-3 {
  text-align: center;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.grid-4 {
  grid-column-gap: 28px;
  grid-row-gap: 27px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  margin-top: 0;
  display: grid;
}

.div-block-14 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
}

.div-block-16 {
  margin-right: 10px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.image {
  margin-bottom: 32px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  display: flex;
}

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

.text-block-5 {
  color: var(--white);
  font-family: rift-soft, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-2 {
  display: block;
}

.section {
  height: auto;
  margin-bottom: 40px;
  padding-top: 100px;
  display: none;
}

.div-wrap {
  background-color: var(--white-2);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-6 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  width: 52vw;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-7 {
  color: var(--peru);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer-div {
  background-color: var(--white-2);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 213px;
  margin: 60px 20px 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.llog-div {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.grid-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr .25fr .75fr .25fr .75fr;
  display: flex;
}

.link-block-3 {
  color: var(--black);
  text-align: center;
  background-image: none;
  text-decoration: none;
}

.link-block-3.hide {
  display: none;
}

.text-block-8 {
  text-transform: capitalize;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  position: static;
}

.div-block-21 {
  background-color: #f7ead9;
  width: 1px;
  height: 13px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  margin-top: 40px;
}

.tab-link-tab-1 {
  background-color: #0000;
  border-right: 0 #ccc;
  padding: 20px 0;
  font-family: rift-soft, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.tab-link-tab-1.w--current {
  border-bottom: 0px none var(--peru);
  color: var(--peru);
  background-color: #0000;
  border-right-width: 0;
  margin-right: 0;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: rift-soft, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-left: 1px solid #ccc;
  align-items: center;
  padding-bottom: 9px;
  padding-left: 40px;
  padding-right: 0;
  font-family: rift-soft, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.tab-link-tab-2:focus {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid var(--peru);
  color: var(--peru);
  background-color: #0000;
  border-left-style: none;
  border-left-width: 0;
  flex-direction: row;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: none;
}

.div-block-23 {
  background-color: #ccc;
  width: 1px;
  height: 52px;
  margin-right: 40px;
}

.text-block-10 {
  border-bottom: 0px none var(--peru);
  padding-bottom: 3px;
  padding-left: 0;
  line-height: 40px;
}

.tab-pane-tab-2 {
  margin-top: 40px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  width: auto;
  margin-top: 40px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.proj-1 {
  background-color: var(--white-2);
  border-radius: 6px;
  padding: 10px 10px 20px;
}

.heading-4 {
  font-family: rift-soft, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
}

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

.text-block-11 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.desc-text {
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.columns {
  margin-top: 40px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -39px;
  display: flex;
}

.link-block-4 {
  color: #464646;
  cursor: pointer;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-block-4:hover {
  font-weight: 700;
}

.div-block-28 {
  justify-content: center;
  display: block;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #0000;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--white-2);
  border-radius: 6px;
  font-weight: 600;
}

.tab-link-tab-2-2 {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--white-2);
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.tab-link-tab-1-3 {
  background-color: #0000;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
}

.tab-link-tab-1-3.w--current {
  background-color: var(--white-2);
  border-radius: 6px;
  font-weight: 500;
}

.tab-link-tab-2-3 {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--white-2);
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.horizontal-line {
  background-color: var(--antique-white);
  width: 2px;
  height: 113px;
  margin-left: 0;
  display: none;
}

.grid-2--mob {
  grid-template-rows: auto;
  display: none;
}

.middle-line {
  background-color: #f7ead9;
  width: 1px;
  height: 13px;
}

.l2 {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.ll3 {
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.arrow-mob {
  display: none;
}

.section-2 {
  padding-bottom: 20px;
}

.text-block-12 {
  color: var(--black);
  font-family: rift-soft, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.image-4 {
  display: inline-block;
}

.image-5, .tabs {
  display: block;
}

.tabs-2 {
  display: none;
}

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

.img-new {
  display: block;
}

.text-block-13 {
  color: #5c5c5c;
  font-size: 20px;
}

.paragraph-5 {
  color: #191e23;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.heading-8 {
  color: #c7a74a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.get-in-touch-form-2 {
  flex-direction: column;
  display: flex;
}

.div-block-44 {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-from-base {
  background-color: #0000;
  border-radius: 10px;
  height: 480px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.cont-para {
  color: #191e23;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.heading-6 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-5 {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  width: 90%;
  margin: 29px auto 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 6px;
  width: auto;
  margin-top: 0;
  padding: 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #0000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
}

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

.div-block-53 {
  align-items: center;
  display: flex;
}

.fb-white {
  opacity: 1;
}

.div-block-51 {
  margin-right: 15px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.white-insta {
  opacity: 1;
}

.div-block-50 {
  margin-right: 15px;
}

.div-contact {
  color: #191e23;
  justify-content: flex-start;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.linkin-white {
  opacity: 1;
}

.link-block-5 {
  margin-left: 20px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.credentials-inputs-wrap {
  display: flex;
}

.twitter-white {
  opacity: 1;
}

.div-block-52 {
  margin-top: 24px;
  margin-left: 50px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.div-block-49 {
  background-color: #0000;
  border-right: 0 #e6be88;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  padding: 30px 0 20px;
  display: block;
}

.link-2 {
  color: #191e23;
  background-image: none;
  align-items: center;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #191e23;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-51-copy {
  margin-right: 15px;
}

.heading--centre {
  color: var(--peru);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.new-mob-tex {
  opacity: 1;
  color: var(--black);
  background-color: #f2ede4;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 28px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 26px;
  display: block;
}

.new-mob-tex:hover {
  border-color: #e3e6eb;
}

.new-mob-tex:active {
  border-color: #43464d;
}

.new-mob-tex:focus {
  border-color: #d4d3d3;
}

.new-mob-tex::placeholder {
  color: #32343a66;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 0;
  padding-right: 10px;
}

.sciallink-wrap--contact {
  justify-content: flex-start;
  margin-top: 147px;
  margin-bottom: 16px;
  display: none;
}

.div-block-56 {
  margin-left: 10px;
}

.link-block-6 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-43 {
  background-color: #fdfaf3;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-55 {
  background-color: var(--peru);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #101640;
}

.status-message.cc-error-message {
  background-color: #ee274f;
}

.bold-text-7 {
  font-weight: 400;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-template-rows: .5fr;
  grid-template-columns: .75fr 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 60px;
}

.para-2-centre {
  text-align: center;
  width: 60vw;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heading-9 {
  color: var(--peru);
  text-align: center;
  margin-top: 0;
  font-family: rift-soft, sans-serif;
  font-size: 36px;
}

.section-4 {
  margin-top: 106px;
  padding-left: 140px;
  padding-right: 140px;
}

.contact-div-wrap {
  width: 50%;
  margin-bottom: 59px;
  margin-left: 140px;
}

.brand {
  background-image: none;
}

.brand.w--current {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.social-icons-div {
  margin-left: 30px;
  display: none;
}

.home-div {
  background-image: linear-gradient(60deg, #000000d6, #00000096 51%, #0000004a 100%, #0000), url('../images/Landing-pic-new2x.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  margin-top: 67px;
  display: flex;
}

.pic-div-wrap {
  background-color: #faf5ea;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.div-block-57 {
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.div-heading {
  padding-left: 0;
}

.div-block-58 {
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: var(--black);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.invest-1 {
  background-color: var(--white-2);
  border-radius: 6px;
  padding: 10px 10px 20px;
}

.img2-dnb-mob {
  display: none;
}

.logo-mob {
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
  display: none;
}

.mob-box-img {
  display: none;
}

.bold-text-8 {
  font-weight: 200;
}

.social-div {
  background-image: url('../images/Social2x.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 420px;
  margin-top: 0;
  display: flex;
}

.div-block-59 {
  background-color: var(--white-2);
  border-radius: 6px;
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 40px;
}

.paragraph-7 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

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

.text-div-desk {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-mob {
  display: none;
}

.link-block-7 {
  text-decoration: none;
}

.heading-10 {
  color: var(--peru);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.projects-div {
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 40px 40px;
  display: flex;
}

.section-5 {
  height: auto;
}

.proj-div {
  background-image: url('../images/landing-pic2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 420px;
  margin-top: 0;
  padding-left: 60px;
  display: flex;
}

.bold-text-9 {
  font-weight: 200;
}

.wraper {
  padding: 40px 100px;
}

.grid-new {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img2-2 {
  max-width: 80%;
}

.img2-3 {
  max-width: 90%;
}

.img-h1, .imgh3 {
  height: 76px;
}

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

.div-block-62 {
  margin-left: 0;
}

.pic-div-wrap-copy {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.blue {
  background-color: #faf5ea;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.piv-div-wrap {
  color: #3330;
  background-color: #0000;
  background-image: url('../images/pic12x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.piv-div-wrap:hover {
  color: var(--white);
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/pic12x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-size: 24px;
  font-weight: 500;
}

.piv-div-wrap2 {
  background-color: #0000;
  background-image: url('../images/pic-22x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 34vh;
  display: flex;
  position: relative;
}

.link-block-8 {
  color: #0000;
  background-image: url('../images/pic12x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/pic12x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link1 {
  color: #0000;
  background-image: url('../images/pic12x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link1:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/pic12x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link2 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307942x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link2:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307942x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.text-block-15 {
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}

.text-block-15:hover {
  color: #fff;
}

.heading-container {
  margin-top: 60px;
}

.proj-div-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
}

.bold-text-10 {
  font-weight: 200;
}

.home-grid {
  grid-column-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  place-items: end baseline;
  width: auto;
  margin-top: 0;
}

.link-one {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/20230927_094126.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-two {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/Image7_001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.proj-link-3 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307952x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-3:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307952x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-4 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307962x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-4:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307962x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-5 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307992x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-5:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307992x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-6 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307972x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-6:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307972x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-7 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307982x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-7:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307982x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-8 {
  color: #0000;
  background-image: url('../images/Mask-Group-1307932x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-8:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1307932x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-9 {
  color: #0000;
  background-image: url('../images/Mask-Group-1308002x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-9:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1308002x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-10 {
  color: #0000;
  background-image: url('../images/pic-22x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-10:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/pic-22x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-11 {
  color: #0000;
  background-image: url('../images/Mask-Group-1308022x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-11:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1308022x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-12 {
  color: #0000;
  background-image: url('../images/Mask-Group-1308032x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-12:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1308032x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-13 {
  color: #0000;
  background-image: url('../images/Mask-Group-1308052x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-13:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1308052x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.proj-link-14 {
  color: #0000;
  background-image: url('../images/Mask-Group-1308042x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 34vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.proj-link-14:hover {
  color: var(--white);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Mask-Group-1308042x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-6 {
  border-radius: 6px;
}

.investment {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: auto;
  margin-top: 40px;
}

.text-block-16 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.bold-text-11 {
  font-weight: 200;
}

.link-block-9 {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.div-block-63 {
  margin-left: 10px;
}

.link-dnb, .link-boxman {
  color: #333;
  justify-content: center;
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: var(--black);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-64 {
  text-transform: capitalize;
}

.enter-link {
  background-image: none;
  text-decoration: none;
}

.sub-pages {
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  display: flex;
}

.div-block-65, .home-div-link {
  width: 0;
  height: 0;
}

.div-block-66 {
  height: 100px;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.navbar-2 {
  background-color: var(--white);
  justify-content: space-between;
  height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-3 {
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.nav-link-3:hover {
  font-weight: 500;
}

.nav-link-3:focus, .nav-link-3.w--current {
  color: var(--peru);
}

.section-6 {
  margin-top: 0;
}

.nav-link1 {
  color: var(--black);
  letter-spacing: .5px;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.nav-link1:focus {
  color: var(--peru);
}

.nav-link1.w--current {
  color: var(--peru);
  cursor: default;
  text-decoration: none;
  position: relative;
}

.container-4 {
  justify-content: space-between;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  display: flex;
}

.link-n2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-n2.w--current {
  color: var(--peru);
  background-image: none;
}

.link-p {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-p.w--current {
  color: var(--peru);
  background-image: none;
}

.link-p.hide {
  display: none;
}

.link-n-a {
  color: var(--black);
  letter-spacing: .5px;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.link-n-a:focus {
  color: var(--peru);
}

.link-n-a.w--current {
  color: var(--black);
  background-image: none;
}

.link-h {
  color: var(--black);
  letter-spacing: .5px;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.link-h:focus {
  color: var(--peru);
}

.link-h.w--current {
  color: var(--black);
  background-image: none;
}

.patriot-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dnb-logo {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.boxman-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  align-items: center;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.mob-heading {
  font-family: rift-soft, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.heading-4-copy {
  font-family: rift-soft, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
}

.mob-small-text {
  font-family: rift-soft, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.heading-4-copy {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.heading-new, .mob-new-text {
  font-family: rift-soft, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.inside-div {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-1 {
  color: var(--black);
  text-align: center;
  max-width: 150px;
  margin-top: 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.new {
  color: #7a7a7a;
  text-align: center;
  max-width: 220px;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.heading-4-copy-copy {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.h-new--mob {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.div-block-68 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.container-5 {
  color: var(--peru);
  justify-content: center;
  align-items: center;
  font-family: rift-soft, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

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

.text-block-17 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.link-block-10 {
  cursor: pointer;
  background-color: #fdfbf7;
  background-image: none;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-10:hover {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-block-11 {
  color: #0000;
  background-image: url('../images/Bali_facade_view_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.heading-11 {
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-12 {
  margin-top: 0;
  font-family: rift-soft, sans-serif;
  font-weight: 400;
}

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

.text-span-2 {
  font-size: 30px;
  font-weight: 300;
}

.vertical-line-2 {
  background-color: #f7ead9;
  width: 2px;
  height: 113px;
  margin-left: 0;
}

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

.horizontal-line-2 {
  background-color: #f7ead9;
  width: 2px;
  height: 113px;
  margin-left: 0;
  display: none;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-content: center;
  place-items: center;
  width: 1280px;
}

.grid-9 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-auto-flow: column;
  place-content: center space-between;
  place-items: center;
  display: flex;
}

.heading-13 {
  color: #c48a3e;
  margin-top: 0;
  font-family: rift-soft, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-76 {
  width: 1280px;
  margin-top: 100px;
}

.div-block-77 {
  background-color: #fdfbf7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.link-block-12 {
  text-align: center;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.link-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: flex-start;
}

.image-9 {
  max-height: 93px;
  margin-bottom: 6px;
  margin-left: 20px;
}

.link-block-14 {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 170px;
  text-decoration: none;
  display: flex;
}

.link-block-15 {
  color: #fff0;
  background-image: url('../images/J-1275-Architectural.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-16 {
  color: #fff0;
  background-image: url('../images/Image2-min-min_11zon.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.image-12 {
  max-height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  margin-top: 10px;
  margin-bottom: 22px;
}

.image-14 {
  max-height: 104px;
  margin-bottom: 10px;
}

.image-15 {
  max-height: 80px;
}

.link-block-17 {
  background-image: url('../images/DSC_4585.JPG');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-18 {
  background-image: url('../images/20230927_094126.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-19 {
  background-image: url('../images/WhatsApp-Image-2024-03-22-at-11.09.02.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-20 {
  background-image: url('../images/1356_Perspectives.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-21 {
  background-image: url('../images/1BHK_View05.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-22 {
  background-image: url('../images/20230908_081357.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-23 {
  background-image: url('../images/20230908_081413.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-24 {
  background-image: url('../images/20230925_080613.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-25 {
  background-image: url('../images/entrance-lobby_View04.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  width: 30vw;
  height: 40vh;
}

.link-block-26 {
  background-image: url('../images/1BHK_View10.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-27 {
  background-image: url('../images/Bali_facade_view_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-28 {
  background-image: url('../images/Bali_facade_view_4.jpg');
  background-position: 100%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-29 {
  background-image: url('../images/J-1275-Architectural.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-30 {
  background-image: url('../images/FRONT-VIEW.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-31 {
  background-image: url('../images/Image6_000.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-32 {
  background-image: url('../images/1_F.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-33 {
  background-image: url('../images/1-F-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-34 {
  background-image: url('../images/1-F.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-35 {
  background-image: url('../images/2_F.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-36 {
  background-image: url('../images/1_F-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 30vh;
}

.link-block-37 {
  background-image: url('../images/1_F-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-38 {
  background-image: url('../images/Image7_001.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.image-16 {
  height: 76px;
}

.link-block-39 {
  background-image: url('../images/Image8-1-1-1.jpg');
  background-position: 50% 60%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.link-block-40, .link-block-41 {
  width: 30vw;
  height: 40vh;
}

.div-block-80 {
  margin-left: 50px;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-83 {
  width: 200px;
  height: 100px;
}

.div-block-84 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.div-block-85 {
  width: 200px;
  height: 100px;
}

.div-block-86, .div-block-87 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.div-block-88 {
  height: 100px;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 14px;
  display: flex;
}

.image-17 {
  max-width: 120%;
}

.text-span-3 {
  color: var(--peru);
  font-weight: 700;
}

.link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48, .link-block-49 {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-18 {
  margin-left: 12px;
}

.text-span-4 {
  font-size: 40px;
}

.div-block-90 {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 170px;
  display: flex;
}

.div-block-90:hover {
  box-shadow: 0 0 12px #0000001a;
}

.image-19 {
  max-width: 96%;
}

.image-20 {
  width: 243px;
  height: 104.234px;
}

.slider, .div-block-91 {
  display: none;
}

.div-block-94 {
  min-width: 400px;
  max-width: 800px;
  margin-bottom: 36px;
  display: block;
}

.div-block-95 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.image-23 {
  height: 80px;
}

.div-block-96 {
  background-color: var(--black);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 8px;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 0;
  }

  .nav-link, .nav-link-2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .div-block-5 {
    width: 70%;
    margin-left: 60px;
  }

  .heading, .text-block {
    width: 60vw;
  }

  .grid-3 {
    grid-column-gap: 60px;
  }

  .div-block-12 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .text-block-5 {
    width: 570px;
    font-size: 28px;
  }

  .text-block-6 {
    width: 90vw;
  }

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

  .grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 20px;
  }

  .div-block-24 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
    overflow: visible;
  }

  .get-in-touch-form-2 {
    text-align: left;
  }

  .contact-from-base {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .button-2 {
    justify-content: center;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-49 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 33px;
  }

  .new-mob-tex {
    background-color: #f2ede4;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sciallink-wrap--contact {
    margin-top: 360px;
  }

  .div-block-43 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

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

  .contact-div-wrap {
    width: 70%;
    margin-left: 60px;
  }

  .brand {
    background-image: none;
  }

  .social-icons-div {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-59 {
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .projects-div {
    margin-top: 60px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-new {
    grid-column-gap: 60px;
  }

  .img-h1 {
    max-width: 90%;
  }

  .text-block-14 {
    text-align: center;
    font-size: 20px;
  }

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

  .proj-div-wrap {
    width: auto;
    margin-left: 0;
  }

  .home-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    place-items: center;
  }

  .link-one, .link-two {
    width: 44vw;
  }

  .investment {
    grid-column-gap: 20px;
  }

  .link-dnb, .link-boxman {
    margin-top: 25px;
  }

  .sub-pages {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 8px;
  }

  .nav-link1, .link-n2, .link-p, .link-n-a, .link-h {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mob-heading {
    display: block;
  }

  .heading-4-copy {
    display: none;
  }

  .mob-small-text, .heading-new {
    display: block;
  }

  .mob-new-text {
    display: none;
  }

  .heading-1, .new, .h-new--mob {
    line-height: 16px;
  }

  .link-block-11 {
    width: 44vw;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 28px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .vertical-line-2 {
    display: none;
  }

  .div-block-74 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .horizontal-line-2 {
    width: 113px;
    height: 2px;
    display: block;
  }

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

  .grid-9 {
    flex-flow: column;
    display: none;
  }

  .div-block-76 {
    width: auto;
    margin-top: 40px;
  }

  .div-block-77 {
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-15 {
    width: 44vw;
  }

  .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29 {
    width: 31vw;
  }

  .link-block-30 {
    background-position: 50%;
    width: 31vw;
  }

  .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-37, .link-block-38 {
    width: 31vw;
  }

  .link-block-39 {
    width: 31vw;
    display: block;
  }

  .link-block-40, .link-block-41 {
    width: 31vw;
  }

  .div-block-80 {
    margin-left: 0;
  }

  .div-block-81 {
    align-self: flex-start;
  }

  .section-8 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    height: auto;
    padding-bottom: 60px;
  }

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

  .div-block-5 {
    width: auto;
    margin-left: 40px;
  }

  .heading {
    width: auto;
  }

  .text-block {
    width: 80vw;
  }

  .paragraph {
    width: auto;
  }

  .vertical-line {
    display: none;
  }

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

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .grid-3 {
    grid-column-gap: 20px;
  }

  .div-block-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .grid-4 {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .image {
    margin-top: 29px;
    margin-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 40px;
    display: grid;
  }

  .div-block-19 {
    margin-right: 0;
  }

  .text-block-5 {
    text-align: center;
    line-height: 36px;
  }

  .div-wrap {
    padding-left: 0;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .footer-div {
    padding-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr 1fr;
  }

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

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 3.25fr;
    place-content: center;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .div-block-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .column {
    margin-bottom: 20px;
  }

  .horizontal-line {
    width: 113px;
    height: 2px;
    display: block;
  }

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

  .middle-line {
    display: none;
  }

  .l2 {
    margin-top: 34px;
  }

  .ll3 {
    margin-top: 48px;
  }

  .column-2 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch-form-2 {
    justify-content: flex-start;
  }

  .contact-from-base {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .cont-para {
    width: auto;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 33px;
  }

  .heading-5 {
    width: 88%;
  }

  .contact-form {
    width: 90%;
    max-width: 470px;
    margin-bottom: 20px;
  }

  .button-2 {
    width: auto;
  }

  .div-block-51 {
    width: 15vw;
  }

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

  .div-block-49 {
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding: 20px 60px 30px 40px;
  }

  .div-block-51-copy {
    width: 7vw;
  }

  .new-mob-tex {
    background-color: #f2ede4;
    border: 0 solid #d4d3d3;
    border-radius: 10px;
    box-shadow: inset 0 0 0 -20px #0000;
  }

  .email-name-field-wrap {
    padding-right: 0;
  }

  .sciallink-wrap--contact {
    margin-top: 80px;
    display: none;
  }

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

  .contact-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .contact-div-wrap {
    width: auto;
    margin-left: 40px;
  }

  .brand {
    background-image: none;
  }

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

  .paragraph-6 {
    margin-top: 0;
  }

  .img2-dnb {
    display: none;
  }

  .column-4 {
    padding-left: 0;
  }

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

  .img2-dnb-mob {
    display: block;
  }

  .logo-mob {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-4-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .mob-box-img {
    display: block;
  }

  .div-box-h1 {
    margin-top: 25px;
  }

  .div-block-59 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .projects-div {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .img-h1 {
    max-width: 70%;
  }

  .img-h2 {
    max-width: 90%;
  }

  .imgh3 {
    max-width: 80%;
  }

  .proj-link1, .proj-link2 {
    width: 70vw;
    height: 44vh;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .proj-div-wrap {
    width: auto;
  }

  .home-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    place-content: center;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .link-one, .link-two {
    width: 90vw;
    height: 44vh;
  }

  .proj-link-3, .proj-link-4, .proj-link-5, .proj-link-6, .proj-link-7, .proj-link-8, .proj-link-9, .proj-link-10, .proj-link-11, .proj-link-12, .proj-link-13, .proj-link-14 {
    width: 70vw;
    height: 44vh;
  }

  .investment {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    place-content: center;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .link-text {
    margin-top: 0;
  }

  .sub-pages {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mob-heading, .heading-4-copy {
    font-size: 18px;
  }

  .mob-small-text {
    font-size: 18px;
    display: block;
  }

  .heading-4-copy, .heading-new {
    font-size: 18px;
  }

  .mob-new-text {
    font-size: 18px;
    display: block;
  }

  .heading-1, .new {
    font-size: 14px;
  }

  .heading-4-copy-copy {
    font-size: 18px;
  }

  .h-new--mob {
    font-size: 14px;
  }

  .link-block-11 {
    width: 90vw;
  }

  .vertical-line-2 {
    display: none;
  }

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

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

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

  .div-block-77 {
    height: auto;
    padding-bottom: 60px;
  }

  .link-block-15 {
    width: 90vw;
  }

  .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27 {
    width: 70vw;
    height: 44vh;
  }

  .link-block-28 {
    background-position: 50%;
  }

  .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-37, .link-block-38 {
    width: 70vw;
    height: 44vh;
  }

  .link-block-39, .link-block-40, .link-block-41 {
    width: 70vw;
  }

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

  .slider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 420px;
    margin-top: 91px;
    padding-right: 20px;
  }

  .navbar {
    height: 90px;
    padding-bottom: 0;
  }

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5 {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .text-block {
    width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: 414px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .div-block-11 {
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0;
  }

  .container-2 {
    flex: 0 auto;
    margin-top: 26px;
  }

  .heading-3 {
    direction: ltr;
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    order: 0;
    min-width: 280px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 37px;
    overflow: visible;
  }

  .grid-3 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 0;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .div-block-12 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .div-block-13 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-bllack {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .bold-text {
    font-weight: 700;
  }

  .text-block-3 {
    text-align: left;
    margin-left: 0;
    margin-right: 12px;
    padding-left: 3px;
    padding-right: 21px;
    font-size: 12px;
    line-height: 18px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    margin-top: 0;
    padding-bottom: 100px;
    display: flex;
    overflow: visible;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: -113px;
    padding-left: 0;
    overflow: auto;
  }

  .div-block-17 {
    align-items: center;
  }

  .div-block-18 {
    margin-top: 0;
    position: relative;
  }

  .text-block-5 {
    white-space: pre-wrap;
    word-break: keep-all;
    width: 300px;
    min-width: auto;
    max-width: 100%;
  }

  .grid-5 {
    grid-template-rows: 363px auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section {
    padding-top: 60px;
  }

  .div-wrap {
    justify-content: flex-end;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .text-block-6 {
    text-align: left;
    width: auto;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-7 {
    text-align: left;
  }

  .footer-div {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .div-block-20 {
    flex-flow: column;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    text-align: center;
    flex-direction: column;
  }

  .tab-link-tab-1 {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
  }

  .tab-link-tab-2 {
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    justify-content: center;
    padding-left: 0;
  }

  .tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .grid-7 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .link-block-4 {
    margin-top: 0;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-2-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1-3.w--current {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-2-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2--mob {
    display: block;
  }

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

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

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

  .l2 {
    margin-top: 47px;
  }

  .arrow {
    display: none;
  }

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

  .text-block-12 {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
  }

  .column-2, .column-3 {
    padding-left: 0;
  }

  .section-3 {
    padding-top: 0;
  }

  .div-block-44 {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-from-base {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cont-para {
    width: auto;
    padding-right: 0;
    text-decoration: none;
  }

  .heading-6 {
    text-align: left;
    font-size: 24px;
  }

  .heading-5 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .contact-form {
    width: 100%;
    max-width: none;
  }

  .button-2 {
    width: auto;
  }

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

  .container-3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-50 {
    width: 9vw;
  }

  .div-contact {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-52 {
    margin-left: 45px;
  }

  .div-block-49 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    color: #191e23;
    font-family: Poppins, sans-serif;
    line-height: 20px;
    text-decoration: none;
  }

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

  .div-block-51-copy {
    width: 9vw;
  }

  .heading--centre {
    font-size: 28px;
    line-height: 32px;
  }

  .new-mob-tex {
    background-color: #f2ede4;
    border: 0 #d4d3d3;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    transition-property: none;
  }

  .new-mob-tex:hover, .new-mob-tex:active {
    border-color: #d4d3d3;
  }

  .new-mob-tex:focus {
    box-shadow: none;
    background-color: #0000;
    border: 1px solid #d4d3d3;
  }

  .div-block-43 {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }

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

  .status-message.cc-success-message {
    background-color: #0d5688;
  }

  .bold-text-7 {
    text-align: left;
    font-size: 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .para-2-centre {
    text-align: left;
    order: 0;
    align-self: auto;
    width: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-9 {
    text-align: left;
    align-self: auto;
    margin-left: 0;
  }

  .contact-div-wrap {
    margin-left: 20px;
  }

  .brand {
    background-image: none;
    padding-left: 0;
  }

  .home-div {
    height: 420px;
    margin-top: 91px;
    padding-right: 0;
  }

  .pic-div-wrap {
    padding: 20px;
  }

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

  .heading-4-copy {
    font-size: 18px;
  }

  .div-box-h1 {
    margin-top: 0;
  }

  .social-div {
    height: 420px;
    margin-top: 91px;
    padding-right: 20px;
  }

  .div-block-59 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-div-desk {
    display: none;
  }

  .text-mob {
    display: block;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 45px;
  }

  .projects-div {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .proj-div {
    height: 420px;
    margin-top: 91px;
    padding-right: 20px;
  }

  .wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    justify-content: stretch;
  }

  .img-h1 {
    max-width: 100%;
    height: auto;
    margin-left: -80px;
    display: block;
  }

  .img-h2 {
    max-width: 100%;
  }

  .imgh3 {
    max-width: 100%;
    height: auto;
    margin-left: -78px;
  }

  .blue {
    padding: 20px;
  }

  .proj-link1, .proj-link2 {
    width: 100%;
    height: 40vh;
  }

  .text-block-15 {
    width: 240px;
  }

  .proj-div-wrap {
    margin: 0 15px 20px;
  }

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

  .link-one, .link-two {
    width: 100%;
    height: 40vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .proj-link-3, .proj-link-4, .proj-link-5, .proj-link-6, .proj-link-7, .proj-link-8, .proj-link-9, .proj-link-10, .proj-link-11, .proj-link-12, .proj-link-13, .proj-link-14 {
    width: 100%;
    height: 40vh;
  }

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

  .link-dnb, .link-boxman {
    margin-top: 20px;
  }

  .div-block-64 {
    padding: 0 10px 10px;
  }

  .sub-pages {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dnb-logo {
    margin-top: 20px;
  }

  .mob-heading, .heading-4-copy, .mob-small-text, .heading-4-copy, .heading-new, .mob-new-text {
    font-size: 18px;
  }

  .section-7 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .inside-div {
    margin-top: 0;
  }

  .heading-1 {
    font-size: 14px;
  }

  .new {
    max-width: 160px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }

  .heading-4-copy-copy {
    font-size: 18px;
  }

  .h-new--mob {
    font-size: 14px;
    display: block;
  }

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

  .div-block-69 {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-5 {
    margin-top: 40px;
  }

  .div-block-70 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 0;
    margin-left: 14px;
    display: block;
    position: static;
  }

  .link-block-10 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

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

  .div-block-72 {
    width: 56%;
  }

  .link-block-11 {
    width: 91vw;
  }

  .heading-12 {
    text-align: left;
  }

  .text-span {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .grid-8 {
    grid-row-gap: 7px;
  }

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

  .div-block-77 {
    padding: 40px 15px 20px;
  }

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

  .link-block-15 {
    width: 91vw;
  }

  .link-block-16 {
    width: 90vw;
  }

  .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27 {
    width: 100%;
  }

  .link-block-28 {
    background-position: 50%;
    width: 100%;
  }

  .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-37, .link-block-38 {
    width: 100%;
  }

  .image-16 {
    height: auto;
    margin-left: -44px;
    padding-left: 0;
    display: block;
  }

  .link-block-39, .link-block-40, .link-block-41 {
    width: 90vw;
  }

  .container-6 {
    flex-flow: column;
    padding-left: 0;
    display: block;
  }

  .div-block-82 {
    margin-top: 10px;
  }

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

  .text-span-3 {
    text-align: center;
  }

  .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48, .link-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-90 {
    width: 180px;
    margin-right: 14px;
  }

  .div-block-90:hover {
    box-shadow: none;
  }

  .image-19 {
    height: 100px;
  }

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

  .slider {
    background-color: #fff0;
    width: 320px;
    height: 170px;
    display: none;
  }

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

  .image-21 {
    width: 18px;
    margin-left: 6px;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .text-block-19 {
    color: #000;
    font-family: rift-soft, sans-serif;
  }

  .bold-text-12 {
    margin-right: 8px;
  }

  .section-9 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-92 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-93 {
    padding-bottom: 6px;
    padding-left: 10px;
  }

  .div-block-94 {
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-95 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-22, .image-23, .image-24 {
    width: 200px;
  }
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a0339-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a033a-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a033b-5e4e1dc7, #w-node-d483e8fb-337b-c250-96dc-fe82884a033c-5e4e1dc7 {
  place-self: center;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a033d-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a0344-5e4e1dc7 {
  place-self: center;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a034d-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a0350-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d483e8fb-337b-c250-96dc-fe82884a0352-5e4e1dc7 {
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f00a-5e4e1dc7, #w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f011-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f012-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f016-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f017-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f01b-5e4e1dc7, #w-node-eca0e4f0-9c25-b944-7f53-a7175f7c8845-5e4e1dc7 {
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f021-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f025-5e4e1dc7 {
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f02a-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f02b-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f037-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f038-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_251ac660-d2a5-fa36-94aa-641e48a6a34f-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_251ac660-d2a5-fa36-94aa-641e48a6a350-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db1d8676-a423-3305-7809-ed450ca1d86a-5e4e1dc7, #w-node-_2b8136a4-8eb1-d07e-ee86-eb6fba1dc5a9-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56864304-dd98-5246-b9f7-fa181dcbf45b-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9de517a9-9cdb-55bb-272b-45ef2ec7d1ae-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0335d91-afe3-8d05-4baf-3bbbb15ae7f5-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7fb0239-1958-3f7d-dd5f-9aa732304fe0-5e4e1dc7 {
  place-self: center;
}

#w-node-_4de75e42-6777-c499-6a95-b00c1b2f0b7f-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4de75e42-6777-c499-6a95-b00c1b2f0b80-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd1ed9fd-43ab-e02d-7b14-eb9e816937dd-5e4e1dc7 {
  place-self: center;
}

#w-node-b6ac69d2-0582-4bb1-07e1-174f4a1cc0f6-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6ac69d2-0582-4bb1-07e1-174f4a1cc0f7-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f91dad0-2a07-8f93-e874-18eb6898842e-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5f91dad0-2a07-8f93-e874-18eb6898842f-5e4e1dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbaa76e-4ad5-17b3-a732-7bd965553681-5e4e1dc7 {
  place-self: center;
}

#w-node-_8a6d2ccd-f451-52d1-d91e-d883d8edf0b4-d8edf0af, #w-node-_8a6d2ccd-f451-52d1-d91e-d883d8edf0b8-d8edf0af, #w-node-_8a6d2ccd-f451-52d1-d91e-d883d8edf0bc-d8edf0af, #w-node-_8a6d2ccd-f451-52d1-d91e-d883d8edf0c0-d8edf0af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1232c75c-048d-bf46-158f-79e4f81c4921-5e4e1dc8 {
  place-self: center start;
}

#w-node-f47d792f-8287-d1c3-d1c6-36699fa5a5de-5e4e1dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6aed05ec-fc7f-f278-ed0c-35e349ba8307-5e4e1dca, #w-node-_6aed05ec-fc7f-f278-ed0c-35e349ba8309-5e4e1dca, #w-node-_6aed05ec-fc7f-f278-ed0c-35e349ba830b-5e4e1dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-d483e8fb-337b-c250-96dc-fe82884a033c-5e4e1dc7, #w-node-_1bae89a4-916f-7dfb-5737-a95b4e4b6a1a-5e4e1dc7 {
    place-self: center;
  }

  #w-node-daa4960e-89e6-e3b8-26bc-5019555bc3b1-5e4e1dc7, #w-node-ed250434-1cd5-dc3e-e4bd-511f4c0417f2-5e4e1dc9, #w-node-_66c6c22e-5fde-1f9e-47b5-8fc171f4d301-5e4e1dc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f011-5e4e1dc7 {
    place-self: center;
  }

  #w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f016-5e4e1dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f02a-5e4e1dc7, #w-node-_30ca0b91-f85b-499e-1b58-5eee7e34f037-5e4e1dc7, #w-node-_251ac660-d2a5-fa36-94aa-641e48a6a34f-5e4e1dc7, #w-node-_2b8136a4-8eb1-d07e-ee86-eb6fba1dc5a9-5e4e1dc7 {
    place-self: center;
  }

  #w-node-_9de517a9-9cdb-55bb-272b-45ef2ec7d1ae-5e4e1dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4de75e42-6777-c499-6a95-b00c1b2f0b7f-5e4e1dc7, #w-node-b6ac69d2-0582-4bb1-07e1-174f4a1cc0f6-5e4e1dc7, #w-node-_5f91dad0-2a07-8f93-e874-18eb6898842e-5e4e1dc7, #w-node-_1bae89a4-916f-7dfb-5737-a95b4e4b6a1a-5e4e1dc7 {
    place-self: center;
  }

  #w-node-_1232c75c-048d-bf46-158f-79e4f81c4921-5e4e1dc8 {
    justify-self: stretch;
  }

  #w-node-_6aed05ec-fc7f-f278-ed0c-35e349ba830b-5e4e1dca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


