/* ------ venobox.css --------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.flexslider .slides img.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000000;
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #181818;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.relativo {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(/images/buttons/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/* IOS preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  /*    cursor: pointer;
      position: fixed;
      top: -1px;
      right: 0;
      width: 46px;
      height: 40px;
      padding: 10px 20px 10px 0;
      display: block;
      background: url(/images/buttons/close.gif) no-repeat #161617;
      background-position:10px center;
      color: #fff;
      text-indent: -100px;
      overflow: hidden;*/
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(/images/btn/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-prev {
  left: 10px;
  background: url(/images/buttons/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 10px;
  background: url(/images/buttons/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
  background-color: #000000 !important;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }
  .venoframe {
    width: 100%;
    height: 260px;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container {
  position: relative;
  background: #000;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vwrap {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
m .flex-container a:active,
.flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  width: 150px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 75px;
  height: 100px;
  margin: -20px 0 0;
  position: absolute;
  top: auto;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
  bottom: 0;
  background-color: #000000;
  right: 0;
}

.flex-direction-nav a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
  border-top: 0;
  border-right: 0;
}

.flex-direction-nav a.flex-next::after {
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  transform: translate(-75%, -50%) rotate(45deg);
}

.flex-direction-nav .flex-prev {
  right: 75px;
  left: auto;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  left: auto;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #f9a63f;
}

.flex-control-paging li a.flex-active {
  background: #f9a63f;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 1300px) {
  .slides {
    max-height: 50vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .flex-direction-nav .flex-prev {
    left: auto;
    right: 50px;
  }
  .flex-direction-nav .flex-next {
    left: auto;
    text-align: right;
    right: 0;
  }
  .flex-direction-nav a {
    width: 50px;
    height: 50px;
  }
  #page-ourwork .flex-direction-nav .flex-prev {
    right: 50px;
    left: auto;
  }
  .slides {
    max-height: 100%;
    overflow: hidden;
  }
}
@font-face {
  font-family: "Metropolis-Regular";
  src: url("/fonts-v2/Metropolis-Regular.eot");
  src: url("/fonts-v2/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts-v2/Metropolis-Regular.woff2") format("woff2"), url("/fonts-v2/Metropolis-Regular.woff") format("woff"), url("/fonts-v2/Metropolis-Regular.ttf") format("truetype"), url("/fonts-v2/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("/fonts-v2/Metropolis-SemiBold.eot");
  src: url("/fonts-v2/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts-v2/Metropolis-SemiBold.woff2") format("woff2"), url("/fonts-v2/Metropolis-SemiBold.woff") format("woff"), url("/fonts-v2/Metropolis-SemiBold.ttf") format("truetype"), url("/fonts-v2/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis-Bold";
  src: url("/fonts-v2/Metropolis-Bold.eot");
  src: url("/fonts-v2/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts-v2/Metropolis-Bold.woff2") format("woff2"), url("/fonts-v2/Metropolis-Bold.woff") format("woff"), url("/fonts-v2/Metropolis-Bold.ttf") format("truetype"), url("/fonts-v2/Metropolis-Bold.svg#Metropolis-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis-Light";
  src: url("/fonts-v2/Metropolis-Light.eot");
  src: url("/fonts-v2/Metropolis-Light.eot?#iefix") format("embedded-opentype"), url("/fonts-v2/Metropolis-Light.woff2") format("woff2"), url("/fonts-v2/Metropolis-Light.woff") format("woff"), url("/fonts-v2/Metropolis-Light.ttf") format("truetype"), url("/fonts-v2/Metropolis-Light.svg#Metropolis-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis-RegularItalic";
  src: url("/fonts-v2/Metropolis-RegularItalic.eot");
  src: url("/fonts-v2/Metropolis-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/fonts-v2/Metropolis-RegularItalic.woff2") format("woff2"), url("/fonts-v2/Metropolis-RegularItalic.woff") format("woff"), url("/fonts-v2/Metropolis-RegularItalic.ttf") format("truetype"), url("/fonts-v2/Metropolis-RegularItalic.svg#Metropolis-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
:root {
  --Metropolis-Light: "Metropolis-Light";
  --Metropolis-Regular: "Metropolis-Regular";
  --Metropolis-SemiBold: "Metropolis-SemiBold";
  --Metropolis-Bold: "Metropolis-Bold";
  --Metropolis-RegularItalic: "Metropolis-RegularItalic";
  --orange: #DD592D;
  --dark-grey: #4E5565;
  --light-grey: #C2C8D8;
  --pink: #FDDECC;
  --brown: #7A2816;
  --white: #ffffff;
  --black: #000000;
  --silver: #f1f1f1;
  --xlarge: 160px;
  --large: 80px;
  --medium: 40px;
  --small: 20px;
  --xsmall: 10px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 48%;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 0;
  float: left;
  display: block;
  position: relative;
}

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

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-size: 16px;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: var(--Metropolis-Regular);
  color: var(--dark-grey);
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 806px;
  float: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: var(--Metropolis-SemiBold);
  position: relative;
  font-style: normal;
}

p {
  font-size: 18px;
  line-height: 1.25em;
}
p.large {
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.43em;
}

h1 {
  font-size: 48px;
  font-size: clamp(24px, 1.8vw, 48px);
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  font-size: clamp(24px, 1.8vw, 48px);
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h2 span {
  font-family: var(--Metropolis-Regular);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark-grey);
  display: block;
  margin-bottom: var(--small);
}

h3 {
  font-weight: 600;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.17em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h4 {
  font-size: 1.17em;
  line-height: 1.5;
}

/* Navigation */
header {
  margin: 0 auto;
  height: 100vh;
  z-index: 5;
  position: fixed;
  background: transparent;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
}

header.fullwidth {
  width: 100%;
}

.logo {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 200px;
  margin: 0 auto var(--large);
}
.logo img {
  width: 100%;
  margin-bottom: var(--medium);
}
.logo img.celebrating-logo {
  width: 60%;
  margin: 0 auto;
}

.fixedpart {
  height: 100%;
  background-color: #ffffff;
  width: 200px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  z-index: 5;
  border-right: 1px solid rgb(220, 220, 220);
}

nav {
  margin: 0;
  padding: 0;
  display: block;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: calc(100% - 200px);
  left: 200px;
  transform: translateX(-100%);
  transition: 0.6s ease-in-out;
  z-index: 4;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

nav.active_nav {
  transform: translateX(0);
}

nav ul {
  display: inline;
  height: 100vh;
}

nav li {
  list-style: none;
  font-size: 18px;
  width: 25%;
  padding: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: 0.6s all;
  height: 100%;
  float: left;
}

nav li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s background;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -ms-transition: 0.3s background;
  -o-transition: 0.3s background;
}

nav li a {
  font-family: var(--Metropolis-SemiBold);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
}

nav li a > span {
  display: block;
  transform-origin: 0 100%;
  position: absolute;
  bottom: var(--medium);
  left: var(--small);
  font-size: clamp(16px, 1.4vw, 38px);
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}
nav li a > span .menu-icon {
  width: clamp(40px, 4vw, 120px);
  margin-bottom: clamp(20px, 1em, 40px);
}

nav li.menu-item::before {
  background-color: #000000;
  opacity: 0.4;
}

nav li.menu-item {
  z-index: 4;
}

nav li.ab::before {
  background-color: #000000;
  opacity: 0.4;
}

nav li.ab {
  background-image: url("../images/home/menu1.jpg");
  z-index: 4;
}

nav li.ou::before {
  background-color: #000000;
  opacity: 0.4;
}

nav li.ou {
  background-image: url("../images/home/menu2.jpg");
  z-index: 3;
}

nav li.cl::before {
  background-color: #000000;
  opacity: 0.4;
}

nav li.cl {
  background-image: url("../images/home/menu3.jpg");
  z-index: 3;
}

nav li.jo::before {
  background-color: #000000;
  opacity: 0.4;
}

nav li.jo {
  background-image: url("../images/home/menu4.jpg");
  z-index: 3;
}

.active_nav nav ul {
  display: block;
  height: 100%;
  z-index: 0;
}

.active_nav.ab {
  transform: translateX(0);
}

nav li:hover::before {
  background-color: transparent !important;
  transition: 0.4s all;
  opacity: 0.8;
}

nav ul li p {
  position: relative;
  color: #ffffff;
  padding-left: var(--small);
  padding-top: var(--large);
  font-size: clamp(14px, 1vw, 20px);
  text-align: left;
}

/* nav-toggle */
#nav-toggle {
  display: inherit;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: var(--orange);
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto auto;
  transition: 0.7s all;
}

#nav-toggle:hover {
  background-color: var(--orange);
}

#nav-toggle.active {
  background-color: var(--orange);
}

#nav-toggle:after {
  background-color: var(--orange);
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 40%;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transition: all 0.6s ease-in-out;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  border-radius: 0px;
}

#nav-toggle span:after,
#nav-toggle span:before {
  width: 100%;
}

#nav-toggle span:before {
  top: calc(50% + 7px);
}

#nav-toggle span:after {
  top: calc(50% - 7px);
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
  background: #DDD;
}

#nav-toggle.active span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav-toggle.active span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  font-size: 13px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
  font-size: 14px;
  font-weight: bold;
}

section {
  display: block;
  position: relative;
  width: calc(100% - 200px);
  height: 100%;
  margin: 0 auto;
  padding: 0;
  margin-left: 200px;
  max-width: 100%;
}

.btn {
  display: flex;
  position: relative;
  padding: var(--xsmall) var(--small);
  font-size: clamp(14px, 0.95em, 24px);
  letter-spacing: 0.1px;
  transition: 0.5s all;
  font-family: var(--Metropolis-SemiBold);
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--white);
  border: 1px solid var(--orange);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ld .pluse,
.ld .pluse::after {
  background-color: var(--orange);
}

section .btn.bgred:hover {
  background-color: var(--orange);
}

.bgdarkgray {
  background-color: #242424;
}

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

.bgred {
  background-color: var(--orange);
}

.gray {
  color: #c1c2c3;
}

.midgray {
  color: #53585b;
}

.bg_midgray {
  background-color: #53585b;
}

.bglight {
  background-color: #f9ecdd;
}

.bgwhite {
  background-color: #ffffff;
}

.white {
  color: #fff;
}

.vw {
  font-family: var(--Metropolis-SemiBold);
  position: absolute;
  bottom: 50px;
  right: 15px;
  color: #ffffff;
  z-index: 1;
}

#page-home .grid_3 {
  text-align: center;
}

#page-home .grid_4 * {
  text-align: center;
}

.ld {
  color: var(--orange);
  bottom: auto;
  top: var(--medium);
  right: var(--large);
  position: fixed;
  z-index: 2;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  display: block;
  text-align: center;
}

.instagramfeed {
  display: block;
  position: relative;
  min-height: 500px;
  width: 100%;
}

.instaimg img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.instaimg:nth-child(3n) {
  margin-right: 0;
}

.social_media_holder {
  display: flex;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin-bottom: var(--medium);
  margin: 0 auto;
}
.social_media_holder a {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 20px;
  margin-right: 20px;
}
.social_media_holder a svg path {
  fill: var(--orange) !important;
}
.social_media_holder a:last-child {
  margin-right: 0;
}

.social_media_holder a:hover {
  transition: 0.7s;
  fill: #a4a6a8;
}

.holder {
  display: block;
}

.sideline {
  display: block;
  position: fixed;
  width: 12%;
  height: 100%;
  right: 0;
  top: 0px;
  background: #f1f1f1;
  z-index: -1;
}

a {
  cursor: pointer;
  color: #242424;
}

.service ul {
  margin: 0;
  list-style: none;
}
.service ul li {
  font-family: var(--Metropolis-Regular);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.58em;
  color: var(--white);
}

.services-name {
  align-items: center;
}
.services-name * {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.team-member {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
  -webkit-filter: saturate(0);
}

.service p {
  margin-bottom: 5px;
}

.services-icon {
  display: none;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

#service_0 .service_0 {
  display: block;
  margin: 0 auto var(--medium);
}

#service_1 .service_1 {
  display: block;
  margin: 0 auto var(--medium);
}

#service_2 .service_2 {
  display: block;
  margin: 0 auto var(--medium);
}

.service h3 {
  font-family: var(--Metropolis-SemiBold);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
}

span.play {
  font-size: 1.3em;
  letter-spacing: 5px;
  color: #ffffff;
  fill: #ffffff;
}

p.chat {
  position: relative;
  color: #242424;
  display: block;
  margin-bottom: 50px;
  cursor: pointer;
  margin-left: 15px;
}

p.chat span svg {
  width: 23px;
}

.arrowright {
  cursor: pointer;
}

p.arrowright::before {
  background: #242424;
}

p.arrowright::after {
  border-color: #242424;
}

.arrowright span svg {
  width: 40px;
  padding-left: 10px;
  transform: translateY(25%);
  fill: #ffffff !important;
  transition: 0.5s all;
}

.arrowright::before {
  position: absolute;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
  content: "";
  display: block;
  left: calc(100% - 35px);
  top: 50%;
  transition: 0.5s all;
}

.arrowright::after {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: transparent;
  content: "";
  display: block;
  left: calc(100% - 30px);
  top: 50%;
  border: 3px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  border-bottom: 0;
  border-left: 0;
  transition: 0.5s all;
}

.arrowright:hover::before {
  width: 19px;
}

.arrowright:hover::after {
  left: calc(100% - 25px);
}

.grid_12 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.grid_6 {
  display: block;
  position: relative;
  width: calc(50% - 25px);
  margin-right: 50px;
  float: left;
  z-index: 1;
}

.grid_6 p {
  max-width: 600px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: var(--small);
  padding-right: var(--small);
}
.container.medium {
  max-width: 1020px;
}
.container.small {
  max-width: 800px;
}

.smallcontainer {
  display: block;
  position: relative;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}

.text_holder {
  max-width: 900px;
}

.border-top {
  border-top: 5px solid #242424;
  padding-top: 50px;
}

.abs {
  position: absolute;
  top: 0;
  height: 100%;
}

.leftside {
  left: 0;
}

.rightside {
  right: 0;
}

.rightfloat {
  float: right;
}

.leftfloat {
  float: left;
}

.hashtag {
  text-align: left;
}

.insta_holder {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}

.insta_holder span {
  font-family: var(--Metropolis-SemiBold);
  display: block;
  max-width: initial;
  text-align: right;
  font-weight: bold;
  font-size: 1.5em;
}

.gm {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.gm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  /*   background-color: #f2f2f2;*/
  top: 30%;
}

.copyright {
  display: block;
  position: relative;
  width: 100%;
  max-width: initial;
  text-align: right;
  padding-right: 20px;
}

.copyright span {
  display: inline-block;
  padding-right: 5px;
}

.copy {
  display: none;
}

.vow_btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bggold {
  background-color: #fad089;
}

.centeralign p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.project_holder {
  display: block;
  position: relative;
  width: 100%;
}

span.clientname {
  font-family: var(--Metropolis-SemiBold);
  font-size: 2em;
  position: relative;
  text-align: left;
  color: #53585b;
  display: block;
  margin-bottom: 15px;
}

span.projectname {
  font-size: 1.2em;
  position: relative;
  text-align: left;
  display: block;
}

.darkhover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--orange);
  transition: 0.8s all;
}

.oranghover::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.8s all;
}

.landing {
  overflow: hidden;
}

.darkhover:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.oranghover:hover::before {
  background-color: var(--orange);
}

.oranghover:hover .bl {
  opacity: 1;
}

.client_hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242424;
  padding: 20px 10px 10px 20px;
  opacity: 0;
  transition: 0.5s all;
  display: none;
}

#page-ourclient span.clientname {
  font-family: var(--Metropolis-SemiBold);
  font-size: 1.6em;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: block;
}

#page-ourclient span.details {
  font-size: 0.9em;
  color: #ffffff;
  display: block;
  max-width: 500px;
}

span.view_cs {
  display: block;
  position: relative;
  text-align: center;
  color: #ed303c;
  font-size: 0.9em;
  padding-bottom: 2px;
  top: 80px;
}

.client_hover:hover {
  opacity: 1;
}

#enq {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  z-index: 2;
  display: flex;
}

#enq.active {
  visibility: visible;
}

.half {
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 var(--medium);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.half.left {
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.half.right {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

#enq.active .half.left,
#enq.active .half.right {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

input,
select {
  font-size: 13px;
  margin: 0 auto;
  padding: 10px 5px;
  width: 100%;
  color: #000000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: none;
  text-align: left;
  letter-spacing: 0.3px;
  background-color: #ffffff;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

label {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 35px 0 20px 5px;
  color: #ffffff;
  font-size: 13px;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea {
  width: 100%;
  margin: 0;
  padding: 15px 5px;
  color: #000000;
  height: 200px;
  font-size: 13px;
}

.btn_submit {
  color: var(--white);
  display: block;
  padding: 10px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s all;
  margin: 0;
  background-color: transparent;
  font-size: 1.15em;
  font-family: var(--Metropolis-SemiBold);
  text-align: center;
  border: 2px solid var(--white);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.arrowright:hover span svg {
  fill: #ed303c !important;
}

.company_details {
  height: 100%;
}
.company_details ul {
  list-style: none;
}
.company_details a {
  display: flex;
  line-height: 1.3;
  font-size: 18px;
}

.company_details a span {
  display: inline-block;
  padding-right: 30px;
  font-weight: bold;
}

#map_canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
  background: gray;
  left: 0;
  bottom: 0;
}

.close_enq {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  right: 25px;
  background-color: #242424;
  border-radius: 100%;
}

.close_enq:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.close_enq span {
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.close_enq span::after,
.close_enq span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 100%;
}

.close_enq span::after {
  transform: rotate(45deg);
}

.close_enq span::before {
  transform: rotate(-45deg);
}

#theteam .grid_6 {
  padding-left: 60px;
  padding-right: 20px;
}

.grid_6 {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.darkhover {
  position: relative;
  display: block;
}

.name_holder {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 15px;
}
.name_holder h3 {
  font-size: 20px;
}
.name_holder span:last-child {
  font-size: 0.6em;
}

.name {
  letter-spacing: 0.5px;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: var(--Metropolis-Regular);
}

.team_details {
  display: block;
  position: relative;
  padding: 30px 0;
  margin: 0;
}

.team_details p {
  padding-bottom: 20px;
}

a.extend {
  display: inline-block;
  /*  position: relative;*/
  line-height: 2em;
  font-size: 0.9em;
  color: #53575a;
  position: absolute;
  top: 55px;
  right: 0;
}

p a.extend {
  top: -5px;
  right: 0;
  transform: translateX(20px);
}

a.extend span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  transform: translateY(0.1em);
  margin-right: 5px;
}

a.extend span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--orange);
  left: 50%;
  top: 0;
  transition: 0.6s all;
  transform: translateX(-50%);
}

a.extend span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--orange);
  transition: 0.6s all;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.active a.extend span::after {
  opacity: 0;
}

.network_section {
  display: block;
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}

.network_section a {
  /*    display: inline-block;
  */
  position: relative;
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.leftalign {
  text-align: left;
}

.rightalign {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb100 {
  margin-bottom: 100px;
}

.bgdarkgary {
  background-color: #242424;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100vh;
}

.nomarginright {
  margin-right: 0 !important;
}

#page-aboutus .grid_6.nomarginright {
  transform: translateY(100px);
}

p img.w50 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  transform: translateY(-50%);
}

.sh .grid_6 p {
  padding-left: 60px;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pb100 {
  padding-bottom: 100px;
}

.pt100 {
  /* padding-top:100px;*/
  padding-top: 60px;
}

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

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb15 {
  margin-bottom: 15px;
}

.mrla {
  margin-left: auto;
  margin-right: auto;
}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px;
}

.red {
  color: var(--orange);
}

.pr15 {
  padding-right: 15px;
}

.regular {
  font-family: var(--Metropolis-Regular);
}

.bold {
  font-family: var(--Metropolis-SemiBold);
}

.italic {
  font-style: italic;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.centeralign {
  text-align: center;
}

.floatnone {
  float: none;
}

.white {
  color: #ffffff;
}

.black {
  color: #242424;
}

.cc {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bl {
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  opacity: 0;
  transition: 0.8s all;
}

.bl span.clientname {
  color: #ffffff;
}

.bl .projectname {
  color: #ffffff;
}

.pb150 {
  padding-bottom: 150px;
}

.fs22 {
  font-size: 1.5em;
}

.fs14 {
  font-size: 0.8em;
}

.relative {
  position: relative;
}

/*ANIMATION*/
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(50);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 50%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 50%;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*END ANIMATION*/
.pluse {
  display: inline-block;
  width: 13px;
  height: 3px;
  background-color: var(--orange);
  position: relative;
  transform: translate(-10px, -6px);
}

.pluse::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 3px;
  left: 5px;
  top: -5px;
  display: block;
  background-color: var(--orange);
}

.vw .pluse,
.vw .pluse::after {
  background-color: #ffffff;
}

.vw.ld .pluse,
.vw.ld .pluse::after {
  background-color: var(--orange);
}

.red_number {
  font-family: var(--Metropolis-SemiBold);
  color: var(--orange);
  font-size: 2.5em;
  display: block;
  padding: 10px 0;
}

.underline-white {
  border-bottom: 2px solid #ffffff;
}

.underline-black {
  border-bottom: 2px solid #000000;
}

.pl10percent {
  padding-left: 10%;
}

.plr10percent,
.plrs {
  padding-left: 10%;
  padding-right: 10%;
}

.section_title {
  position: absolute;
  top: 11px;
  left: -10%;
}

.section_title svg {
  width: 9px;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.video_holder {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

iframe {
  max-width: 100%;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: -100px;
}

.white {
  color: #ffffff !important;
}

.full_grayshade {
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 10%;
  background: #f1f1f1;
}

.full_grayshade_100 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10%;
  background: #f1f1f1;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.full_darkshade_100 {
  display: block;
  position: absolute;
  width: 100%;
  height: 95%;
  left: 0;
  top: 10%;
  background: #242424;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.half_grayshade {
  display: block;
  position: absolute;
  width: 55%;
  height: 100%;
  left: 0;
  top: -50px;
  background: #f1f1f1;
  z-index: -1;
}

.half_grayshade.no {
  top: 0;
}

.mi100 {
  top: 100px;
}

h1.name_t {
  font-size: 2.3em;
}

p.fullwidth {
  max-width: 95%;
}

#page-ourclient .cc {
  width: 90%;
}

#page-ourclient .cc img {
  margin: 0 auto;
}

.register .grid_6 {
  margin-bottom: 0;
}

.section_title {
  font-family: var(--Metropolis-Light);
  font-size: 10px;
  color: black;
  display: block;
  font-weight: bold;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
}

.section_title span {
  display: inline-block;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: relative;
}

.section_title::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: var(--orange);
  right: calc(100% + 20px);
  top: calc(50% - 2px);
}

.section_title.casestudy {
  text-align: left !important;
  left: -4%;
}

.social_media_holder.justmobile {
  display: none;
}

.single-works img {
  width: 100%;
  height: auto;
}

.single-works .clientname {
  font-family: var(--Metropolis-SemiBold);
  font-size: clamp(16px, 1.17vw, 30px);
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.single-works .projectname {
  font-family: var(--Metropolis-Regular);
  font-size: clamp(14px, 1vw, 24px);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-works .overlay-text {
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.single-works .overlay-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/svg/tile-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.single-works .overlay-text:hover {
  opacity: 1;
}
.single-works .overlay-text span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.pt150m {
  padding-top: 150px;
}

.g_1 {
  width: 6.5%;
}

.g_2 {
  width: 15%;
}

.g_3 {
  width: 23.5%;
}
.g_3.client-logo-holder {
  width: 20%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_3.client-logo-holder img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80%;
  -o-object-position: center;
     object-position: center;
}

.g_4 {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.g_4:nth-child(3n) {
  margin-right: 0;
}

.g_5 {
  width: 40.5%;
}

.g_6 {
  width: 48%;
}

.g_7 {
  width: 57.5%;
}

.g_8 {
  width: 64%;
}

.g_9 {
  width: 75%;
}

.g_10 {
  width: 83%;
}

.g_11 {
  width: 91.5%;
}

.g_12 {
  width: 100%;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
  display: flex;
  position: relative;
}

.row {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.row-reverce {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

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

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

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

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

.align-end {
  align-items: flex-end;
}

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

.left-align {
  text-align: left;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.ma {
  margin: auto;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.full-width {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-vh,
.full-svh {
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-height {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ptxl {
  padding-top: var(--xlarge);
}

.pbxl {
  padding-bottom: var(--xlarge);
}

.ptl {
  padding-top: var(--large);
}

.pbl {
  padding-bottom: var(--large);
}

.ptm {
  padding-top: var(--medium);
}

.pbm {
  padding-bottom: var(--medium);
}

.mbm {
  margin-bottom: var(--medium);
}

.pts {
  padding-top: var(--small);
}

.pbs {
  padding-bottom: var(--small);
}

.mbs {
  margin-bottom: var(--small);
}

.ptxs {
  padding-top: var(--xsmall);
}

.pbxs {
  padding-bottom: var(--xsmall);
}

.pbxxs {
  padding-bottom: calc(var(--xsmall) / 2);
}

.pll {
  padding-left: var(--large);
}

.mll {
  margin-left: var(--large);
}

.prl {
  padding-right: var(--large);
}

.plrs {
  padding-left: var(--xsmall);
  padding-right: var(--xsmall);
}

.just-mobile {
  display: none;
}

.ofh {
  overflow: hidden;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.mrs {
  margin-right: var(--small);
}

.mrxs {
  margin-right: var(--xsmall);
}

.mrm {
  margin-right: var(--medium);
}

.plrs {
  padding-left: var(--small);
  padding-right: var(--small);
}

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

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

.bb2w {
  border-bottom: 2px solid var(--white);
}

.bt2w {
  border-top: 2px solid var(--white);
}

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

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

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

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

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

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

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

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

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

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

.wmc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.plm {
  padding-left: var(--medium);
}

.talk-icon {
  width: 1em;
}

.center-position {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

#page-home section.landing {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#page-home section.landing .play-popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  margin: 0 auto 100px;
}
#page-home section.landing .play-popup span {
  display: flex;
  align-items: center;
}
#page-home section.landing .play-popup span img {
  height: 2em;
  width: 2em;
}
#page-home section.landing .welcome {
  width: 80%;
  max-width: 600px;
  max-height: 50vh;
  position: relative;
}
#page-home section.landing video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-bottom: 2px solid var(--white);
}

.margin-negative {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--white);
  position: relative;
  margin-top: -3.2em;
}

.hover-underline {
  border-bottom: 2px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.hover-underline.white:hover {
  border-bottom: 2px solid var(--white);
}
.hover-underline.orange:hover {
  border-color: var(--orange);
}

.bb1g {
  display: flex;
  margin: calc(var(--medium) + var(--small)) auto;
  width: 250px;
  border-bottom: 1px solid var(--dark-grey);
}

.negative {
  position: absolute;
  left: 0;
  bottom: 0;
}

.icons {
  width: clamp(50px, 5vw, 150px);
  margin: 0 auto var(--small);
  aspect-ratio: 1/1;
  -o-object-position: bottom;
     object-position: bottom;
}

.red_title {
  font-family: var(--Metropolis-SemiBold);
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  max-width: 10em;
  margin: auto;
  text-align: center;
}

.red_number,
.red_title {
  font-size: clamp(24px, 1.25em, 32px);
  line-height: 1.25em;
}

.shape {
  position: relative;
}
.shape h2 {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: var(--medium);
  margin-top: 3%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: var(--orange);
}
#preloader img {
  margin: auto;
  width: 300px;
  max-width: 90%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.ica {
  max-width: 900px;
}
.ica p {
  text-align: center;
  max-width: 100%;
  width: 100%;
}

.mapCanvas {
  width: 100% !important;
  height: auto !important;
  max-height: 500px;
  margin-top: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.culture-icon {
  display: block;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: var(--small);
}

#g5_0 .culture-icon {
  background-image: url(/images/join/grit-without-ego.png);
}

#g5_1 .culture-icon {
  background-image: url(/images/join/invest-in-individual-mastery.png);
}

#g5_2 .culture-icon {
  background-image: url(/images/join/unapologetically-boutique.png);
}

#g5_3 .culture-icon {
  background-image: url(/images/join/as-maniacal-about-our-metrics.png);
}

#g5_4 .culture-icon {
  background-image: url(/images/join/obsess-over-clients.png);
}

#g5_5 .culture-icon {
  background-image: url(/images/join/openly-share.png);
}

#g5_6 .culture-icon {
  background-image: url(/images/join/insist-on-honesty-and-integrity.png);
}

#g5_7 .culture-icon {
  background-image: url(/images/join/one-team-approach.png);
}

/*	JERUSA FULL SCREEN STARTS*/
@media screen and (max-width: 1500px) {
  .g_3.client-logo-holder {
    width: 25%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g_3.client-logo-holder img {
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 80%;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 15px;
  }
  p {
    max-width: 1000px;
  }
  .fixedpart {
    padding: 50px 20px;
    width: 240px;
  }
  nav {
    width: calc(100% - 240px);
    left: 240px;
  }
  nav li {
    width: 25%;
  }
  section {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
  .top h1 {
    font-size: 3.2em;
  }
  .section_title {
    font-size: 14px;
    left: -8%;
  }
  .section_title::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 65px;
    background: var(--orange);
    right: calc(100% + 20px);
    top: calc(50% - 2px);
  }
  .text_holder {
    max-width: 1200px;
  }
  .cc {
    left: 20%;
    top: 20%;
  }
  .vw {
    font-size: 1.4em;
  }
  #page-ourclient .cc {
    width: 100%;
  }
  #page-ourclient .grid_3 {
    margin-bottom: 0px;
  }
  #people .grid_6 {
    width: 30%;
    margin: 0 100px 0px 100px !important;
    display: block;
    float: left;
    position: relative;
  }
  #people .plr10percent {
    padding-left: 10%;
    padding-right: 0%;
  }
  #logos .plr10percent {
    padding-left: 10%;
    padding-right: 0%;
  }
  .plr10percent,
.plrs {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/*	JERUSA FULL SCREEN ENDS*/
@media screen and (max-width: 1000px) {
  .pt150m {
    padding-top: 0;
  }
  .mb5m {
    margin-bottom: 5px !important;
  }
  .justdesktop {
    display: none;
  }
  body {
    overflow-x: hidden !important;
  }
  #page-home .grid_3 {
    text-align: center;
    width: 50%;
    float: left;
    height: 200px;
  }
  header {
    margin: 0 auto;
    height: 100px;
    z-index: 5;
    position: fixed;
    background: transparent;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 99;
  }
  header .fixedpart {
    height: 100px;
    background-color: var(--white);
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border-right: 0 none;
    border-bottom: 1px solid var(--light-grey);
  }
  header .fixedpart .logo {
    margin: auto 0;
    display: block;
    width: 60px;
    display: flex;
    flex-direction: row;
  }
  header .fixedpart .logo img {
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }
  header .fixedpart .logo img:last-child {
    margin-right: 0;
  }
  #results h3 {
    text-align: center;
  }
  #results p {
    text-align: center;
  }
  .overlaytext {
    top: 40%;
  }
  .scroll {
    display: none;
  }
  .social_media_holder {
    display: none;
  }
  #nav-toggle {
    width: 40px;
    height: 40px;
    margin: initial;
  }
  section {
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
  .grid_8,
.grid_9 {
    width: 100%;
    max-width: 100%;
  }
  .pl10percent {
    padding-left: 5%;
  }
  .full_grayshade_100 {
    max-height: 90%;
  }
  .section_title {
    left: auto;
    transform-origin: unset;
    webkit-transform-origin: unset;
    transform: none;
    position: relative;
    font-size: 12px;
    transform: translate(70px);
    margin: 0 0 30px 0;
    text-align: left !important;
  }
  .section_title svg {
    float: left;
    left: 0;
    position: absolute;
    bottom: 0;
  }
  .mt-100 {
    margin-top: 0;
  }
  .grid_6 p {
    max-width: 85% !important;
  }
  .half_grayshade {
    top: 0;
  }
  .mmb50 {
    margin-bottom: 50px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .ptb50 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .company_details ul {
    padding-bottom: var(--medium);
  }
  .close_enq {
    top: 25px;
    position: fixed;
    background-color: #ffffff;
    z-index: 5;
    border: 1px solid var(--dark-grey);
  }
  .close_enq span::after,
.close_enq span::before {
    background-color: #242424;
  }
  /* p { max-width: 75% !important;}*/
  .grid_6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    z-index: 1;
  }
  #page-home .grid_3 p {
    max-width: 100% !important;
  }
  nav {
    left: 0;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 100px 20px;
    background-color: var(--white);
  }
  nav ul li {
    width: 100%;
    text-align: left;
    margin-bottom: var(--small);
    height: initial;
    background-image: none !important;
    margin: 0 0 20px 0;
    padding: 10px 0;
  }
  nav ul li:before {
    content: none !important;
  }
  nav ul li p {
    display: none;
  }
  nav ul li a {
    position: relative;
    top: initial;
    left: initial;
    margin: 0;
    width: 100%;
    height: initial;
    font-size: 30px;
    border: 0 none;
  }
  nav ul li a span {
    color: var(--dark-grey);
    display: block;
    transform-origin: initial;
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    top: initial;
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    font-size: inherit;
    border-bottom: 0 none !important;
  }
  nav ul li a span img {
    display: none;
  }
  nav.active_nav {
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
  }
  .vw {
    display: NONE;
  }
  .ld {
    color: #ffffff;
    bottom: auto;
    top: auto;
    position: fixed;
    z-index: 10;
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    background: var(--orange);
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .ld img {
    display: none;
  }
  .ld span {
    color: var(--white);
  }
  #preloader img {
    width: 250px;
  }
  .vw.ld .pluse,
.vw.ld .pluse::after {
    background-color: #ffffff;
  }
  body {
    padding-top: 100px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .landing {
    height: 100vh;
    height: 100svh;
  }
  #page-home section.landing {
    height: auto;
    aspect-ratio: 16/9;
    border-bottom: 2px solid white;
  }
  #page-home section.landing video {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-home section.landing .play-popup {
    margin-bottom: 20px;
  }
  .underline-white {
    border-bottom: 3px solid var(--light-grey);
  }
  footer {
    padding-bottom: 60px;
  }
  #enq section {
    padding: 0;
  }
  #enq .plr10percent {
    padding: 0 var(--small);
  }
  #enq .company_details {
    padding: 60px 20px;
  }
  #enq {
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
  }
  #enq section {
    overflow: hidden;
    height: initial;
  }
  .half {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    left: 0;
    right: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
  }
  #map_canvas {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    left: initial;
    bottom: initial;
  }
  .pt100 {
    padding-top: 100px;
  }
  .uppercase {
    text-transform: uppercase;
    margin: 0;
    text-align: left;
  }
  .grid_6 p {
    max-width: 100% !important;
    text-align: left;
    /*	padding-left: 5%;*/
    /*padding-right: 5%;*/
    margin-bottom: 7px;
  }
  #page-ourclient .grid_3 {
    width: calc(50% - 15px);
    margin-right: 30px !important;
    margin-bottom: 30px;
  }
  #page-ourclient .grid_3:nth-child(odd) {
    margin-right: 0 !important;
  }
  .copyright {
    text-align: center;
    padding-right: initial;
    font-size: 12px;
  }
  nav li a span svg {
    fill: var(--light-grey) !important;
  }
  .social_media_holder.justmobile {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    left: auto;
    bottom: auto;
    margin: 20px 0;
  }
  .copyright {
    width: 100%;
    max-width: 100% !important;
  }
  .social_media_holder a {
    display: inline-block;
    float: none;
  }
  p a.extend {
    right: auto;
  }
  .single-works .overlay-text {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  .g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
    width: 100%;
    margin-right: 0;
  }
  .grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    width: 100%;
  }
  .bg-dark-grey .plm {
    padding-left: 0;
    padding-bottom: 0;
  }
  .shape {
    padding-bottom: var(--medium);
    padding-left: 0 !important;
  }
  .shape h2 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    margin-top: 0;
    text-align: center;
  }
  .shape h2 span {
    margin-top: 20px;
    display: block;
  }
  .shape img {
    display: none;
  }
  h2 span {
    font-size: 12px;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-column {
    flex-direction: column;
  }
  .name_holder {
    justify-content: center;
    align-items: center;
  }
  .name_holder .team_details {
    text-align: center;
  }
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
  /*---------------------------------------------*/
  .m-plrs {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  #page-home section.landing .welcome {
    max-height: 40vh;
  }
  .m-ptm {
    padding-top: var(--medium);
  }
  .m-mb0 {
    margin-bottom: 0;
  }
  .slides li img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .g_3.client-logo-holder {
    width: 50%;
  }
  .g_3.client-logo-holder img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  nav ul li {
    margin-bottom: 10px;
  }
  nav ul li a {
    font-size: 24px;
  }
  #page-aboutus .grid_6.nomarginright {
    transform: none;
  }
  #page-ourwork iframe {
    height: 300px;
  }
  h1 {
    font-size: 2.5em;
  }
  body {
    font-size: 12px;
  }
  p {
    max-width: 100% !important;
  }
  .grid_4 {
    width: 100%;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .nav ul li p {
    display: NONE;
  }
  .service h3 {
    height: 10px;
  }
}
@media screen and (max-height: 1150px) {
  label {
    padding: 15px 0 10px 5px;
  }
  .b_submit {
    margin-top: 20px;
  }
  textarea {
    height: 150px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-height: 1000px) {
  .just-desktop {
    display: none !important;
  }
  :root {
    --xlarge: 80px;
    --large: 80px;
    --medium: 40px;
    --small: 20px;
    --xsmall: 10px;
  }
  .negative {
    position: relative;
    left: inherit;
    bottom: initial;
    padding-top: var(--xlarge);
  }
  .negative h2 {
    padding-top: 0;
  }
  label {
    padding: 15px 0 10px 5px;
  }
  .b_submit {
    margin-top: 20px;
  }
  textarea {
    height: 150px;
  }
}/*# sourceMappingURL=main.css.map */