.what-we-do-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.what-we-do-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.what-we-do-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-navlink {
  display: contents;
}
.what-we-do-image {
  width: 120px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.what-we-do-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-icon {
  width: 36px;
  height: 36px;
}
.what-we-do-links-container {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-link {
  color: var(--dl-color-gray-black);
  font-style: normal;
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.what-we-do-link:hover {
  color: var(--dl-color-primary-customblue);
}
.what-we-do-link1 {
  font-style: normal;
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.what-we-do-link1:hover {
  color: var(--dl-color-primary-customblue);
}
.what-we-do-link2 {
  font-style: normal;
  transition: 0.3s;
  text-decoration: none;
}
.what-we-do-link2:hover {
  color: var(--dl-color-primary-customblue);
}
.what-we-do-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.what-we-do-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-icon2 {
  width: 24px;
  height: 24px;
}
.what-we-do-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-link3 {
  font-size: 18px;
  font-style: normal;
  font-family: Questrial;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link4 {
  font-size: 18px;
  font-style: normal;
  font-family: Questrial;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link5 {
  font-size: 18px;
  font-style: normal;
  font-family: Questrial;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-what-we-do {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-customgrey);
}
.what-we-do-content-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: space-between;
}
.what-we-do-container02 {
  height: 400px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-hero-text {
  width: 50%;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-fiveunits);
  margin-bottom: 0px;
  flex-direction: column;
}
.what-we-do-heading {
  color: var(--dl-color-gray-black);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text03 {
  color: var(--dl-color-primary-customblue);
}
.what-we-do-text05 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
}
.what-we-do-image1 {
  width: 600px;
  object-fit: cover;
}
.what-we-do-container03 {
  top: 0px;
  flex: 0 0 auto;
  left: 25px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 0px 0px 15px 0px #617cff;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-features {
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
}
.what-we-do-heading-container {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-text08 {
  color: var(--dl-color-primary-customblue);
  text-align: center;
}
.what-we-do-container04 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container05 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container06 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-text11 {
  color: var(--dl-color-gray-white);
}
.what-we-do-features-card {
  width: 100%;
  height: 200px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.what-we-do-text-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text12 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-container07 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-text13 {
  color: var(--dl-color-gray-white);
}
.what-we-do-features-card1 {
  width: 100%;
  height: 200px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.what-we-do-text-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text14 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-container09 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container10 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-text15 {
  color: var(--dl-color-gray-white);
}
.what-we-do-features-card2 {
  width: 100%;
  height: 200px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.what-we-do-text-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text16 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-container11 {
  flex: 0 0 auto;
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.what-we-do-container12 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container13 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-text17 {
  color: var(--dl-color-gray-white);
}
.what-we-do-features-card3 {
  width: 100%;
  height: 200px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.what-we-do-text-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text18 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-container14 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container15 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-text19 {
  color: var(--dl-color-gray-white);
}
.what-we-do-features-card4 {
  width: 100%;
  height: 200px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.what-we-do-text-container4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text20 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-what-we-do1 {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-customgrey);
}
.what-we-do-content-container1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: space-between;
}
.what-we-do-container16 {
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-hero-text1 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-fiveunits);
  margin-bottom: 0px;
  flex-direction: column;
}
.what-we-do-heading1 {
  color: var(--dl-color-gray-black);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text21 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text25 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
}
.what-we-do-text26 {
  color: var(--dl-color-primary-customblue);
}
.what-we-do-image2 {
  width: 600px;
  object-fit: cover;
}
.what-we-do-container17 {
  top: 100px;
  flex: 0 0 auto;
  left: 25px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 0px 0px 15px 0px #617cff;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-container18 {
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-image3 {
  width: 600px;
  object-fit: cover;
  margin-right: var(--dl-space-space-fiveunits);
}
.what-we-do-hero-text2 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-fiveunits);
  margin-bottom: 0px;
  flex-direction: column;
}
.what-we-do-text29 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text32 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
}
.what-we-do-container19 {
  top: 100px;
  flex: 0 0 auto;
  left: -25px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 0px 0px 15px 0px #617cff;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-container20 {
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-hero-text3 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-fiveunits);
  margin-bottom: 0px;
  flex-direction: column;
}
.what-we-do-text36 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text39 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
}
.what-we-do-image4 {
  width: 600px;
  object-fit: cover;
}
.what-we-do-container21 {
  top: 100px;
  flex: 0 0 auto;
  left: 25px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 0px 0px 15px 0px #617cff;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-primary-customblue);
}
.what-we-do-container22 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text43 {
  color: var(--dl-color-primary-customblue);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text44 {
  color: var(--dl-color-gray-700);
}
.what-we-do-section-separator {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
.what-we-do-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-footer {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.what-we-do-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.what-we-do-link6 {
  font-style: normal;
}
.what-we-do-container23 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-navlink1 {
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.what-we-do-navlink2 {
  text-decoration: none;
}
@media(max-width: 991px) {
  .what-we-do-what-we-do {
    padding-top: 0px;
    flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .what-we-do-content-container {
    flex-direction: column-reverse;
  }
  .what-we-do-container02 {
    height: 300px;
  }
  .what-we-do-hero-text {
    width: 80%;
  }
  .what-we-do-container03 {
    display: none;
  }
  .what-we-do-what-we-do1 {
    padding-top: 0px;
    flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .what-we-do-content-container1 {
    flex-direction: column-reverse;
  }
  .what-we-do-container16 {
    height: 300px;
  }
  .what-we-do-hero-text1 {
    width: 80%;
  }
  .what-we-do-container17 {
    display: none;
  }
  .what-we-do-container18 {
    height: 300px;
  }
  .what-we-do-hero-text2 {
    width: 80%;
  }
  .what-we-do-container19 {
    display: none;
  }
  .what-we-do-container20 {
    height: 300px;
  }
  .what-we-do-hero-text3 {
    width: 80%;
  }
  .what-we-do-container21 {
    display: none;
  }
}
@media(max-width: 767px) {
  .what-we-do-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .what-we-do-icon {
    fill: var(--dl-color-gray-white);
  }
  .what-we-do-links-container {
    display: none;
  }
  .what-we-do-mobile-menu {
    display: none;
  }
  .what-we-do-container01 {
    justify-content: flex-end;
  }
  .what-we-do-close-menu {
    align-items: flex-end;
  }
  .what-we-do-link3 {
    font-size: 18px;
    font-style: normal;
    font-family: Questrial;
    font-weight: 700;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link4 {
    font-size: 18px;
    font-style: normal;
    font-family: Questrial;
    font-weight: 700;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link5 {
    font-size: 18px;
    font-style: normal;
    font-family: Questrial;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-container02 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-hero-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image1 {
    width: 100%;
    align-self: center;
  }
  .what-we-do-heading-container {
    width: 100%;
  }
  .what-we-do-features-card {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-features-card1 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-features-card2 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-features-card3 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-features-card4 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-container16 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-hero-text1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image2 {
    width: 100%;
    align-self: center;
  }
  .what-we-do-container18 {
    height: auto;
  }
  .what-we-do-image3 {
    width: 100%;
    align-self: center;
  }
  .what-we-do-hero-text2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container20 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-hero-text3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image4 {
    width: 100%;
    align-self: center;
  }
  .what-we-do-footer {
    flex-direction: column-reverse;
  }
  .what-we-do-container23 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
}
@media(max-width: 479px) {
  .what-we-do-what-we-do {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-hero-text {
    width: 100%;
  }
  .what-we-do-features {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-features-card {
    width: 100%;
  }
  .what-we-do-features-card1 {
    width: 100%;
  }
  .what-we-do-features-card2 {
    width: 100%;
  }
  .what-we-do-features-card3 {
    width: 100%;
  }
  .what-we-do-features-card4 {
    width: 100%;
  }
  .what-we-do-what-we-do1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-hero-text1 {
    width: 100%;
  }
  .what-we-do-hero-text2 {
    width: 100%;
  }
  .what-we-do-hero-text3 {
    width: 100%;
  }
}
