@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-ExtraBold.ttf') format("truetype"), url('../fonts/Kanit-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid circular b;
  src: url('../fonts/Euclid-Circular-B-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid circular b;
  src: url('../fonts/Euclid-Circular-B-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid circular b;
  src: url('../fonts/Euclid-Circular-B-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid circular b;
  src: url('../fonts/Euclid-Circular-B-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --primary-color: #212125;
  --border-color: #333337;
  --background-secondary: #1cb19d;
  --dark-light: #212125;
  --background-grey: #999;
  --background-dim-grey: #44454a;
  --color-dim-grey: #666;
  --color-line: #3f3a36;
  --color-slate-grey: #39393d;
  --color-black: #262629;
  --background-dark-gray: #52526c;
  --background-dim-greyv2: #63637b;
  --background-slate-grey: #3b3b3f;
  --background-bisque: #f4d8bb;
  --background-grey02: dimgrey;
  --background-dark: #27272b;
  --color-grey-dark: #27292d;
  --color-dim-grey-2: #636376;
  --color-dark-v1: #212125;
  --color-dark-v2: #232327;
  --white-smoke: #f3f3f3;
  --gainsboro: #d9d9d9;
  --white-smoke-v2: #f9f9f9;
  --white-smoke-v3: #efefef;
  --color-tan: #d2a97f;
  --color-lavender: #c9c6de;
  --color-dark-grey: #aa9e8c;
  --color-lavender-2: #c7c7d7;
  --color-white-smoke: whitesmoke;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white);
  font-family: Euclid circular b, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.16em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.59em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.text-xs {
  font-size: 12px;
  line-height: 1.5em;
}

.text-xxl {
  font-size: 20px;
  line-height: 1.5em;
}

.style-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-xl {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.55em;
}

.text-lg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.62em;
}

.text-lg.font-medium.position {
  z-index: 2;
  position: absolute;
}

.text-lg.color-grey {
  color: var(--primary-color);
}

.text-sm, .text-md {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.71em;
}

.style-color-block {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  min-height: 180px;
  position: relative;
}

.style-color-card-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #f7f7f7;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  box-shadow: 1px 1px 30px #00000026;
}

.styleguide-sidebar-wrapper {
  justify-content: space-between;
  overflow: scroll;
}

.style-contant-sub-heading {
  margin-bottom: 32px;
}

.style-contant-sub-heading.style-border {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 64px;
}

.style-contant-sub-heading.border {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.style-heading {
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
}

.style-single-link {
  text-align: center;
}

.style-typography-contant-block {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.style-typography-contant-block.none {
  display: none;
}

.styleguide-navigation-sidebar {
  z-index: 1;
  background-color: var(--white);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.style-color-grid-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.styleguide-page-wrapper {
  position: relative;
}

.styleguide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-buttons-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-hero-text {
  font-size: 20px;
  line-height: 1.5em;
}

.style-dropdown-title {
  font-weight: 700;
}

.style-dropdown-title:hover {
  color: #d7b679;
}

.style-link-grid-block {
  background-color: var(--primary-color);
}

.style-main-title {
  font-weight: 600;
}

.style-button-wrap {
  text-align: center;
  width: 100%;
}

.link-text {
  color: var(--white);
  text-decoration: none;
}

.style-brand-logo {
  text-decoration: none;
}

.style-dropdown-icon {
  background-color: var(--primary-color);
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.style-button {
  text-align: center;
  padding: 30px 38px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.style-button.style-home {
  background-color: var(--background-secondary);
  transition: all .3s;
}

.style-button.style-home:hover {
  background-color: var(--primary-color);
}

.style-button.style-margin-add {
  background-color: var(--primary-color);
  margin-right: 28px;
  transition: all .3s;
}

.style-button.style-margin-add:hover {
  background-color: var(--background-secondary);
}

.style-typography-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-link-class-name {
  color: var(--background-secondary);
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
}

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

.style-bottom-sidebar-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.style-color-name {
  text-align: left;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.style-dropdown-menu-toggle {
  cursor: pointer;
  justify-content: space-between;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.style-dropdown-menu-toggle:hover {
  color: var(--background-secondary);
}

.style-color-block-contant {
  padding: 24px 24px 32px;
}

.style-color-block-contant.bg-white {
  border-top: 1px solid #d3d3d3;
  min-height: 164px;
}

.style-agency-link {
  color: var(--background-secondary);
  cursor: pointer;
}

.style-links-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-contant-heading {
  background-color: var(--primary-color);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  padding: 48px;
  display: flex;
}

.style-heading-pra-wrap {
  margin-top: 16px;
  margin-bottom: 32px;
}

.styleguide-main-wrapper {
  background-color: var(--white);
  color: var(--primary-color);
  display: block;
}

.style-icon-wrap {
  background-color: var(--background-secondary);
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  display: flex;
}

.style-top-sidebar-wrapper {
  margin-bottom: 425px;
}

.style-drop-menu {
  cursor: pointer;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.style-drop-menu:hover, .style-drop-menu.w--current {
  border-right: 5px solid var(--primary-color);
  background-color: var(--background-secondary);
}

.style-contant-wrapper {
  margin-bottom: 80px;
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.style-dropdown-menu {
  color: var(--primary-color);
}

.style-btn-class-name {
  color: var(--white);
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
}

.style-dropdown-menu-wrap {
  display: block;
}

.style-typograpy-heading-title {
  margin-bottom: 24px;
}

.style-logo-wrapper {
  background-color: var(--primary-color);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
}

.style-output-status {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.style-single-button {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.style-color-code {
  color: #02261d;
  text-align: left;
  font-size: 18px;
}

.style-arrow {
  font-family: "Fa solid 900", sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--border-color);
  text-align: center;
  flex-direction: column;
  width: 450px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

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

.items-text {
  color: #070527;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
}

.items-text.w--current {
  color: #fff;
  background-color: #070527;
}

.photography-area {
  border-bottom: 1px solid #0057fc;
  padding-bottom: 40px;
}

.iconography {
  border-bottom: 0 solid #0057fc;
  padding-top: 40px;
}

.licenses-box-wrap {
  background-color: var(--white);
  padding-bottom: 350px;
}

.left-side-area {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 100px;
  padding: 20px;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 6px 1px #0003;
}

.unsflash-photography {
  padding-top: 45px;
}

.unsflash-single-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.photography-description {
  font-size: 18px;
  line-height: 1.5em;
}

.unsflash-img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.right-side-area {
  border-radius: 4px;
  margin-top: 100px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 0 11px #0003;
}

.software-button-block {
  margin-top: 40px;
}

.photography-text {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2em;
}

.licenses-content-area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.unlflash-title {
  color: #070527;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 33px;
  line-height: 1.2em;
}

.photography-title {
  color: #070527;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 1.1em;
}

.typography-area {
  border-bottom: 1px solid #0057fc;
  padding-top: 40px;
}

.photography-content-area {
  padding-bottom: 45px;
}

.unsflash-image-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.startup-btn-outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff1a;
  border-radius: 6px;
  padding: 16px 31px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .3s;
}

.startup-btn-outline:hover {
  color: #fff;
  background-color: #070527;
  border-style: solid;
  border-color: #070527;
}

.startup-btn-outline.startup-btn-detalis {
  color: #070527;
  border-color: #0705271a;
  transition-property: all;
}

.startup-btn-outline.startup-btn-detalis:hover {
  color: #fff;
  background-color: #070527;
}

.background-primary {
  background-color: var(--primary-color);
}

.color-primary {
  color: var(--primary-color);
}

.style-color-block-text {
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style-color-block-text.background-primary {
  background-color: var(--primary-color);
  color: var(--dark-light);
}

.style-color-card-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px solid #e3e3e3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.background-white {
  background-color: var(--white);
}

.color-white {
  color: var(--white);
}

.background-secondary {
  background-color: var(--background-secondary);
}

.background-dark-light {
  background-color: var(--dark-light);
}

.color-dark-light {
  color: var(--dark-light);
}

.style-rich-text-block {
  background-color: var(--primary-color);
  padding: 60px;
}

.heading-lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.1em;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font90px {
  font-size: 90px;
  line-height: 1.06em;
}

.color-secondary {
  color: var(--background-secondary);
}

.background-grey {
  background-color: var(--background-grey);
}

.color-grey {
  color: var(--background-grey);
}

.background-dim-grey {
  background-color: var(--background-dim-grey);
}

.color-dim-grey {
  color: var(--background-dim-grey);
}

.button-contant {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.85em;
  text-decoration: none;
  display: flex;
}

.button-image-icon {
  margin-left: 8px;
}

.font30px {
  font-size: 30px;
  line-height: 1.2em;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.canvas-single-image {
  cursor: pointer;
  width: 90px;
  height: 90px;
  position: relative;
}

.button-border {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

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

.home-link {
  cursor: pointer;
  margin-top: 50px;
  text-decoration: none;
  display: none;
}

._404-start-image {
  position: absolute;
  top: 80px;
  right: 80px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 464px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tryangle-image {
  filter: invert();
  position: absolute;
  bottom: 100px;
  left: 200px;
}

._404-title {
  font-size: 200px;
}

._404-description {
  padding-left: 35px;
  padding-right: 35px;
}

._404-wrapper {
  height: 100vh;
  display: flex;
  position: relative;
}

.primary-button {
  text-decoration: none;
}

.navigation-wrapper {
  z-index: 100;
  background-color: var(--background-secondary);
  position: sticky;
  top: 0;
}

.navbar {
  border-bottom: 0px none var(--border-color);
  background-color: #0000;
  height: 80px;
  display: flex;
}

.brand-logo.w--current {
  max-width: 9.3rem;
}

.container-v2 {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-left-contant {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  padding-right: 4%;
  display: flex;
}

.nav-right-contant {
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-divider {
  background-color: var(--white);
  width: 1px;
  height: 80px;
  margin-left: 24px;
  margin-right: 24px;
}

.nav-link {
  color: var(--primary-color);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

.nav-link.page {
  padding-right: 20px;
}

.menu-button-block {
  cursor: pointer;
  margin-left: 20px;
  text-decoration: none;
}

.consultation-button {
  background-color: var(--primary-color);
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 12px 23px;
  text-decoration: none;
  transition: color .4s;
  position: relative;
}

.contant-namber {
  display: none;
}

.arrow-icon {
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-icon-bar01, .nav-icon-bar02 {
  background-color: var(--white);
  width: 40px;
  height: 1px;
}

.nav-icon-divider {
  height: 11px;
}

.namber-link {
  color: var(--white);
  text-decoration: none;
  transition: color .3s;
}

.namber-link:hover {
  color: var(--background-secondary);
}

.hero-wrapper {
  color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-contant-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-right-contant {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.hero-title-block {
  width: 100%;
  max-width: 620px;
  margin-left: 140px;
  margin-right: 171px;
  position: relative;
  overflow: hidden;
}

.hero-title-block.color-white {
  color: var(--primary-color);
  max-width: 800px;
  margin-left: 0;
  margin-right: 20px;
}

.hero-description.color-white {
  color: var(--primary-color);
}

.hero-down-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.down-arrow-image {
  position: absolute;
}

.counter-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 600px;
  display: flex;
  position: relative;
}

.service-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.container.contact-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-contant-block {
  margin-top: 63px;
}

.heding-contant-block {
  justify-content: space-between;
  display: flex;
}

.heding-contant-block.center {
  display: block;
}

.heading-title-block {
  text-align: center;
  margin-bottom: 22px;
}

.heading-title-block.color-white {
  color: var(--primary-color);
}

.heading-title-block.color-white.left, .heading-title-block.color-primary.left {
  text-align: left;
}

.heading-title-block.color-primary.left.margin-add {
  z-index: 2;
  margin-bottom: 34px;
  position: relative;
}

.heading-title-block.color-primary.left.margin-add.smooth-slide-two {
  margin-bottom: 20px;
}

.heding-description {
  text-align: center;
  width: 100%;
  max-width: 473px;
  margin-left: auto;
  margin-right: auto;
}

.service-item-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  background-color: var(--primary-color);
  cursor: pointer;
  flex-flow: column;
  width: auto;
  height: 330px;
  padding: 26px 30px 44px;
  text-decoration: none;
  display: flex;
}

.service-item.smooth-slide-three {
  padding-left: 30px;
  padding-right: 30px;
}

.service-item.smooth-slide-six {
  background-color: var(--primary-color);
}

.service-item.smooth-slide-seven {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.service-icon-box {
  justify-content: space-between;
  display: flex;
}

.service-title-contant {
  flex-flow: column;
  display: flex;
}

.service-icon-block {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 140px;
  display: flex;
}

.service-arrow-image {
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  display: flex;
}

.service-icon {
  color: var(--background-secondary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 1em;
  display: none;
}

.service-image {
  filter: brightness();
}

.about-wrapper {
  z-index: 0;
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}

.about-contant-block {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-contant-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-image-box {
  position: relative;
}

.about-description {
  color: var(--color-dim-grey);
  margin-top: 38px;
}

.about-description.smooth-slide-three {
  margin-top: 20px;
}

.readmore-button-block {
  margin-top: 63px;
  display: inline-block;
}

.readmore-button-block.smooth-slide-four {
  margin-top: 40px;
}

.about-image-block {
  z-index: 1;
  width: 465px;
  height: auto;
  position: relative;
}

.about-image {
  border-radius: 0;
}

.client-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 75px;
}

.client-heding-title {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.client-heding-line {
  z-index: -1;
  background-color: var(--border-color);
  width: 100%;
  height: 1px;
  position: absolute;
}

.client-logo-item {
  width: 100%;
  height: 100%;
  margin-right: 100px;
  display: inline;
}

.client-logo-item.margin0 {
  margin-right: 0;
}

.client-logo-item-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-wrapper {
  background-color: var(--background-secondary);
  padding-top: 80px;
}

.footer-contant-block {
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr 1fr 260px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-right: 40px;
  display: flex;
}

.lowcost-contant-block {
  border: 1px solid var(--border-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.cost-text {
  background-color: var(--background-secondary);
  border-radius: 4px;
  margin-left: 10px;
  padding: 4px 12px 0;
  display: inline-block;
}

.footer-contant {
  width: 300px;
  margin-right: 56px;
}

.footer-description {
  margin-top: 38px;
}

.footer-description.color-grey {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.footer-link-item-block, .footer-link-item-block.margin0 {
  margin-right: 0;
}

.footer-link-title-block.color-white {
  color: var(--primary-color);
}

.footer-link-title {
  font-size: 22px;
  line-height: 1.59em;
}

.footer-line {
  background-color: var(--primary-color);
  width: 60px;
  height: 1px;
  margin-top: 4px;
}

.footer-link-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.footer-link-item.services {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: row;
}

.footer-link-item.service {
  margin-top: 0;
}

.footer-link {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-link.w--current {
  color: var(--white);
}

.social-link {
  color: var(--white);
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
  transition: color .3s;
}

.social-link:hover {
  color: var(--background-secondary);
}

.social-link.margin0 {
  margin-right: 0;
}

.footer-line-devider {
  background-color: var(--color-line);
  width: 100px;
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.footer-copyright-contant {
  max-width: 260px;
}

.webflow {
  color: var(--white);
  text-decoration: none;
  transition: color .3s;
}

.webflow:hover {
  color: var(--background-secondary);
}

.casestudies-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.casestudies-contant-block {
  border-top: 1px solid var(--border-color);
  margin-top: 32px;
}

.casestudies-item {
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.case-image-block {
  border-radius: 0;
  width: 134px;
  height: 134px;
  margin-right: 24px;
  overflow: hidden;
}

.case-title-block {
  width: 100%;
  max-width: 330px;
  margin-right: 130px;
}

.case-title-block.color-white {
  color: var(--primary-color);
  margin-right: 56px;
}

.case-description {
  width: 100%;
  max-width: 300px;
  margin-right: 130px;
}

.case-description.color-grey {
  margin-right: 24px;
}

.case-arrow {
  background-color: var(--color-slate-grey);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.blog-item-box {
  margin-top: 54px;
}

.blog-item {
  background-image: url('../images/Image-11.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 45px 45px 38px;
  text-decoration: none;
  position: relative;
}

.author-contant-block {
  align-items: center;
  display: flex;
}

.category-and-date {
  margin-top: 99px;
  margin-bottom: 15px;
  display: flex;
}

.category, .date, .blog-contant-divider {
  color: var(--background-grey);
  font-style: italic;
}

.blog-title-block {
  color: var(--white);
}

.blog-title {
  font-size: 24px;
}

.blog-readmore-button-box {
  margin-top: 31px;
}

.blog-readmore-button {
  color: var(--background-grey);
  align-items: center;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.85em;
  text-decoration: none;
  display: flex;
}

.author-image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.author-name-block {
  margin-left: 15px;
}

.by-author {
  color: var(--background-grey);
}

.author-title {
  color: var(--white);
}

.blog-overlay {
  z-index: 2;
  background-color: var(--color-black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-all-contant {
  z-index: 3;
  position: relative;
}

.blog-overlay-v2 {
  z-index: 1;
  background-color: #262629b3;
  position: absolute;
  inset: 0%;
}

.blog-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.down-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.read-button-contant {
  z-index: 99;
  color: var(--primary-color);
  display: flex;
  position: relative;
}

.read-button-shape {
  z-index: 1;
  background-color: var(--primary-color);
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.readmore-button {
  background-color: var(--background-secondary);
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 17px 31px;
  text-decoration: none;
  position: relative;
}

.footer-logo.w--current {
  width: 200px;
}

.background-video {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.lowyer-video {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-xxl-2 {
  font-size: 28px;
  line-height: 1.3em;
}

.canvas-content-wrap {
  flex-direction: column;
  align-items: center;
  padding: 84px 55px;
  display: flex;
}

.canvas-close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.color-white-2 {
  color: #fff;
}

.canvas-gallery-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.canvas-social-icon {
  grid-column-gap: 20px;
  display: flex;
}

.canvas-single-social {
  color: #999;
  cursor: pointer;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s;
}

.canvas-single-social:hover {
  color: #e8bf96;
}

.canvas-description {
  color: #999;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 50px;
}

.canvas-follow-title {
  padding-bottom: 23px;
}

.canvas-wrap {
  z-index: 9999;
  background-color: #1c1d20;
  width: 425px;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.gallery-image-link {
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.canvas-gallery {
  padding-bottom: 23px;
}

.canvas-line-style {
  background-color: #333337;
  width: 140px;
  height: 1px;
  margin-bottom: 50px;
}

.lawyer-rich-text-block h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 40px;
}

.lawyer-rich-text-block h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 36px;
}

.lawyer-rich-text-block h3 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 30px;
}

.lawyer-rich-text-block h4 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 26px;
}

.lawyer-rich-text-block h5 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 22px;
}

.lawyer-rich-text-block h6 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
}

.lawyer-rich-text-block a {
  color: var(--background-secondary);
  cursor: pointer;
  text-decoration: none;
}

.lawyer-rich-text-block p {
  color: var(--background-grey);
  margin-bottom: 20px;
}

.lawyer-rich-text-block blockquote {
  border-left: 5px solid var(--background-secondary);
  background-color: var(--dark-light);
  color: var(--background-secondary);
  margin-bottom: 20px;
  padding: 16px 36px;
  font-style: italic;
}

.lawyer-rich-text-block ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.lawyer-rich-text-block li {
  color: var(--background-grey);
  padding-top: 2px;
  padding-bottom: 2px;
}

.lawyer-rich-text-block strong, .lawyer-rich-text-block em {
  color: var(--background-grey);
}

.lawyer-rich-text-block ul {
  color: var(--background-grey);
  margin-bottom: 20px;
  padding-left: 20px;
}

.lawyer-rich-text-block img {
  margin-bottom: 20px;
}

.lawyer-rich-text-block figure {
  margin-bottom: 0;
}

.blog-details-content {
  background-color: var(--white);
  border-bottom: 1px solid #333337;
  padding-bottom: 180px;
}

.single-blog-thumbnail {
  width: 100%;
  height: 550px;
}

.blog-heading {
  padding-bottom: 40px;
}

.blog-heading.color-white.smooth-slide-three {
  padding-bottom: 20px;
}

.blog-details-section {
  border-top: 1px solid #333337;
  padding-top: 80px;
}

.blog-details-section.background-dark {
  background-color: var(--white);
  border-top-style: none;
}

.protected-title-block {
  margin-top: 20px;
}

.protected-title-block.color-white, .field-label.color-grey {
  margin-bottom: 10px;
}

.protected-button {
  border: 1px solid var(--border-color);
  background-color: #0000;
  width: 100%;
  transition: color .3s;
}

.protected-button:hover {
  color: var(--primary-color);
}

.protected-button-block {
  z-index: 2;
  position: relative;
}

.protected-button-hover {
  z-index: -1;
  background-color: var(--background-secondary);
  position: absolute;
  inset: 0%;
}

.back-to-home {
  text-decoration: none;
}

.home-button-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-button-contant {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.85em;
  text-decoration: none;
  display: flex;
}

.home-button-image-icon {
  margin-right: 8px;
  transform: rotate(180deg);
}

.about-background-image {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.page-arrow-icon {
  margin-right: 0;
}

.dropdown-list {
  width: 200px;
  margin-top: 29px;
  padding: 0;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 200px;
  margin-top: 0;
  padding: 29px 0 0;
}

.dropdown-link {
  color: var(--primary-color);
  border-bottom: 1px #33333733;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--background-secondary);
}

.dropdown-link-block {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-paragraph-wrap, .hero-scroll-down {
  overflow: hidden;
}

.header-button-shap {
  z-index: 1;
  background-color: var(--white);
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-button-text {
  z-index: 99;
  color: var(--white);
  display: flex;
  position: relative;
}

.service-content {
  width: 100%;
  max-width: 1000px;
  margin: -100px auto -105px;
  padding-top: 61px;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}

.service-content.background-primary {
  padding-bottom: 61px;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-form-close {
  color: #fff;
  cursor: pointer;
  padding: 7px 15px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .3s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.contact-form-close:hover {
  color: #e8bf96;
}

.input-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #303133;
  border-radius: 5px;
  width: 100%;
  min-height: 58px;
  margin-bottom: 0;
}

.input-field:focus {
  border-color: #3b3c3f;
}

.input-field::placeholder {
  color: #ffffff80;
  font-size: 17px;
}

.single-field {
  grid-column-gap: 80px;
  margin-bottom: 20px;
}

.text-xxl-3 {
  font-size: 28px;
  line-height: 1.3em;
}

.contact-form-wrapper {
  z-index: 101;
  background-color: #1c1d20e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-popup {
  z-index: 999;
  border-radius: 16px;
  width: 90%;
  max-width: 700px;
  position: relative;
}

.form-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form {
  margin-top: 60px;
}

.contact-form-title {
  justify-content: center;
  font-family: Estedad, sans-serif;
  display: flex;
}

.contact-form-button {
  border-radius: 100px;
  position: relative;
}

.contact-message {
  color: #fff;
  background-color: #0000;
  border: 1px solid #303133;
  border-radius: 5px;
  min-height: 200px;
}

.contact-message:focus {
  border: 1px solid #3b3c3f;
}

.contact-message::placeholder {
  color: #ffffff80;
  font-size: 17px;
}

.success-message-2 {
  color: #fff;
  background-color: #1c1d20;
  font-size: 18px;
}

.contact-content {
  background-color: #121212;
  border-radius: 16px;
  padding: 60px;
}

.contact-form-heading {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}

.form-double-input {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.contact-submit {
  background-color: #0000;
  border: 1px solid #303133;
  border-radius: 2px;
  width: 11vw;
  padding: 15px .78vw;
  font-size: 1.2vw;
  transition: border-color .3s, color .3s, background-color .3s;
}

.contact-submit:hover {
  color: #121212;
  background-color: #e8bf96;
  border-color: #e8bf96;
}

.header-area {
  border-bottom: 1px #fff;
}

.scroll-to-top {
  z-index: 99;
  mix-blend-mode: normal;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 30px 50px auto;
}

.scroll-top-wrap {
  background-color: var(--background-secondary);
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.scroll-top-icon {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  line-height: 1.8em;
}

.body {
  background-color: var(--white);
}

.container-v3 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.submit-contant {
  z-index: 2;
  background-color: var(--primary-color);
  align-items: center;
  display: flex;
  position: relative;
}

.faq-form-block {
  background-color: #fff;
  padding: 57px 50px 50px;
}

.faq-form-block.smooth-slide-two {
  box-shadow: 0 2px 5px #465f5b33;
}

.faq-textarea {
  color: #666;
  background-color: #f5f5f5;
  border: 0 #000;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 82px;
  padding-left: 20px;
  font-weight: 500;
}

.faq-textarea::placeholder {
  color: #666;
  font-weight: 500;
}

.form-title-block {
  margin-bottom: 40px;
}

.contact-content-block {
  width: 70%;
  margin-bottom: -320px;
  display: inline-block;
}

.success-message {
  color: #fff;
  background-color: #fff;
  padding: 18px;
}

.submit-button {
  color: #fff;
  background-color: #0000;
  padding: 17px 54px 17px 29px;
  font-weight: 500;
}

.error-message {
  background-color: var(--background-secondary);
  color: #fff;
  margin-top: 20px;
  padding: 12px 20px;
}

.award-wrapper {
  background-image: url('../images/Award.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
}

.award-wrapper.smooth-slide-two {
  background-image: url('../images/Frame-27.png');
  margin-bottom: 120px;
}

.award-wrapper.smooth-slide-two.contact {
  background-image: url('../images/contact.png');
  background-position: 50% 0;
  margin-bottom: 440px;
}

.submit-button-block {
  background-color: #465f5b;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 60px;
  position: relative;
}

.button-icon-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16%;
}

.submit-button-icon {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.button-hover-shape {
  z-index: 1;
  background-color: #999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-hover-shape._2 {
  background-color: var(--background-secondary);
}

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

.faq-text-field {
  color: #666;
  background-color: #f5f5f5;
  border: 0 #000;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.faq-text-field::placeholder {
  color: #666;
  font-weight: 500;
}

.mg-bottom-21px {
  color: #000;
  margin-bottom: 21px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
}

.inner-container.card-contact-links {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container._29px {
  max-width: 29px;
}

.inner-container._258px {
  max-width: 258px;
}

.text-no-wrap {
  white-space: nowrap;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.link {
  color: #000;
  text-decoration: none;
}

.counter-title {
  color: #fff;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5.cover {
  z-index: 2;
  filter: brightness(0%);
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-box {
  background-color: #fff;
  padding: 50px 24px;
}

.contact-wrapper {
  margin-bottom: 120px;
}

.media-contant-block {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #465f5b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1605px;
  padding: 80px 56px;
  display: flex;
}

.media-contant-block.center {
  grid-row-gap: 50px;
  background-color: var(--background-secondary);
  flex-direction: column;
  justify-content: center;
}

.blog-all-wrap {
  padding-top: 130px;
  padding-bottom: 80px;
}

.service-hero-conatant-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1035px;
  display: flex;
}

.contact-title {
  color: #000;
  max-width: 925px;
}

.div-block {
  display: none;
}

.paragraph {
  color: var(--primary-color);
}

.footer-icon.cover {
  z-index: 2;
  filter: brightness(0%);
  object-fit: cover;
  flex: 1;
  width: 40px;
  height: auto;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: inline-flex;
}

.ty-hero-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62%;
  margin-left: 0%;
  display: flex;
}

.about-hero-wrapper {
  padding-top: 100px;
}

.thankyou {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 100px;
  display: flex;
}

.about-hero-description {
  width: 510px;
  margin-top: 34px;
}

.thsnkyou-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Prata, sans-serif;
}

.about-hero-title {
  width: 100%;
}

.text-xxl-4 {
  font-size: 20px;
  line-height: 1.5em;
}

.text-xxl-4.center {
  color: var(--primary-color);
  text-align: center;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }

  .utility-page-wrap {
    background-color: var(--primary-color);
  }

  ._404-title {
    font-size: 200px;
  }

  .nav-left-contant {
    width: 65%;
  }

  .nav-right-contant {
    width: 35%;
  }

  .nav-divider {
    margin-left: 47.5px;
    margin-right: 71.5px;
  }

  .nav-link {
    margin-right: 20px;
  }

  .menu-button-block, .consultation-button {
    margin-left: 40px;
  }

  .contant-namber {
    display: block;
  }

  .hero-right-contant {
    max-width: 335px;
  }

  .counter-wrapper {
    min-height: 600px;
  }

  .service-wrapper {
    padding-top: 260px;
    padding-bottom: 100px;
  }

  .heading-title-block.color-primary.left.margin-add.smooth-slide-two {
    margin-bottom: 20px;
  }

  .service-item-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-item {
    width: 300px;
    height: 315px;
  }

  .about-contant-block {
    grid-column-gap: 200px;
    grid-template-columns: 1fr .75fr;
  }

  .about-contant-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .about-image-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-description.smooth-slide-three {
    margin-top: 20px;
  }

  .readmore-button-block.smooth-slide-four {
    margin-top: 40px;
  }

  .footer-wrapper {
    padding-top: 100px;
  }

  .footer-contant-block {
    margin-bottom: 100px;
  }

  .case-image-block {
    border-radius: 0;
    width: 134px;
    height: 134px;
    margin-right: 80px;
  }

  .case-title-block.color-white {
    color: var(--primary-color);
    margin-right: 130px;
  }

  .case-description.color-grey {
    margin-right: 130px;
  }

  .blog-item {
    width: 400px;
  }

  .blog-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-details-section {
    padding-top: 100px;
  }

  .protected-title {
    font-size: 40px;
  }

  .service-content {
    max-width: 1070px;
  }

  .award-wrapper {
    padding-top: 250px;
  }

  .grid {
    width: 100%;
  }

  .media-contant-block {
    grid-column-gap: 100px;
    padding: 130px 185px 130px 130px;
  }

  .service-hero-conatant-block {
    max-width: 1200px;
  }

  .ty-hero-box {
    width: 52%;
  }

  .about-hero-wrapper {
    padding-top: 120px;
  }

  .thankyou {
    padding-bottom: 120px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 60px;
  }

  .nav-left-contant {
    width: 70%;
  }

  .nav-right-contant {
    width: 30%;
  }

  .nav-link {
    margin-right: 40px;
  }

  .hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-down-button {
    width: 130px;
    height: 130px;
  }

  .counter-wrapper {
    min-height: 600px;
  }

  .service-item-box {
    grid-column-gap: 20px;
  }

  .service-item {
    width: 315px;
    height: 330px;
  }

  .about-contant-block {
    grid-column-gap: 160px;
  }

  .client-logo-item {
    margin-right: 116px;
  }

  .casestudies-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-logo {
    width: 220px;
    height: 71px;
    text-decoration: none;
  }

  .contact-popup {
    max-width: 900px;
  }

  .contact-content-block {
    width: 80%;
  }

  .award-wrapper {
    padding-top: 315px;
    padding-left: 171px;
  }

  .award-wrapper.smooth-slide-two.contact {
    padding-left: 0;
  }

  .media-contant-block {
    grid-column-gap: 160px;
  }

  .blog-all-wrap {
    padding-bottom: 100px;
  }

  .service-hero-conatant-block {
    max-width: 1320px;
  }

  .contact-title {
    max-width: 100%;
  }

  .ty-hero-box {
    width: 67%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 30px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .counter-wrapper {
    min-height: 800px;
  }

  .service-wrapper {
    padding-top: 408px;
    padding-bottom: 130px;
  }

  .service-contant-block {
    margin-top: 65px;
  }

  .service-item-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-wrapper {
    padding-top: 262px;
    padding-bottom: 130px;
  }

  .about-contant-block {
    grid-column-gap: 150px;
  }

  .client-wrap {
    padding-top: 120px;
  }

  .footer-wrapper {
    padding-top: 130px;
  }

  .footer-contant-block {
    grid-template-rows: auto;
    grid-template-columns: 300px 1fr 1fr 260px;
    grid-auto-columns: 1fr;
    margin-bottom: 120px;
  }

  .footer-contant {
    margin-right: 145px;
  }

  .footer-link-item-block {
    margin-right: 144px;
  }

  .casestudies-wrapper {
    padding-top: 108px;
    padding-bottom: 130px;
  }

  .case-image-block {
    margin-right: 80px;
  }

  .case-title-block.color-white, .case-description.color-grey {
    margin-right: 130px;
  }

  .blog-collection-list {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .blog-details-content {
    padding-bottom: 224px;
  }

  .blog-details-section {
    padding-top: 120px;
  }

  .protected-title {
    font-size: 50px;
  }

  .input-field::placeholder {
    color: #999;
  }

  .contact-popup {
    max-width: 1000px;
  }

  .contact-content {
    width: 100%;
    padding: 100px;
  }

  .contact-content-block {
    width: 90%;
  }

  .award-wrapper {
    padding-top: 420px;
    padding-left: 0;
  }

  .media-contant-right {
    justify-content: center;
    display: flex;
  }

  .media-contant-block {
    margin-top: 0;
  }

  .blog-all-wrap {
    padding-bottom: 130px;
  }

  .service-hero-conatant-block, .contact-title {
    max-width: 1300px;
  }

  .ty-hero-box {
    width: 82%;
  }

  .about-hero-wrapper {
    padding-top: 145px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .text-xs {
    font-size: 12px;
  }

  .text-xxl {
    font-size: 18px;
  }

  .text-xl {
    font-size: 16px;
  }

  .text-xl.font-medium {
    font-size: 14px;
  }

  .text-lg, .text-lg.font-medium {
    font-size: 15px;
  }

  .text-sm.font-medium, .text-md {
    font-size: 14px;
  }

  .styleguide-navigation-sidebar {
    width: 100%;
  }

  .style-color-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .styleguide-grid {
    grid-template-columns: .25fr 1fr;
    width: 100%;
  }

  .style-buttons-grid-wrap, .style-links-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .style-top-sidebar-wrapper.margin-0 {
    margin-bottom: 340px;
  }

  .licenses-content-area {
    grid-template-columns: .5fr 2.25fr;
  }

  .heading-lg {
    font-size: 28px;
  }

  .font-medium, .font-semibold, .font-bold {
    font-size: 17px;
  }

  .font90px {
    font-size: 40px;
  }

  .font30px {
    font-size: 24px;
  }

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

  .container-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-left-contant {
    justify-content: space-between;
    width: 100%;
    height: 80px;
  }

  .nav-right-contant {
    display: none;
  }

  .nav-menu {
    background-color: var(--white);
    height: 60vh;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-divider {
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 1.5em;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--background-secondary);
  }

  .consultation-button.menu {
    margin-left: 0;
  }

  .hero-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-contant-block {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .hero-right-contant {
    max-width: 100%;
  }

  .hero-title-block.color-white {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .counter-wrapper {
    min-height: 300px;
  }

  .service-wrapper {
    padding-top: 265px;
    padding-bottom: 70px;
  }

  .service-contant-block {
    margin-top: 30px;
  }

  .heading-title-block.color-primary.left.margin-add {
    margin-bottom: 24px;
  }

  .service-item-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .service-item {
    width: 100%;
  }

  .service-arrow {
    filter: invert();
    width: 8%;
  }

  .about-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-contant-block {
    grid-column-gap: 24px;
  }

  .about-contant-box {
    width: 100%;
  }

  .about-description {
    margin-top: 24px;
  }

  .readmore-button-block {
    margin-top: 40px;
  }

  .about-image-block {
    width: 100%;
    height: auto;
  }

  .client-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .client-logo-item {
    margin-right: 56px;
  }

  .client-logo-item-block {
    justify-content: space-between;
    width: 100%;
  }

  .footer-wrapper {
    padding-top: 70px;
  }

  .footer-contant-block {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 56px;
    display: flex;
  }

  .footer-contant {
    width: 250px;
    margin-right: 0;
  }

  .footer-logo-block {
    width: 150px;
  }

  .footer-description.color-grey {
    margin-top: 30px;
  }

  .footer-link-item-block {
    margin-right: 0;
  }

  .footer-link-title {
    font-size: 18px;
  }

  .footer-link-item {
    margin-top: 40px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-copyright-contant.color-grey {
    max-width: 185px;
  }

  .casestudies-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .casestudies-contant-block {
    margin-top: 10px;
  }

  .casestudies-item {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
  }

  .case-image-block {
    margin-right: 0;
  }

  .case-title-block.color-white {
    max-width: 100%;
    margin-right: 0;
  }

  .case-description.color-grey {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .case-arrow {
    display: none;
  }

  .blog-item {
    width: 100%;
  }

  .blog-readmore-button {
    color: var(--white);
  }

  .blog-arrow {
    filter: brightness(200%);
  }

  .blog-overlay {
    display: none;
  }

  .blog-overlay-v2 {
    display: block;
  }

  .blog-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 100%;
    padding: 14px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--primary-color);
  }

  .blog-details-content {
    padding-bottom: 140px;
  }

  .single-blog-thumbnail {
    height: 400px;
  }

  .blog-details-section.background-dark {
    padding-top: 70px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .hero-scroll-down {
    display: none;
  }

  .service-content.background-primary {
    max-width: 648px;
    margin-top: -100px;
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-xxl-3 {
    font-size: 25px;
  }

  .contact-popup {
    height: 750px;
  }

  .contact-message {
    min-height: 120px;
  }

  .contact-content {
    padding: 60px 40px;
  }

  .contact-submit {
    width: 100px;
    height: 50px;
    font-size: 10px;
  }

  .award-wrapper {
    padding-top: 140px;
  }

  .media-contant-block {
    grid-column-gap: 56px;
    flex-direction: column;
    max-width: 100%;
    padding: 70px 15px;
  }

  .blog-all-wrap {
    padding-top: 80px;
  }

  .service-hero-conatant-block {
    flex-direction: column;
    max-width: 100%;
  }

  .contact-title {
    width: 100%;
    max-width: 100%;
  }

  .div-block {
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .ty-hero-box {
    width: 100%;
    margin-left: 0%;
  }

  .about-hero-wrapper {
    padding-top: 70px;
  }

  .thankyou {
    flex-direction: column-reverse;
    padding-bottom: 56px;
  }

  .about-hero-description.color-white {
    width: 100%;
  }

  .about-hero-title {
    width: 90%;
  }

  .text-xxl-4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .text-xs {
    font-size: 12px;
    line-height: 1.4em;
  }

  .text-xxl {
    font-size: 16px;
  }

  .text-xxl.font30px.color-white.font-semibold {
    font-size: 24px;
  }

  .text-xl {
    font-size: 15px;
  }

  .text-lg, .text-md {
    font-size: 14px;
  }

  .styleguide-sidebar-wrapper {
    overflow: visible;
  }

  .style-contant-sub-heading.style-border, .style-contant-sub-heading.border {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .styleguide-navigation-sidebar {
    z-index: 99;
    max-height: 28vh;
    position: fixed;
  }

  .styleguide-grid {
    display: block;
  }

  .style-buttons-grid-wrap {
    grid-row-gap: 30px;
  }

  .style-dropdown-menu-list {
    background-color: #fff;
  }

  .style-typography-grid-wrap {
    grid-row-gap: 30px;
  }

  .style-bottom-sidebar-wrapper {
    display: none;
  }

  .style-dropdown-menu-toggle {
    background-color: #fff;
  }

  .style-top-sidebar-wrapper {
    margin-bottom: 30px;
  }

  .style-top-sidebar-wrapper.margin-0 {
    margin-bottom: 0;
  }

  .style-contant-wrapper {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .items-text {
    width: 30%;
  }

  .licenses-box-wrap {
    padding-bottom: 250px;
  }

  .left-side-area {
    position: static;
  }

  .unsflash-single-image, .unsflash-img {
    width: 100%;
  }

  .licenses-content-area {
    grid-template-columns: 1fr;
  }

  .unsflash-image-box {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .startup-btn-outline {
    padding: 13px 28px;
    font-size: 14px;
  }

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

  .font-medium, .font-semibold, .font-bold {
    font-size: 16px;
    line-height: 1.4em;
  }

  .font90px {
    font-size: 30px;
    line-height: 1.4em;
  }

  .font30px {
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .home-link {
    margin-top: 24px;
  }

  ._404-description.color-white {
    font-size: 14px;
  }

  .hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-contant-block {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-title-block.color-white {
    max-width: 100%;
  }

  .hero-title {
    line-height: 1.5em;
  }

  .hero-description.color-white {
    text-align: center;
  }

  .hero-down-button {
    width: 80px;
    height: 80px;
  }

  .service-wrapper {
    padding-top: 290px;
    padding-bottom: 60px;
  }

  .service-item-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-item {
    height: 100%;
    padding: 20px 20px 30px;
  }

  .service-icon-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .service-arrow-image {
    display: none;
  }

  .service-title {
    font-size: 20px;
    line-height: 1.3em;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-contant-block {
    grid-template-columns: 1fr;
  }

  .client-wrap {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .client-logo-item {
    margin-right: 30px;
  }

  .client-logo-item-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    padding-top: 70px;
  }

  .footer-contant-block {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-contant {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-description.color-grey {
    margin-top: 16px;
  }

  .casestudies-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .casestudies-item {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: baseline center;
  }

  .case-image-block {
    width: 199px;
    height: 120px;
  }

  .case-title-block.color-white {
    text-align: center;
  }

  .case-title {
    font-size: 20px;
  }

  .case-description.color-grey {
    text-align: center;
    display: block;
  }

  .case-arrow {
    display: none;
  }

  .blog-item-box {
    margin-top: 30px;
  }

  .blog-item {
    height: auto;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .down-shape {
    object-fit: cover;
  }

  .single-blog-thumbnail {
    height: 290px;
  }

  .blog-heading.color-white {
    padding-bottom: 36px;
  }

  .blog-details-section.background-dark {
    padding-top: 56px;
  }

  .hero-title-wrap {
    text-align: center;
  }

  .hero-scroll-down {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-content.background-primary {
    max-width: 500px;
    margin-top: -70px;
  }

  .input-field {
    min-height: 40px;
  }

  .single-field {
    flex-wrap: wrap;
  }

  .contact-form-wrapper {
    z-index: 2147483647;
  }

  .contact-popup {
    min-width: 500px;
    height: 700px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .contact-message {
    min-height: 80px;
  }

  .contact-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-double-input {
    grid-column-gap: 10px;
  }

  .contact-submit {
    height: 53px;
  }

  .faq-form-block.smooth-slide-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-content-block {
    width: 90%;
  }

  .mg-bottom-21px {
    margin-bottom: 18px;
  }

  .grid {
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .inner-container.card-contact-links {
    margin-left: auto;
  }

  .media-contant-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-hero-conatant-block {
    align-items: flex-start;
  }

  .about-hero-wrapper {
    padding-top: 70px;
  }

  .thankyou {
    padding-bottom: 40px;
  }

  .about-hero-title {
    width: 100%;
  }

  .text-xxl-4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .text-xs {
    font-size: 12px;
  }

  .text-xxl.font30px.color-white.font-semibold {
    font-size: 24px;
  }

  .style-container {
    display: block;
  }

  .text-xl {
    font-size: 16px;
  }

  .text-sm {
    font-size: 14px;
  }

  .style-typography-contant-block {
    grid-column-gap: 16px;
    grid-template-columns: 170px 1fr;
  }

  .style-color-grid-wrap {
    grid-template-columns: 1fr;
  }

  .style-buttons-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .style-heading-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-button.style-home {
    margin-top: 20px;
  }

  .style-typography-grid-wrap {
    grid-row-gap: 16px;
  }

  .items-text {
    display: block;
  }

  .items-text.w--current {
    width: 100%;
  }

  .licenses-box-wrap {
    padding-bottom: 300px;
  }

  .left-side-area {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .unsflash-single-image {
    padding-bottom: 0;
  }

  .right-side-area {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .software-button-block {
    margin-top: 30px;
  }

  .licenses-content-area {
    display: block;
  }

  .photography-title {
    font-size: 36px;
  }

  .photography-content-area {
    padding-bottom: 20px;
  }

  .font-medium, .font-semibold, .font-bold, .font90px, .font30px {
    font-size: 16px;
  }

  ._404-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._404-title.color-white.text-medium {
    font-size: 160px;
  }

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

  .brand-logo {
    max-width: 9.3rem;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .container-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    width: 100%;
    height: 58vh;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--background-secondary);
  }

  .hero-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-contant-block {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .hero-right-contant {
    justify-content: center;
    align-items: center;
  }

  .hero-title-block.color-white {
    width: 100%;
    max-width: 100%;
  }

  .counter-wrapper {
    min-height: 200px;
  }

  .service-wrapper {
    padding-top: 485px;
    padding-bottom: 50px;
  }

  .heding-contant-block {
    flex-direction: column;
  }

  .heading-title-block.color-white.left {
    text-align: center;
  }

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

  .service-item-box {
    grid-template-columns: 1fr;
  }

  .service-item {
    height: 100%;
    padding-bottom: 26px;
  }

  .service-item.smooth-slide-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-item.smooth-slide-seven {
    justify-content: center;
    align-items: center;
  }

  .service-icon-box {
    justify-content: center;
    align-items: flex-start;
  }

  .service-title-contant {
    text-align: center;
  }

  .service-icon-block {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .service-arrow-image {
    filter: invert();
    display: none;
  }

  .service-arrow {
    filter: none;
    width: 14%;
  }

  .about-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-contant-block {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .readmore-button-block {
    margin-top: 30px;
  }

  .client-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .client-logo-item {
    text-align: center;
    margin-right: 0;
  }

  .client-logo-item-block {
    grid-column-gap: 48px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-wrapper {
    padding-top: 50px;
  }

  .footer-contant-block {
    grid-row-gap: 16px;
  }

  .footer-link-item-block.margin0 {
    margin-top: 30px;
  }

  .footer-link-title {
    font-size: 16px;
  }

  .footer-link-item {
    margin-top: 16px;
  }

  .footer-line-devider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-copyright-contant.color-grey {
    width: 100%;
    max-width: 100%;
  }

  .casestudies-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .casestudies-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .case-image-block {
    width: 120px;
  }

  .blog-button-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-heding-title {
    color: var(--primary-color);
  }

  .blog-item {
    padding: 30px 15px;
  }

  .lawyer-rich-text-block {
    color: var(--primary-color);
  }

  .lawyer-rich-text-block h2 {
    color: var(--primary-color);
    font-size: 30px;
  }

  .lawyer-rich-text-block blockquote {
    padding-left: 16px;
    padding-right: 0;
  }

  .single-blog-thumbnail {
    height: 150px;
  }

  .blog-details-section.background-dark {
    padding-top: 40px;
  }

  .header-button-text {
    justify-content: center;
    align-items: center;
  }

  .service-content.background-primary {
    background-color: var(--white);
    margin-top: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .input-field {
    min-height: auto;
  }

  .text-xxl-3 {
    font-size: 30px;
  }

  .contact-popup {
    min-width: 350px;
    height: 675px;
  }

  .form-double-input {
    flex-direction: column;
  }

  .scroll-to-top {
    right: 5px;
  }

  .faq-form-block {
    padding: 30px 15px;
  }

  .faq-form-block.smooth-slide-two {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-textarea, .form-title-block {
    margin-bottom: 24px;
  }

  .contact-content-block {
    width: 100%;
  }

  .award-wrapper {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 117px;
  }

  .button-icon-block {
    max-width: 14px;
  }

  .faq-text-field {
    margin-bottom: 10px;
  }

  .grid {
    width: 100%;
  }

  .media-contant-block {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-hero-title {
    width: 100%;
  }
}

#w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-df3bfa47, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-df3bfa47, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-df3bfa47, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-f76a8815, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421b-f76a8815, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-f76a8815, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422c-f76a8815, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-f76a8815, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-caba5472, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-caba5472, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-caba5472, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-69200b32, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-69200b32, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-69200b32, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-4b1baf76, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-4b1baf76, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-4b1baf76, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-7bfdfd8e, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-7bfdfd8e, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-7bfdfd8e, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-44b7d25a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-44b7d25a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-44b7d25a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-2b4bd33a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-2b4bd33a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-2b4bd33a, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66420b-6b54a56d, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66421e-6b54a56d, #w-node-_34e65c20-f396-bde6-dea0-03c1ee66422f-6b54a56d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-de25e955-b070-6a6c-e5fc-e7c12d8df073-a38f4a6b, #w-node-_98f8cbf1-b566-6d35-78c0-8462cdaf6cd8-a38f4a6b, #w-node-ef198262-86e9-ccc1-e372-2055ae9a5f9b-a38f4a6b, #w-node-_29de5d50-cf89-6450-add8-1651ea7c1ef9-a38f4a6b, #w-node-_07d567bc-cf3b-382f-ceeb-522a2cffd11c-a38f4a6b, #w-node-f4fa895a-d0cf-bdb0-81c9-9250cdc3a5b4-a38f4a6b, #w-node-_4dd758da-417f-e90a-ffef-ab4ec1586536-a38f4a6b, #w-node-d60a337c-fbde-b774-9341-47fded7dc938-a38f4a6b {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92a54371-6445-1168-d7b5-647451d3a728-faef739c, #w-node-a6d0ba3b-49eb-25e5-e022-c9e068572adb-faef739c, #w-node-f49842c2-8700-81a9-5187-b5b55e7cf454-faef739c, #w-node-_48ca556c-ba09-2062-d216-c71ff040a0be-faef739c, #w-node-b1d36180-c980-d1de-8935-61e5d75dce34-faef739c, #w-node-_82e2d37a-b968-8728-cf5d-499347807da6-faef739c {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bec101ab-f859-3ee5-e889-f79d4d926af7-a38f4a6b {
    order: -9999;
  }

  #w-node-de25e955-b070-6a6c-e5fc-e7c12d8df073-a38f4a6b {
    align-self: center;
  }

  #w-node-_92a54371-6445-1168-d7b5-647451d3a728-faef739c, #w-node-a6d0ba3b-49eb-25e5-e022-c9e068572adb-faef739c, #w-node-f49842c2-8700-81a9-5187-b5b55e7cf454-faef739c, #w-node-_48ca556c-ba09-2062-d216-c71ff040a0be-faef739c, #w-node-b1d36180-c980-d1de-8935-61e5d75dce34-faef739c, #w-node-_82e2d37a-b968-8728-cf5d-499347807da6-faef739c {
    order: 9999;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraBold.ttf') format('truetype'), url('../fonts/Kanit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid circular b';
  src: url('../fonts/Euclid-Circular-B-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid circular b';
  src: url('../fonts/Euclid-Circular-B-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid circular b';
  src: url('../fonts/Euclid-Circular-B-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid circular b';
  src: url('../fonts/Euclid-Circular-B-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}