:root {
  --white: white;
  --black: black;
  --basic: #1b1b24;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 99;
  background-color: #1b1b24;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 7px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 10px 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.nav-link:hover {
  color: #9500fc;
  font-weight: 400;
}

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

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

.nav-link.offert-nav-link {
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #9500fc;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 15px;
}

.nav-dropdown-icon:hover {
  color: #9500fc;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: #22222e;
}

.nav-dropdown-link {
  color: #f2f2f2;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #9500fc;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.hero-heading-left {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #a6a6a6;
  margin-top: 15px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9500fc;
  border-radius: 2px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  order: 0;
  align-self: auto;
}

.bold-text {
  color: #f2f2f2;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.our-services-blocks {
  opacity: 1;
  background-color: #1e1e29;
  border: 2px solid #323242;
  border-radius: 6px;
  min-height: 200px;
  padding: 0;
  display: block;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, .2);
}

.paragraph-we-make {
  color: #bfbfbf;
}

.second-heading {
  color: #f2f2f2;
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}

.section-heading-v2 {
  color: #f2f2f2;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-2 {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 300;
}

.div-block-2 {
  background-color: #703232;
  background-image: linear-gradient(162deg, #323242 15%, #2f2f3e 23%, #2d2d3b 39%, #2a2a37 61%, #1e1e29);
  border-radius: 6px;
  width: 100%;
  padding: 2px;
}

.div-block-3 {
  background-color: #1e1e29;
  border-radius: 6px;
  height: 100%;
  padding: 20px;
  display: block;
}

.paragraph-3 {
  color: #a6a6a6;
  font-size: 16px;
}

.image {
  border-radius: 6px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 500;
}

.we-make-icons {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.div-we-make {
  padding: 15px 15px 10px;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  margin-bottom: 30px;
}

.bold-text-2 {
  font-weight: 600;
}

.first-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.second-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-heading {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
}

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

.paragraph-4 {
  color: #a6a6a6;
  margin-bottom: 8px;
  font-weight: 500;
}

.heading-3 {
  color: #f2f2f2;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
}

.second-footer-block {
  color: #a6a6a6;
  width: 50%;
  display: inline-block;
}

.heading-4 {
  margin-bottom: 20px;
}

.why-we-cell {
  background-color: #22222e;
  border-radius: 6px;
  flex-flow: row;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.why-we-image-container {
  margin: 20px 15px 10px 10px;
}

.why-we-heading {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.paragraph-5 {
  color: #bfbfbf;
}

.why-we-more-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.bold-text-3 {
  font-size: 18px;
  font-weight: 500;
}

.image-2 {
  border-radius: 50%;
  max-width: 100%;
}

.quick-stack-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7 {
  background-color: #9500fc;
  border-radius: 50%;
  width: 50px;
  padding: 5px;
}

.hr-div-block {
  background-color: #a6a6a6;
  width: 100%;
  height: 1px;
}

.second-paragraph-footer {
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-8 {
  background-color: #22222e;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.hr-top-footer {
  background-color: #a6a6a6;
  background-image: radial-gradient(circle, #a6a6a6, #1b1b24);
  width: 100%;
  height: 1px;
}

.second-paragraph-footer-reverse {
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-9 {
  background-color: #9500fc;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  margin-left: -15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cell {
  border-radius: 0;
  padding-left: 0;
}

.div-block-10 {
  width: 100%;
  padding: 10px 25px;
}

.heading-6 {
  color: #f2f2f2;
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
}

.list-2 {
  color: #a6a6a6;
  padding-left: 0;
  list-style-type: none;
}

.div-block-11 {
  background-color: #22222e;
  border-radius: 6px;
  flex: 0 auto;
  order: 0;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph-6 {
  color: #a6a6a6;
  width: 80%;
  margin-top: 15px;
}

.contact-form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #9500fc;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.contact-form-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-input-contact-form {
  color: #a6a6a6;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
}

.div-block-12 {
  width: 80%;
}

.form {
  padding-top: 20px;
}

.form-block {
  margin-bottom: 0;
}

.h3-heading-contact-form {
  color: #f2f2f2;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.quick-stack-5 {
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  height: 0;
}

.navbar-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #9500fc;
  border-radius: 2px;
  margin-left: 15px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.navbar-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-3 {
  display: none;
}

.logo-header-nav {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
}

.heading-projects-name {
  color: #f2f2f2;
  font-size: 26px;
  font-weight: 500;
}

.div-block-14-copy {
  padding-top: 10px;
}

.button-see-project {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #9500fc;
  border-radius: 2px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.button-see-project:hover {
  color: #fff;
  background-color: #32343a;
}

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

.paragraph-7 {
  margin-top: 0;
  padding-top: 5px;
  font-size: 16px;
  display: inline-block;
}

.image-4 {
  height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.list-item {
  display: none;
}

.div-block-15 {
  background-color: #9500fc;
  width: 80%;
  height: 2px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.list-item-2 {
  margin-top: 15px;
}

.div-block-16 {
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icons {
  height: 35px;
  margin-bottom: 5px;
  margin-right: 14px;
}

.hero-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-image {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

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

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-two {
    background-color: #22222e;
    flex-direction: column;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    color: #f2f2f2;
  }

  .menu-button.w--open {
    color: #22222e;
    background-color: #9500fc;
  }

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

  .hero-split {
    order: 1;
  }

  .margin-bottom-24px {
    text-align: center;
    align-self: auto;
  }

  .button-primary-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .shadow-two {
    align-self: center;
    max-width: 80%;
  }

  .bold-text {
    text-align: center;
    font-size: 42px;
  }

  .section-heading-v2 {
    font-size: 34px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .div-block-3 {
    padding: 10px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .we-make-icons {
    max-width: 150px;
  }

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

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

  .second-footer-block {
    display: block;
  }

  .why-we-image-container {
    order: 0;
  }

  .second-paragraph-footer {
    text-align: center;
    margin-bottom: 20px;
  }

  .quick-stack-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .second-paragraph-footer-reverse {
    text-align: center;
  }

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

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

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

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

  .hero-image {
    order: -1;
  }

  .heading-7 {
    text-align: center;
  }
}

#w-node-_47f6957c-7d96-934c-8f39-80cdb4c37fbe-6ad9695c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f8e3c1ec-08f4-8f5a-25c4-a095a10ae206-6ad9695c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_615711b8-4e52-0143-4e08-520324f3e1db-6ad9695c, #w-node-_9b3e4891-84d3-701f-2d4e-206244a781b8-6ad9695c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e179484-ffdf-ff1f-9767-77a119706118-6ad9695c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_47f6957c-7d96-934c-8f39-80cdb4c37fbe-6ad9695c, #w-node-_615711b8-4e52-0143-4e08-520324f3e1db-6ad9695c, #w-node-_9b3e4891-84d3-701f-2d4e-206244a781b8-6ad9695c, #w-node-_4e179484-ffdf-ff1f-9767-77a119706118-6ad9695c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


