:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

h1 {
  color: #0032a0;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: #0032a0;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

p {
  color: #1d1d1f;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

strong {
  color: #1d1d1f;
  font-weight: 500;
}

.container {
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #1d1d1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #1d1d1f;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.bottom {
  padding-bottom: 0;
}

.footer-dark {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  padding: 0 30px 20px;
  position: relative;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1140px;
  display: none;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #133349;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.title-small.hide {
  opacity: 0;
}

.footer-link {
  color: #1a1b1f;
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-copyright-center {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 14px;
  line-height: 16px;
}

.slider {
  height: 100%;
}

.body {
  color: #1d1d1f;
  font-family: Poppins, sans-serif;
}

.paragraph {
  color: #1d1d1f;
  letter-spacing: .5px;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.cont-title {
  letter-spacing: .75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph.cont-disc {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  line-height: 26px;
}

.paragraph.cont-disc.add {
  margin-left: 30px;
}

.slide-nav {
  font-size: 10px;
  line-height: 24px;
  display: block;
}

.banner {
  overflow-wrap: anywhere;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-col {
  justify-content: flex-start;
  align-items: center;
  width: 1140px;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.banner-text {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 800px;
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
}

.banner-text-area {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

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

.navbar-no-shadow {
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px #1333491a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-icon {
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-bottom-area {
  margin-top: 60px;
}

.inner-banner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding-top: 70px;
  display: flex;
  overflow: hidden;
}

.right-arrow-2, .left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.logo {
  height: 60px;
}

.footer-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chooes-p {
  color: #1d1d1f;
  letter-spacing: .5px;
  background-image: url('../images/star.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.add-block {
  border-radius: 4px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.column-4 {
  padding-left: 0;
  padding-right: 200px;
}

.columns-3 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-banner {
  height: 100vh;
  overflow: hidden;
}

.inner-banner-img {
  object-fit: cover;
  border-radius: 8px;
  width: 94%;
  height: 100%;
}

.chip {
  color: #505c74;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: static;
}

.loc-block-area {
  flex-flow: row;
  margin-bottom: 20px;
  display: block;
}

.loc-chip-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.slider-area {
  background-image: linear-gradient(#0000 50%, #000c);
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.sm-con-div {
  width: 800px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 30px;
}

.contact-title {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.block-title {
  color: #505c74;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.dropdown-link {
  background-color: #fff;
  border-top: 1px solid #0000000d;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-link.w--current {
  color: #a98d3c;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 5px;
  overflow: hidden;
}

.loc-block {
  background-color: #f4f4f1;
  border-radius: 4px;
  flex-flow: column;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 100px;
  padding: 30px 30px 10px;
  display: flex;
}

.loc-block.hide {
  display: none;
}

.add-area {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.cont-icon {
  opacity: 1;
  height: 22px;
  margin-right: 10px;
}

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

.cube-boder-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 520px;
  display: flex;
}

.columns-4 {
  height: auto;
  margin-bottom: 80px;
}

.columns-4.swip {
  flex-flow: row-reverse wrap;
  display: flex;
}

.cube-img {
  aspect-ratio: 2;
  cursor: pointer;
  object-fit: cover;
  border-radius: 6px;
  max-width: none;
  height: 260px;
  margin-top: 40px;
  margin-left: 20px;
  transition: margin .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: auto;
}

.cube-img:hover {
  margin-top: 0;
  margin-left: 0;
  top: auto;
  left: auto;
}

.cube-img.right {
  margin-left: -20px;
  left: auto;
}

.cube-img.right:hover {
  margin-left: 0;
  top: auto;
  right: auto;
}

.cube {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 260px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.cube-boder {
  z-index: -1;
  border: 6px solid #ebf1fd;
  border-radius: 6px;
  width: 520px;
  height: 260px;
}

.image-9 {
  width: 18px;
  height: 40px;
}

.whatsapp {
  z-index: 10;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  margin-right: 24px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button {
  color: #fff;
  letter-spacing: .25px;
  background-color: #0032a0;
  border-radius: 4px;
  margin-left: 20px;
  padding: 12px 20px;
  font-weight: 500;
}

.cube-con-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 260px;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.shadow {
  background-color: #fff;
  width: 100%;
  height: 70px;
  display: block;
  box-shadow: 0 0 8px #075c541f;
}

.dropdown-toggle {
  color: #505c74;
}

.dropdown-toggle.hide {
  display: none;
}

.about-cube {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 730px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.section-copy {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.crane {
  height: 360px;
  margin-top: -10px;
}

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

.p-large {
  font-size: 18px;
}

.p4tick {
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
}

.div-block-61 {
  background-color: #ebf1fd;
  background-image: url('../images/tick.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px 16px 16px 56px;
}

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

.div-block-61-copy {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.p-sm {
  width: 600px;
}

.p-sm.center {
  text-align: center;
  width: 700px;
}

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

.serv-p {
  text-align: center;
  border-radius: 6px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.column-7 {
  padding-right: 20px;
}

.column-8 {
  padding-top: 40px;
  padding-left: 80px;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.client {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-13 {
  height: 140px;
}

.con-sm {
  width: 380px;
}

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 22px;
  }

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .container {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    background-color: #fff;
    border-bottom: 1px solid #0000000d;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    border-top: 1px #0000000d;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding: 40px 30px;
    line-height: 22px;
  }

  .section.top {
    padding-top: 20px;
  }

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

  .footer-dark {
    padding: 0 20px 10px;
  }

  .footer-content {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: none;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .title-small {
    margin-bottom: 14px;
  }

  .title-small.hide {
    display: none;
  }

  .footer-link {
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .footer-copyright-center {
    text-align: left;
    letter-spacing: .5px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 20px;
  }

  .slider {
    height: 50vh;
  }

  .paragraph.cont-disc {
    margin-bottom: 4px;
    margin-left: 0;
  }

  .paragraph.cont-disc.add {
    margin-left: 0;
  }

  .banner {
    object-fit: cover;
  }

  .banner-col {
    width: auto;
  }

  .banner-text {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .banner-text-area {
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    padding: 20px 20px 40px;
  }

  .navbar-no-shadow {
    height: 60px;
  }

  .navbar-no-shadow-container {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding: 0 10px 0 20px;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .menu-button-2.w--open {
    border-radius: 4px;
  }

  .list-item {
    width: 100%;
  }

  .footer-icon {
    margin-left: 0;
  }

  .social-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }

  .footer-bottom-area {
    margin-top: 40px;
  }

  .inner-banner {
    object-fit: cover;
    height: 380px;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .logo {
    height: 40px;
  }

  .footer-area {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .add-block {
    padding-right: 0;
  }

  .column-4 {
    padding-right: 40px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner {
    height: auto;
    overflow: visible;
  }

  .inner-banner-img {
    border-radius: 0;
    width: 100%;
  }

  .sm-con-div {
    width: auto;
  }

  .grid-3 {
    display: block;
  }

  .contact-title {
    color: #1d1d1f;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-link {
    color: #505c74;
    text-align: center;
  }

  .loc-block {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cube-boder-area {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 210px;
    margin-bottom: 20px;
  }

  .columns-4, .columns-4.swip {
    margin-bottom: 40px;
  }

  .cube-img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .cube-img.right {
    margin-left: 0;
  }

  .cube {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cube-boder {
    display: none;
  }

  .button {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cube-con-area {
    height: auto;
    padding-right: 0;
  }

  .shadow {
    height: 60px;
  }

  .dropdown {
    vertical-align: baseline;
    border-top: 1px solid #0000001a;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .about-cube {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding: 0 20px 60px;
  }

  .column-6 {
    display: none;
  }

  .grid-6-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p-sm.center {
    width: auto;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .serv-p {
    font-size: 14px;
    line-height: 22px;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-13 {
    height: 100px;
  }

  .con-sm {
    width: auto;
  }
}

#w-node-b531f77f-2d64-ad5d-ad29-89f0f51057be-f7bf244f, #w-node-_9e4043fd-fd1e-1fec-9c24-023cd58a65fc-f7bf244f, #w-node-_1ce682f4-7cb7-a264-5448-9cca7daa1210-f7bf244f, #w-node-_51ad990f-f9eb-3cb4-e26b-60a656ebd006-56ebd003, #w-node-_51ad990f-f9eb-3cb4-e26b-60a656ebd017-56ebd003, #w-node-_51ad990f-f9eb-3cb4-e26b-60a656ebd028-56ebd003, #w-node-_51ad990f-f9eb-3cb4-e26b-60a656ebd031-56ebd003, #w-node-_51ad990f-f9eb-3cb4-e26b-60a656ebd03a-56ebd003 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


