/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body{margin: 0; overflow-x:hidden;}


 :root {
  --tilt: -50%; 
  --work-h: 75vh;

--themeBlack:#1D1E18;
--themeWhite:#dfe0e2;
--themeGrey:#aaaaaa;
--themeBlue:#36558f;

   } 

 
.page-not-found{    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 15px;}



nav{
  position:fixed;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  width: 100%;
  /* background: var(--themeBlack); */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  gap: 30px;
  }
nav a{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
 .burger-menu{position: fixed;top: 15px;right: 30px; cursor: pointer; z-index: 999; background: var(--themeWhite);
    border-radius: 50000px;}
 .burger-menu svg{height: 100px;width: 100px;overflow: hidden;  -webkit-transition: stroke .25s ease;  -o-transition: stroke .25s ease;  transition: stroke .25s ease;}
 .burger-menu svg path{stroke:var(--themeBlue);}
.burger-menu.is-red svg path { stroke: red; }
nav .nav-links{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 15px;width: 100%;text-align: center;align-items: center;}
nav .nav-links a{-webkit-transform: translateX(-125%);-ms-transform: translateX(-125%);transform: translateX(-125%); text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;}

.menu-form{ width:100%;   -webkit-transform: translateX(100%);   -ms-transform: translateX(100%);   transform: translateX(100%);
    opacity: 0;}


.menu-backing-stripes-wrapper{
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
/*  background: var(--themeBlack);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: rotate(-45deg) scale(3);
      -ms-transform: rotate(-45deg) scale(3);
          transform: rotate(-45deg) scale(3);
  }
.menu-backing-stripes{
  width: 0;
  height: 100vh;
  }
.backing-stripe-one{background: var(--themeGrey);}
.backing-stripe-two{background:var(--themeGrey);}
.backing-stripe-three{background:var(--themeGrey);} 

.main-logo {    position: fixed;
    top: 15px;
    left: 15px; z-index: 99;
  }
.main-logo img{    position: absolute;
    left: 0;
    top: 0;
    width: 100px;   z-index: 11;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;}
.main-logo img:first-child{}

.main-logo img:last-child{}















.container{max-width: 100%;   margin:0 30px; height:100%;  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}


.sections{height: 100vh;width:100%;padding:30px 0;position: relative;z-index: 1;}








section.page-banner{background: var(--themeBlack); border-bottom: 2px solid var(--themeWhite); color:var(--themeWhite); overflow: hidden;   padding: 0;}
.page-banner .page-banner-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.page-banner .page-banner-content *{color: var(--themeWhite); margin-bottom: 0}
section.page-banner .container{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
 
.page-banner-content{}
.page-banner-content button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
    border-radius: 15px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    }
    .page-banner-content button *{color: var(--themeBlack) !important;}
.page-banner-content button svg{height: 50px; width: 50px;}

.page-banner-feature{
    position: absolute;
    right: -45%;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    }























section.about {background: var(--themeBlack);color:var(--themeWhite);padding-bottom: 100px;}
section.about .container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display:flex;
    /* align-items:stretch; */
    /* height: 700px; */
    /* overflow: hidden; */
    -ms-flex-preferred-size:auto;
        flex-basis:auto;
    }
section.about.container > div,
section.about .container > div {width: 100%;}

.about-content { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -ms-flex-item-align:center; -ms-grid-row-align:center; align-self:center; }
.about-content *{color: var(--themeWhite);}
/* video area: keep names, just ensure the svg fills */
.about-logo-video-wrapper,
.about-logo-videos { width:100%; height:100%; }

.about-logo-svg { display:block; width:100%; height:100%; position: absolute; top:0; left:0; cursor: pointer;}
.about-video { width:100%; height:100%; -o-object-fit:cover; object-fit:cover; }

/* make the whole right panel the hover target */
.about-logo-video-wrapper { position:relative; }
.about-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  display: none; /* default hidden */
}

.about-close:hover {
  background: rgba(0,0,0,0.8);
}

/* When wrapper is locked, show the close button */
.about-logo-video-wrapper.locked .about-close {
  display: block;
}
.about-video-content{
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-video-content p{
    margin-bottom: 0;
    color: var(--themeWhite);
}
.about-video-content img{
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(
11deg);
        -ms-transform: rotate(
11deg);
            transform: rotate(
11deg);
}


/* Hide slider by default; show when locked */
.about-video-wrapper{ display:none; position:relative; width:100%; height:100%; }
.about-logo-video-wrapper.locked .about-video-wrapper{ display:block; }
.about-logo-video-wrapper.locked foreignObject > .about-video{ display:none; }

/* Swiper sizing/controls inside the mask */
.about-video-wrapper .swiper-wrapper,
.about-video-wrapper .swiper-slide{ height:100%; }
.about-video-wrapper .swiper-slide .about-video{ width:100%; height:100%; -o-object-fit:cover; object-fit:cover; }

.about-video-wrapper .swiper-button-prev,
.about-video-wrapper .swiper-button-next{ color:#fff; }
.about-video-wrapper .swiper-pagination-bullet{ background:#fff; opacity:.6; }
.about-video-wrapper .swiper-pagination-bullet-active{ opacity:1; }






.about-video-underlay{height:100%; width:100%;}







section.what-we-do {
  background: var(--themeWhite);
  padding: 0; /* remove any section padding */
  height: auto;
}
section.what-we-do .container{height: auto;padding-bottom: 30px;}
 section.what-we-do .container h2{margin-top: 0; padding-top: 30px;}

.service-item-wrapper {
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* width: 100%; */
  /* height: 100%; */
  /* gap: 0; */ /* remove the 30px gap */
  position: relative;
  /* top:0; */
}

.service-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* each takes 1/3 width automatically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; /* assume white text on dark bg */
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
}

.service-item *{color:#dfe0e2;}

/* background images for each column */
.service-item:nth-child(1) {
  background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0, 0.8)), to(rgb(0, 0, 0, 0.8))), url("../assets/jpg/panel/_0000_lighting-walkway.jpg");
  background-image:-o-linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0000_lighting-walkway.jpg");
  background-image:linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0000_lighting-walkway.jpg");
}
.service-item:nth-child(2) {
  background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0, 0.8)), to(rgb(0, 0, 0, 0.8))), url("../assets/jpg/panel/_0005_stage-crane-setup.jpg");
  background-image:-o-linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0005_stage-crane-setup.jpg");
  background-image:linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0005_stage-crane-setup.jpg");
}
.service-item:nth-child(3) {
  background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0, 0.8)), to(rgb(0, 0, 0, 0.8))), url("../assets/jpg/panel/_0017_stage-with-bales.jpg");
  background-image:-o-linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0017_stage-with-bales.jpg");
  background-image:linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../assets/jpg/panel/_0017_stage-with-bales.jpg");
}

/* adjust icon inside so it doesn’t stretch weird */
.service-item img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.service-item div {
  text-align: center;
  max-width: 300px;
}

.service-item ul{}
.service-item ul li{}


/* WHAT WE DO OLD 
section.what-we-do{background:var(--themeGrey);}
section.what-we-do:before{content:'';display: block;width: 100%;height: 100px;position: absolute;bottom: 100%;background: #AAAAAA;background: linear-gradient(
0deg, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 1) 15%, rgba(255, 255, 255, 0) 100%);z-index: 1}


section.what-we-do .container{flex-direction: row !important;display: flex;     overflow: hidden;}
section.what-we-do{}
.what-we-do-content{width:50%;}

.content-area.vertical-slider{
    width: 50%;
}
.vertical-slider-wrapper{
    display: flex;
    flex-direction: column;
    position: relative;
}




.vertical-slider-wrapper:before{content:''; display: block; width: 100%; height: 100px; position: absolute; top: 0; background: #AAAAAA;
background: linear-gradient(180deg,rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 1) 25%, rgba(255, 255, 255, 0) 100%); z-index: 1}

.vertical-slider-wrapper:after{content:''; display: block; width: 100%; height: 100px; position: absolute; bottom: 0; background: #AAAAAA;
background: linear-gradient(0deg,rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 1) 25%, rgba(255, 255, 255, 0) 100%); z-index: 1}


.vertical-slider-item{
    position: relative;
    height:600px;
    display: flex;
    align-items: flex-end;
   
   
    overflow: hidden;
}
.vertical-slider-item-content{
  position: relative;
  top: 0;
  padding: 30px;
  box-sizing: border-box;
  z-index: 1; width:100%;
 
  will-change: transform;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(255,255,255,0) 100%);
}
.vertical-slider-item-content *{color: var(--themeWhite);}
.vertical-slider-item-content h3{margin-bottom: 0;}
.vertical-slider-item-image{
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}
.vertical-slider-item-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.vertical-slider-item-content div{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.vertical-slider-item-content div ul{}

.content-area.what-we-do-content h3,
.content-area.what-we-do-content ul LI{opacity: 0}

*/










/* OUR WORK container locked to viewport */
/* OUR WORK container locked to viewport */
.sections.our-work {
  height: 100%;      /* mobile-friendly vh */
  min-height: 100svh;
  overflow: hidden;    /* clip overflow */
  position: relative;
  background: var(--themeWhite);
}

/* Chain containers fill height */
.our-work .container,
.our-work .content-area,
.our-work .swiper-stack,
.our-work .mySwiper {
  height: 100%;
}

 


/* Reserve space for pagination controls */
.our-work .mySwiper {
  --controls-h: 44px; /* adjust if needed */
  /* padding-bottom: var(--controls-h); */
}
.our-work .mySwiper .swiper-wrapper {
  height: calc(100% - var(--controls-h));
}
 
.swiper-button-prev{}
.swiper-button-prev:before{display: block;
    content: '';
    height: 55px;
    width: 55px;
    position: absolute;
    background: var(--themeBlack);
    left: -1px;
    border-radius: 50000px;}

.swiper-button-next{}
.swiper-button-next:after{display: block;
    content: '';
    height: 55px;
    width: 55px;
    position: absolute;
    background: var(--themeBlack);
     right: -2px;
    border-radius: 50000px;
    z-index: -1;}


/* Arrows centered */
.our-work .mySwiper .swiper-button-prev,
.our-work .mySwiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Arrow size */
.our-work .mySwiper .swiper-button-prev:after,
.our-work .mySwiper .swiper-button-next:after {
  font-size: 24px;
  color: #fff;
}

/* Slides & images */
.our-work .mySwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-work .mySwiper .swiper-slide > a,
.our-work .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Cursor cue for lightbox */
.our-work .glightbox img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

 

/* let the section size to content instead of forcing 100vh */
.sections.our-work {
  min-height: unset;
  height: auto;
}

/* stop the chain of 100% heights so Swiper can use a fixed height */
.our-work .container,
.our-work .content-area,
.our-work .swiper-stack {
  height: auto;
}

/* give the Swiper a fixed (responsive) height */
.our-work .mySwiper {
  height: var(--work-h);
  --controls-h: 44px;
  margin-bottom: var(--controls-h);
}

/* make the slides fill that height */
.our-work .mySwiper .swiper-wrapper {
  height: calc(100% - var(--controls-h));
}
.our-work .mySwiper .swiper-slide,
.our-work .mySwiper .swiper-slide > a,
.our-work .mySwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.swiper-pagination-progressbar{bottom:0;top: auto !important; background: var(--themeGrey) !important; height:15px !important;}
.swiper-pagination-progressbar-fill{background:var(--themeBlue) !important;}

















section.location{background: var(--themeBlack); overflow: hidden;}
section.location .container{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 100%;}

section.location .location-content{position: relative;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;color: var(--themeWhite);width:100%;text-align: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
section.location .location-content *{color: var(--themeWhite);}
.location-content p{max-width: 75%;}

.location-map{position: relative;top: 0;right: 0;z-index: 1;/* transform: scale(1.5); */height: 100%; overflow: visible;}
.location-map svg{ 
    top: 0;
  position: absolute; inset: 0;
  width: 100%; height: 100%;
    position: absolute;
    left: 0;
    } 
.location-map-content{position: relative; z-index: 2; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;     -webkit-box-pack: end;     -ms-flex-pack: end;     justify-content: flex-end;
height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color:var(--themeWhite);}

.location-map-content h3{position: absolute; color:var(--themeWhite);}

 






/*.is-active{background:limegreen !important;}*/


.fade-up{-webkit-transform: translateY(100px);-ms-transform: translateY(100px);transform: translateY(100px); opacity: 0;}
 






section.work-with-us{background: var(--themeBlack); border-top: 2px solid var(--themeWhite); height: 100%; padding-bottom:50px;}

section.work-with-us .container{    display: -webkit-box;    display: -ms-flexbox;    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; gap: 30px;}

section.work-with-us .container .content-area{width:100%;}


section.work-with-us * {color: var(--themeWhite);}

 
form{    
    background: var(--themeWhite);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    border-radius: 25px;}
    form div{width: 100%;}
form input,
form textarea{    padding: 15px;
    border-radius: 50px; width:-webkit-fill-available;
    border: 2px solid var(--themeBlack); color: var(--themeBlack) !important;}
form p{color:var(--themeBlack) !important; margin-bottom: 0;}

form button{width: -webkit-max-content;width: -moz-max-content;width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; cursor: pointer;
    border-radius: 15px;
    border: 2px solid var(--themeBlack);
    padding: 10px 15px;}
form svg{ height: 50px; width: 50px;  }


/* Floating button */
.contact-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    padding: 12px 16px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
      border: 2px solid var(--themeBlack);
      background: var(--themeWhite);
    gap: 15px;

      opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); 
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease; 
  transition: opacity .25s ease, -webkit-transform .25s ease; 
  -o-transition: opacity .25s ease, transform .25s ease; 
  transition: opacity .25s ease, transform .25s ease; 
  transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
}
.contact-fab.is-visible{
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.contact-fab svg{ height: 50px; width: 50px;  }
.contact-fab p{margin-bottom: 0;}
/* Modal */
.contact-modal[hidden] { display: none; }
.contact-modal {position: fixed;inset: 0;z-index: 1000;/* padding: 30px; */display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}
.contact-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.contact-modal__dialog {
  position: relative;
  /* margin: 6vh auto 0; */
  /* max-width: 520px; */
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: -webkit-fill-available;
  margin: 30px;
}
.contact-modal__dialog h3{
    margin: 0;
    padding-bottom: 30px;
}


.contact-modal__close {
  position: absolute; top: 8px; right: 8px; border: 0; background: transparent; font-size: 24px; cursor: pointer;
}
.contact-form label { display: block; margin: 12px 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
body.modal-open { overflow: hidden; }
.contact-form__status { margin-top: 10px; font-size: .95rem; }

/* Hide honeypot */
.hp { display: none !important; }

section.work-with-us form{margin-bottom: 15px;}




.social-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
}
.social-item{}

.social-item a{
    font-size: 0;
    height: 50px;
    display: block;
    width: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
position: relative;
z-index: 100;
}

.social-item a.linkin{background: url(../assets/svg/socials/linkedin-icon-white.svg);}
.social-item a.facebook{background: url(../assets/svg/socials/facebook-icon-white.svg);}
.social-item a.instagram{background: url(../assets/svg/socials/instagram-icon-white.svg);}










footer{height:150px;background:var(--themeBlack);border-top: 2px solid var(--themeWhite);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 30px;padding-left: 0;}

footer p{color:var(--themeWhite) }

footer > div{}
footer > div:first-child{}
footer > div:last-child{}
.footer-logo{}
.footer-logo img{
    width: 100px;
    height: 100px;
}





/* base */
.modal { position: fixed; inset: 0; display: none; z-index: 9999; }
.modal:target { display: block; }

/* backdrop (clicking it closes via href="#") */
.modal__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.7); display: block;
}

/* dialog */
.modal__dialog {
  position: relative;
  /* margin: 6vh auto; */
  /* max-width: 720px; */
  /* width: calc(100% - 2rem); */
  background: #fff;
  color: #111;
  border-radius: 12px;
  /* padding: 20px 22px 22px; */
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.35);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  margin: 15px;
  padding: 15px;
}

/* close button */
.modal__close {
  position: absolute; top: 8px; right: 12px;
  text-decoration: none; font-size: 28px; line-height: 1; color: #333;
}

/* list spacing */
.privacy-content ul { margin: 10px 0 0; padding-left: 18px; }
.privacy-content li { margin: 8px 0; }







@media(min-width:480px){
.container{max-width:540px;}
 nav{flex-direction: row; gap: 0px;}
 nav .nav-links{width: fit-content;align-items: baseline;}
.location-map svg{ 
    }
}



@media(min-width:768px){
  nav{flex-direction: row; gap: 30px;}
  .nav-link{}
  .container{max-width:720px;}

  .about-logo-videos{position: relative;
    top: -50px;
    width: 90%;
    height: 90%; cursor: pointer;
    left: 50px;}

    .location-map svg{ 
    }

    .page-banner-feature{
    display: block;
    top: 100px;
}
    .page-banner-feature .about-logo-videos{}

    .page-banner .page-banner-content .text-medium{
    max-width: 65%;
}

.menu-form{}
}



@media(min-width:992px){
  .container{max-width:960px;}
 nav{
    justify-content: space-between;
    flex-direction: row;
}
nav a{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
nav .burger-menu{ 
}
nav .nav-links{/* display: flex; *//* flex-direction: row; *//* gap:30px; */width: fit-content;}

  .about-logo-videos{position: relative;
    top:  0px;
    width: 100%;
    height: 100%;
    left:  0px;}

.page-banner-feature{
    top: 0;
}
    .page-banner-feature .about-logo-videos{}
     .page-banner .page-banner-content .text-medium{
    /* max-width: 67%; */
}

section.about{}
.about-video-content{}
section.about .container { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; display:flex; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; height: 700px;
    overflow: hidden; -ms-flex-preferred-size:auto; flex-basis:auto; }

section.about.container > div, section.about .container > div{
    width: 50%;
}


.menu-form{}



section.what-we-do{
    height: 100vh;
}
section.what-we-do .container{height: auto;padding-bottom: 0;}

.service-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
    height: 100%;
  gap: 0; /* remove the 30px gap */
  position: absolute;
  top:0;
}

.service-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* each takes 1/3 width automatically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; /* assume white text on dark bg */
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
}



.location-map svg{ 
    }

section.work-with-us .container{    display: -webkit-box;    display: -ms-flexbox;    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;}
section.work-with-us .container .content-area{width: 50%;}
}







@media(min-width:1140px){
  .container{max-width:1140px;}

  .location-map svg{ 
    }

    .page-banner .page-banner-content .text-medium{
    max-width: 100%;
}

}
@media(min-width:1320px){
  .container{max-width:1320px;}


.location-map svg{ 
    }
}