html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
  object-fit: cover;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

:root {
  --white: #fff;
  --body-text: #333;
  --dark: #0c0407;
  --transparent: #0000;
  --primary: #3390b8;
}

body {
  background-color: var(--white);
  color: var(--body-text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

h1 {
  color: var(--dark);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  color: var(--dark);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  background-color: var(--transparent);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav-section {
  z-index: 99;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-wrap {
  z-index: 1;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.btn-icon {
  width: 20px;
  line-height: 1%;
  margin-left: 10px;
}

.btn-shape {
  z-index: -1;
  background-color: var(--dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark);
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s linear;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  font-weight: 300;
}

.show-mobile, .nav-open {
  display: none;
}

.footer {
  background-color: #f0f1ea;
  padding-top: 80px;
  padding-bottom: 16px;
}

.footer-top {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  padding-bottom: 71px;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.footer-copyright {
  color: var(--dark);
  letter-spacing: -.01px;
  font-size: 14px;
}

.footer-grid-wrap {
  grid-column-gap: 81px;
  grid-row-gap: 81px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-widget-title-wrap {
  margin-bottom: 20px;
}

.footer-widget-title {
  font-size: 18px;
  line-height: 150%;
}

.footer-widget-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-widget-link {
  color: #4c4c4c;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s linear;
}

.footer-widget-link:hover {
  color: var(--primary);
}

.footer-bottom-right {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
  display: flex;
}

.hero-section {
  z-index: 1;
  background-color: #f0f1ea;
  position: relative;
}

.hero-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #cfd4b5;
  border-radius: 50px;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 6px 24px 6px 8px;
  display: inline-flex;
}

.hero-tag-icon-wrap {
  background-color: #3390b8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 5px;
}

.hero-tag-text-wrap {
  flex: 0 auto;
}

.hero-tag-text {
  color: var(--dark);
  letter-spacing: -.01px;
  font-size: 12px;
  font-weight: 500;
  line-height: 116%;
}

.hero-title-wrap {
  margin-bottom: 20px;
}

.hero-title {
  font-size: 60px;
  line-height: 96%;
}

.hero-text-wrap {
  margin-bottom: 32px;
}

.hero-text {
  color: #4c4c4c;
  letter-spacing: -.01px;
  font-size: 14px;
}

.hero-btn-wrap {
  line-height: 1;
  display: inline-block;
}

.hero-left {
  width: 100%;
  max-width: 584px;
  padding-top: 120px;
  padding-bottom: 92px;
}

.hero-thumb-wrap {
  width: 100%;
  max-width: 48%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-thumb {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.choose-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.choose-layout {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.choose-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
}

.choose-thumb {
  width: 590px;
}

.common-content {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.chose-heading {
  margin-bottom: 40px;
}

.common-content.service-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.works-heading {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 0;
}

.common-content.clients-heading, .common-content.team-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-sub-title-wrap {
  margin-bottom: 16px;
}

.common-sub-title {
  color: var(--dark);
  text-align: center;
  letter-spacing: -.01px;
  font-size: 14px;
  font-weight: 500;
}

.common-sub-title.works-heading-text {
  text-align: left;
}

.common-title {
  letter-spacing: -.03em;
  font-size: 48px;
  line-height: 112%;
}

.choose-item {
  margin-bottom: 36px;
}

.choose-title-wrap {
  margin-bottom: 8px;
}

.choose-text-wrap {
  width: 100%;
  max-width: 448px;
}

.choose-text {
  color: #4c4c4c;
}

.choose-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
}

.choose-btn-wrap {
  margin-top: 24px;
  display: inline-flex;
}

.service-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.service-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-box {
  background-color: #f9f9f9;
  padding: 16px 16px 28px;
}

.service-box-thumb-wrap {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.service-box-title-wrap {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.service-box-text-wrap {
  width: 100%;
  max-width: 355px;
  margin-bottom: 20px;
}

.service-box-thumb {
  width: 100%;
}

.service-box-title {
  color: var(--dark);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  transition: all .3s linear;
}

.service-box-title:hover {
  color: var(--primary);
}

.service-box-text {
  color: #4c4c4c;
}

.service-box-btn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--dark);
  letter-spacing: -.01px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  transition: all .2s linear;
  display: inline-flex;
}

.service-box-btn:hover {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--primary);
}

.works-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.works-layout {
  justify-content: space-between;
  align-items:center;
  display: flex;
}

.works-content {
  display: block;
}

.works-box-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 488px;
  display: flex;
}

.works-box {
  background-color: #f3f3f2;
  padding: 28px;
}

.works-thumb {
  width: 590px;
}

.works-box-num-wrap {
  background-color: #3390b8;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 26px;
  margin-bottom: 20px;
  display: flex;
}

.works-box-title-wrap {
  margin-bottom: 8px;
}

.works-box-num {
  color: var(--white);
  font-weight: 500;
  line-height: 100%;
}

.works-box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
}

.clients-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.clients-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.clients-box {
  background-color: #f9f9f9;
  padding: 28px 20px;
}

.clients-box-quotes-wrap {
  margin-bottom: 40px;
}

.clients-box-text-wrap {
  width: 100%;
  max-width: 347px;
  margin-bottom: 20px;
}

.clients-box-text {
  color: #4c4c4c;
  letter-spacing: -.03px;
  font-size: 20px;
}

.clients-box-title-wrap {
  margin-bottom: 8px;
}

.clients-box-title {
  letter-spacing: -.01px;
  font-size: 20px;
  line-height: 150%;
}

.recent-section {
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.recent-thumb-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.recent-thumb {
  flex: none;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.recent-thumb:hover {
  transform: scale(1.05);
}

.testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-layout {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("../images/photo-10.webp");

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  position: relative;
}

.testimonial-content {
  text-align: center;
}

.testimonial-sub-title-wrap, .testimonial-title-wrap {
  margin-bottom: 16px;
}

.testimonial-sub-title {
  color: var(--white);
  letter-spacing: -.01px;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-title {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 48px;
  line-height: 112%;
}

.testimonial-text-wrap {
  max-width: 770px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  color: var(--white);
}

.testimonial-btn-wrap {
  line-height: 100%;
  display: inline-block;
}

.btn-wrap-3 {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-wrap-3:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.btn-inner-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.btn-shape-3 {
  z-index: -1;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.btn-icon-3 {
  width: 14px;
  line-height: 1%;
  filter: invert(100%);
  margin-left: 7px;
}

.recent-thumb-marquee {
  justify-content: flex-start;
  align-items: flex-start;
}

.about-us-hero-section {
  z-index: 1;
  background-color: #f0f1ea;
  position: relative;
}

.about-hero-thumb-wrap {
  width: 100%;
  max-width: 48%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-hero-thumb {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.about-hero-left {
  width: 100%;
  max-width: 584px;
  padding-top: 120px;
  padding-bottom: 92px;
}

.about-hero-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #cfd4b5;
  border-radius: 50px;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 6px 24px 6px 8px;
  display: inline-flex;
}

.about-hero-title-wrap {
  margin-bottom: 20px;
}

.about-hero-text-wrap {
  margin-bottom: 32px;
}

.about-hero-btn-wrap {
  line-height: 1;
  display: inline-block;
}

.about-hero-tag-icon-wrap {
  background-color: #3390b8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
padding: 5px;
  display: flex;
}

.about-hero-tag-text-wrap {
  flex: 0 auto;
}

.about-hero-tag-text {
  color: var(--dark);
  letter-spacing: -.01px;
  font-size: 12px;
  font-weight: 500;
  line-height: 116%;
}

.about-hero-title {
  font-size: 60px;
  line-height: 96%;
}

.about-hero-text {
  color: #4c4c4c;
  letter-spacing: -.01px;
  font-size: 14px;
}

.team-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.team-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-box {
  background-color: #f9f9f9;
  padding: 16px;
}

.team-box-thumb-wrap {
  margin-bottom: 8px;
}

.team-box-thumb {
  width: 253px;
}

.team-box-content {
  text-align: center;
}

.team-box-title-wrap {
  margin-bottom: 2px;
}

.team-box-title {
  letter-spacing: -.01px;
  font-size: 20px;
  line-height: 150%;
}

.team-box-text {
  color: #4c4c4c;
  letter-spacing: -.01px;
  font-size: 14px;
  font-weight: 500;
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.contact-layout {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.contact-form {
  width: 100%;
}

.contact-form-content {
  margin-bottom: 40px;
}

.contact-form-title-wrap {
  margin-bottom: 12px;
}

.contact-form-title {
  letter-spacing: -.03px;
  font-size: 48px;
  line-height: 112%;
}

.contact-form-text {
  color: #4c4c4c;
  letter-spacing: -.01px;
  font-size: 14px;
}

.contact-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.contact-us-label {
  color: var(--dark);
  letter-spacing: -.01px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.contact-us-input {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.contact-us-dropdown:focus-visible {
  color: #999;
  border: 0 #f9f9f9;
}

.contact-us-textarea {
  color: #999;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  height: 140px;
  min-height: 140px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.clients-box-slider {
  background-color: #0000;
  height: auto;
  display: block;
}

.clients-box-slider-mask {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.clients-slide {
  margin-right: 20px;
}

.service-box-btn-icon {
  width: 16px;
  line-height: 1px;
  filter: invert(100%);
  margin-left: 7px;
}

.nav-left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-right {
    display: flex;
  }

  .btn-wrap {
    width: 100%;
    padding: 14px 22px;
  }

  .btn-wrap.hide-mobile {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid var(--dark);
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .nav-link {
    width: 100%;
    font-size: 20px;
  }

  .nav-link.w--current {
    display: flex;
  }

  .show-mobile {
    width: 100%;
    line-height: 100%;
    display: block;
  }

  .nav-open {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 4px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
  }

  .nav-bar {
    background-color: var(--white);
    width: 16px;
    height: 2px;
    padding: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-grid-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .hero-title-wrap {
    width: 100%;
    max-width: 600px;
  }

  .hero-text-wrap {
    width: 100%;
    max-width: 500px;
  }

  .hero-left {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-thumb-wrap {
    max-width: 100%;
    position: relative;
  }

  .choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .choose-content {
    flex-flow: wrap;
  }



  .common-content.chose-heading {
    max-width: 800px;
  }

  .common-content.service-heading {
    max-width: 460px;
  }

  .common-title {
    font-size: 40px;
  }

  .choose-text-wrap {
    max-width: 100%;
  }

  .choose-btn-wrap {
    flex: 0 auto;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-layout {
    grid-template-columns: 1fr 1fr;
  }

  .works-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .works-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .works-content {
    width: 100%;
  }

  .works-box-wrap {
    max-width: 100%;
  }


  .clients-section, .recent-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .testimonial-title {
    font-size: 40px;
  }

  .btn-wrap-3 {
    width: 100%;
  }

  .about-hero-thumb-wrap {
    max-width: 100%;
    position: relative;
  }

  .about-hero-left {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-hero-title-wrap {
    width: 100%;
    max-width: 584px;
  }

  .about-hero-text-wrap {
    width: 100%;
    max-width: 584px;
    margin-bottom: 20px;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-box-title {
    font-size: 18px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-form {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .footer {
    padding-top: 40px;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-grid-wrap {
    grid-template-rows: auto;
  }

  .footer-widget-title-wrap {
    margin-bottom: 10px;
  }

  .footer-widget-link {
    font-size: 14px;
  }

  .footer-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-text-wrap {
    margin-bottom: 20px;
  }

  .common-content.service-heading {
    max-width: 400px;
  }

  .common-content.works-heading {
    max-width: 100%;
  }

  .common-title {
    font-size: 30px;
  }

  .choose-title {
    font-size: 22px;
  }

  .service-layout {
    grid-template-columns: 1fr;
  }

  .service-box {
    width: 100%;
    max-width: 100%;
  }

  .service-box-thumb-wrap {
    overflow: visible;
  }

  .service-box-text-wrap {
    max-width: 100%;
  }

  .service-box-thumb {
    width: 100%;
  }

  .service-box-title, .works-box-title {
    font-size: 22px;
  }

  .clients-box {
    padding: 20px;
  }

  .clients-box-quotes-wrap {
    margin-bottom: 20px;
  }

  .clients-box-text {
    font-size: 16px;
  }

  .clients-box-title {
    font-size: 18px;
  }

  .recent-thumb {
    width: 390px;
  }

  .testimonial-title {
    font-size: 30px;
  }

  .about-hero-left {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .about-hero-title {
    font-size: 48px;
  }

  .team-layout {
    grid-template-columns: 1fr 1fr;
  }

  .team-box {
    padding: 10px;
  }

  .team-box-title {
    font-size: 16px;
  }

  .contact-form-content {
    margin-bottom: 20px;
  }

  .contact-form-title {
    font-size: 30px;
  }

  .clients-box-slider {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 479px) {

  .footer {
    padding-top: 40px;
  }

  .footer-grid-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-tag {
    padding-right: 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-left {
    padding-top: 40px;
  }

  .about-hero-left {
    padding-bottom: 20px;
  }

  .about-hero-title {
    font-size: 30px;
  }

  .team-layout {
    grid-template-columns: 1fr;
  }

  .contact-form-title {
    font-size: 36px;
  }

  .contact-us-textarea {
    height: 100px;
    min-height: 100px;
  }
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.logo {
  max-width: 120px;
}

.footer-logo {
  max-width: 100px;
}

@media screen and (max-width: 991px) {
.nav-menu {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0,0,0,0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 1000;
}
.nav-menu.open {
  transform: translateX(250px);
  opacity: 1;
}

.nav-open {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nav-bar {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

}

.home-about {
  p {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 30px;
  }

  .choose-btn-wrap {
    margin-top: 0;
  }
}

.w-dyn-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.w-dyn-item:hover {
  transform: translateY(-8px);
}

.contact-us-checkbox-wrap {
  input {
    margin-right: 10px;
  }
}

.legal {
  & .choose-text-wrap {
    max-width: 1200px;
  }

  & .choose-title {
    margin-bottom: 10px;
  }

  li {
    margin-bottom: 10px;
    line-height: 150%;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .clients-box-slider-mask {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media screen and (max-width: 767px) {
  .team-box-thumb {
    width: 100%;
  }


  .works-thumb-wrap,
  .choose-thumb-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .recent-thumb-layout {
    grid-template-columns: 1fr;
  }

  .clients-box-slider-mask {
    grid-template-columns: 1fr;
  }

  .clients-box-quotes-wrap {
    img {
      width: 100%;
    }
  }
}