@charset "UTF-8";
/*!
 * Tiskos Brand  -  main.css v1.0.0
 * Author - John Mwendwa
 * Website - jmwendwa.com
 * Linkedin - https://ke.linkedin.com/in/johnmwendwa
 */


@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');


a{
 	text-decoration: none;
 }

 html {
  	box-sizing: border-box;
  	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-style:normal;
}

p{
	color: #292725;
}


*, *:before, *:after {
  box-sizing:  border-box;
}


html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

img{
	image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.grey{
	background: #fafafa;
}

.header{
	width: 100%;
	padding: 15px 0 0 0;
	background: #fff;
	position: relative;
	display: inline-block;
	 -webkit-transition: width 5s; /* Safari */
	 transition: width 5s;
	 -webkit-transition: background-color 5s ease-out;
  -moz-transition: background-color 5s ease-out;
  -o-transition: background-color 5s ease-out;
  transition: background-color 5s ease-out;
}

.logo img{
	max-width: 50px;
	width: 100%;
}

.menu{
	position: relative;
	display: inline-block;
	z-index: 20;
}

.hum-pos{
	float: right;
	z-index: 20054848484;
}

.hum-pos:focus{
	outline: none;
}

 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */

.menu .overlay a {
	float: none !important;
    margin-left: 0;
    text-align: center;
    color: #F3E9CB;
    font-size: 2em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: none;
}


.menu .overlay ul li a {
	float: none !important;
    margin-left: 0;
    text-align: center;
    color: #F3E9CB;
    font-size: 2em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: none;
}

.menu .overlay ul li {
   width: 100%;
   padding: 1em 0;
   list-style: none;
}


/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: -13px;
  right: 31px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}




.main-slider{
    width: 100%;
    float: right;
    position: relative;
    max-width: 820px;
    top: 190px;
}

.inner-slide{
	position: relative;
	bottom: 0;
	right: 0;
}

.main-slider img{
	width: 100%;
}


.menu a{
	float: left;
	margin-left: 2em;
	text-align: right;
	color: #292725;
	font-size: 1em;
	font-family: 'Calibre Semibold', Arial, sans-serif;
	padding: 1em 5px !important;
	border-bottom: 5px solid #fff;
}




.menu a:hover{
	float: left;
	margin-left: 2em;
	text-align: right;
	color: #FF6A14;
	font-size: 1em;
	font-family: 'Calibre Semibold', Arial, sans-serif;
	border-bottom: 5px solid #F3E9CB;
	padding: 1em 5px !important;
}

.dark{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}

.darkn-cage{
	color: #fff;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	background: linear-gradient(90deg, #F3E9CB 60%, rgba(41, 39, 37, 0) 40%);
	padding: 2em 3em;
	width: max-content;
	position: relative;
    left: 20%;
    top: 3em;
    z-index: 1;
    width: 60%;
}

.introduction{
	position: absolute;
	bottom: 30%;
	left: 15%;
	color: #292725;
}

.introduction h1{
	font-weight: 300;
	color: #292725;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6509803921568628)
}

.introduction small{
	font-weight: 200;
	color: #292725;
	position: relative;
    top: -17px;
}

.darkn{
	color: #FF6A14;
	font-weight: normal;;
	text-align: right;
	text-transform: uppercase;
}

.darkn i{
	color: #FF6A14;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	margin-left: 15px;
	position: absolute;
}


.light{
	color: #292725;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}

.relative-lines{
	position: fixed;
    top: -250px;
    right: -20px;
    z-index: 8787878;
}

.relative-lines img{
	width: 160%;
}

.we-measure{
    position: fixed;
    top: 50%;
    left: -7.5em;
    z-index: 11;
    transform: rotate(-90deg);
    color: #666666;
    font-weight: 300;
}


.we-measure2{
    position: fixed;
    top: 50%;
    right: -3em;
    z-index: 11;
    transform: rotate(90deg);
    color: #666666;
    font-weight: 300;
}


.sneek-peak{
    position: fixed;
    bottom: 5%;
    right: 5%;
    border-radius: 5px;
    padding: 1em;
    z-index: 11;
    color: #666666;
    font-weight: 300;
    background: #FF6A14;
    transition-delay: 20s;
}

.sneek-header{
width: inherit;
background: url(../img/sneek.jpg);
height: 90px;
background-size: cover;
}

.sneek-peak h4{
	color: #fff;

}


.sneek-peak a{
	color: #fff;
	background: #292725;
	padding: 0.5em 2em;
	border-radius: 2px
	
}

.relative-path{
	position: absolute;
	right: -160px;
    top: 20%;
    margin-bottom: 1em;
}

/*----------------------------------*/

.head-shell{
	max-width: 95%;
	margin: auto;
	padding: 0 15px;
	overflow: auto;
}

.full-shell{
	margin: auto;
	padding: 0 15px;
	overflow: auto;
}

.full-shell2{
	margin: auto;
	padding: 0;
	overflow: auto;
}

.wrapper{
	max-width: 1400px;
	padding-left: 60px;
	padding-right: 60px;
	margin: auto;
}


.w-100{
	width: 100%
}

.w-90{
	width: 90%
}

.w-80{
	width: 80%
}

.w-70{
	width: 70%
}

.w-60{
	width: 60%
}

.w-50{
	width: 50%
}

.w-40{
	width: 40%
}

.w-30{
	width: 30%
}

.w-20{
	width: 20%
}

.w-10{
	width: 10%
}


/*----------------------------------*/


.w-16{
	width: 16.66%
}

.w-33{
	width: 33.33%
}

.w-25{
	width: 25%
}

.scale-full{
	width: 100%;
	max-width: 850px;
	padding: 7em 60px;
	margin: auto;
}

/***********************/


.w-100, .w-90, .w-80, .w-70, .w-60, .w-50, .w-40, .w-30, .w-25, .w-20, .w-10, .w-16, .w-33{
	float: left;
	padding: 0 15px;
	position: relative;

}

/*----------------------------------*/

.o-100{
	width: 100%
}

.o-90{
	width: 90%
}

.o-80{
	width: 80%
}

.o-70{
	width: 70%
}

.o-60{
	width: 60%
}

.o-50{
	width: 50%
}

.o-40{
	width: 40%
}

.o-30{
	width: 30%
}

.o-20{
	width: 20%
}

.o-10{
	width: 10%
}


/*----------------------------------*/


.o-16{
	width: 16.66%
}

.o-33{
	width: 33.33%
}

.o-25{
	width: 25%
}

.scale-full{
	width: 100%;
	max-width: 850px;
	padding: 7em 60px;
	margin: auto;
}

/***********************/


.o-100, .o-90, .o-80, .o-70, .o-60, .o-50, .o-40, .o-30, .o-25, .o-20, .o-10, .o-16, .o-33{
	float: left;
	padding: 0 ;
	position: relative;

}

.

/* ================================== end of menu ================================*/


.slider-body{
	padding: 0em 4.5em 4.5em 4.5em;
	height: 100vh;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	display: table;
	width: 100%;
	background-position: center;
}

.slider-inner{
	background: #F3E9CB;
	height: 100vh;
}

.slider-body2{
	padding: 0em 4.5em 4.5em 4.5em;
	height: 100vh;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	display: table;
	width: 100%;
	background-position: center;
	overflow: hidden;
	margin-top: -3px;
	background: linear-gradient(0deg, #292725 70%, #fff 30%);
}

.slider-inner2{
	background: #F3E9CB;
	height: 100vh;
	overflow: hidden;
}

.slider-inner2 img{
	width: 100%;
}

.humburger{
	display: none;
}


/* ================================== end of slider ================================*/

.section-features{
	position: relative;
	padding: 10em 0;
	overflow: hidden;
}

.work-top{
	position: relative;
	padding: 3em 0;
	overflow: hidden;
}

.section-clients{
	position: relative;
	padding: 5em 0;
	overflow: hidden;
}


.section-footer{
	position: relative;
	padding: 5em 0 1em 0;
	overflow: hidden;
}


.section-exemption{
	position: relative;
	padding: 1em 0;
	overflow: hidden;
}

.content{
	background: #fefefe;
	height: auto;
	overflow: auto;
	clear: both;
	width: 100%;
	float: left;

}

.section-studio{
	position: relative;
	padding: 0 0 8em 0;
	overflow: hidden;
}


.habout-us{
	background: #292725;
	width: 100%;
	color: #fff;
}

.habout-us p{
	color: #fff;
}


.hservice{
	background: #fff;
	width: 100%;
}


.head-txt h1{
	font-family: 'Calibre Bold', Arial, sans-serif;
	font-weight: normal;
	font-style:normal;
}

.service-img{
	text-align: center;
    margin-top: 0em;
}

.txt-right{
    text-align: right;
}


.service-img img{
	width: 100%;
	max-width: 350px;
	margin: auto;
}

.per-flair{
	margin: 30px -45px;
    position: relative;
}

.number{
	width: 30%;
	float: left;
	padding: 0 15px;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #D1D1D1;
}

.main-flair{
	width: 70%;
	float: left;
	padding: 0 15px;
	position: relative;
	color: #292725;
}

.main-flair a{
	color: #666666;
	font-size: 11px;
}



.hcase-study{
	background: url(../img/block.svg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: top;
}

.hcase-study .head-txt h1{
	color: #fff;
}

.case-img img{
	position: absolute;
    top: -80px;
}

.work-img img{
	width: 100%;
}

.case-img {
	text-align: left;
}

.view-work{
	background: url(../img/view.svg);
	width: 100%;
	text-align: center;
}

.clients{
	width: 100%;
}

.clients .w-25 {
	text-align: center;
}

.clients .w-25 img{
	width: 100%;
	max-height: 45px;
}

.scale-full .w-33 {
	text-align: center;
}

.scale-full .w-33 img{
	width: 100%;
	max-height: 32px
}

.clients h1 {
	text-align: center;
	font-weight: normal;
	padding: 0 0 2em 0;
}

.ready-to-talk{
	background: #292725;
	width: 100%;
	color: #fff;
	text-align: center;
}

.footer{
	background: url(../img/footer.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.convo, .office, .social{
	color: #FF6A14;
	padding: 1em 0;
}

.foot-info, .foot-info a {
	font-size: 14px;
	color: #292725;
}

.foot-info .o-50:nth-child(3n), .foot-info .o-50:nth-child(4n){
	margin-top: 1em;
}

.foot-info span{
	margin-right: 0.5em;
}

.terms{
	font-size: 14px;
	color: #292725;
	padding: 4em 0 1em 0
}

.ready-btn{
	padding: 3em 0 0 0;

}

.ready-btn a{
	color: #fff;
	background: #FF6A14;
	padding: 1.8em 5em;
	border-radius: 3px;
}

.f-about{
	width: 100%;
}

.of-number{
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #D1D1D1;
}

.section-strategy {
    position: relative;
    padding: 7em 0;
    overflow: visible;
    display: inline-block;
}

.case-img2{
	position: absolute;
    top: -130px;
}

.studio{
	background: #292725;
	width: 100%;
	color: #fff;
}

.studio-txt p{
	color: #fff;
	text-align: left;
}

.s-txt1{
	font-size: 3em;
	font-weight: 300;
}

.s-number{
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #D1D1D1;
}

.svalues h1{
	color: #FF6A14;
	font-weight: 300;
}

.c-intro h1{
	color: #292725;
	font-weight: 300;
}

.section-contact {
    position: relative;
    padding: 3em 0 10em 0;
    overflow: hidden;
}

.form-field{
	float: left;
	position: relative;
	width: 100%;
	   margin: 2em 0;
}

.f-half{
	float: left;
	position: relative;
	width: 50%;
}

.form-field .f-half:nth-child(2n){
	padding: 0 0 0 15px;
}

.form-field label{
	width: 100%;
}

input[type=checkbox],
input[type=radio],
input[type=text],
input[type=phone],
input[type=email],
textarea
{
	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 1px solid #292725;
    padding: 0.8em 0;
    font-size: 1.1em;
    font-weight: 300;
    width: 100%;
    color: #312e2c;
    resize: none;
}


input[type=submit]
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    background: #FF6A14;
    color: #fff;
    outline: none;
    border: 1px solid rgba(190, 92, 40, 0.06);
    padding: 1.2em 4em;
    border-radius: 3px;
}

.explain{
	font-size: 12px;
}

.flairimg img{
	width: 100%;
}

.hyper-space{
	margin-top: 1em;
}


@media (max-width: 5200px){
.main-slider {
    width: 100%;
    float: right;
    position: relative;
    max-width: 1500px;
    top: 290px;
}

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 4em;
}


.introduction small {
    font-weight: 300;
    color: #292725;
    font-size: 1em;
}

}


@media (max-width: 2500px){
.main-slider {
    width: 100%;
    float: right;
    position: relative;
    max-width: 1500px;
    top: 290px;
}

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 4em;
}


.introduction small {
    font-weight: 300;
    color: #292725;
    font-size: 1em;
}

}


@media (max-width: 1980px){
.main-slider {
    width: 100%;
    float: right;
    position: relative;
    max-width: 1010px;
    top: 220px;
}

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 3em;
}

}



@media (max-width: 1440px){



.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 2em;
}

.introduction small {
    font-weight: 300;
    color: #292725;
    font-size: 13px;
}


.main-slider{
    width: 100%;
    float: right;
    position: relative;
    max-width: 820px;
    top: 190px;
}


.btn2 {
    float: left;
    margin-left: 3em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.actives .btn2:hover {
    float: left;
    margin-left: 3em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrapper {
    max-width: 1300px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}


.wrappersm {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: -130px;
}

.section-strategysm {
    position: relative;
    padding: 6em 0 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 5em 0;
    overflow: hidden;
}

}



@media (max-width: 1366px){

	.introduction small {
    font-weight: 300;
    color: #292725;
    font-size: 13px;
}

.menu a {
    float: left;
    margin-left: 2.5em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2.5em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrapper {
    max-width: 1300px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}


.wrappersm {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: -130px;
}

.section-strategysm {
    position: relative;
    padding: 6em 0 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 5em 0;
    overflow: hidden;
}

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 2em;
}

}


@media (max-width: 1280px){

.menu a {
    float: left;
    margin-left: 2em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrapper {
    max-width: 1150px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}


.wrappersm {
    max-width: 1100px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: 0px;
}

.case-img2 {
    position: absolute;
    top: -110px;
}


.section-strategysm {
    position: relative;
    padding: 6em 0 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 5em 0;
    overflow: hidden;
}

.number {
    width: 20%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #D1D1D1;
}

.main-flair {
    width: 80%;
    float: left;
    padding: 0 15px;
    position: relative;
    color: #292725;
}

.s_f50{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

}

@media (max-width: 1024px){

.menu a {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrapper {
    max-width: 940px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}


.wrappersm {
    max-width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: 25px;
}

.case-img2 {
    position: relative;
    top: 25px;
}


.section-strategysm {
    position: relative;
    padding: 6em 0 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 5em 0;
    overflow: hidden;
}

.s_40{
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_60{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.elements img{
	width: 100%;
}

.clients .w-25 img {
    width: 100%;
    max-height: 30px;
}


.scale-full .w-33 img {
    width: 100%;
    max-height: 70px;
}

.number {
    width: 40%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #D1D1D1;
}

.main-flair {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.s_f50{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

}


@media (max-width: 980px){

.menu a {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrapper {
    max-width: 940px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}


.wrappersm {
    max-width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: 25px;
}

.case-img2 {
    position: relative;
    top: 25px;
}


.section-strategysm {
    position: relative;
    padding: 6em 0 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 5em 0;
    overflow: hidden;
}

.s_40{
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_60{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.elements img{
	width: 100%;
}

.clients .w-25 img {
    width: 100%;
    max-height: 20px;
}


.scale-full .w-33 img {
    width: 100%;
    max-height: 50px;
}

.number {
    width: 40%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #D1D1D1;
}

.main-flair {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.s_f50{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.case-img img {
    position: absolute;
    top: -80px;
    width: 100%;
}

}


@media (max-width: 640px){

.head-shell {
    max-width: 95%;
    margin: auto;
    padding: 0 5px !important;
    overflow: auto;
    border-bottom: 1px solid #F3E9CB;
}

.menu a {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrappersm {
    max-width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: 0px;
}

.case-img2 {
    position: relative;
    top: 0px;
}


.section-strategysm {
    position: relative;
    padding: 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 3em 0;
    overflow: hidden;
}

.s_40{
	width: 30%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_60{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
	display: none;
}

.humburger{
	display: block;
}

.humburger a{
	float: right !important;
}


.elements img{
	width: 100%;
}

.clients .w-25 img {
    width: 100%;
    max-width: 130px;
}


.scale-full .w-33 img {
    width: 100%;
    max-height: 70px;
}

.number {
    width: 40%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #D1D1D1;
}

.main-flair {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.s_f50{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.ss_60 {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.relative-lines img {
    width: 160%;
    opacity: 0.2;
}

.we-measure {
    position: fixed;
    top: 50%;
    left: -7.5em;
    z-index: 11;
    transform: rotate(-90deg);
    color: #666666;
    font-weight: 300;
    display: none;
}


.we-measure2{
    position: fixed;
    top: 50%;
    right: -3em;
    z-index: 11;
    transform: rotate(90deg);
    color: #666666;
    font-weight: 300;
    display: none;
}

.slider-body {
    padding: 0;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
    background-position: center;
}

.section-features {
    position: relative;
    padding: 4em 0;
    overflow: hidden;
}

.wrapper {
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    position: relative;
}

.ss_a100{
	width: 100%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.ss_a50{
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_f50 {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.relative-path {
    position: absolute;
    right: -440px;
    top: 60%;
}

.hyper-space{
	margin-top: 3em;
}


.service-img img {
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.service-img {
    text-align: center;
    margin-top: 3em;
}

.case-img img {
    position: relative;
    top: 0px;
    width: 100%;
}

.hcase-study {
    background: url(../img/block.svg);
    background-repeat: repeat-x;
    width: 100%;
    background-position: 0 -90px;
}

.s_none{
	display: none;
}

br {
     display: none;
}

.slider-body2 {
    padding: 0em 1.5em 4.5em 1.5em;
   height: fit-content;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
    background-position: center;
    overflow: hidden;
    margin-top: -3px;
    background: linear-gradient(0deg, #292725 70%, #fff 30%);
}

.slider-inner2 {
    background: transparent;
    height: auto;
    overflow: hidden;
    padding-top: 1.5em;
}

.neater{
	margin: 0 -15px !important;
}

.neater2{
	margin: 0 -15px !important;
	color: #F3E9CB;
}

.studio-txt{
	padding-top: 1em;
}

.darkn-cage {
    color: #fff;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F3E9CB 60%, rgba(41, 39, 37, 0) 40%);
    padding: 2em 1em;
    width: max-content;
    position: relative;
    left: 30%;
    top: 3em;
    z-index: 1;
}

.darkn i {
    color: #FF6A14;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    margin-left: 15px;
    position: absolute;
    right: 0;
}

}





/* Slideshow container */
.slideshow-container {
  
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ff6a14;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  bottom: 20%;
}

/* Position the "next button" to the right */
.prev {
  right: 0;
  bottom: 35%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
      color: #d3c18c;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 12%;
    right: 0px;
}

/* The dots/bullets/indicators */
.dots{
	transform: rotate(90deg);
	position: absolute;
	right: 0%;
	bottom: 30%;

}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #292725;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* Create three equal columns that floats next to each other */
.column {
  float: left;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;;
}

.content:hover {
    background-color: rgba(243, 233, 203, 0.34901960784313724);
    padding: 10px;
}

.content h4 {
  font-family: 'Merriweather', serif;
  color: #292725;

}

.content p {
  margin-top: -20px;
    font-size: 12px;

}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
      border: none;
    outline: none;
    padding: 12px 50px;
    background-color: white;
    cursor: pointer;
    font-size: 1.3em;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #292725;
  border-radius: 3px;
  color: white;
}


.room{
	 max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
    padding-bottom: 3em;
}


@media (max-width: 640px) {
	.btn {
      border: none;
    outline: none;
    padding: 12px 20px;
    background-color: white;
    cursor: pointer;
    font-size: 1em;


}

.relative-lines {
    position: fixed;
    top: -120px;
    right: -20px;
    z-index: 8;
}

.room {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    padding-bottom: 3em;
}

.main-slider {
    width: 100%;
    float: right;
    position: relative;
    max-width: 820px;
    top: 60px;
}

.introduction {
    position: absolute;
    bottom: 20%;
    left: 15%;
    color: #292725;
}

.prev {
    right: 0;
    bottom: 48%;
}

.numbertext {
    color: #d3c18c;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 88%;
    right: 0px;
}

.clients .w-25 img {
    width: 100%;
    max-height: 20px
}

.scale-full .w-33 img {
    width: 100%;
    max-height: 50px;
    text-align: center;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 15px !important;
}

.modaal-content-container {
    padding: 0px !important;
}

.project-intro:last-child {
    margin-bottom: 10px !important;
}

.project-intro img {
    text-align: center;
    width: 100%;
}

.display-br br{
	display: inline-block;
}

.project-info h6{
	padding: 0;
	margin: -15px 0 2.33em 0;
}


.modaal-close {
	position: fixed;
	right: 20px;
	top: 90px;
	color: #000;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 45435435;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);;
}

.modaal-close::before, .modaal-close::after {

    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #292725;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    z-index: 454353;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}


}

.ml15 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
}

.explains{
	text-align: center;
	padding: 3em 0;
}

.explains img{
	width: 100%;
	max-width: 70%;
}

.project-intro img {
    text-align: center;
    width: 100%;
}

.full-inner{
	padding: 3em 0;
}

/* Page content */
.main {
  padding: 16px 0;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:234;
  background: rgba(255,255,255,0.9);
  -webkit-transition: width 5s; /* Safari */
  transition: width 5s;
  -webkit-transition: background-color 5s ease-out;
  -moz-transition: background-color 5s ease-out;
  -o-transition: background-color 5s ease-out;
  transition: background-color 5s ease-out;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .main {
  padding-top: 102px;
}




@media (max-width: 420px){

	.ready-btn a {
    color: #fff;
    background: #FF6A14;
    padding: 1.2em 2em;
    border-radius: 3px;
}

.introduction {
    position: absolute;
    bottom: 22%;
    left: 5%;
    color: #292725;
        padding: 0 15px;
}

.backer{
	    margin: auto;
    padding: 0 !important;
}



.head-shell {
    max-width: 95%;
    margin: auto;
    padding: 0 5px !important;
    overflow: auto;
    border-bottom: 1px solid #F3E9CB;
}

.menu a {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #292725;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    padding: 1em 5px !important;
    border-bottom: 5px solid #fff;
}

.menu a:hover {
    float: left;
    margin-left: 2.3em;
    text-align: right;
    color: #FF6A14;
    font-size: 1em;
    font-family: 'Calibre Semibold', Arial, sans-serif;
    border-bottom: 5px solid #F3E9CB;
    padding: 1em 5px !important;
}

.wrappersm {
    max-width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.flairimg img{
	width: 100%;
}

.case-img1{
	position: relative;
	top: 0px;
}

.case-img2 {
    position: relative;
    top: 0px;
}


.section-strategysm {
    position: relative;
    padding: 4em 0;
    overflow: visible;
    display: inline-block;
}

.section-clientssm {
    position: relative;
    padding: 0 0 3em 0;
    overflow: hidden;
}

.s_40{
	width: 30%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_60{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
	display: none;
}

.humburger{
	display: block;
}

.humburger a{
	float: right !important;
}


.elements img{
	width: 100%;
}

.clients .w-25 img {
    width: 100%;
    max-width: 130px;
}


.scale-full .w-33 img {
    width: 100%;
    max-height: 70px;
}

.number {
    width: 40%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #D1D1D1;
}

.main-flair {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.s_f50{
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.ss_60 {
    width: 70%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.relative-lines img {
    width: 160%;
    opacity: 0.2;
}

.we-measure {
    position: fixed;
    top: 50%;
    left: -7.5em;
    z-index: 11;
    transform: rotate(-90deg);
    color: #666666;
    font-weight: 300;
    display: none;
}


.we-measure2{
    position: fixed;
    top: 50%;
    right: -3em;
    z-index: 11;
    transform: rotate(90deg);
    color: #666666;
    font-weight: 300;
    display: none;
}

.slider-body {
    padding: 0;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
    background-position: center;
}

.section-features {
    position: relative;
    padding: 4em 0;
    overflow: hidden;
}

.wrapper {
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    position: relative;
}

.ss_a100{
	width: 100%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.ss_a50{
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.s_f50 {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.relative-path {
    position: absolute;
    right: -440px;
    top: 60%;
}

.hyper-space{
	margin-top: 3em;
}


.service-img img {
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.service-img {
    text-align: center;
    margin-top: 3em;
}

.case-img img {
    position: relative;
    top: 0px;
    width: 100%;
}

.hcase-study {
    background: url(../img/block.svg);
    background-repeat: repeat-x;
    width: 100%;
    background-position: 0 -60px;
}

.s_none{
	display: none;
}

br {
     display: none;
}

.slider-body2 {
    padding: 0em 1.5em 4.5em 1.5em;
   height: fit-content;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
    background-position: center;
    overflow: hidden;
    margin-top: -3px;
    background: linear-gradient(0deg, #292725 70%, #fff 30%);
}

.slider-inner2 {
    background: transparent;
    height: auto;
    overflow: hidden;
    padding-top: 1.5em;
}

.neater{
	margin: 0 -15px !important;
}

.neater2{
	margin: 0 -15px !important;
	color: #F3E9CB;
}

.studio-txt{
	padding-top: 1em;
}

.darkn-cage {
    color: #fff;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F3E9CB 60%, rgba(41, 39, 37, 0) 40%);
    padding: 2em 1em;
    width: max-content;
    position: relative;
    left: 20%;
    top: 3em;
    z-index: 1;
}

.darkn i {
    color: #FF6A14;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    margin-left: 15px;
    position: absolute;
    right: 0;
}

.ss-spacer{
	padding: 1em 0;
}

.dots {
         transform: rotate(0deg);
    position: absolute;
    right: 6%;
    bottom: 14%;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    bottom: 6%;
}

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 2em;
}

.clients .w-25 img {
    width: 100%;
    max-height: 20px
}

.scale-full .w-33 img {
    width: 100%;
    max-height: 50px;
    text-align: center;
}


}

.list-margin {
    margin-left: -40px;
}


@media (max-width: 320px){

.introduction h1 {
    font-weight: 300;
    color: #292725;
    font-size: 1.5em;
}

.darkn-cage {
    color: #fff;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F3E9CB 60%, rgba(41, 39, 37, 0) 40%);
    padding: 2em 1em;
    width: max-content;
    position: relative;
    left: 20%;
    top: 3em;
    z-index: 1;
}

.clients .w-25 img {
    width: 100%;
    max-height: 20px
}

.scale-full .w-33 img {
    width: 100%;
    max-height: 50px;
    text-align: center;
}

}

.ss-spacer{
	padding: 1em 0;
}


.project-title{
	color: #292725;
	font-family: 'Merriweather', serif;
}

.project-intro{
	margin-top: -4px;
}


.project-intro:last-child{
	margin-bottom: 40px;
}

.project-intro img{
	width: 100%;
}


/* =================================================================GRID=======================================================================
=============================================================================================================================================*/

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1rem; 
}

.grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.grid__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.scroll-area{
	height: 100vh;
    overflow: hidden
}

.explainer-padding{
	padding-top: 5em;
}

.explainer-padding p{
	padding-top: 1em;
	max-width: 600px;
}

.explainer-padding h1{
	color: #FF6A14;
}

.explainer-padding h3{
	font-family: 'Merriweather', serif;
}

.p-2{
	padding-top: 2em;
}