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

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

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

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

.nav-bar {
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 65px;
  max-height: 65px;
  display: flex;
  position: fixed;
}

.nav-bar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 1268px;
  max-width: 1268px;
  display: flex;
}

.body {
  background-color: #6d6d6d;
}

.white-logo {
  flex: 0 auto;
  max-height: 40px;
}

.nav-logo-container {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-bar-text-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-items: center;
  max-height: 65px;
  margin-right: 0;
  display: flex;
}

.nav-bar-text {
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 400;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-quintin-gellar-313776.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  max-height: 900px;
}

.main-hero-section {
  background-color: #000;
  background-image: url('../images/pexels-quintin-gellar-313776.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 900px;
}

.hero-section-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #2e2e2e73;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 900px;
  max-height: 900px;
  padding-left: 130px;
  padding-right: 130px;
  display: grid;
}

.hero-text-container {
  min-width: 758px;
  min-height: 312px;
  position: static;
}

.hero-title-text {
  color: #fff;
  font-family: Arimo;
  font-size: 65px;
  font-weight: 500;
}

.container-2 {
  max-width: 100%;
  max-height: 65px;
}

.paragraph {
  color: #fff;
  font-family: Arimo;
  font-size: 28px;
  font-weight: 500;
}

.about-us-section {
  background-color: #000;
  min-width: 0%;
  min-height: 0;
  position: static;
}

.banner-1 {
  background-color: #8d6b48;
  min-height: 300px;
}

.services-section {
  background-color: #000;
  min-height: 1620px;
}

.navbar-logo-left {
  min-height: 55px;
  font-family: Amiko, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #100b0059;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

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

.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: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000000bf;
  -webkit-text-stroke-color: #000000bf;
  text-shadow: 1px 1px 7px #fff;
}

.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.contact-us-box {
  border: 1px solid #fff;
  border-radius: 1px;
}

.nav-link.contact-us-box:hover {
  font-style: italic;
  box-shadow: 1px 2px 7px 2px #fff3;
}

.nav-link.menu-hover.w--current:hover {
  box-shadow: none;
  color: #101013bf;
  text-shadow: 1px 1px 7px var(--white);
}

.nav-link.menu-hover.hover:hover {
  -webkit-text-stroke-color: #000000bf;
  text-shadow: 1px 1px 7px var(--white);
}

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

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

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

.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: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.body-2 {
  font-family: Arimo;
  line-height: 1.5em;
}

.hero {
  background-image: linear-gradient(#2e2e2e66, #2e2e2e66), url('../images/PHOTO-2024-05-14-13-27-45-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #fff;
  font-family: Amiko, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-2 {
  color: #fff;
  font-family: Amiko, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 142px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.learn-more-biutton {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 142px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.learn-more-biutton.button-hover {
  margin-left: 40px;
  margin-right: 40px;
}

.learn-more-biutton.button-hover:hover, .learn-more-biutton.button-hover-copy:hover {
  mix-blend-mode: normal;
  font-style: italic;
  box-shadow: 2px 5px 15px 1px #fff3;
}

.learn-more-biutton.button-hover-copy {
  margin-left: 40px;
  margin-right: 40px;
}

.learn-more-biutton.button-hover-copy:hover {
  mix-blend-mode: normal;
  font-style: italic;
  box-shadow: 2px 5px 15px 1px #fff3;
}

.column {
  background-image: url('../images/gh.JPG');
  background-position: 50% 100%;
  background-size: cover;
  height: 500px;
  min-height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  background-color: #515151;
  min-height: 500px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  font-family: Amiko, sans-serif;
  font-size: 16px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Amiko, sans-serif;
  font-size: 30px;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.footer-light {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  min-height: auto;
  max-height: 220px;
  padding: 20px 30px 10px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 5px;
  font-family: Amiko, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #3a5de9bf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.banner-section-1 {
  background-color: #0c0063;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  min-height: 250px;
  display: flex;
}

.heading-3 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Amiko, sans-serif;
  font-size: 45px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Amiko, sans-serif;
  font-size: 20px;
}

.section-3 {
  height: auto;
}

.column-3 {
  background-color: #515151;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 540px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Amiko, sans-serif;
  font-size: 40px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Amiko, sans-serif;
  font-size: 22px;
}

.learn-more-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 0;
}

._3rd-leran {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 0;
  font-family: Amiko, sans-serif;
}

.column-4 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/PHOTO-2024-05-14-13-27-45-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 540px;
  padding-left: 0;
  padding-right: 0;
}

.contractual-projects-section {
  background-color: #100b00;
}

._3rd-c {
  background-color: #515151;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 540px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image {
  object-fit: cover;
  margin-left: 0;
  margin-right: 10px;
}

.image-2 {
  object-fit: cover;
}

.image-3 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 540px;
  display: inline-block;
}

._2nd-c {
  display: block;
}

.column-5 {
  background-image: url('../images/sd8e6.JPG');
  background-position: 0 0;
  background-size: cover;
  height: 540px;
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  background-color: #0c0063;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 540px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Amiko, sans-serif;
  font-size: 40px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Amiko, sans-serif;
  font-size: 22px;
}

.contact-us-section-1 {
  background-color: #0c0063;
  height: auto;
}

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

.columns-2 {
  background-color: #0000;
}

.column-7 {
  background-color: #fbfbfb08;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.column-8 {
  background-color: #ffffff08;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.div-block {
  height: auto;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-family: Amiko, sans-serif;
  font-size: 30px;
}

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

.form {
  flex-flow: column;
  display: flex;
}

.field-label {
  color: #fff;
  margin-left: 0;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.field-label-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.form-block {
  flex-flow: column;
  display: block;
}

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

.div-block-3 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.text-field {
  background-color: #100b00;
  margin-left: 0;
  margin-right: 10px;
}

.text-field-2 {
  background-color: #100b00;
  margin-left: 10px;
}

.text-field-3 {
  background-color: #100b00;
}

.mesage {
  background-color: #100b00;
  height: 75px;
}

.submit-button {
  background-color: #100b00;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Amiko, sans-serif;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-shadow: 0 1px 3px var(--black);
  mix-blend-mode: normal;
  font-family: Amiko, sans-serif;
  font-size: 18px;
}

.hold-it {
  margin-top: 40px;
}

.address {
  align-items: flex-start;
  font-family: Amiko, sans-serif;
  display: flex;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  color: #fff;
  margin-left: 8px;
  font-size: 18px;
}

.paragraph-10 {
  color: #fff;
  margin-left: 30px;
  font-family: Amiko, sans-serif;
  font-size: 16px;
}

.container-4 {
  padding-bottom: 60px;
}

.section-5 {
  background-image: url('../images/Banner-Section-1-Container.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Amiko, sans-serif;
  font-size: 50px;
}

.paragraph-11 {
  font-size: 25px;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-family: Amiko, sans-serif;
  font-size: 25px;
  line-height: 1.5em;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.hold {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.heading-10 {
  margin-bottom: 5px;
  font-family: Amiko, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-13 {
  color: #909090;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.container-5 {
  display: flex;
}

.bgh {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.bgh.shadow-three {
  background-color: #100b0059;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.bgh.hgh {
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

._2nd-form {
  flex-flow: column;
  display: flex;
}

.text-field-23 {
  color: #8d6b48;
  background-color: #dfdfdf;
  margin-left: 0;
  margin-right: 10px;
  font-family: Amiko, sans-serif;
}

.text-field-24 {
  background-color: #dfdfdf;
  margin-left: 10px;
  font-family: Amiko, sans-serif;
}

.text-field-25 {
  background-color: #dfdfdf;
  margin-left: 0;
  margin-right: 10px;
}

.text-field-2-copy {
  background-color: #100b00;
  margin-left: 10px;
}

.text-field-26 {
  background-color: #dfdfdf;
  margin-left: 10px;
}

.text-field-3-copy {
  background-color: #100b00;
}

.text-field-30 {
  background-color: #dfdfdf;
}

.mesage-33 {
  background-color: #dfdfdf;
  height: 75px;
}

.submit-22 {
  background-color: #041757;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Amiko, sans-serif;
}

.heading-11 {
  margin-top: 0;
  font-family: Amiko, sans-serif;
  font-size: 25px;
}

.paragraph-14 {
  color: #8d6b48;
  font-size: 16px;
}

.paragraph-15 {
  color: #8d6b48;
  font-family: Amiko, sans-serif;
}

.image-4 {
  width: 100%;
}

.commercial-projects-section {
  background-color: #100b00;
  height: 540px;
}

.residential-projects-section {
  background-color: #8d6b48;
}

.col-4 {
  background-image: url('../images/PHOTO-2024-05-14-13-27-45.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 540px;
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  color: #fff;
  font-family: Amiko, sans-serif;
}

.i-dont-know {
  display: none;
}

.nav-22 {
  position: static;
  inset: 0% 0% auto;
}

.navbar-logo-left-container-copy {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-copy.shadow-three {
  background-color: #100b0059;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.navbar-logo-left-container-copy.shadow-three-copy {
  background-color: #5b5956;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.image-5 {
  color: #fff;
}

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

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

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

.ll-button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 142px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.image-8 {
  min-height: 50px;
  max-height: 50px;
}

.section-8 {
  margin-top: 10px;
}

.section-9 {
  background-color: #000;
  min-height: 500px;
  display: none;
}

.heading-14 {
  color: #fff;
}

.text-span {
  color: #737373;
  font-weight: 700;
}

.text-span-2 {
  color: #7a7a7a;
  font-weight: 700;
}

.section-10 {
  background-color: #515151;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 80px;
  display: block;
}

.container-8 {
  text-align: center;
  background-color: #d9d9d9;
  height: 168px;
}

.body-3 {
  font-family: Amiko, sans-serif;
}

.paragraph-17 {
  color: #888;
  font-size: 28px;
  line-height: 1.5em;
}

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

.image-10 {
  margin-left: 0;
  margin-right: 0;
}

.image-11, .image-12 {
  margin-right: 0;
}

.section-11 {
  height: 200px;
}

.text-block {
  background-color: #888;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4 {
  background-color: #888;
}

.div-block-8, .div-block-9, .div-block-10 {
  margin-right: 20px;
}

.div-block-11 {
  background-color: #0c0063;
  flex-flow: column;
  display: block;
}

.heading-15 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

._2nd {
  margin-top: 10px;
  display: flex;
}

.img {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.image-13 {
  height: 73%;
}

.section-12 {
  background-color: #515151;
  height: 350px;
}

.section-13 {
  height: 600px;
}

.img-cont {
  width: 219px;
  height: 400px;
  position: relative;
}

.img-cont:hover {
  background-color: #000000a3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-12 {
  background-image: url('../images/Rectangle-11.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-13 {
  background-color: #0000007a;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 400px;
  display: none;
  position: absolute;
}

.div-block-13:hover {
  display: flex;
}

.heading-16 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.div-block-15 {
  background-color: #0000007a;
  position: absolute;
}

.d-120-right-line {
  transform-origin: 50% 0;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.d-120-lines-wrapper {
  margin: 30px;
  position: absolute;
  inset: 0%;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-120-project-title-wrapper {
  flex-direction: column;
  display: flex;
}

.image-14 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.browser-demo {
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 500px;
  height: 300px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-120-bottom-line {
  transform-origin: 100%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-120-view-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Amiko, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.d-120-gradient-overlay {
  opacity: .8;
  background-image: linear-gradient(#00000096, #00000096);
  position: absolute;
  inset: 0%;
}

.d-120-project-card-wrapper {
  flex-direction: column;
  width: 230px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.d-120-project-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.d-120-image-wrapper {
  background-image: url('../images/586.JPG');
  background-position: 70%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-120-image-wrapper._3 {
  background-image: url('../images/Rectangle-13-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._2 {
  background-image: url('../images/Rectangle-12-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._4 {
  background-image: url('../images/Rectangle-14-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._6 {
  background-image: url('../images/Rectangle-12-2.png');
}

.d-120-image-wrapper._7 {
  background-image: url('../images/Rectangle-13-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._11 {
  background-image: url('../images/Rectangle-12-2.png');
}

.d-120-image-wrapper._12 {
  background-image: url('../images/Rectangle-13-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._13 {
  background-image: url('../images/Rectangle-14-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._15 {
  background-image: url('../images/Rectangle-12-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._16 {
  background-image: url('../images/Rectangle-13-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._17 {
  background-image: url('../images/Rectangle-14-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._19 {
  background-image: url('../images/Rectangle-12-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._20 {
  background-image: url('../images/Rectangle-13-1.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._21 {
  background-image: url('../images/Rectangle-14-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._31 {
  background-image: url('../images/Rectangle-12-2.png');
}

.d-120-image-wrapper._32 {
  background-image: url('../images/Rectangle-13-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._33, .d-120-image-wrapper._24 {
  background-image: url('../images/Rectangle-14-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._25 {
  background-image: url('../images/Rectangle-13-2.png');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._37 {
  background-image: url('../images/Rectangle-12-2.png');
}

.d-120-top-line {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-top {
  z-index: 99;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-120-left-line {
  transform-origin: 50% 100%;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-120-title-underline {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
}

.container-10 {
  display: none;
}

.image-15 {
  margin-bottom: 10px;
}

.image-16 {
  margin-right: 10px;
}

.columns-3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-image: linear-gradient(#2e2e2e66, #2e2e2e66), url('../images/PHOTO-2024-05-14-13-27-45-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .columns, .column-3 {
    background-color: #515151;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-family: Amiko, sans-serif;
  }

  .nav-link:hover {
    color: #000000bf;
  }

  .nav-link.w--current {
    outline-offset: 0px;
    border-radius: 1px;
    outline: 3px #2140bcbf;
    font-family: Amiko, sans-serif;
  }

  .nav-link.box-nav.w--current {
    border: 1px solid var(--white);
  }

  .nav-link.menu-hover.hover:hover {
    color: #000000bf;
  }

  .hero {
    background-image: linear-gradient(#2e2e2e66, #2e2e2e66), url('../images/PHOTO-2024-05-14-13-27-45-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .columns {
    background-color: #515151;
    font-family: Amiko, sans-serif;
  }

  .footer-bottom {
    color: #fff;
    font-family: Amiko, sans-serif;
  }

  .footer-copyright {
    color: #959595;
  }

  .column-3, ._3rd-c {
    background-color: #515151;
  }

  .column-6, .contact-us-section-1 {
    background-color: #041757;
  }

  .column-7 {
    height: auto;
    min-height: 718px;
  }

  .column-8 {
    height: auto;
    min-height: 718px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-10 {
    font-family: Amiko, sans-serif;
  }

  .container-4 {
    padding-bottom: 20px;
  }

  .section-5 {
    font-size: 16px;
  }

  .hold {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .paragraph-13 {
    font-weight: 400;
  }

  .submit-22 {
    background-color: #041757;
  }

  .paragraph-15 {
    color: #041757;
    text-align: center;
  }

  .heading-12 {
    color: #fff;
    font-family: Amiko, sans-serif;
  }

  .code-embed {
    box-sizing: border-box;
    font-family: Amiko, sans-serif;
  }

  .image-5 {
    color: #fff;
    font-family: Amiko, sans-serif;
  }

  .section-8 {
    min-height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    max-height: 55px;
  }
}

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

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

  .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 #0000000d;
  }

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

  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/PHOTO-2024-05-14-13-27-45-1.jpg');
    background-position: 0 0, 50%;
  }

  .learn-more-biutton.button-hover, .learn-more-biutton.button-hover-copy {
    margin-left: 20px;
    margin-right: 40px;
  }

  .columns {
    background-color: #515151;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .column-2 {
    min-height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .column-3 {
    background-color: #515151;
    font-family: Amiko, sans-serif;
  }

  .column-4 {
    background-image: url('../images/PHOTO-2024-05-14-13-27-45-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  ._3rd-c {
    background-color: #515151;
  }

  .column-5 {
    background-position: 50%;
    background-size: cover;
  }

  .column-6, .contact-us-section-1 {
    background-color: #041757;
  }

  .hold {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10 {
    margin-bottom: 0;
  }

  .col-4 {
    background-position: 100%;
  }

  .heading-12 {
    color: #fff;
    font-family: Amiko, sans-serif;
  }

  .navbar-logo-left-container-copy.shadow-three-copy {
    background-color: #fff;
  }

  .text-span {
    color: #787878;
    font-weight: 700;
  }

  .text-span-2 {
    font-weight: 700;
  }

  .container-7 {
    padding-bottom: 10px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .image-14 {
    margin-right: 0;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
  }

  .d-120-project-card-wrapper {
    margin-bottom: 60px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }
}

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

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero {
    background-image: linear-gradient(#0006, #0006), url('../images/PHOTO-2024-05-14-13-27-46.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading, .paragraph-2 {
    text-align: center;
  }

  .button {
    margin-right: 20px;
  }

  .learn-more-biutton {
    margin-left: 10px;
    margin-right: 30px;
  }

  .learn-more-biutton.button-hover, .learn-more-biutton.button-hover-copy {
    margin-right: 20px;
  }

  .columns {
    display: block;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

  .footer-social-link {
    margin-left: 20px;
  }

  .column-3, ._3rd-c {
    background-color: #515151;
  }

  .image {
    margin-right: 0;
  }

  .heading-9 {
    font-size: 35px;
  }

  .paragraph-12 {
    font-size: 22px;
  }

  .section-6 {
    height: 250px;
  }

  .hold {
    flex-flow: column;
    min-width: 120px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .text {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-10 {
    text-align: center;
    font-size: 16px;
  }

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

  .container-5 {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bgh {
    max-width: 100%;
  }

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

  .navbar-logo-left-container-copy {
    max-width: 100%;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 300px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    color: #000;
  }

  .hero {
    background-image: linear-gradient(#2e2e2e66, #2e2e2e66), url('../images/PHOTO-2024-05-14-13-27-46.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading {
    text-align: center;
    min-width: 100%;
    font-size: 35px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 20px;
  }

  .learn-more-biutton {
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    background-image: url('../images/859.JPG');
    background-position: 50%;
  }

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

  .paragraph-3 {
    font-size: 12px;
  }

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

  .column-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-light {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    display: flex;
  }

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

  .footer-wrapper-two {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 10px;
  }

  .footer-block-two {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-title, .footer-link-two {
    font-family: Amiko, sans-serif;
  }

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

  .footer-copyright {
    margin-top: 5px;
    font-family: Amiko, sans-serif;
  }

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

  .banner-section-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .section-3 {
    display: none;
  }

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

  .paragraph-5 {
    font-size: 20px;
  }

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

  .paragraph-6 {
    font-size: 20px;
  }

  .column-7 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 1.5em;
  }

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

  .field-label-2, .div-block-4, .heading-8 {
    text-align: center;
  }

  .container-4 {
    background-color: #0c0063;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    padding: 20px 10px;
    display: flex;
  }

  .heading-9 {
    font-size: 35px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .section-6 {
    flex-flow: row;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .hold {
    margin-left: 0;
  }

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

  .paragraph-13 {
    text-align: center;
    font-size: 14px;
  }

  .container-5 {
    flex-flow: column;
  }

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

  .image-4 {
    height: auto;
  }

  .heading-12 {
    color: #fff;
    text-align: center;
    margin-left: 12px;
    font-family: Amiko, sans-serif;
    font-size: 30px;
  }

  .div-block-6 {
    max-width: 100%;
    padding-left: 0;
  }

  .icon {
    color: #fff;
  }

  .list-item {
    flex-flow: column;
    display: flex;
  }

  .service-div {
    display: block;
  }

  .text-div {
    background-color: #515151;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px 10px;
    display: flex;
  }

  .heading-13 {
    color: #fff;
    text-align: center;
    font-family: Amiko, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
  }

  .paragraph-16 {
    color: #fff;
    text-align: center;
    margin-left: 10px;
    margin-right: 5px;
    font-family: Amiko, sans-serif;
    font-size: 15px;
  }

  .texret {
    background-color: #0c0063;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px 10px;
    display: flex;
  }

  .i-dont-know {
    display: block;
  }

  .nav-22, .navbar-logo-left-container-copy.shadow-three-copy {
    background-color: #fff;
  }

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

  .column-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    font-family: Amiko, sans-serif;
  }

  .bold-text {
    font-family: Amiko, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .ll-button {
    margin-left: 10px;
  }

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

  .image-8 {
    max-width: none;
    min-height: 60px;
    max-height: none;
  }

  .column-10 {
    padding-top: 10px;
  }

  .section-10 {
    height: auto;
    padding-top: 20px;
  }

  .paragraph-17 {
    font-size: 20px;
  }

  .container-9 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-11 {
    height: auto;
  }

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

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

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

  .heading-15 {
    margin-top: 10px;
    font-size: 24px;
  }

  .img {
    padding-left: 10px;
  }

  .section-12, .section-13 {
    height: auto;
  }

  .heading-17 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.5em;
  }

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

  .demo-wrapper {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    margin-top: 0;
    margin-right: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }
}


