@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

html{
    margin:0 auto;
    padding: 0;
    background: #000;
}

body{
    margin:0 auto;
    padding: 0;
    background: #000;
    font-family: 'Open Sans', sans-serif;
    width: 100vw;
    overflow-x: hidden;
}

.sectionVideo{
    width: 100vw;
    height: 100vh;
    display: block;
    float: left;
    min-height: 700px;
}

.siteWrapper{
  width: 100%;
  float: left;
}

.videoSection{
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    display: block;
    min-height: 750px;
    float: left;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.videoWrap{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  min-height: 660px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.myVideoR{
    position: fixed;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    min-height: 660px;
    background-size: 100% 100%;
    background-color: #000; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 5;
}

#home .myVideoR, #home .videoWrap{
  background-image: url('/assets/img/home-bg-static.jpg');
}


#about .myVideoR, #about .videoWrap{
  background-image: url('/assets/img/about-bg-static.jpg');
}

#about .sectionFooterButton{
  padding-top: 100px;
}


#services .myVideoR, #services .videoWrap{
  background-image: url('/assets/img/services-bg-static.jpg');
}

#infrastructure .myVideoR, #infrastructure .videoWrap{
  background-image: url('/assets/img/infrastructure-bg-static.jpg');
}



.videoContent{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.videoP{
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
	color: #eaeaea;
	text-align: center;
  text-transform: uppercase;
	letter-spacing: 0.01em;
	font-weight: 500;
    line-height: 1.5em;
    opacity: 0.9;
    width: 75%;
    margin: 0 auto;
    opacity: 0.8;
    margin-top: 45vh;
}

.videoP span{
  color: #f1cd00;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
}

.contentMiddle{
    position: relative;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.logoHome img{
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 10vh;
}

.evolvButton{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding: 10px 20px;
    border: solid 1px #9a9a9a;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.09em;
    margin-top: 5vh;
    transition: 0.5s;
    color: #eaeaea!important;
}

.evolvButton:hover{
    background: #000;
    transition: 0.5s;
    border: solid 1px #000;
    color: #fff;
    width: 180px;
    letter-spacing: 0.18em;
}

.evolvButton:active{
  box-shadow: #f1cd00 2px 2px 5px;
}

.exploreArrow{
  display:block;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.exploreArrowPages{
  display:block;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
}

.c2aMinimal.exploreArrowPages{
  margin-top: 70px;
}

.exploreArrowPages img{
  width: 30px;
}

.exploreArrow img{
  width: 30px;
}


.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.sectionTwo{
    width: 100vw;
    height: 100vh;
    background: #000;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
}

.halfWrap{
    width: 50%;
    display: block;
    float: left;
}

.contentWrap{
    width: 70%;
    margin: 0 auto;
    margin-top: 25vh;
}

.homeWhatWeDo{
  margin-top: 25vh;
}

.sectionTag{
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9a9a9a;
}

.servicesThreeWrap .sectionTag{
  margin-bottom: 5px;;
}

.servicesThreeWrap .sectionHead{
  margin-top: 0px;
}

.sectionHead{
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    font-weight: 100;
    color: #fff;
    line-height: 1.6em;
}

.sectionText{
    font-size: 0.8em;
    color: #9a9a9a;
    line-height: 1.9em;
}

.c2aMinimal{
    color:#fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 40px;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.c2aMinimal:hover{
  color:#fff;
  transition: 0.3s;
}

.c2aMinimalHome{
  color:#000;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 40px;
  display: inline-block;
  transition: 0.3s;
}

.c2aMinimal:before {
  content: "";
  position: absolute;
  width: 0;
  background : #f1cd00;
  left: 0;
  height: 2px;
  bottom: 0;
  opacity: 0.7;
  top:30px;
  transition: 0.3s;
}

.c2aMinimal:hover:before {
  width: 100%;
  left:0;
  color:#f1cd00;
  transition: 0.3s;
}

.c2aMinimal:after{
  content: "";
  position: absolute;
  background : #f1cd00;
  width: 10px;
  height: 3em;
  left: -20px;
  vertical-align: 1em;
  transition: 0.3s;
}

.c2aMinimal.exploreArrowPages:after, .c2aMinimal.exploreArrowPages:before{
  display:none;
}

.c2aMinimal.exploreArrowPages span:before{
  content: "";
  position: absolute;
  width: 0;
  background : #f1cd00;
  right: 0;
  height: 2px;
  bottom: 0;
  opacity: 0.7;
  top:30px;
  transition: 0.3s;
}

.c2aMinimal.exploreArrowPages span:hover:before {
  width: 75%;
  right:0;
  color:#f1cd00;
  transition: 0.3s;
}

.exploreArrowPages img{
  display: block;
  float: left;
}

.exploreArrowPages span{
  display: block;
  float: left;
  margin-left: 10px;
}


/* .darkText .c2aMinimal:before {
  background : #000;
}

.darkText .c2aMinimal:hover:before {
  color:#000;
} */

.sectionTwoImg{
    margin-right: 0;
    margin-top: 37vh;
    width: 100%;
    position: relative;
    max-width: 800px;
    float: right;
}

.darkText .sectionTag, .darkText .sectionHead, .darkText .sectionText, .darkText .c2aMinimal{
    color: #000;
}


.sectionThree{
    width: 100vw;
    background: #fff;
    display: block;
    float: left;
    clear: both;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-bottom: 200px;
}

.homeFactoryImage{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
    margin-right: 0px;
}

.factoryImageCaption{
    font-size: 0.8em;
    color: #000;
    background-color: #f3f3f3;
    width: 220px;
    padding: 20px;
    margin-top: -110px;
    margin-left: 60px;
    position: relative;
    line-height: 1.8em;
}

.sectionTitle{
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.25em;
    font-size: 1.2em;
    font-weight: 100;
    margin-top: 150px;
    margin-left: 150px;
}

.sectionFour{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    background: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 150px
}

img.evolv-o-animation{
  position: absolute;
  top:-18vw;
  left:0;
  right:0;
  display:block;
  margin: 0 auto;
  margin-top: 250px;
  width: 60vw!important;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-name: evolvO;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: evolvO;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 0;
  opacity: 0.1;
}

/* Standard syntax */
@keyframes evolvO {
  0%   {transform: scale(1)}
  50%  {transform: scale(1.2)}
  100% {transform: scale(1)}
}



.homeShowreelWrap{
    width: 70%; 
    display: block;
    margin: 0 auto;
    background: #f3f3f3;
    padding: 50px 20px;    
    height: 650px;;
    margin-top: 60px;
}

.homeShowreelWrap .contentWrap{
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    z-index: 15;
}

.homeShowreelWrap img.showreel{
    width: 450px;
    margin-top: 20px;
}

.homeShowreelWrap .sectionTagVideo{
  font-size: 0.7em;
  text-transform: uppercase;
  color:#9a9a9a;
  margin-top: 120px;
  text-align: right;
  margin-right: 50px;
}

.homeShowreelWrap .sectionHead{
  font-size: 1.2em;
}

.sectionFive{
    width: 100vw;
    display: block;
    float: left;
    background: #fff;
    margin-top: 0 auto;
    position: relative;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 50px;
}

.sectionFive .halfWrap .darkText{
    padding: 50px;
    box-sizing: border-box;
    margin-left: 50px;
}

.homeFive{
    width: 80%;
    max-width: 600px;
    margin-right: 0px;
    display: block;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.homeFiveHastag{
    position: absolute;
    width: 250px;
    bottom: 110px;
    right: 100px;
    margin: 0 auto;
    transform: rotate(-18deg);
    z-index: 2;
    opacity: 0.7;
}


.footer{
    width: 100vw;
    display: block;
    float: left;
    margin: 0 auto;
    background: #fff;
    border-top: solid 2px #f3f3f3;
    position: relative;
    z-index: 10;
}

.footerSocials{
    margin: 30px;
}

.footer-socials-wrap{
  display: flex;
  float: left;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 150px;
  margin: 20px 50px;
}

.footer-socials-wrap a svg{
  width: 20px;
  opacity: 0.8;
}

.footer-socials-wrap a:nth-child(4) svg{
  margin-top:-3px;
}

.footer-socials-wrap a:hover svg{ 
  fill: #f1cd00;
}

.footerLinks{
    color: #9a9a9a;
    display: block;
    font-size: 0.6em;
    /* vertical-align: 48px; */
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 25px;
}

.footerCopyright{
    color: #9a9a9a;
    font-size: 0.6em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: right;
    margin-top: 25px;
    padding-right: 50px;
}

.minimalWhite{
  color: #fff!important;
}














/*============= CONTACT =============*/
/*============= CONTACT =============*/
/*============= CONTACT =============*/
/*============= CONTACT =============*/
/*============= CONTACT =============*/



.contactWrap p, .contactWrap h1, .contactWrap{
  color: #000;
}

#contact-page .menuWelcome, #contact-page .menuList, #contact-page .menuLogo{
  width: 100%; 
}


#contact-page .sectionThree .halfWrap{
  padding: 20px;
  box-sizing: border-box;
}

#contact-page .sectionThree{
  padding-bottom: 100px;
}

.logoHeader img{
  width: 250px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.logoHeader a{
    width: 250px;
    margin: 0 auto;
    display: block;
}

.contactFormWrap{
  width: 90%;
  float: left;
  padding: 0 30px;
}

.contactFormHead{
  font-size: 2em;
  color: #000;
  line-height: 1.5em;
  font-weight: 300;
  padding: 0px 0 0px 80px;

}

.contactFormBlock{
  font-weight: 900;
  background: #f1cd00;
  padding: 20px;
  transform: rotate(-90deg);
  width: 300px;
  font-size: 1.5em;
  margin-top:200px;
  left: 0px;
  position: absolute ;
  z-index: -1;
}

.contactFrom{
  display: block;
  margin: 0 auto;
  float: left;
  padding-left: 70px;
  box-sizing: border-box;
  width: 80%;
  margin-left: 15%;
  height: 1000px;
}

.formFieldWrapper{
  width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
  margin: 10px;
}

.contactFrom input, .contactFrom textarea{
  display: block;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: solid 1px #eaeaea;
  padding-left: 0;
}

.contactFrom input:focus, .contactFrom textarea:focus{
  text-shadow: none;
  background: #fff;
  outline: none;
}

.contactFrom textarea{
  background-color: rgba(255, 255, 255, 0.4);
  font-family: inherit;
  padding: 10px;
}

.twofieldWrapper input{
  width: 50%;
}

.twofieldWrapper input:nth-child(2){
  width: 45%;
  float:right;
}

.contactFrom .submit{
  display: block;
  margin: 0 auto;
  border: solid 1px #000;
  transition: 0.5s;
}

.contactFrom .submit:hover{
  background: #000;
  color: #fff;
}

.contactFormImage{
  display: block;
  margin: 0 auto;
  margin-top: 250px;
}

#contact-page .sectionTwo{
  background: #f2f2f2;
  height: auto;
  padding: 100 auto;;
}

.contactEmailLine{
  font-family: 'Playfair Display', serif;
  font-size: 3.5em;
  color: #000;
  text-align: center;
  margin-top: 100px;
  line-height: 0.8em;
}

.contactEmailLineUpper{
  display: block;
  margin-bottom: 50px;
}

.emailLineSpanOne{
  font-size: 0.5em;
  border: solid 1px #000;
  border-radius: 50%;
  padding: 50px;
  line-height: 1.8em;
}

.emailLineSpanTwo{
  text-decoration: underline;
  color: #f1cd00;
  font-weight: 100;
  padding: 0 50px;
}

.emailLineSpanTwo:hover{
  font-style: italic;
}

.emailLineSpanFour{
  font-size: 0.3em;
  position: relative;
  vertical-align: 10px;
  padding: 0 10px;
}

.emailLineSpanFour:after{
  content: "";
  width: 15em;
  height: 2px;
  background: #000;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
}

.emailLineSpanFive img{
  height: 1.5em;
  display: inline-block;
  margin-left: 100px;
  vertical-align: -0.4em;
}

.emailLineSpanSix img{
  width: 2em;
  position: relative;
  vertical-align: -0.7em;
  -webkit-animation-name: evolvo; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: evolvo;
  animation-duration: 4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes evolvo {
  0%   {font-size: 2em;}
  50%  {font-size: 2.5em;}
  100% {font-size: 2em;}
}

/* Standard syntax */
@keyframes evolvo {
  0%   {font-size: 2em;}
  50%  {font-size: 2.5em;}
  100% {font-size: 2em;}
}

.page-cover{
  width: 100vw;
  height: 300px;
  margin: 0 auto;
  display: block;
  float: left;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 70px;
}

#contact-page .page-cover img{
  height: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 190px;
}

.contactInfoWrap{
  width: 100vw;
  margin: 0 auto;
  display: block;
  float: left;
  text-align: left;
  padding: 50px;
}

.contactInfoWrap .left{
  width: 60%;
  margin: 0 auto;
  float: left;
  padding: 50px;
  box-sizing: border-box;
}

.linePartition{
  width: 80%;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
}

.linePartitionFull{
  width: 90%;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 auto;
  margin-left: 50px;
}


.contactInfoWrap .linePartition{
  margin: 50px auto;
  width: 100%;
}

.emailInner h1, .right h1{
  text-align: left;
  font-size: 2em;
  font-weight: bold;
}

.emailInner p{
  max-width: 60%;
  line-height: 1.8em;
}

.emailInner a:nth-child(1){
  font-weight: bold;
}

.emailInner a:nth-child(2){
  font-weight: normal;
  font-style: italic;
  background-color: #f1cd00;
  padding: 0 5px;
}

.emailInner a:nth-child(2):hover{
  color: #000;
  text-decoration: underline;
}

.contactInfoWrap .right{
  width: 40%;
  margin: 0 auto;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}

.addressWrap{
  margin: 30px auto;
}

.addressWrap p:nth-child(1){
  font-weight: bold;
}

.addressWrap p:nth-child(2){
  font-size: 0.8em;
  max-width: 80%;
}

.addressWrap a{
  position: relative;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 5px;
  font-weight: bold;
}

.addressWrap p{
  margin: 5px;
}

.addressWrap a:before{
  content: "";
  position: absolute;
  width: 30px;
  background : #f1cd00;
  left: 5px;
  height: 2px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
  top:25px;
  transition: 0.5s;
}

.addressWrap a:hover{
  background-color:#f1cd00;
  transition: all .3s;
  color: #101820;
}













/* ==========  Sub-Pages ========== */
/* ==========  Sub-Pages ========== */
/* ==========  Sub-Pages ========== */
/* ==========  Sub-Pages ========== */
/* ==========  Sub-Pages ========== */



.subpagesSiteWrapper .sectionThree{
  padding-bottom: 80px;
}

.subpagesSiteWrapper .page-cover h5{
  display: block;
  margin: 0 auto;
  margin-top: 220px;
  text-align: center;
  font-size: 4em;
  color: #f1cd00;
  line-height: 1em;
}

.sectionOne{
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-bottom: 100px;
}

.subPageWrap{
  width: 100vw;
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.halfWrapImgBig{
  width: 60%;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.subPageWrap h4{
  font-size: 1.6em;
  line-height: 1.6em;
  font-family: Playfair;
  width: 90%;
}

.subPageWrap p{
  font-size: 0.8em;
  line-height: 2em;
  width: 90%;
}

.subPagesFWGrey{
  width: 100%;
  margin: 0px auto;
  margin-bottom: 100px;
  float: left;
  background-color: #f2f2f2;
  padding-bottom: 50px;
}

.subPageGreyBG{
  width: 90%; 
  margin: 0 auto;
}

#sub-page-green .subPageGreyFWImg{
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}


.subPageGreyBG p{
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.subPageGreyBG p.one{
  width: 80%;
  margin: 100px auto;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.subPageGreyBG p span{
  display: block;
  font-weight: 900;
  font-size: 1.2em;
}

.green-initiatives .sectionOne .halfWrap h4.one{
  padding-top: 70px;
}

.mt-50{
  font-style: initial;
  padding-top: 20px;
  display: inline-block;
}

.sectionOne .landscapeImg{
  margin-top: 15%;
}


.subPagesFWGrey .productionFloorImg{
  width: 100%;
  padding-top: 50px;
}

a.processVideoLink{
  text-align: center;
  color: #f2f2f2;
  /* -webkit-text-stroke: #989898 0.5px; */
  font-size: 2.5em;
  font-weight: bold;
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  margin-top: -70px;
  cursor: pointer;
  position: relative;
}

.processVideoLink img{
  position: absolute;
  width: 80px;
  left:0;
  right:0;
  margin: 0 auto;
  margin-top: -10px;
  transition: 0.1s;
}

.processVideoLink:hover > img{
  opacity: 0;
  transition: 0.1s;
}


.subPagesFWGrey .productionFloorImg div{
  width: 100%;
  height: 400px;
  display: block;
  margin: 0 auto;
  background-image: url('../img/process-video.gif');
  background-size: 100%;
  background-position: center top;
  background-attachment: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  filter: grayscale(0);
  transition: 0.5s;
}

.subPagesFWGrey:hover .productionFloorImg div{
  filter: grayscale(0);
  transition: 0.5s;
}

.production-lean-wrap{
  width: 100%;
  float: left;
}

.production-lean-wrap p{
  width: 70%;
  margin: 0 auto;
  padding: 80px 50px;
  background-color: #fff;
  margin-top: 100px;
  font-size: 0.8em;
  line-height: 1.8em;
}

.production-lean-wrap p b{
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.2em;
}

.ngo-head span{
  font-weight: 100!important;
  font-size: 0.8em!important;
  letter-spacing: 0.09em;
  margin-bottom: 0px!important;
}

.ngo-head b{
  font-size: 2em;
  line-height: 1.6em;
  font-family: Playfair;
  display: inline-block;
  margin: 5px 0 20px 0;
}


.green-initatives-addition{
  padding:100px;
  color: #000;
}

.green-initatives-addition span:nth-child(1){
  font-size: 1.8em!important;
  line-height: 1.6em!important;
  font-family: Playfair!important;
  margin-bottom: 10px;
}


.green-initatives-addition span:nth-child(2){
  font-size: 1.6em!important;
  line-height: 1.6em!important;
  font-family: Playfair!important;
  margin: 50px 0 20px 0;
}




/* ==========  Who We Are ========== */
/* ==========  Who We Are ========== */
/* ==========  Who We Are ========== */
/* ==========  Who We Are ========== */
/* ==========  Who We Are ========== */



.logoAbout img{
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-top:70px;
}

.logoAbout a{
  width: 200px;
  margin: 0 auto;
  display: block;
}

.videPageTitle{
  margin-top:20vh;
  color: #fff;
  font-family: Playfair;
  font-size: 0.8em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.videoPNew{
  font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.01em;
	font-weight: 500;
  opacity: 0.9;
  width: 75%;
  margin: 0 auto;
  opacity: 0.8;
}

.videoPNew span.videoHeroTag{
  color: #000;
  text-align: left;
  background-color: #f1cd00;
  text-align: left;
  font-weight: 600;
  line-height:1.4em;
  font-size: 3em;
}

.videoHeroPara{
  color: #fff;
  font-weight: 100;
  font-size: 0.9em;
  width: 50%;
  margin-top: 30px;
  line-height: 2em;
}

.sectionTwoWhite{
  width: 100vw;
  float: left;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 100px 0 150px 0;
}

.sectionWrapper{
  width: 100vw;
  float:left;
  margin: 0 auto;
}

.sectionWrapperHalf{
  width: 50%;
  float: left;
}

.historyCircle{
  width: 40vw;
  height: 40vw;
  border: solid 1px #f1cd00;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background-color: #f1cd00 ;
  left: -100px;
  top: 50px;
}

.historyTitle p{
  margin-left:18vw;
  margin-top: 250px;
}

.historyTitle :nth-child(1){
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  color: #000;
  line-height: 1em;
}

.historyTitle :nth-child(2){
  font-size: 8em;
  font-family: Playfair;
  font-weight: bold;
  letter-spacing: 0em;
  font-style: italic;
  line-height: 1em;
  margin-top:0px;
}

.historyPara{
  font-family: sans-serif;
  width: 40%;
  line-height: 2.5em;
  margin-top: 250px;
}

.historyPhoto img{
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: -100px;
  position: relative;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 15px 20px;
  border: solid 40px #fff;
}

.historyPhoto img:nth-child(1){
  margin-left: 50px;
}

.historyPhoto img:nth-child(2){
  margin-left: 250px;
  margin-top: -50px;
}

.historyPhotoText img{
  width: 400px;
  float: left;
  margin-top:-300px;
  margin-left: -250px;
  position: relative;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 15px 20px;
  border: solid 30px #fff;
}

.historyPhotoText p:nth-child(1){
  font-size: 3em;
  font-family: Playfair;
  font-weight: bold;
  letter-spacing: 0em;
  font-style: italic;
  line-height: 1em;
  margin-top:0px;
  color: #f1cd00;
  margin-top: 50px;
  margin-bottom: 0px;
}

.historyPhotoText p:nth-child(3){
  font-size: 2em;
  float: left;
  margin-top: -3.5em;
  width:300px;
  padding-left:10px;
}

.fullScreen{
  width: 100vw;
  height: 100vh;
  float: left;
  position: relative;
  z-index: 10;
  min-height: 820px;
}

.fullscreen.greyBlue{
  background-color: #f5f3f3;
  color: #f5f3f3;
  max-height: 800px;
}

.mission, .vision{
  width: 75%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.8em;
}

.mission h1{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.vision h1{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.mission p{
  margin-top: 20px;
  position: relative;
  z-index: 20;
  font-size: 0.9em;
}

.vision p{
  margin-top: 50px;
  font-size: 0.9em;
  position: relative;
  z-index: 20;
}

.mission p:before{
  content: 'M';
  font-size: 15em;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.15em;
  color: #f1cd00;
  z-index: -1;
  opacity: 0.8;
}

.vision p:before{
  content: 'V';
  font-size: 15em;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.15em;
  color: #f1cd00;
  z-index: -1;
  opacity: 0.8;
}

.sectionTwoWhite.visionWrap{
  padding: 10px 0 150px 0;
}

.fullscreen.greyBlue p{
  padding: 0px 100px 100px 100px;
  font-size: 4em;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 2em;
  -webkit-text-stroke: 1.2px #3366cc;
  max-width: 1300px;
}

.brickBlue{
  width: 220px;
  height: 70px;
  position: absolute;
  background-color: #3366cc;
  z-index: 20;
  top: -35px;
}

.brickBlue.brickRight{
  transform: rotate(-45deg);
  right: 100px;
}

.brickBlue.brickLeft{
  transform: rotate(45deg);
  left: 100px;
}

.aboutThreeHead{
  color: #f1cd00;
  font-family: Playfair;
  font-size: 3em;
  width: 100%; 
  float: left;
  padding: 100px;
  font-weight: bold;
  padding-bottom: 20px;
}

.counterWrap{
  width: 65vw;
  margin: 0 auto;
  background: #f5f3f3;
  float: left;
  margin: 0 17.5vw;
  box-sizing: border-box;
  padding-bottom: 80px;
}

.counterContainerOne{
  margin-top: 0em;
}

.counterContainer h3{
  font-size: 1em;
  text-align: center;
  font-weight: 100;
  padding: 80px 50px 50px 50px;
  letter-spacing: 0.07em;
}

.pointerIconWrap{
  width: 610px;
  margin: 0 auto;
}

.iconCircle{
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: solid #fff 1px;
  border-radius: 50%;
  margin: 0 auto;
  float:left;
  margin: 25px;
}

.iconCircle img{
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.iconCircle p{
  text-align: center;
  font-size: 0.9em;
}

.counterContainerTwo{
  float: right;
}

.counterContainerThree{
  margin-top: 0px;
}

.historyPhotoText p:nth-child(3){
  width: auto;
  padding-left: 0px;
}

.historyPhotoText.counterContainer p:nth-child(1){
  margin-bottom: 0px;
}

.historyPhotoText.counterContainer p:nth-child(2), .historyPhotoText.counterContainerThree p:nth-child(2){
  font-size: 1em;
  margin: 0px;
}

.sectionTwoWhite .servicesThreeWrap.one, .servicesMaterial .servicesThreeWrap.one{
  width: 80%;
}

.aboutThreeTitleStroke{
  font-size: 3em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.aboutThreeTitleStroke::before{
  width: 300px;
  height: 200px;
  background-color: #f1cd00;
}

.aboutThreePara{
  color: #000;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 0.8em;
  padding-right: 50px;
}

.aboutThreeImg{
  width: 80%;
  position: relative;
  z-index: -10;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  margin-left: 10px;
}

.aboutThreeImg2{
  width: 250px;
  position: absolute;
  bottom:2vh;
  right: 10vw;
}


.aboutCircle{
  width: 30vw;
  height: 30vw;
  border: solid 1px #3366cc;
  border-radius: 50%;
  position: absolute;
  z-index: -15;
  background-color: #3366cc ;
  left: -100px;
  bottom: 50px;
}

.aboutCircleOne{
  width: 45vw;
  height: 45vw;
  border: solid 1px #3366cc;
  border-radius: 50%;
  position: absolute;
  z-index: -15;
  background-color: #3366cc ;
  right: -100px;
  top: 50px;
}

.aboutFour{
  width: 100vw;
  float: left;
  position: relative;
  z-index: 5;
}

.aboutFour.one{
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: fixed;
  padding-top: 15vh;
}

.aboutFourInner{
  width: 100%;
  float: left;
  background-image: url('towards-bg.gif');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
}

.aboutFour p{
  font-weight: 900;
  font-size: 8em;
  padding: 50px;
}

.aboutFourHome{
  height: 100vh;
}

.aboutFourHome p{
  padding-top:0;
  padding-top: 12vh;
  text-align: center;
  font-size: 6.5em;
  margin: 0 auto;
}

.csrImg{
  width: 500px;
  padding-bottom: 100px;
}

.csrHead{
  font-family: Playfair;
  font-size: 6em;
  font-weight: bold;
  color: #f1cd00;
  font-style: italic;
  text-align: right;
  margin: 0;
  padding-right: 50px;
  line-height: 0.8em;
  position: absolute;
  top:50px;
  text-align: left;
}

.csrSection{
  padding-top: 100px;
  background-color: #fbf8f8;
}

.csrSection.transparency{
  padding-top:150px;
  padding-bottom: 0px;
}

.csrSection .sectionWrapperHalf.darkText{
  margin-top: 50px;
}

.csrSection.transparency .sectionWrapperHalf.darkText.one{
  margin-top: -40px;
}

.csrHeadTwo{
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  font-style: italic;
  padding-top: 100px;
  text-transform: inherit;
}

.csrPara{
  font-weight: 400;
  line-height: 2em;
  width:80%;
  font-size: 0.8em;
  box-sizing: border-box;
}

ul.csrPara{
  width: 90%;
}

.nextPageButton{
  width: 400px;
  background-color:#e6e6e6;
  display: block;
  padding: 30px;
  float: right;
  margin-top: -200px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  transition: 0.5s;
  position: relative;
}

.nextPageButton:hover{
  width: 450px;
  transition: 0.5s;
  border-left: solid 20px #f1cd00;
  /* box-shadow: rgba(0,0,0,0.3) 1px 1px 20px; */
}

.nextPageButton :nth-child(1){
  font-family: sans-serif;
  font-size: 0.9em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 100;
}

.nextPageButton :nth-child(2){
  font-family: Playfair;
  font-size: 2.4em;
  color: #3366cc;
  font-style: italic;
  margin:0;
}

.nextPageButton img{
  width: 60px;
}

.aboutThreeWrap{
  width: 70%;
  float: left;
  margin: 0 auto;
  margin: 0 auto;
}

.awardsSectionWrap{
  width: 100%;
  padding: 20vw;
  box-sizing: border-box;
}

.awardsSection{
  width: 80vw;
  min-width: 800px;
  display: block;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 100px 50px 100px 100px;
  left: 0;
  right: 0;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
}

.aboutCirceBG{
  background-color: #fbf8f8;
  width: 65vw!important;
  height: 65vw;
  /* box-shadow: 1px 10px 20px rgba(0,0,0,0.03); */
  /* border: solid 1px rgba(0,0,0,0.03); */
  border-radius: 50%;
  position: absolute;
  z-index: -10;
  top: -200px;
  left: -100px;
  max-height: 950px;
  max-width: 950px;
}

.awardsSection p{
  font-size: 3em;
  font-family: Playfair;
  font-style: italic;
  color: #000;
  margin-top:0;
}

.awardsSection img{
  height: 145px;
  float: left;
}

.awardsSection h5{
  float: left;
  clear: both;
  margin: 0;
  line-height: 3.8em;
  margin-left: 50px;
}

.awardsSection h5 span{
  background-color: #ffde4c;
  font-weight: 600;
  font-style: italic;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
  font-family: Playfair;
  padding: 5px;
}



.awardsSection .halfWrap{
  width: 50%!important;
  float: left;
  box-sizing: border-box;
}

.awardsSection .halfWrap.one{
  margin-top: 0px;
  padding-left: 10%;
}

.sectionFooterButton{
  width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 30vh;
  max-height: 500px;
}


.wwamoTitle{
  margin-top: 100px;
}

.store-image{
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom:20px;
}

.sister-brand-wrap .store-image.evo{
  background-image: url('../img/evoluzione-store.jpg');
}
.sister-brand-wrap .store-image.nga{
  background-image: url('../img/nogreyarea-store.jpg');
}
.sister-brand-wrap .store-image.ananya{
  background-image: url('../img/ananya-store.jpg');
}

.sister-brand-wrap{
  width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
  background-color: #f2f2f2;
  padding: 50px;
  box-sizing: border-box;
}

.sister-brand{
  background-color: #fff;
  color: #000;
  padding: 50px;
  box-sizing: border-box;
  width: 70%;
  margin: 50px auto;
  max-width: 1000px;
  position:relative;
  z-index: 999;
}

.sister-brand img{
  width: 200px;
  display: block;
  margin-left: -25px;
}

.sister-brand p{
  font-size: 0.8em;
  margin-top: 25px;
}

.sister-brand a.c2aMinimal{
  margin-top: 25px;
  color:#000;
  font-size:0.8em
}

.sister-sub-head{
  font-size: 0.7em!important;
  border-bottom: 1px solid #999;
  display: inline-block;
  padding-bottom: 5px;
}

.sister-head{
  padding: 100px 25%;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}

.sister-circle .historyCircle{
  z-index: 1;
}

.sister-circle .csrHead{
  color: #565656;
}

.sister-circle .csrHead, .sister-head{
  position: relative;
  z-index: 2;
}




/*============= services =============*/
/*============= services =============*/
/*============= services =============*/
/*============= services =============*/
/*============= services =============*/
/*============= services =============*/



.servicesDesign{
  width:100vw;
  background-color: #f5f3f3;
  float: left;
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
  padding-top: 150px;
}

.screenWrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.serviceDesignImg{
  display: block;

}

.servicesDesign .productionFloorImg{
  width: 100%;
  margin: 0 auto;
}

.servicesDesign .productionFloorImg div{
  width: 80%;
  height: 300px;
  display: block;
  margin: 0 auto;
  background-image: url('../img/production-top-view.jpg');
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}


.servicesDesign .designFloorImg{
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

.servicesDesign .designFloorImg div{
  width: 80%;
  height: 350px;
  display: block;
  margin: 0 auto;
  background-image: url('../img/design-table.jpg');
  background-size: 80%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
}


.servicesDesign img{
  width: 400px;
  float: left;
  margin-top: 100px;
  margin-right: 50px;
  position: relative;
  z-index: -1;
}

.servicesDesignTagline{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  letter-spacing: 0.02em;
  max-width: 400px;
  padding-top: 50px;
  display: block;
  clear: both;
  font-weight:900;
}

.servicesDesignTagline span{
  font-size: 0.8em;
  letter-spacing: 0.04em;
  font-weight: 100;
  line-height: 1.4em;
  font-family: initial;
  font-style: italic;
  display: inline-block;
  padding-top: 10px;
}

.servicesDesignPara{
  color: #d6d5d5;
  -webkit-text-stroke: #989898 0.5px;
  font-size: 3em;
  font-weight: bold;
  margin-left: -50px;
  padding-right: 20%;
  margin-top:80px;
}

.servicesDesign .one.c2aMinimal:before, .servicesDesign .one.c2aMinimal:after{
  display:none;
}

.servicesDesign .one.c2aMinimal{
  margin-top:0px;
}

.servicesDesign .one.c2aMinimal .exploreArrow{
  position: initial;
  display: inline-block;
  vertical-align: -15px;
  margin-right: 10px;
}

.servicesDesign .one.c2aMinimal .exploreArrow img{
  width: 30px;
}

.servicesFacilityGif{
  width: 500px!important;
  margin-top:50px!important;
  margin-right: 0px!important;
}

.textMoveClip{
  width: 100vw;
  background: url('towards-bg.gif');
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 0;
  font-size: 220px;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: -140px;
  z-index: -1;
}

.servicesRnD{
  width:100vw;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 200px;
  font-size: 1em;
}

.servicesThreeWrap{
  width:70%;
  margin: 0 auto;
}

.infraInHouse .servicesThreeWrap{
  width: 85%;
}

.infraGreen .servicesThreeWrap{
  width: 95%;
}

.servicesRnD .sectionPara, .servicesMaterial .sectionPara{
  font-size: 0.8em;
  line-height: 2em;
}

h1.serviceTitle{
  font-size: 4em;
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke: #000 1px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.servicesRnD h1.serviceTitle{
  font-size: 5em;
}

.servicesRndParaBold{
  font-weight: 600;
  font-size: 2em;
  width: 80%;
  float: right;
  margin-top:-100px;
}

.rndSecondaryPara{
  float: right;
}

.rndSecondaryPara p{
  color: #fff;
  width: 50%;
  line-height: 1.8em;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.1em;
}

.servicesRnD .halfWrap.rndImgWrap{
  position: relative;
}

.servicesRnD .halfWrap img{
  border: solid 10px #ccc;;
}

.servicesRnD .halfWrap img:nth-child(1){
  width: 60%;
}

.servicesRnD .halfWrap img:nth-child(2){
  width: 40%;
  position: absolute;
  top:0;
  margin-left: -70px;
  margin-top: 120px;
}

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

.c2aMinimalWrap .c2aMinimal{
  display: inline-block;
}

.servicesMaterial{
  width:100vw;
  background-color: #f5f3f3;
  float: left;
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}

.serviceTitleTwo{
  font-size: 3em;
  color: #000;
  font-weight: 900;
  text-align: left;
}

.serviceMaterialPara{
  color: #000;
  width: 70%;
  line-height: 1.8em;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.1em;
  margin-left: 100px;
}

.serviceMaterialImg img{
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}

.serviceMaterialImg .aboutCircleOne{
  top: -100px;
}

.servicesMaterial .servicesThreeWrap .halfWrap{
  padding-top: 200px;
  box-sizing: border-box;
  padding-left: 30px;;
}

img.materialGif{
  width: 300px;
  margin-top: -250px;
  margin-right: 0px;
}

.servicesMaterial .halfWrap .brickBlue{
  margin-top: 130px;
}

.productionDesign{
  padding: 100px 0 200px 0;
}

.productionDesign .textMoveClip{
  margin-top: -120px;
  font-size: 9em;
  z-index: 100;
}

.productionDesign .halfWrap{
  padding-top:0px;
}

.productionDesign .halfWrap img{
  border: solid 30px #fff;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 15px 20px;
  clear: both;
}


.productionDesign h5{
  font-size: 3em;
  color: #d2d9dd;
  font-weight: 900;
  display: block;
  clear: both;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px #000;
  letter-spacing: 0.03em;
  padding-top: 50px;
  text-align: center;
}

.productionDesign h5 span{
  font-family: Playfair;
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-left: -100px;
  vertical-align: -15px;
}

.productionPara p:nth-child(1){
  font-weight: 900;
  font-size:2em;
  width: 80%;
}


.productionDesign .c2aMinimalWrap:after{
  margin-top: -25px;
  height: 4em!important;
}

.productionDesign .c2aMinimal:before{
  top: 40px;
}

.productionDesign .halfWrap .aboutCircleOne{
  /* bottom: 450px; */
  top: 150px;
}

.servicesTreatments{
  background-color: #3366cb!important;
}

.servicesTreatments .infraGreenSection{
  color: #fff;
}

.servicesTreatments .infraGreenSection p span{
  color: #000;
}

.servicesShipping{
  width:100vw;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 10;
  padding: 100px 0 200px 0;
}

.servicesShipping h1.serviceTitle{
  color: #fff;
  -webkit-text-stroke: 1px #3366cc;
  margin-top:50px;
  font-size: 5em;
}


.shippingGif{
  position: absolute;
  display: block;
  right: 50px;
  top: 0;
  width: 50vw;
  z-index: 10;
  max-width: 700px;
}

.fullscreen.yellowBlack{
  background-color: #f1cd00;
  color: #f1cd00;
}

.fullscreen.yellowBlack p{
  padding: 50px 100px;
  /* font-size: 5em; */
  font-size: 80px;
  font-weight: bold;
  margin-top: 1em;
  -webkit-text-stroke: 1.2px #000;
}

.servicesShipping .serviceTitle span{
  font-size: 0.4em;
  display: block;
  -webkit-text-stroke: 0.7px #3366cc;
  line-height: 0.5em;
}

#services-page .sectionFooterButton{
  padding-top: 200px;
}

#services-page .productionDesign .servicesThreeWrap .halfWrap{
  margin-top: 50px;
}

.designHeadZ .textMoveClip{
  z-index: 1;
  font-size: 150px;
  margin-top:-70px;
  margin-left: 70px;
}

.designHeadZ .halfWrap{
  width: 100%;
  text-align: center;
  padding: 130px 0 50px 0;
}

.designHeadZ .aboutThreePara{
  padding-right: 0px;
  padding: 0 120px;
  letter-spacing: 0.09em;
  padding-top: 0px;
  font-size: 0.7em;
  text-transform: uppercase;
}

.designHeadZ .sectionHead{
  padding: 0 50px;
}

#designMore{
  margin-top: 150px;
}


/*============= infrastructure =============*/
/*============= infrastructure =============*/
/*============= infrastructure =============*/
/*============= infrastructure =============*/
/*============= infrastructure =============*/
/*============= infrastructure =============*/





.infraFacility{
  width:100vw;
  background-color: #f5f3f3;
  float: left;
  position: relative;
  z-index: 10;
  padding-bottom: 150px;
  padding-top: 180px;
}

.infraFacility .halfWrap:nth-child(2){
  padding: 50px;
  padding-left: 100px;
  box-sizing: border-box;
}

.infraFacilityVideo{
  width: 100%;
  margin 0 auto;
  float: left;
  margin-top: 50px;
}


.infraFacilityVideo video{
  width: 80%;
  margin: 0 auto;
  min-width: 300px;
  display: block;
  border: solid 15px #fff;
}

.infraFacility .halfWrapImgDouble{
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;
}

.infraFacility .halfWrapImgDouble img:nth-child(1){
  width: 250px;
  margin-top: 20px;
  border: solid 15px #fff;
}

.infraFacility .halfWrapImgDouble img:nth-child(2){
  width: 300px;
  position: absolute;
  margin-top: 0px;
  margin-left: -40px;
  border: solid 15px #fff;
}


.infraFacility .textMoveClip{
  width: 100vw;
  background: url('towards-bg.gif');
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 0%;
  font-size: 150px;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: -60px;
  z-index: 10;
}

.productionDesign .textMoveClip{
  letter-spacing: 0;
  text-align: left;
}

.infraFacility .halfWrap h5{
  font-size: 3em;
  font-weight: bold;
  color: #f5f3f3;
  -webkit-text-stroke: #737171 1px;
  margin-top: 150px;
  margin-bottom: 0;
}

.infraFacility .halfWrap h5 span{
  -webkit-text-stroke: none;
  font-size: 0.4em;
  color: #000;
  font-weight: 600;
}

.infraFacilityPara{
  font-size: 0.8em;
  line-height: 2em;
  margin-bottom: 50px;
}

.keyPointsWrap{
  width: 100%;
  float: left;
  margin-top:0 auto;
  position: relative;
}

.keyPointsWrap h4{
  font-size: 4em;
  color: #ada9a9;
  font-weight: 900;
  margin: 0 auto;
}

.keyPointsWrap h3{
  font-size: 1.3em;
  color: #000;
  margin: 0 auto;
  float: left;
  position: absolute;
  top: 0;
  margin-left: 6.5em;
  margin-top: 1em;
  line-height: 1em;
}

.infraInHouse{
  width:100vw;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}

.infraInHouse .screenWrapper{
  padding: 200px 0 200px 0;
}

.inHouseTitle{
  font-size: 4em;
  text-align: left;
  font-weight: 900;
}

.inHouseTitle span{
  font-size: 0.5em;
}

.halfWrap .inHousePara p{
  background-color: #f6f0f0;
  padding: 40px 20px;
  font-size: 1em;
  line-height: 1.8em;
  width: 70%;
  float: right;
  margin-top: 15%;
  margin-right: -30px;
  position: relative;
  z-index: 20;
}

.infraInHouseWrap{
  width:100%;
  margin: 0 auto;
  float: left;
  padding: 100px 0 0 0;
}

.infraInHouseWrapThree{
  width:100%;
  margin: 0 auto;
  float: left;
  padding: 100px 0 100px 0;
}

.infraInHouse .halfWrap img{
  width: 100%;
  min-width: 300px;
  position: relative;
  z-index: -10;
}

.infraInHouseWrap .halfWrap:nth-child(2){
  padding-left: 50px;
  box-sizing: border-box;
}

.infraGreenHouseWrap{
  width:100%;
  margin: 0 auto;
  float: left;
  padding: 150px 0 100px 0;
}

.infraGreenHouseWrap .halfWrap.darkText{
  padding-top: 100px;
}

.infraGreenHouseWrap .halfWrap:nth-child(2){
  padding-left: 10px;
  box-sizing: border-box;
}

.infraGreenHouseWrap .sectionHead, .infraGreenHouseWrap .aboutThreePara{
  padding-right: 0px!important;
}


.infraInHouseWrap .halfWrap img{
  width: 100%;
  min-width: 300px;
  position: relative;
  z-index: -10;
}


.inHouseSectionWrap .inHouseTitle{
  padding-top: 120px;
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-left: 12%;
  margin-bottom: 50px;
}

.inHouseSectionWrap .halfWrap .inHousePara p{
  margin-right: initial;
  margin-left: -30px;
  float: left;
}

.inHouseSectionWrap .halfWrap img{
  margin-left:initial;
  margin-right: -30px;
  float: right;
}

.inHouseSectionWrap2{

}

.inHouseSectionWrap2 .inHouseTitle{
  padding-top: 120px;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.infraGreen{
  width:100vw;
  background-color: #f5f3f3;
  float: left;
  position: relative;
  z-index: 10;
  padding-bottom: 150px;
  padding-top: 100px;
}

.infraGreen .halfWrap img{
  width: 90%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.infraGreen .sectionHead{
  padding-right: 50px;
}

.infraGreen .inHouseTitle{
  padding-top: 0;
}

.infraGreenSection{
  margin-top: 100px;
  width: 100%;
  margin-0 auto;
  float: left;
}

.infraGreenSection p{
  width: 80%;
  margin: 0 auto;
  line-height: 1.8em;
  margin-right: 5%;
}

.infraGreenSection p span{
  font-weight: bold;
  font-size: 1.2em;
}

.infraGreenSection img{
  display: block;
  width: 60%;
  min-width: 350px;
  margin-left: 5%;
}

.infraGreenSection2{
  margin-top: 100px;
}

.infraGreenSection2 p{
  margin-right: initial;
  margin-left: -5%;
}

.infraGreenSection2 img{
  margin-left: initial;
  margin-right: 15%;
  float: none;
  margin: 0 auto;
  display: block;
}

.infraUpperFooter .aboutCircle{
  width: 45vw;
  height: 45vw;
  border: solid 1px #3366cc;
  border-radius: 50%;
  position: absolute;
  z-index: -15;
  background-color: #3366cc;
  left: -200px;
  bottom: -50;
}



























/*============= maintenance =============*/
/*============= maintenance =============*/
/*============= maintenance =============*/
/*============= maintenance =============*/
/*============= maintenance =============*/

#page-maintenance{
  background-color: #101820;
  padding: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  padding-top:30vh;
  overflow: hidden;
}

#page-maintenance p{
  text-align: center;
  color: #f1cd00;
  font-size: 8em;
  font-family: 'Playfair';
  font-weight: 100;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 100px;
  padding: 20px;
  margin-top:-200px;
}

#page-maintenance span{
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0.09em;
  line-height: 1.8em;
}

#page-maintenance a{
  text-align: center;
  display: block;
  color: #f1cd00;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0.09em;
  line-height: 1.8em;
  margin-top: 50px;
  font-style: italic;
  text-decoration: underline;
}

.maintenanceLogo{
  width: 150px;
  display: block;
  margin: 0px auto;
  position: fixed;
  top: 50px;
  left:0;
  right: 0;
}

.errorImg{
  height: 25vh;
  display: block;
  margin: 0px auto;
  left:0;
  right: 0;
}



































/*=============MENU =============*/
/*=============MENU =============*/
/*=============MENU =============*/
/*=============MENU =============*/
/*=============MENU =============*/

body{
    width: 100vw!important;
    overflow-x: hidden;
  }
  
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  a,
  a:visited,
  a:hover,
  a:active {
    color: inherit;
    text-decoration: none;
  }

  a:hover{
    color: #f1cd00;
  
  }
  h1 {
    font-weight: 400;
    font-size: 3em;
    text-align: center;
  }
  .outer-menu {
    position: fixed;
    top: 10vh;
    left: 85%;
    z-index: 1;
  }
  .outer-menu .checkbox-toggle {
    position: absolute;
    top: -20px;
    right: -150px;
    z-index: 2;
    cursor: pointer;
    width: 120px!important;
    height: 60px;
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    width: 200vw;
    height: 200vw;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.1s ease 0.1s;
  }
  .outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  }
  .outer-menu .hamburger {
    position: absolute;
    top: -10px;
    right: -150px;
    z-index: 1;
    width: 25px!important;
    height: 40px;
    padding: .5em 1em;
    /*backdround color was here */
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    backface-visibility: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
     -webkit-align-items: center;
    -webkit-justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #f1cd00;
    transition: all 0.3s ease;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
     -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.3s ease;
  }
  .outer-menu .hamburger > div:after {
    top: 10px;
  }
  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .outer-menu .menu > div {
    width: 0;
    height: 0;
    color: #fefefe;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    transition: all 0.7s ease;
    flex: none;
    -webkit-flex: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
     -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .outer-menu .menu > div > div {
    text-align: center;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.7s ease;
    flex: none;
    -webkit-flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden!important;
    /* background-image: url('../img/evolv-o-white.svg');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; */
  }

  .outer-menu .menu > div > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    margin-top: 10vh;
  }
  .outer-menu .menu > div > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
  }
  .outer-menu .menu > div > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    font-family: roboto;
    letter-spacing: 0.04em;
  }
  .outer-menu .menu > div > div > div > ul > li > a:hover {
    color: #f1cd00;
  }
  .outer-menu .menu > div > div > div > ul > li > a:hover:after {
    width: 100%;
  }
  .outer-menu .menu > div > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
  }

  .sapButtonHover{
    max-height: 620px;
    display: flex;
    flex-direction: column;
  }
  
  .menuLogo{
    /* sapButtonHover */
    width: 150px;
    position: relative;
    z-index: 5;
  }
  
  .menuLogoText{
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10vh;
  }
  
  .menuSapButton{
    margin: 0 auto;
    display: block;
    transition: 0.5s;
    margin: 0 auto;
    text-align: center!important;
    padding-top: 10vh!important;
  }
  
  .menuSapButton a{
      font-family: 'Satisfy', cursive!important;
       font-size: 2em!important;
       position: relative;
       z-index: 2;
       color: #F24B4B!important;
  }
  
  .menuSapButton button{
      font-family: 'Satisfy', cursive!important;
       font-size: 2em!important;
       position: relative;
       z-index: 2;
       color: #F24B4B!important;
       background: transparent;
       font-weight: bold;
  }
  
  .queryMenuButton{
    margin-left: 80px;
  }
  
  .outer-menu .menu > div > div > div > ul > li.menuSapButton > a:after {
    background:#f26267!important;
  }
  
  
  
  .startBorder{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    border: solid 35px transparent;
    -webkit-border-image: url(../img/start-a-project-hover.gif) 30 round; /* Safari 3.1-5 */
      -o-border-image: url(../img/start-a-project-hover.gif) 30 round; /* Opera 11-12.1 */
      border-image: url(../img/t1.gif) 90 round;
      z-index: -1;
  
  }
  
  .menuSapButton a:hover ~ .startBorder{
    display: block;
    z-index: 1;
  }
  
  .socialDiamond{
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
      -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
     transform: rotate(45deg);
    display: block;
    float: left;
    margin:0 10px;
    transition: 0.5s;
  }
  
  .socialDiamond:hover{
    background-color: #fff;
     transition: 0.5s;
  }
  
  .actionButtonB{
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    border: solid 1px #7f7f7f;
    transition: 0.5s;
    cursor: pointer;
    vertical-align: middle;
    color: #7f7f7f;
  }
  
  .actionButtonB:hover{
    border: solid 1px #fff;
    color: #000;
    transition: 0.5s;
    background-color: #fff;
  }

  .menuList{
    line-height:1em; 
    font-family: 'Lato'; 
    width: 100vw;
    float: left;
    display: block;
    margin: 0 auto;
    margin-top: 10vh;
  }

  .menuList .halfWrap{
      text-align: center;
      box-sizing: border-box;
      /* margin-top: 5vh; */
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .menuList .halfWrap.menuLeft li{
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    display: block;
    line-height: initial;
    margin: 5px auto;
  }

  .menuList li{
    position: relative;
    z-index: 10;
  }

  .menuList li.sub-menu{
    font-size: 0.8em!important;
    font-family: 'Open Sans', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 0.09em;
  }

  .menuList li.sub-menu.two{
    margin-top: calc(5vh + 20px);
  }

  .menuGreen{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #f26267;
    opacity: 0;
    transition: 0.5s;
    top: 0;
    left:0;
    z-index: -1;
  }

  svg#menu-circle{
    position: absolute;
    fill: #fff;
    opacity: 0.1;
    transition: 0.5s;
    width: 80vw;
    left:0;
    right: 0;
    margin: 0 auto;
    margin-top: -10vh;
  }

  /* .menuList li.sub-menu.one:hover ~ #menu-circle{
    fill: #1A72B6;
    opacity: 0.5;
    transition: 0.3s;
  }

.menuList li.sub-menu:hover ~ #menu-circle{
  fill: #1a701a;
    opacity: 0.7;
    transition: 0.3s;
}

.menuList li.sub-menu.two:hover ~ #menu-circle{
  fill: #f1cd00;
  opacity: 0.5;
  transition: 0.3s;
} */

  .menuList .halfWrap.menuRight{
    padding-top: 10vh;
  }

  .menuList .halfWrap.menuRight li{
    font-size: 0.8em;
    display: block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 3.5em;
    opacity: 0.8;
  }

  .menuWelcome{
    font-family: 'Playfair Display', serif;
    font-size: 0.8em;
    display: block;
    text-transform: uppercase;
    color: #9a9a9a;
    text-align: left;
    padding-left: 15vw;
    letter-spacing: 0.13em;
    margin-top: 50px;
    margin-left: 1vh;
  }

.g-recaptcha{
  width: 100%;
  margin: 0 auto;
  float: left;
}

.g-recaptcha div{
  margin: 0 auto;
}

.scrollAnimation:after{
  -moz-animation: scrollA 3s infinite;
	-webkit-animation: scrollA 3s infinite;
	animation: scrollA 2.5s infinite;
}


@keyframes scrollA {
  0% {
    height:3em;
  }
  50% {
    height: 0em;
  }
  100% {
    height: 3em;
  }
}

.videoButton:after{
  opacity:0;
}

.videoButton:before{
  opacity: 0;
}

.videoButton img{
  width: 30px;
  background-color: #f1cd00;
  padding: 12px;
  border: solid 1px transparent;
  border-radius: 50%;
  transition: 0.5s;
}

.videoButton span{
  vertical-align: 25px;
  margin-left: 10px;
}

a.videoButton:hover img{
  transition: 0.5s;
  transform: rotate(360deg);
}

#services-page #showreel-button-trigger{
  width:100%;
}


.servicesProcessVideo{
    margin-top: 0px!important;
    width: 100%;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.servicesProcessVideo img{
  background-color:  transparent;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 125px;
  margin-top: -70px;
  opacity: 0.5;
}

.mnvWrap{
  background-color: #f5f3f3;
  width: 100%;
  float: left;
  padding: 150px 100px 200px 100px;
  display: block;
  box-sizing: border-box;
}

.mnvWrap .mission p{
  margin-top: 50px;
}

.visionWrap{
  width: 50%;
  float: left;
  padding: 100px auto;
}

.mnvWrapTwo{
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 150px 20%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.8em;
}

.icon.icon--close{
  fill: #f1cd00;
  width: 30px;
  height: 50px;
}

.md-content button:focus, .md-content button:active, .md-content button:visited{
  outline: none;
}

#popupVid{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popupVid iframe{
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  margin-top: 30px;
}

.md-content button {
	border: none;
	padding: 0.6em 1.2em;
	background: transparent;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	border-radius: 2px;
	transition: 0.5s;
	border: 0!important;
	background-color: transparent!important;
}

#showreel-button-trigger{
	border: 0!important;
	background-color: transparent!important;
	cursor: pointer;
}


button.md-trigger:focus{
	outline: none;
}


.footer .halfWrap:nth-child(1){
  width: 70%;
}

.footer .halfWrap:nth-child(2){
  width: 30%;
}

.footerCopyright span.carbon-free-button{
  display: inline-block;
  margin-left: 10px;
}

.carbon-free-button:hover{
  color: #000;
  cursor: pointer;
}


.carbon-free-button span{
  display: none;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-top: -90px;
  text-align: left;
  color: #9a9a9a;
  padding-bottom: 50px;
}

.carbon-free-button span:hover{
  display: block;
}

.carbon-free-button:hover span{
  display: block;
}

.carbon-free-button span a{
  cursor: pointer;
}

.ext-download-links{
  position: relative;
  display: inline;
}

.ext-download-links span{
     position: absolute;
    margin-top: -170px;
    right: -235px;
    padding-bottom: 10px;
    width: 250px;
}

.ext-download-links span a{
  margin: 5px auto;
  display: inline-block;
}










/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .aboutFourInner{
    /* -webkit-text-fill-color: rgba(255,255,255,0.7); */
    font-size: 0.75em!important;
    margin-top: 10vh;
  }
}
}




/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */
/* ----------------------------- PHONE -------------------------- */




@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 667px), @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px){

      #index .logoHome img{
        width: 150px;
        margin: 0 auto;
        margin-top: 30px;
      }

      .outer-menu .checkbox-toggle:checked ~ .menu > div{
        height: 300vw;
        width: 300vw;
      }

      .evolvButton{
        margin-top: 0;
      }

      .halfWrap{
        width: 100%;
      }

      .homeShowreelWrap img{
        width: 100%;
      }

      .videoP{
        font-size: 1.5em;
        widows: 90%;
      }

      .contentWrap{
        width: 80%;
      }

      .logoAbout img{
        width: 150px;
        margin-top: 50px;
      }

      .homeShowreelWrap .contentWrap{
        width: 100%;
      }

      .sectionFive .halfWrap .darkText{
        margin-left: 0px;
      }

      /* .sectionTwo{
        height: 130vh;
      } */

      .sectionTwoImg{
        margin-top: 50px;
      }

      .homeFactoryImage{
        width: 95%;
        margin: 0 auto;
      }

      .factoryImageCaption{
        margin-top: 30px;
      }

      .sectionTitle{
        margin-left: 0;
        text-align: center;
        margin-top: 80px;
      }

      .sectionThree{
        margin: 0 auto;
        padding-bottom: 20px;
      }

      .homeShowreelWrap .sectionTagVideo{
        margin-top: 80px;
      }

      .sectionFour{
        padding-bottom: 50px;
      }

      .sectionFive{
        margin-top: 0;
        padding-bottom: 150px;
      }

      .contentWrap{
        margin-top: 80px;
      }
      .outer-menu .checkbox-toggle, .outer-menu .hamburger{
        top: -50px;
        left: -30px;
      }

      .menuList .halfWrap.menuLeft li{
        font-size: 1.5em;
        text-align: center;
      }

      .menuWelcome{
        text-align: center;
        padding-left: 0;
        width: 70%;
        margin: 0 auto;
        margin-top:20px;
        margin-bottom: 20px;
      }

      .menuList .halfWrap.menuRight{
        padding-top:0;
      }

      .menuList .halfWrap{
        margin-top: 5vh;
        padding-left: 0;
      }

      .menuList .halfWrap.menuRight li{
        font-size: 0.6em;
        text-align: center;
      }

    .menuLogo{
      width: 120px;
    }

    .footerLinks{
      display: block;
      padding-left: 50px;
    }

    .footerLinks a{
      font-size: 2em;
      line-height: 2em;
    }

    .footerCopyright{
      text-align: left;
      padding-left: 50px;
      padding-bottom: 30px;
      margin-bottom: 30px;
      margin-top: 30px;
      font-size: 1.5em!important;
    }
    .myVideoR{
      display: none;
    }

    .contactEmailLine{
      font-size: 1.5em;
      line-height: 2.5em;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .contactFormImage{
      max-width: 300px;;
      margin-top:0px;
    }

    .contactFormHead{
      padding-left: 20px;
    }

    .contactFrom{
      padding-left: 0;
      width: 100%;
      margin: 0 auto;
    }

    .contactFrom .submit{
      padding-left: 20px;
      margin-top:20px;
      display: block;
      margin: 0 auto;
      border: solid 1px #000;
      transition: 0.5s;
    }

    .emailLineSpanOne{
      padding: 20px;
    }

    .emailLineSpanThree{
      font-size: 2em;
      display: block;
      text-align: center;
    }

    .emailLineSpanFour{
      font-size: 1em;
      text-align: center;
      display: block;
      margin-left: -3.5em;
    }

    .emailLineSpanFour:after{
      display: none;
    }

    .emailLineSpanFive img{
      margin-left: 0;
    }

    .emailLineSpanTwo{
      display: block;
      margin-top:20px;
    }

    .contactEmailLineUpper{
      margin-bottom: 0px;
    }

    .contactEmailLineUpper{
      line-height: 3em;
    }

    #page-maintenance p{
      font-size: 5em;
      margin-top: -150px;
    }

    #page-maintenance span{
      padding: 0 50px;
    }

    .contactInfoWrap .left, .contactInfoWrap .right{
      width: 100%;
    }

    .contactFormWrap{
      padding: 30px;
      box-sizing: border-box;
    }

    .contactInfoWrap{
      padding: 0;
    }

    .contactFormHead{
      font-size: 1.5em;
    }

    .contactFormBlock{
      font-size: 1em;
      padding: 15px;
      margin-left: 120px;
      margin-top: 270px;
    }

    .contactFrom .submit{
      width: 200px;
    }

    /*  .logoHeader img{
      width: 180px;
      margin-top: 90px;
    } */

    .footerSocials{
      margin-left: 10px;
    }

    .footerLinks, .footerCopyright{
      font-size: 0.5em!important;
      padding: 0 20px;
    }

    .ext-download-links{
      font-size: 2em;
    }  
    
    .ext-download-links span a{
      font-size: 1em!important;
    }


    .historyTitle :nth-child(1){
      font-size: 0.8em;
    }

    .historyTitle p{
      margin-top: 100px;
    }

    .historyTitle :nth-child(2){
      font-size: 3em;
    }

    .sectionWrapperHalf{
      width: 100%;
    }
    
    .videoHeroPara{
      width: 100%;
    }

    .videoPNew span.videoHeroTag{
      font-size: 1.5em;
    }

    .videPageTitle{
      margin-top: 10vh;
    }

    .historyPara{
      padding: 20px;
      margin-top: 0;
      line-height: 2em;
      box-sizing: border-box;
    }

    .historyPhoto img{
      width: 220px;
      padding: 30px;
      margin-top: -50px;
    }

    .historyPhotoText img{
      margin-left: 0;
      width: 300px;
      margin-top: 200px;
    }

    .historyPhotoText p:nth-child(1){
      font-size: 2.8em;
      padding-left: 20px;
      margin-top: 100px;
      margin-bottom: 20px;
    }

    .historyPhotoText p:nth-child(3){
      margin-top: -480px;
      padding: 20px;
    }

    .fullscreen.greyBlue p{
      padding: 30px;
      font-size: 2em;
    }


    .aboutThreeHead{
      font-size: 2em;
      padding: 20px;
      padding-top: 80px;
      box-sizing: border-box;
    }

    .aboutThreeWrap{
      width: 100%;
    }

    .aboutThreeTitleStroke{
      font-size: 2em;
    }

    .aboutThreeImg{
      margin-left: 0;
      margin-top: 50px;
    }

    .aboutFour p{
      font-size: 3em;
    }

    .csrImg{
      width: 300px;
      padding: 20px;
      padding-top: 60px;
    }

    .csrHead{
      font-size: 10em;
    }

    .csrHeadTwo{
      font-size: 2em;
      padding-left: 40px;
      padding-top: 240px;
    }
    
    .csrPara{
      width: 100%;
      padding-top: 0;
      margin-left: 20p;
      margin-top: -50px;
    }

    .nextPageButton{
      width: 200px;
    }

    .nextPageButton :nth-child(2){
      font-size: 2em;
    }

    .awardsSection p{
      font-size: 2em;
    }

    .awardsSection{
      width: 100vw;
      padding: 20px;
      padding-top: 100px;
      box-sizing: border-box;
      margin-bottom: 900px;
    }

    .awardsSection h5{
      margin-left: 20px;
    }

    .nextPageButton{
      margin-top: -500px;
    }

    .aboutCircleOne{
      right: -50px;
      width: 85vw;
      height: 85vw;
      top: -150px;
    }

    .historyCircle{
      width: 85vw;
      height: 85vw;
    }

    .aboutThreePara{
      padding: 0px;
      box-sizing: border-box;
    }

    .aboutCircle{
      width: 70vw;
      height: 70vw;
      z-index: 15;
    }

    .sectionTwoWhite{
      padding-bottom: 0;
    }

    .textMoveClip{
      font-size: 5em;
    }

    .servicesDesign{
      padding-top: 100px;
    }

    .servicesDesign img{
      width: 300px;
      margin-right: initial;
    }

    .servicesDesignTagline{
      font-size: 2em;
      margin-top: 50px;
    }

    .screenWrapper{
      box-sizing: border-box;
    }

    .servicesDesignPara{
      font-size: 2em;
      margin-top: 50px;
      margin-left: initial;
    }

    .servicesDesign .c2aMinimal{
      margin-left: 0!important;
    }

    .serviceTitle{
      font-size: 5em;
    }

    .servicesRndParaBold{
      width: 100%;
      margin-top: initial;
      font-size: 1em;
    }

    .rndSecondaryPara p{
      width: 100%;
    }

    .rndSecondaryPara{
      margin-top: 50px;
    }

    .productionDesign .textMoveClip{
      font-size: 3em;
    }

    .fullscreen.yellowBlack p{
      padding: 50px;
      font-size: 2.3em;
    }

    .inHouseTitle{
      font-size: 2.4em;
    }

    .servicesShipping h1.serviceTitle{
      font-size: 4em;
    }
  
    .serviceMaterialPara{
      width: 100%;
      margin-left: initial;
    }

    .serviceMaterialImg img{
      margin-left: initial;
      margin-top: 50px;
    }

    img.materialGif{
      width: 200px;
      margin-top: -50px;
      float: right;
    }

    .servicesDesign img{
      margin: 0 auto;
      margin-top: 0px;
      float: none;
      width: 250px;
      border: solid 20px #fff;
    }

    .productionDesign .halfWrap:nth-child(2) img{
      margin-top: 30px;
    }

    .servicesFacilityGif{
      margin-top: 50px!important;
      display: block;
    }

    .productionDesign .halfWrap img{
      border: solid 20px #fff;
    }

    .productionDesign h5{
      font-size: 2em;
    }

    .productionPara p:nth-child(1){
      width: 100%;
      font-size: 1.5em;
    }

    .infraGreenSection p{
      width: 100%;
    }

    .infraGreenSection img{
      min-width: 300px;
      margin: 30px auto;
    }

    .servicesShipping p{
      width: 100%;
    }

    .nextPageButton.servicesNextPage{
      margin-top: -100px;
    }

    .shippingGif{
      z-index: -10;
      right: 0;
    }

    .infraFacility .textMoveClip{
      font-size: 50px;
    }

    .infraFacility .halfWrapImgDouble img{
      width: 300px;
      margin-top: 120px;
    }

    .infraFacilityVideo{
      margin-top: -80px;
    }

    .infraFacility .halfWrapImgDouble img:nth-child(2){
      margin-left: 0;
      margin-top: 0;
      width: 200px;
      margin-top: -100px;
    }

    .infraFacility .halfWrap h5{
      margin-top: 200px;
    }
    
    .infraFacility .halfWrap:nth-child(2){
      width: 100%;
      padding: 20px;
    }

    .yellowBlack{
      margin-top: 100px;
    }

    .page-cover h5{
      font-size: 2.8em;
      margin-top: 265px;
    }

    .subPageWrap h4{
      font-size: 1.2em;
      width: 100%;
    }

    .subPageWrap p{
      font-size: 0.8em;
      width: 100%;
      line-height: 1.8em;
      padding: 20px!important;
      box-sizing: border-box!important;
    }

    .halfWrapImgBig{
      margin: 50px auto;
    }

    .sectionOne{
      margin-bottom: 0px;
    }

    .subPageWrap .screenWrapper{
      padding-top: 0px;
    }

    #home .myVideoR, #home .videoWrap{
      background-image: url('/assets/img/home-video-bg.gif')!important;
    }

    .subpagesSiteWrapper .page-cover h5{
      font-size: 2.5em!important;
      margin-top: 250px!important;
    }

    .subPageGreyBG p{
      margin-top: 70px!important;
    }

    .homeShowreelWrap img.showreel{
      width: 100%;
    }

    .exploreArrow{
      bottom: 100px;
    }

    .videPageTitle{
      margin-top: 20vh;
    }

    .sectionTwoWhite{
      padding-top: 10px;
    }

    .historyCircle{
      top: -40px;
    }

    .historyPhoto img:nth-child(1){
      margin-left: 0px;
    }

    .historyPhoto img:nth-child(2){
      margin-left: 0px;
      background: #fff;
    }

    .historyPhotoText.counterContainer p:nth-child(2), .historyPhotoText.counterContainerThree p:nth-child(2){
      padding-left: 20px;
    }

    .historyPhotoText p:nth-child(1) {
      margin-top: 40px;
    }

    .c2aMinimal.videoButton{
      margin-top: 50px!important;
      margin-bottom: 50px;
    }

    .mnvWrap{
      padding: 50px;
    }

    .visionWrap{
      width: 100%;
    }

    .vision h1{
      margin-top: 100px;
    }

    .brickBlue.brickRight{
      right: 130px;
    }

    .brickBlue{
      width: 120px;
      height: 40px;
    }

    .fullscreen.greyBlue{
      height: auto!important;
      min-height: 450px!important;
    }

    .brickBlue.brickLeft{
      left: 140px;
    }

    .aboutThreeImg2{
      bottom: auto;
    }

    .counterWrap{
      width: 100%;
    }

    .iconCircle{
      float: none;
      clear: both;
      margin: 25px auto;
    }
    
    .csrHead{
      font-size: 5em;
    }

    .screenWrapper{
      float: left;
      padding: 20px;
    }

    .csrPara{
      margin-top: 0px;
    }

    .awardsSectionWrap{
      padding: 0px;
    }

    .awardsSection .halfWrap.one{
      margin-top: 0px;
      padding-left: 0px;
      margin-bottom: 50px;
    }

    .awardsSection .halfWrap{
      width: 100%!important;
    }

    .awardsSection{
      margin-bottom: 0px;
      width: auto;
      min-width: auto;
    }

    .nextPageButton{
      margin-top: -50px;;
    }

    .sectionTwoWhite{
      float: left;
    }

    #about .sectionFooterButton{
      padding-top: 40px;
    }

    .pointerIconWrap{
      width: auto;
    }

    .sectionTwoWhite .counterWrap{
      margin: 0 auto;
    }

    .designHeadZ .textMoveClip{
      font-size: 70px;
    }

    .servicesDesign .designFloorImg{
      margin-top: 0px;
    }

    .servicesDesign .designFloorImg div{
      width: 100%;
      height: 250px;
      margin-top: 50px;
    }

    .designHeadZ .halfWrap{
      padding-top: 30px;
    }

    .designHeadZ .sectionHead{
      padding: 0px;
      font-size: 1.2em;
    }

    .designHeadZ .aboutThreePara{
      padding: 0 30px;
    }

    .servicesThreeWrap .sectionTag{
      margin-bottom: 25px;
      font-size: 0.8em!important;
    }

    .servicesDesign{
      padding-bottom: 0px;
    }

    .servicesThreeWrap{
      width: 100%;
    }

    #designMore{
      margin-top: 50px;
    }

    .subPagesFWGrey .productionFloorImg div{
      background-size: cover;
      background-attachment: scroll;
    }

    a.processVideoLink{
      font-size: 1.5em!important;
      color: #ddd!important;
      box-sizing: border-box;
      width: 100%;
    }

    .subPageGreyBG p.one{
      width: 100%;
      margin-bottom: 20px;
    }

    h1.serviceTitle{
      z-index: 1;
    }

    .servicesMaterial .servicesThreeWrap .halfWrap{
      padding-top: 50px;
    }

    .sectionTwoWhite .servicesThreeWrap.one, .servicesMaterial .servicesThreeWrap.one{
      float: left;
      width: 90%;
    }

    .yellowBlack{
      margin-top: 0px;
    }

    .productionDesign .textMoveClip{
      margin-top: -50px;
    }

    .servicesDesign .productionFloorImg div{
      margin-bottom: 0px;
      margin-top: 40px;
      background-size: cover;
      height: 150px;
      background-attachment: scroll;
      width: 100%;
    }

    .servicesFacilityGif{
      width: 100%!important;
    }

    .productionDesign .halfWrap{
      width: 90%!important;
    }

    .servicesShipping{
      padding-bottom: 0px;
    }

    #services .footerLinks a{
      font-size: 1.5em;
    }

    .infraFacility .halfWrapImgDouble img:nth-child(2){
      display: block;
      margin-left: 100px;
    }

    .infraFacility .halfWrap:nth-child(3) h5{
      margin-top: 100px;
    }

    .infraFacilityVideo{
      margin-top: 0px;
    }

    .infraInHouse .screenWrapper{
      padding-top: 100px;
    }

    .infraInHouse .screenWrapper{
      padding-bottom: 0px;
    }

    .infraInHouseWrapThree{
      padding-bottom: 0px;
      padding-top: 30px;
    }

    .infraInHouseWrap .halfWrap:nth-child(2){
      padding-left: 0px;
      padding-top: 20px;
    }

    .infraInHouseWrapThree .halfWrap:nth-child(2){
      padding-top: 20px;
    }

    .infraInHouse .servicesThreeWrap .halfWrap:nth-child(2){
      padding-top: 20px;
    }

    .infraGreen .halfWrap img{
      margin-top: 80px;
    }

    .infraGreenHouseWrap{
      padding-top: 0px;
    }

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

    #infra-page .nextPageButton{
      margin-top: -300px;
      margin-bottom: 150px;
    }

    #infra-page .sectionTwoWhite{
      padding-top: 100px;
    }

    #csr{
      padding-top: 50px;
    }

    .emailInner p{
      width: 100%;
    }

    .contactInfoWrap .right{
      padding: 50px;
    }

    .g-recaptcha{
      margin-top: 40px;
    }

    .logoHeader img{
      margin-top: 30px!important;
      width: 180px;
    }
    
    .subPageWrap p{
      padding: 10px!important;
      width: 100%!important;
    }

    .subPageGreyBG p{
      margin-top: 20px!important;
    }

    .halfWrapImgBig{
      width: 100%;
    }

    .page-cover{
      margin-top: 30px;
    }

    .green-initiatives .sectionOne .halfWrap h4.one{
      padding-top: 20px;
    }

    .aboutFourInner{
      background-attachment: scroll;
    }

    .historyPhoto img{
      box-shadow: none;
      padding: 0px;
      margin: 0 auto!important;
      left: 0;
      right: 0;
      float: none;
    }

    .fullscreen.greyBlue p{
      -webkit-text-stroke: 1px #3366cc;
    }

    .csrSection.transparency .csrImg{
      padding-top: 0px;
    }

    .servicesRnD{
      padding-bottom: 100px;
    }

    #services-page .fullscreen.yellowBlack p, #infra-page .fullscreen.yellowBlack p{
      font-size: 1.8em;
      -webkit-text-stroke: 1px #000;
    }

    #services-page .fullScreen.yellowBlack, #infra-page .fullscreen.yellowBlack{
      height: auto;
      min-height: 520px;
    }

    #services-page .servicesThreeWrap .c2aMinimalWrap{
      padding-left: 20px;
    }

    #services-page .production-lean-wrap p{
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .infraInHouseWrap{
      padding-top: 40px;
    }

    .servicesThreeWrap .sectionTag{
      margin-bottom: 5px;
    }

    .sapButtonHover{
      max-height: 100%;
    }

    .outer-menu .menu > div > div > div > ul{
      margin-top: 0px;
    }

    .menuList .halfWrap.menuLeft li{
      font-size: 2em;
    }

    .menuLogo{
      width: 200px;
    }

    .menuList .halfWrap.menuLeft li:nth-child(1){
      margin-top: 50px;
    }

    .menuList .halfWrap.menuLeft li:nth-child(5){
      margin-bottom: 50px;
    }

    .page-cover{
      background-attachment: scroll;
    }

    .footerLinks{
      float: left;
    }

    .footer .halfWrap:nth-child(1){
      width: 100%;
    }
    
    .footer .halfWrap:nth-child(2){
      width: 100%;
    }

    .footer-socials-wrap{
      margin-left: 20px;
      margin-top: 40px;
    }

    .footerCopyright{
      font-size: 0.8em!important;
    }

    .sister-head{
      padding: 150px 5% 50px 5%;
    }

    .sister-brand{
      width: 100%;
      padding: 30px;
    }

    .sister-circle .historyCircle{
      top:0px;
    }

    .aboutFourInner{
      /* -webkit-text-fill-color: #fff; */
      font-size: 0.45em;
      margin-top: 25%;
    }

  }




  @media screen and (max-height: 580px) and (orientation: landscape){
    
    .menuList .halfWrap.menuLeft li{
      font-size: 2em;
    }


  }



