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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #0e0e0e;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: #5c5c5c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #d6c318;
  letter-spacing: 1px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #fff;
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: #fff;
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  color: #fff;
  text-align: center;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.section.without-top-spacing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.section-grey {
  background-color: #222;
}

.section.about-section {
  padding-top: 45px;
  position: relative;
}

.section.blog-details-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.without-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top-details-banner {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.base-container.mini-container {
  max-width: 900px;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  display: flex;
}

.grid-title {
  width: 19%;
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 30%;
  background-color: #d6c318;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

.grid-description {
  width: 19%;
  letter-spacing: 3px;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 30%;
  color: #fff;
  background-color: #d6c318;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 30px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: #000;
  border: 1px solid rgba(92, 92, 92, .27);
  box-shadow: 0 0 17px 1px rgba(92, 92, 92, .35);
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.biege-style-guide {
  width: 75px;
  height: 75px;
  background-color: #d6c318;
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border: 1px solid #282424;
}

.headings-typography-wrapper {
  width: 48%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 38px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.primary-button {
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d6c318;
  justify-content: center;
  padding: 16px 30px;
  font-weight: 600;
  transition: background-color .2s, color .3s;
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  background-color: #d6c318;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: #fff;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
  color: #d6c318;
}

.nav-link.w--current {
  color: #d6c318;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-link-wrapper {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: padding .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-line {
  z-index: 9999;
  width: 16px;
  height: 2px;
  background-color: #0e0e0e;
  position: absolute;
  left: -20px;
}

.nav-dropdown-link {
  width: 100%;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding: 8px 5px;
  font-size: 16px;
  font-weight: 700;
  transition: none;
}

.nav-dropdown-link:hover {
  opacity: 1;
}

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

.tablet-menu {
  display: none;
}

.nav-item-title {
  color: #fff;
  border: 1px solid #d6c318;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s;
}

.nav-item-title:hover {
  color: #d6c318;
}

.top-banner-section {
  min-height: 450px;
  background-color: #000;
  background-image: url('../images/tattoo-g0e1fd43e7_1920-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-mobile {
  padding-left: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.licensing-image.small-licensing-image {
  height: 260px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  transition: color .3s;
}

.icon-style-guide:hover {
  color: #d6c318;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  width: 280px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  height: auto;
  min-width: 280px;
  color: #d6c318;
  background-color: #0e0e0e;
  border: 1px solid #5c5c5c;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.2em;
  transition: border-color .2s;
}

.password-input:focus {
  border-width: 1.5px;
  border-color: #d6c318;
}

.password-input::-ms-input-placeholder {
  color: #5c5c5c;
}

.password-input::placeholder {
  color: #5c5c5c;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: fixed;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-center {
  width: 100%;
  text-align: center;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

._404-content-wrapper {
  max-width: 510px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 690px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  display: flex;
}

.coming-soon-input {
  height: auto;
  min-width: 300px;
  background-color: #0e0e0e;
  border: 1px solid #5c5c5c;
  margin-bottom: 0;
}

.coming-soon-input:focus {
  color: #d6c318;
  border-width: 1.5px;
  border-color: #d6c318;
}

.coming-soon-paragraph {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 19px;
}

.coming-soon-page-wrap {
  width: 100vw;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 60px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.blog-grid-item {
  width: 31.5%;
  display: inline-block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

.blog-grid-post-wrapper.blog-category {
  padding-top: 30px;
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #f9f9fa;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-rights {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright {
  width: 100%;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #d6c318;
}

.section-title-wrapper {
  max-width: 740px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-title-wrapper.home-6-portfolio {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper, .process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  max-width: 20%;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  max-width: none;
  min-width: 20%;
  flex: none;
  padding-left: 0;
}

.process-number {
  color: #d6c318;
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 33%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button {
  color: #d6c318;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}

.text-button:hover {
  opacity: .8;
}

.process-image {
  min-height: 320px;
}

.process-content-wrapper {
  width: 55%;
  align-items: center;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  margin-top: 110px;
  display: flex;
}

.banner-title-wrapper.blog-wrapper, .banner-title-wrapper.projects, .banner-title-wrapper.projects-details {
  margin-top: 0;
}

.coming-soon-image {
  max-width: 480px;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-wrapper {
  width: 100%;
  justify-content: space-around;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-social-icon {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.main-social-icon:hover {
  color: #d6c318;
}

.search-wrap-input {
  height: 60px;
  color: #0e0e0e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::-ms-input-placeholder {
  color: #282424;
}

.search-wrap-input::placeholder {
  color: #282424;
}

.search-desktop {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid #000;
}

.search-result-wrapper {
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 140px;
}

.customer-wrapper {
  width: 100%;
  height: 280px;
  text-align: center;
  border-bottom: 1px solid rgba(175, 175, 175, .5);
  border-right: 1px solid rgba(175, 175, 175, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}

.dark-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: #222;
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: inline-block;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-biege {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background-color: #d6c318;
  border: 2px solid #d6c318;
  justify-content: center;
  padding: 16px 30px;
  font-weight: 600;
  transition: background-color .3s;
  display: inline-block;
}

.primary-button-biege:hover {
  background-color: rgba(0, 0, 0, 0);
}

.primary-button-biege.full-width {
  width: 100%;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-banner-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-slide-buttons-wrapper {
  grid-column-gap: 25px;
  margin-top: 60px;
  display: flex;
}

.navbar-fixed {
  width: 100%;
  height: 110px;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.location-map-wrapper {
  position: relative;
}

.location-map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section {
  height: 100vh;
  flex-direction: column;
  position: relative;
}

.banner-section.home-6-banner {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/HunaY_MIT_Tusvi2023_SzennyesKrisztian_0722013621-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
}

.section-title-wrapper-2 {
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.home-team-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.top-footer-image-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-us-img {
  object-fit: cover;
  position: absolute;
}

.about-us-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-us-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-us-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-us-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-us-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.home-5-our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-6-banner-slider-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  display: flex;
}

.service-card {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-6-projects-background-text {
  z-index: -1;
  color: #1f1f1f;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: -70%;
  left: auto;
  right: 0%;
}

.home-6-project-collection-list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-6-project-collection-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.home-6-project-collection-list-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.home-6-project-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.home-6-blog-collection-item {
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.home-6-blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.home-6-blog-collection-list-wrapper {
  width: 100%;
  display: flex;
}

.home-6-blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-6-blog-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.home-6-blog-category-link {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.home-9-team-member-wrap {
  width: 31.33%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-us-grid-1 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
}

.about-us-left-wrapper {
  max-width: 500px;
}

.about-us-content-wrapper {
  max-width: 500px;
  margin-top: 25px;
}

.large-background-text {
  z-index: -1;
  color: #1f1f1f;
  font-size: 140px;
  font-weight: 700;
  position: relative;
}

.beige-text {
  color: #d6c318;
}

.about-us-grid-2 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 80px;
}

.quote {
  color: #fff;
  letter-spacing: 1px;
  font-size: 26px;
  font-style: italic;
}

.quote-wrapper {
  margin-bottom: 40px;
}

.about-quote-wrapper {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.mobile-icons-wrapper {
  display: none;
}

.about-background-wrapper {
  text-align: left;
  padding-left: 10px;
  position: relative;
}

.about-image-wrapper {
  height: 450px;
  background-image: url('../images/Tabakó---Hunay-05-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.services-grid {
  width: 100%;
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  margin-top: 100px;
  display: block;
}

.about-circle {
  width: 65px;
  height: 65px;
  background-color: #222;
  border-radius: 83px;
  position: absolute;
  bottom: 2px;
  left: 43%;
  right: 43%;
}

.service-icon {
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-biege-text-wrapper {
  padding-top: 10px;
}

.lightbox-video-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.lightbox-line {
  z-index: -1;
  width: 35%;
  height: 2px;
  color: #d6c318;
  background-color: #d6c318;
  flex-direction: row;
  justify-content: center;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.lightbox-wrapper {
  width: 25%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.about-paragraph-wrapper {
  padding-top: 5px;
}

.services-h4-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 10px;
  display: flex;
}

.latest-works-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.latest-work-wrapper {
  display: flex;
  position: relative;
}

.latest-work-card {
  width: 90%;
  height: 146px;
  opacity: 0;
  background-color: rgba(255, 255, 255, .72);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 5%;
  right: 5%;
}

.link-block {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 2px solid #000;
  justify-content: center;
  transition-property: border-color;
  transition-duration: .4s;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: auto;
  right: 25px;
}

.link-block:hover {
  border-color: #d6c318;
}

.arrow-sign {
  width: 15px;
}

.work-name {
  color: #0e0e0e;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1em;
  transition: color .2s;
}

.work-name:hover {
  color: rgba(14, 14, 14, .66);
}

.news-link {
  font-size: 16px;
}

.news-link:hover {
  opacity: 1;
  color: #885f3a;
}

.blog-date {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
}

.blog-upper-content-wrapper {
  align-items: center;
  display: flex;
}

.blog-name {
  letter-spacing: normal;
  transition: opacity .3s;
}

.blog-name:hover {
  opacity: .8;
}

.blog-dot {
  color: #5c5c5c;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 6px;
}

.blog-main-link {
  margin-bottom: 10px;
}

.blog-image-wrapper {
  width: 100%;
  min-height: 200px;
}

.blog-details-heading {
  padding-top: 140px;
  font-size: 60px;
}

.heading {
  font-size: 38px;
}

.success-message {
  color: #d6c318;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block-2 {
  font-size: 24px;
  line-height: 1.2em;
}

.heading-404 {
  color: #d6c318;
  margin-bottom: 20px;
  font-family: Signpainter housescript, sans-serif;
  font-size: 180px;
  line-height: .8em;
}

.grey-typography {
  width: 75px;
  height: 75px;
  background-color: #5c5c5c;
}

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

.projects-image {
  height: 100%;
  position: relative;
}

.projects-image-wrapper {
  position: relative;
}

.buy-now-fixed {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #5c5c5c;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.buy-now-fixed:hover {
  color: #000;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.view-our-templates {
  z-index: 1000;
  width: 141px;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #5c5c5c;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.view-our-templates:hover {
  color: #000;
}

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image-2 {
  width: 12px;
  height: 12px;
}

.nav-link-presskit {
  color: #fff;
  letter-spacing: normal;
  border: 1px solid #d6c318;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}

.nav-link-presskit:hover {
  opacity: 1;
  color: #f9f9fa;
  background-color: #d6c318;
}

.nav-link-presskit.w--current {
  color: #d6c318;
}

.service-icon-contact {
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-box {
  align-items: center;
  display: flex;
}

.ml-5 {
  margin-left: 5px;
}

.primary-button-inverse {
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  background-color: #d6c318;
  border: 2px solid #d6c318;
  justify-content: center;
  padding: 16px 30px;
  font-weight: 600;
  transition: background-color .2s, color .3s;
  display: flex;
}

.primary-button-inverse:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.icons-wrapper-mobile {
  display: none;
}

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

.html-embed {
  margin-left: 40px;
  margin-right: 20px;
}

.circle {
  width: 5px;
  height: 5px;
  float: none;
  clear: none;
  outline-offset: 0px;
  text-align: left;
  background-color: #d6c318;
  border-radius: 20px;
  outline: 3px #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 0;
  display: inline-block;
}

.block-quote, .block-quote-2 {
  padding-top: 0;
  padding-left: 0;
}

.block-quote-3 {
  background-image: none;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .spacing-system-column {
    padding-right: 50px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .licensing-image.small-licensing-image {
    height: 270px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .nav-menu-wrapper {
    justify-content: center;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .location-map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.home-6-banner {
    background-position: 50%;
  }

  .section-title-wrapper-2 {
    margin-bottom: 80px;
  }

  .about-us-img._3 {
    width: 340px;
  }

  .about-us-img._4 {
    width: 280px;
  }

  .about-us-img._2 {
    width: 340px;
  }

  .home-6-projects-background-text {
    font-size: 150px;
    right: -3%;
  }

  .home-6-project-collection-list {
    flex-direction: column;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-us-content-wrapper {
    max-width: 550px;
  }

  .about-us-grid-2 {
    grid-column-gap: 100px;
    grid-template-columns: 1.2fr .75fr;
  }

  .quote-wrapper {
    margin-bottom: 60px;
  }

  .about-quote-wrapper {
    padding-top: 40px;
  }

  .about-background-wrapper {
    padding-left: 40px;
  }

  .about-circle {
    left: 43%;
  }

  .lightbox-line {
    margin-left: 40px;
    margin-right: 20px;
  }

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

  .work-card-content-wrapper {
    max-width: 180px;
  }

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

  .service-icon-contact {
    height: 30px;
  }

  .contact-box {
    align-items: center;
    display: flex;
  }

  .icons-wrapper-mobile {
    display: none;
  }

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

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.without-bottom-spacing {
    justify-content: center;
  }

  .section.about-section {
    padding-top: 60px;
  }

  .section.top-details-banner {
    padding-top: 160px;
  }

  .top-banner-section {
    background-position: 50% 100%;
  }

  .section-title-wrapper.home-6-portfolio {
    margin-bottom: 140px;
  }

  .footer-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .banner-section.home-6-banner {
    background-position: 50%;
  }

  .home-team-wrapper {
    grid-row-gap: 80px;
  }

  .about-us-img._1 {
    width: 380px;
  }

  .about-us-img._3 {
    width: 400px;
  }

  .about-us-img._4 {
    width: 300px;
  }

  .about-us-img._2 {
    width: 390px;
  }

  .home-5-our-services-wrap {
    align-items: center;
  }

  .home-6-projects-background-text {
    z-index: -1;
    font-size: 160px;
    bottom: -86%;
    right: -10%;
  }

  .home-6-blog-content-wrapper {
    grid-row-gap: 0px;
  }

  .about-us-grid-1 {
    grid-column-gap: 100px;
  }

  .large-background-text {
    font-size: 160px;
  }

  .about-us-grid-2 {
    grid-template-columns: 1.2fr .75fr;
  }

  .about-background-wrapper {
    padding-left: 60px;
  }

  .about-circle {
    left: 43%;
  }

  .service-icon {
    color: #d6c318;
  }

  .lightbox-line {
    margin-left: 40px;
    margin-right: 20px;
  }

  .latest-work-card {
    width: 80%;
    height: 150px;
    left: 10%;
    right: 10%;
  }

  .link-block {
    width: 50px;
    height: 50px;
  }

  .heading-404 {
    font-size: 200px;
  }

  .service-icon-contact {
    height: 30px;
    color: #d6c318;
  }

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

  .ml-5 {
    margin-left: 5px;
  }

  .icons-wrapper-mobile {
    display: none;
  }

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

@media screen and (min-width: 1920px) {
  .section.top-details-banner {
    padding-top: 160px;
  }

  .base-container {
    justify-content: flex-start;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .top-banner-section {
    min-height: 550px;
    background-position: 50% 100%;
  }

  .text-center {
    letter-spacing: 0;
  }

  .main-social-icon {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .banner-section.home-6-banner {
    background-position: 50% 15%;
    background-size: cover;
    background-attachment: fixed;
  }

  .about-us-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-us-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-us-img._4 {
    left: 48%;
  }

  .home-6-projects-background-text {
    font-size: 180px;
    right: -29%;
  }

  .home-6-blog-collection-list {
    justify-content: center;
  }

  .about-us-grid-1 {
    grid-template-columns: repeat(auto-fit, 45%) 55%;
  }

  .large-background-text {
    font-size: 180px;
  }

  .about-us-grid-2 {
    grid-template-columns: 1.2fr .75fr;
  }

  .icons-wrapper {
    display: block;
  }

  .about-background-wrapper {
    padding-left: 100px;
  }

  .about-circle {
    left: 43%;
  }

  .lightbox-video-wrapper {
    justify-content: center;
    display: flex;
  }

  .lightbox-line {
    margin-left: 40px;
    margin-right: 20px;
  }

  .services-h4-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }

  .latest-work-card {
    padding-left: 40px;
  }

  .latest-work-card.projects-card {
    padding-left: 25px;
  }

  .link-block {
    right: 40px;
  }

  .link-block.project-card-link-block {
    right: 25px;
  }

  .work-card-content-wrapper {
    max-width: 200px;
  }

  .heading-404 {
    font-size: 220px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .icons-wrapper-mobile {
    display: none;
  }

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

  .circle {
    letter-spacing: 0;
    text-indent: 0;
    column-count: auto;
    font-size: 12px;
    line-height: 1em;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.without-bottom-spacing-tablet-landscape {
    padding-bottom: 0;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.blog-details-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    width: 100%;
    max-width: 350px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: #fff;
    display: block;
  }

  .nav-dropdown-list {
    background-color: #000;
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
  }

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

  .tablet-menu {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-close-icon {
    max-width: 60%;
    align-self: stretch;
  }

  .top-banner-section {
    min-height: 340px;
    background-position: 50%;
    background-attachment: scroll;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

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

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-grid-post-wrapper.blog-category {
    padding-top: 0;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .process-image {
    object-fit: cover;
    display: block;
  }

  .banner-title-wrapper {
    max-width: 400px;
    margin-top: 60px;
  }

  .coming-soon-image {
    display: none;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid #000;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 120px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-biege:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-menu-shadow-overlay {
    width: 320px;
    height: 100%;
    background-color: #000;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .project-template-banner-image {
    height: 90vh;
  }

  .home-slide-buttons-wrapper {
    margin-top: 40px;
  }

  .navbar-fixed {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .banner-section {
    padding-top: 60px;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-us-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-us-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-us-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-us-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-us-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-6-projects-background-text {
    font-size: 120px;
    bottom: -63%;
  }

  .home-6-project-collection-list {
    column-count: 2;
    flex-direction: column;
  }

  .home-6-blog-collection-item {
    width: 100%;
    height: auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .08);
  }

  .home-6-blog-collection-list {
    width: auto;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    margin-top: 0;
  }

  .home-6-blog-collection-list-wrapper {
    overflow: visible;
  }

  .home-6-blog-content-wrapper {
    width: 100%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-us-grid-1 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .about-us-left-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .about-us-content-wrapper {
    max-width: none;
    margin-top: 0;
  }

  .large-background-text {
    font-size: 120px;
  }

  .about-us-grid-2 {
    grid-template: "."
                   "Area"
                   / 1fr;
    margin-top: 60px;
  }

  .quote {
    text-align: center;
    font-size: 22px;
  }

  .quote-wrapper {
    margin-bottom: 20px;
  }

  .about-quote-wrapper {
    max-width: 100%;
    align-items: center;
    padding-top: 20px;
  }

  .icons-wrapper {
    align-items: stretch;
    display: none;
  }

  .mobile-icons-wrapper {
    justify-content: center;
    margin-top: 140px;
    display: flex;
  }

  .about-background-wrapper {
    padding-left: 10px;
  }

  .about-image-wrapper {
    background-position: 50% 0;
    background-size: cover;
  }

  .services-grid {
    margin-top: 70px;
  }

  .about-circle {
    left: 43%;
  }

  .lightbox-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .latest-works-grid {
    grid-template-columns: 1fr;
  }

  .latest-work-card {
    opacity: 1;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }

  .blog-image-wrapper {
    height: auto;
  }

  .blog-details-heading {
    padding-top: 120px;
    font-size: 48px;
  }

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

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link-presskit {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .icons-wrapper-mobile {
    align-items: stretch;
    display: flex;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }
}

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

  h2, h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-paragraph {
    text-align: center;
    font-size: 17px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }

  .section-title-wrapper.home-6-portfolio {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    width: 100%;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .process-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .customer-wrapper {
    height: 240px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center, .section-title-wrapper-2 {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .about-us-img {
    width: 100%;
    max-height: 420px;
  }

  .about-us-img._1, .about-us-img._5, .about-us-img._3, .about-us-img._4, .about-us-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .home-5-our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .home-6-banner-slider-container {
    text-align: center;
    align-items: center;
  }

  .home-6-projects-background-text {
    bottom: -46%;
    right: auto;
  }

  .home-6-project-collection-list {
    column-count: 1;
  }

  .home-6-blog-collection-item {
    flex-direction: column;
  }

  .home-6-blog-collection-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-6-blog-image, .home-6-blog-content-wrapper {
    width: 100%;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-member-wrap {
    width: 48%;
  }

  .about-image-wrapper {
    height: 450px;
  }

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

  .about-circle {
    left: 43%;
  }

  .service-icon {
    justify-content: center;
  }

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

  .latest-work-card {
    padding-left: 20px;
  }

  .link-block {
    right: 20px;
  }

  .work-name {
    font-size: 20px;
  }

  .blog-details-heading, .heading {
    font-size: 36px;
  }

  .heading-404 {
    font-size: 160px;
  }

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

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .service-icon-contact {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    height: 120px;
    text-align: center;
  }

  .grid-description {
    order: -1;
  }

  .grid-description.first-description {
    min-height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .grid-description.first-mobile-item {
    border-top-style: none;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-title-wrapper.home-6-portfolio {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .search-section {
    padding-top: 80px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-banner-image {
    height: 50vh;
  }

  .home-slide-buttons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .home-5-our-services-wrap {
    width: 100%;
  }

  .home-6-banner-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-6-projects-background-text {
    font-size: 80px;
    bottom: -35%;
  }

  .home-6-blog-collection-list-wrapper {
    max-width: none;
  }

  .home-6-blog-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .home-9-team-member-wrap {
    width: 100%;
  }

  .large-background-text {
    font-size: 80px;
  }

  .about-us-grid-2 {
    margin-top: 40px;
  }

  .quote-wrapper {
    margin-bottom: 20px;
  }

  .about-quote-wrapper {
    padding-top: 0;
  }

  .about-background-wrapper {
    padding-left: 0;
  }

  .about-image-wrapper {
    height: 400px;
  }

  .services-grid {
    margin-top: 60px;
  }

  .about-biege-text-wrapper {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
  }

  .services-h4-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .latest-work-card {
    height: 115px;
    padding-bottom: 45px;
  }

  .link-block {
    top: 35px;
    bottom: 35px;
  }

  .news-link {
    margin-top: 10px;
  }

  .blog-details-heading {
    padding-top: 80px;
    font-size: 30px;
  }

  .heading-404 {
    font-size: 120px;
  }

  .projects-image {
    height: 300px;
    object-fit: cover;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-db27b460-fe2c-119a-9b1b-39f6ffac36a2-bfcb0961, #w-node-efd18cc9-fc54-7f0c-a6ec-9e5ddf45fe69-bfcb0961, #w-node-a201a7e5-6dc8-2cdd-5425-53990e1c184d-bfcb0961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f978bd3e-65b7-676e-15ad-3e7db8e808dd-bfcb0961, #w-node-_1d7ed9d4-1a7a-8215-c9a2-94edd9754af8-bfcb0961, #w-node-_13dcceea-f2a3-f373-e1d3-9ba227094ad7-bfcb0961 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1671047-b7da-9c5f-f2fe-8a6f5c81c5c7-bfcb0982, #w-node-_3121cc21-c60c-ac74-24c1-022ca998733a-bfcb0982, #w-node-_9ba790ef-5ff3-11fd-9c76-1f114fdd1883-bfcb0982, #w-node-a3c2df88-94fb-999c-f997-58acc03da98e-bfcb0982, #w-node-aca197c4-5058-591e-10fd-638776e902f1-bfcb0982, #w-node-_7cae0c09-10a3-594f-245d-7d535fbb77df-bfcb0982, #w-node-_9fef3f69-3e69-4176-76a1-52a9b343a8d3-bfcb0982, #w-node-_140210fe-9702-4c30-74de-ac43e1a371bc-bfcb0982, #w-node-_2eb460e6-a016-f518-f9bf-cba88ed42361-bfcb0982, #w-node-e45ab62e-2a5b-2c95-5a13-b3b54c301d7d-bfcb0982, #w-node-_6862e487-83b1-d799-3084-9421fab06e81-bfcb0982, #w-node-fd7c16d7-cb71-7bb8-14b1-06468171b119-bfcb0982, #w-node-b6397589-034d-168b-4dbe-3e83c4b887e8-bfcb0982, #w-node-_48e1eda5-ca55-4216-2f4a-4838670f644d-bfcb0982, #w-node-a2be4e15-815b-55a0-81e1-7d1c9216cfc7-bfcb0982, #w-node-_56436cb0-92b5-fd92-b6b9-aed304fb5da5-bfcb0982, #w-node-cdfaf39b-5b07-fd37-9895-13fde6985203-bfcb0982, #w-node-_9f048b00-31fb-b4ed-475f-707eb868b05e-bfcb0982, #w-node-_3592567d-d972-fde6-26ed-18ecd87843d5-bfcb0982, #w-node-d6356b2d-f993-02c2-bc67-cc5ae3b179ff-bfcb0982, #w-node-_59ca1f53-296f-4883-0226-bf6d269ee6be-bfcb0982, #w-node-f8fd61d3-f834-3638-a7de-acd68c3fdedc-bfcb0982, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-bfcb0990, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-bfcb0990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-efd18cc9-fc54-7f0c-a6ec-9e5ddf45fe69-bfcb0961, #w-node-cdfaf39b-5b07-fd37-9895-13fde6985203-bfcb0982, #w-node-f8fd61d3-f834-3638-a7de-acd68c3fdedc-bfcb0982 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_203ab9f6-701e-0d1b-ad3c-76f15720687e-bfcb0961, #w-node-d72458f6-4b33-b03a-33b6-a2af56e88ec1-bfcb0961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_203ab9f6-701e-0d1b-ad3c-76f15720687e-bfcb0961, #w-node-d72458f6-4b33-b03a-33b6-a2af56e88ec1-bfcb0961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f978bd3e-65b7-676e-15ad-3e7db8e808dd-bfcb0961 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1d7ed9d4-1a7a-8215-c9a2-94edd9754af8-bfcb0961 {
    grid-row: span 2 / span 2;
  }

  #w-node-_13dcceea-f2a3-f373-e1d3-9ba227094ad7-bfcb0961 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_203ab9f6-701e-0d1b-ad3c-76f15720687e-bfcb0961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1671047-b7da-9c5f-f2fe-8a6f5c81c5c7-bfcb0982, #w-node-_3121cc21-c60c-ac74-24c1-022ca998733a-bfcb0982, #w-node-_9ba790ef-5ff3-11fd-9c76-1f114fdd1883-bfcb0982, #w-node-a3c2df88-94fb-999c-f997-58acc03da98e-bfcb0982, #w-node-aca197c4-5058-591e-10fd-638776e902f1-bfcb0982, #w-node-_7cae0c09-10a3-594f-245d-7d535fbb77df-bfcb0982, #w-node-_9fef3f69-3e69-4176-76a1-52a9b343a8d3-bfcb0982, #w-node-_140210fe-9702-4c30-74de-ac43e1a371bc-bfcb0982, #w-node-_2eb460e6-a016-f518-f9bf-cba88ed42361-bfcb0982, #w-node-e45ab62e-2a5b-2c95-5a13-b3b54c301d7d-bfcb0982, #w-node-_6862e487-83b1-d799-3084-9421fab06e81-bfcb0982, #w-node-fd7c16d7-cb71-7bb8-14b1-06468171b119-bfcb0982, #w-node-b6397589-034d-168b-4dbe-3e83c4b887e8-bfcb0982, #w-node-_48e1eda5-ca55-4216-2f4a-4838670f644d-bfcb0982, #w-node-a2be4e15-815b-55a0-81e1-7d1c9216cfc7-bfcb0982, #w-node-_56436cb0-92b5-fd92-b6b9-aed304fb5da5-bfcb0982, #w-node-cdfaf39b-5b07-fd37-9895-13fde6985203-bfcb0982, #w-node-_9f048b00-31fb-b4ed-475f-707eb868b05e-bfcb0982, #w-node-_3592567d-d972-fde6-26ed-18ecd87843d5-bfcb0982, #w-node-d6356b2d-f993-02c2-bc67-cc5ae3b179ff-bfcb0982, #w-node-_59ca1f53-296f-4883-0226-bf6d269ee6be-bfcb0982, #w-node-f8fd61d3-f834-3638-a7de-acd68c3fdedc-bfcb0982 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.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: 'Linea basic 10';
  src: url('../fonts/linea-basic-10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Signpainter housescript';
  src: url('../fonts/signpainter_housescript.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}