:root {
  --white: white;
  --dark: #003046;
  --dark-light: #666;
  --primary: #f86622;
  --grey: #59717b;
  --light-grey: #f1f1f1;
  --grey-light: #f1f1f1;
  --peach-puff: #f0d4c0;
  --white-smoke: #f9f9f9;
  --stroke: #f3f3f3;
  --orange-light: #ffcba5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #59717b;
  font-family: Euclid circular b, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

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 {
  margin-bottom: 10px;
  padding: 50px 50px 50px 40px;
  font-size: 16px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.heading-xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 1em;
}

.heading-xl.text-regular.color-dark.new {
  color: var(--white);
  font-size: 60px;
  line-height: 1.2;
}

.heading-xl.color-black {
  color: var(--dark);
}

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

.heading-sm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.308em;
}

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

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

.style-button-grid-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.style-button.margin-add {
  margin-right: 28px;
}

.style-button.bg-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

.style-button.bg-primary:hover {
  transform: translate(0, -4px);
}

.style-button.bg-primary.small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-xl {
  font-size: 16px;
  line-height: 1.6em;
}

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

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

.text-lg {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.714em;
}

.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-contant-sub-heading {
  margin-bottom: 32px;
}

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

.style-color-block {
  min-height: 180px;
  position: relative;
}

.style-heading {
  margin-bottom: 30px;
  padding: 72px 4vw 100px;
}

.heading-md {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.286em;
}

.heading-md.color-dark.text-medium.mb24 {
  margin-bottom: 24px;
}

.heading-md.color-dark.text-medium.mt32 {
  margin-top: 32px;
}

.heading-md.color-white.text-medium.mt24 {
  margin-top: 24px;
}

.heading-md.color-white.text-medium.mb32 {
  margin-bottom: 32px;
}

.style-single-link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.style-logo-wrapper {
  border-bottom: 1px solid var(--dark);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
}

.style-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  display: flex;
}

.style-dropdown-icon {
  border-radius: 12px;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.styleguide-navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.heading-lg.color-dark.text-medium.center {
  text-align: center;
}

.heading-lg.color-dark.text-medium.mb24 {
  margin-bottom: 24px;
}

.heading-lg.color-dark.text-medium.mb32 {
  margin-bottom: 32px;
}

.heading-lg.color-white.text-medium.cener {
  text-align: center;
  margin-bottom: 42px;
}

.heading-lg.color-white.text-medium.mb42 {
  margin-bottom: 42px;
}

.heading-lg.text-regular {
  color: var(--dark);
}

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

.style-contant-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  padding: 48px;
  display: flex;
}

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

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

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

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

.text-sm {
  font-size: 13px;
  line-height: 1.2em;
}

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

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

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

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

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

.style-dropdown-menu.color-dark {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.style-color-card-wrap {
  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;
}

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

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

.style-color-block-contant.bg-white {
  min-height: 164px;
}

.style-color-block-contant.bg-white.border {
  border-top: 1px solid #f5f5f5;
}

.text-md {
  font-size: 14px;
  line-height: 1.66em;
}

.text-md.style-text-margin {
  margin-bottom: 16px;
}

.nav-link {
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

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

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

.styleguide-sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

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

.style-color-code {
  color: #44566c;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.style-buttons-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #aaa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-drop-menu {
  cursor: default;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.style-drop-menu.color-gray-600 {
  cursor: pointer;
  transition: all .3s;
}

.style-drop-menu.color-gray-600:hover {
  border-right: 5px solid var(--primary);
  background-color: #f5f5f5;
}

.style-drop-menu.color-gray-600.w--current {
  border-right: 5px solid var(--primary);
  transition: all .3s;
}

.style-drop-menu.color-gray-600.w--current:hover {
  background-color: #e3e3e3;
  border-right: 5px solid #ff4d57;
}

.style-drop-menu.color-gray-600.w--current:active {
  border-right-color: var(--primary);
}

.style-color-table-wrap {
  background-color: #c7c7c7;
  display: none;
}

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

.bg-white {
  background-color: #fff;
}

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

.class-name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.color-secondary {
  color: #fe0467;
}

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

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

.color-grey.text-white {
  color: #f1f6f8;
}

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

.color-dark.text-medium.heading-xs {
  transition: color .4s;
}

.style-guide-output {
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

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

.bg-secondary {
  background-color: #fe0467;
}

.style-guide-note {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.color-white {
  color: #fff;
}

.style-guide-class-name {
  border: 1px solid #000;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
}

.heading-xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 132px;
  line-height: 1em;
}

.heading-xxl.color-dark.text-regular {
  color: var(--dark);
}

.heading-xxl.text-medium {
  color: var(--primary);
}

.text-bold {
  font-weight: 400;
}

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

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 17px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
}

.btn-secondary {
  color: #070527;
  background-color: #fff;
  border-radius: 6px;
  padding: 13px 25px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #070527;
}

.bg-grey-100 {
  background-color: #9ba7bc;
}

.color-grey-100 {
  color: #9ba7bc;
}

.footer-link {
  color: #9ba7bc;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: #0057fc;
}

.bg-blue {
  background-color: #062258;
}

.color-blue-100 {
  color: #0a3e99;
}

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

.container.mb120 {
  padding-top: 120px;
}

.nav-contant-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.home-navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.home-brand-logo {
  width: 25%;
}

.bg-blue-100 {
  background-color: #0a3e99;
}

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

.blog-title {
  padding-bottom: 14px;
  text-decoration: none;
  transition: color .4s;
}

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

.blog-title.color-dark {
  margin-bottom: 0;
  text-decoration: none;
  transition: color .3s;
}

.hero-shape-img-01 {
  position: absolute;
  top: 39%;
  right: 2.5%;
}

.hero-shape-img-02 {
  position: absolute;
  left: 35%;
}

.hero-shape-img-03 {
  position: absolute;
  top: 35%;
  left: 12%;
}

.hero-shape-img-04 {
  position: absolute;
  bottom: 15%;
  left: 5%;
}

.nav-wrap {
  z-index: 99999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.style-rich-text-block {
  padding: 60px;
}

.rich-text-block {
  font-weight: 500;
}

.rich-text-block h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2em;
}

.rich-text-block h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.rich-text-block h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.rich-text-block h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.rich-text-block blockquote {
  border-left: 5px solid var(--primary);
  color: #666;
  background-color: #fafafa;
  margin-top: 40px;
  margin-bottom: 43px;
  padding: 37px 30px;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.rich-text-block figure {
  margin-bottom: 20px;
  padding-right: 10px;
}

.rich-text-block img {
  width: 100%;
}

.rich-text-block ul {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  list-style-type: disc;
}

.rich-text-block h5 {
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
}

.rich-text-block li {
  color: var(--dark);
  padding-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text-block ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}

.rich-text-block p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.rich-text-block a {
  color: rgba(255, 126, 32, .93);
  text-decoration: none;
  transition: color .3s;
}

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

.rich-text-block strong {
  font-weight: 500;
}

.licenses-box-area {
  padding-bottom: 100px;
}

.left-side-area {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 100px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2);
}

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

.right-side-area {
  border-radius: 4px;
  margin-top: 100px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

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

.items-text.w--current {
  background-color: var(--primary);
  color: var(--white);
}

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

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

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

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

.unsflash-photography {
  padding-top: 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;
}

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

.unsflash-img {
  border-radius: 5px;
}

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

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

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

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

.changelog-content-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.date-text {
  color: #070527;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

.line-rounded-icon {
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.dropdown-link {
  padding-top: 10px;
  padding-bottom: 3px;
  padding-left: 8px;
  transition: color .3s;
}

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

.dropdown-link.w--current:focus {
  color: #909896;
}

.dropdown-link.w--current:visited {
  color: #000;
}

.dropdown-link.color-dark.w--current {
  color: var(--primary);
}

.site-logo-image {
  object-fit: contain;
  height: 40px;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
}

.submenu-grid {
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 20px 10px;
  display: grid;
}

.header-right-side {
  display: block;
}

.header-nav-menu {
  grid-column-gap: 7px;
  justify-content: center;
  align-items: center;
  padding: 34px 0;
  display: flex;
}

.header-nav-menu:hover {
  color: var(--primary);
}

.dropdown-text {
  display: inline-block;
}

.header-menu-content {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-menu-items {
  padding: 10px 10px 5px;
}

.submenu-title {
  padding-bottom: 20px;
  padding-left: 8px;
  font-size: 20px;
  line-height: 1.7em;
}

.header-wrapper-menu {
  align-items: center;
}

.header-nav-list-item {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  transition: color .3s;
  position: relative;
}

.header-nav-list-item:hover {
  color: var(--primary);
}

.hero-section {
  background-image: url('../images/BG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.hero-section.new {
  background-image: linear-gradient(rgba(0, 48, 70, .64), rgba(0, 48, 70, .64)), url('../images/patrick-hendry-6xeDIZgoPaw-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 768px;
}

.bg-main-color {
  margin-bottom: 50px;
}

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

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

.heading-xs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.556em;
}

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

.text-regular {
  font-weight: 400;
}

.btn-primary {
  justify-content: center;
  align-items: center;
  max-width: 214px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.btn-text {
  padding-right: 9px;
}

.btn-line {
  background-color: var(--white);
  width: 50px;
  height: 2px;
}

.btn-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transform: translate(-8px);
}

.header-canvas {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 18%;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.search-icon {
  color: var(--dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.translate-language {
  border: 1px solid var(--light-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  margin-right: 15px;
  padding: 10px 4px;
  display: flex;
}

.change-language {
  color: var(--dark);
  background-color: rgba(243, 243, 243, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}

.language-box {
  justify-content: center;
  align-items: center;
}

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

.color-light-grey {
  color: #f1f1f1;
}

.canvas-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.canvas-icon-box {
  z-index: 99999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-banner-heading {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  display: flex;
}

.hero-area-content {
  max-width: 670px;
  padding-top: 31px;
  display: flex;
}

.hero-area-content.new {
  max-width: 710px;
  padding-top: 20px;
}

.hero-style-line {
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-right: 70px;
}

.hero-content-wrapper {
  width: 75%;
}

.hero-content-wrapper.new {
  width: 100%;
}

.scroll-to-bottom {
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50px;
}

.scroll-content {
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.scroll-content.color-dark:hover {
  color: var(--primary);
}

.mode-btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.scroll-down-icon {
  padding-left: 17px;
  font-family: "Fa solid 900", sans-serif;
}

.scroll-btn {
  cursor: pointer;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.about-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  position: relative;
}

.about-image-box {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-content-area {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/BG-6.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}

.award-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.about-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 5px;
  display: flex;
}

.about-subtitle.companys {
  padding-bottom: 0;
}

.about-heading {
  padding-bottom: 24px;
}

.about-heading.move-top-200.new {
  padding-bottom: 40px;
}

.about-subtitle-line {
  width: 50px;
  height: 1px;
}

.about-image {
  width: 74.5vw;
}

.about-stutitle-text.text-lg.text-medium {
  color: #003046;
}

.about-content-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.about-expreance {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 47px;
  display: block;
}

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

.about-description.color-white {
  color: #f1f6f8;
}

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

.expreance-count-number {
  align-items: flex-start;
  height: 70px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.award-name {
  grid-column-gap: 16px;
  display: flex;
}

.award-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1.18px solid #09445f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 0;
  display: grid;
}

.award-grid-box.move-top-500 {
  display: flex;
}

.award-grid-box.move-top-600, .award-grid-box.move-top-400 {
  display: block;
}

.award-grid-box.margin-b-32 {
  margin-bottom: 32px;
}

.client-section {
  width: 100%;
  overflow: hidden;
}

.client-info {
  grid-column-gap: 70px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.client-info-item {
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-section {
  background-image: url('../images/bg-shape.png'), url('../images/BG-1.png');
  background-position: 50%, 50%;
  background-repeat: repeat-y, repeat;
  background-size: auto, auto;
  padding-top: 130px;
  padding-bottom: 0;
  position: relative;
}

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

.feature-image-box {
  padding-top: 60px;
  position: relative;
}

.meeting-image {
  padding-top: 0;
}

.building-image {
  padding-bottom: 20px;
}

.feature-top-image {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-bottom: 50px;
  display: grid;
}

.feature-bottom-image {
  justify-content: flex-end;
  padding-left: 80px;
  display: flex;
}

.feature-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.feature-tab {
  border-bottom: 1px solid var(--light-grey);
  color: var(--dark-light);
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 97px;
  margin-right: 9px;
  padding: 0;
}

.feature-tab.w--current {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
}

.feature-tab-menu {
  padding-bottom: 5px;
}

.feature-tab-menus {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 270px;
  padding-bottom: 19px;
  display: grid;
}

.feature-list-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 22px;
  display: grid;
}

.work-progress {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
}

.work-progress-area {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.progress-section-heading {
  padding-bottom: 22px;
}

.progress-item {
  padding-bottom: 19px;
}

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

.progress-title {
  padding-bottom: 8px;
}

.infinte-image {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-tab-box {
  cursor: none;
  border-radius: 5px;
  flex: none;
  width: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.case-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.case-item-content {
  z-index: 999;
  cursor: pointer;
  width: 100%;
  max-width: 267px;
  padding: 16px 17px 15px 24px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.case-item-icon {
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(-45deg);
}

.case-item-title {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.case-item-title.color-dark {
  transition: color .3s;
}

.case-item-title.color-dark:hover {
  color: var(--primary);
}

.case-study-meta {
  max-width: 267px;
  display: flex;
}

.hiphen {
  line-height: .9em;
}

.cursor-view {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cursor-view.bg-dark {
  justify-content: center;
  align-items: center;
}

.circle-cursor-wrapper {
  z-index: 9;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-cursor-wrapper:hover, .circle-cursor-wrapper:active, .circle-cursor-wrapper:focus {
  text-decoration: none;
}

.case-study-image {
  width: 100%;
  overflow: hidden;
  transform: scale(1.4);
}

.case-image-wrapper {
  width: 100%;
}

.case-study-sections {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 110px;
}

.sticky {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.case-study-items {
  flex: none;
  display: flex;
}

.case-wrap {
  width: 100%;
}

.case-items-list {
  grid-column-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-wrap {
  height: 190vh;
}

.case-study-heading {
  padding-bottom: 61px;
}

.case-section-heading {
  width: 100%;
}

.case-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.case-heading {
  padding-top: 20px;
}

.progress-architecture {
  z-index: 9;
  width: 95%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-interior {
  z-index: 9;
  width: 70%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-renovation {
  z-index: 9;
  width: 85%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-construction {
  z-index: 9;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-wrapper {
  width: 95%;
}

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

.rotate-home-image {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.team-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.team-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.team-subtitle, .team-subtitle-text {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.team-subtitle-line {
  width: 50px;
  height: 1px;
}

.team-items {
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.team-items.team-one {
  max-width: 310px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.team-image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.team-item-content {
  background-color: var(--white);
  padding-top: 19px;
}

.team-item-title {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.team-item-text {
  display: flex;
}

.team-image-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  background-color: rgba(221, 221, 221, 0);
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.quote-image {
  padding-bottom: 38px;
}

.testimonial-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 100px;
}

.testimonial-description {
  padding-bottom: 33px;
}

.testimonial-client-name {
  padding-bottom: 5px;
}

.client-designation, .client-description {
  text-align: center;
}

.slide-nav {
  display: none;
}

.testimonial-slide-icon {
  border: 1px solid var(--grey-light);
  color: #b7b7b7;
  cursor: pointer;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .4s;
  position: relative;
  transform: none;
}

.testimonial-slide-icon:hover {
  border-color: var(--dark-light);
  color: var(--dark);
}

.slide-left-icon {
  align-items: center;
  height: 100%;
  padding-left: 33px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
}

.testimonial-slide-left {
  align-items: center;
  display: flex;
  left: -67px;
}

.testimonial-slide-right {
  align-items: center;
  display: flex;
  right: -67px;
}

.slide-right-icon {
  z-index: 999;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  transform: translate(0);
}

.testimonial-icon-left {
  border: 1px solid var(--grey-light);
  color: #b7b7b7;
  cursor: pointer;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .4s;
  position: relative;
}

.testimonial-icon-left:hover {
  border-color: var(--dark-light);
  color: var(--dark);
}

.counter-section {
  background-image: url('../images/BG-8.png'), url('../images/BG-9.png');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat-y;
  background-size: cover, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.counter-section.bg-primary {
  background-image: none;
}

.counter-wrapper {
  z-index: 999999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.count-number {
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 13px;
  display: flex;
  overflow: hidden;
}

.counter-title {
  text-align: center;
  padding-top: 10px;
}

.counter-style-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.blog-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 123px;
}

.blog-item-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 61px;
  display: grid;
}

.blog-thumbnail {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-bottom: 26px;
  overflow: hidden;
}

.blog-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  transform: scale(1.1);
}

.blog-meta {
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.blog-category {
  align-items: center;
  padding-right: 5px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.blog-category.color-dark:hover {
  color: var(--primary);
}

.blog-description {
  padding-bottom: 20px;
}

.blog-btn {
  grid-column-gap: 5px;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-btn-icon {
  padding-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(-45deg);
}

.category-coma {
  padding-left: 3px;
}

.blog-btn-text {
  padding-right: 5px;
}

.blog-btn-wrap {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-section {
  padding-top: 126px;
  padding-bottom: 122px;
}

.footer-section.bg-dark {
  background-color: var(--dark);
}

.footer-area {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  padding-bottom: 28px;
}

.footer-widget-title {
  padding-bottom: 23px;
}

.footer-menu-text {
  padding-bottom: 10px;
}

.footer-menu-text.color-grey {
  color: #f1f6f8;
  transition: color .3s;
}

.footer-menu-text.color-grey:hover {
  color: var(--primary);
}

.footer-contact-address {
  padding-bottom: 10px;
}

.footer-contact-address.color-grey {
  color: #f1f6f8;
}

.footer-contact-phone {
  padding-bottom: 10px;
}

.footer-contact-phone.color-grey {
  color: #f1f6f8;
  transition: all .3s;
}

.footer-contact-phone.color-grey:hover {
  color: var(--primary);
}

.footer-contact-gmail {
  transition: opacity .3s;
}

.footer-contact-gmail.color-grey {
  color: #f1f6f8;
}

.footer-contact-gmail.color-grey:hover {
  color: var(--primary);
}

.footer-phone-number {
  text-decoration: none;
  display: block;
}

.footer-contact-mail {
  margin-bottom: 4px;
  text-decoration: none;
  display: block;
}

.footer-copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.7fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-text {
  padding-right: 0;
}

.copyright-section {
  border-top: 1px solid #222;
}

.copyright-section.bg-dark {
  border-top-color: #09445f;
}

.copyright-newlatter {
  border-left: 1px solid #09445f;
  border-right: 1px solid #09445f;
  padding: 39px 60px 38px;
}

.copyright-mail-field {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #09445f;
  margin-bottom: 0;
  padding-left: 0;
}

.copyright-mail-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--primary);
}

.copyright-newslatter-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.newslater-btn {
  z-index: 22;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  transition: color .3s;
  position: absolute;
  right: 0;
}

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

.body {
  cursor: auto;
}

.footer-social-media {
  grid-column-gap: 5px;
  display: flex;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  transition: color .3s;
  display: flex;
}

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

.footer-useful-link {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-menu {
  text-decoration: none;
  display: block;
}

.footer-social-list {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.team-first {
  position: -webkit-sticky;
  position: sticky;
  top: 270px;
}

.team-second {
  margin-top: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 270px;
}

.team-item-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 61px;
  display: grid;
  position: relative;
}

.team-third {
  margin-top: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 270px;
}

.team-forth {
  margin-top: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 270px;
}

.cursor-view-border {
  border-style: dotted dotted dotted solid;
  border-width: 1px 2px 2.3px;
  border-color: rgba(255, 255, 255, .9) var(--white) var(--white) rgba(102, 102, 102, .41);
  border-radius: 95%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.view-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-banner-title {
  height: 145px;
  overflow: hidden;
}

.about-section-wrapper {
  flex-direction: column;
}

.feature-light-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.play-white-block {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
}

.hero-video-img-block {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.play-btn-block {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  display: flex;
}

.play-btn-block.bg-white {
  background-color: rgba(255, 255, 255, .1);
}

.play-icon {
  padding-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.play-white-shape {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
}

.play-white-shape.bg-white {
  z-index: 5;
}

.play-btn {
  background-image: linear-gradient(35deg, var(--primary), var(--primary));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.play-btn.color-white {
  z-index: 100;
  position: relative;
}

.wave-effect {
  background-color: #f5f5f5;
  border-radius: 151px;
  width: 170px;
  height: 170px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-video {
  text-decoration: none;
}

.skill-percent {
  text-align: right;
  width: 100%;
  position: absolute;
  top: -30px;
}

.collection-item {
  width: 33%;
}

.browse-all-btn {
  align-items: center;
}

.team-member-name {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
}

.team-member-name:hover {
  color: var(--primary);
}

.blog-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-subtitle-line {
  width: 50px;
  height: 1px;
}

.header-nav-menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.sub-header-area {
  border-bottom: 1px solid var(--grey-light);
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.sub-header-info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-location {
  grid-column-gap: 10px;
  border-right: 1px solid var(--grey-light);
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 30px;
  display: flex;
}

.header-mail {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 30px;
  display: flex;
}

.sub-header-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-header-menu {
  grid-column-gap: 30px;
  border-right: 1px solid var(--grey-light);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 30px;
  display: flex;
}

.location-icon, .email-icon {
  font-family: "Fa solid 900", sans-serif;
}

.sub-header-icon {
  font-family: "Fa brands 400", sans-serif;
}

.sub-header-social-icon {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 30px;
  display: flex;
}

.site-logo-img {
  position: absolute;
  top: -40px;
  bottom: 0%;
  left: 0;
  right: 0;
}

.nav-contant-wrapper {
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.breadcurmb-area {
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/pointing-sketch.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 179px;
  padding-bottom: 179px;
}

.breadcurmb-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-menu {
  color: var(--dark);
  padding: 33px 0 22px;
  text-decoration: none;
  transition: color .3s;
}

.top-nav-menu.w--current {
  color: var(--primary);
}

.dropdown-wrapper {
  padding-top: 33px;
  padding-bottom: 22px;
}

.top-subtitle-content {
  grid-column-gap: 15px;
  background-color: #fff1e7;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.top-subtitle-time {
  background-color: var(--peach-puff);
  border-radius: 4px;
  padding: 3px 8px 2px;
}

.top-time-text {
  color: var(--dark);
  font-size: 12px;
}

.about-section-area {
  padding-top: 130px;
  padding-bottom: 70px;
}

.about-section-area.padding-bottom-none {
  padding-bottom: 0;
}

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

.about-content-wrapper.venture {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 72px;
}

.about-content-wrapper.venture.new {
  margin-bottom: 32px;
}

.about-content-box {
  display: block;
}

.about-image-wrapper {
  display: none;
}

.about-subtitle-wrap {
  background-color: #f1f6f8;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
}

.about-subtitle-wrap.move-top-100.mn32 {
  margin-bottom: 32px;
}

.about-subtitle-wrap.mb48 {
  margin-bottom: 24px;
}

.about-section-title {
  padding-top: 14px;
  padding-bottom: 20px;
}

.about-section-description {
  padding-bottom: 27px;
  padding-right: 40px;
}

.about-section-description.move-top-300.padding-none {
  padding-bottom: 0;
}

.about-section-description.padding-none {
  padding-right: 0;
}

.about-subtitle-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.about-item-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 38px;
  display: grid;
}

.expereance-area {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
}

.expereance-year {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.expereance-year-count {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.about-light-box {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.light-box-playbtn {
  border: 1px solid var(--grey-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.about-videos {
  text-decoration: none;
  position: relative;
}

.about-image-area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-process-area {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  padding: 0;
  display: none;
}

.single-work-process {
  padding: 0;
  position: relative;
}

.work-progress-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.work-process-number {
  z-index: 2;
  color: #f1f6f8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-process-img {
  z-index: 4;
  position: relative;
}

.work-process-title {
  padding-bottom: 13px;
}

.work-process-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

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

.counter-section-area {
  background-image: url('../images/BG-8.png'), url('../images/BG-9.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto;
  padding-top: 119px;
  padding-bottom: 123px;
}

.team-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  border-top: 1px solid #d6e0e4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-section {
  background-image: url('../images/Line-1.png'), linear-gradient(#f9f9f9, #f9f9f9);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto, auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: none;
}

.service-slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  margin-top: 61px;
  padding-bottom: 20px;
  overflow: hidden;
}

.service-heading {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-heading-description {
  width: 100%;
  max-width: 400px;
}

.service-subtitle-wrap {
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 14px;
  padding: 6px 10px;
  display: inline-block;
}

.service-slider-items {
  width: 100%;
  margin-right: 29px;
}

.service-image {
  overflow: hidden;
}

.service-mask {
  width: 32%;
  overflow: visible;
}

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

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

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

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

.service-arrow-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: flex;
  box-shadow: 1px 1px 5px 1px rgba(63, 63, 63, .1);
}

.service-arrow-wrap.bg-white.color-dark-light:hover {
  background-color: var(--primary);
  color: var(--white);
}

.service-right-icon {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.service-slider-content {
  grid-column-gap: 20px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 31px 50px 31px 30px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
}

.service-slider-content.bg-white {
  z-index: 9;
  position: relative;
}

.slide-content-image {
  width: 100%;
  max-width: 60px;
}

.service-slider-title {
  width: 70%;
}

.service-slider-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.year-1st-number {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
}

.team-about-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.team-items-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 61px;
  display: grid;
  position: relative;
}

.service-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.service-items-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-contact-btn {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.service-btn-items {
  grid-column-gap: 5px;
  background-color: var(--white-smoke);
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 490px;
  padding: 10px 18px;
  display: flex;
}

.team-section-wrapper {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.team-join-section {
  background-color: #f9f9f9;
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.team-join-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.join-description {
  padding-top: 20px;
  padding-bottom: 38px;
}

.team-join-description {
  text-align: center;
}

.btn-secondary {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  padding: 17px 34px;
  font-family: Euclid circular b, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.single-team-section {
  background-color: #f9f9f9;
  padding-bottom: 130px;
}

.single-team-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.9fr;
  grid-auto-columns: 1fr;
  margin-top: -70px;
  display: grid;
}

.single-team-tumbnail {
  border-radius: 5px;
  padding: 30px 30px 60px;
}

.team-social {
  border-radius: 5px;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin-top: -87px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 30px;
  display: flex;
  position: relative;
}

.team-social-wrap {
  grid-column-gap: 20px;
  justify-content: flex-end;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

.single-team-social {
  font-size: 17px;
  text-decoration: none;
}

.single-team-social.color-white {
  transition: all .4s;
}

.single-team-social.color-white:hover {
  color: var(--dark);
}

.team-social-text {
  padding-right: 19px;
}

.team-thumbnail {
  width: 100%;
}

.team-content-wrap {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 30px 15px;
}

.single-team-title {
  padding-bottom: 16px;
}

.single-team-designation {
  padding-bottom: 27px;
}

.single-team-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.overview-heading {
  padding-bottom: 12px;
}

.overview-descrioption {
  padding-bottom: 20px;
}

.team-membar-details {
  width: 100%;
  max-width: 350px;
}

.team-details-title {
  justify-content: space-between;
  display: flex;
}

.team-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  padding-bottom: 11px;
  display: grid;
}

.team-details-content {
  padding-left: 50px;
}

.experieance-skill {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
}

.experieance-title {
  padding-bottom: 13px;
}

.team-single-item {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.team-title {
  transition: all .4s;
}

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

.case-items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-image-wrap {
  width: 100%;
}

.case-study-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  transform: scale(1.2);
}

.cursor-views {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cursor-views.bg-dark {
  justify-content: center;
  align-items: center;
}

.my-work-title {
  padding-bottom: 23px;
}

.my-work {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
}

.case-study-areas {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 0;
}

.case-area-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 61px;
  display: grid;
}

.case-title {
  padding-top: 14px;
}

.case-details-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.case-details-content {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-client-info {
  padding: 0;
}

.case-study-thumbnail {
  padding-bottom: 40px;
}

.case-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
}

.case-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 660px;
}

.case-details-title {
  border-left: 2px solid var(--primary);
  margin-bottom: 23px;
}

.case-title-text {
  padding-left: 10px;
}

.case-client-information {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.case-client-title {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.case-client-meta {
  text-align: right;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.case-details-wrap {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 30px 20px;
}

.case-inquery-area {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 60px 50px;
}

.case-inquery-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inquery-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 34px;
  font-size: 24px;
  line-height: 1.3em;
}

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

.inquery-btn {
  width: 100%;
  text-decoration: none;
}

.rich-text-area {
  padding-bottom: 20px;
}

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

.mines-icon {
  display: block;
  position: absolute;
}

.qestion-text {
  align-items: center;
  width: 95%;
  padding-right: 10px;
  display: flex;
}

.faq-pluse-answer {
  padding-left: 30px;
}

.faq-height-bottom {
  height: 13px;
}

.pluse-icon {
  display: block;
}

.question-right-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 25px;
  display: flex;
  position: relative;
}

.faq-plus-height-top {
  height: 28px;
  margin-top: 1px;
}

.faq-plus-single-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-pluse-question {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 3px;
  justify-content: space-between;
  align-items: stretch;
  padding: 18px 20px;
  display: flex;
}

.contact-form-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  position: relative;
}

.contact-info-area {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.contact-google-map {
  width: 44%;
  min-height: 870px;
}

.contact-form-wrapper {
  width: 51%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.get-in-touch {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 36px;
  font-weight: 500;
}

.contact-form {
  margin-top: 52px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.input-field-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 19px;
  display: flex;
}

.input-title {
  margin-bottom: 8px;
}

.input-field {
  width: 50%;
}

.input-message-field {
  width: 100%;
  margin-bottom: 30px;
}

.contact-message {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 5px;
  width: 100%;
  max-width: 770px;
  height: 100%;
  min-height: 170px;
  max-height: 180px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-left: 27px;
}

.contact-message:focus {
  border-width: 1px;
  border-color: var(--primary);
}

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

.google-map-image {
  object-fit: cover;
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.input-box {
  background-color: #f9f9f9;
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 27px;
}

.input-box:focus {
  border-width: 1px;
  border-color: var(--primary);
}

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

.faq-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.faq-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.9fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-join-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-area {
  height: 100vh;
  padding: 60px 121px 77px;
}

._404-page-wrapper {
  background-image: url('../images/BG-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-page-image {
  padding-bottom: 28px;
}

._404-page-description {
  text-align: center;
  padding-bottom: 42px;
}

.faq-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.btn-square {
  background-color: var(--primary);
  color: var(--white);
  padding: 17px 34px;
  font-family: Euclid circular b, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.btn-square:hover {
  background-color: var(--dark);
}

.case-single-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 36px;
}

.case-gallery-image {
  padding-bottom: 40px;
}

.case-gallery-items {
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

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

.gallery-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.team-items-content {
  background-color: var(--white);
  padding-top: 19px;
}

.team-single-card {
  grid-column-gap: 0px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-social-area {
  z-index: 9;
  border-top-left-radius: 5px;
  padding: 10px 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-single-wrapper {
  position: relative;
  overflow: hidden;
}

.single-team-media {
  font-size: 16px;
  text-decoration: none;
}

.single-team-media.color-white {
  transition: all .4s;
}

.single-team-media.color-white:hover {
  color: var(--dark);
}

.team-image-boxs {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-block-area {
  position: relative;
}

.blog-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.blog-area-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-blog-box {
  padding-bottom: 53px;
}

.blog-img {
  width: 100%;
  padding-bottom: 31px;
}

.blog-meta-box {
  align-items: flex-start;
  display: flex;
}

.blog-category-name {
  transition: color .3s;
}

.blog-category-name.color-dark:hover {
  color: var(--primary);
}

.blog-date-text {
  padding-left: 10px;
}

.blog-heading-title {
  padding-bottom: 20px;
  text-decoration: none;
}

.blog-headings {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .3s;
}

.blog-headings.color-dark:hover {
  color: var(--primary);
}

.blog-descriptions {
  padding-bottom: 32px;
}

.blog-search {
  align-items: flex-end;
  display: flex;
}

.search-input {
  border: 0 solid #000;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-left: 0;
}

.search-input:focus {
  border-bottom-color: var(--grey-light);
}

.blog-search-btn {
  background-color: rgba(56, 152, 236, 0);
  border-bottom: 1px solid #f1f1f1;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  transition: color .3s;
}

.blog-search-btn:hover {
  color: var(--primary);
}

.blog-category-area {
  padding-top: 0;
  padding-bottom: 40px;
}

.blog-category-items {
  text-decoration: none;
  transition: color .3s;
}

.blog-category-items:hover {
  color: var(--primary);
}

.category-text {
  font-size: 20px;
}

.recent-post-items {
  align-items: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.recent-post-image {
  width: 32%;
}

.recent-post-content {
  width: 68%;
  padding-left: 20px;
}

.blog-small-image {
  height: 100%;
  min-height: 80px;
}

.small-post-date {
  padding-top: 2px;
  font-size: 15px;
}

.blog-tag-area {
  padding-top: 40px;
  padding-bottom: 71px;
}

.tag-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.blog-single-tag {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 4px 13px 4px 12px;
  text-decoration: none;
}

.blog-images {
  width: 100%;
  display: block;
}

.tag-area-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 17px;
}

.blog-category-box {
  flex: none;
  padding-bottom: 5px;
  text-decoration: none;
}

.small-blog-heading {
  text-decoration: none;
  transition: color .3s;
}

.small-blog-heading:hover {
  color: var(--primary);
}

.blog-details-wrapper {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: 38px;
}

.blog-meta-area {
  grid-column-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 17px;
  display: flex;
}

.blog-section-areas {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 90px;
}

.blog-full-description {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-bottom: 130px;
}

.blog-details-thumbnail {
  border-top: 1px solid var(--grey-light);
  padding-top: 50px;
}

.blog-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.blog-details-content {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 39px;
  display: grid;
}

.blog-pagination-btn {
  border-radius: 5px;
  margin-left: 0;
  transition: all .3s;
}

.blog-pagination-btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.pagination {
  grid-column-gap: 20px;
  justify-content: flex-start;
  padding-top: 40px;
}

.services-section-area {
  background-image: url('../images/Line.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 130px;
}

.services-heading {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 62px;
  display: flex;
}

.services-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
}

.services-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.service-section-description {
  width: 37%;
  padding-left: 0;
}

.service-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.single-items-box {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  border: 1px solid #292929;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-item-number {
  padding-bottom: 29px;
}

.service-items-title {
  padding-bottom: 16px;
}

.service-description {
  padding-bottom: 61px;
  line-height: 1.5em;
}

.service-box-icon {
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.service-item-link {
  font-size: 20px;
  transform: rotate(-45deg);
}

.single-sevice-image {
  z-index: 1;
  float: right;
  opacity: 0;
  text-align: right;
  width: 290px;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.single-service-content {
  z-index: 2;
  float: left;
  background-color: var(--dark);
  width: 292px;
  padding: 50px 10px 50px 40px;
  position: relative;
}

.single-service-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.single-service-number {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

.service-hover-image {
  width: 100%;
  height: 100%;
}

.service-all-btn {
  justify-content: flex-end;
  width: 24%;
  display: flex;
}

.service-section-btn {
  border: 1px solid #454545;
  justify-content: center;
  align-items: center;
  max-width: 215px;
  padding: 17px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.service-section-btn:hover {
  background-color: var(--dark);
}

.more-service-items {
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 17px 30px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.more-service-items:hover {
  background-color: var(--primary);
  color: var(--white);
}

.document-download-area {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 30px;
}

.document-details-title {
  border-left: 2px solid var(--primary);
  margin-bottom: 23px;
}

.single-document {
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 17px 30px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.single-document:hover {
  background-color: var(--primary);
  color: var(--white);
}

.download-icon {
  font-family: "Fa solid 900", sans-serif;
}

.service-thumbnail {
  margin-bottom: 36px;
}

.service-details-description {
  padding-top: 15px;
  padding-bottom: 23px;
}

.feature-list-heading {
  padding-bottom: 17px;
}

.feature-list-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.feature-list-items {
  justify-content: space-between;
  width: 100%;
  max-width: 457px;
  padding-bottom: 23px;
  display: flex;
}

.feature-list-content {
  padding-bottom: 8px;
}

.gallery-description {
  padding-bottom: 33px;
}

.gallery-main-heading {
  padding-bottom: 17px;
}

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

.canvas-content-wrapper {
  z-index: 99;
  background-color: var(--dark);
  width: 100%;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
}

.canvaas-content-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.canvas-menu-wrap {
  border-top: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  padding-top: 87px;
  padding-bottom: 70px;
}

.canvas-contact-info {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 97px;
  display: flex;
}

.canvas-single-menu {
  cursor: pointer;
  border-top: 1px solid #2c2c2c;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.canvas-menu-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.canvas-logo {
  border-bottom: 1px solid #2c2c2c;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 99px;
}

.canvas-contact-box {
  padding-bottom: 150px;
  padding-left: 99px;
}

.canvas-location, .canvas-phone, .canvas-email {
  padding-bottom: 30px;
}

.canvas-contact-text {
  padding-top: 6px;
  font-size: 22px;
}

.canvas-social-icon {
  grid-column-gap: 20px;
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.canvas-social-media {
  font-family: "Fa brands 400", sans-serif;
  transition: color .3s;
}

.canvas-social-media:hover {
  color: var(--primary);
}

.canvas-email-text {
  text-decoration: none;
  transition: color .3s;
}

.canvas-email-text.color-light-grey:hover {
  color: var(--primary);
}

.canvas-phone-box {
  text-decoration: none;
  transition: color .3s;
}

.canvas-phone-box:hover {
  color: var(--primary);
}

.canvas-social-wrap {
  text-decoration: none;
}

.canvas-menu-wrapper {
  border-bottom: 1px solid #2c2c2c;
}

.canvas-close-icon {
  z-index: -1;
  border: 2px solid var(--white);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.canvas-alter-menu {
  overflow: hidden;
}

.canva-menu-change {
  height: 70px;
}

.canvas-change-menu {
  background-image: linear-gradient(345deg, var(--primary) 50%, white 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.canvas-menu-bg {
  background-color: var(--dark);
  border-radius: 50%;
  width: 100em;
  height: 100em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.canvas-bg-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 80em;
  height: 80em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.canvas-menu-number {
  color: var(--grey-light);
  text-align: right;
}

.canvas-menu-numbers {
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 60px;
  display: flex;
  position: relative;
}

.canvas-change-number {
  color: var(--primary);
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.header-menu-text {
  color: var(--white);
  padding: 24px 0;
  transition: color .3s;
}

.header-menu-text:hover, .header-menu-text.w--current {
  color: var(--primary);
}

.dropdoen-icon {
  font-family: "Fa solid 900", sans-serif;
}

.header-dropdown {
  grid-column-gap: 7px;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

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

.about-right-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 570px;
}

.about-right-image.small {
  height: 670px;
}

.about-right-image.auto {
  height: auto;
}

.about-right-image.new {
  height: 400px;
}

.about-right-image.new.small {
  height: 300px;
}

.about-right-image.new.small.greencapital {
  object-position: 0% 50%;
}

.single-slider-items {
  text-decoration: none;
}

.testimonial-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 80px;
}

.tag-breadcurmb-content {
  grid-column-gap: 20px;
  display: flex;
}

.tag-name {
  text-transform: capitalize;
}

.tag-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.category-section {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.breadcurmb-contents {
  grid-column-gap: 20px;
  display: flex;
}

.service-slider-item {
  width: 100%;
}

.single-blog-category {
  text-decoration: none;
  transition: color .3s;
}

.single-blog-category:hover {
  color: var(--primary);
}

.author-link {
  text-decoration: none;
  transition: color .3s;
}

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

.autor-breadcurmb {
  grid-column-gap: 20px;
  display: flex;
}

.case-study-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.video-effect {
  z-index: -1;
  background-color: var(--primary);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.9);
}

.canvas-initial-icon {
  border: 2px solid var(--grey-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.blog-details-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

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

.service-icon-box {
  width: 100%;
  height: 100%;
}

.team-sidebar-stiky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.author-section-area {
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.service-details-explore {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  padding: 17px 34px;
  font-family: Euclid circular b, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.service-details-explore:hover {
  background-color: var(--white);
  color: var(--primary);
}

.loading-bar-wrapper {
  z-index: 9000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  min-height: 4px;
}

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

.service-overview-content {
  padding-top: 61px;
  padding-bottom: 130px;
}

.service-overview-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overview-content {
  justify-content: space-between;
  max-width: 370px;
}

.overview-single-content {
  justify-content: space-between;
  padding: 11px 19px;
  display: flex;
}

.service-heading-box {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-area {
  margin-bottom: 0;
}

.success-check-mark {
  border: 2px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  display: flex;
}

.success-message-area {
  background-color: #a3e5c6;
  border-radius: 7px;
  position: relative;
}

.success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.success-content {
  padding-top: 20px;
  font-size: 36px;
}

.success-message-description {
  padding-top: 10px;
  font-size: 20px;
}

.contact-btn {
  grid-column-gap: 5px;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-form-success {
  color: var(--primary);
  background-color: rgba(221, 221, 221, 0);
  border-radius: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
}

.copyright-link {
  text-decoration: none;
}

.service-heading-content {
  width: 100%;
  max-width: 500px;
}

.service-heading-paragraph {
  width: 100%;
  max-width: 400px;
}

.footer-error-message {
  background-color: rgba(255, 222, 222, 0);
  padding-left: 0;
  padding-right: 0;
}

.text-large {
  color: var(--dark);
  font-size: 20px;
  font-weight: 500;
}

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

.defense-image.move-top-300 {
  margin-bottom: 27px;
  margin-right: 40px;
}

.about-content {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/BG-6.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.about-content.bg-dark {
  background-color: #003046;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.about-content.bg-white {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.company-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.company-block {
  color: #59717b;
  background-color: #fff;
  border: 1px solid #d6e0e4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
}

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

.company-block.border-right-none {
  border-right-width: 0;
  padding: 16px;
}

.company-image {
  object-fit: contain;
  object-position: 0% 50%;
  height: 40px;
  margin-bottom: 40px;
}

.company-image.big {
  height: 72px;
}

.company-image.big.bg {
  background-color: var(--dark);
  width: 80px;
  padding: 16px;
}

.company-image.silicon {
  width: 140px;
}

.company-text {
  color: var(--grey);
  min-height: 48px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.company-title {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.286em;
}

.company-title.mb24 {
  margin-bottom: 24px;
}

.sub-text.mb12 {
  color: var(--primary);
  margin-bottom: 12px;
}

.companys-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.cta-section {
  background-color: #f1f6f8;
  background-image: url('../images/bg-shape.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.companys-slider {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.companys-slider-mask {
  max-width: 50%;
  overflow: visible;
}

.company-slide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.company-arrow {
  color: var(--dark);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: 0%;
  right: 0%;
}

.company-arrow.left {
  right: auto;
}

.company-arrow.right {
  left: auto;
}

.hide {
  display: none;
}

.cta-content {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.cta-content-left {
  text-align: left;
  max-width: 50%;
}

.cta-description {
  padding-top: 20px;
}

.about {
  background-image: linear-gradient(rgba(0, 48, 70, .5), rgba(0, 48, 70, .5)), url('../images/marc-olivier-jodoin--HIiNFXcbtQ-unsplash.jpg');
  background-position: 0 0, 50%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.about._100vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.about.vacuum {
  background-image: linear-gradient(rgba(0, 48, 70, .6), rgba(0, 48, 70, .6)), url('../images/Photograph---Vaccum-System---IPCA_1.webp');
  background-position: 0 0, 50%;
}

.about.zld {
  background-image: linear-gradient(rgba(0, 48, 70, .5), rgba(0, 48, 70, .5)), url('../images/1_1.webp');
  padding-top: 220px;
  padding-bottom: 220px;
}

.about.turnkey {
  background-image: linear-gradient(rgba(0, 48, 70, .5), rgba(0, 48, 70, .5)), url('../images/1_2.webp');
}

.about.defence {
  background-image: linear-gradient(rgba(0, 48, 70, .5), rgba(0, 48, 70, .5)), url('../images/IMG_2052-1_1.webp');
  background-position: 0 0, 50%;
}

.about-img-area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.founders-items-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 61px;
  position: relative;
}

.footer-text {
  color: #f1f6f8;
}

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

.card-section {
  margin-top: -100px;
}

.card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.card:hover {
  transform: translate(0, -10px);
}

.learn-more {
  color: var(--primary);
  text-decoration: none;
}

.card-icon {
  width: 42px;
}

.mission-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mission-section._2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid._3 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-grid._2 {
  grid-column-gap: 0px;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.primary-text {
  margin-bottom: 12px;
}

.primary-text.big {
  font-size: 18px;
}

.primary-text.center {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.button-block {
  text-align: center;
  margin-top: 48px;
}

.principal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 0;
  display: flex;
}

.content {
  margin-top: 42px;
}

.content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 42px;
  display: flex;
}

.content-wrapper.center {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.mb0 {
  margin-bottom: 0;
}

.content-wrapper.gap16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content-wrapper.gap16.move-top-300.mt42, .content-wrapper.gap16.mt32 {
  margin-top: 42px;
}

.content-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
  display: grid;
}

.content-list.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: disc;
}

.content-list.gap-16.mb32 {
  margin-bottom: 32px;
}

.content-list.gap-16.white {
  color: #fff;
}

.content-list.small {
  grid-row-gap: 24px;
}

.ejector-block {
  margin-top: 100px;
}

.ejector-image {
  width: 100%;
  margin-bottom: 32px;
}

.ul-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.ul-list.white {
  color: #fff;
}

.table {
  border: 1px solid var(--stroke);
  margin-bottom: 52px;
}

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

.table-columns.header {
  background-color: var(--dark);
  color: #fff;
  font-weight: 500;
}

.table-rows {
  border-right: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table-rows.last {
  border-bottom-width: 0;
  border-right-width: 0;
}

.table-rows.last-right {
  border-right-width: 0;
}

.table-rows.last-bottom {
  border-bottom-width: 0;
}

.high-energy-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.scrubbers-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sticky-menu-section {
  background-color: var(--white);
  padding-top: 130px;
  padding-bottom: 130px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tab-content {
  border: 1px solid #d6e0e4;
  border-radius: 8px;
  padding: 12px;
}

.link-wrapper {
  grid-row-gap: 8px;
  flex-flow: column wrap;
  display: flex;
}

.tab-link {
  color: var(--dark);
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.tab-link.w--current {
  color: var(--primary);
  background-color: #f1f6f8;
  border-radius: 4px;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.286em;
}

.heading-small.color-dark.text-medium.mb24 {
  margin-bottom: 24px;
}

.heading-small.color-dark.text-medium.mt32 {
  margin-top: 32px;
}

.heading-small.color-dark.text-medium.mb12 {
  margin-bottom: 8px;
  padding: 12px 12px 8px;
}

.heading-small.color-white.text-medium.mt24 {
  margin-top: 24px;
}

.heading-small.color-white.text-medium.mb32 {
  margin-bottom: 32px;
}

.menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.list-title {
  color: #000;
  font-weight: 600;
}

.defence-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  display: grid;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.lightbox-link5, .lightbox-link-2, .lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.images {
  width: 100%;
}

.catalogs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalogs._2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.catalogs-image {
  width: 100%;
}

.image-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-section._2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-copy-right-line {
  border-bottom: 1px solid var(--grey);
  background-color: var(--dark);
  padding-top: 32px;
  padding-bottom: 32px;
}

.catalogs-button {
  background-color: var(--primary);
  cursor: pointer;
  padding: 16px 38px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

.catalogs-button:hover {
  transform: translate(0, -4px);
}

.button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 42px;
  display: flex;
}

.button-wrapper.center {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper.mb0 {
  margin-bottom: 0;
}

.button-wrapper.gap16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.button-wrapper.gap16.move-top-300.mt42, .button-wrapper.gap16.mt32 {
  margin-top: 42px;
}

.new-catalog-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

._3-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pdf-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey-light);
  color: #59717b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.pdf-image {
  border-radius: 6px;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .heading-xxl {
    font-size: 132px;
  }

  .case-tab-box {
    max-height: 500px;
  }

  .hiphen {
    line-height: 1em;
  }

  .case-image-wrapper {
    height: 100%;
    max-height: 600px;
  }

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

  .hero-banner-title {
    height: 145px;
  }

  .skill-percent.text-md {
    text-align: right;
  }

  .inquery-btn {
    text-decoration: none;
  }

  .contact-info-area {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.5fr;
    grid-auto-columns: 1fr;
  }

  .contact-google-map {
    width: 40%;
  }

  .contact-form-wrapper {
    width: 94%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .google-map-image {
    width: 36%;
  }

  .case-gallery-items {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
  }

  .gallery-imgae-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-items-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-single-card {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-social-area {
    z-index: 9999;
    width: 60%;
    padding: 10px 28px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .blog-section-area {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-area-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.8fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .single-blog-box {
    padding-bottom: 53px;
  }

  .blog-img {
    padding-bottom: 31px;
  }

  .blog-meta-box {
    padding-bottom: 4px;
  }

  .blog-category-name {
    transition: color .3s;
  }

  .blog-category-name:hover {
    color: var(--primary);
  }

  .blog-date-text {
    padding-left: 10px;
  }

  .blog-heading-title {
    padding-bottom: 20px;
  }

  .blog-headings {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.3em;
    transition: color .3s;
  }

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

  .blog-descriptions {
    padding-bottom: 32px;
  }

  .blog-search {
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .search-input {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black var(--dark-light) #d2d2d2 black;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-search-btn {
    color: var(--dark);
    background-color: rgba(56, 152, 236, 0);
    border-bottom: 1px solid #d2d2d2;
    padding-left: 0;
    padding-right: 0;
    font-family: "Fa solid 900", sans-serif;
  }

  .blog-category-area {
    padding-top: 40px;
    padding-bottom: 33px;
  }

  .blog-category-items {
    padding-bottom: 10px;
  }

  .blog-sidebar-title {
    padding-bottom: 23px;
  }

  .category-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .recent-post-blog {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .recent-post-items {
    display: flex;
  }

  .recent-post-image {
    width: 32%;
  }

  .recent-post-content {
    width: 68%;
    padding-left: 20px;
  }

  .blog-small-image {
    object-fit: cover;
    height: 100%;
  }

  .small-post-date {
    padding-top: 8px;
    font-size: 12px;
  }

  .blog-tag-area {
    padding-bottom: 71px;
  }

  .tag-area {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-top: 17px;
    display: flex;
  }

  .blog-single-tag {
    border: 1px solid #f1f1f1;
    padding: 4px 13px 4px 12px;
  }

  .tag-area-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-top: 17px;
    display: flex;
  }

  .blog-pagination-btn {
    transition-property: none;
  }

  .blog-pagination-btn:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
  }

  .pagination {
    grid-column-gap: 20px;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  body {
    cursor: auto;
  }

  .about-image-box {
    background-image: linear-gradient(to bottom, var(--white) 20%, var(--dark) 20%);
  }

  .about-content-area {
    background-size: cover;
  }

  .client-section {
    position: relative;
  }

  .case-tab-box {
    max-height: 650px;
  }

  .testimonial-slider {
    height: auto;
  }

  .about-content {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .heading-xl {
    font-size: 40px;
  }

  .heading-xl.text-regular.color-dark.new {
    font-size: 52px;
  }

  .heading-sm {
    font-size: 16px;
  }

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

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

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

  .heading-md {
    font-size: 24px;
  }

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

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

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

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

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

  .style-table-row {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .style-guide-output {
    width: 65%;
  }

  .style-guide-class-name {
    width: 66%;
  }

  .heading-xxl {
    font-size: 80px;
  }

  .nav-contant-block {
    padding-left: 0;
    padding-right: 0;
  }

  .home-navbar {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .home-brand-logo {
    width: 15%;
  }

  .nav-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-block h2 {
    font-size: 22px;
  }

  .rich-text-block h3 {
    font-size: 20px;
  }

  .rich-text-block h4 {
    font-size: 18px;
  }

  .rich-text-block h6 {
    font-size: 15px;
  }

  .rich-text-block blockquote {
    font-size: 20px;
  }

  .rich-text-block h5 {
    font-size: 16px;
  }

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

  .menu-button {
    height: 100%;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .mobile-menu-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(0%, -50%);
  }

  .mobile-menu-icon.color-primary {
    justify-content: center;
    align-items: center;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    position: static;
  }

  .submenu-grid {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .header-right-side {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .07);
  }

  .header-nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .header-menu-content {
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-menu-items {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .submenu-title {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .header-wrapper-menu {
    padding-left: 24px;
  }

  .header-nav-list-item {
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 65px;
  }

  .heading-xs {
    font-size: 16px;
  }

  .header-canvas {
    display: none;
  }

  .hero-style-line {
    margin-right: 50px;
  }

  .hero-description.move-top-500 {
    padding-bottom: 0;
  }

  .about-content-area {
    background-image: none;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-heading.move-top-200.new {
    padding-bottom: 30px;
  }

  .about-content-wrap {
    grid-template-columns: 1fr;
  }

  .expreance-count-number {
    height: 40px;
  }

  .feature-section {
    background-image: url('../images/BG-1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 80px;
  }

  .feature-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .work-progress {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work-progress-area {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .case-tab-box {
    max-height: 600px;
  }

  .cursor-view {
    width: 75px;
    height: 75px;
  }

  .case-study-sections {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
  }

  .team-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-item {
    padding-left: 90px;
    padding-right: 90px;
  }

  .testimonial-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 20px 60px;
  }

  .testimonial-slide-left {
    left: auto;
  }

  .testimonial-slide-right {
    right: 0;
  }

  .counter-section {
    background-image: url('../images/BG-8.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .count-number {
    height: 40px;
  }

  .counter-style-line {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-image {
    min-height: 180px;
  }

  .footer-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-section.bg-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-area {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-logo {
    padding-bottom: 0;
  }

  .footer-widget-title {
    padding-bottom: 16px;
  }

  .footer-copyright {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright-text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .copyright-newlatter {
    padding: 20px;
    display: none;
  }

  .footer-social-media {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-social-icon {
    font-size: 23px;
  }

  .team-first, .team-second {
    top: 220px;
  }

  .team-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-third, .team-forth {
    top: 220px;
  }

  .cursor-view-border {
    width: 50px;
    height: 50px;
  }

  .hero-banner-title {
    height: 80px;
  }

  .play-white-block {
    width: 120px;
    height: 120px;
  }

  .hero-video-img-block {
    background-image: none;
  }

  .play-btn-block.bg-white {
    width: 170px;
    height: 170px;
  }

  .play-icon {
    font-size: 14px;
  }

  .play-white-shape.bg-white {
    width: 90px;
    height: 90px;
  }

  .play-btn.color-white {
    width: 50px;
    height: 50px;
  }

  .wave-effect {
    width: 120px;
    height: 120px;
  }

  .our-video {
    text-decoration: none;
  }

  .header-nav-menu-items {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .breadcurmb-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .top-nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-nav-menu:hover, .top-nav-menu.w--current {
    color: #070527;
  }

  .dropdown-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-content-wrapper {
    grid-column-gap: 29px;
    grid-template-columns: 1fr;
  }

  .about-section-description {
    padding-right: 0;
  }

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

  .work-process-area {
    grid-column-gap: 29px;
    padding-top: 50px;
  }

  .counter-section-area {
    background-image: url('../images/BG-8.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-section {
    background-image: linear-gradient(#f9f9f9, #f9f9f9);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-mask {
    width: 48%;
  }

  .service-slider-heading {
    font-size: 21px;
  }

  .year-1st-number {
    font-size: 32px;
  }

  .year-1st-number.color-dark.text-medium {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .service-items-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-section-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-join-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-team-section {
    padding-bottom: 50px;
  }

  .cursor-views {
    width: 75px;
    height: 75px;
  }

  .case-study-areas {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-area-heading {
    grid-template-columns: 1fr 1fr;
  }

  .case-details-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-details-content {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1.9fr;
  }

  .case-details-wrap {
    padding: 20px;
  }

  .case-inquery-area {
    padding: 25px 20px;
  }

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

  .qestion-text {
    width: 90%;
  }

  .question-right-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact-form-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
  }

  .contact-info-area {
    grid-column-gap: 54px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-google-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .contact-form {
    padding-bottom: 60px;
  }

  .contact-message {
    width: 100%;
    min-width: auto;
  }

  .google-map-image {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .faq-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-content-wrapper {
    grid-column-gap: 31px;
  }

  .team-single-card {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-area-wrapper {
    grid-template-columns: 1.5fr 1fr;
  }

  .blog-headings {
    font-size: 37px;
  }

  .blog-category-area {
    padding-bottom: 20px;
  }

  .blog-details-area {
    padding-bottom: 80px;
  }

  .blog-meta-area {
    grid-column-gap: 50px;
  }

  .blog-section-areas {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
  }

  .blog-full-description {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .blog-details-content {
    grid-column-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: 1.8fr 1fr;
  }

  .pagination {
    padding-top: 20px;
  }

  .services-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-section-heading {
    width: 24%;
  }

  .service-section-description {
    width: 40%;
  }

  .service-item-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    display: flex;
  }

  .single-items-box {
    width: 48%;
  }

  .single-items-box.service-two, .single-items-box.service-item-four {
    margin-left: 20px;
  }

  .single-sevice-image {
    width: 0;
  }

  .single-service-content {
    width: 100%;
  }

  .service-all-btn {
    width: 28%;
  }

  .service-section-btn {
    padding: 15px 20px;
  }

  .canvas-content-wrapper {
    display: none;
  }

  .header-menu-text {
    color: var(--dark);
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .tag-section-area, .category-section, .author-section-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-overview-content {
    padding-bottom: 80px;
  }

  .service-overview-wrapper {
    grid-column-gap: 50px;
  }

  .service-overview-image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .text-large.color-white {
    font-size: 18px;
  }

  .about-content {
    background-image: none;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .companys-slider-mask {
    max-width: 75%;
  }

  .cta-content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .principal-content {
    grid-column-gap: 29px;
    padding-top: 50px;
  }

  .ejector-block {
    margin-top: 80px;
  }

  .tab-content {
    flex-direction: column;
    display: flex;
  }

  .heading-small {
    font-size: 24px;
  }

  .heading-small.color-dark.text-medium.mb12 {
    flex: 1;
  }

  .menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .heading-xl {
    font-size: 35px;
  }

  .heading-xl.text-regular.color-dark.new {
    font-size: 46px;
  }

  .style-typography-contant-block {
    grid-column-gap: 0px;
  }

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

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

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

  .styleguide-grid {
    display: block;
  }

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

  .style-heading.bg-white {
    min-height: 30vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

  .style-contant-heading.bg-white {
    padding: 22px 30px;
  }

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

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

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

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

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

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

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

  .heading-xxl {
    font-size: 50px;
  }

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

  .btn-primary, .btn-secondary {
    padding: 10px 22px;
    font-size: 14px;
  }

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

  .home-brand-logo.w--current {
    width: 24%;
  }

  .rich-text-block h2 {
    font-size: 20px;
  }

  .rich-text-block h3 {
    font-size: 19px;
  }

  .rich-text-block blockquote {
    padding: 30px 30px 30px 24px;
    font-size: 18px;
  }

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

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

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

  .items-text {
    width: 30%;
  }

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

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

  .changelog-content {
    grid-template-columns: 1fr 3fr;
  }

  .submenu-grid {
    padding-top: 10px;
  }

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

  .heading-xs {
    font-size: 15px;
  }

  .btn-primary {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .hero-area-content {
    flex-direction: column;
  }

  .hero-style-line.bg-dark {
    display: none;
  }

  .about-heading.move-top-200.new {
    padding-bottom: 24px;
  }

  .about-content-wrap {
    grid-template-columns: 1fr;
  }

  .about-expreance {
    padding-bottom: 24px;
  }

  .expreance-count-number {
    height: 35px;
  }

  .award-grid-box.move-top-400 {
    grid-template-columns: 2fr 1fr;
  }

  .feature-section {
    padding-top: 80px;
  }

  .feature-tab, .feature-tab-menus {
    border-bottom-width: 0;
  }

  .work-progress {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-tab-box {
    max-height: 490px;
  }

  .case-study-sections {
    padding-top: 80px;
  }

  .sticky {
    height: 95vh;
  }

  .team-section {
    padding-bottom: 60px;
  }

  .team-heading {
    top: 60px;
  }

  .testimonial-slide-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-section {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide-icon {
    position: absolute;
    bottom: 8px;
  }

  .testimonial-slide-left {
    bottom: -28px;
    left: 33%;
  }

  .testimonial-slide-right {
    bottom: -28px;
    right: 33%;
  }

  .testimonial-icon-left {
    position: absolute;
    bottom: 10px;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .count-number {
    height: auto;
    margin-bottom: 6px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-item-area {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-section.bg-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-area {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-contact-address.color-grey {
    padding-bottom: 6px;
  }

  .team-first, .team-second {
    top: 150px;
  }

  .team-item-wrapper {
    padding-top: 0;
  }

  .team-third, .team-forth {
    top: 150px;
  }

  .hero-banner-title {
    height: 60px;
  }

  .play-white-block {
    width: 80px;
    height: 80px;
  }

  .hero-video-img-block {
    border-radius: 6px;
  }

  .play-btn-block.bg-white {
    width: 120px;
    height: 120px;
  }

  .play-white-shape.bg-white, .wave-effect {
    width: 80px;
    height: 80px;
  }

  .breadcurmb-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .about-content-wrapper {
    grid-template-columns: 1fr;
  }

  .about-section-description {
    padding-bottom: 20px;
  }

  .about-item-list {
    grid-template-columns: 1fr;
  }

  .expereance-area {
    grid-template-columns: 1.2fr 1fr;
  }

  .about-image-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .work-process-area {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-section-area, .team-section-area, .service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-subtitle-wrap {
    margin-bottom: 0;
  }

  .service-mask {
    width: 100%;
  }

  .year-1st-number {
    font-size: 24px;
  }

  .team-items-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .service-section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-items-wrapper {
    grid-template-columns: 1fr;
  }

  .team-section-wrapper, .team-join-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-join-content {
    width: auto;
  }

  .single-team-section {
    padding-bottom: 30px;
  }

  .single-team-content {
    grid-template-columns: 1fr;
    margin-top: -50px;
  }

  .case-study-areas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-area-heading {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .case-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-details-content {
    grid-template-columns: 1fr;
  }

  .case-details-image {
    max-height: 500px;
  }

  .inquery-btn {
    width: 50%;
  }

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

  .question-right-icon {
    width: 25px;
    height: 25px;
  }

  .contact-form-wrapper {
    padding-top: 60px;
  }

  .contact-form {
    padding-bottom: 60px;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-section-image {
    padding-bottom: 40px;
  }

  .faq-image {
    width: 100%;
  }

  .team-single-card {
    grid-template-columns: 1fr 1fr;
  }

  .team-social-area {
    width: auto;
  }

  .blog-section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-area-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1.5fr;
  }

  .blog-search {
    max-width: 300px;
  }

  .blog-details-area {
    padding-bottom: 60px;
  }

  .blog-details-wrapper {
    padding-bottom: 10px;
  }

  .blog-section-areas {
    padding-top: 60px;
  }

  .blog-details-content {
    grid-row-gap: 50px;
    grid-template-columns: 2fr;
  }

  .services-heading {
    flex-wrap: wrap;
  }

  .service-section-description {
    width: 69%;
  }

  .single-items-box {
    width: 100%;
  }

  .single-items-box.service-two, .single-items-box.service-item-four {
    margin-left: 0;
  }

  .service-all-btn {
    justify-content: flex-start;
    width: 50%;
    padding-top: 20px;
  }

  .service-section-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .more-service-items {
    padding: 14px 20px;
  }

  .more-service-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .about-right-image {
    height: 420px;
  }

  .about-right-image.small {
    height: 520px;
  }

  .about-right-image.new {
    height: auto;
  }

  .single-slider-items {
    width: 100%;
  }

  .testimonial-section-area {
    padding-bottom: 60px;
  }

  .tag-section-area, .category-section, .author-section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sidebar-elegent-image {
    width: 100%;
  }

  .service-overview-content {
    padding-bottom: 60px;
  }

  .service-overview-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .service-heading-box {
    flex-wrap: wrap;
  }

  .service-heading-paragraph {
    padding-top: 10px;
  }

  .company-block {
    padding: 24px;
  }

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

  .companys-section-title {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .companys-slider-mask {
    max-width: 80%;
  }

  .cta-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: auto;
  }

  .cta-content-left {
    text-align: center;
    max-width: 70%;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .founders-items-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .footet-logo-image {
    height: 40px;
  }

  .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .button-block {
    margin-top: 32px;
  }

  .principal-content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .content-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .content-list.gap-16 {
    grid-template-columns: 1fr 1fr;
  }

  .ejector-block {
    margin-top: 60px;
  }

  .sticky-menu-section {
    display: none;
    top: 66px;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-xl {
    font-size: 30px;
  }

  .heading-xl.text-regular.color-dark.new {
    font-size: 42px;
  }

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

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

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

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

  .heading-lg.color-white {
    font-size: 26px;
  }

  .style-contant-heading.bg-white {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

  .heading-xxl {
    font-size: 39px;
  }

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

  .home-brand-logo {
    width: 35%;
  }

  .home-brand-logo.w--current {
    width: 32%;
    padding-left: 0;
  }

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

  .style-rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block blockquote {
    font-size: 16px;
  }

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

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

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

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

  .items-text {
    display: block;
  }

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

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

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

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

  .changelog-content-area {
    padding-top: 60px;
  }

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

  .submenu-list-right {
    padding-top: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .dropdown-link {
    padding-top: 5px;
    font-size: 15px;
  }

  .dropdown-column-wrapper.w--open {
    padding-left: 0;
  }

  .submenu-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.5fr;
  }

  .submenu-title {
    padding-bottom: 5px;
  }

  .header-wrapper-menu {
    z-index: 999;
    padding-left: 15px;
  }

  .header-nav-list-item {
    padding-bottom: 5px;
  }

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

  .btn-primary {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .hero-banner-heading {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .hero-area-content {
    width: auto;
    padding-top: 12px;
  }

  .hero-style-line {
    margin-top: 10px;
    margin-right: 30px;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .scroll-to-bottom {
    display: none;
  }

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

  .award-content-wrapper.engineers {
    display: none;
  }

  .about-expreance {
    grid-column-gap: 27px;
  }

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

  .feature-section {
    padding-top: 60px;
  }

  .feature-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-image-box {
    padding-top: 0;
  }

  .building-image {
    padding-bottom: 20px;
  }

  .feature-top-image {
    grid-column-gap: 22px;
    padding-bottom: 30px;
  }

  .feature-bottom-image {
    justify-content: center;
    padding-left: 0;
  }

  .work-progress {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-progress-area {
    grid-template-columns: 1fr;
  }

  .infinte-image {
    max-width: 135px;
  }

  .case-study-sections {
    padding-top: 60px;
  }

  .sticky {
    height: 80vh;
  }

  .case-study-wrap {
    height: 250vh;
  }

  .case-study-heading {
    padding-bottom: 50px;
  }

  .team-section {
    padding-bottom: 0;
  }

  .testimonial-slide-item {
    padding-left: 0;
    padding-right: 10px;
  }

  .testimonial-section {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide-icon {
    bottom: 0;
  }

  .testimonial-slide-left {
    bottom: -60px;
    left: 25%;
  }

  .testimonial-slide-right {
    bottom: -60px;
    right: 25%;
  }

  .testimonial-icon-left {
    bottom: 0;
  }

  .counter-section.bg-primary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .counter-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-title {
    padding-top: 4px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-item-area {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-section.bg-dark {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-area {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .copyright-section.bg-dark {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .footer-social-icon {
    font-size: 22px;
  }

  .footer-useful-link {
    grid-template-columns: 1fr;
  }

  .team-item-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hero-banner-title {
    height: 42px;
  }

  .collection-item {
    width: 100%;
  }

  .header-nav-menu-items {
    height: 100%;
  }

  .breadcurmb-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .about-section-description {
    padding-right: 0;
  }

  .about-item-list.move-top-400, .expereance-area, .work-process-area {
    grid-template-columns: 1fr;
  }

  .counter-section-area, .team-section-area, .service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-heading {
    flex-wrap: wrap;
  }

  .service-section-heading {
    padding-bottom: 15px;
  }

  .service-subtitle-wrap {
    margin-bottom: 0;
  }

  .team-items-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .service-section-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-btn-items {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-section-wrapper, .team-join-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-team-section {
    padding-bottom: 20px;
  }

  .single-team-content {
    margin-top: -30px;
  }

  .single-team-tumbnail {
    padding: 10px 10px 40px;
  }

  .team-social {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-descrioption {
    padding-bottom: 40px;
  }

  .team-details-content {
    padding-left: 20px;
  }

  .experieance-skill {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-items-wrapper {
    grid-template-columns: 1fr;
  }

  .my-work {
    padding: 10px;
  }

  .case-study-areas {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case-area-heading {
    padding-bottom: 50px;
  }

  .case-details-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case-details-image {
    max-height: 300px;
  }

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

  .qestion-text {
    width: 90%;
  }

  .contact-form-wrapper {
    padding-top: 50px;
  }

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

  .input-field-wrapper {
    flex-wrap: wrap;
  }

  .input-field {
    width: 100%;
  }

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

  .input-box {
    min-height: 50px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._404-area {
    padding: 60px 20px;
  }

  ._404-page-wrapper {
    width: auto;
  }

  .case-single-title {
    font-size: 27px;
  }

  .gallery-imgae-list {
    grid-template-columns: 1fr;
  }

  .team-single-card {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-section-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-blog-box {
    padding-bottom: 40px;
  }

  .blog-headings {
    font-size: 25px;
  }

  .blog-descriptions {
    padding-bottom: 20px;
  }

  .blog-small-image {
    width: 100%;
  }

  .blog-tag-area {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .blog-details-area {
    padding-bottom: 50px;
  }

  .blog-meta-area {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .blog-section-areas {
    padding-top: 50px;
  }

  .services-section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-section-heading {
    width: 100%;
  }

  .service-section-description {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-items-box.service-two, .single-items-box.service-item-four {
    margin-left: 0;
  }

  .service-all-btn {
    width: 100%;
  }

  .service-section-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .feature-list-items {
    flex-wrap: wrap;
  }

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

  .about-right-image.small {
    height: auto;
  }

  .testimonial-section-area {
    padding-bottom: 100px;
  }

  .tag-section-area, .category-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .autor-breadcurmb {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .author-section-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-overview-content {
    padding-top: 40px;
  }

  .service-heading-box {
    flex-wrap: wrap;
  }

  .text-large.color-white {
    font-size: 16px;
  }

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

  .company-block {
    padding: 16px;
  }

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

  .companys-section-title {
    margin-bottom: 32px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .companys-slider {
    height: auto;
    padding-bottom: 50px;
  }

  .companys-slider-mask {
    max-width: 100%;
  }

  .company-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-content-left {
    max-width: 100%;
  }

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

  .founders-items-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .card-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-wrapper, .principal-content {
    grid-template-columns: 1fr;
  }

  .content-list.gap-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

#w-node-_7dfa70ca-22c0-6fd1-9766-4662c4d987c9-6e7a72bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b89fa396-d11b-0518-75d8-0f6b2c547305-6e7a72bf, #w-node-_46d0ac22-1968-c3a8-e73f-1889a4cccd11-6e7a72bf, #w-node-e44f0773-eeec-8608-8508-e68d4e6cd1fb-6e7a72bf, #w-node-afc469d3-b069-f918-e3ca-41b2a613503f-6e7a72bf, #w-node-fc4a0d28-16ba-7908-88d0-fbac2dd5fc2d-6e7a72bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdb89343-5907-a759-09b1-53c4591c1743-6e7a72bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6e625a-577a-4487-954a-96697f45fc0b-7f45fc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd6e625a-577a-4487-954a-96697f45fc0e-7f45fc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6e625a-577a-4487-954a-96697f45fc19-7f45fc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-d88488d9-34f9-5af9-78ff-abab076ebc99-076ebc96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d88488d9-34f9-5af9-78ff-abab076ebc9f-076ebc96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d88488d9-34f9-5af9-78ff-abab076ebcb3-076ebc96, #w-node-_22c76aec-930d-8dcc-f6b0-6ab9e833e63a-076ebc96, #w-node-_7189444a-d5ca-cdc4-7791-35d38d4d0ef8-076ebc96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e10cfa0-211f-fb42-e654-fcdc9974ee90-337a72cd {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9fe4fb17-28b4-eb88-0e77-ddcc659b4602-337a72cd {
  align-self: center;
  justify-self: center;
}

#w-node-_13d9f175-8f1a-a864-1980-e5da788f390c-337a72cd {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-e728f4d6-0fc7-68f9-2a4f-909fd14e1448-337a72cd, #w-node-e728f4d6-0fc7-68f9-2a4f-909fd14e1450-337a72cd, #w-node-b7252777-f373-24f6-c5ab-5848164f868e-337a72cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7252777-f373-24f6-c5ab-5848164f8694-337a72cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-487a72d0, #w-node-_85f0306a-41ec-2063-e3d2-b4617e52c846-487a72d0, #w-node-_717696aa-040e-e9d5-828c-02998c036806-487a72d0, #w-node-_717696aa-040e-e9d5-828c-02998c03681d-487a72d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_717696aa-040e-e9d5-828c-02998c03681f-487a72d0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_686150e6-f8aa-c6d4-32e9-b19157e7dddf-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7dde6-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7ddeb-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7ddf7-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7ddf8-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7de05-487a72d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#advantages.w-node-_717696aa-040e-e9d5-828c-02998c03686d-487a72d0, #w-node-_717696aa-040e-e9d5-828c-02998c03688a-487a72d0, #w-node-_717696aa-040e-e9d5-828c-02998c036896-487a72d0, #w-node-_717696aa-040e-e9d5-828c-02998c03689e-487a72d0, #w-node-_37217545-26f5-c585-5fa1-f22521616967-487a72d0, #w-node-afd90241-d690-2799-4d39-7e9062c2c813-487a72d0, #w-node-fc95df24-fb89-472d-f8a0-c2e903c0d482-487a72d0, #w-node-fc95df24-fb89-472d-f8a0-c2e903c0d49d-487a72d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc95df24-fb89-472d-f8a0-c2e903c0d49f-487a72d0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-c781757a-9797-ea2a-714a-263602967609-487a72d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9a15035-0076-2b0d-bee4-92dc60203aa7-327a72d1 {
  align-self: center;
}

#w-node-b9fb1edc-e6a1-0594-287a-466ac50dabbd-507a72da {
  align-self: start;
}

#w-node-b5e47d4f-e79d-da5e-6898-7553e2c92ae8-507a72da, #w-node-b5e47d4f-e79d-da5e-6898-7553e2c92af0-507a72da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8358b8a-c0dd-a84d-64d1-9f048c5e258e-fe7a72db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c277c955-5cb8-d946-6cba-6733280c9d7d-fe7a72db, #w-node-c277c955-5cb8-d946-6cba-6733280c9d90-fe7a72db, #w-node-c067c51a-5c37-4129-9c10-b88802c80d48-fe7a72db, #w-node-c83e9187-446d-43e6-adaf-b30e4e7c25ea-fe7a72db, #w-node-_1e531d51-4678-ea54-2fcd-c4d41a49e482-fe7a72db, #w-node-_954316c8-5ace-ed22-286b-982989e1daa5-fe7a72db, #w-node-_20b74663-7470-572a-2503-4c32f8a528f1-fe7a72db, #w-node-_1e531d51-4678-ea54-2fcd-c4d41a49e570-fe7a72db, #w-node-_45e5af86-2749-683f-897c-2a6be188d7a4-fe7a72db, #w-node-_45e5af86-2749-683f-897c-2a6be188d7ab-fe7a72db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45e5af86-2749-683f-897c-2a6be188d7ad-fe7a72db {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#atfd-advantage.w-node-_45e5af86-2749-683f-897c-2a6be188d7e1-fe7a72db, #atfd-application.w-node-f376097a-3406-5df3-9204-56c6d00f8a96-fe7a72db, #w-node-ea16ece4-3626-4270-f4be-2ddcf80101ff-fe7a72db, #w-node-ea16ece4-3626-4270-f4be-2ddcf8010209-fe7a72db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea16ece4-3626-4270-f4be-2ddcf801020b-fe7a72db {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#sc-advantages.w-node-ea16ece4-3626-4270-f4be-2ddcf8010215-fe7a72db, #sc-application.w-node-ea16ece4-3626-4270-f4be-2ddcf8010230-fe7a72db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d283d6d-dab4-e644-00c4-259eef22b139-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b141-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b14a-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b152-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b15c-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b164-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b16e-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b176-d27a72df, #w-node-_762ca4f8-286f-9adb-43b1-1a01878239a7-d27a72df, #w-node-_762ca4f8-286f-9adb-43b1-1a01878239af-d27a72df, #w-node-_206e1e21-3f26-e9b8-b81d-26d9ba8b1803-d27a72df, #w-node-_206e1e21-3f26-e9b8-b81d-26d9ba8b180b-d27a72df, #w-node-_3a6148da-95d0-8a7d-c3e1-cc67bed7275b-d27a72df, #w-node-_3a6148da-95d0-8a7d-c3e1-cc67bed72763-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b180-d27a72df, #w-node-_2d283d6d-dab4-e644-00c4-259eef22b188-d27a72df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13648b77-524e-8b93-2c4d-9b585aee1f1c-d27a72df, #w-node-_94c86c3a-d4a8-68b0-787c-80525fa4a321-d27a72df, #w-node-_2489930a-eb50-d4ba-ab17-6ff754f790cf-d27a72df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_13648b77-524e-8b93-2c4d-9b585aee1f3d-d27a72df, #w-node-_90f3b3cd-65d9-51b5-c678-456b2a607c94-d27a72df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-1f51bebc, #w-node-_717696aa-040e-e9d5-828c-02998c036806-1f51bebc, #w-node-_717696aa-040e-e9d5-828c-02998c03681d-1f51bebc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_717696aa-040e-e9d5-828c-02998c03681f-1f51bebc {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-19446072 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_121c52e2-f5c8-2846-4f00-dfba80413e5b-19446072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717696aa-040e-e9d5-828c-02998c036806-19446072, #w-node-_78631f0c-9170-7b3b-651a-37d89efa38b7-19446072, #w-node-e6d538bd-863b-dc42-9792-49719eb77b25-19446072, #w-node-_81987d21-9e23-d1e5-8f23-bd83ef7b3b95-19446072, #w-node-_81987d21-9e23-d1e5-8f23-bd83ef7b3b9f-19446072, #w-node-_81987d21-9e23-d1e5-8f23-bd83ef7b3ba7-19446072, #w-node-_0025f4cb-73c2-e8a2-4128-3bf01a9e49ac-19446072, #w-node-_0025f4cb-73c2-e8a2-4128-3bf01a9e49b6-19446072, #w-node-_0025f4cb-73c2-e8a2-4128-3bf01a9e49be-19446072, #w-node-ef67c4d3-7f13-5da4-b31e-97d12e91bbfc-19446072, #w-node-ef67c4d3-7f13-5da4-b31e-97d12e91bc06-19446072, #w-node-ef67c4d3-7f13-5da4-b31e-97d12e91bc0e-19446072, #w-node-_162ccf19-06fd-1b80-f81d-87b8dac804eb-19446072, #w-node-_162ccf19-06fd-1b80-f81d-87b8dac804f8-19446072, #w-node-_162ccf19-06fd-1b80-f81d-87b8dac80500-19446072, #w-node-_6974720c-0f4f-984a-4602-1a4e4f7d78fa-19446072, #w-node-_6974720c-0f4f-984a-4602-1a4e4f7d7907-19446072, #w-node-_6974720c-0f4f-984a-4602-1a4e4f7d790f-19446072, #w-node-_367f97be-cc81-ec65-9eaa-044220c92cfc-19446072, #w-node-_367f97be-cc81-ec65-9eaa-044220c92d09-19446072, #w-node-_367f97be-cc81-ec65-9eaa-044220c92d11-19446072 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1ef6373-91d3-e0c4-5555-d21bba13974b-c5a56e9a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c160c375-7fd6-2e3b-215b-745b7a2109c8-c5a56e9a, #w-node-cb42b998-d3b5-25d8-434c-5defd6ffaac0-c5a56e9a, #w-node-_7de5c983-d89a-2ec6-32e0-b536661c6c75-c5a56e9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b89fa396-d11b-0518-75d8-0f6b2c547305-6e7a72bf, #w-node-_46d0ac22-1968-c3a8-e73f-1889a4cccd11-6e7a72bf {
    grid-column: span 1 / span 1;
  }

  #w-node-e44f0773-eeec-8608-8508-e68d4e6cd1fb-6e7a72bf, #w-node-afc469d3-b069-f918-e3ca-41b2a613503f-6e7a72bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d88488d9-34f9-5af9-78ff-abab076ebc9f-076ebc96 {
    grid-column: span 3 / span 3;
  }

  #w-node-d88488d9-34f9-5af9-78ff-abab076ebcb3-076ebc96 {
    grid-column: span 1 / span 1;
  }

  #w-node-_168bf313-ed6d-8b97-0f90-6a400f4d304b-0f4d302c {
    justify-self: start;
  }

  #w-node-e728f4d6-0fc7-68f9-2a4f-909fd14e1448-337a72cd {
    grid-column: span 1 / span 1;
  }

  #w-node-e728f4d6-0fc7-68f9-2a4f-909fd14e1450-337a72cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_717696aa-040e-e9d5-828c-02998c036896-487a72d0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_717696aa-040e-e9d5-828c-02998c03689e-487a72d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9a15035-0076-2b0d-bee4-92dc60203aa7-327a72d1 {
    order: -9999;
    justify-self: end;
  }

  #w-node-b9fb1edc-e6a1-0594-287a-466ac50dabbd-507a72da {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b5e47d4f-e79d-da5e-6898-7553e2c92ae8-507a72da {
    grid-column: span 1 / span 1;
  }

  #w-node-b5e47d4f-e79d-da5e-6898-7553e2c92af0-507a72da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18e878eb-d3a7-a08f-068e-a0f77b0e6d26-507a72da, #w-node-c6f82010-d597-9548-d94c-fa1fe6914f39-507a72da, #w-node-_80977834-d129-0749-1512-7214357f6d0a-507a72da, #w-node-a2123ce4-a896-f2e3-c32e-b03854f7170e-507a72da, #w-node-_19528b0a-5c01-5b70-e8de-9af75b22c5e6-507a72da, #w-node-aeb6f4cf-b83d-c69b-e85d-cd0f18f42b6d-507a72da, #w-node-ec4e4630-c112-5bce-44fb-499f07d43dc5-507a72da {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc4a0d28-16ba-7908-88d0-fbac2dd5fc2d-6e7a72bf, #w-node-d88488d9-34f9-5af9-78ff-abab076ebc9f-076ebc96 {
    grid-column: span 1 / span 1;
  }

  #w-node-e728f4d6-0fc7-68f9-2a4f-909fd14e143c-337a72cd {
    order: 9999;
  }

  #w-node-_81b0c77b-e460-0aa9-417c-6645cd13ec11-487a72d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-487a72d0, #w-node-_85f0306a-41ec-2063-e3d2-b4617e52c846-487a72d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_121c52e2-f5c8-2846-4f00-dfba80413e5b-487a72d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7dddf-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7dde6-487a72d0, #w-node-_686150e6-f8aa-c6d4-32e9-b19157e7ddeb-487a72d0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_717696aa-040e-e9d5-828c-02998c03688a-487a72d0 {
    order: 9999;
  }

  #w-node-bc02f15f-5ec9-0930-d41e-2429b6958eca-507a72da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b8655a0-f065-30e1-77e8-a03c82ec3940-fe7a72db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e531d51-4678-ea54-2fcd-c4d41a49e570-fe7a72db {
    order: 9999;
  }

  #w-node-_81b0c77b-e460-0aa9-417c-6645cd13ec11-1f51bebc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-1f51bebc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_121c52e2-f5c8-2846-4f00-dfba80413e5b-1f51bebc, #w-node-_81b0c77b-e460-0aa9-417c-6645cd13ec11-19446072 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cbc9e99-cc1c-801c-cebd-63db35e5d36e-19446072 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_121c52e2-f5c8-2846-4f00-dfba80413e5b-19446072 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1ef6373-91d3-e0c4-5555-d21bba13974b-c5a56e9a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd6e625a-577a-4487-954a-96697f45fc0b-7f45fc08 {
    order: 9999;
  }

  #w-node-cd6e625a-577a-4487-954a-96697f45fc0e-7f45fc08 {
    order: -9999;
  }

  #w-node-cd6e625a-577a-4487-954a-96697f45fc19-7f45fc08 {
    justify-self: center;
  }

  #w-node-d88488d9-34f9-5af9-78ff-abab076ebc99-076ebc96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17733daf-33b4-891e-c1af-e1afcb21b419-076ebc96 {
    order: 9999;
  }

  #w-node-d88488d9-34f9-5af9-78ff-abab076ebcb3-076ebc96, #w-node-_22c76aec-930d-8dcc-f6b0-6ab9e833e63a-076ebc96, #w-node-_7189444a-d5ca-cdc4-7791-35d38d4d0ef8-076ebc96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7252777-f373-24f6-c5ab-5848164f8692-337a72cd, #w-node-b7252777-f373-24f6-c5ab-5848164f8694-337a72cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9fb1edc-e6a1-0594-287a-466ac50dabbd-507a72da {
    justify-self: auto;
  }
}


@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;
}
@font-face {
  font-family: 'Euclid circular b';
  src: url('../fonts/Euclid-Circular-B-Light.ttf') format('truetype');
  font-weight: 300;
  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-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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.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: '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 solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}