/*
Theme Name: Alphamark
Text Domain: Alphamark
Version: 2.0
Description: Alphamark Website
Author: Alphamark
Author URI: https://alphamark.design
 */



 /*! Neue Montreal */

 @font-face {
     font-family: 'Neue Montreal';
     src: url('assets/fonts/NeueMontreal/NeueMontreal-Regular.eot');
     src: url('assets/fonts/NeueMontreal/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/NeueMontreal/NeueMontreal-Regular.woff2') format('woff2'),
         url('assets/fonts/NeueMontreal/NeueMontreal-Regularr.woff') format('woff'),
         url('assets/fonts/NeueMontreal/NeueMontreal-Regularr.ttf') format('truetype'),
         url('assets/fonts/NeueMontreal/NeueMontreal-Regular.svg#Telegraf') format('svg');
     font-weight: 200;
     font-style: normal;
 }



 h1.foo {
     background-color: #F067A0;
 }


 /* Show it's not fixed to the top */
 body {
    position: relative;
    font-family: 'Neue Montreal', sans-serif !important;
    color: #000;
    font-weight: 200;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 8px;
    background-color:transparent;
    visibility: hidden;
    transition: visibility .3s ease-in-out;
 }
 .background-sentences{
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100vh;
   z-index: -5;
 }
 .background-sentences::before{
   position: fixed;
content: 'At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business. At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business. At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business.';
word-break: keep-all;
width: 100vh;
overflow: hidden;
white-space: nowrap;
transform: rotate(90deg);
z-index: -2;
color: #E8E8E8 !important;
display: block;
margin-right: -18px;
font-weight: 200;
   }
 .background-sentences::after{
   position: fixed;
content: 'At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business. At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business. At Alphamark, we create deeply connected visual identity systems, allowing companies to stand out in their industry and elevate their business. connected visual identity systems, allowing companies to stand out in their industry and elevate their business.';
word-break: keep-all;
width: 100vh;
overflow: hidden;
white-space: nowrap;
transform: rotate(-90deg);
z-index: -2;
color: #E8E8E8 !important;
display: block;
margin-left: -18px;
font-weight: 200;
   }

 h1, h2, h3, h4, h5, h6 {
     font-family: 'Neue Montreal', sans-serif;
     font-weight: 200;
 }

 h1{
   font-size: calc(2em + 2.2vw);
   line-height: 1;
   letter-spacing: -1px;
 }

 h2{
   font-size: calc(2em + 1.2vw);
   line-height: 1.1;
 }

 h5{
   font-family: 'Neue Montreal', sans-serif;
   font-weight: 500;
   color: #000;
   font-size: 18px;
   padding-bottom:10px;
 }

 .next-project h5{
   color: #fff !important;
 }

 /* h5:after {
   content: '';
   width: 18px;
   height: 2px;
   position: absolute;
   background-color: #FFF700;
   margin-left: 15px;
   margin-top: 7px;
 } */


 ::-moz-selection {
     color: #000000;
     background: #FFF700;
 }

 ::selection {
     color: #000000;
     background: #FFF700;
 }


 /* project-list {
     width: 100%;
 } */

 /* .footer-hidden{
   display: none;
 }
 .footer-visible{
   display: block !important;
 } */



 /* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 20px;
     padding-left: 20px;
 } */


 .navbar-expand-lg .navbar-nav .dark {
     padding-right: .5rem;
     padding-left: .5rem;
     letter-spacing: 0px !important;
     font-size:34px;
     font-weight: 200 !important;
     color: #000 !important;
     text-decoration: underline;
 }

     .navbar-expand-lg .navbar-nav .dark:hover {
         color: #FFF700 !important;
         text-decoration: none;
     }



 #myVideo {
     position: absolute;
     right: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
     overflow: hidden;
     background: url('../img/moped.jpg');
     background-size: cover !important;
     background-repeat: no-repeat;
     z-index: -1;
 }

 /* Nabar not to collapse */
 /* .navbar-collapse.collapse {
   display: block !important;
 } */

 /*

 .navbar-nav>li, .navbar-nav {
   float: left !important;
 }

 .navbar-nav.navbar-right:last-child {
   margin-right: -15px !important;
 }

 .navbar-right {
   float: right!important;

 } */




 .appear-scroll-to-top {
   content: '→';
   position: fixed;
   bottom: 50px;
   right: 50px;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: white;
   z-index: 1;
   -webkit-box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 12%);
   box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 12%);
 }


 .project-info a{
   text-decoration: underline;
 }

 .project-info a:hover{
   text-decoration: none;
 }

 .underline-text{
   text-decoration: underline;
 }

 .close-mose {
     position: absolute;
     right: 32px;
     top: 32px;
     width: 32px;
     height: 32px;
     opacity: 0.3;
 }



 .close-mose:before, .close-mose:after {
     position: absolute;
     left: 15px;
     content: ' ';
     height: 33px;
     width: 2px;
     background-color: #333;
 }

 .close-mose:before {
     transform: rotate(45deg);
 }

 .close-mose:after {
     transform: rotate(-45deg);
 }



 .cookies-bar {
   background: #eaeaea;
   position: fixed;
   bottom: 0;
   left: 0;
   text-align: center;
   width: 100%;
   padding: 20px;
   font-size: 14px;
   right: 0;
   margin: 0 auto;
   transition: all 0.3s ease-in-out;
   z-index: 999999;
 }

 .cookies-raw {
   display: inline-flex;
   justify-content: center;
   align-items: center;
 }

 .cookies-bar-text {
   margin-right: 10%;
   text-align: left;
 }

 .cookies-bar-text a{
   color: #12151b;
   font-weight: bold;
   text-decoration: underline;
   transition: all 0.3s ease-in-out;
 }

 .cookies-bar-text a:hover {
   opacity: 0.8;
   transition: all 0.3s ease-in-out;
 }

 .cookies-bar-link a {
     padding: 20px 50px;
     border: 1px solid;
     font-weight: bold;
     text-transform: uppercase;
     border: solid 1px rgba(0, 0, 0, 0.2);
     color: #12151b;
     position: relative;
     display: flex;
     justify-content: center;
 }

     .cookies-bar-link a:hover {
         color: #fff !important;
         font-weight: 600;
         text-decoration: none !important;
     }

     .cookies-bar-link a::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
         opacity: 0;
         background-color: rgba(37,38,42,1);
         -webkit-transition: all 0.3s;
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
         -webkit-transform: scale(0.5, 1);
         transform: scale(0.5, 1);
     }

     .cookies-bar-link a:hover::before {
         opacity: 1;
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }

 .loading-bar-link {
     z-index: 9999;
     width: 100%;
     height: 5px;
     position: fixed;
     top: 0;
     overflow: hidden;
     background-color: #f0f0f0;
 }

     .loading-bar-link:before {
         z-index: 999999;
         display: block;
         position: absolute;
         content: "";
         left: -200px;
         width: 200px;
         height: 4px;
         background-color: #FFF700;
         animation: leading-link 1.2s linear infinite;
         -webkit-animation: leading-link 1.2s linear infinite;
     }

 @-webkit-keyframes leading-link {
     from {
         left: -200px;
         width: 30%;
     }

     50% {
         width: 30%;
     }

     70% {
         width: 70%;
     }

     80% {
         width: 50%;
     }

     95% {
         left: 120%;
     }

     to {
         left: 100%;
     }
 }

 @keyframes leading-link {
     from {
         left: -200px;
         width: 30%;
     }

     50% {
         width: 30%;
     }

     70% {
         width: 70%;
     }

     80% {
         width: 50%;
     }

     95% {
         left: 120%;
     }

     to {
         left: 100%;
     }
 }


 @keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 /* Firefox < 16 */
 @-moz-keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 /* Safari, Chrome and Opera > 12.1 */
 @-webkit-keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 /* Internet Explorer */
 @-ms-keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 /* Opera < 12.1 */
 @-o-keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 .rec-section a {
     color: #212529;
 }

 .grecaptcha-badge {
     visibility: hidden !important;
 }

 .google-captcha-text p {
     font-size: 12px;
     color: #97999B;
     font-family: 'Neue Montreal', sans-serif;
     text-align: right;
     margin-top: 80px;
 }

 .google-captcha-text a {
     color: #fff;
     text-decoration: underline;
 }

     .google-captcha-text a:hover {
         opacity: 1 !important;
     }

 .underline {
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

 .text-underline{
   text-decoration: underline;
 }

 .nav-style {
     padding: 4.688em 2.8%;
     position: absolute !important;
     width: 100%;
     z-index: 20;
 }


 .nav-style-dark {
     padding: 20px;
     position: relative !important;
     width: 100%;
     display: flex;
     z-index: 20;
     justify-content: space-between;
     align-items: flex-start;
 }

 .nav-item {
     /* text-transform: uppercase; */
 }

 .navbar-dark .navbar-nav .nav-link {
     color: rgb(255, 255, 255);
  }


 /* .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
     letter-spacing: 1px;
     font-weight: 600;
     transition: color 0.18s ease-in-out;
 }
  */

     .navbar-expand-lg .navbar-nav .nav-link:hover {
         color: #FFF700;
     }

 /* .navbar-expand-lg .navbar-nav .nav-link-dark {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
     letter-spacing: 1.6px;
     font-weight: 500;
     color: #12151b !important;
     transition: color 0.18s ease-in-out;
 } */
 /*
     .navbar-expand-lg .navbar-nav .nav-link-dark:hover {
         color: #FFF700 !important;
         text-decoration: none;
     } */


 /* .active:before {
     content: '';
     width: 5px;
     height: 5px;
     position: absolute;
     background-color: #FFF700;
     margin-left: 1px;
     bottom: 70px;
 } */

 .active{
 text-decoration: none !important;
 }

 .navbar-toggler {
     font-size: 1.45rem;
     line-height: 1;
     background-color: transparent;
     border: none;
     border-radius: 0;
 }

 .home-project a:hover{
   text-decoration: none;
 }

 /* .arrow-down:after {
   content: ' ';
   background-image: url(../img/arrow-down.svg);
   height: 100px;
   width: 13px;
   position: absolute;
   right: 7.8%;
   margin-top: 80px;
 } */

 .arrow-down {
     position: absolute;
     right: 7.8%;
     margin-top: 80px;
 }

     .arrow-down img {
         height: 100px;
     }



 .ptb-12vh{
   padding:12vh 0;
 }

 .project-info h6{
   font-size: 24px;
   font-weight: 400;
 }

 .project-info p{
   padding-bottom:10px;
 }

 .btn-submit{
   color:#fff !important;
   cursor:pointer;
   transition: all 0.18s ease-in-out;
   border: 0px !important;
   background-color: transparent !important;
   box-shadow: none !important;
   padding: 0px !important;
   margin: 0px !important;
   text-decoration: underline !important;
   font-size: 28px !important;
   font-family: 'Neue Montreal', sans-serif !important;
   font-weight: 200 !important;
 }

 .btn-submit:hover{
   text-decoration: none !important;
   color: #FFF700 !important;
 }

 .form-container {
     width: 82%;
     padding: 12vh 0 7vh 0;
     background-color: #000;
     position: relative;
     margin-bottom: -250px;
     z-index: 14;
 }

     .form-container h2 {
         color: #fff;
         margin-bottom: 2em;
     }



 .header-contact {
     background-color: #15181C;
 }

     .header-contact .container-extend {
         padding-top: 30vh !important;
     }

         .header-contact .container-extend .row {
             margin: 0 !important;
         }

     .header-contact h1 {
         color: #fff;
         font-weight: 600;
     }

     .header-contact h3 {
         color: #fff;
         padding-top: 40px;
         line-height: 1.4;
         opacity: .8;
         font-size: 1.500em;
         max-width: 540px;
     }

 .t-arrow{
   font-family: 'Neue Montreal', sans-serif;
 }


 .our-services{
   padding:8vh 0;
 }

 .our-services p{
   font-size:24px;
       padding: 6px 0;
   margin-bottom:0;
   line-height: 1.2;
 }

 .our-services h3{
   font-size:32px;
   margin-bottom:1em;
 }

 .header-about {
     padding: 5vh 0 5vh 0;
 }

 .header-cont {
     padding: 5vh 0 10vh 0;
 }

     .header-cont h4 {
         margin-top: 2em;
     }

         .header-cont h4 a {
             font-weight: 600;
             color: #101319;
             font-family: 'Playfair Display', serif;
         }

 .header-capabilities {
     padding: 5vh 0 8vh 0;
 }



 .header-default h1 {
     max-width: 950px;
     font-size: 3.6rem;
 }


 .header-default p {
     margin-top: 40px;
     font-size: 24px;
     line-height: 1.8;
     font-family: 'Neue Montreal', sans-serif;
 }





 .header {
     width: 100%;
     /* min-height: 640px; */
     /* height: calc(100vh - 150px); */
     position: relative;
 }

     /* .header::before {
         content: '';
         background-image: -webkit-linear-gradient(36deg, #12151b, #292b2f);
         background-image: -moz-linear-gradient(36deg, #12151b, #292b2f);
         background-image: -o-linear-gradient(36deg, #12151b, #292b2f);
         background-image: linear-gradient(36deg, #12151b, #292b2f);
         z-index: 3;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         width: 100%;
         height: 100%;
         -webkit-opacity: .95;
         -moz-opacity: .95;
         opacity: .95;
     } */


 .header-over {
     content: '';
     background-image: -webkit-linear-gradient(36deg, #12151b, #292b2f);
     background-image: -moz-linear-gradient(36deg, #12151b, #292b2f);
     background-image: -o-linear-gradient(36deg, #12151b, #292b2f);
     background-image: linear-gradient(36deg, #12151b, #292b2f);
     position: relative;
     z-index: 3;
     padding-top: 200px;
     padding-bottom: 10vh;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     -webkit-opacity: .95;
     -moz-opacity: .95;
     opacity: .95;
 }

 /* .image-container{
   padding-left:15px;
   padding-right:15px;
 } */

 .section-intro{
     padding:14vh 0 1vw 0;
 }

 .header-content {
   max-width: 85vw;
 }


 .container-extend {
     padding: 0 20px;
 }


 .button-light {
     color: #fff;
     border: solid 1px rgba(255, 255, 255, 0.2);
     min-width: 300px;
     font-family: 'Neue Montreal', sans-serif;
     border-radius: 0px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     position: relative;
     margin-top: 30px;
 }

     .button-light:hover {
         color: #333 !important;
         font-weight: 500;
         text-decoration: none !important;
     }

     .button-light::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
         opacity: 0;
         background-color: rgba(255,255,255,1);
         -webkit-transition: all 0.3s;
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
         -webkit-transform: scale(0.5, 1);
         transform: scale(0.5, 1);
     }

     .button-light:hover::before {
         opacity: 1;
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }


 .button-light-text {
     font-weight: 500;
     z-index: 4;
     text-transform: uppercase;
     line-height: 5;
     font-size: 0.875em;
     letter-spacing: 2.5px;
     text-align: center;
     color: #ffffff;
 }

 .button {
     display: inline-block;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     cursor: pointer;
     padding: .375rem .75rem;
 }






 .button-d {
     color: #12151b;
     border: solid 1px rgba(0, 0, 0, 0.2);
     background: #fff;
     min-width: 300px;
     font-family: 'Neue Montreal', sans-serif;
     border-radius: 0px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     position: relative;
     margin-top: 70px;
     z-index: 2;
 }

     .button-d:hover {
         color: #fff !important;
         font-weight: 500;
         text-decoration: none !important;
     }

     .button-d::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
         opacity: 0;
         background-color: rgba(37,38,42,1);
         -webkit-transition: all 0.3s;
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
         -webkit-transform: scale(0.5, 1);
         transform: scale(0.5, 1);
     }

     .button-d:hover::before {
         opacity: 1;
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }


 .rec-line {
     border: 0;
     border-top: 1px solid rgba(45, 45, 45, 0.1);
     width: 100%;
     margin-bottom: 15px;
     margin-top: -15px;
 }

 .rec-section p {
     color: #97999B;
 }

 .button-d-text {
     font-weight: 500;
     text-transform: uppercase;
     line-height: 5;
     font-size: 0.875em;
     letter-spacing: 2.3px;
     text-align: center;
 }

 .button-d-header {
     margin-top: 25px !important;
 }

 /* .our-email{
   position:absolute;
   transform: rotate(90deg);
   right:6%;
   margin-top: -30px;
 } */
 .work-recognition-one a{
   text-decoration: none;
 }

 .work-recognition-one a:hover{
   text-decoration: none;
 }

 .work-recognition-one h4{
   margin-bottom:0;
 }

 /* TOOLTIPS */
 .tooltip-my {

 }


 .tooltip-my .right-img {
     position: absolute;
     bottom: 5px;
     right: 0px;
     z-index: 99999999;
     box-sizing: border-box;
     overflow: hidden;
     visibility: hidden;

     /* -webkit-transform: translate3d(0, 40px, 0) !important;
         transform: translate3d(0, 40px, 0) !important;
         -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
         transition: opacity 200ms ease, -webkit-transform 200ms ease;
         -o-transition: transform 200ms ease, opacity 200ms ease;
         transition: transform 200ms ease, opacity 200ms ease;
         transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease; */
 }





 .recognition h2{padding-bottom:40px;}

 @media only screen and (max-width: 1600px) {
   .right-img img{
         width: 400px !important;
   }
 }

 @media only screen and (max-width: 1000px) {
 .tooltip-my .right-img {display: none !important;}
 }

 .our-email {
     position: absolute;
     bottom: 80px;
     -webkit-transform: rotate(90deg);
     -webkit-transform-origin: left top;
     -moz-transform: rotate(90deg);
     -moz-transform-origin: left top;
     -ms-transform: rotate(90deg);
     -ms-transform-origin: left top;
     -o-transform: rotate(90deg);
     -o-transform-origin: left top;
     transform: rotate(90deg);
     transform-origin: left top;
     left: 92.2%;
     white-space: nowrap;
     font-family: 'Playfair Display', serif;
 }


     .our-email::after {
         content: '';
         width: 3px;
         height: 150px;
         transform: rotate(-90deg);
         position: absolute;
         background-color: #fff;
         right: -120px;
         top: -60px;
     }

     .our-email a {
         color: #fff;
         font-size: 18px;
         font-weight: 600;
     }

 .intro-s h2 {
     max-width: 900px;
     font-size: 2.8em;
     line-height: 1.44;
 }

     .intro-s h2:after {
         content: '';
         position: absolute;
         right: 7.8%;
         width: 10px;
         height: 10px;
         margin-top: -73px;
         background-color: #FFF700;
     }

 .intro-s h5 {
     margin-top: 15vh;
 }

 .margin-tb {
     margin-top: 10vh;
     margin-bottom: 12vh;
 }

 .info-text {
     font-size: 1.125em;
     line-height: 2.11;
 }

     .info-text p {
         margin-bottom: 3rem;
         font-family: 'Neue Montreal', sans-serif;
     }

 .text-line {
     border-top: 1px solid rgba(128, 128, 128, 0.3);
     margin-top: 18px;
     margin-right: 25px;
     width: 100%;
     max-width: 70px;
 }


 .image-section {
     width: 100%;
     background-color: #000000;
     margin-bottom:160px;
 }

 .company-values {
     margin-top: 70px;
     width: 100%;

     background-color: #000;
 }

 .values{
   color:#fff;
   padding-top:4vw;
   padding-bottom:4vw;
 }

 .values-padding{
     padding:8vh 0;
 }

 .values-blocks-padding{
   padding:60px 15px;
 }


 .img-w-100{
   width: 100%;
 }

 .mt--90 img{
   margin-top:-5vh !important;
     margin-bottom:5vh !important;
 }

 .pd--90{
   padding-top:5vh;
   padding-bottom:8vh;
 }
 .pr-0{
   padding-right:0;
 }
 .values-images {
     margin-left: 0;
     margin-right: 0;
     width: 82%;
 }

 .v-images-pl {
     padding-left: 0;
     padding-right: 8px;
     margin-top: -70px;
     overflow: hidden;
 }

 .v-images-pr {
     padding-right: 0;
     padding-left: 8px;
     margin-top: -70px;
     overflow: hidden;
 }

 .info-img h2 {
     color: #fff;
     max-width: 900px;
     text-align: center;
     margin: 0 auto;
     /* font-size: 2.8em;
     line-height: 1.44em; */
 }


 .values-images img {
     width: 100%;
 }

 .pl-zero {
     padding-left: 0 !important;
 }

 .text-italic {
     padding: 70px;
     background: #fff;
     position: absolute;
     right: 0;
     width: 50%;
     margin-top: -120px;
 }

     .text-italic h3 {
         font-size: 24px;
         line-height: 1.58;
         text-align: left;
         max-width: 500px;
     }

 .text-italic-dark {
     padding: 70px;
     background: #12151b;
     color: #fff;
     position: absolute;
     right: 0;
     margin-top: -150px;
 }

     .text-italic-dark h3 {
         font-size: 28px;
         line-height: 1.58;
         text-align: left;
         max-width: 580px;
     }

 .pt-30-15{
   padding-top:30px;
 }
 .value-begin {
     color: #fff;
     margin-top: 15vh
 }

 .value-text {
     color: #D9D9D6;
     padding-bottom:20px;
 }
 .value-text a{
   color: #FFF;
   text-decoration: underline dotted;
 }
 .value-text a:hover{
   color: #FFF700;
   text-decoration: underline !important;
 }

 .value-title h3 {
         font-size: 32px;
 }

 .vt-1 h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'I';
     font-size: 12px;
     color: #FFF700;
     position: absolute;
     margin-top: -18px;
 }

 .vt-2 h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'II';
     font-size: 12px;
     color: #FFF700;
     position: absolute;
     margin-top: -18px;
 }

 .vt-3 h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'III';
     font-size: 12px;
     color: #FFF700;
     position: absolute;
     margin-top: -18px;
 }

 .vt-4 h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'IV';
     font-size: 12px;
     color: #FFF700;
     position: absolute;
     margin-top: -18px;
 }

 .vt-1 h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: #FFF700;
     position: absolute;
     margin-top: -12px;
     margin-left: 40px;
     left: 0;
 }

 .vt-2 h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: #FFF700;
     position: absolute;
     margin-top: -12px;
     margin-left: 40px;
     left: 0;
 }

 .vt-3 h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: #FFF700;
     position: absolute;
     margin-top: -12px;
     margin-left: 40px;
     left: 0;
 }

 .vt-4 h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: #FFF700;
     position: absolute;
     margin-top: -12px;
     margin-left: 40px;
     left: 0;
 }
 .values h2{
   padding-bottom:60px;
 }
 .menu-no {
     height: 100vh;
 }
 /* .menu {
     opacity: 1;
     position: absolute;
     background-color: #12151b;
     left: 0;
     right: 0;
     top: 0;
     height: 0vh;
     display: block;
     padding-top: 150px;
     padding-left: 10%;
     transition: all 1s ease-in-out;
     z-index: 15;
 } */
 .menu {
     height: 0%;
     width: 100%;
     position: absolute;
     z-index: 15;
     padding:0 10%;
     top: 0;
     left: 0;
     background-color: #12151b;
     overflow-y: hidden;
     transition: 0.1s;
     perspective: 1200px;
     transform-style: preserve-3d;
 }

     .nav-drop {
         padding-top: 120px;
     }

 .menu-h {
     height: 100% !important;
     backface-visibility: hidden;
     transform: translate3d(0, 0, 0);
 }

 @-webkit-keyframes fadeInFromNone {
     0% {
         display: none;
         opacity: 0;
     }

     1% {
         display: block;
         opacity: 0;
     }

     100% {
         display: block;
         opacity: 1;
     }
 }

 @-moz-keyframes fadeInFromNone {
     0% {
         display: none;
         opacity: 0;
     }

     1% {
         display: block;
         opacity: 0;
     }

     100% {
         display: block;
         opacity: 1;
     }
 }

 @-o-keyframes fadeInFromNone {
     0% {
         display: none;
         opacity: 0;
     }

     1% {
         display: block;
         opacity: 0;
     }

     100% {
         display: block;
         opacity: 1;
     }
 }

 @keyframes fadeInFromNone {
     0% {
         display: none;
         opacity: 0;
     }

     1% {
         display: block;
         opacity: 0;
     }

     100% {
         display: block;
         opacity: 1;
     }
 }
 /* .hidden {
   display: none;
 }

 .visuallyhidden {
   opacity: 0;
 }

 .menu{
  @include vendor(transform, translate3d(0,0,0 ) );
     @include vendor(transition, all 0.3s ease-out);
 }

 .menu.menu-no{
  @include vendor(transform, translate3d(0,-120px,0 )) !important;
 } */



 .nav-drop-text li {
     font-size:28px;
     color: #fff;
 }



     .nav-drop-text li a {
         display: block;
         color: #fff !important;
         padding:2px 0;
     }






 .menu-closed {
     overflow: auto !important;
 }

 .menu-open {
     overflow: hidden !important;
 }







 /* ANI TEST */



 /* .meader {


   transition: opacity .5s .25s ease-out;
 } */
 .show-on-scroll{
   -webkit-transform: translate3d(0, 90px, 0) !important;
       transform: translate3d(0, 90px, 0) !important;
       -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
       transition: opacity 300ms ease, -webkit-transform 300ms ease;
       -o-transition: transform 300ms ease, opacity 300ms ease;
       transition: transform 300ms ease, opacity 300ms ease;
       transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
       opacity: 0;
 }


 .is-visible {
   -webkit-transform: translate3d(0, 0, 0) !important;
       transform: translate3d(0, 0, 0) !important;
       -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
       transition: opacity 300ms ease, -webkit-transform 300ms ease;
       -o-transition: transform 300ms ease, opacity 300ms ease;
       transition: transform 300ms ease, opacity 300ms ease;
       transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
       opacity: 1;
 }




















 /* Icon 1 */
 #showmenu{
   padding-top:20%;
 }

 #nav-icon3 {
     width: 46px;
     height: 30px;
     position: relative;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     cursor: pointer;
 }


     #nav-icon3 span {
         display: block;
         position: absolute;
         height: 2px;
         width: 100%;
         background: #f9f9f9;
         border-radius: 1px;
         opacity: 1;
         left: 0;
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
         -webkit-transition: .25s ease-in-out;
         -moz-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
         transition: .25s ease-in-out;
     }


         /* Icon 3 */

         #nav-icon3 span:nth-child(1) {
             top: 0px;
         }

         #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
             top: 8px;
         }

         #nav-icon3 span:nth-child(4) {
             top: 16px;
         }

     #nav-icon3.open span:nth-child(1) {
         top: 10px;
         width: 0%;
         left: 50%;
     }

     #nav-icon3.open span:nth-child(2) {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
     }

     #nav-icon3.open span:nth-child(3) {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
     }

     #nav-icon3.open span:nth-child(4) {
         top: 10px;
         width: 0%;
         left: 50%;
     }


     #nav-icon3.closed span {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
     }



 .navbar-toggler {
     padding: 0 !important;
     margin: 0 !important;
 }


 .nav-sm {
     font-family: 'Neue Montreal', sans-serif;
     position: absolute;
     padding: 10%;
     left: 0;
     bottom: 0;
     right: 0;
     margin-bottom: 40px;
     background: #12151b;
 }

     .nav-sm p {
         color: #fff;
         opacity: .5;
         -webkit-opacity: .5;
         -moz-opacity: .5;
         letter-spacing: 3.6px;
         font-size: 12px;
         text-transform: uppercase;
     }


     .nav-sm div span {
         padding: 0 10px;
         color: rgba(255, 255, 255, 0.2)
     }

     .nav-sm div a {
         color: #fff;
         letter-spacing: 2.1px;
         transition: all 0.14s ease-in-out;
         font-size: 0.875em;
     }

         .nav-sm div a:hover {
             color: #FFF700;
             text-decoration: none;
         }

 .ig-img img {
     margin: 10px auto;
 }

 .ig-img {
     padding: 70px 0 20px 0;
 }

 .ig-section {
     background: #fafafa;
     padding: 8vh 0;
 }

 .view-ig {
     font-family: 'Oswald', sans-serif;
     font-weight: 600;
     color: #12151b;
     text-transform: uppercase;
     opacity: 1;
     letter-spacing: 2px;
     border: 1px solid #12151b33;
     font-size: 14px;
     line-height: 4.29;
     transition: all 0.3s ease-in-out;
     padding: 0px 30px;
     margin: 20px auto 0 auto;
 }

     .view-ig:hover {
         text-decoration: none;
         border: 1px solid transparent;
         color: #12151b;
         transition: all 0.3s ease-in-out;
     }

 .butt-more {
     position: absolute;
     transform: rotate(90deg);
     right: 4.5%;
     margin-top: -340px;
 }

     .butt-more::after {
         content: '';
         width: 1px;
         height: 100px;
         transform: rotate(-90deg);
         position: absolute;
         background-color: #FFF700;
         right: -90px;
         top: -35px;
     }

     .butt-more a {
         color: #FFF700;
         font-family: 'Oswald', sans-serif;
         font-size: 18px;
         text-transform: uppercase;
         letter-spacing: 3.2px;
         padding: 2em;
         background: rgba(255, 255, 255, 0.05);
     }

         .butt-more a:hover {
             text-decoration: none;
         }








 .ca-button {
     position: absolute;
     -webkit-transform: rotate(90deg);
     -webkit-transform-origin: left top;
     -moz-transform: rotate(90deg);
     -moz-transform-origin: left top;
     -ms-transform: rotate(90deg);
     -ms-transform-origin: left top;
     -o-transform: rotate(90deg);
     -o-transform-origin: left top;
     transform: rotate(90deg);
     transform-origin: left top;
     left: 92.2%;
     white-space: nowrap;
     margin-top: 64px;
     z-index: 2;
 }

     .ca-button::before {
         content: '';
         width: 1px;
         height: 100px;
         transform: rotate(-90deg);
         position: absolute;
         background-color: #FFF700;
         right: 300px;
         top: -35px;
     }

     .ca-button a {
         color: #FFF700;
         font-size: 18px;
         text-transform: uppercase;
         letter-spacing: 1px;
         font-weight: 600;
         padding: 1.5em;
         transition: all 0.14s ease-in-out;
     }

         .ca-button a:hover {
             text-decoration: none;
             background: rgba(255, 255, 255, 0.05);
         }












 .ptb-8-0{
   padding:8vh 0;
 }



 .leadership div h2 {
     position: relative;
     padding-bottom: 1em;
 }

     /* .leadership div h2:after {
         content: '';
         position: absolute;
         right: 0;
         width: 10px;
         height: 10px;
         margin-top: 14px;
         background-color: #FFF700;
     }

  */



 .leadership {
     padding: 10vh 0;
 }

 /* .bio-parent {
     margin-left: -190px;
     margin-top: 150px;
 }

 .bio {
     background: #fff;
     height: 100%;
     padding: 70px;
 } */

     /* .bio h4 {
         font-weight: 600;
         font-size: 1.750em;
         padding-bottom: 1em;
         font-family: 'Playfair Display', serif;
     } */

     .bio p {
         line-height: 1.4;
         font-family: 'Neue Montreal', sans-serif;
         font-size:24px;
     }

 .bio-sm {
     padding-top: 2em;
 }

     .bio-sm a {
         font-family: 'Neue Montreal', sans-serif;
         font-size:18px;
         line-height: 24px;
     }

         .bio-sm a:hover {
             color: #FFF700;
             text-decoration: none;
         }



 .bio h4{
   font-size:36px;
   padding-bottom:20px;
 }


 .contact p{
   padding-top:50px;
 }


 .slashme{
   padding-left: 10px;
     padding-right: 10px;
     opacity: 0.4;
 }







 .selected-work-edit {
     padding: 20vh 0;
 }

     .selected-work-edit div h2 {
         position: relative;
     }

         .selected-work-edit div h2:after {
             content: '';
             position: absolute;
             right: 0;
             width: 10px;
             height: 10px;
             margin-top: 14px;
             background-color: #FFF700;
         }

 .padding-top-edit {
     padding-top: 8vh;
 }


 .padding-tb {
     padding-top: 15px;
     padding-bottom: 15px;
 }

 /* .sw-1{
   background-color: #eff0f1;
   height: 590px;
   position: relative;
 } */

 .sw-content {
     display: flex;
     justify-content: flex-end;
     flex-direction: column;
     height: 100%;
     width: 100%;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 35px;
     text-decoration: none;
 }


 .sw-1 {
     height: 590px;
     position: relative;
 }

 .sw-1-inner {
     background: url('../img/mm-1.jpg');
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.3s ease-in-out;
 }

     /* .sw-1-inner:hover{
   transform: scale(0.98);
 } */
     .sw-1-inner:hover .sw-content h4 {
         opacity: 1;
         margin-bottom: 0;
     }
 /* .sw-content h4{
   opacity: 0;
   transition: all 0.3s ease-in-out;
   font-weight:600;
   color:#fff;
   margin-bottom:-40px;
 } */

 .sw-content h4 {
     opacity: 0;
     transition: all 0.3s ease-in-out;
     font-family: 'Neue Montreal', sans-serif;
     font-weight: 500;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
     margin-bottom: -40px;
 }

 .sw-1-inner:hover .sw-content {
     background: rgba(0, 0, 0, 0.3);
     opacity: 1;
     transition: all 0.3s ease-in-out;
 }
 /*
 .sw-1-inner h4:before{
     font-family: oswald;
     content: 'I';
     font-size: 12px;
     color: rgb(217, 185, 142);
     position: absolute;
     margin-top: -18px;
 }
 .sw-2-inner h4:before{
     font-family: oswald;
     content: 'II';
     font-size: 12px;
     color: rgb(217, 185, 142);
     position: absolute;
     margin-top: -18px;
 }
 .sw-3-inner h4:before{
     font-family: oswald;
     content: 'III';
     font-size: 12px;
     color: rgb(217, 185, 142);
     position: absolute;
     margin-top: -18px;
 }

 .sw-content h4:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: rgba(217, 185, 142);
     position: absolute;
     margin-top: -40px;
     margin-left: 60px;
     left: 0;
 } */
 .padding-tb a {
     text-decoration: none !important;
 }

 .sw-2 {
     margin-top: 120px;
     height: 660px;
     position: relative;
 }

 .sw-2-inner {
     background: url('../img/tasty-01.jpg');
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.3s ease-in-out;
 }

 .sw-1-inner:hover h4 {
     text-decoration: none;
 }

 .sw-2-inner:hover {
     /* transform: scale(0.98); */
     text-decoration: none;
 }

     .sw-2-inner:hover .sw-content h4 {
         opacity: 1;
         margin-bottom: 0;
         text-decoration: none;
     }

     .sw-2-inner:hover .sw-content {
         background: rgba(0, 0, 0, 0.3);
         opacity: 1;
         transition: all 0.3s ease-in-out;
     }

 .sw-3 {
     height: 590px;
     margin-top: -190px;
     position: relative;
 }

 .sw-3-inner {
     background: url('../img/crafty-01.jpg');
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.3s ease-in-out;
 }

     /* .sw-3-inner:hover{
   transform: scale(0.98);
 } */
     .sw-3-inner:hover .sw-content h4 {
         margin-bottom: 0;
         opacity: 1;
     }

     .sw-3-inner:hover .sw-content {
         background: rgba(0, 0, 0, 0.3);
         opacity: 1;
         transition: all 0.3s ease-in-out;
     }


 .case-studies-padding {
     padding-top: 15em;
 }

 .case-studies-button {
     height: 225px;
     font-family: 'Neue Montreal', sans-serif;
     color: #3a3c40;
     font-size: 20px;
     font-weight: 500;
     line-height: 1.2;
     text-transform: uppercase;
     background-color: #FFF700;
     vertical-align: bottom;
     display: table-cell;
     text-align: left;
     padding: 40px;
     width: 270px;
     transition: all 0.3s ease-in-out;
 }

     .case-studies-button:hover {
         text-decoration: underline;
     }

 .case-studies-padding a {
 }
 /*
 .case-studies-button {
     height: 225px;
     font-family: 'Oswald', sans-serif;
     color: #3a3c40;
     font-size: 20px;
     font-weight: 500;
     line-height: 1.5;
     text-transform: uppercase;
     background-color: #FFF700;
     text-align: left;
     padding-bottom: 30px;
     padding-left: 30px;
     padding-right: 30px;
     padding-top: 140px;
     width: 270px;
     position: absolute;
 } */

 .about-l {
     padding: 10vh 0;
 }

 .about-logos {
     /* text-align: center; */
     /* margin: 0 auto; */
     /* max-width: 1480px; */
 }

     .about-logos h5 {
         font-family: 'Neue Montreal', sans-serif;
         font-weight: 500;
         color: #FFF700;
         text-transform: uppercase;
         font-size: 14px;
         line-height: 3;
         letter-spacing: 2px;
     }

     .about-logos h2 {
         position: relative;
         padding-bottom: 100px;
     }

 .cta-section {
     background: #fafafa;
     /* background: url('../img/alphamark-shoot.jpg'); */
     padding: 15vh 0;
 }


 .cta-content {
     text-align: center;
     max-width: 780px;
     margin: 0 auto;
 }

     .cta-content h2 {
         line-height: 1.44;
         position: relative;
     }


     .cta-content h5 {
         font-family: 'Neue Montreal', sans-serif;
         font-weight: 500;
         color: #FFF700;
         text-transform: uppercase;
         font-size: 14px;
         line-height: 3;
         letter-spacing: 2px;
     }

     .cta-content h2::after {
         content: '';
         position: absolute;
         right: 0;
         left: 0;
         margin: auto;
         width: 10px;
         height: 10px;
         background-color: #FFF700;
         bottom: -40px;
     }

 .about-intro {
     padding-top: 17vh;
     padding-bottom: 20vh;
 }

 .capa-intro {
     padding-top: 17vh;
     padding-bottom: 20vh;
 }

 .about-intro-content {
     text-align: center;
     max-width: 780px;
     margin: 0 auto;
 }

     .about-intro-content h2 {
         line-height: 1.44;
         position: relative;
     }


     .about-intro-content h5 {
         font-family: 'Neue Montreal', sans-serif;
         font-weight: 500;
         color: #FFF700;
         text-transform: uppercase;
         font-size: 14px;
         line-height: 3;
         letter-spacing: 2px;
     }

     .about-intro-content h2::after {
         content: '';
         position: absolute;
         right: 0;
         left: 0;
         margin: auto;
         width: 10px;
         height: 10px;
         background-color: #FFF700;
         bottom: -40px;
     }


 .c-dark span {
     background: #000 !important;
 }

 .c-light span {
     background: #fff !important;
 }


 .pull-right {
     text-align: right;
 }

 .home-project-full-width p{
   margin-top:150px;
   position:absolute;
 }

 .footer {
     /* background: #12151b; */
         padding: 5vh 20px 2vh 20px;
 }

 /* .home-header-headline{
   padding-top:5vh;
   padding-bottom: 5vh;
 } */

 .footer-sm {
     font-family: 'Neue Montreal', sans-serif;
 }

     .footer-sm p {
         color: #fff;
         opacity: .5;
         -webkit-opacity: .5;
         -moz-opacity: .5;
         letter-spacing: 3px;
         font-size: 12px;
         text-transform: uppercase;
     }

     .footer-sm div a {
         color: #fff;
         letter-spacing: 2.1px;
         transition: all 0.14s ease-in-out;
         font-size: 0.875em;
         padding: 0 12px;
     }

         .footer-sm div a:hover {
             color: #FFF700;
             text-decoration: none;
         }

     .footer-sm div span {
         color: rgba(255, 255, 255, 0.2);
     }

 .footer-head {
     padding: 10vh 4%;
     /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
 }

     .footer-head a {
         line-height: 3.625em !important;
     }


 .footer-body {
     padding: 6vh 4% 8vh 4%;
 }


     .footer-body div p {
         font-family: 'Neue Montreal', sans-serif;
         color: #fff;
         opacity: .5;
         -webkit-opacity: .5;
         -moz-opacity: .5;
         letter-spacing: 3px;
         font-size: 12px;
         text-transform: uppercase;
     }

     .footer-body div h3 {
         font-style: italic;
         color: #fff;
         line-height: 1.58;
         max-width: 450px;
         font-size: 1.5em;
         margin: 2vh 0 4vh 0;
     }

 .f-body-content a {
     font-size: 1.125em;
     color: #fff;
     margin-left: 90px;
     font-family: 'Neue Montreal', serif;
 }


     .f-body-content a:before {
         content: '';
         position: absolute;
         width: 60px;
         height: 1px;
         background-color: #FFF700;
         margin-top: 15px;
         margin-left: -90px;
     }
 .info-img{
   padding: 6vh 0 4vh 0;
   margin:0 auto;
 }
     .info-img h5 {
         margin:0 auto;
         font-family: 'Neue Montreal', sans-serif;
         font-weight: 500;
         color: #FFF700;
         text-transform: uppercase;
         font-size: 14px;
         line-height: 3;
         letter-spacing: 2px;
         text-align: center;
     }

 a {
   color: #000;
   transition: all 0.18s ease-in-out;
   padding:10px 0;
 }
 a:hover {
     text-decoration: underline;
     color: #FFF700;
 }

 .footer-list {
   font-size:18px;
     list-style: none;
     line-height: 1.8;
     padding-left:0;
     padding-bottom:15px;
 }

 .nav-drop-list {
   font-size:16px;
     list-style: none;
     line-height: 1.2;
     padding-left:0;
     padding-bottom:15px;
 }

 .nav-drop-list a {
 color:#fff;
 }

 .sm-nav-drop{
   position: absolute !important;
   bottom:10px !important;
 }

 .sm-nav-drop div{
   padding-left:0;
   padding-right:0;
 }

 .sm-nav-drop ul li{
   font-size:16px !important;
   line-height: 26px;
 }

 .headline-1200 h2{
   max-width: 85vw;
 }

 p{
   font-size:24px;
 }

         /* .footer-list a:after {
             display: block;
             content: ' ';
             background-image: url(../img/link.svg);
             height: 6px;
             width: 10px;
             position: absolute;
             margin-top: -20px;
             right: 15px;
         } */

 .recognition h3 {
     padding-bottom: 20px;
 }

 .copyright {
     width: 100%;
     text-align: center;
     /* background-color: #1b1c1f; */
 }

     .copyright h6 {
         font-size: 0.875em;
         line-height: 12vh;
         font-weight: 300;
         text-align: center;
         color: rgba(255, 255, 255, 0.5);
         margin-bottom: 0 !important;
     }



 .intro-capa h5 {
     margin-top: auto !important;
 }

 .intro-capa h2:after {
     display: none;
 }

 .capabilities-intro {
     padding: 15vh 0;
 }

 .btn-capa {
     float: right;
 }


 .work-sample {
     height: auto;
     width: 100%;
     overflow: hidden;
 }

 .ws-p {
     padding: 10px;
 }

 .contact-image {
     overflow: hidden;
 }

 .capa-text h2 {
     color: #fff !important;
     font-style: italic;
 }

 .capa-text {
     background: #12151b;
 }

 .capa-text-tasty {
     background: #fafafa !important;
 }

     .capa-text-tasty p {
         color: inherit !important;
     }

 .capa-text-antigona {
     background: #ffffff !important;
     margin-bottom: -60px !important;
 }

     .capa-text-antigona p {
         color: inherit !important;
     }


 .sppr {
     padding: 12vh 0;
 }

 .services {
 }

 /* .in-work-recognition-p p{
   text-align: right;
 } */

 .in-work-recognition-p h3{
   padding-bottom:20px;
   font-weight:300;
 }

 .in-work-recognition-p a{
   padding-bottom:0;
   padding-top:0;
 }

 .in-work-recognition-p p{
   margin-bottom:0;
 }


 .project-text-description h2{
     margin-bottom: 20px;
 }

 /* .project-text-description p{
   opacity: 0.4;
 } */


 .image-oh {
     overflow: hidden;
 }

 .image-oh-2 {
     /* overflow: hidden; */
 }

     .image-oh-2 img {
         width: 100%;
         /* margin-bottom:-150px; */
     }
     .image-oh-2 video {
         width: 100%;
         margin-bottom:-150px;
         height: 86vh;
         object-fit: cover;
     }

 .work-sample img {
     width: 100%;
 }

 .asyncImage {
     filter: blur(25px);
     -webkit-filter: blur(25px);
     -moz-filter: blur(25px);
     -o-filter: blur(25px);
     -ms-filter: blur(25px);
     transform: scale(1.01);
 }

 .async-2 {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
     opacity: 0;
     transition: opacity 0.5s ease 0s;
     overflow: hidden;
 }


 /* .p-name-o:after{
   content: '→';
   position: absolute;
   opacity: 0;
   right: -20px;
   transition: 0.3s;
   color:#000;
 }

 .p-name-o:hover:after{
   opacity: 1;
    right: 30px;
 } */



 /* .services h3:before {
     font-family: oswald;
     content: '01';
     font-size: 12px;
     color: rgba(217, 185, 142, 0.4);
     position: absolute;
     margin-top: -18px;
 } */

 /* .services h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'I';
     font-size: 12px;
     color: rgb(217, 185, 142);
     position: absolute;
     margin-top: -18px;
 }

 .services h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: rgba(217, 185, 142);
     position: absolute;
     margin-top: -11px;
     margin-left: 40px;
     left: 0;
 }

 .services-2 h3:before {
     font-family: 'Neue Montreal', sans-serif;
     content: 'II';
     font-size: 12px;
     color: rgb(217, 185, 142);
     position: absolute;
     margin-top: -18px;
 }

 .services-2 h3:after {
     content: '';
     width: 18px;
     height: 2px;
     background-color: rgba(217, 185, 142);
     position: absolute;
     margin-top: -11px;
     margin-left: 40px;
     left: 0;
 } */

 .services h3{
   padding-bottom: 25px;
 }

 .service-text {
     font-family: 'Neue Montreal', sans-serif;
     font-size:24px;
     padding-bottom: 5%;
 }

     /* .service-text::before {
         content: '';
         max-width: 60px;
         height: 1px;
         width: 100%;
         position: absolute;
         background-color: #c7c7c7;
         margin-left: -80px;
         margin-top: 19px;
     } */


     .services-all {

         font-family: 'Neue Montreal';

         font-size: 24px;

         /* line-height: 2.5; */
     }

     .services-all p {
         font-size:24px;
         margin-bottom:0;
         line-height: 1.2;
         padding: 6px 0;
     }

 .no-padding-lr {
     padding-left: 0;
 }


 hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     /* width: 100%; */
     border: 0;
     border-top: 1px solid rgba(45, 45, 45, 0.1);
     position: absolute;
     left: 3%;
     right: 3%;
 }



 form {
     font-family: 'Neue Montreal', sans-serif;
 }
 .frm_message{
   background-color: transparent !important;
   color: #FFF700 !important;
   border: none !important;
 }
 .frm_error_style{
   background-color: transparent !important;
   border: none !important;
 }
 .alphamark-form input[type=text],.alphamark-form input[type=email]{
   display: block !important;
   width: 100% !important;
   color: #fff !important;
   padding: 1.5em 1.5em !important;
   background-color: transparent !important;
   border-top: none !important;
   border-left: none !important;
   border-right: none !important;
   border-bottom: 1px solid #ced4da !important;
   border-radius: 0px !important;
   font-family: 'Neue Montreal', sans-serif !important;
   font-weight: 200 !important;
 }
 .alphamark-form textarea{
   display: block;
   width: 100%;
   color: #fff;
   padding: 1.5em 1.5em;
   background-color: transparent;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid #ced4da;
   border-radius: 0px !important;
   font-family: 'Neue Montreal', sans-serif !important;
   font-weight: 200 !important;
 }
 .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single{
   display: block;
   width: 100%;
   color: #fff !important;
   padding: 1.5em 1.5em;
   background-color: transparent !important;
   border-top: none !important;
   border-left: none !important;
   border-right: none !important;
   border-bottom: 1px solid #ced4da;
   border-radius: 0px !important;
   border-color: #fff !important;
 }

 input {
     transition: all 0.3s ease-in-out;
     font-size: 18px;
 }
 .frm_error{
   padding: 5px 10px !important;
    background-color: #FFF700 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: 'Open-sans',sans-serif !important;
    color: #000 !important;
    width: fit-content !important;
    margin-top: 20px !important;
 }
 label {
   order: -1 !important;
   padding-left: 1.5em !important;
   transition: all 0.3s ease-in-out !important;
   transform: translateY(30px);
   pointer-events: none !important;
   color: #fff !important;
   font-size: 16px !important;
   font-family: 'Neue Montreal', sans-serif !important;
   font-weight: 200 !important;
 }

 .moveup {
     transform: translateY(-0.5em);
     color: #FFF700 !important;
 }
 .frm_form_field{
   margin-bottom: 80px !important;
 }
 .frm_required{
   display: none !important;
 }

 textarea:focus, input:focus {
     outline: none !important;
     background: transparent !important;
     box-shadow: none !important;
     color: #fff !important;
     border-color: #ced4da !important;
 }

 textarea {
     padding: 1.5em 1.5em;
 }


 .form-start {
     padding-left: 8%;
 }

 .form-group div {
     padding-top: 2em;
 }

.contact-section{
  background-color: #000 !important;
  width: 82%;
  z-index: 2;
}
.sk-image-section{
  margin-top: -140px;
  z-index: -2;
  position: relative;
}
@media(max-width:992px){
  .nav-menu-row{
    margin-right: -35px;
  }
  .navbar-brand img{
    height: 40px;
  }
  .contact-section{
    width: 100%;
  }
}

 ::-webkit-scrollbar {
     width: 7px;
     background-color: #fff;
 }

 ::-webkit-scrollbar-track {
     width: 7px;
 }

 ::-webkit-scrollbar-thumb {
     background-color: #cccccc;
 }



 .star {
     visibility: hidden;
 }

 .fadeIn {
     -webkit-animation: animat_show 0.9s;
     animation: animat_show 0.9s;
     visibility: visible !important;
 }

 @-webkit-keyframes animat_show {
     0% {
         opacity: 0;
         margin-top: 30px;
     }

     100% {
         opacity: 1;
         margin-top: 0;
     }
 }

 @media only screen and (max-width: 576px) {
   #image1 {
       height: 35px;
   }
 }


 /* // Small devices (landscape phones, 576px and up) */
 @media only screen and (max-width: 385.98px) {
     .services h3:after {
         display: none;
     }

     .button-d-text {
         line-height: 4;
     }

     .button-light-text {
         line-height: 4;
     }

     .text-italic-dark h3 {
         font-size: 1.250em;
     }

     .above-e {
         font-size: 3.5vw !important;
     }

     .cta-content h5 {
         font-size: 3.5vw !important;
         padding-bottom: 1em;
     }

     .about-logos h5 {
         font-size: 3.5vw !important;
         padding-bottom: 1em;
     }

     .about-intro-content h5 {
         font-size: 3.5vw !important;
         padding-bottom: 1em;
     }

     #image1 {
         height: 30px;
     }

     .navbar-expand-lg .navbar-nav .dark {
     font-size: 20px !important;
 }

     .button-light {
         min-width: auto;
         height: auto;
         font-size: 0.8125em;
         padding: 0.53em 2.46em;
     }


     .header-default h1 {
         font-size: 7vw !important;
     }

     .header-default p {
         font-size: 1em;
     }

     .button-d-header {
         margin-top: 24px !important;
     }

     .intro-s h2 {
         font-size: 7vw !important;
     }

     .cta-content h2 {
         font-size: 7vw !important;
     }

     .about-intro-content h2 {
         font-size: 7vw !important;
     }

     .selected-work-edit div h2 {
         font-size: 7vw !important;
     }



     .button-d {
         min-width: auto;
         height: auto;
         font-size: 0.8125em;
         padding: 0.53em 2.46em;
     }


 }

 @media (max-width:480px) and (min-width:380px) {
     .intro-s h2 {
         font-size: 6.5vw !important;
     }

     .cta-content h2 {
         font-size: 6.5vw !important;
     }

     .about-intro-content h2 {
         font-size: 6.5vw;
     }

     .selected-work-edit div h2 {
         font-size: 6.5vw;
     }

     .leadership div h2 {
         font-size: 6.5vw;
     }
 }

 @media only screen and (max-width: 580.98px) {

     .text-italic-dark h3 {
         font-size: 24px;
     }
     .capa-intro {
         padding-top: 15vw;
         padding-bottom: 15vw;
     }

     .header-cont h4 {
         font-size: 1.3em;
     }

     .margin-tb {
         margin-bottom: 5vh;
     }

     .text-italic-dark h3 {
         padding-top: 24px;
     }

     .text-italic h3 {
         font-size: 1.250em;
         padding-bottom: 24px;
     }

     .services h3 {
         font-size: 1.625em;
     }

     .service-text {
         font-size: 20px;
         line-height: 1.6;
     }

     .services-all p {
         font-size: 18px;
     }

     .value-title h3 {
         font-size: 1.250em;
     }

     .value-text {
         font-size: 1em;
     }

     .header-about {
         padding: 0vh 0 5vh 0;
     }

     .header-cont {
         padding: 0vh 0 10vh 0;
     }

     .header-capabilities {
         padding: 0vh 0 5vh 0;
     }

     .about-intro-content h2::after {
         display: none;
     }

     .button-light {
         margin-top: 40px;
     }



     .header-default h1 {
         font-size: 6.5vw;
     }

     .intro-s h2 {
         font-size: 6.5vw;
     }

     .cta-content h2 {
         font-size: 6.5vw;
     }

     .about-intro-content h2 {
         font-size: 6.7vw;
     }

     .selected-work-edit div h2 {
         font-size: 6.7vw;
     }

     .leadership div h2 {
         font-size: 6.7vw;
     }

     /* .header-content {
         bottom: 13vh;
     } */


     .cbdm {
         padding: 0 8vw !important;
     }

     .home-project p{
       font-size:18px !important;
     }

     .info-text {
         padding: 0 6vw;
     }

     .info-img h2 {
         font-size: 1.6em !important;
     }



     .text-italic {
         padding: 10vw;
     }

     .text-italic-dark {
         padding: 5vw;
     }


     .butt-more {
         left: 7.8% !important;
         margin-left: 0 !important;
     }

     .sw-1 {
         height: 400px !important;
     }

     .sw-2 {
         height: 400px !important;
     }

     .sw-3 {
         height: 400px !important;
     }
 }



 .copyrights{
   opacity:0.4 !important;
 }

 .section-content-padding-15{
   padding:15vh 0;
 }
 .text-des-h4{
   padding:40px 0;
 }

 .pb-30-15{
   padding-bottom:30px;
 }
 .our-services h2{
   padding-bottom:40px;
 }

 .row-second{
   display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding:0 10px;
 }

 .row-third{
   display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .row-fourth{
   display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left:10px;
     padding-right:10px;
 }


 .row-np{
   display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;

 }


 .project-thumb-p{
   padding-left:10px;
   padding-right:10px;
 }



 .prr-0{
   padding-right:0px !important;
 }

 .pll-0{
   padding-right:0px !important;
 }

 /* // Medium devices (tablets, 768px and up) */
 @media only screen and (max-width: 768.98px) {
   .row-fourth{
       padding-left:0;
       padding-right:0;
   }
   .image-oh-2 video{
     margin-bottom:-50px;
   }
   .ws-p{
     padding-left:5px !important;
     padding-right:5px !important;
     padding-top:5px !important;
     padding-bottom:5px !important;
   }
   p{
     font-size:18px;
   }

   .prr-0{padding-right:15px !important;}
   .pll-0{padding-right:15px !important;}
   .image-oh-2 video {
     height: 60vw !important;
   }
   .bio p{font-size:18px !important;}
   .pb-40{
     padding-bottom:40px;
   }
   .pb-30-15{
     padding-bottom:15px;
   }
   .pt-30-15{
     padding-top:15px;
   }
   .values-blocks-padding{
     padding:30px 15px;
   }
   .home-project-full-width p{
     margin-top:50px !important;
   }
   .footer h2{font-size:36px !important;}
   /* .image-oh-2 img{
     margin-bottom:-50px;
   } */
   .container-extend{
     padding:0 15px;
   }
 .info-img h5{
   line-height: 2em;
       text-align: center;
 }
   .section-content-padding-15{
     padding:5vh 0;
   }

 .image-container{
   padding-left:0px;
   padding-right:0px;
 }
 .footer {
     /* background: #12151b; */
     padding: 5vh 15px;
 }
     /* .home-header-headline{
       padding-top:3vh;
       padding-bottom:3vh;
     } */
     .cookies-raw {
         display: block;
     }

     .cookies-bar {
         padding: 15px;
     }

     .cookies-bar-link a {
         margin: 10px auto;
     }

     .about-logos h2 {
         padding-bottom: 0;
     }

     .second-row-logo {
         display: none !important;
     }

     .about-logos h2 {
         font-size: 24px !important;
         line-height: 34px;
     }

     .form-container {
         padding: 0vh 3% 4vh 3%;
     }





     .leadership {
         padding: 12vh 0;
     }


     /* .bio {
         padding: 5vw;
     } */

     .text-italic-dark {
         margin-top: -15px;
     }

     .cta-section {
         padding: 12vh 0;
     }

     .above-e:after {
         display: none;
     }
     .text-des-h4{
       padding:25px 0;
     }
     .info-img {
         padding: 4vh  0;
     }
     .info-img h2{
       line-height: normal !important;
     }
     h1 {
      font-size: calc(30px + (84 - 14) * ((100vw - 300px) / (1600 - 300)));
     }

     h2{
       font-size:2em;
     }

     .section-intro{
       padding:4vw 0 1vw 0;
     }

     .header-default p {
         margin-top: 20px;
     }

     .intro-s h2 {
         font-size: 5vw;
     }

     .cta-content h2 {
         font-size: 5vw;
     }

     .about-intro-content h2 {
         font-size: 5vw;
     }

     .selected-work-edit div h2 {
         font-size: 5vw;
     }

     .leadership div h2 {
         font-size: 1.8em;
     }



     .nav-style {
         padding: 2.688em 2.8%;
     }

     .nav-style-dark {
         padding: 20px 15px;
     }

     .above-e {
         line-height: 2em;
     }

     .cta-content h5 {
         line-height: 2em;
     }

     .about-logos {
         line-height: 2em;
     }

     .about-intro-content h5 {
         line-height: 2em;
     }

     .text-line {
         display: none;
     }

     .footer-head {
         text-align: center;
     }

     .footer-sm {
         text-align: center !important;
         padding-top: 2vh;
     }

     .f-body-content a {
         font-size: 1em;
     }

     .pull-l-after {
         text-align: left !important;
         margin-top: 12vh;
     }

     .footer-list a:after {
         right: auto;
         left: 15px;
     }

     .footer-list a {
         padding-left: 0 !important;
     }
 }

 .nps-sec {
     width: 100%;
     height: 580px;
     position: relative;
     overflow: hidden;
 }



 @media only screen and (max-width: 600px) {
   .nps-sec{height:220px !important;}
   .next-project h3{line-height: 1.2;}
   .sw-content h4{
     opacity: 1 !important;
     margin-bottom:0 !important;
   }

   h2{
     font-size: 32px !important;
   }
   h3{
     font-size: 24px !important;
   }

   .our-services p {
     font-size: 18px;}
 }

 .nps {
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     position: absolute;
     background-size: cover;
     -webkit-transition: all cubic-bezier(.175,.885,.32,1.275) 350ms;
     -moz-transition: all cubic-bezier(.175,.885,.32,1.275) 350ms;
     transition: all cubic-bezier(.175,.885,.32,1.275) 350ms;
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
     z-index: -99;
 }

 .nps-svava {
     background: url(../img/svava-next.jpg) center center no-repeat !important;
     background-size: cover !important;
 }

 .nps-antigona {
     background: url(../img/antigona-next.jpg) center center no-repeat !important;
     background-size: cover !important;
 }

 .nps-tasty {
     background: url(../img/tasty-next.jpg) center center no-repeat !important;
     background-size: cover !important;
 }

 .nps-crafty {
     background: url(../img/crafty-next.jpg) left center no-repeat !important;
     background-size: cover !important;
 }


 .nps-content {
     text-align: center;
     display: flex;
     justify-content: center;
     flex-direction: column;
     height: 100%;
     width: 100%;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     text-decoration: none;
     background: rgba(0, 0, 0, 0.2);
     transition: all 0.15s ease-in-out;
     z-index: 99999;
 }

     .nps-content img {
         margin: 0 auto;
         width: 45px;
     }

 .nps-sec:hover .nps-content {
     background: rgba(18, 21, 27, 0);
     text-decoration: none;
 }

 .nps-sec:hover a {
     text-decoration: none;
 }


 .nps-sec:hover .nps {
     -webkit-transform: scale(1.16);
     -moz-transform: scale(1.16);
     -ms-transform: scale(1.16);
     -o-transform: scale(1.16);
     transform: scale(1.16);
 }

 .next-project a {
     text-decoration: none;
 }

 .next-project h2 {
     color: #fff;
 }


 .nps img {
     width: 100%;
     background: center center;
     position: absolute;
     height: 100%;
     object-fit:cover;
     vertical-align: middle;
     display: block;
     margin: auto auto;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
 }

 .span-italic {
     font-style: italic;
 }

 .move-top {
     position: relative;
     width: 100%;
     margin-top: 280px;
 }

 .footer-location{
   font-size:18px;
 }
 @media(min-width:992px){
   .footer-location{
     float: right;
   }
 }

 /* Scroll to top */
 /* .move-top-sec {
     position: absolute;
     height: auto;
     width: 150px;
     margin: auto;
     left: 0;
     right: 0;
     bottom: 0;
     cursor: pointer;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }

 .move-top-sec h5 {
     color: #000;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
     font-family: 'Neue Montreal', sans-serif;
     text-align: center;
     font-size: 14px;
     font-weight: bold;
     text-transform: uppercase;
 } */
 .move-top-sec-2 {
     position: absolute;
     height: auto;
     width: 150px;
     margin: auto;
     left: 0;
     right: 0;
     bottom: 0;
     cursor: pointer;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }

 .move-top-sec-2 h5 {
     color: #000;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
     font-family: 'Neue Montreal', sans-serif;
     text-align: center;
     font-size: 18px;
         font-weight: 400;
 }

 .move-top-sec-2:hover h5 {
     color: #FFF700;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
   }
 /* Scroll to Fixed */
 .move-top-sec {
   position: fixed;
       right: 0;
       bottom: 100px;
       cursor: pointer;
       transition: all cubic-bezier(.18,1,.21,1) .9s;
       transform: rotate(-90deg);
       visibility: hidden;
       opacity: 0;
 }

 .move-top-sec h5 {
     color: #000;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
     font-family: 'Neue Montreal', sans-serif;
     text-align: center;
     font-size: 18px;
         font-weight: 200;
 }

 .scroll-tt-show{
   visibility: visible;
   opacity: 1;
 }

 .scroll-tt-hide{
   visibility: hidden;
   opacity: 0;
 }

 .line {
     width: 1px;
     height: 70px;
     border-left: 1px solid #e0e0e0;
     margin: auto;
     -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
     -moz-transition: all cubic-bezier(.18,1,.21,1) .9s;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }




 .text-expand-home{
   display: inline-block;
   transform: translateY(100%);
 }



 .home-project p{
   position: relative;
   font-size:22px;
   padding-top:6px;
   line-height: 1.2;
   display: inline-block;
   width: 100%;
 }
 .home-project span{
   margin-left:5%;
   color: #97999B;
 }
.project-a-tag:hover .home-project>span{
  color: #fff700;
}
 .home-project img{
   width: 100%;
 }
 .move-top-sec:hover h5 {
     color: #FFF700;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }

 .move-top-sec:hover .line {
     border-left: 1px solid #FFF700;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }


 .p-rec-1 {
     background: #fafafa;
     padding: 70px;
     margin-bottom: 14vw;
     margin-top: 100px;
 }

 .p-rec p {
     color: #888888;
     font-size: 14px;
     margin-bottom: 0;
 }

 .p-rec-links a {
     white-space: nowrap;
     color: #ababab;
     font-size: 12px;
     font-family: Oswald;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 1px;
     transition: all cubic-bezier(.18,1,.21,1) .9s;
 }

     .p-rec-links a:hover {
         color: #FFF700;
         transition: all cubic-bezier(.18,1,.21,1) .9s;
     }

 .p-rec-links {
     color: #c1c1c1;
 }

 .r-logos {
     /* width: 100%; */
 }


 .recognition {
     padding: 7vh 0;
     /* background: #fafafa; */
 }

 .dd-link{
   color:#d3274d;
 }

 .dd-link:hover{
   color:#d3274d;
   text-decoration: underline;
 }

 .dd-text-center{
   text-align:center;
 }

 .dd-text h2{
   font-weight: 700;
   padding-bottom:30px;
 }


 /*.recognition-ul {
     font-size: 14px;
     margin-top: 30px;
     list-style: none;
     font-style: italic;
     padding-inline-start: 0px !important;
 }*/

 .rec-section h5 {
     font-family: Playfair Display;
     padding-top: 10px;
 }

 .recognition-ul li a {
     color: #333333;
     margin: 5px auto;
 }


 .logofolio-spacing img{
   padding:2px 0;
 }

 .logofolio-dark{
   background: #000;
   padding-top: 100px;
   padding-bottom: 100px;
 }


 @media only screen and (max-width: 992px) {
   .in-work-recognition-p p{
     text-align: left !important;
   }
   .our-services h3 {
     font-size: 26px;
     margin-bottom: 1em !important;

 }
   .logofolio-dark{
     padding-top: 40px;
     padding-bottom: 40px;
   }
   .copyrights{
     padding-bottom:5%;
   }
   .navbar-expand-lg .navbar-nav .dark{
     font-size:24px !important;
     padding-top:0;
     padding-bottom:0;
     text-align: right;
   }
   .navbar-expand-lg .navbar-nav .dark{
     padding-right: 0 !important;
     padding-left:0 !important;
   }

   .news-title{
     font-size:16px !important;
   }

   .news-link{
     font-size:16px !important;
   }


 }

 @media only screen and (max-width:1200px){
   .navbar-expand-lg .navbar-nav .dark{
     font-size:24px;
   }
 }

 @media only screen and (max-width: 1920px) {
 /* .header{height: 100vh;} */
 }

 @media only screen and (max-width: 768px) {
   .move-top-sec {
 display: none !important;
   }

   .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
   .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
   .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
       padding-right: 10px;
       padding-left: 10px;
   }

   .ptb-12vh{
     padding: 8vh 0;
   }
     .align-right {
         text-align: left !important;
     }

     .p-rec p {
         margin-bottom: 40px !important;
     }

     .wp-start-head {
         margin: 0 auto 40px auto !important;
     }
     h4{font-size:18px;}
     h2{font-size:2em;}
 }
 /* // Large devices (desktops, 992px and up) */
 @media only screen and (max-width: 992px) {
   .content-bottom-15-lg{
     padding-bottom:15%;
   }
   .content-bottom-5-lg{
     padding-bottom:5%;
   }
     /* .padd-marg-left-right {
         padding-left: 0 !important;
         margin-left: 0 !important;
         padding-right: 0 !important;
         margin-right: 0 !important;
         overflow: hidden;
     } */

     .google-captcha-text p {
         text-align: left !important;
     }

     /* .info-img h2 {
         font-size: 2.2em;
     } */

     .form-container {
         width: 100%;
         margin-bottom: 0px !important;
     }

     .arrow-down {
         display: none;
     }

     .bio-parent {
         margin-left: auto;
         margin-top: 3vh;
     }

     .our-email {
         display: none;
     }

     /* .header-content {
         bottom: 13vh;
     } */

     .sw-2 {
         margin-top: auto;
     }

     .sw-3 {
         margin-top: auto;
     }

     .intro-s h2:after {
         display: none;
     }

     .case-studies-padding {
         padding-top: 8vh;
         max-width: max-content;
         margin: 0 auto;
         flex: auto;
     }

     .selected-work-edit {
         padding-bottom: 12vh !important;
     }

         .selected-work-edit div h2:after {
             display: none;
         }

     .leadership div h2:after {
         display: none;
     }

     .padding-top-edit {
         padding-top: 4vh;
     }

     .footer-body div h3 {
         font-size: 1.1em;
     }

     .f-body-content a:before {
         display: none;
     }

     .f-body-content a {
         margin-left: auto;
     }

     .case-studies-button {
         height: auto;
     }

     .v-images-pl {
         padding-right: 5px;
     }

     .v-images-pr {
         padding-left: 5px;
     }

     .value-begin {
         max-width: 580px;
         margin: 15vh auto;
     }

     .p-rec-1 {
         margin-bottom: 230px !important;
     }

     .header-default p {
         font-size: 16px !important;
     }
 }
 @media only screen and (max-width:400px){
   .navbar-expand-lg .navbar-nav .dark{
     font-size:18px !important;
   }
 }
 @media only screen and (max-width: 500px) {

     .footer-sm div a {
         font-size: 14px;
         padding: 0 5px;
     }
 }
 /* // Extra large devices (large desktops, 1200px and up) */
 @media (max-width: 1200px) {
     .about-logos h2 {
         font-size: 32px;
     }

     .selected-work-edit {
         padding: 5vh 0;
     }

     .form-container {
         margin-bottom: -100px;
     }

     .services p::before {
         display: none;
     }

     .btn-capa-parent {
         width: 100%;
         max-width: 0 !important;
     }

     .btn-capa {
         float: none;
     }

     .ca-button {
         display: none;
     }

     .pl-zero {
         padding-right: 0;
     }

         .pl-zero img {
             width: 100%;
         }

     .image-oh-2 {
         width: 100%;
     }

     .text-italic {
         max-width: none !important;
         position: relative;
         width: 100%;
         margin-top: auto;
     }

         .text-italic h3 {
             margin: 0 auto;
         }

     .text-italic-dark {
         max-width: none !important;
         position: relative;
         width: 100%;
         margin-top: auto;
     }

         .text-italic-dark h3 {
             margin: 0 auto;
         }


     .butt-more {
         transform: rotate(0);
         margin-top: auto;
         left: 50%;
         margin-left: -110px;
     }

         .butt-more a {
             background: rgba(70, 70, 70, 0.03);
             padding: 1.4em 2em;
         }

         .butt-more::after {
             display: none;
         }

     .values-images {
         width: 100%;
     }

     .text-italic-dark {
         margin-top: -50px;
     }



     .button-light {
         margin-top: 30px !important;
     }
 }

 @media only screen and (min-width: 1390px) {





     .our-email {
         bottom: 100px;
     }

     .button-light {
         margin-top: 30px !important;
     }
 }

 @media only screen and (max-width: 1390px) {
     .nps-sec {
         height: 360px;
     }

     .next-project h3 {
         font-size: 1.8em;
     }

     .intro-s h2 {
         font-size: 2em !important;
     }
 }


 @media (max-width:1350px) and (min-width:1200px) {
     .text-italic-dark {
         max-width: 90%;
     }
 }



 @media (min-width:1600px) {



     .header-contact h1 {
         font-size: 3em !important;
         line-height: normal;
     }

     .header-default h1 {
         font-size: 3.6em !important;

     }

     .footer-body {
         padding: 10vh 4%;
     }
 }

 #initial {
     display: block !important
 }









 /* NEW NEW NEW */

 .news-content{

 }

 .news-date{
   font-size:16px;
 }

 .news-title{
   margin-bottom: 0;
   line-height: 1.2;
   margin-top:30px !important;
   font-size: 24px;
 }

 .news-description{
   font-size: 24px;
   line-height: 1.2 !important;
   margin-top: 0 !important;
   opacity: 0.4;
 }

 .news-link{
   font-size:24px;
   text-decoration:underline;
 }

 .news-margin{
   margin-bottom:120px;
 }

 .nav-padding{
   padding-left:0;
   padding-right:0;
 }


 .pr-my-10{
   padding-right:10px;
 }

 .pl-my-10{
   padding-left:10px;
 }

 .a-spacing-2{
   width: 100%;
   padding-top: 1.5vw;
   padding-bottom: 1.5vw;
   overflow: hidden !important;
 }
 @media only screen and (max-width: 1366px) {

 .project-text-description p{
   font-size:20px;
 }
 }
 @media only screen and (max-width: 600px) {
 .a-spacing-2{
   padding-top: 10px !important;
   padding-bottom: 10px !important;
 }
 }
 @media only screen and (max-width: 768px) {
   .pr-my-10{
     padding-right:15px;
   }

   .pl-my-10{
     padding-left:15px;
   }
 }


/* NEW STYLES */
.header-box{
  display: flex;
  height: 50vh;
  align-items: center;
  justify-content: center;
}
.site-content{
  padding: 0px 20px;
}
.tb-section-padding{
  padding: 15vh 0px;
}
.contact-link a{
  text-decoration: none !important;
}
.news-link-block{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.insight-block{
  transition: transform .3s ease-in-out;
}
@media (max-width:992px){
  .header-box{
    height: 25vh;
  }
  .news-link-block{
    justify-content: flex-start;
  }
  .insight-block{
    margin-bottom: 50px;
  }
}
.mcpl{
  padding-left: 10px !important;
}
.mcpr{
  padding-right: 10px !important;
}
.news-section{
  overflow: hidden;
  background-color: #000 !important;
  color: #fff !important;
  padding: 15vh 20px;
}
.news-section a{
  color: #fff !important;
}
.news-section a:hover{
  text-decoration: none;
  color: #FFF700 !important;
}
.news-link-line{
  width: 400px;
  height: 1px;
  display: inline-block;
  background-color: #A8A8A8;
  margin: 0 20px;
}
.news-link-block h2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-link-block a{
  display: flex;
    align-items: center;
}
.insight-info{
  margin-top: 25px;
}
.insight-info span{
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.insight-info p{
  color: #FFFFFF60;
  line-height: 1;
}
.blog-archive.insight-info span{
  color: #000 !important;
  font-size: 24px !important;
}
.blog-archive.insight-info p{
  color: #97999B !important;
  font-size: 24px !important;
}
.insights-row{
  padding-top: 15vh;
}
.black-bg{
  background-color: #000 !important;
}
.about-us-image-section{
  margin-top: 100px;
  padding: 15vh 20px !important;
}
@media(max-width:992px){
  .about-us-image-section{
    padding:15vh 5px !important;
  }
  .insights-row{
    padding-top: 5vh;
  }
}
.image-container{
  margin-top: -250px;
}
@media(max-width: 768px){
  .image-container{
    margin-top: -165px !important;
  }
}
.values-container{
  padding-top: 15vh !important;
  color: #fff !important;
}
.services-row{
  padding-top: 15vh;
}
.services-list{
  margin: 0px;
  padding-left: 20px;
}
.services-list li::marker{
  content: '→';
}
.services-list li{
  font-size: 24px;
  line-height: 1.2;
  padding: 6px 5px;
}
.services-list a{
  color: #000;
  text-decoration: underline dotted;
}
.services-list a:hover{
  color: #fff700;
  text-decoration: underline;
}
.services-block h3{
  font-size: 32px;
  margin-bottom: 30px;
}
.first-home-project .hover-image{
  height: auto !important;
}
.project-block-image img{
  aspect-ratio: 3/2;
}
.project-block img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 3/2;
}
@media(max-width:992px){
  .services-block{
    margin-top: 50px;
  }
  .project-block{
    margin-bottom: 40px;
  }
  .sketches-row .sketch-col{
    padding: 0px !important;
  }
  .all-services-section h2{
    padding-bottom: 15px;
  }
  .services-list li{
    font-size: 18px;
  }
  .name-surname-col{
    padding-bottom: 40px;
  }
}
.services-images{
  display: flex;
  padding-bottom:10px;
}
.breakline{
  width: 100%;
  height: 1px;
  background-color: rgb(45 45 45 / 0.1);
  display: block;
  margin: 10px 0px;
}
.front-page-last-project img{
  object-fit: cover;
}
@media (min-width:1700px){
  .front-page-last-project img{
  height: 900px;
}
}
@media(max-width:1700px){
  .front-page-last-project img{
    height: 700px;
  }
}
@media(max-width:1300px){
  .front-page-last-project img{
    height: 500px;
  }
}
@media(max-width:992px){
  .services-images{
    padding-top: 10px;
  }
  .front-page-last-project img{
    height: auto;
  }
  .mcpl, .mcpr{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .site-content{
    padding: 0px 5px;
  }
  .news-section{
    padding:5vh 5px;
  }
  .p-0{
    padding-right: var(--bs-gutter-x,.75rem) !important;
    padding-left: var(--bs-gutter-x,.75rem) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.project:hover{
  text-decoration: none !important;
}
.project-title{
  padding: 10px 0px;
}
.project-title h4{
  text-decoration: none !important;
}
.project-thumbnail img{
  width: 100% !important;
  height: auto !important;
}
.project-thumbnail{
  position: relative;
  width: 100%;
}
.hover-image{
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.project-block-image{
  position: relative;
}
.project-a-tag:hover .hover-image{
  visibility: visible;
}
.single-project{
  margin-bottom: 50px;
  display: block;
}
@media(max-width:992px){
  .single-project{
    margin-bottom: 0px;
  }
}
.work-title, .work-title-info{
  display: block;
  text-indent: 15%;
}
.tooltip-my{
  position: relative;
}
.project-info h6{
  text-decoration: underline;
}
.project-info p{
  color: #97999B;
}
.next-project-block{
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-project-block picture{
  width: 100%;
}
.next-project-image img{
  object-fit: cover;
  width: 100%;
  height: 700px;
}
.project-block-image video{
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  visibility: hidden;
}
.project-block-image:hover .hover-video{
  visibility: visible;
}
.project-block-image:hover .hover-image{
  visibility: visible;
}
.single-project, .project-a-tag{
  padding:0px !important;
}
.wp-block-image{
  margin: 0px !important;
  display: block;
  padding: 1.5vw 0px;
}
@media (max-width:992px){
  .project-details-title, .work-title, .work-title-info{
    text-indent: 0px !important;
  }
  .wp-block-image{
    padding: 10px 0px;
  }
  .hover-image, .hover-video{
    display: none;
  }
}
.wp-block-columns{
  margin-bottom: 0px !important;
}
.news-col{
  margin-bottom: 4vw;
}
.insights-row .news-col .insight-block .insight-info span {
  color: #fff !important;
}
.insights-row .news-col .insight-block .insight-info p {
  color: #97999B !important;
}
.content-headline{
  padding: 2vw 0px;
}
.project-details-title{
  text-indent: 15%;
}
.yellow-loading-line{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
  background-color: #FFF700;
}
.yellow-loading-line-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
  background-color: #FFF700;
}
.yellow-loading-line-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #D9D9D6;
}
.headline-line{
overflow: hidden;

}
.headline-line span{
  display: block;
  padding: 5px 0px;
}
.first-footer-col-contact-info{
  margin-bottom: 10%;
}
.company-info{
  display: flex;
  flex-direction: column;
  text-align: center;
  float: left;
  font-size: 18px;
  color: #97999B;
  line-height: 1.1;
  height: 100%;
  justify-content:flex-end;
}
.company-info.right{
  float: right !important;
}
.footer-links{
  display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.footer-links span{
  padding: 0px 3px;
  margin: 0px 5px;
  font-size: 18px;
}
.footer-links a{
  line-height: 1;
  margin-right: 2px;
}
@media(max-width:992px){
  .company-info.location{
    display: none;
  }
.center-on-mobile{
text-align: center !important;
}
.company-info, .company-info.right{
  float: none !important;
}
.footer-links-col{
  order: 3;
  margin:5% 0px;
}
.footer{
  padding: 0vh 15px;
}
}
.services-images img{
  height: 100%;
}
.project-col{
  margin-bottom: 40px;
}
.project-title h4{
  display: inline;
  text-decoration: none !important;
}
.project-title p{
  display: inline;
  text-decoration: none !important;
  margin-left: 0%;
  color: #97999B;
}
.single-project{
  text-decoration: none !important;
}
.testimonial-name{
  color: #F93822 !important;
}
.wp-block-spacer{
  padding-top: 1.5vw;
}
@media(max-width:768px){
  .first-footer-col-contact-info{
    margin-bottom: 40px;
  }
.first-footer-col-contact-info h2{
  line-height: 1;
  font-size: 32px !important;
  margin: 0px !important;
}
.footer-links span{
  padding: 0 !important;
  font-size: 16px;
}
.footer-links-col{
  margin-top: 40px;
}
.company-info{
  font-size: 16px !important;
}
}
.tooltip-my:hover .right-img{
  visibility: visible;
}
.wp-block-image img{
  width: 100%;
  height: auto;
}
.next-project-content{
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.remove-padding{
  padding:0px !important;
}
.name-role p{
  margin: 0px !important;
}
.name-role span{
  color: #97999B;
}
.name-role p, .name-role span{
  font-size: 24px;
  line-height: 1.1;
}
@media(max-width:992px){
  .name-role p, .name-role span{
    font-size: 18px;
  }
}
.find-more{
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 25px;
}
.plus-line-1{
  position: absolute;
    display: block;
    background-color: red;
    height: 2px;
    width: 50%;
}
.plus-line-2{
  position: absolute;
    display: block;
    background-color: red;
    height: 1.5px;
    width: 50%;
    transform: rotate(90deg);
}
.member-content{
  display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.member-image{
  margin-bottom: 20px;
}
.hidden-member-description{
  overflow: hidden;
  transition: all .2s ease-in-out;
  width: 100%;
  height: 0px;
  margin-top: 30px;
}
.hidden-member-description p{
  line-height: 1.1;
  color: #97999B;
}
.hidden-member-description a{
  font-size: 18px;
}
.member-block{
  display: flex;
  flex-direction: column;
}
.services-title span{
  color: #97999B !important;
}
.process-circle{
  position: relative;
  background-color: #ffffff10;
  border-radius: 100%;
  width: 100%;
  padding-bottom: 100%;
  opacity: 0;
  transform: translateY(50px);
}
.process-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.process-services-list li{
  font-size: 14px;
  color: #fff;
  width: max-content;
}
.process-services-list{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.process-circle-block{
  width: 100%;
  height: 100%;
  margin: 0px 20px;
}
.process-circles{
  display: flex;
}
@media(max-width:1400px){
  .process-circle-block{
    margin-bottom: 20px;
  }
}
@media(min-width:992px){
  .process-circle-col{
    padding:0px;
  }
  .process-of-work:first-child{
    margin-top: 0px;
  }
}
@media(max-width:992px){
  .process-circle-block{
    margin: 20px;
  }
  .values-container{
    padding-top: 8vh !important;
  }
}
@media(max-width:700px){
  .process-circles{
    flex-direction: column;
  }
  .process-circle-block{
    margin: 0px;
    margin-bottom: 20px;
  }
}
.process-of-work {
  margin: 50px 0px;
}
.process-of-work h3{
  padding-bottom: 10px;
}
.process-of-work h4{
  color: #D9D9D6 !important;
}
.testimonials-page-h2{
  margin-bottom: 10%;
}
.about-us-image-section.reverse{
  margin-top: 0px;
  margin-bottom: 250px;
}
.values-container.reverse{
  padding-top: 0px !important;
  padding-bottom: 15vh !important;
}
.image-container.reverse{
  margin-top: 0px;
  margin-bottom: -250px;
}
.faq-block{
  margin:40px 0px;
}
.about-us-image-section.privacy{
  margin-top: 0px;
  margin-bottom: 115px;
}
.values-container.privacy{
  padding: 0px !important
}
.privacy-link a{
  color: #fff !important;
  text-decoration: underline dotted;
}
.privacy-link a:hover{
  color: #fff700 !important;
  text-decoration: underline;
}
.fade-from-bottom{
  opacity: 0;
  transform: translateY(50px);
}
.date{
  padding-top: 5px;
  display: block;
}
.footer-headline{
  overflow: hidden;
}
.footer-headline span{
  display: inline-block;
}
.contact-link{
  overflow: hidden;
}
.footer{
  overflow: hidden;
}
.news-headline{
  overflow: hidden;
}
.news-headline span{
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}
.news-headline a{
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}
.service-anim{
  opacity: 0;
  transform: translateY(50px);
}
.testimonial-anim{
  opacity: 0;
  transform: translateY(50px);
}
.team-first-anim, .team-second-anim{
  opacity: 0;
  transform: translateY(50px);
}
.process-title-anim, .process-info-anim{
  opacity: 0;
  transform: translateY(50px);
}
.about-us-image-section.reverse.contact{
  margin-bottom: 150px !important;
  padding-top: 0px !important;
}
.form-group.row{
  margin-bottom: 8vh;
}
.frm_style_formidable-style.with_frm_style .form-field{
  margin-bottom: 30px !important;
}
.scroll-to-top-link{
  visibility: hidden;
  transition: visibility .3s ease-in-out;
}
.scroll-to-top-link a{
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
  font-size: 24px;
  transform: rotate(-90deg);
}
.find-more:hover{
  background-color: #f3f3f3;
  border-radius: 50%;
  transition: background-color .3s ease-in-out;
}
.pt-20{
  padding-top: 20px !important;
}
.contact-headline-email{
  word-wrap: break-word;
  word-break: break-all;
}
.cn-buttons-container a{
  font-size: 22px !important;
}
.cn-buttons-container{
  text-align: right;
}
.cookie-notice-container, .cookie-revoke-container{
  padding: 15px 15px !important;
}
.cn-text-container{
  text-align: left;
  margin-right: 20px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
}
.other-link{
  color: #fff !important;
  text-decoration: underline;
}
.other-link:hover{
  color: #fff700 !important;
  text-decoration: none !important;
}
.faq-headline{
  margin-bottom: 40px;
}
@media(max-width:992px){
  .faq-block{
    margin: 15px 0px;
  }
  .faq-headline{
    margin-bottom: 15px;
  }
}
#cookie-notice{
  font-family: 'Neue Montreal', sans-serif !important;
}
.scroll-up{
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 60px;
  height: 60px;
  z-index: 999999;
  background-color: #fff;
  transition: all .3s cubic-bezier(0.66, 0, 0.39, 0.99);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
  border-radius: 50%;
}
.scroll-up:hover{
  background-color: #f3f3f3;
  transition: all .3s cubic-bezier(0.66, 0, 0.39, 0.99);
}
.scroll-up:hover .arrow-svg{
  transform: translate(0px, -5px);
  transition: all .3s cubic-bezier(0.66, 0, 0.39, 0.99);
}
.arrow-svg{
  display: block;
  transition: all .3s cubic-bezier(0.66, 0, 0.39, 0.99);
}

.contact-alphamark-info p{
  font-size: 18px !important;
  padding: 0px !important;
}
.contact-alphamark-info span{
  color: #aaaaaa;
}
.contact-alphamark-info a{
  color: #fff;
}
.contact-alphamark-info a:hover{
  color: #fff700;
  text-decoration: none;
}
.frm_form_fields{
  padding-top: 0px !important;
}
.frm_fields_container{
  padding-top: 0px !important;
}
.wp-block-columns{
justify-content: center;
}
@media(max-width: 992px){
  .contact-alphamark-info{
    padding: 0px !important;
  }
  .wp-block-columns-nowrap{
    flex-wrap: nowrap !important;
  }
  .wp-block-column-pr{
    margin-right: 10px;
  }
  .wp-block-column-pl{
    margin-left: 10px;
  }
  .navbar{
    display: none !important;
  }
  .mobile-nav{
    display: flex !important;
  }
}
.mobile-nav{
  position: relative;
width: 100vw;
height: auto;
padding: 15px;
top: 0;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
display: none;
}
.background-sentences.mobile{
  top: 0;
}
.mobile-nav-content{
  width: 100%;
  display: flex;
  height: 0vh;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.mobile-nav-info{
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.1;
  overflow: hidden;
  margin-bottom: 50px;
}
.mobile-nav-links{
  margin-top: 200px;
}
.mobile-nav-info p{
  margin-bottom: 0px;
  transform: translateY(150px);
}
.mobile-nav-links a{
  color: #000;
  text-decoration: underline;
  font-size: 36px;
  line-height: 1;
}
.mobile-nav-links a:hover{
  color: #fff700;
  text-decoration: none;
}
.nav-link.contact{
  margin-top: 50px;
}
.mobile-hamb{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 9999999;
}
.hamb-icon{
  display: flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  border-radius: 50%;
  flex-direction: column;
  cursor: pointer;
}
.line-1{
  display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
}
.line-2{
  display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #000;
}
.mobile-nav-item{
  overflow: hidden;
}
.nav-link.mobile{
  transform: translateY(50px);
  opacity: 0;
}
.cli-bar-btn_container a:hover{
  color: #fff700 !important;
  text-decoration: none !important;
}
.cmplz-message a:hover{
  color: #fff700 !important;
  text-decoration: none !important;
}
.cmplz-btn.cmplz-accept:hover {
    background-color: #000 !important;
    color: #fff700 !important;
    transition: all .3s ease-in-out;
}
.cmplz-btn.cmplz-accept{
  transition: all .3s ease-in-out;
}
.project-resources-nav{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-resources-nav a{
  line-height: 1 !important;
  font-size: 24px !important;
  color: #97999B !important;
  text-decoration: underline;
  transition: all .3s ease-in-out;
}
.project-resources-nav a:hover{
  color: #fff700 !important;
  padding-left: 20px;
  text-decoration: none !important;
  transition: all .3s ease-in-out;
}
.sticky-block{
  position: sticky !important;
  top: 10px !important;
}
.resource-section h2{
  margin-bottom: 45px;
}
.resource-section{
  margin-bottom: 10vh;
}
.color-block{
  width: 100%;
  height: auto;
  border: 1px solid #e6e5e4;
  border-radius: 17px;
  padding: 35px 20px;
  background-color: #fff;
  font-size: 14px !important;
  margin: 20px 0px;
}
.color-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.color-block p{
  font-size: 16px;
  line-height: 1.1;
  margin: 0px;
}
.color-circle{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  border-radius: 50%;
  margin: 20px 0px;
}
.color-footer{
  display: flex;
  justify-content: space-between;
}
.color-block .hex{
  cursor: pointer;
  position: relative;
  transition: color .3s ease-in-out;
}
.color-block .hex:hover{
  color: #FFF700;
  transition: color .3s ease-in-out;
}
.color-block .hex:before {
  color: #000 !important;
  content: 'Copy';
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -40px;
  left: 0;
  white-space: nowrap;
  z-index: 200;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #eeeeee;
  border-radius: 17px;
  transition: all .3s ease-in-out;
}
.hex.active:before{
  content: 'Copied !';
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -40px;
  left: 0;
  white-space: nowrap;
  z-index: 200;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #e2e2e2;
  border-radius: 17px;
  transition: all .3s ease-in-out;
}
.hex:hover::before, .hex.active:hover::before{
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all .3s ease-in-out;
}
.spacer-block{
  display: none;
}
.not-found-container{
  width: 100%;
  height: 53vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.file-link{
  font-size: 24px;
  margin-top: 30px;
  display: block;
  width: fit-content;
  text-decoration: none;
  padding: 25px 40px;
  background-color: #D9D9D6;
  border-radius: 50px;
  border: 1px solid #d9d9d6;
}
.file-link:hover{
  background-color: transparent !important;
  color: #fff700;
  text-decoration: none;
}
.carousel-column{
  position: relative;
  z-index: 100;
}
@media(min-width:992px){
  #cursor-trigger{
    touch-action: none;
  }
}
.carousel-cell {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  margin-right: 20px;
  transition: opacity .3s ease-in-out;
}
@media(max-width:992px){
  .carousel-cell{
    width: 95%;
    margin-right: 10px;
  }
}
.carousel-cursor{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5e86c80;
  border-radius: 100%;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}
.carousel-cursor .slide-left{
  transform: translateX(-250%);
}
.carousel-cursor .slide-right{
  transform: translateX(250%);
}
.carousel-drag .slide-left{
  transform: translateX(-250%);
}
.carousel-drag .slide-right{
  transform: translateX(250%);
}
@media(max-width:992px){
  .cursor-carousel{
    display: none !important;
  }
}
@media(min-width: 992px){
  .flickity-viewport.is-pointer-down .insight-block{
    transform: scale(0.98);
    transition: transform .3s ease-in-out;
  }
}
.cursor-carousel{
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor-carousel .circle-inside{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 15px;
  transition: transform .3s ease-in-out;
}
.project-title h4>p{
  position: relative;
  float: left;
}
.project-row{
  overflow: hidden;
}
.point{
  opacity: 0;
  position: absolute;
  width: fit-content;
  transition: opacity .2s ease-in-out;
}
.point-text{
  transition: opacity .4s ease-in-out;
}
.single-project .point-text{
  margin-left: 5%;
}
.project-block:hover .point-text{
  opacity: 0;
  transition: opacity .4s ease-in-out;
}
.project-block:hover .point{
  opacity: 1;
  transition: opacity .4s ease-in-out;
}
.single-project:hover .point-text{
  opacity: 0;
  transition: opacity .4s ease-in-out;
}
.single-project:hover .point{
  opacity: 1;
  transition: opacity .4s ease-in-out;
}
@media(max-width:992px){
  .point{
    opacity: 0 !important;
  }
  .point-text{
    opacity: 1 !important;
  }
}
.photography-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-resources-nav a{
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
.project-resources-nav a::before{
  content: '';
  width: 2px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #97999B;
  transition: all .3s ease-in-out;
}
.project-resources-nav a:hover:before{
  background-color: #fff700;
  transition: all .3s ease-in-out;
}
.single-resources.work-title, .single-resources.work-title-info{
  text-indent: 0% !important;
}
.color-name{
  font-weight: 600;
}
.single-project .point{
  display: flex;
  width: 570px;
}
@media(max-width:1440px){
  .single-project .point{
    width: 350px;
  }
}
@media(max-width: 1024px){
  .single-project .point{
    width: 300px;
  }
}
@media(max-width: 992px){
  .single-project .point{
    width: 300px;
  }
}
#cookie-notice .cookie-notice-container{
  border-top: 8px solid #fff700;
}
#cn-accept-cookie:hover{
  text-decoration: none !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: #000 !important;
}
.cn-close-icon{
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}
.no-gap{
  gap: 0 !important;
}
.gap-one{
  gap: 1em !important;
}
.read-more-text{
  max-height: 400px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  transition: max-height .3s ease-in-out;
}
.read-more-text.expanded{
  transition: max-height .3s ease-in-out;
  max-height: 1000px;
}
@media(max-width:992px){
.home-project .point{
  display: none;
}
.cn-close-icon{
  top: 35px !important;
}
}
.blog-column-index{
  margin-bottom: 80px;
}
.news-gallery-carousel-cell{
  width: 100%;
}
.flickity-button{
  background: none !important;
}
.flickity-button svg>path{
  fill: #fff;
}
.cursor-carousel .circle-inside.smaller{
  transform: scale(0.85);
  transition: transform .3s ease-in-out;
}
.read-more-row{
  overflow: hidden;
  max-height: 400px;
  transition: max-height .8s ease-in-out;
  position: relative;
  will-change: max-height;
}
.read-more-row::before{
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  height: 200px;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}
.read-more-row.expand{
  max-height: 2400px;
  transition: max-height .8s ease-in-out;
  will-change: max-height;
}
.read-more-row.expand::before{
  opacity: 0 !important;
}
.read-more-link-single{
  cursor: pointer;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media(max-width:768px){
  .read-more-link-single{
    font-size: 18px;
  }
}
.read-more-link-single.less{
  display: none;
}
.more-info-plus{
  margin-left: 5px;
}
.more-info-plus{
  transition: transform 0.18s ease-in-out;
}
.read-more-link-single:hover .more-info-plus{
  transform: rotate(90deg)
}
.read-more-link-single:hover .more-info-plus>path{
  fill: #FFF700;
}
.more-info-plus>path{
  transition: fill 0.18s ease-in-out;
}
.project-carousel-cell{
  width: 38% !important;
}
@media(max-width:992px){
  .project-carousel-cell{
    width: 90% !important;
  }
}
.flickity-page-dots{
  margin-top: 50px;
  position: relative;
  bottom: 0 !important;
}
.flickity-page-dots .dot{
  margin: 0px 5px !important;
}
.slider-section{
  padding: 1.5vw 0px;
}
.thumbnail-video{
  position: relative !important;
}
@media(max-width:768px){
  .no-gap-mobile{
    gap: 0!important;
  }
}
.news-thumnail-carousel .flickity-viewport{
    transition: height .3s ease-in-out;
}
.flickity-button:focus{
  box-shadow: none !important;
}
.news-thumnail-carousel .flickity-page-dots{
  position: absolute !important;
  bottom: 25px !important;
}
.news-thumnail-carousel .flickity-page-dots .dot{
  background-color: #fff !important;
}
.carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.carousel-item.active{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}
.carousel-item-holder{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.news-gallery-carousel-cell img{
  aspect-ratio: 3/2;
}
.custom-aspect{
  aspect-ratio: 3/2;
}
