@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 {
  --primary-color: white;
  --color-black: #262629;
  --background-bisque: #ddd5be;
  --background-dim-grey: #44454a;
  --border-color: #333337;
  --white: white;
  --primary-heading: black;
  --background-secondary: #465f5b;
  --dark-light: #212125;
  --background-grey: #999;
  --color-dim-grey: #666;
  --color-dark-v1: #212125;
  --color-tan: #d2a97f;
  --color-dark-grey: #aa9e8c;
  --color-line: #3f3a36;
  --color-white-smoke: whitesmoke;
  --gainsboro: #d9d9d9;
  --background-dark-gray: #52526c;
  --background-dim-greyv2: #63637b;
  --background-slate-grey: #3b3b3f;
  --background-grey02: dimgrey;
  --background-dark: #27272b;
  --color-grey-dark: #27292d;
  --color-dim-grey-2: #636376;
  --color-dark-v2: #232327;
  --white-smoke: #f3f3f3;
  --white-smoke-v2: #f9f9f9;
  --white-smoke-v3: #efefef;
  --color-lavender: #c9c6de;
  --color-slate-grey: #39393d;
  --color-lavender-2: #c7c7d7;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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(--primary-color);
  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;
}

.text-xxl.font24 {
  font-size: 24px;
  line-height: 1.4em;
}

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

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

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

.text-xl.icon, .text-xl.cream {
  color: var(--background-bisque);
}

.text-lg {
  color: var(--background-dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.62em;
}

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

.text-lg.font-medium.capitalize {
  text-transform: uppercase;
}

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

.text-lg.cream, .text-lg.creamy {
  color: var(--background-bisque);
}

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

.text-lg.creamy.capitalize {
  text-transform: uppercase;
}

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

.style-color-block {
  -webkit-text-stroke-color: var(--primary-color);
  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(--primary-heading);
  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(--primary-heading);
  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: #000;
  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-heading);
}

.style-btn-class-name {
  color: var(--primary-heading);
  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;
}

.changelog-content-wrap {
  background-color: var(--white);
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.changelog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-bottom: 1px solid #9ba7bc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: grid;
}

.template-version {
  color: #070527;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 0 9px #00000024;
}

.template-release {
  color: #070527;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 35px;
  line-height: 1em;
}

.short-description {
  color: #070527;
  font-size: 16px;
}

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

.left-side-area.disclaimer, .left-side-area.dc {
  margin-top: 250px;
}

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

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

.photography-description {
  color: var(--background-bisque);
  font-size: 18px;
  line-height: 1.5em;
}

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

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

.right-side-area.dc {
  margin-top: 175px;
}

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

.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-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(--primary-heading);
}

.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(--primary-heading);
  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;
  width: 100%;
  height: 100%;
  margin-left: -5px;
}

.image-cover.bright {
  filter: brightness(500%);
  margin-left: 0;
}

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

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

.preloder-contant-block {
  justify-content: center;
  align-items: center;
}

.preloder-image {
  border: 1px solid var(--color-dim-grey);
  padding: 10px;
}

.lottie-animation-3 {
  width: 500px;
  height: 500px;
  position: absolute;
}

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

.preloder-light {
  z-index: 2147483647;
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

._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(--primary-color);
  position: sticky;
  top: 0;
}

.navbar {
  border-bottom: 1px solid var(--border-color);
  background-color: #0000;
  display: flex;
}

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

.nav-left-contant {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.consultation-button {
  background-color: var(--background-secondary);
  color: var(--primary-color);
  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(--primary-heading);
  width: 40px;
  height: 1px;
}

.nav-icon-divider {
  color: var(--color-dark-v1);
  -webkit-text-stroke-color: var(--primary-heading);
  border-bottom: 1px #000;
  height: 11px;
}

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

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

.hero-wrapper {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

.title-image-block {
  border-radius: 87px;
  width: 100px;
  height: 60px;
  position: absolute;
  bottom: 5%;
  left: 52%;
  overflow: hidden;
}

.hero-image-block {
  border-radius: 0;
  width: 280px;
  height: 180px;
  overflow: hidden;
}

.hero-counter-block {
  align-items: center;
  display: flex;
}

.counter-namber-block {
  align-items: flex-end;
  width: auto;
  height: 60px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.counter-namber-block.margin0 {
  margin-right: 0;
}

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

.counter-namber {
  font-family: Prata, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.13em;
}

.counter-namber.v2 {
  color: var(--background-bisque);
  font-size: 50px;
  line-height: 1.12em;
}

.counter-namber-box {
  flex-direction: column;
  align-items: flex-end;
}

.counter-namber-box.color-primary {
  color: var(--primary-color);
}

.hero-text-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.hero-down-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 2px;
  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;
}

.counter-contant-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-secondary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  margin-bottom: -245px;
  padding: 35px 75px;
  display: flex;
  position: relative;
}

.counter-contant-block.smooth-slide-one {
  grid-row-gap: 30px;
}

.counter-title-block {
  width: 100%;
  max-width: 467px;
}

.counter-title-block.color-primary {
  z-index: 2;
  color: var(--primary-color);
  max-width: 100%;
  position: relative;
}

.counter-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.counter-box.tyy {
  grid-column-gap: 40px;
  justify-content: flex-start;
}

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

.counter-title.cream {
  color: var(--background-bisque);
}

.counter-block {
  flex-direction: column;
  display: flex;
}

.counter-divider {
  background-color: var(--background-bisque);
  width: 1px;
  height: 150px;
  margin-left: 50px;
  margin-right: 50px;
}

.counter-line-shape {
  z-index: -1;
  background-color: var(--color-tan);
  width: 100%;
  max-width: 262px;
  height: 10px;
  position: absolute;
  bottom: 61%;
  left: 30%;
}

.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.center, .container.contact-us, .container.ty {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.faq {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.service-contant-block.margin0 {
  margin-top: 0;
}

.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.left {
  text-align: left;
}

.heading-title-block.color-white.left.max-width {
  width: 100%;
  max-width: 880px;
  margin-bottom: 42px;
}

.heading-title-block.color-white.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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.black {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.heading-title-block.black.left {
  text-align: left;
}

.heading-title-block.black.left.max-width {
  width: 100%;
  max-width: 880px;
  margin-bottom: 42px;
}

.heading-title-block.black.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-title._57 {
  width: 57%;
}

.heading-title._57.left {
  text-align: left;
}

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

.service-item {
  background-color: var(--background-secondary);
  cursor: auto;
  width: auto;
  height: 240px;
  padding: 26px 26px 44px;
  text-decoration: none;
}

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

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

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

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

.service-category-title {
  margin-bottom: 15px;
}

.service-title {
  color: var(--primary-color);
  font-size: 20px;
}

.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: 140px;
  padding-bottom: 120px;
  position: static;
}

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

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

.about-subtitle-block {
  border-left: 2px solid var(--background-secondary);
  align-items: center;
  width: 100%;
  max-width: 341px;
  height: 90px;
  padding-left: 30px;
  display: flex;
}

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

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

.about-line-shape {
  z-index: -1;
  background-color: var(--background-secondary);
  width: 100%;
  max-width: 150px;
  height: 15px;
  position: absolute;
  bottom: 41.1%;
}

.about-image-block {
  z-index: 1;
  background-color: var(--color-dark-grey);
  border-top-left-radius: 260px;
  border-top-right-radius: 260px;
  width: 465px;
  height: 670px;
  position: relative;
}

.about-shape {
  position: absolute;
  top: -19%;
  left: -12%;
}

.name-title {
  z-index: 2;
  color: var(--background-secondary);
  font-family: Prata, sans-serif;
  font-size: 220px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  bottom: -13%;
  left: -19%;
}

.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 {
  margin-bottom: 440px;
}

.award-contant-box {
  background-color: var(--background-secondary);
  align-items: center;
  margin-left: 100px;
  padding: 45px 50px;
  display: flex;
}

.award-image-block {
  width: 190px;
  height: 140px;
}

.award-divider-line {
  background-color: var(--border-color);
  width: 1px;
  height: 130px;
  margin-left: 50px;
  margin-right: 50px;
}

.award-contant-block {
  display: inline-block;
}

.award-contant {
  width: 180px;
}

.award-contant.color-primary {
  color: var(--primary-color);
  width: 540px;
}

.award-company {
  color: var(--primary-color);
  font-weight: 500;
}

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

.testimonial-image-block {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.designation {
  text-align: center;
}

.testimonial-slider {
  background-color: #0000;
  border: 1px #000;
  max-width: 700px;
  height: 363px;
  margin-left: auto;
  margin-right: auto;
}

.arow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.testimonial-designation-title {
  text-align: center;
  margin-bottom: 5px;
}

.testimonial-comment {
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin: 38px auto 51px;
}

.left-arrow {
  border: 1px solid #44454a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.left-arrow.color-grey {
  transition: all .3s;
  left: -21.5%;
}

.left-arrow.color-grey:hover {
  color: #1c1d20;
  background-color: #e8bf96;
}

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

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

.testimonial-info-block {
  align-items: center;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.testimonial-slide {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  border: 1px solid #44454a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.right-arrow.color-grey {
  transition: all .3s;
  right: -21.5%;
}

.right-arrow.color-grey:hover {
  color: #1c1d20;
  background-color: #e8bf96;
}

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

.testimonial-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
}

.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;
  display: flex;
}

.lowcost-contant-block {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--background-bisque);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  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-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

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

.footer-link-title {
  color: var(--background-bisque);
  font-size: 20px;
  line-height: 1.59em;
}

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

.footer-link-item {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

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

.footer-link:hover {
  opacity: 1;
  color: var(--background-bisque);
}

.footer-link-item-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.social-link-block {
  padding-top: 5px;
}

.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: 250px;
  height: 150px;
  margin-right: 24px;
  overflow: hidden;
}

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

.case-title-block.color-white {
  margin-right: 56px;
}

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

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

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

.team-wrapper {
  background-color: var(--dark-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

.description-block {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.team-description {
  width: 100%;
  max-width: 410px;
}

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

.team-item-block {
  margin-top: 63px;
}

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

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

.blog-hedng-title-block {
  width: 100%;
  max-width: 365px;
}

.blog-heding-description {
  width: 100%;
  max-width: 300px;
}

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

.blog-heding-title.font60px {
  font-size: 60px;
}

.blog-heding-title.white {
  color: var(--background-bisque);
}

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

.blog-item-box.resource {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.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: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.faq-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faqs-contant-block {
  z-index: 2;
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.faq-form-block {
  background-color: var(--white);
  padding: 57px 50px 50px;
}

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

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

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

.success-message {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 18px;
}

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

.submit-button-block {
  background-color: var(--background-secondary);
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 60px;
  position: relative;
}

.faq-text-field {
  background-color: var(--color-white-smoke);
  color: var(--color-dim-grey);
  border: 0 #000;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.faq-text-field::placeholder {
  color: var(--color-dim-grey);
  font-weight: 500;
}

.faq-textarea {
  background-color: var(--color-white-smoke);
  color: var(--color-dim-grey);
  border: 0 #000;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 82px;
  padding-left: 20px;
  font-weight: 500;
}

.faq-textarea::placeholder {
  color: var(--color-dim-grey);
  font-weight: 500;
}

.faq-subject-box {
  background-color: var(--color-white-smoke);
  padding-right: 17px;
}

.faq-subject-field {
  background-color: var(--color-white-smoke);
  color: var(--color-dim-grey);
  border: 0 #000;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.faq-subject-field::placeholder {
  color: var(--color-dim-grey);
  font-weight: 500;
}

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

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

.submit-button-icon {
  color: var(--background-bisque);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.faqs-hedng-title-block {
  margin-bottom: 54px;
}

.faqs-item-block.faq {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.faq-item {
  overflow: hidden;
}

.faq-quition-block {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-contant-gap {
  width: 100%;
  height: 25px;
}

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

.faq-quition-title {
  color: var(--primary-heading);
}

.faq-plus-icon-block {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 15px;
  display: flex;
  position: relative;
}

.faq-plus-icon-v1 {
  background-color: var(--primary-heading);
  width: 14px;
  height: 2px;
  position: absolute;
}

.faq-plus-icon-v2 {
  background-color: var(--primary-heading);
  width: 2px;
  height: 14px;
  position: absolute;
}

.faq-right-image {
  z-index: -1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-image {
  width: 70%;
  height: 100%;
}

.media-contant-block {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: var(--background-secondary);
  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;
  flex-direction: column;
  justify-content: center;
}

.media-contant {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.media-video-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-hedng-title-block {
  width: 100%;
  max-width: 365px;
}

.media-hedng-title-block.color-primary.smooth-slide-two {
  max-width: 400px;
}

.media-description {
  margin-top: 22px;
  margin-bottom: 42px;
}

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

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

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

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

.counter-plus-box {
  flex-direction: column;
  align-items: flex-end;
}

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

.read-button-shape {
  z-index: 1;
  background-color: var(--background-bisque);
  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;
}

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

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

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

.media-video-icon-block {
  border: 1.5px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 159px;
  display: flex;
  position: absolute;
}

.play-button {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  display: flex;
  position: relative;
}

.play-button-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
}

.play-button-image:hover {
  transform: scale(1.1);
}

.blink-efect {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 95px;
  height: 95px;
  position: absolute;
}

.background-video {
  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;
}

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

.about-top-contant {
  align-items: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.about-name-title-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 28%;
  margin-bottom: 50px;
  display: flex;
}

.about-hero-title-box {
  width: 60%;
  margin-left: 6%;
}

.about-name-title {
  color: var(--background-secondary);
  margin-left: 65px;
  padding-top: 40px;
}

.about-hero-video-block {
  margin-bottom: 66px;
}

.about-video-box {
  width: 100%;
  height: 100%;
  min-height: 644px;
  position: relative;
}

.about-video-overlay {
  position: absolute;
  inset: -1% 0% 0%;
}

.about-video {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 640px;
}

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

.about-hero-heading {
  color: var(--primary-heading);
  text-transform: uppercase;
  font-family: Prata, sans-serif;
}

.about-hero-heading.font90 {
  font-size: 60px;
  font-weight: 600;
}

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

.about-video-shape {
  position: absolute;
  top: 18%;
  right: -2%;
}

.about-hero-buttom-contant {
  justify-content: space-between;
  display: flex;
}

.about-title-v1-block {
  width: 229px;
}

.about-title-v1-block.smooth-slide-two {
  width: 280px;
}

.about-title-v1 {
  color: var(--primary-heading);
  text-transform: uppercase;
  font-family: Estedad, sans-serif;
  font-weight: 600;
}

.about-shape02 {
  margin-bottom: 10px;
}

.about-descripton-box {
  width: 631px;
  padding-top: 45px;
}

.about-contant-divider {
  background-color: var(--border-color);
  width: 100%;
  height: 1px;
  margin-top: 43px;
  margin-bottom: 50px;
}

.about-counter-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-counter-namber-block {
  align-items: flex-end;
  width: auto;
  height: 60px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.about-counter-namber-block.margin0 {
  margin-right: 0;
}

.about-counter-namber {
  font-family: Prata, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.13em;
}

.about-counter-namber.v3 {
  color: var(--primary-heading);
  font-family: Estedad, sans-serif;
  font-size: 60px;
  line-height: 1.12em;
}

.about-counter-namber-box {
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-end;
}

.about-counter-contant {
  text-transform: uppercase;
}

.section-divider-block {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-divider01 {
  background-color: var(--border-color);
  width: 150px;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.marque-wrapper {
  padding-bottom: 100px;
  overflow: hidden;
}

.marque-text-block {
  width: 500%;
  overflow: hidden;
}

.marque-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Estedad, sans-serif;
  font-size: 180px;
  font-weight: 600;
  line-height: 1.03em;
}

.marque-contant-block {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 410px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.about-skill-image {
  width: 410px;
  height: 100%;
  min-height: 600px;
}

.item-title-block {
  color: var(--white);
  margin-bottom: 57px;
  font-family: Estedad, sans-serif;
  font-weight: 600;
}

.year-contant-item {
  margin-bottom: 37px;
}

.year-contant-item.margin-0 {
  margin-bottom: 0;
}

.year-date-block {
  align-items: center;
  display: flex;
}

.calender-icon-block {
  margin-right: 10px;
}

.calender-icon {
  color: var(--background-grey);
  font-family: "Fa 400", sans-serif;
}

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

.skill-title-block {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 3px;
}

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

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

.skill-contant-block {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.skill-image-block.smooth-slide-one {
  display: block;
}

.skill-image-block.smooth-slide-one.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-md-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.66em;
}

.main-progress-bar-4 {
  border-radius: 100px;
  width: 70%;
  height: 2px;
  position: absolute;
}

.main-progress-bar-2 {
  border-radius: 100px;
  width: 85%;
  height: 2px;
  position: absolute;
}

.skil-item-title {
  margin-right: 62%;
}

.skil-item-title.color-white._2 {
  margin-right: 67%;
}

.skil-item-title.color-white._3 {
  margin-right: 31%;
}

.skil-item-title.color-white._4 {
  margin-right: 50%;
}

.skill-item {
  margin-bottom: 40px;
}

.skill-item.margin0 {
  margin-bottom: 0;
}

.skill-item-title-block {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  display: flex;
}

.main-progress-bar-3 {
  border-radius: 100px;
  width: 45%;
  height: 2px;
  position: absolute;
}

.main-progress-bar {
  border-radius: 100px;
  width: 75%;
  height: 2px;
  position: absolute;
}

.progress-bar-block {
  border-radius: 100px;
  width: 100%;
  height: 2px;
  position: relative;
}

.skill-item-block {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 53px;
  display: grid;
}

.section-heding-title {
  text-transform: uppercase;
}

.section-heding-title.font-semibold.font40px {
  font-family: Estedad, sans-serif;
  font-weight: 600;
}

.section-heding-block.color-white.max-width {
  width: 100%;
  max-width: 960px;
}

.section-title {
  margin-bottom: 15px;
}

.section-title-text {
  text-transform: uppercase;
  font-size: 16px;
}

.section-title-text.font-medium {
  font-family: Euclid circular b, sans-serif;
}

.section-description.color-grey {
  margin-top: 28px;
}

.skill-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.66em;
}

.skill-title.font-medium.capitilize {
  text-transform: uppercase;
}

.about-award {
  background-color: var(--dark-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.achievement-title-block {
  align-items: center;
  width: 100%;
  max-width: 277px;
  height: 100%;
  display: flex;
}

.achievement-line {
  background-color: var(--white);
  width: 100%;
  max-width: 150px;
  height: 1px;
}

.achievement-title {
  margin-left: 20px;
  margin-right: 23px;
}

.achievement-block {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.award-item-block {
  border-top: 1px solid var(--border-color);
}

.award-item {
  border-bottom: 1px solid var(--border-color);
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.award-count-text.color-grey {
  margin-right: 200px;
}

.award-left-contant {
  align-items: center;
  width: 70%;
  display: flex;
}

.award-right-contant {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  display: flex;
}

.service-hero-wrap {
  padding-top: 130px;
  padding-bottom: 30px;
}

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

.service-item-block {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: none;
}

.service-item-v2 {
  cursor: pointer;
  background-color: #262629;
  width: 100%;
  max-width: 315px;
  padding: 40px 24px;
  text-decoration: none;
  transition: all .3s;
}

.service-item-v2:hover {
  background-color: #1c1d20;
  box-shadow: 0 0 40px -26px #99999980;
}

.service-icon-block-v2 {
  width: 90px;
  height: 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-title-v2 {
  text-transform: uppercase;
  font-family: Estedad, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.service-hero-title {
  color: var(--primary-heading);
  max-width: 700px;
}

.service-hero-heading.font90 {
  text-transform: uppercase;
  font-family: Estedad, sans-serif;
  font-size: 90px;
  font-weight: 600;
}

.service-hero-description {
  width: 100%;
  max-width: 265px;
}

.service-hero-description.color-grey.smooth-slide-four {
  max-width: 330px;
}

.service-arrow-shape {
  text-align: right;
  padding-right: 13%;
}

.service-image-block {
  margin-top: 123px;
}

.service-image-block.smooth-slide-five {
  max-height: 800px;
}

.service-description-v2 {
  color: var(--primary-heading);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-divider {
  background-color: var(--white);
  width: 1px;
  height: 130px;
  margin-top: 65px;
}

.service-divider.smooth-slide-three {
  background-color: var(--primary-heading);
}

.counter-namber-box-v2 {
  flex-direction: column;
  align-items: flex-end;
}

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

.blog-all-wrap.resources {
  background-color: var(--background-secondary);
  padding-top: 130px;
  padding-bottom: 130px;
}

.blog-pagination {
  justify-content: flex-start;
  margin-top: 56px;
  display: inline-block;
}

.previous {
  z-index: 2;
  border: 1px solid var(--border-color);
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  transition: color .4s;
  position: relative;
}

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

.next {
  z-index: 2;
  border: 1px solid var(--border-color);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  transition: color .4s;
  position: relative;
}

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

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

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

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

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

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

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

.lawyer-rich-text-block h6 {
  color: var(--primary-heading);
  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(--white);
  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(--primary-heading);
  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 {
  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: #1c1d20;
  border-bottom: 1px solid #333337;
  padding-bottom: 180px;
}

.meta-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-meta-title {
  text-decoration: none;
}

.blog-meta-title.color-white.hover {
  transition: color .3s;
}

.blog-meta-title.color-white.hover:hover {
  color: var(--background-secondary);
}

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

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

.single-blog-meta {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 74px;
  display: flex;
}

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

.blog-tag {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.blog-meta-divider {
  background-color: #333337;
  width: 1px;
  height: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.blog-content.background-primary {
  padding-left: 60px;
  padding-right: 60px;
}

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

.project-pagination {
  justify-content: flex-start;
  margin-top: 56px;
  display: inline-block;
}

.portfolio-details-content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-details-wrap {
  background-image: url('../images/Body-Lines.png');
  background-position: 50%;
  background-size: auto;
  border-top: 1px solid #333337;
}

.gallery-image-block {
  width: 410px;
  height: 350px;
}

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

.portfolio-big-thumbnail {
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 61px;
}

.portfolio-richtext {
  color: #999;
  margin-top: 56px;
}

.portfolio-details {
  border-bottom: 1px solid var(--border-color);
  padding-top: 100px;
  padding-bottom: 80px;
}

.portfolio-details-title {
  font-size: 60px;
}

.portfolio-main-title {
  max-width: 555px;
  padding-bottom: 35px;
  font-family: Estedad, sans-serif;
}

.portfolio-main-title.color-white {
  width: 100%;
  max-width: 100%;
}

.portfolio-meta-box {
  border-top: 1px solid #333337;
  border-bottom: 1px solid #333337;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.tags-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.categories-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.lawyer-tag-block {
  z-index: 2;
  border: 1px solid var(--border-color);
  cursor: pointer;
  padding: 10px 16px;
  text-decoration: none;
  position: relative;
}

.lawyer-tag-title {
  color: var(--white);
  transition: color .3s;
}

.lawyer-tag-title:hover {
  color: var(--primary-color);
}

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

.team-details-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.counter-arrow-shape {
  line-height: 1em;
  position: absolute;
  top: 20px;
  left: 20px;
}

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

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

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

.counter-namber-box-v3 {
  flex-direction: column;
  align-items: flex-end;
}

.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-image-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

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

.media-image-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.media-left-image {
  max-width: 350px;
  max-height: 230px;
  overflow: hidden;
}

.left-image {
  object-fit: cover;
  width: 100%;
}

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

.right-image {
  width: 100%;
}

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

.header-button-shap:hover {
  background-color: var(--background-bisque);
}

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

.team-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-image-block {
  mix-blend-mode: luminosity;
  background-color: #c7c7d7;
  width: 220px;
  height: 300px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.team-image-block:hover {
  mix-blend-mode: normal;
}

.team-title-link2 {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

.team-title-link2.left {
  text-align: left;
}

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

.team-title-block {
  text-align: center;
  flex-direction: column;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.team-contant {
  width: 200px;
}

.team-contant.details {
  width: 100%;
}

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

.team-designation.color-grey {
  margin-top: 6px;
}

.team-designation.color-grey.left {
  text-align: left;
}

.team-item {
  cursor: pointer;
}

.team-title-link {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

.team-title-link.left {
  text-align: left;
}

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

.team-close-icon-block {
  cursor: pointer;
  border: 1px solid #696969;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 4%;
  right: 3%;
}

.team-close-icon-block:hover {
  border-color: #fff;
}

.close-icon-line2 {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.team-details-contant {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-details-contant-block {
  background-color: #1c1d20;
  border: 1px solid #333337;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.team-descripton-2.color-grey {
  margin-top: 10px;
  margin-bottom: 20px;
}

.close-icon-line1 {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.team-details-box {
  z-index: 2147483647;
  background-color: #212125;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.team-contant-box {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 36px;
}

.team-details-image {
  background-color: #c9c6de;
  width: 350px;
  height: 100%;
  min-height: 500px;
}

.blog-hero-area {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1035px;
  padding-bottom: 60px;
  display: flex;
}

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

.scroll-to-top {
  z-index: 99;
  mix-blend-mode: multiply;
  border-radius: 0;
  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: 0;
  width: 50px;
  height: 50px;
}

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

.team-details-content {
  z-index: 2147483647;
  background-color: #212125;
  justify-content: center;
  align-items: center;
}

.team-details-contant-wrap {
  background-color: #1c1d20;
  border: 1px solid #333337;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.team-member-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #c9c6de;
  background-image: url('../images/Rectangle-1034-1.png');
  background-position: 50%;
  background-size: cover;
  width: 93%;
  min-height: 770px;
}

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

.disclaimer {
  background-color: var(--white);
  padding-bottom: 250px;
}

.image {
  max-width: 90%;
}

.image-2 {
  filter: contrast(0%);
}

.image-3, .image-4 {
  max-width: 85%;
}

.counterup {
  color: var(--primary-heading);
  font-family: Estedad, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.12em;
}

.counterup.v3 {
  color: var(--primary-heading);
  font-family: Estedad, sans-serif;
  font-size: 60px;
  line-height: 1.12em;
}

.counterup.cream {
  color: var(--background-bisque);
}

.contact-title {
  color: var(--primary-heading);
  max-width: 925px;
}

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

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

.contact-box {
  background-color: var(--primary-color);
  padding: 50px 24px;
}

.text-link {
  color: #3120b6;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #5c49f0;
}

.text-link.white {
  color: #fff;
}

.text-link.white:hover {
  color: #5c49f0;
}

.text-link.white.text-decoration-none:hover {
  color: #fff;
}

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

.display-4 {
  color: #3120b6;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.158em;
}

.display-4.color-neutral-100 {
  color: #fff;
}

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

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

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

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

.mg-bottom-21px {
  color: var(--primary-heading);
  margin-bottom: 21px;
}

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

.color-neutral-300 {
  color: #e8ebef;
}

.color-neutral-300.mg-bottom-28px.keep {
  color: #fff;
}

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

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

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

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

.address {
  opacity: .8;
  color: var(--background-bisque);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.address:hover {
  opacity: 1;
  color: var(--background-bisque);
}

.title {
  opacity: 1;
  color: var(--background-bisque);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.title:hover {
  opacity: 1;
  color: var(--background-bisque);
}

.div-block {
  grid-column-gap: 20px;
  display: flex;
}

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

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

.thsnkyou-heading {
  color: var(--primary-heading);
  text-align: center;
  text-transform: uppercase;
  font-family: Prata, sans-serif;
}

.thsnkyou-heading.font90 {
  font-size: 60px;
  font-weight: 600;
}

.thankyou-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-secondary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  margin-bottom: -245px;
  padding: 35px 75px;
  display: flex;
  position: relative;
}

.thankyou-page-content.smooth-slide-one {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding: 60px 30px;
}

.ty-content-wrapper {
  margin-bottom: 100px;
  padding-top: 0;
}

.image-6 {
  max-width: 30%;
}

.div-block-2 {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.ty-counter-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.plus {
  color: var(--primary-heading);
  font-family: Estedad, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.12em;
}

.plus.v3 {
  color: var(--primary-heading);
  font-family: Estedad, sans-serif;
  font-size: 60px;
  line-height: 1.12em;
}

.plus.cream {
  color: var(--background-bisque);
}

.image-7 {
  filter: contrast(200%);
}

.text-span {
  font-family: "Fa solid 900", sans-serif;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.resource-download {
  background-color: var(--white);
  border: 1px #465f5b1a;
  align-items: flex-end;
  width: 33.33%;
  height: 230px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #465f5b33;
}

.resource-download._2 {
  height: 230px;
}

.resource-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading {
  color: var(--background-secondary);
  text-transform: none;
}

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

.resource-absolute {
  background-color: var(--background-bisque);
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph {
  color: var(--background-secondary);
  margin-bottom: 0;
  font-size: 14px;
}

.icons {
  cursor: pointer;
  max-width: 77%;
}

.div-block-3 {
  display: flex;
}

.apply {
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 1px #465f5b1a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 450px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #465f5b33;
}

.apply._2 {
  background-image: url('../images/Frame-49.png');
}

.heading-apply {
  color: var(--background-secondary);
  text-transform: none;
  font-family: Prata, sans-serif;
  font-weight: 400;
}

.divider-job {
  background-color: var(--border-color);
  width: 180px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  font-size: 14px;
}

.small {
  color: var(--background-secondary);
  font-size: 14px;
}

.div-block-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  width: 80%;
  display: flex;
}

.job-apply-btn {
  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: 10px 31px;
  text-decoration: none;
  position: relative;
}

.process-wrapper {
  justify-content: flex-start;
  padding-bottom: 100px;
}

.process-tabs {
  margin-top: 30px;
}

.tab-link {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.tab-divider {
  background-color: var(--dark-light);
  opacity: 0;
  width: 80%;
  height: .7px;
  margin-top: 5px;
  padding-top: 0;
}

.tabs-menu {
  justify-content: flex-start;
  display: flex;
}

.tab-pane {
  padding-top: 0;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-right {
  width: 50px;
  height: 50px;
  display: none;
  inset: auto 0% 115px auto;
}

.carousel-slider {
  position: relative;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: auto;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-mask {
  width: 33.33%;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.slide-nav-2 {
  display: none;
}

.icon-2 {
  display: block;
}

.text-block {
  font-size: 18px;
  font-weight: 500;
}

.process-boxes {
  background-color: var(--background-secondary);
  cursor: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 229px;
  height: 240px;
  padding: 26px 20px 30px;
  text-decoration: none;
  display: flex;
}

.icon-3 {
  display: none;
}

.process-icon-block {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.icon-4 {
  color: var(--color-dim-grey);
  display: none;
}

.scrolling-list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.process-card {
  z-index: 5;
  color: #f5f5f5;
  background-color: #2b2b2b;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 240px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.process-card.white {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.heading-2 {
  color: #d4d4d4;
  font-size: 17px;
}

.process-title {
  color: var(--background-bisque);
  font-size: 22px;
}

.process-icon-box {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.process-image {
  filter: brightness();
  width: 25px;
  height: 25px;
}

.process-title-contant {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.perfect-service {
  grid-column-gap: 50px;
  background-color: var(--white);
  align-items: center;
  width: 90%;
  margin-top: -150px;
  padding: 75px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-service {
  width: 48%;
  font-size: 34px;
}

.div-block-6 {
  width: 50%;
}

.select-field {
  color: var(--background-secondary);
  height: 50px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.service-submit {
  width: 250px;
}

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

.submit-button-block-2.space {
  margin-top: 40px;
}

.submit-contant-2 {
  z-index: 2;
  background-color: #465f5b;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.button-hover-shape-2._2 {
  background-color: #ddd5be;
}

.dispute-input {
  color: var(--background-secondary);
  background-color: #f3f3f3;
  height: 50px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight: 500;
}

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

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

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  z-index: 10;
  max-width: 310px;
  position: fixed;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.popup {
  z-index: 100;
  opacity: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  width: 60%;
}

.border {
  background-color: var(--background-secondary);
  justify-content: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.paragraph-3 {
  color: var(--background-bisque);
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  line-height: 1em;
}

.modal-content {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

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

.paragraph-4 {
  width: 90%;
}

.terms {
  color: var(--background-bisque);
  text-decoration: none;
}

.panel-mask {
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.test-slide {
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  width: auto;
  margin-left: 0;
  margin-right: 30px;
}

.inner-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading-3.big-heading {
  font-size: 37px;
}

.heading-3.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.arrow {
  background-color: var(--gainsboro);
  color: #5e5e5e;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  inset: -40% 6% auto auto;
}

.arrow.right-arrow {
  border: 0px none var(--background-secondary);
  background-color: var(--background-secondary);
  color: #fff;
  border-radius: 0;
  width: 40px;
  height: 40px;
  top: -40%;
  bottom: auto;
  right: 1%;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.text-container.left-container {
  z-index: 10;
  inset: 29% auto auto 2%;
}

.text-container.right-container {
  z-index: 10;
  inset: 27% 3% auto auto;
}

.erased-edge {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00, #ececee 66%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.mask {
  width: 300px;
  overflow: visible;
}

.box-shadow {
  z-index: -1;
  filter: blur(60px);
  background-color: #000000c7;
  width: 77%;
  height: 240px;
  position: absolute;
  bottom: 0;
}

.process {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 0%;
  display: flex;
}

.process.tablet, .process.phone {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--dark-light);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--background-secondary);
  background-color: var(--background-secondary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--background-secondary);
  color: var(--background-secondary);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  color: var(--background-secondary);
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: var(--background-secondary);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--background-secondary);
  color: var(--background-secondary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--background-secondary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--dark-light);
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--background-secondary);
  background-color: var(--background-secondary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--background-secondary);
  color: var(--background-secondary);
  -webkit-text-stroke-color: var(--background-secondary);
  background-color: #f5f5f5;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.quick-stack {
  grid-column-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.process-box {
  background-color: var(--background-secondary);
  cursor: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding: 26px 15px 30px;
  text-decoration: none;
  display: flex;
}

.practce-areas {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.practice-box {
  background-color: var(--background-secondary);
  cursor: auto;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 200px;
  padding: 26px;
  text-decoration: none;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--background-secondary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.image-8 {
  position: relative;
  top: -65px;
}

.practice-icon {
  filter: brightness();
  width: 70px;
  height: 70px;
}

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

.div-block-8 {
  width: 100%;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

@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: 94.5px;
  }

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

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

  .contant-namber {
    display: block;
  }

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

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

  .title-image-block {
    bottom: 1%;
  }

  .hero-image-block {
    width: 300px;
    height: 200px;
  }

  .counter-namber-block {
    height: 60px;
    margin-right: 0;
  }

  .counter-namber, .counter-namber.v2 {
    font-size: 50px;
  }

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

  .counter-contant-block {
    flex-direction: row;
    align-items: center;
    max-width: 1250px;
    margin-bottom: -180px;
    padding: 36px 56px;
    display: flex;
  }

  .counter-contant-block.smooth-slide-one {
    padding-left: 50px;
    padding-right: 50px;
  }

  .counter-title-block.color-primary {
    width: 100%;
    padding-right: 0;
  }

  .counter-box {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-block {
    margin-top: 50px;
  }

  .counter-block.smooth-slide-four.no-space, .counter-block.smooth-slide-five.no-space, .counter-block.smooth-slide-six.no-space {
    margin-top: 0;
  }

  .counter-divider {
    height: 220px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .counter-line-shape {
    max-width: 390px;
    height: 15px;
    bottom: 41%;
    left: 0%;
  }

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

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

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

  .service-icon-block {
    width: 47px;
    height: 47px;
    margin-bottom: 100px;
  }

  .service-icon-block.space {
    margin-bottom: 60px;
  }

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

  .about-wrapper {
    position: static;
  }

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

  .about-line-shape {
    max-width: 190px;
  }

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

  .award-contant-box {
    margin-left: 0;
  }

  .award-divider-line {
    height: 140px;
  }

  .left-arrow.color-grey {
    left: -33%;
  }

  .right-arrow.color-grey {
    right: -33%;
  }

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

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

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

  .case-title-block.color-white {
    margin-right: 100px;
  }

  .case-description.color-grey {
    max-width: 385px;
    margin-right: 100px;
  }

  .blog-hedng-title-block.color-white {
    max-width: 410px;
  }

  .blog-item {
    width: 400px;
  }

  .blog-item.smooth-slide-two {
    width: 100%;
  }

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

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

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

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

  .about-top-contant {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 122px;
    display: flex;
  }

  .about-name-title-box {
    width: 25%;
  }

  .about-hero-heading.font90 {
    font-size: 90px;
  }

  .about-title-v1 {
    font-size: 40px;
  }

  .about-counter-namber-block {
    height: 60px;
  }

  .about-counter-namber {
    font-size: 50px;
  }

  .marque-contant-block {
    grid-column-gap: 220px;
  }

  .section-heding-title.font-semibold.font40px {
    font-size: 40px;
  }

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

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

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

  .portfolio-big-thumbnail {
    height: 580px;
  }

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

  .team-collection-list {
    grid-column-gap: 16px;
  }

  .team-image-block {
    width: 100%;
    height: 400px;
  }

  .team-contant, .team-item {
    width: 300px;
  }

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

  .counterup {
    font-size: 50px;
  }

  .grid {
    width: 100%;
  }

  .address {
    font-weight: 600;
  }

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

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

  .thsnkyou-heading.font90 {
    font-size: 90px;
  }

  .thankyou-page-content {
    flex-direction: row;
    align-items: center;
    max-width: 1250px;
    margin-bottom: -180px;
    padding: 36px 56px;
    display: flex;
  }

  .thankyou-page-content.smooth-slide-one {
    grid-column-gap: 40px;
    justify-content: space-around;
  }

  .div-block-2 {
    justify-content: space-around;
  }

  .plus {
    font-size: 50px;
  }

  .apply {
    grid-row-gap: 15px;
  }

  .divider-job {
    margin-left: 0;
    margin-right: 94.5px;
  }

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

  .process-boxes {
    width: 280px;
    height: 280px;
  }

  .process-icon-block {
    margin-top: 60px;
  }

  .process-card {
    height: 280px;
  }

  .modal {
    width: 50%;
    box-shadow: 0 2px 5px #465f5b66;
  }

  .paragraph-3 {
    cursor: pointer;
  }

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

  .terms {
    color: var(--background-bisque);
    text-decoration: none;
  }

  .arrow {
    right: 5%;
  }

  .process-box {
    width: 300px;
    height: 300px;
  }

  .practce-areas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .practice-box {
    width: 100%;
    height: 230px;
  }

  .image-8 {
    top: -96px;
  }
}

@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-divider {
    margin-right: 130px;
  }

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

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

  .hero-title-block.color-white {
    max-width: 745px;
  }

  .title-image-block {
    bottom: 6%;
    left: 44%;
  }

  .hero-image-block {
    margin-bottom: 30px;
  }

  .counter-namber-block {
    height: 70px;
  }

  .counter-namber, .counter-namber.v2 {
    font-size: 60px;
  }

  .hero-text-divider {
    margin-top: 30px;
    margin-bottom: 50px;
  }

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

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

  .counter-contant-block.smooth-slide-one {
    max-width: 1300px;
  }

  .counter-line-shape {
    bottom: 41%;
  }

  .heading-title._57 {
    width: 69%;
  }

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

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

  .service-icon-block {
    margin-bottom: 120px;
  }

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

  .about-line-shape {
    max-width: 222px;
    bottom: 41.1%;
  }

  .about-shape {
    left: -36%;
  }

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

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

  .award-divider-line {
    height: 150px;
  }

  .left-arrow.color-grey {
    left: -42%;
  }

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

  .right-arrow.color-grey {
    right: -42%;
  }

  .testimonial-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .description-block {
    max-width: 850px;
    margin-left: 440px;
  }

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

  .blog-hedng-title-block.color-white {
    max-width: 500px;
  }

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

  .faq-wrap {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

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

  .about-name-title-box {
    width: 26%;
  }

  .about-counter-namber-block {
    height: 70px;
  }

  .about-counter-namber, .about-counter-namber.v3 {
    font-size: 60px;
  }

  .skil-item-title.color-white {
    margin-right: 70%;
  }

  .skil-item-title.color-white._2 {
    margin-right: 75%;
  }

  .skil-item-title.color-white._3 {
    margin-right: 35%;
  }

  .skil-item-title.color-white._4 {
    margin-right: 56%;
  }

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

  .service-item-v2 {
    padding: 55px 40px 53px;
  }

  .service-icon-block-v2 {
    margin-top: 86px;
    margin-bottom: 74px;
  }

  .service-hero-title {
    max-width: 885px;
  }

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

  .portfolio-big-thumbnail {
    height: 600px;
  }

  .team-collection-list {
    grid-column-gap: 30px;
  }

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

  .counterup, .counterup.v3 {
    font-size: 60px;
  }

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

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

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

  .plus, .plus.v3 {
    font-size: 60px;
  }

  .divider-job {
    margin-right: 130px;
  }

  .process-box {
    width: 315px;
  }

  .practce-areas {
    grid-column-gap: 20px;
  }

  .practice-box {
    height: 230px;
  }
}

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

  .nav-divider {
    margin-right: 235px;
  }

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

  .hero-title-block.color-white {
    max-width: 940px;
  }

  .title-image-block {
    width: 135px;
    height: 80px;
    bottom: 5%;
    left: 47%;
  }

  .hero-image-block {
    width: 355px;
    height: 225px;
    margin-bottom: 50px;
  }

  .counter-namber-block {
    height: 90px;
  }

  .counter-namber {
    font-size: 72px;
  }

  .counter-namber.v2 {
    font-size: 80px;
  }

  .counter-namber-box.color-primary {
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-text-divider {
    margin-top: 46px;
    margin-bottom: 60px;
  }

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

  .counter-contant-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1605px;
    margin-bottom: -300px;
    padding: 75px 100px;
  }

  .counter-block {
    flex-direction: column;
  }

  .counter-divider {
    height: 300px;
    margin-left: 55px;
    margin-right: 55px;
  }

  .counter-line-shape {
    bottom: 41%;
  }

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

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

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

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

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

  .about-line-shape {
    bottom: 41%;
  }

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

  .award-contant-box {
    margin-left: -50px;
  }

  .award-divider-line {
    height: 190px;
  }

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

  .left-arrow.color-grey {
    left: -42%;
  }

  .right-arrow.color-grey {
    right: -42%;
  }

  .testimonial-wrapper {
    padding-bottom: 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;
  }

  .team-wrapper {
    padding-top: 107px;
    padding-bottom: 115px;
  }

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

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

  .faq-wrap {
    padding-top: 130px;
    padding-bottom: 260px;
  }

  .faqs-contant-block {
    grid-column-gap: 220px;
  }

  .faq-image {
    width: 100%;
  }

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

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

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

  .about-name-title-box {
    width: 27%;
  }

  .about-hero-title-box {
    width: 63%;
    margin-left: 15%;
  }

  .about-title-v1-block {
    width: 344px;
  }

  .about-counter-namber-block {
    height: 90px;
  }

  .about-counter-namber-block.margin0.v3 {
    height: 75px;
  }

  .about-counter-namber {
    font-size: 72px;
  }

  .about-counter-namber.v3 {
    font-size: 60px;
  }

  .section-divider-block {
    padding-top: 123px;
    padding-bottom: 130px;
  }

  .marque-wrapper {
    padding-bottom: 130px;
  }

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

  .skil-item-title.color-white {
    margin-right: 62%;
  }

  .skil-item-title.color-white._2 {
    margin-right: 67%;
  }

  .skil-item-title.color-white._3 {
    margin-right: 31%;
  }

  .skil-item-title.color-white._4 {
    margin-right: 50%;
  }

  .skill-item-block {
    grid-column-gap: 165px;
  }

  .about-award {
    padding-top: 123px;
    padding-bottom: 130px;
  }

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

  .service-hero-title {
    max-width: 970px;
  }

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

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

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

  .releted-blog-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .portfolio-big-thumbnail {
    height: 650px;
  }

  .portfolio-richtext {
    margin-top: 72px;
  }

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

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

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

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

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

  .counter-arrow-shape {
    top: 30px;
    left: 30px;
  }

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

  .counter-namber-box-v3.color-primary {
    flex-direction: column;
    align-items: flex-end;
  }

  .media-left-image {
    max-height: 230px;
    overflow: hidden;
  }

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

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

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

  .counterup {
    font-size: 72px;
  }

  .counterup.v3 {
    font-size: 60px;
  }

  .contact-title {
    max-width: 1300px;
  }

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

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

  .thankyou-page-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1605px;
    margin-bottom: -300px;
    padding: 75px 100px;
  }

  .plus {
    font-size: 72px;
  }

  .plus.v3 {
    font-size: 60px;
  }

  .divider-job {
    margin-right: 235px;
  }

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

  .practce-areas {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@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, .text-xl.icon, .text-xl.cream {
    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;
  }

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

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

  .nav-menu {
    background-color: var(--primary-color);
    height: 100vh;
    padding-top: 56px;
    display: flex;
  }

  .nav-divider {
    display: none;
  }

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

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

  .title-image-block {
    width: 80px;
    height: 50px;
    display: none;
    bottom: 2%;
  }

  .hero-counter-block {
    padding-left: 40px;
  }

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

  .counter-contant-block {
    flex-direction: column;
    max-width: 748px;
    margin-bottom: -200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 56px;
  }

  .counter-title-block.color-primary {
    max-width: 100%;
  }

  .counter-divider {
    height: 100px;
  }

  .counter-line-shape {
    max-width: 293px;
    height: 10px;
    bottom: 61%;
    left: 26%;
  }

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

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

  .heading-title-block.color-white.left.max-width {
    max-width: 100%;
    margin-bottom: 24px;
  }

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

  .heading-title-block.black.left.max-width {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .heading-title._57 {
    width: 90%;
  }

  .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: 100px;
    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-line-shape {
    max-width: 135px;
    height: 10px;
  }

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

  .about-shape {
    top: -10%;
    left: -21%;
  }

  .about-image-shape {
    width: 75%;
  }

  .name-title {
    font-size: 160px;
    left: -18%;
  }

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

  .award-contant-box {
    padding: 15px 24px;
  }

  .award-image-block {
    width: 100px;
    height: 70px;
  }

  .award-divider-line {
    height: 80px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .award-contant-block {
    width: 70%;
  }

  .award-contant.color-primary {
    width: auto;
  }

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

  .testimonial-slider {
    max-width: 590px;
    height: 320px;
  }

  .left-arrow.color-grey {
    width: 50px;
    height: 50px;
    left: -12%;
  }

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

  .testimonial-slider-block {
    margin-top: 36px;
  }

  .right-arrow.color-grey {
    width: 50px;
    height: 50px;
    right: -12%;
  }

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

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

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

  .casestudies-item.smooth-slide-two {
    grid-template-rows: auto;
  }

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

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

  .description-block {
    margin-left: 0;
  }

  .team-item-block {
    margin-top: 30px;
  }

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

  .blog-hedng-title-block.color-white {
    max-width: 230px;
  }

  .blog-heding-title.font60px.font-semibold {
    font-size: 40px;
  }

  .blog-item-box.resource {
    grid-row-gap: 30px;
  }

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

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

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

  .faq-contant-block, .faqs-hedng-title-block.color-white {
    margin-bottom: 30px;
  }

  .faq-right-image {
    display: none;
  }

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

  .media-contant {
    max-width: 100%;
  }

  .media-description {
    margin-bottom: 30px;
  }

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

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

  .play-button, .blink-efect {
    width: 60px;
    height: 60px;
  }

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

  .about-top-contant {
    flex-direction: column-reverse;
    padding-bottom: 56px;
  }

  .about-name-title-box {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }

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

  .about-hero-video-block {
    margin-bottom: 56px;
  }

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

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

  .about-video-shape {
    top: 6%;
  }

  .about-hero-buttom-contant {
    flex-direction: column;
  }

  .about-title-v1-block {
    width: 48%;
  }

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

  .section-divider-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .marque-wrapper {
    padding-bottom: 70px;
  }

  .marque-text {
    font-size: 120px;
  }

  .marque-contant-block {
    grid-column-gap: 24px;
    grid-template-columns: 100%;
    margin-top: 70px;
  }

  .about-skill-image {
    width: 100%;
    height: 400px;
  }

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

  .skill-contant-block {
    grid-column-gap: 56px;
  }

  .text-md-2 {
    font-size: 15px;
  }

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

  .skil-item-title.color-white {
    margin-right: 59%;
  }

  .skil-item-title.color-white._2 {
    margin-right: 62%;
  }

  .skil-item-title.color-white._3 {
    margin-right: 26%;
  }

  .skil-item-title.color-white._4 {
    margin-right: 44%;
  }

  .skill-item {
    margin-bottom: 30px;
  }

  .skill-item-block {
    grid-column-gap: 56px;
  }

  .section-heding-title.font-semibold.font40px {
    font-size: 36px;
  }

  .skill-title {
    font-size: 15px;
  }

  .skill-title.font-medium, .skill-title.font-medium.capitilize {
    font-size: 14px;
  }

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

  .service-hero-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .service-item-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 30px;
  }

  .service-item-v2 {
    max-width: 100%;
  }

  .service-icon-block-v2 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .service-hero-title {
    width: 100%;
    max-width: 100%;
  }

  .service-hero-heading.font90 {
    font-size: 60px;
  }

  .service-hero-description.color-grey {
    max-width: 441px;
    margin-top: 24px;
  }

  .service-image-block {
    margin-top: 56px;
  }

  .service-description-v2 {
    max-width: 100%;
    margin-top: 56px;
  }

  .service-divider {
    height: 80px;
    margin-top: 40px;
  }

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

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

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

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

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

  .gallery-image-block {
    width: 354px;
    height: 300px;
  }

  .portfolio-big-thumbnail {
    max-width: 100%;
    height: 350px;
    margin-bottom: 56px;
  }

  .portfolio-details {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .portfolio-details-title {
    font-size: 50px;
  }

  .single-meta-box.color-grey {
    margin-right: 56px;
  }

  .tags-wrap, .categories-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .counter-arrow-shape {
    top: 15px;
    left: 15px;
  }

  .skill-year-contant-box {
    margin-top: 24px;
  }

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

  .service-image-arrow {
    width: 10%;
  }

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

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

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

  .team-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

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

  .team-title-block {
    height: 30px;
  }

  .team-contant {
    width: 300px;
  }

  .team-item {
    width: 100%;
  }

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

  .team-details-contant-block {
    width: 748px;
    min-height: 400px;
  }

  .team-contant-box {
    padding-left: 16px;
  }

  .team-details-image {
    min-height: 400px;
  }

  .blog-hero-area {
    flex-direction: column;
    max-width: 100%;
  }

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

  .team-details-contant-wrap {
    width: 748px;
    min-height: 400px;
  }

  .team-member-image {
    min-height: 400px;
  }

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

  .display-4 {
    font-size: 32px;
  }

  .address, .title {
    font-size: 14px;
  }

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

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

  .thankyou-page-content {
    flex-direction: column;
    max-width: 748px;
    margin-bottom: -200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 56px;
  }

  .ty-content-wrapper {
    padding-top: 70px;
  }

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

  .apply {
    height: auto;
  }

  .divider-job {
    display: none;
  }

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

  .process-boxes {
    z-index: 5;
    width: 220px;
    position: relative;
  }

  .perfect-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-service {
    width: 45%;
  }

  .arrow {
    top: -20%;
    right: 7%;
  }

  .arrow.right-arrow {
    top: -20%;
  }

  .process.desktop {
    display: none;
  }

  .process.tablet {
    display: flex;
  }

  .process.phone {
    display: none;
  }

  .practce-areas {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .practice-box {
    width: 100%;
  }

  .div-block-7 {
    flex-direction: row;
  }

  .div-block-7.left {
    justify-content: flex-start;
  }

  .image-9 {
    transform: rotate(90deg);
  }

  .dotted-line {
    position: absolute;
    top: -45px;
  }

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

  .div-block-9 {
    grid-column-gap: 30px;
  }
}

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

  .changelog-content {
    grid-template-columns: 1fr 3fr;
  }

  .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-left-contant-block {
    flex-direction: column-reverse;
    display: flex;
  }

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

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

  .title-image-block {
    display: none;
  }

  .hero-image-block {
    width: 100%;
    height: 160px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .counter-namber-block.margin0 {
    height: 50px;
  }

  .counter-namber.v2 {
    font-size: 40px;
  }

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

  .hero-text-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .counter-contant-block {
    max-width: 548px;
    margin-bottom: -230px;
    padding: 40px 30px;
  }

  .counter-title-block.color-primary {
    font-size: 16px;
  }

  .counter-box {
    width: 100%;
  }

  .counter-divider {
    margin-left: 24px;
    margin-right: 24px;
  }

  .counter-line-shape {
    max-width: 246px;
    height: 8px;
    left: 28%;
  }

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

  .heading-title-block.color-white.left.max-width.smooth-slide-one, .heading-title-block.black.left.max-width.smooth-slide-one {
    text-align: center;
    margin-bottom: 30px;
  }

  .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 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
  }

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

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

  .about-subtitle-block.smooth-slide-three {
    padding-left: 0;
  }

  .about-subtitle {
    padding-left: 20px;
    font-size: 20px;
  }

  .about-image-shape {
    display: none;
  }

  .award-contant-box {
    margin-left: 20px;
  }

  .award-contant-block {
    width: 90%;
  }

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

  .testimonial-slider {
    max-width: 420px;
    height: 334px;
  }

  .left-arrow.color-grey {
    width: 45px;
    height: 45px;
    margin-top: 15px;
    top: 0;
    left: 0%;
  }

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

  .right-arrow.color-grey {
    width: 45px;
    height: 45px;
    margin-top: 15px;
    right: 0%;
  }

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

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

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

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

  .description-block.smooth-slide-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-description.color-grey {
    max-width: 100%;
    padding-bottom: 20px;
  }

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

  .blog-heding-contant-block {
    flex-wrap: wrap-reverse;
  }

  .blog-hedng-title-block.color-white {
    max-width: 239px;
  }

  .blog-heding-description.color-grey {
    order: -1;
    max-width: 75%;
    margin-top: 16px;
  }

  .blog-heding-title.font60px.font-semibold {
    font-size: 30px;
  }

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

  .blog-item {
    height: auto;
  }

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

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

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

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

  .media-contant {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .media-hedng-title-block.color-primary.smooth-slide-two {
    text-align: center;
  }

  .media-description {
    margin-bottom: 16px;
  }

  .media-description.smooth-slide-two {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

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

  .play-button, .blink-efect {
    width: 60px;
    height: 60px;
  }

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

  .about-top-contant {
    padding-bottom: 40px;
  }

  .about-video-box {
    height: 100%;
    min-height: 100%;
  }

  .about-video {
    height: 100%;
    min-height: 500px;
  }

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

  .about-descripton-box.smooth-slide-three {
    padding-top: 30px;
  }

  .about-contant-divider {
    margin-top: 30px;
  }

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

  .about-counter-namber-block.margin0 {
    height: 50px;
  }

  .about-counter-namber.v3 {
    font-size: 40px;
  }

  .section-divider-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .marque-wrapper {
    padding-bottom: 70px;
  }

  .marque-text {
    font-size: 80px;
  }

  .marque-contant-block {
    grid-template-columns: 100%;
  }

  .about-skill-image {
    min-height: auto;
  }

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

  .skill-contant-block {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .skill-contant {
    margin-top: 24px;
  }

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

  .skil-item-title.color-white {
    margin-right: 68%;
  }

  .skil-item-title.color-white._2 {
    margin-right: 73%;
  }

  .skil-item-title.color-white._3 {
    margin-right: 34%;
  }

  .skil-item-title.color-white._4 {
    margin-right: 55%;
  }

  .skill-item {
    margin-bottom: 40px;
  }

  .skill-item.margin0 {
    margin-bottom: 10px;
  }

  .skill-item-block {
    grid-template-columns: 1fr;
  }

  .section-title-block {
    margin-top: 0;
  }

  .section-title.color-secondary {
    margin-bottom: 10px;
  }

  .section-description.color-grey {
    margin-top: 10px;
  }

  .skill-title {
    font-size: 14px;
  }

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

  .service-hero-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .service-item-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .service-item-v2 {
    padding: 40px 24px;
  }

  .service-icon-block-v2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .service-hero-heading.font90 {
    font-size: 40px;
  }

  .service-arrow-shape.smooth-slide-three {
    display: none;
  }

  .service-image-block, .service-description-v2 {
    margin-top: 40px;
  }

  .service-divider {
    height: 60px;
  }

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

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

  .single-blog-meta {
    margin-bottom: 40px;
  }

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

  .blog-meta-divider {
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

  .gallery-image-list {
    grid-template-columns: 1fr;
  }

  .portfolio-big-thumbnail {
    max-width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .portfolio-richtext {
    margin-top: 40px;
  }

  .portfolio-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio-details-title {
    font-size: 40px;
  }

  .single-meta-box.color-grey {
    margin-right: 24px;
  }

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

  .tags-wrap, .categories-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .skill-year-contant-box {
    grid-column-gap: 56px;
  }

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

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

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

  .team-collection-list {
    grid-row-gap: 30px;
  }

  .team-image-block {
    margin-bottom: 24px;
  }

  .team-title {
    font-size: 19px;
  }

  .team-contant {
    width: 100%;
  }

  .team-designation.color-grey.left, .team-title-link.left {
    text-align: center;
  }

  .team-details-contant {
    grid-template-columns: 1fr;
  }

  .team-contant-box {
    text-align: center;
  }

  .team-details-image {
    border-radius: 10px;
    overflow: hidden;
  }

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

  .team-details-contant-wrap {
    width: auto;
  }

  .team-member-image {
    background-position: 50%;
    border-radius: 10px;
    min-height: 600px;
    overflow: hidden;
  }

  .disclaimer {
    padding-bottom: 250px;
  }

  .counterup.v3 {
    font-size: 40px;
  }

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

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

  .display-4 {
    font-size: 26px;
  }

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

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

  .thankyou {
    padding-bottom: 40px;
  }

  .thankyou-page-content {
    max-width: 548px;
    margin-bottom: -230px;
    padding: 40px 30px;
  }

  .ty-content-wrapper {
    padding-top: 70px;
  }

  .ty-counter-box {
    width: 100%;
  }

  .plus.v3 {
    font-size: 40px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .process-boxes {
    width: 300px;
    height: 100%;
    padding: 20px 20px 30px;
  }

  .process-icon-block {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .process-card {
    width: 300px;
    height: 250px;
  }

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

  .perfect-service {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .title-service, .div-block-6 {
    width: 100%;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .modal {
    width: 80%;
  }

  .arrow {
    right: 9%;
  }

  .process.tablet {
    display: none;
  }

  .process.phone {
    display: flex;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .process-box {
    height: 100%;
    padding: 20px 20px 30px;
  }

  .practce-areas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .practice-box {
    grid-row-gap: 20px;
    align-items: center;
    height: 100%;
    padding: 20px 20px 30px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .practice-icon {
    width: 40px;
    height: 40px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

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

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

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

  .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-left-contant-block {
    width: 100%;
  }

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

  .title-image-block {
    display: none;
    bottom: 5%;
    left: auto;
    right: 27%;
  }

  .hero-counter-block {
    padding-left: 0;
  }

  .counter-namber-block {
    height: 50px;
  }

  .counter-namber {
    font-size: 40px;
  }

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

  .counter-contant-block {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: -427px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .counter-title-block.color-primary {
    max-width: 240px;
    margin-bottom: 24px;
  }

  .counter-box {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    display: flex;
  }

  .counter-divider {
    display: none;
  }

  .counter-line-shape {
    max-width: 196px;
    bottom: 42%;
    left: 0%;
  }

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

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

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

  .heading-title-block.color-white.left.max-width.smooth-slide-one {
    text-align: left;
  }

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

  .heading-title-block.black.left.max-width.smooth-slide-one {
    text-align: left;
  }

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

  .heading-title._57 {
    width: 100%;
  }

  .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-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: 100px;
    padding-bottom: 50px;
  }

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

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

  .about-line-shape {
    max-width: 115px;
    height: 8px;
    display: none;
    bottom: 62.1%;
    left: 55%;
  }

  .about-shape {
    display: none;
  }

  .name-title {
    font-size: 120px;
    left: 0%;
  }

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

  .award-contant-box {
    flex-direction: column;
    margin-left: 0;
  }

  .award-divider-line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }

  .award-contant-block {
    width: 100%;
  }

  .award-contant.color-primary {
    text-align: center;
    width: 100%;
  }

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

  .testimonial-slider {
    height: 322px;
  }

  .testimonial-comment.color-grey {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .left-arrow.color-grey {
    margin-top: 0;
    left: -1%;
  }

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

  .right-arrow.color-grey {
    margin-top: 0;
    right: -1%;
  }

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

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

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

  .lowcost-contant-block {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .description-block {
    flex-direction: column;
  }

  .description-block.smooth-slide-two {
    align-items: flex-start;
  }

  .team-description.color-grey {
    margin-bottom: 0;
  }

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

  .blog-heding-contant-block {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .blog-hedng-title-block.color-white {
    order: -1;
    max-width: 100%;
  }

  .blog-hedng-title-block.color-white.smooth-slide-one {
    text-align: center;
  }

  .blog-heding-description.color-grey {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .blog-heding-description.color-grey.smooth-slide-two {
    text-align: center;
  }

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

  .blog-button-block.smooth-slide-three {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .faq-textarea {
    margin-bottom: 24px;
  }

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

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

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

  .media-video-box {
    width: 100%;
  }

  .media-hedng-title-block.color-primary.smooth-slide-two {
    text-align: center;
  }

  .media-description {
    margin-bottom: 16px;
  }

  .media-video-icon-block {
    width: 80px;
    height: 80px;
  }

  .play-button, .blink-efect {
    width: 50px;
    height: 50px;
  }

  .about-video {
    min-height: 300px;
  }

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

  .about-hero-heading.font90 {
    font-size: 36px;
  }

  .about-title-v1-block {
    width: 75%;
  }

  .about-contant-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-counter-box {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    display: flex;
  }

  .about-counter-namber-block {
    height: 50px;
  }

  .about-counter-namber {
    font-size: 40px;
  }

  .section-divider-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .marque-wrapper {
    padding-bottom: 50px;
  }

  .marque-text {
    font-size: 60px;
  }

  .marque-contant-block {
    margin-top: 40px;
  }

  .education-year-item-block {
    padding-top: 40px;
  }

  .education-year-item-block.smooth-slide-three, .education-year-item-block.smooth-slide-four {
    padding-top: 50px;
  }

  .item-title-block {
    margin-bottom: 20px;
  }

  .year-contant-item {
    margin-bottom: 24px;
  }

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

  .skil-item-title.color-white {
    margin-right: 55%;
  }

  .skil-item-title.color-white._2 {
    margin-right: 59%;
  }

  .skil-item-title.color-white._3 {
    margin-right: 26%;
  }

  .skil-item-title.color-white._4 {
    margin-right: 44%;
  }

  .section-heding-title.font-semibold.font40px {
    font-size: 24px;
  }

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

  .award-item {
    flex-direction: column;
  }

  .award-count-text.color-grey {
    margin-right: 24px;
  }

  .award-left-contant {
    justify-content: space-between;
    width: 100%;
  }

  .award-right-contant {
    width: 100%;
    margin-top: 24px;
  }

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

  .service-item-v2 {
    max-width: 100%;
  }

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

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

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

  .single-blog-meta {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
  }

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

  .meta-box {
    margin-bottom: 16px;
    margin-right: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .blog-tag {
    flex-direction: column;
    align-items: flex-start;
  }

  .tags-collection-list-wrap {
    margin-top: 16px;
  }

  .blog-meta-divider {
    display: none;
  }

  .blog-content.background-primary {
    margin-top: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .releted-blog-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .portfolio-big-thumbnail {
    max-width: 100%;
    height: 200px;
  }

  .single-meta-box.color-grey {
    margin-right: 0;
  }

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

  .counter-arrow-shape {
    top: 10px;
    left: 10px;
  }

  .skill-year-contant-box {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .hero-counter-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-item, .team-details-contant-block {
    width: 100%;
  }

  .team-contant-box {
    padding-right: 16px;
  }

  .team-details-image {
    width: 100%;
  }

  .service-content.background-primary {
    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;
  }

  .team-details-contant-wrap {
    width: 100%;
  }

  .team-member-image {
    width: 100%;
    min-height: 400px;
  }

  .disclaimer {
    padding-bottom: 300px;
  }

  .counterup {
    font-size: 40px;
  }

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

  .display-4 {
    font-size: 24px;
  }

  .div-block {
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .thsnkyou-heading.font90 {
    font-size: 36px;
  }

  .thankyou-page-content {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: -427px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ty-counter-box {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    display: flex;
  }

  .plus {
    font-size: 40px;
  }

  .resource-download {
    width: 100%;
  }

  .apply {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small {
    margin-bottom: 0;
  }

  .div-block-4 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    width: auto;
  }

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

  .tab-link, .tab-link.w--current {
    padding-right: 0;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

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

  .process-boxes {
    height: 100%;
    padding-bottom: 26px;
  }

  .process-boxes.smooth-slide-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-icon-block {
    margin-top: 60px;
  }

  .process-card {
    width: 75vw;
  }

  .process-title {
    text-align: left;
  }

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

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

  .perfect-service {
    margin-top: -20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .modal {
    width: 90%;
  }

  .arrow {
    top: -25%;
    right: 18%;
  }

  .arrow.right-arrow {
    top: -25%;
  }

  .process {
    padding-top: 15%;
  }

  .process.tablet, .process.phone {
    padding-top: 20%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .process-box {
    height: 100%;
    padding-bottom: 26px;
  }

  .process-box.smooth-slide-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .practce-areas {
    grid-template-columns: 1fr;
  }

  .practice-box {
    height: 100%;
    padding-bottom: 26px;
  }

  .practice-box.smooth-slide-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-10 {
    display: block;
  }

  .div-block-9 {
    flex-direction: column;
  }
}

#w-node-_5bc286fc-5ddf-3ac1-78ff-376c533c0b20-24d7003e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d57e98bf-e295-cd54-5c81-e914334b6edc-24d7003e, #w-node-a3918069-d4d6-3f2b-5eda-06270de9f88d-24d7003e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0566d60d-38d8-c770-f9b3-7a6a404c4697-24d7003e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8a2af465-0c99-9183-0eff-1b4db9733193-b9733189, #w-node-_7ea4ba64-2810-456f-9fde-62330ad3db12-24d7007c, #w-node-b260fc2c-465a-742e-58fe-db4c311a7752-24d7007c, #w-node-_28cecfe4-8aeb-c3c8-2bec-d18e311c70ab-24d7007c, #w-node-aae5917a-26ec-dce3-4f16-f54100270d1f-24d7007c, #w-node-_714d48aa-836f-909c-cce1-b676c9ef2b9c-24d70096, #w-node-_5e544531-2915-4fa6-4d10-3a262e753a4a-24d70096, #w-node-f01007dc-0522-75e4-6f80-9ba66d7b3bbd-24d70096, #w-node-f01007dc-0522-75e4-6f80-9ba66d7b3bcd-24d70096, #w-node-d222c052-c48f-fb5e-ac32-16712e903377-24d70096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d70097, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009e, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009f, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700b8, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700bf {
  align-self: start;
}

#w-node-b0b4a5c6-8dcb-66cd-7b51-5a5dc971a695-24d700d4, #w-node-_3e6fb6f7-cd0d-f58f-2c2b-72b5f520225c-24d700d4, #w-node-da23be2c-5f89-ad62-564b-f46fac49b3ef-24d700d4, #w-node-_52af6da3-5f17-1cd4-b2a0-ffbf42224523-24d700d8, #w-node-_52af6da3-5f17-1cd4-b2a0-ffbf42224536-24d700d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700dc {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_5bc286fc-5ddf-3ac1-78ff-376c533c0b20-24d7003e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-de25e955-b070-6a6c-e5fc-e7c12d8df073-24d7003e, #w-node-_98f8cbf1-b566-6d35-78c0-8462cdaf6cd8-24d7003e, #w-node-ef198262-86e9-ccc1-e372-2055ae9a5f9b-24d7003e, #w-node-_29de5d50-cf89-6450-add8-1651ea7c1ef9-24d7003e, #w-node-_07d567bc-cf3b-382f-ceeb-522a2cffd11c-24d7003e, #w-node-f4fa895a-d0cf-bdb0-81c9-9250cdc3a5b4-24d7003e, #w-node-_4dd758da-417f-e90a-ffef-ab4ec1586536-24d7003e, #w-node-d60a337c-fbde-b774-9341-47fded7dc938-24d7003e, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22c5-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22cf-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22d9-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22e3-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22ed-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22f7-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c2301-24d700d5, #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c230b-24d700d5, #w-node-d35402df-9eb6-e01b-6986-369b3e33698b-24d700d5, #w-node-cef142f8-b01b-8488-6b48-d7a438154b76-24d700d5 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_47efa316-30b8-5eae-b57a-0d8acb27ce11-cb27ce0e {
    order: 9999;
  }

  #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d70097, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009e, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009f, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700b8, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700bf, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d70097, #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d7009e, #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d7009f, #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d700b8, #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d700bf, #w-node-_4fe56325-0463-ca42-1218-e4eee6659114-24d700dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

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

  #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d70097, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009e, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d7009f, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700b8, #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700bf {
    justify-self: auto;
  }

  #w-node-cf86ecf3-71d3-132d-4e6c-9ac40b3c22c5-24d700d5 {
    align-self: center;
  }

  #w-node-_4fe56325-0463-ca42-1218-e4eee6659106-24d700dc {
    justify-self: auto;
  }
}


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