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

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

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

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar.navbar-light {
  background-color: #fff;
}

.header {
  overflow: hidden;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #265041;
  background-image: url('../images/header-bg.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
}

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

.text-span {
  color: #ffc83c;
}

.sub-heading {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
}

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

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

.text-center.sub-heading {
  font-size: 40px;
}

.text-span-2 {
  color: #ffc83c;
}

.hero-heading {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.hero-sub-heading {
  position: relative;
  z-index: 10;
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.hero-services-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.her-services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
}

.hero-service {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  color: #ffeec3;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.diamond-separator {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffeec3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.diamond-separator.dsin-sm {
  display: none;
}

.hero-content {
  text-align: center;
}

.button {
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #265041;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #1f6149;
}

.body {
  font-family: 'Work Sans', sans-serif;
}

.button-text {
  font-size: 20px;
  font-weight: 500;
}

.button-lg {
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #265041;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-lg:hover {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #1f6149;
}

.button-text-lg {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.section {
  padding-top: 220px;
  padding-bottom: 140px;
}

.section.works-section {
  overflow: hidden;
}

.section.testimonial-section {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.section.contact-section {
  background-color: #265041;
  background-image: url('../images/contact-bg.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: calc(100vh - 90px);

  @media screen and (max-width: 767px) {
    min-height: auto;
    padding-bottom: 60px;
  }
}

.section.services-section {
  padding-top: 220px;
}

.hero-header-holder {
  position: relative;
}

.hero-shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 60px;
  height: 125px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #f42c00;
}

.hero-shape-2 {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 70px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #dd9f00;
}

.hero-shape-3 {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 60px;
  border-radius: 0px 0px 40px 40px;
  background-color: #1f6149;
}

.light-section-header {
  font-family: 'Inknut Antiqua', sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.light-section-header.industries-header {
  color: #265041;
  line-height: 60px;
  text-align: left;
}

.works-slider {
  width: 1000px;
  margin: 40px auto;
}

.work-image {
  border-radius: 40px;
}

.work-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-info {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.project-tech {
  color: #265041;
  font-size: 18px;
  font-weight: 600;
}

.work-slide {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonial {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #265041;
}

.testimonial-inner {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/quote.svg');
  background-position: 0px 0px;
  background-size: 60%;
  background-repeat: no-repeat;
}

.dark-section-header {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: left;
}

.dark-section-header.text-center {
  text-align: center;
}

.testimonial-slider {
  margin-top: 100px;
  padding-right: 200px;
  padding-left: 200px;
}

.testimonial-slider-item {
  padding-left: 40px;
  border-left: 2px solid #72e8be;
}

.textimonial-text {
  min-height: 250px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.textimonial-author {
  padding-top: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #ffeec3;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.textimonial-author-id {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #ffeec3;
  font-size: 20px;
  line-height: 26px;
}

.text-span-3 {
  color: #000;
}

.industries-holder {
  position: relative;
  z-index: 10;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.industries {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.industry-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #fff;
}

.ind-img {
  height: 36px;
}

.ind-text {
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.image {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: -1;
}

.ind-bg-1 {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: -1;
}

.ind-bg-2 {
  position: absolute;
  left: auto;
  top: 220px;
  right: -200px;
  z-index: -1;
}

.contact-form {
  width: 600px;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.input {
  height: 58px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 10px;
  background-color: #265041;
  color: #fff;
  font-size: 18px;
}

.input:focus {
  border-color: #fff;
}

.textarea {
  min-height: 58px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 10px;
  background-color: #265041;
  color: #fff;
  font-size: 18px;
}

.textarea:focus {
  border-color: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #265041;
  text-align: center;
}

.footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-link:hover {
  letter-spacing: 3px;
}

.foot-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
}

.copyright {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
}

.services-holder {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-item {
  position: relative;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 70px 70px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  height: 60px;
}

.s-content {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  margin-bottom: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.s-header {
  font-family: 'Work Sans', sans-serif;
  color: #265041;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.s-text {
  margin-top: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.s-link {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.s-link:hover {
  background-color: #f3f3f3;
}

.image-3 {
  position: relative;
  left: 0%;
  opacity: 0.3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.q-call {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #2b5a4a;
  background-image: url('../images/q-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-call-sub-header {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
}

.q-call-header {
  margin-bottom: 40px;
  font-family: 'Inknut Antiqua', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 140%;
  text-align: center;
}

.projects-holder {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-col.work-col-2 {
  margin-top: 140px;
}

.work-item {
  margin-bottom: 60px;
}

.pr-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pr-image {
  width: 100%;
}

.pr-text {
  font-family: 'Work Sans', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.pr-techs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  grid-column-gap: 10px;
}

.pr-tech {
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #e9e9e9;
  font-family: 'Work Sans', sans-serif;
  color: #265041;
  font-size: 16px;
  font-weight: 700;
}

.div-block {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-info-holder {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  /* -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr; */
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 100%;
}

.c-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 30px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.ci-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.ci-icon {
  height: 30px;
}

.icon {
  color: #fff;
}

.foot-link-holder-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
}

.nav-link-item {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 16px;
  text-decoration: none;
}

.nav-link-item:hover {
  color: #fff;
  letter-spacing: 0px;
}

.nav-link-item.w--current {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.nav-link-item.active {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 56px;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.navigation:hover {
  width: 454px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-borders {
  position: absolute;
  left: auto;
  top: 13px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.nab-border-left {
  width: 3px;
  height: 30px;
  margin-right: 8px;
  border-radius: 5px;
  background-color: #fff;
}

.nab-border-right {
  width: 3px;
  height: 30px;
  margin-left: 8px;
  border-radius: 5px;
  background-color: #fff;
}

.nav-items {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  display: inline-block;
  padding: 8px 20px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-item:hover {
  color: #fff;
}

.hero-shape-1-holder {
  position: absolute;
  left: 268px;
  top: 0px;
  z-index: 1;
  width: 1px;
  height: 1px;
}

.hero-shape-2-holder {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 1;
  width: 1px;
  height: 1px;
}

.hero-shape-3-holder {
  position: absolute;
  top: 140px;
  z-index: 1;
  width: 1px;
  height: 1px;
}

.sm-menu-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: none;
  overflow: visible;
  width: 100%;
  height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  position: absolute;
  top: 20px;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.sm-menu {
  position: absolute;
  left: 20px;
  top: -300px;
  right: 20px;
  padding: 60px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  background-color: #265041;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sm-menu-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

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

  .nav-menu-wrapper {
    display: block;
    background-color: transparent;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .navbar {
    z-index: 20;
  }

  .works-slider {
    max-width: 100%;
  }

  .testimonial-slider {
    padding-right: 100px;
    padding-left: 100px;
  }

  .industries {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-holder {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-links {
    margin-right: auto;
    margin-left: auto;
    background-color: #265041;
  }

  .nav-link-item.active.home-link {
    display: none;
  }

  .nav-link-item.home-link {
    display: none;
  }
}

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

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

  .nav-menu-wrapper {
    z-index: 10;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .navbar {
    position: fixed;
    z-index: 20;
  }

  .section {
    padding: 220px 20px 60px;
  }

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

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

  .works-slider {
    padding-right: 20px;
    padding-left: 20px;
  }

  .work-image {
    border-radius: 20px;
  }

  .testimonial-slider {
    padding-right: 40px;
    padding-left: 40px;
  }

  .industries {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services-holder {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .q-call {
    padding-right: 20px;
    padding-left: 20px;
    background-size: 100%;
  }

  .projects-holder {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .work-col.work-col-2 {
    margin-top: 0px;
  }

  .contact-info-holder {
    width: 100%;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .c-info-item {
    margin-bottom: 5px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    width: 100%;
  }
}

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

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    width: 100%;
    font-size: 40px;
    line-height: 130%;
  }

  .hero-sub-heading {
    font-size: 25px;
    line-height: 110%;
  }

  .hero-services-holder {
    grid-row-gap: 0px;
  }

  .her-services-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-service {
    font-size: 18px;
  }

  .diamond-separator {
    width: 10px;
    height: 10px;
  }

  .diamond-separator.dsin-sm {
    display: block;
  }

  .section {
    padding-top: 140px;
  }

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

  .section.services-section {
    padding-top: 140px;
  }

  .light-section-header {
    font-size: 35px;
  }

  .dark-section-header {
    font-size: 35px;
    line-height: 50px;
  }

  .testimonial-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textimonial-text {
    font-size: 16px;
    line-height: 22px;
  }

  .industries {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .industry-item {
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .foot-link-holder {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .service-item {
    box-shadow: 0 14px 70px 0 rgba(0, 0, 0, 0.1);
  }

  .q-call {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon {
    color: #fff;
  }

  .navigation:hover {
    width: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-shape-1-holder {
    left: 40px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .hero-shape-2-holder {
    top: 40px;
    right: 40px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .hero-shape-3-holder {
    top: 100px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .sm-menu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sm-menu {
    top: -300px;
  }

  .close-sm-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
  }
}

#w-node-db968a02-bbe4-31b0-1149-7d944a65d8b9-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6518a993-6d61-d833-aac5-608257834972-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e117823a-a45d-877e-43b1-b4062f69683e-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e117823a-a45d-877e-43b1-b4062f69684a-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e11f1ee1-927c-9954-0a04-f760bb06f908-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e11f1ee1-927c-9954-0a04-f760bb06f914-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62338388-68d3-2a12-2016-724b283746de-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62338388-68d3-2a12-2016-724b283746ea-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dae84ab2-d51a-14e3-2287-559e075aee27-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dae84ab2-d51a-14e3-2287-559e075aee33-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e5792cd-9185-de68-1607-9fd8ae2f7c65-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e5792cd-9185-de68-1607-9fd8ae2f7c71-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89007cbf-37f6-b16e-6c57-b79c9e33513c-a26f6d5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4c051ac-3fe8-46fe-c812-e765d1565140-ac19a878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4c051ac-3fe8-46fe-c812-e765d156515b-ac19a878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d50db05-e450-233a-d596-6b763ebf145c-6bb215b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    width: 100%;
  }
}

/* Promise Section CSS */
.promise-section {
  background-color: #265041;
  background-image: url('../images/contact-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.promise-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.promise-content {
  flex: 1;
  max-width: 600px;
}

.promise-desc {
  font-family: 'Work Sans', sans-serif;
  color: #ffeec3;
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.promise-steps {
  display: flex;
  gap: 30px;
}

.p-step {
  display: flex;
  flex-direction: column;
}

.p-step-num {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #ffc83c;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.p-step-title {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promise-image-holder {
  flex: 1;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pi-shape-1 {
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #ffc83c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pi-shape-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #f42c00;
  border-radius: 0 100px 100px 0;
  top: 10%;
  left: 10%;
  z-index: 2;
  animation: float-shape 3s ease-in-out infinite alternate;
}

@keyframes float-shape {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.pi-card {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.pi-card-text {
  font-family: 'Inknut Antiqua', sans-serif;
  color: #265041;
  font-size: 30px;
  line-height: 36px;
}

.pi-bg {
  position: absolute;
  top: -50px;
  right: -50px;
  opacity: 0.2;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .promise-inner {
    flex-direction: column;
  }

  .promise-image-holder {
    width: 100%;
    margin-top: 50px;
  }

  .promise-steps {
    flex-direction: column;
    gap: 20px;
  }
}