@font-face {
  font-family: 'agencyregular';
  src: url('../fonts/agency-webfont.woff2') format('woff2'), url('../fonts/agency-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsextrabold';
  src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #000000;
}
::-webkit-scrollbar-thumb {
  background: rgba(212, 168, 83, 0.3);
  border-radius: var(--radius-full);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 168, 83, 0.5);
}
/*Hide browser scroll bar*/ ::-webkit-scrollbar {
  display: none;
}
body {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
}
/*==================================================
VARIABLES
==================================================*/ :root {
  --bgwhite: #FFFFFF;
  --text: #111111;
  --light: #7d7d7d;
  --border: #d8d8d8;
  --white: #ffffff;
  --transition: .35s ease;
  --radius: 12px;
  --container: 1366px;
  --green-btn: #E1FFAD;
}
/*==================================================
COMMON
==================================================*/
.container {
  width: min(100% - 80px, var(--container));
  margin-inline: auto;
}
.container-fluid {
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
/*==================================================
SECTIONS
==================================================*/
h1 {
  font-family: 'agencyregular';
  font-weight: normal;
}
h2 {
  font-family: 'agencyregular';
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.15;
}
.about-content h2, .portfolio h2, .portfolio h4 {
  color: #000000
}
h5 {
  font-family: 'agencyregular';
  color: #777777;
  font-size: 22px;
  line-height: 1.15;
  font-weight: normal
}
h4 {
  font-family: 'poppinsregular';
  font-size: 20px;
  color: #ffffff;
  font-weight: normal
}
p {
  font-family: 'poppinsregular';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0
}
.pt-0 {
  padding-top: 0 !important
}
.pb-0 {
  padding-bottom: 0 !important
}
.pb-3 {
  padding-bottom: 30px !important
}
.pt-1 {
  margin-top: 30px !important
}
.pb-1 {
  padding-bottom: 30px !important
}
.text-upper {
  text-transform: uppercase;
}
.custom-height {
  height: auto !important
}
.custom-border-bottom {
  border-bottom: 1px solid rgba(112,112,112,0.5)
}
.short-height {
  min-height: 65vh !important
}
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section-heading a {
  font-family: 'poppinsbold';
}
.section-heading-dark h2, .section-heading-dark h2.title, .section-heading-dark h4, .section-heading-dark p {
  color: #000000
}
.hr {
  width: 100%;
  height: 1px;
  display: block;
  margin-block: 5rem;
  padding: 0;
  background-color: #E2E2E2
}
.section {
  height: auto;
  min-height: 100vh;
  background-color: #ffffff;
  color: #fff;
  padding: 150px 0 0
}
.section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0
}
.section.contact-section {
  padding: 100px 0
}
.section.instagram-section {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram-gallery-feed .swiper-button-prev, .instagram-gallery-feed .swiper-rtl .swiper-button-next, .instagram-gallery-feed .swiper-button-next, .instagram-gallery-feed .swiper-rtl .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff
}
.instagram-gallery-feed .swiper-button-prev:after, .instagram-gallery-feed .swiper-rtl .swiper-button-next:after, .instagram-gallery-feed .swiper-button-next:after, .instagram-gallery-feed .swiper-rtl .swiper-button-prev:after {
  color: #000;
  font-size: 18px
}
.hero {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  background-image: url(../images/hero-background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden
}
.hero-video {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  background-position: center center;
}
#hero-video {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  background-position: center center;
  display: block
}
#hero-video-sm {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  background-position: center center;
  display: none
}
/*==================================================
PORTFOLIO
==================================================*/
.portfolio {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0
}
.portfolio__inner {
  width: min(100%, 1800px);
  height: 550px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 150px 520px minmax(400px, 1fr) 190px;
}
.portfolio .section-heading {
  margin-bottom: 30px;
  margin-top: 130px;
}
/*==================================================
LEFT NAV
==================================================*/
.portfolio__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.number {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  transition: var(--transition);
  user-select: none;
  opacity: 0.5;
  filter: blur(1px)
}
.number:hover {
  color: #000000;
  opacity: 1
}
.number.active {
  color: #000000;
  opacity: 1;
  filter: blur(0px)
}
.numbers .number {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.numbers .number-count {
  min-width: 32px;
  font-size: 16px;
  line-height: 1;
  color: #747474;
  display: flex;
  align-items: center
}
.numbers .number-count::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #747474;
  display: block;
  margin: 0 10px;
  padding: 0
}
.numbers .number-business-type {
  font-family: 'poppinslight';
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #747474;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.3s ease, transform 0.3s ease;
}
/* Active */
.numbers .number.active .number-business-type {
  opacity: 1;
  transform: translateX(0)
}
/******************************/
.btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 200px;
  outline: 0;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(27, 29, 28, 0);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  pointer-events: auto;
}
.btn:focus {
  outline: 0;
  box-shadow: none
}
.btn--hamburger {
  width: 40px;
  height: 40px
}
.navbar__hamburger {
  margin-left: 20px
}
.btn--hamburger__line {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.65s ease-in-out;
  border-radius: 10px;
}
.btn--hamburger__text {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'myriad_proregular';
  color: #d2dea7;
  font-size: 12px;
  line-height: normal;
  opacity: 1;
  transition: all 0.65s ease-in-out
}
.btn--hamburger__line.top {
  width: 75%;
  top: 10px;
}
.btn--hamburger__line.mid {
  width: 100%;
  top: 18px;
  opacity: 1;
}
.btn--hamburger__line.bottom {
  width: 75%;
  top: 65%;
}
.is-menu-active .btn--hamburger__line.top {
  top: 46%;
  transform: rotate(45deg);
  height: 2px;
}
.is-menu-active .btn--hamburger__line {
  background-color: #ffffff;
}
.is-menu-active .btn--hamburger__line.mid {
  opacity: 0
}
.is-menu-active .btn--hamburger__line.bottom {
  opacity: 1
}
.is-menu-active .btn--hamburger__line.bottom {
  width: 75%;
  top: 46%;
  transform: rotate(-405deg);
  height: 2px;
}
.is-menu-active .btn--hamburger__text {
  opacity: 0
}
/*****************************/
/*==================================================
COPY COLUMN
==================================================*/
.portfolio__copy {
  display: flex;
  align-items: center;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}
.copy-stack {
  position: relative;
  width: 100%;
  height: 320px;
}
.copy {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.copy.active {
  opacity: 1;
  pointer-events: auto;
}
/*==================================================
PART 2
MEDIA COLUMN
==================================================*/
.portfolio__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 60px;
}
.image-stack {
  position: relative;
  width: 100%;
  max-width: 650px;
  aspect-ratio: 6/4;
}
.image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.image.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
/*==================================================
COPY CONTENT
==================================================*/
.category {
  font-family: 'poppinssemibold';
  font-size: 14px;
  color: #000000;
  margin-bottom: 18px;
}
.title {
  color: #000000;
  font-size: 56px;
  line-height: 1.05;
  margin-bottom: 28px;
}
.description {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 40px;
}
.case-study {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  font-family: 'poppinssemibold';
  font-size: 15px;
  color: #000000;
  font-style: italic;
  transition: .35s ease;
  background-color: #E1FFAD;
}
.case-study:hover {
  filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.2));
}
.case-study::after {
  content: "";
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0 0 0 8px;
  display: block;
  background-image: url("../images/arrow-right-black.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s ease
}
.case-study:hover::after {
  width: 12px;
  height: 12px;
}
/*==================================================
  RIGHT SIDEBAR
==================================================*/
.portfolio__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-block: 70px;
  padding-right: 25px;
  position: relative;
}
/*==================================================
  THUMB LIST
==================================================*/
.thumb-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
/*==================================================
  THUMB
==================================================*/
.thumb {
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 0;
  /* IMPORTANT */
  overflow: visible;
  cursor: pointer;
  opacity: .45;
  transform: scale(.9);
  transition: .35s ease;
}
/* Image wrapper */
.thumb-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* Image */
.thumb-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Hover */
.thumb:hover {
  opacity: .8;
}
/* Active */
.thumb.active {
  opacity: 1;
  transform: scale(1);
}
/*==================================================
  SERVICES INSIDE THUMB
==================================================*/
.thumb .service-list {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
  opacity: 0
}
.thumb.active .service-list {
  visibility: visible;
  opacity: 1;
}
/* Service */
.thumb .service {
  font-family: 'poppinslight';
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #747474;
  text-align: right
}
/*==================================================
SCROLL INDICATOR
==================================================*/
/*
.number::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	width: 0;
	height: 1px;
	background-color: #707070;
	transform: translateY(-50%);
	transition: .35s ease;
}
.number {
  position: relative;
}
.number.active::before {
  width: 25px;
}
*/
/*==================================================
PART 3
ACTIVE STATES
RESPONSIVE
UTILITIES
==================================================*/
/*=========================================
ACTIVE TRANSITIONS
=========================================*/
.copy, .image {
  transition:
    opacity .45s ease, transform .7s cubic-bezier(.22, .61, .36, 1);
}
.copy.active {
  opacity: 1;
  transform: translateY(0);
}
.copy:not(.active) {
  opacity: 0;
  transform: translateY(40px);
}
.image.active {
  opacity: 1;
  transform: scale(1);
}
.image:not(.active) {
  opacity: 0;
  transform: scale(1.08);
}
.number, .thumb, .case-study, .service {
  transition: all .35s ease;
}
/*=========================================
THUMB HOVER
=========================================*/
.thumb {
  position: relative
}
.thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .18);
  opacity: 0;
  transition: .35s;
}
.thumb:hover::after {
  opacity: 1;
}
.thumb img {
  transition: transform .5s ease;
}
.thumb:hover img {
  transform: scale(1.08);
}
/*=========================================
BUTTON
=========================================*/
/*=========================================
SCROLLBAR
=========================================*/ ::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  background: #ececec;
}
/*=========================================
TABLET
=========================================*/
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  .portfolio__inner {
    grid-template-columns:
      70px 320px 1fr 150px;
  }
  .title {
    font-size: 44px;
  }
  .image-stack {
    max-width: 560px;
  }
}
/*=========================================
TABLET
=========================================*/
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .portfolio {
    height: auto;
    min-height: 100vh;
  }
  .portfolio__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image""copy""sidebar";
    padding: 80px 40px;
    height: 400px;
  }
  .portfolio__nav {
    display: none;
  }
  .portfolio__media {
    grid-area: image;
    margin-bottom: 60px;
  }
  .portfolio__copy {
    grid-area: copy;
    padding: 0;
    margin-bottom: 50px;
  }
  .portfolio__sidebar {
    grid-area: sidebar;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
  .service-list {
    flex: 1;
  }
  .thumb-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/*=========================================
MOBILE
=========================================*/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {}
/*=========================================
SMALL MOBILE
=========================================*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .hero h1 {
    font-size: 38px;
  }
  .title {
    font-size: 30px;
  }
  .service-list {
    display: none;
  }
  .thumb {
    width: 62px;
    height: 62px;
  }
}
/*=========================================
HELPER
=========================================*/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-center {
  text-align: center !important
}
.text-white {
  color: #ffffff !important
}
.text-dark {
  color: #000000 !important
}
/*===============================================================================================================*/
/*==================================================
HEADER
==================================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  pointer-events: none;
}
/* Hero */
.site-header.theme-transparent {
  background-color: transparent;
  color: #ffffff
}
/* Black header */
.site-header.theme-light {
  background-color: #000000;
  color: #ffffff
}
/* White header */
.site-header.theme-dark {
  background-color: #ffffff;
  color: #000000
}
.site-header.theme-transparent-white .header-inner {
  background-color: transparent;
  color: #000000
}
.site-header.theme-dark .header-inner {
  background-color: #ffffff;
  color: #000000
}
.site-header.theme-light .header-inner {
  background-color: #000000;
  color: #ffffff
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1366px;
  margin-inline: auto;
  margin-block: 0;
}
.nav {
  pointer-events: auto;
}
.nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
}
.nav-left {
  justify-self: start;
}
.nav-right {
  justify-self: end;
}
.nav-right ul {
  justify-content: flex-end;
}
.nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: 'poppinsmedium';
  transition: .3s;
}
.nav a:hover {
  color: #E1FFAD
}
.logo {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  display: block;
  width: 140px;
  height: auto;
  filter: invert(1)
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease;
}
.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.current-menu-item a::after {
  transform: scaleX(1);
  transform-origin: left;
}
.current-menu-item .sub-menu a::after {
  transform: scaleX(0)
}
.sub-menu a:hover::after {
  transform: scaleX(0)
}
.has-dropdown {
  position: relative;
}
.has-dropdown svg {
  width: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.dropdown, .sub-menu {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  min-width: 300px;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, visibility .35s;
  background-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2); /* transparent white */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.menu-item-has-children {
  position: relative
}
.has-dropdown:hover .dropdown, .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.has-dropdown::after, .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}
.dropdown a, .sub-menu a {
  color: #fff;
  text-decoration: none;
  font-family: 'poppinsregular';
  font-size: 15px;
  opacity: .7;
  transition: all 0.3s ease;
  position: relative
}
.dropdown a:hover, .sub-menu a:hover {
  opacity: 1;
  color: #E1FFAD;
  padding-left: 15px;
}
.dropdown a::before, .sub-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 0px;
  height: 0px;
  display: block;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transition: all 0.3s ease
}
.dropdown a:hover::before, .sub-menu a:hover::before {
  width: 10px;
  height: 10px;
}
.site-header a {
  color: #fff;
}
.site-header svg {
  fill: #fff;
}
.site-header.theme-dark a {
  color: #000000;
}
.site-header.theme-dark svg {
  fill: #000000;
}
.site-header.theme-transparent-white a {
  color: #000000
}
.site-header.theme-light a, .site-header.theme-transparent a {
  color: #ffffff
}
.site-header.theme-light svg, .site-header.theme-transparent svg {
  color: #ffffff
}
.site-header.theme-light .sub-menu, .site-header.theme-transparent .sub-menu {
  border: 1px solid rgba(255, 255, 255, 0.2)
}
.site-header.theme-light .sub-menu a:hover, .site-header.theme-transparent .sub-menu a:hover {
  color: #E1FFAD;
}

.site-header {
  color: #fff;
}
.site-header .logo img {
  filter: invert(0);
  transition: all 0.4s ease;
}

.site-header.theme-dark {
  color: #000000;
}
.site-header.theme-transparent-white .nav a::after {
  background-color: #000000
}
.site-header.theme-dark .nav a::after {
  background-color: #000000
}
.site-header.theme-transparent-white .dropdown, .site-header.theme-transparent-white .sub-menu {
  background-color: #e2e2e2;
  background: rgba(226, 226, 226, 0.2); /* transparent white */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.site-header.theme-transparent-white .dropdown a::before, .site-header.theme-transparent-white .sub-menu a::before {
  background-image: url("../images/arrow-right-black.png");
}
.site-header.theme-dark .dropdown, .site-header.theme-dark .sub-menu {
  background-color: #e2e2e2;
  background: rgba(226, 226, 226, 0.2); /* transparent white */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.site-header.theme-dark .dropdown a::before, .site-header.theme-dark .sub-menu a::before {
  background-image: url("../images/arrow-right-black.png");
}
.site-header.theme-transparent-white .logo img{
  filter: invert(1)
}
.site-header.theme-light .logo img{
  filter: invert(0)
}
.site-header.theme-dark .logo img{
  filter: invert(1)
}
.site-header.theme-transparent-white .btn--hamburger__line {
  background-color: #000000
}
.site-header.theme-light .btn--hamburger__line {
  background-color: #ffffff
}
.site-header.theme-dark .btn--hamburger__line {
  background-color: #000000
}
.site-header a {
  color: inherit;
}
.site-header svg {
  fill: currentColor;
}
.hero-text {
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-text h1 {
  font-family: 'agencyregular';
  font-size: 75px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
}
.contact-from-208{
	width: 550px
}
.contact-from-208 .wpforms-container .wpforms-field, 
.contact-from-208 .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
}
.contact-from-208 h1{
	font-size: 45px !important
}
.contact-from-208 .wpforms-container label.wpforms-error, 
.contact-from-208 .wpforms-container em.wpforms-error {
    position: absolute !important;
    top: 12px;
    right: 20px;
}
.hero-text2 {
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center
}
.hero-text2 p {
  font-family: 'poppinslight';
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0;
  width: 65%;
  margin-left: auto;
  margin-right: auto
}
.hero-text2 .sub-title {
  font-family: 'poppinsmedium';
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}
.hero-text2 .sub-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #707070;
}
.hero-sm {
  font-family: 'poppinsmedium';
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  z-index: 100;
  left: 520px;
}
.hero-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 10;
}
.landing-page .hero-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: inherit;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 10;
    top: inherit;
}
.hero-btn {
  padding: 15px 25px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'poppinssemibold';
  font-size: 18px;
  transition: all .35s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.hero-btn.hero-btn--green::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../images/arrow-right-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.hero-btn.hero-btn--white::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../images/download-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.hero-btn.hero-btn--black::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../images/download-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
/*
.hero-btn.hero-btn--green:hover::after,
.hero-btn.hero-btn--black:hover::after,
.hero-btn.hero-btn--white:hover::after{
    transform: scale(1.22);
}
*/
.hero-btn--green {
  background-color: #E1FFAD;
  color: #000000;
}
.hero-btn--white {
  background-color: #ffffff;
  color: #000000;
}
.hero-btn--black {
  background-color: #000000;
  color: #ffffff;
}
.page-id-6 .hero-btn--black,
.page-id-212 .hero-btn--black{
  background-color: #ffffff;
  color: #000000;
}
.page-id-6 .hero-btn.hero-btn--black::after,
.page-id-212 .hero-btn.hero-btn--black::after{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../images/download-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
/*========================================
ABOUT STATS
========================================*/
.about-stats {
  color: #000000;
}
.about-grid {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: center;
  gap: 20px;
}
.about-grid-main {
  display: grid;
  grid-template-columns: 750px 1fr;
  align-items: center;
  gap: 20px;
}
/*========================================
COUNTER
========================================*/
.about-counter {
  position: relative;
  overflow: hidden
}
.img-fluid {
  max-width: 100%
}
.about-counter video {
  width: 99%;
  height: 99%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-counter .count-250 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100
}
.about-grid-main .about-counter .count-15 {
  position: relative;
  z-index: 999
}
.about-grid-main .about-counter video {
  width: 99%;
  height: 99%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0
}
/*=========================================
CLIENTS SECTION
=========================================*/
.clients-section {
  position: relative;
  padding: 0
}
.clients-pin {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/*=========================================
HEADING
=========================================*/
.clients-heading {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 50px 0;
  text-align: center;
}
/*=========================================
HORIZONTAL AREA
=========================================*/
.clients-horizontal {
  flex: 1;
  overflow: hidden;
}
.clients-track {
  display: flex;
  height: 100%;
  width: max-content;
}
/*=========================================
ONE PANEL
=========================================*/
.client-panel {
  width: 1580px;
  height: 330px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
/*=========================================
LOGO CELL
=========================================*/
.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer
}
.client-item img {
  width: 80%;
  filter: grayscale(1);
  transition: all 0.5s ease
}
.client-item:hover img {
  filter: grayscale(0);
}
/*=========================================
PROGRESS BAR
=========================================*/
.swiper-footer {
  width: 90%;
  max-width: 850px;
  height: 46px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center
}
.clients-progress-line {
  width: min(600px, 80vw);
  height: 1px;
  background-color: #000000;
  position: relative;
  overflow: visible
}
.clients-progress-fill {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 6px;
  transform: translateY(-50%);
  background: #111;
  will-change: transform
}
.clients-section {
  min-height: auto;
  padding: 100px 0 200px 0;
  display: block;
}
.clients-slider-wrap {
  position: relative;
  padding: 0;
}
.portfolio-slider-wrap {
  position: relative;
  padding: 0 0 50px 0;
}
.clientsSwiper, .portfolioSwiper {
  overflow: hidden;
}
.client-card {
  height: 180px;
  border: 1px solid #ddd;
  border-top: none;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background: #fff;
  overflow: hidden
}
.client-card img {
  max-width: 75%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.client-card img:hover {
  filter: grayscale(0)
}
/* Navigation */
.clients-prev, .clients-next, .portfolio-prev, .portfolio-next {
  width: 46px;
  height: 46px;
  color: #fff;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
  border: 1px solid #000000;
  background-color: #ffffff;
  display: none
}
.clients-prev, .portfolio-prev {
  left: 20px;
}
.clients-next, .portfolio-next {
  right: 20px;
}
.portfolio-copy {
  font-family: 'agencyregular';
  font-size: 35px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  padding: 15px;
  line-height: 1.05;
}
.portfolio-copy span {
  width: 100%;
  display: block;
  font-family: 'poppinssemibold';
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px
}
.portfolio-service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.portfolio-service {
  font-size: 14px;
  letter-spacing: .08em;
  color: #666666;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}
/*=========================================
WHAT WE DO
=========================================*/
.services-section, .instagram-section {
  background-color: #000000
}
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.services-list {
  max-width: 1024px;
  margin: 0 auto;
  list-style: none;
  padding: 0 0 150px 0;
}
.services-list li {
  margin-bottom: 24px;
}
.services-list li:last-child {
  margin-bottom: 0;
}
.services-list a {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: 'agencyregular';
  color: #fff;
  text-decoration: none;
  font-size: 70px;
  transition: .35s ease;
}
.services-list .arrow {
  width: 30px;
  text-align: center;
  opacity: 0;
  transform: translateX(-15px);
  transition: .35s ease;
}
.services-list a:hover {
  color: #DFFF96;
  transform: translateX(50px);
}
.services-list a:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}
/* Active Item */
.services-list li.active a {
  color: #DFFF96;
  transform: translateX(50px);
}
.services-list li.active .arrow {
  opacity: 1;
  transform: translateX(0);
}
.footPrint {
  padding: 150px 0;
  position: relative
}
.footPrint::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1280px;
  height: 2px;
  background-color: #E2E2E2
}
.map-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  text-align: center
}
.map-container img {
  display: inline-block
}
/*======================
BLOG SECTION
======================*/
.blogs-section {
  background-color: #F8F8F8;
  padding: 100px 0;
  overflow: hidden;
}
.blogs-heading {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}
/*======================
SWIPER
======================*/
.blogsSwiper .swiper-slide {
  height: auto;
}
/*======================
CARD
======================*/
.blog-main-section {
  background-color: #FFFFFF;
  padding: 0;
  overflow: hidden;
}
.blog-container {
  width: calc(100% - 160px);
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card.is-hidden {
  display: none;
}
/*======================
IMAGE
======================*/
.blog-image {
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.blog-image img {
  width: 100%;
  display: block;
  transition: transform .7s ease;
}
.blog-card:hover .blog-image img {
  transform: scale(1.08);
}
/*======================
CONTENT
======================*/
.blog-main-content {
  padding: 50px 0 100px
}
.blog-content {
  padding-top: 28px;
}
.blog-date {
  font-family: 'poppinsregular';
  color: #969696;
  font-size: 18px;
  margin-bottom: 18px;
}
.blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.blog-bottom h3 {
  font-family: 'agencyregular';
  flex: 1;
  font-size: 22px;
  line-height: 1.25;
  color: #000000;
  margin: 0;
}
.blog-main-content h2 {
  font-family: 'agencyregular';
  color: #000;
  margin: 0;
  padding: 40px 0 10px 0;
}
.blog-main-content p {
  font-family: 'poppinslight';
  color: #000;
  margin: 0 0 1rem;
  padding: 0
}
.blog-main-content ul, .blog-main-content ol {
  margin: 20px 0;
  padding: 0 0 0 30px;
  list-style: disc;
}
.blog-main-content ul li, .blog-main-content ol li {
  color: #000000;
  margin: 0 0 10px
}
/*======================
BUTTON
======================*/
.blog-btn {
  width: 84px;
  height: 44px;
  background: #000;
  color: #DFFF96;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  flex-shrink: 0;
  transition: .35s ease;
}
.blog-btn img {
  width: 14px;
  display: block
}
/*==================================
BLOG PROGRESS
==================================*/
.blogs-progress {
  width: 80%;
  max-width: 600px;
  position: relative;
  margin-inline: auto;
  margin-block: 60px
}
.blogs-progress-line {
  position: relative;
  height: 1px;
  background-color: #000000;
  cursor: pointer;
}
.blogs-progress-fill {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 6px;
  background: #000000;
  will-change: transform;
}
/*==================================
CLIENTS PROGRESS
==================================*/
.clients-progress {
  width: 80%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*====================================
INSTAGRAM
=====================================*/
.instagram-section {
  overflow: hidden;
}
.instagram-header {
  text-align: center;
  margin-bottom: 40px;
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #DFFF96;
  font-family: 'agencyregular';
  font-size: 54px;
  text-decoration: none;
  transition: .35s;
}
.instagram-link svg {
  width: 52px;
  height: 52px;
  transition: .35s;
}
.instagram-link:hover {
  color: #fff;
}
.instagram-link:hover svg {
  transform: rotate(8deg) scale(1.08);
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px
}
.instagram-card {
  display: block;
  overflow: hidden;
  background: #111;
}
.instagram-card img {
  width: 100%;
  display: block;
  transition: transform .6s ease;
}
.instagram-card:hover img {
  transform: scale(1.05);
}
.partners-section {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 10px;
}
.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-item img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  transition: .35s ease;
}
.partner-item:hover img {
  transform: translateY(-6px);
}
.partners-section .section-heading {
  margin-bottom: 40px
}
@media(max-width:991px) {
  .partners-section .section-title {
    margin-bottom: 60px;
  }
  .partners-section .section-title h2 {
    font-size: 42px;
  }
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
}
@media(max-width:575px) {
  .partners-section .section-title {
    margin-bottom: 40px;
  }
  .partners-section .section-title h2 {
    font-size: 32px;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
  .partner-item img {
    max-height: 45px;
  }
}
.site-footer {
  background: #000;
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns:
    320px 180px 1fr 260px;
  gap: 70px;
  padding: 120px 0 65px 0;
  align-items: start;
}
.footer-logo img {
  width: 240px;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  margin-bottom: 10px;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .3s;
}
.footer-nav a:hover {
  color: #DFFF96;
}
.footer-block {
  margin-bottom: 55px;
}
.footer-block h4 {
  color: #DFFF96;
  font-size: 18px;
  margin-bottom: 18px;
}
.footer-block p {
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff
}
.footer-block a {
  color: #fff;
  text-decoration: none;
}
.footer-block a:hover {
  color: #DFFF96;
}
.footer-cta span {
  display: block;
  color: #DFFF96;
  font-size: 22px;
  margin-bottom: 20px;
}
.footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'poppinsmedium';
  font-size: 18px;
  margin-bottom: 25px;
  transition: .35s;
}
.footer-btn {
  background: #DFFF96;
  color: #111;
}
.footer-btn:hover {
  transform: translateY(-4px);
}
.footer-btn-outline {
  background: none;
  color: #DFFF96;
  border: 2px solid #DFFF96;
}
.footer-btn-outline:hover {
  background: #DFFF96;
  color: #111;
}
.footer-social {
  display: flex;
  gap: 24px;
  margin-top: 35px;
  max-width: 70%;
}
.footer-social a {
  transition: .35s;
}
.footer-social a:hover img {
  filter: grayscale(1);
  transition: all 0.5s all;
}
.footer-social a:hover {
  transform: translateY(-4px);
}
.footer-bottom {
  background: #404040;
  text-align: center;
  font-family: 'poppinsregular';
  color: #fff;
  padding: 28px 20px;
  font-size: 14px
}
/*=========================
TABLET
=========================*/
@media(max-width:1200px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .footer-logo {
    grid-column: 1/-1;
  }
}
.lg-content {
  display: block
}
.sm-content {
  display: none
}
.section.portfolio-mobile {
  display: none
}
.about-section-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  padding: 0
}
.about-section-02 {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.head-large {
  font-family: 'agencyregular';
  font-weight: normal;
  color: #E1FFAD;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  font-size: clamp(60px, 8.8vw, 180px);
  line-height: 0.9
}
.head-large-2 {
  font-family: 'agencyregular';
  font-weight: normal;
  color: #000000;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  font-size: clamp(60px, 8vw, 130px);
  line-height: 1.10
}
.head-large-3 {
  font-size: 110px;
  width: 1366px;
  margin: 0 auto;
}
.head-large-2 .sub-title {
  color: #000;
  font-family: 'poppinsmedium';
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
.head-large-2 .sub-title span {
  color: #969696;
  font-family: 'poppinslight'
}
.timeline-section {
  padding: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
.timeline-section::after {
  content: "";
  max-width: 1366px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
.timeline-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 100px;
}
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 115px;
  border-top: 2px dashed #bdbdbd;
}
.timeline-item {
  position: relative;
  width: 20%;
  text-align: center;
  z-index: 2;
}
.timeline-circle {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.timeline-circle::before {
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #e8e8e8;
  position: absolute;
}
.timeline-circle span {
  position: relative;
  z-index: 2;
  font-family: 'agencyregular';
  font-size: 30px;
  color: #000000
}
.timeline-content {
  font-family: 'poppinsregular';
  position: relative;
  margin-top: 70px;
  font-size: 18px;
  line-height: 1.5;
  color: #525252;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-content::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #bbb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}
/*=====================================================
  VALUES SECTION
=====================================================*/
.values-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  color: #fff;
  padding: 50px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}
.values-container {
  position: relative;
  width: calc(100% - 134px);
  max-width: 1600px;
  margin: 0 auto;
}
/*=====================================================
  CARDS GRID
=====================================================*/
.values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
}
/*=====================================================
  CARD
=====================================================*/
.value-card {
  width: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
}
/*=====================================================
  CARD IMAGE
=====================================================*/
.value-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.value-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.value-card:hover .value-card-image img {
  transform: scale(1.04);
}
/*=====================================================
  CARD CONTENT
=====================================================*/
.value-card-content {
  min-height: 160px;
  padding: 20px 26px 25px;
  background: #fff;
}
.value-card-content h3 {
  margin: 0 0 17px;
  font-family: 'agencyregular';
  font-weight: normal;
  font-size: 34px;
  line-height: normal;
  letter-spacing: 0px;
}
.value-card-content p {
  margin: 0;
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 1.45;
}
/* =====================================================
   FEATURED PROJECTS
===================================================== */
.projects-section {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 50px 0 0;
}
.projects-container {
  width: calc(100% - 160px);
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
/* =====================================================
   HEADING
===================================================== */
.projects-heading {
  text-align: center;
  margin-bottom: 20px;
}
.projects-heading h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.projects-heading p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
/* =====================================================
   FILTERS
===================================================== */
.projects-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-block: 30px;
}
.project-filter {
  appearance: none;
  min-width: 94px;
  height: auto;
  padding: 15px 30px;
  border: 1px solid #707070;
  border-radius: 50px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.project-filter:hover {
  background-color: #000;
  color: #E1FFAD
}
.project-filter.active {
  background-color: #000;
  border-color: #000;
  color: #E1FFAD;
}
/* =====================================================
   PROJECT GRID
===================================================== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
/* =====================================================
   PROJECT CARD
===================================================== */
.project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
/* =====================================================
   WIDE CARD
===================================================== */
.projects-grid .project-card--wide {
  grid-column: span 2;
}
/* =====================================================
   PROJECT IMAGE
===================================================== */
.project-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.50 / 1;
  overflow: hidden;
  background: #eee;
}
.project-card--wide .project-image {
  aspect-ratio: 3.30 / 1;
}
.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2, .65, .3, 1);
}
.project-card:hover .project-image img {
  transform: scale(1.04);
}
/* =====================================================
   PROJECT INFORMATION
===================================================== */
.project-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
}
.project-info-text {
  min-width: 0;
}
.project-category {
  font-family: 'poppinsmedium';
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1;
  color: #000000
}
.project-info h3 {
  font-family: 'agencyregular';
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: normal;
  color: #000000
}
/* =====================================================
   ARROW BUTTON
===================================================== */
.project-arrow {
  flex: 0 0 auto;
  width: auto;
  min-width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  padding: 12px;
  transition: all 0.5s ease;
}
.project-arrow img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.project-arrow span {
  font-family: 'poppinssemibold';
  font-style: italic;
  font-size: 13px;
  color: #E1FFAD;
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition:
    max-width 0.5s ease, opacity 0.3s ease, margin-left 0.5s ease;
}
.project-card:hover .project-arrow span {
  max-width: 100px;
  opacity: 1;
  margin-left: 8px;
}
/* =====================================================
   CASE STUDY BUTTON
===================================================== */
.project-case-study {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 28px;
  padding: 0 8px 0 13px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  font-weight: 500;
  transition:
    transform 0.3s ease, background-color 0.3s ease;
}
.project-case-study b {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d6f200;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: transform 0.3s ease;
}
.project-case-study:hover {
  transform: scale(1.04);
}
.project-case-study:hover b {
  transform: translate(2px, -2px);
}
/* =====================================================
   FILTER ANIMATION
===================================================== */
.project-card {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.35s ease, transform 0.35s ease;
}
.project-card.is-hidden {
  display: none;
}
.projects-loadmore {
  text-align: center;
  margin-top: 60px
}
.projects-loadmore-btn {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  appearance: none;
  height: auto;
  padding: 20px 40px;
  border-radius: 50px;
  border: none;
  color: #E1FFAD;
  font-family: inherit;
  font-family: 'poppinssemibold';
  background-color: #000000;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.projects-loadmore-btn:hover {
  color: #000000;
  background-color: #E1FFAD
}
.projects-loadmore-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  padding: 0;
  display: block;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.projects-loadmore-btn:hover::after {
  background-image: url("../images/arrow-right-black.png");
}
.blog-loadmore {
  text-align: center;
  margin-top: 60px
}
.blog-loadmore-btn {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  appearance: none;
  height: auto;
  padding: 20px 40px;
  border-radius: 50px;
  border: none;
  color: #E1FFAD;
  font-family: inherit;
  font-family: 'poppinssemibold';
  background-color: #000000;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.blog-loadmore-btn:hover {
  color: #000000;
  background-color: #E1FFAD
}
.blog-loadmore-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  padding: 0;
  display: block;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.blog-loadmore-btn:hover::after {
  background-image: url("../images/arrow-right-black.png");
}
.mb-0 {
  margin-bottom: 0
}
.case-study-banner {
  text-align: center;
  background-color: #000000;
  padding: 220px 0 0 0;
}
.case-study-back {
  display: inline-block;
  font-family: 'agencyregular';
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  margin-bottom: 30px
}
.case-study-banner h2 {
  margin: 0;
  font-family: 'agencyregular';
  font-weight: normal;
  color: #E1FFAD;
  text-align: center;
  font-size: clamp(60px, 8vw, 180px);
  line-height: 1
}
.case-study-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  bottom: 50px;
}
.case-study-stat {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.case-study-stat:last-child {
  border-right: none;
}
.case-study-stat h2 {
  margin: 0;
  font-family: 'poppinsextrabold';
  color: #ffffff;
  font-size: 90px
}
.case-study-stat p {
  font-family: 'poppinsmedium';
  color: #E8FFA2;
  font-size: 32px;
  margin: 0;
}
.case-study-stats-other {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right
}
.case-study-stats-other-single {
  width: 100%;
  max-width: 1440px;
  display: block;
  grid-template-columns: inherit;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center
}
.case-study-stat-other {
  padding: 0 110px 0 55px;
  border-right: 1px solid rgba(56, 56, 56, 1);
}
.case-study-stat-other:last-child {
  border-right: none;
  padding: 0 55px 0 110px;
}
.case-study-stats-other-single .case-study-stat-other:last-child {
  width: 85%;
  margin: 0 auto;
  text-align: center
}
.case-study-stat-other h2 {
  font-family: 'poppinsextrabold';
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: right
}
.case-study-stat-other:last-child h2 {
  text-align: left
}
.case-study-stat-other p {
  font-family: 'poppinsregular';
  font-size: 25px;
  color: #E1FFAD;
  line-height: 1;
  font-weight: normal;
  text-align: right
}
.case-study-stat-other:last-child p {
  text-align: left
}
.case-study-stats-other-single .case-study-stat-other:last-child h2 {
  text-align: center
}
.case-study-stats-other-single .case-study-stat-other:last-child p {
  text-align: center
}
.case-study-stat-other-heading {
  font-family: 'poppinssemibold';
  font-size: 35px;
  color: #ffffff;
  line-height: normal;
}
.case-study-stat-other-content {
  font-family: 'poppinsregular';
  font-size: 20px;
  color: #ffffff;
  line-height: 1.50;
}
/* =====================================================
   CASE STUDY POSTERS
===================================================== */
.case-study-posters {
  width: 100%;
  max-width: 1400px;
  padding: 0 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.case-study-posters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 23px;
  width: 100%;
}
.case-study-poster {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.case-study-poster img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.case-study-poster:hover img {
  transform: scale(1.03);
}
.case-study-videos {
  background-color: #F8F8F8;
  padding: 100px 0;
  margin-bottom: 100px
}
.case-study-slider-wrap {
  position: relative
}
.swiper-button-next.promo-video-next, .swiper-button-prev.promo-video-prev {
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 7px;
}
.swiper-button-next.promo-video-next:after, .swiper-button-prev.promo-video-prev:after {
  content: '';
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.case-study-videos video {
  width: 100%;
  display: block;
}
.case-study-videos .play-btn img {
  width: 12px;
}
/* =====================================================
   CASE STUDY
===================================================== */
.case-study-main {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
  background: #fff;
  color: #111;
}
.case-study-main .section-heading {
  margin-bottom: 50px
}
/* =====================================================
   HEADER
===================================================== */
.case-study-header {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto 45px;
  text-align: center;
}
.case-study-category {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.case-study-header h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}
/* =====================================================
   HERO IMAGE
===================================================== */
.case-study-hero {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto 25px;
  overflow: hidden;
}
.case-study-hero img {
  display: block;
  width: 100%;
  height: auto;
}
/* =====================================================
   OBJECTIVE / SOLUTION
===================================================== */
.case-study-two-column {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.case-study-content-box {
  background: #f5f5f5;
  padding: 35px 40px;
}
.case-study-content-box h2, .case-study-result h2 {
  margin: 0 0 12px;
  font-family: 'agencyregular';
  font-size: 35px;
  line-height: 1;
  color: #000000;
}
.case-study-content-box p, .case-study-result p {
  font-family: 'poppinsregular';
  margin: 0;
  font-size: 18px;
  line-height: 1.50;
  color: #555;
}
.case-study-content-box ul, .case-study-result ul {
  list-style: none
}
.case-study-content-box ul li, .case-study-result ul li {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 1.50;
  color: #555;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  background-image: url("../images/polygon-black.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left top 7px;
}
/* =====================================================
   RESULT
===================================================== */
.case-study-result {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto 65px;
  padding: 35px 40px;
  background: #f5f5f5;
}
/* =====================================================
   GALLERY
===================================================== */
.case-study-gallery {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #ddd;
}
.case-study-gallery-item {
  overflow: hidden;
}
.case-study-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-case-study {
  padding: 0;
  min-height: auto
}
.featured-case-study .section-heading {
  margin-bottom: 30px
}
.position-relative {
  position: relative;
}
/* =====================================================
   CASE STUDY SERVICES
===================================================== */
.services-main {
  width: 100%;
  background: #000;
  color: #fff;
  padding-bottom: 120px
}
.services-main .section-heading {
  padding: 0 250px
}
.services-main .section-heading h2 {
  padding: 0 0 20px
}
.services-main__container {
  width: min(100% - 40px, 1024px);
  margin: 0 auto;
}
.custom-padding-block {
  padding-block: 100px
}
/* =====================================================
   HEADING
===================================================== */
.services-main__heading {
  text-align: center;
  margin-bottom: 55px;
}
.services-main__heading h2 {
  margin: 0 0 4px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
.services-main__heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
/* =====================================================
   SERVICE
===================================================== */
/* =====================================================
   SERVICE TRIGGER
===================================================== */
.service-items__trigger {
  width: 100%;
  padding: 24px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.service-items__title {
  font-family: 'agencyregular';
  font-weight: normal;
  font-size: 60px;
  line-height: 1.15
}
.service-items:hover .service-items__title {
  color: #dfff9a;
}
/* =====================================================
   SERVICE ARROW
===================================================== */
.service-items__arrow {
  display: inline-block;
  width: 0;
  margin-right: 0;
  color: #dfff9a;
  font-size: 48px;
  font-weight: 400;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-10px);
  transition:
    width 0.3s ease, margin-right 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
/* Show arrow on hover */
.service-items:hover .service-items__arrow {
  width: 30px;
  margin-right: 5px;
  opacity: 1;
  transform: translateX(0);
}
/* Keep arrow visible for active service */
.service-items.is-active .service-items__arrow {
  width: 30px;
  margin-right: 5px;
  opacity: 1;
  transform: translateX(0);
}
/* =====================================================
   ACTIVE
===================================================== */
.service-items.is-active .service-items__title {
  color: #dfff9a;
}
/* =====================================================
   ACCORDION CONTENT
===================================================== */
.service-items__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease, opacity 0.3s ease;
}
.service-items.is-active .service-items__content {
  max-height: 600px;
  opacity: 1;
}
/* =====================================================
   INTRO
===================================================== */
.service-items__intro {
  padding: 0 10px 28px;
}
.service-items__intro h3 {
  margin: 0 0 6px;
  font-family: 'agencyregular';
  font-weight: normal;
  color: #777;
  font-size: 22px;
  line-height: 1.4;
}
.service-items__intro p {
  margin: 0;
  font-family: 'poppinsregular';
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
/* =====================================================
   POINTS
===================================================== */
.service-items__points {
  padding: 0 10px 35px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  border-bottom: 1px solid #292929
}
.service-items__point a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 20px;
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
  text-align: center;
}
.service-items__point a:hover {
  color: #dfff9a;
  border: 1px solid #dfff9a;
}
.service-items__point:nth-child(1), .service-items__point:nth-child(2), .service-items__point:nth-child(3) {
  grid-column: span 2;
}
.service-items__point:nth-child(4), .service-items__point:nth-child(5) {
  grid-column: span 3;
}
/* =====================================================
   PLUS / MINUS
===================================================== */
.service-items__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.service-items__icon::before, .service-items__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #aaa;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.service-items__icon::after {
  transform:
    translate(-50%, -50%) rotate(90deg);
}
.service-items.is-active .service-items__icon::after {
  transform:
    translate(-50%, -50%) rotate(0deg);
}
.service-details {
  padding: 45px 30px 30px;
  width: calc(100% - 20px);
  border: 1px solid #707070;
  margin: 10px;
  border-radius: 50px;
}
.service-details h2 {
  font-family: 'poppinsmedium';
  font-size: 25px;
  line-height: 1.15;
  font-weight: normal;
  color: #E1FFAD;
  margin: 0 0 10px 0
}
.service-details p {
  font-family: 'poppinslight';
  font-size: 16px;
  line-height: 1.30;
  font-weight: normal;
  color: #FFFFFF;
  min-height: 70px;
}
.service-details ul li, .service-details ol li {
  font-family: 'poppinslight';
  font-size: 16px;
  line-height: 1.15;
  font-weight: normal;
  color: #E1FFAD;
  margin: 10px 0 15px 0;
  padding: 0 0 0 25px;
  background-image: url("../images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left center;
}

/* =========================================
   WHAT WE DO - MOUSE IMAGE TRAIL
========================================= */
.section-what-we-do {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section-what-we-do .container-fluid {
  position: relative;
  z-index: 5;
}
.section-what-we-do .head-large {
  position: relative;
  z-index: 5;
}
/* Trail container */
.what-we-do__trail {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
/* Individual trail image */
.what-we-do__trail-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  will-change: transform, opacity;
  transform-origin: center center;
  opacity: 0
}
/* Make sure the images don't interfere with text */
.section-what-we-do .what-we-do__image {
  position: relative;
  z-index: 6;
}

/* =====================================================
   CONTACT SECTION
===================================================== */
.contact-main-section {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 200px 0 100px;
  box-sizing: border-box;
}
.contact-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/* =====================================================
   HEADING
===================================================== */
.contact-heading {
  text-align: center;
  margin-bottom: 42px;
}
.contact-heading h1 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
}
.contact-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
/* =====================================================
   TABS
===================================================== */
.contact-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  margin-top: 30px
}
.contact-tab {
  width: 207px;
  height: 65px;
  border: 1px solid #999;
  border-radius: 40px;
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 20px;
  cursor: pointer;
  transition:
    background .3s ease, color .3s ease, border-color .3s ease;
}
.contact-tab:hover {
  border-color: #000;
}
.contact-tab.active {
  background: #000;
  color: #dfff9c;
  border-color: #000;
}
/* =====================================================
   FORM
===================================================== */
.contact-forms {
  position: relative;
}
.contact-form {
  display: none;
}
.contact-form.active {
  display: block;
}
.careers-content p {
  text-align: center;
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #000000;
  line-height: 1.50;
  font-weight: normal
}
.careers-content h6 {
  text-align: center;
  font-family: 'poppinssemibold';
  font-size: 18px;
  color: #000000;
  line-height: 1.50;
  font-weight: normal;
  margin: 30px 0;
  padding: 10px 0
}
.careers-content a {
  font-family: 'poppinsextrabold';
}
/* =====================================================
   FORM FIELDS
===================================================== */
.wpforms-container {
  max-width: 1100px !important
}
.form-field {
  width: 100%;
  margin-bottom: 20px;
}
.wpforms-field-container input[type="text"], .wpforms-field-container input[type="email"], .wpforms-field-container input[type="number"], .wpforms-field-container select, .form-field input, .form-field textarea, .form-field select {
  width: 100%;
  box-sizing: border-box;
  border: 0 !important;
  outline: 0 !important;
  background-color: #f8f8f8 !important;
  border-radius: 50px !important;
  padding: 0 52px !important;
  font-family: 'poppinsregular';
  font-size: 18px !important;
  color: #676767 !important;
  transition:
    background .3s ease, box-shadow .3s ease;
}
.wpforms-field-container input[type="text"], .wpforms-field-container input[type="email"], .wpforms-field-container input[type="number"], .wpforms-field-container select, .form-field input, .form-field select {
  height: 74px !important;
}
.contact-from-208 .wpforms-field-container input[type="text"], 
.contact-from-208 .wpforms-field-container input[type="email"], 
.contact-from-208 .wpforms-field-container input[type="number"], 
.contact-from-208 .wpforms-field-container select, 
.contact-from-208 .form-field input, 
.contact-from-208 .form-field select {
    height: 60px !important;
}
.form-field textarea {
  height: 74px;
  padding-top: 25px;
  padding-bottom: 20px;
  resize: none;
}
/* Placeholder */
.form-field input::placeholder, .form-field textarea::placeholder {
  color: #676767;
  opacity: 1;
}
/* Focus */
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  background: #fafafa;
  box-shadow: 0 0 0 1px #999;
}
/* =====================================================
   SELECT
===================================================== */
.select-field {
  position: relative;
}
.select-field select, .wpforms-field-container select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #666;
}
.select-field::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #666;
  transform: translateY(-50%);
  pointer-events: none;
}
/* =====================================================
   CONTACT INFO
===================================================== */
.contact-info {
  text-align: center;
  margin: 42px auto 40px;
  font-size: 17px;
  line-height: 1.55;
}
.contact-info p {
  margin: 0;
}
.contact-info a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
/* =====================================================
   ACTION BUTTONS
===================================================== */
.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.contact-action {
  width: 327px;
  height: 74px;
  border: 0;
  border-radius: 40px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .3s ease, opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-action:hover {
  transform: translateY(-2px);
}
.contact-action span {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
}
.contact-action-dark {
  background: #000;
  color: #dfff9c;
}
.contact-action-green {
  background: #dfff9c;
  color: #000;
}
.wpforms-container button[type=submit] {
  background-color: #E1FFAD !important;
  border: 0 !important;
  border-radius: 50px !important;
  font-family: 'poppinssemibold' !important;
  font-size: 20px !important;
  color: #000000 !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 100px !important;
  height: auto !important
}
.contact-from-208 .wpforms-container button[type=submit] {
    margin: 0;
    padding: 20px 75px !important;
}
.wpforms-container-full button[type=submit]:hover {
  background-color: #000000 !important;
  color: #ffffff !important
}
.wpforms-container-full button::after {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
  padding: 0;
  background-image: url("../images/arrow-right-black.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s ease;
  position: relative !important;
  border: none !important;
  border-radius: 0 !important;
  top: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.wpforms-container-full button:hover::after {
  background-image: url("../images/arrow-right-white.png");
}
.wpforms-container-full input[type=text] .wpforms-container-full input[type=text]:focus:invalid, .wpforms-container-full input[type=number]:focus:invalid, .wpforms-container-full input[type=email]:focus:invalid, .wpforms-container-full select:focus {
  box-shadow: none !important;
  border: 1px solid #CBCBCB !important
}
.contact-from-208 .section-heading {
    text-align: left;
    margin: 0 !important;
}
.contact-from-208 .section-heading p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5
}
.static-content{
	margin: 0 auto;
	padding: 50px 0;
	background-color: #ffffff
}
.static-content h1 {
    color: #000000;
    font-size: 70px;
    line-height: 1.50;
}
.static-content .text-404{
	font-family: 'agencyregular';
	font-size: 150px;
	line-height: 1.5;
	color: #000000
}
.static-content h2 {
    color: #000000;
}
.static-content .hero-btn-wrap {
    width: 170px;
    margin: 0 auto;
    display: inline-block;
}
.static-content .hero-btn-wrap .hero-btn{
	padding: 15px 45px 10px
}
.static-content-wrap {
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1680px), only screen and (max-device-width: 1680px) {
  .portfolio__inner {
    height: 450px;
  }
  .image-stack {
    max-width: 520px;
  }
  .section.footPrint, .section.instagram-section, .blogs-section {
    padding: 100px 0
  }
	.contact-from-208 h1 {
    font-size: 35px !important;
}
	.contact-from-208 .wpforms-field-container input[type="text"], 
	.contact-from-208 .wpforms-field-container input[type="email"], 
	.contact-from-208 .wpforms-field-container input[type="number"], 
	.contact-from-208 .wpforms-field-container select, 
	.contact-from-208 .form-field input, 
	.contact-from-208 .form-field select {
    	height: 45px !important;
}
	.contact-from-208 .wpforms-container button[type=submit] {
    margin: 0;
    padding: 15px 45px !important;
}
	.contact-from-208 .wpforms-field-container input[type="text"], 
	.contact-from-208 .wpforms-field-container input[type="email"], 
	.contact-from-208 .wpforms-field-container input[type="number"], 
	.contact-from-208 .wpforms-field-container select, 
	.contact-from-208 .form-field input, 
	.contact-from-208 .form-field textarea, 
	.contact-from-208 .form-field select {
    font-size: 15px !important;
}
	.contact-from-208 .wpforms-container button[type=submit] {
    font-size: 18px !important;
}
	.contact-from-208 .wpforms-container-full button::after {
		width: 12px;
		height: 12px
}
	.contact-from-208 .wpforms-container label.wpforms-error, 
	.contact-from-208 .wpforms-container em.wpforms-error {
		position: absolute !important;
		top: 5px;
		right: 20px
}
}
@media only screen and (max-width: 1580px), only screen and (max-device-width: 1580px) {
  .portfolio .section-heading {
    margin-bottom: 10px;
    margin-top: 110px;
  }
  .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .section.services-section {
    padding: 100px 0 0 0
  }
  .services-list {
    padding: 0 0 100px 0;
  }
  .what-we-do__image--left {
    left: 10%
  }
  .what-we-do__image--right {
    right: 10%
  }
  .service-details h2 {
    font-size: 22px
  }
  .service-details p {
    font-size: 14px
  }
  .service-details ul li, .service-details ol li {
    font-size: 14px
  }
  .case-study-banner {
    padding: 160px 0 0 0
  }
  .case-study-stats-other {
    max-width: 1200px;
  }
  .case-study-stat-other h2 {
    font-size: 40px;
  }
  .case-study-stat-other p {
    font-size: 20px
  }
  .case-study-back {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .head-large-2 {
    font-size: clamp(60px, 8vw, 100px);
  }
  .case-study-stat h2 {
    font-size: 75px;
  }
  .case-study-stat p {
    font-size: 25px
  }
  .thumb .service, .numbers .number-count, .numbers .number-business-type {
    font-size: 12px
  }
  .value-card-content h3 {
    font-size: 30px
  }
  .value-card-content p {
    font-size: 15px
  }
  .value-card-content {
    padding: 15px 15px 20px
  }
  .section.values-section {
    padding: 100px 0
  }
  .section.values-section .section-heading {
    margin-bottom: 50px
  }
	
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
  .hero-text h1 {
    font-size: 65px
  }
  .hero-sm {
    left: 450px
  }
  .portfolio__inner {
    grid-template-columns: 80px 460px minmax(400px, 1fr) 190px;
  }
  .section.about-stats {
    padding: 100px 0 0 0
  }
  .image-stack {
    max-width: 470px
  }
  .values-container {
    width: calc(100% - 100px)
  }
  .value-card-content h3 {
    font-size: 27px
  }
  .value-card-content p {
    font-size: 16px
  }
  .client-card {
    height: 150px
  }
  .head-large-2 {
    font-size: clamp(60px, 8vw, 80px)
  }
  .head-large {
    font-size: clamp(60px, 8.8vw, 90px)
  }
  .nav a {
    font-size: 18px
  }
  .portfolio__inner {
    transform: scale(0.9);
  }
  .head-large-3 {
    width: 100%;
  }
  .case-study-posters {
    max-width: 1366px;
  }
  .case-study-content-box ul li, .case-study-result ul li {
    font-size: 16px
  }
  .case-study-stats {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
  }
  .case-study-stat h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {
  .nav a {
    font-size: 18px
  }
  .header-inner {
    max-width: 1280px
  }
  .hero-text {
    max-width: 1280px
  }
  .hero-text h1 {
    font-size: 55px;
  }
  .hero-sm {
    left: 380px;
    bottom: 5px;
  }
  .client-panel {
    height: 280px
  }
  .portfolio__inner {
    grid-template-columns: 80px 350px minmax(400px, 1fr) 190px;
  }
  .title {
    font-size: 40px;
    margin-bottom: 15px
  }
  .footer-block p {
    font-size: 15px;
    line-height: 1.5;
  }
  .footer-nav a {
    font-size: 15px;
  }
  .value-card-content p {
    font-size: 14px;
  }
  .case-study-posters {
    max-width: 1280px
  }
	.contact-from-208 {
    width: 470px
}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
  .header-inner {
    max-width: 1100px
  }
  .hero-text {
    max-width: 1100px
  }
  .hero-sm {
    font-size: 16px;
    line-height: 24px
  }
  .image-stack {
    max-width: 400px;
  }
  .values-section {
    padding: 80px 0 100px;
  }
  .values-container {
    width: calc(100% - 70px);
  }
  .case-study-posters {
    max-width: 1100px;
  }
  .logo img {
    width: 120px;
  }
	.contact-from-208 {
    width: 420px;
}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .nav ul.menu {
    display: block
  }
  .nav ul.menu li {
    padding: 0 0 20px 0;
  }
  #hero-video {
    display: none
  }
  #hero-video-sm {
    display: block
  }
  .section.portfolio {
    display: none
  }
  .section.portfolio-mobile {
    display: block;
    padding-top: 40px
  }
  h2 {
    font-size: 28px;
    line-height: normal
  }
  .blog-main-content h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px
  }
  p {
    font-size: 15px;
    line-height: 22px
  }
  body.fullScreen {
    overflow: hidden
  }
  .lg-content {
    display: none
  }
  .sm-content {
    display: block
  }
  .header-inner-sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 10px
  }
  .logo img {
    width: 100px;
  }
  .site-header {
    padding: 0;
  }
  .header-inner {
    display: block;
    padding: 10%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: -100%;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
  }
  .header-inner.is-open {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .nav a {
    font-size: 25px;
  }
  .nav .dropdown a {
    font-size: 15px
  }
  .nav ul {
    display: block;
    align-items: inherit;
    gap: inherit;
  }
  .nav-right {
    justify-self: start;
  }
  .dropdown, .sub-menu {
    position: relative;
    top: inherit;
    margin-top: 12px;
    left: inherit;
    transform: inherit;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 1;
    visibility: visible;
  }
  .has-dropdown:hover .dropdown, .menu-item-has-children:hover .sub-menu {
    transform: inherit;
  }
  .nav a {
    font-size: 18px
  }
  .nav ul.sub-menu li {
    padding: 0 0 5px 0
  }
  .nav ul.sub-menu li a {
    font-size: 16px
  }
  .nav a::after {
    bottom: 0px;
  }
  .hero-text {
    width: 90%;
    max-width: 1366px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 100;
    transform: translateX(-50%);
    display: block;
    align-items: inherit;
    justify-content: inherit;
    text-align: center
  }
  .hero-text h1 {
    font-size: 40px
  }
  .hero-sm {
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    position: relative;
    bottom: 0;
    z-index: 100;
    left: 0;
  }
  .hero-actions, .landing-page .hero-actions {
    position: relative;
    right: inherit;
    top: inherit;
    transform: translate(-50%, 0);
    display: block;
    flex-direction: column;
    gap: inherit;
    z-index: 10;
    float: left;
    margin: 20px 0 0 0;
    left: 50%;
  }
  .hero-btn {
    float: left;
    margin: 0 5px;
    font-size: 14px;
    height: auto;
    padding: 15px 25px 12px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-grid-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section {
    min-height: inherit;
    height: auto;
    padding: 80px 0
  }
  .section.contact-section {
    padding: 80px 0
  }
  .clients-heading {
    border-bottom: none;
    padding: 80px 80px 25px;
    text-align: center;
  }
  .blogs-progress {
    margin-bottom: 0px;
  }
  .section.about-stats {
    padding: 80px 0 0 0;
  }
  .client-panel {
    width: 1000px;
    height: 300px;
  }
  .clients-section {
    height: auto;
    padding: 0 0 120px 0;
  }
  .clients-horizontal {
    flex: none;
    overflow: hidden;
  }
  .services-list a {
    font-size: 18px;
    gap: 12px;
  }
  .services-list .arrow {
    width: 12px
  }
  .container {
    width: min(100% - 40px, 1600px);
  }
  .hero h1 {
    font-size: 36px
  }
  .next-section h2 {
    font-size: 42px;
  }
  .portfolio__inner {
    padding: 20px;
  }
  .title {
    font-size: 34px;
  }
  .description {
    font-size: 16px;
  }
  .image-stack {
    aspect-ratio: 4/5;
  }
  .thumb {
    width: 70px;
    height: 70px;
  }
  .portfolio__media {
    padding-left: 0;
    margin: 0;
    height: 200px
  }
  .portfolio .section-heading {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .copy-stack {
    position: relative;
    width: 100%;
    height: 130px;
  }
  .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .category {
    font-size: 12px;
    letter-spacing: .2em;
    margin-bottom: 10px;
  }
  .portfolio__copy {
    margin-bottom: 10px;
  }
  .thumb {
    width: 35px;
    height: 35px;
  }
  .image-stack {
    aspect-ratio: 5/5;
  }
  .blog-bottom {
    gap: 0px;
  }
  .footPrint::before {
    width: 90%;
    height: 1px
  }
  .blog-date {
    font-size: 12px;
  }
  .blog-bottom h3 {
    font-size: 18px;
    line-height: 1.25
  }
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
  }
  .partner-item img {
    max-height: max-content;
  }
  .footer-social {
    max-width: 45%;
    margin-inline: auto;
    justify-content: center;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 80px 0;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    width: 180px;
  }
  .footer-nav ul {
    display: grid;
    gap: 18px;
  }
  .footer-nav li {
    margin: 0;
  }
  .footer-nav a {
    font-size: 16px;
  }
  .footer-block h4 {
    font-size: 16px;
  }
  .footer-cta span {
    font-size: 16px;
  }
  .footer-block p {
    font-size: 16px;
  }
  .footer-btn {
    height: 45px;
    font-size: 14px;
    width: calc(40% - 2%);
    margin: 0 1%;
    float: left;
  }
  .footer-bottom {
    font-size: 13px;
  }
  .services-list {
    padding-bottom: 0
  }
  .portfolio-mobile h2, .portfolio-mobile h4 {
    color: #000000
  }
  .portfolio-mobile .section-heading {
    margin-bottom: 20px;
  }
  .instagram-link svg {
    width: 42px;
    height: 42px
  }
  .instagram-link {
    font-family: 'agencyregular';
    font-size: 28px;
    font-weight: normal
  }
  .portfolio-copy {
    font-size: 28px
  }
  .clients-progress-fill {
    width: 40px
  }
  .clients-progress {
    width: 50%
  }
  .case-study {
    padding: 16px 34px;
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .case-study:hover {
    filter: none;
  }
  .case-study::after {
    width: 12px;
    height: 12px;
  }
  .section.services-section, .section.footPrint, .section.instagram-section, .blogs-section, .partners-section, .footer-top {
    padding: 50px 0;
  }
  .client-card:nth-child(1) {
    border-bottom: none
  }
  .timeline {
    flex-direction: column;
    gap: 80px;
  }
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px dashed rgba(189, 189, 189, 0.2);
    right: inherit;
  }
  .timeline-item {
    width: 100%;
  }
  .timeline-content {
    margin-top: 40px;
  }
  .timeline-content::before {
    display: none;
  }
  .clients-prev, .clients-next, .portfolio-prev, .portfolio-next {
    display: block
  }
  .client-card {
    height: 110px;
    border-top: 1px solid #ddd;
  }
  .blogs-heading {
    margin: 0 auto 40px;
  }
  .case-study-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
  }
  .case-study-stat:nth-child(2) {
    border-right: none;
  }
  .case-study-header, .case-study-hero, .case-study-two-column, .case-study-result, .case-study-gallery {
    width: min(100% - 40px, 800px);
  }
  .case-study-header {
    margin-bottom: 30px;
  }
  .case-study-header h1 {
    font-size: 34px;
  }
  .case-study-category {
    font-size: 16px;
  }
  .case-study-content-box, .case-study-result {
    padding: 30px;
  }
  .case-study-content-box h2, .case-study-result h2 {
    font-size: 25px;
  }
  .case-study-content-box p, .case-study-result p {
    font-size: 16px;
  }
  .case-study-gallery {
    gap: 25px;
  }
  .case-study-header, .case-study-hero, .case-study-two-column, .case-study-result, .case-study-gallery {
    width: min(100% - 40px, 800px);
  }
  .case-study-header {
    margin-bottom: 30px;
  }
  .case-study-header h1 {
    font-size: 34px;
  }
  .case-study-category {
    font-size: 16px;
  }
  .case-study-content-box, .case-study-result {
    padding: 30px;
  }
  .case-study-content-box h2, .case-study-result h2 {
    font-size: 25px;
  }
  .case-study-content-box p, .case-study-result p {
    font-size: 16px;
  }
  .case-study-gallery {
    gap: 25px;
  }
  .swiper-footer {
    bottom: -65px;
  }
  .wpforms-field-container input[type="text"], .wpforms-field-container input[type="email"], .wpforms-field-container input[type="number"], .wpforms-field-container select, .form-field input, .form-field textarea, .form-field select {
    padding: 0 32px !important;
    font-size: 16px !important;
    height: 60px !important
  }
  .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 15px 0 0 0
  }
  .wpforms-container-full button::after {
    width: 12px;
    height: 12px
  }
  .wpforms-container button[type=submit] {
    font-size: 18px !important;
    padding: 20px 60px !important
  }
  .service-items__trigger {
    padding: 24px 10px 0;
  }
  .services-main .section-heading {
    padding: 0;
  }
  .services-main .section-heading h2 {
    padding: 0 0 5px;
  }
  .service-items__title {
    font-size: 20px;
  }
  .service-items:hover .service-items__arrow {
    width: 15px
  }
  .service-items.is-active .service-items__arrow {
    width: 15px
  }
  .service-items__intro h3 {
    font-size: 16px
  }
  .service-items__intro p {
    font-size: 12px
  }
  .service-items__point a {
    font-size: 14px
  }
  .service-items__points {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .service-items__point:nth-child(1), .service-items__point:nth-child(2), .service-items__point:nth-child(3), .service-items__point:nth-child(4), .service-items__point:nth-child(5) {
    grid-column: span 1;
  }
  .what-we-do__image {
    display: none;
  }
  .hero-text2 p {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.30;
  }
  .service-items.is-active .service-items__content {
    padding: 15px 0 0 0
  }
  .head-large {
    font-size: clamp(50px, 8.8vw, 100px);
    padding: 100px 0 50px 0;
    text-align: center;
  }
  .head-large-2 {
    font-size: clamp(45px, 8.8vw, 100px);
    padding: 100px 0 50px 0;
  }
  .service-details {
    border-radius: 25px;
  }
  .project-category {
    font-size: 12px
  }
  .project-info h3 {
    font-size: 22px
  }
  .projects-container {
    width: calc(100% - 40px);
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .projects-filters {
    gap: 10px
  }
  .project-filter {
    padding: 10px 25px;
    font-size: 14px
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .project-card {
    width: 100%;
  }
  .projects-grid .project-card--wide {
    grid-column: span 1;
  }
  .project-image, .project-card--wide .project-image {
    aspect-ratio: 1.5 / 1;
  }
  .project-info {
    gap: 15px;
    padding-top: 12px;
  }
  .project-info-text {
    min-width: 0;
  }
  .project-category {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
  }
  .project-info h3 {
    font-size: 22px
  }
  .project-card:hover .project-image img {
    transform: none;
  }
  .case-study-banner {
    padding: 150px 0 80px 0;
  }
  .case-study-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
    position: relative;
    bottom: 0;
    margin: 50px 0 0
  }
  .case-study-stat p {
    font-size: 15px
  }
  .case-study-banner h2 {
    font-size: 50px;
  }
  .case-study-back {
    font-size: 15px
  }
  .case-study-stat h2 {
    font-size: 30px
  }
  .case-study-main {
    padding: 50px 0 0;
  }
  .case-study-stats-other {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    bottom: 0;
    padding: 0;
    text-align: right;
    position: relative;
    left: inherit;
    transform: none
  }
  .case-study-stat-other {
    padding: 0 20px 0 15px;
  }
  .case-study-stat-other h2, .case-study-stat-other:last-child h2 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px
  }
  .case-study-stat-other p, .case-study-stat-other:last-child p {
    font-size: 14px;
    text-align: center
  }
  .case-study-stat-other, .case-study-stat-other:last-child {
    padding: 20px 30px 0
  }
  .blog-container {
    width: calc(100% - 40px)
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .head-large-3 {
    font-size: 36px;
    width: 100%;
  }
  .head-large-2 .sub-title {
    font-size: 14px;
    margin: 50px 0 30px 0
  }
  .blog-main-content {
    padding: 50px 0 0
  }
  .contact-main-section {
    padding: 150px 0px 50px
  }
  .contact-container {
    padding-inline: 40px;
  }
  .contact-tabs {
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px
  }
  .contact-tab {
    height: 56px;
    font-size: 14px;
    line-height: 1
  }
  .careers-content {
    padding: 30px 0 0
  }
  .careers-content p {
    font-size: 14px;
  }
  .careers-content h6 {
    font-size: 14px;
    padding: 15px 0;
    margin: 0;
  }
  .case-study-posters-grid {
    grid-template-columns: 1fr;
    gap: 25px 0px;
  }
  .case-study-poster {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
  }
  .case-study-main .section-heading {
    margin-bottom: 50px;
    padding-inline: 20px;
  }
  .projects-loadmore-btn {
    font-size: 14px
  }
  .case-study-stat-other-heading {
    font-size: 22px
  }
  .case-study-stats-other-single .case-study-stat-other:last-child {
    width: 100%
  }
  .case-study-stat-other-content {
    font-size: 16px;
    margin: 15px 0 0 0
  }
	.case-study-content-box ul li, 
	.case-study-result ul li {
    	font-size: 14px
	}
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .values-section {
    padding: 60px 0 70px;
  }
  .values-container {
    width: calc(100% - 40px);
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .value-card-image {
    aspect-ratio: 1 / 0.8;
  }
  .value-card-content {
    min-height: auto;
    padding: 20px;
  }
  .value-card-content h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .value-card-content p {
    font-size: 16px;
  }
  .case-study-stat {
    border: none;
    text-align: center;
    padding: 0;
  }
  .case-study-header, .case-study-hero, .case-study-two-column, .case-study-result, .case-study-gallery {
    width: calc(100% - 30px);
  }
  /* Header */
  .case-study-header {
    margin-bottom: 25px;
  }
  .case-study-category {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .case-study-header h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  /* Hero */
  .case-study-hero {
    margin-bottom: 15px;
  }
  /* Objective / Solution */
  .case-study-two-column {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }
  .case-study-content-box {
    padding: 25px 20px;
  }
  .case-study-content-box h2, .case-study-result h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }
  .case-study-content-box p, .case-study-result p {
    font-size: 15px;
    line-height: 1.5;
  }
  /* Result */
  .case-study-result {
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  /* Gallery */
  .case-study-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-study-header, .case-study-hero, .case-study-two-column, .case-study-result, .case-study-gallery {
    width: calc(100% - 30px);
  }
  .case-study-header {
    margin-bottom: 25px;
  }
  .case-study-category {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .case-study-header h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .case-study-hero {
    margin-bottom: 15px;
  }
  .case-study-two-column {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }
  .case-study-content-box {
    padding: 25px 20px;
  }
  .case-study-content-box h2, .case-study-result h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .case-study-content-box p, .case-study-result p {
    font-size: 12px;
    line-height: 1.5;
  }
  .case-study-result {
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  .case-study-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .services-list li {
    margin-bottom: 18px;
  }
  .services-list a {
    font-size: 28px;
    line-height: 1
  }
  .arrow {
    width: 28px;
    font-size: 22px;
  }
  .services-list a:hover {
    transform: translateX(10px);
  }
  .services-list li.active a {
    transform: translateX(10px);
  }
	.contact-from-208 {
    width: 100%;
}
	.contact-from-208 h1 {
	font-size: 30px !important;
	text-align: left
}
	.contact-from-208 .wpforms-field-container input[type="text"], 
	.contact-from-208 .wpforms-field-container input[type="email"], 
	.contact-from-208 .wpforms-field-container input[type="number"], 
	.contact-from-208 .wpforms-field-container select, 
	.contact-from-208 .form-field input, 
	.contact-from-208 .form-field select {
		height: 45px !important;
}	
	.contact-from-208 .wpforms-container button[type=submit] {
		margin: 0;
		padding: 15px 30px !important;
}
	.wpforms-container button[type=submit] {
    	font-size: 14px !important;
}
	.contact-from-208 .section-heading p {
		font-size: 13px;
		line-height: 1.5
}
	.static-content h1 {
		font-size: 45px
}
	.static-content .text-404 {
		font-size: 100px
}	
	.contact-from-208 div.wpforms-container-full:not(:empty) {
    	margin: 15px auto !important
}
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .values-section {
    padding: 50px 0 60px;
  }
  .values-container {
    width: 100%;
  }
  .values-grid {
    gap: 20px;
  }
  .value-card-content {
    padding: 18px;
  }
  .value-card-content h3 {
    font-size: 23px;
  }
  .value-card-content p {
    font-size: 15px;
  }
  .footer-block:nth-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 359px), only screen and (max-device-width: 359px) {
	.contact-from-208 h1 {
    	font-size: 25px !important
}
	.contact-from-208 .wpforms-field-container input[type="text"], 
	.contact-from-208 .wpforms-field-container input[type="email"], 
	.contact-from-208 .wpforms-field-container input[type="number"], 
	.contact-from-208 .wpforms-field-container select, 
	.contact-from-208 .form-field input, 
	.contact-from-208 .form-field select {
    	height: 35px !important
}
	.contact-from-208 .wpforms-container button[type=submit] {
		margin: 0;
		padding: 13px 30px !important
}
	.hero-btn {
    padding: 15px 20px 12px;
}
	
	
}