@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

/* ############ GLOBAL ############ */

html {
  scroll-behavior: smooth;
}

html, body {
	font: normal 8.5px/1.4 arial,sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	cursor: default;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background: #fffceb;
	/*background: #ed9936;*/
	/*background: #2d3c3c;*/
}

* {
	box-sizing: border-box;
}

::-moz-selection {
    background: #e8e1dc;
    text-shadow: none;
}

::selection {
    background: #e8e1dc;
    text-shadow: none;
}

a {
	text-decoration: none;
}

a:hover{
	opacity:0.7;
}

b, strong {
	font-weight: normal;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height:1.1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
}

ol, ul, li {
	list-style: none;
}

ul, menu, dir, li {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mobi {
	display: none;
}

.visible {
	-webkit-transition: all 1s;
    transition: all 1s;
	opacity: 1 !important;
}

.clearfix:after{
	display:table;
	clear:both;
	content:"";	
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

.container{
	width:100%;
	max-width:130rem;
	margin:0 auto;
	padding-left:9rem;
	padding-right:9rem;
}


/* Navigation */
nav {
	white-space: nowrap;
	background: transparent;
	/*background-color: rgba(0,0,0,0.3);*/
	width: auto;
	position: fixed;
	top: 0;
	right: 0rem;
	height: 100vh;
	display:table;
	z-index:10;
	padding-right:5rem;
}
nav ul{
	height:100vh;
  	list-style: none;
  	margin: 0;
  	padding: 0;
	display:table-cell;
	vertical-align: middle;
}
nav ul li{
	height: 15vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    display: table;
    width: 100%;
    padding-left: 2rem;
    /*background-color: rgba(0,0,0,0.1);*/
    /*transform:rotate(-90deg);*/
}
nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
  	padding: 0;
  	color: #fffceb;
  	text-decoration: none;
  	font-size:1.6rem;
  	line-height:1.5;
  	display:table-cell;
  	vertical-align: middle;
  	text-align:right;
	padding-right:2.6rem;
	border-right:2px solid #fffaec;
	opacity:0.5;
	/*text-shadow: 0px 0px 2px rgba(0,0,0,0.9);*/
	/*mix-blend-mode: difference;*/
}
nav ul li a span{
	transform: rotate(-90deg);
}
nav ul li a.current,
nav ul li a:hover {
  	opacity: 1;
  	color: #fffaec;
  	text-decoration:none;
}




#section-1,
#section-2,
#section-3,
#section-4{
	min-height:100vh;
}

/* Section 1 What we're looking for */
.hero{
	min-height:100vh;
	background-color:#fff;
	background-image:url('../images/hero-min.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	display:table;
	width:100%;
	border-top:1.4rem solid #ed9936;
}
.hero img.lucena-logo{
	width:21.6rem;
	display:inline-block;
	position:absolute;
	top:9rem;
	left:9rem;
	opacity:0;
	transition: opacity 1.5s;
}
.hero.reveal img.lucena-logo{
	opacity:1;
}
.hero .strapline-cell{
	display:table-cell;
	vertical-align:middle;
}
.hero h1{
	font-weight: 400;
	color:#fffceb;
	font-size:8.6rem;
	line-height:1.1;
	opacity:0;
	transition: opacity 1.5s;
}
.hero.reveal h1{
	opacity:1;transition-delay: 0.5s;
}


/* Section 1 What we're looking for */
#section-1 {
	background-color:transparent;
	position:relative;
}
.get-in-touch-link{
	font-weight: 500;
    padding: 6rem 3rem 6rem 0rem;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    border-right: 2px solid #fffaec;
    position:absolute;
    top:8rem;
    right:6rem;
    z-index:10;
}
.get-in-touch-link.white{
    color: #ffffff;
}
.get-in-touch-link.dark{
    color: #2d3c3c;
    border-right: 2px solid #2d3c3c;
}
.get-in-touch-link:hover{
	opacity:0.7;
	text-decoration:none;
}
#section-1 .band-1{
	padding-top:17rem;
	padding-bottom:8rem;
	border-top:1.4rem solid #2d3c3c;
	/*border-bottom:1px solid #fffceb;*/
	background-color:#ed9936;
	/*min-height:100vh;*/
}
#section-1 h2{
	font-weight: 700;
	color:#fffceb;
	font-size:4.6rem;
	margin-bottom:2rem;
}
#section-1 h3{
	font-weight: 700;
	color:#fffceb;
	font-size:2.8rem;
	margin-bottom:6rem;
}
#section-1 .intro-stratement{
	font-weight: 400;
	color:#020016;
	font-size:2.7rem;
	margin-bottom:4.5rem;
	padding-left:0rem;
	position:relative;
}
#section-1 .intro-stratement span{
	font-weight: 700;
	color:#020016;
	font-size:2.7rem;
	margin-bottom:4.5rem;
	padding-left:0rem;
	position:relative;
}
#section-1 ul{

}
#section-1 ul li{
	font-weight: 400;
	color:#020016;
	font-size:2.7rem;
	margin-bottom:4.5rem;
	max-width:91rem;
	padding-left:10rem;
	position:relative;
}
#section-1 ul li:before{
	content:' ';
	display:block;
	width:7rem;
	height:2px;
	background-color:#fffceb;
	position:absolute;
	left:0;
	top:1.5rem;
}
#section-1 ul li:last-child{
	margin-bottom:0rem;
}
#section-1 ul li span{
	font-weight: 700;
	color:#020016;
	font-size:2.7rem;
}
#section-1 .band-2{
	height: 50vh;
	background: transparent;
	border-top:1.4rem solid #2d3c3c;
	/*background: #ed9936;*/
	/*background-image:url('../images/image2-min.jpg');*/
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}
#section-1 .band-3{
	background-color:#ed9936;
	padding-bottom:9rem;
}
#section-1 .band-3 .video-surround{
	max-width:952px;
	margin:0 auto;
}
#section-1 .band-3 .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#section-1 .band-3 .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Section 2 About Lucena */
#section-2 {
	background:transparent;
	position:relative;
}
#section-2 .band-1{
	position:relative;
	padding-top:17rem;
	padding-bottom:12rem;
	border-top:1.4rem solid #2d3c3c;
	border-bottom:1.4rem solid #ed9936;
	background-color:#fffceb;
}
#section-2 .band-1 .nav-band{
	position:absolute;
	width:23.5rem;
	background-color:#ed9936;
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	top:0px;
	right:0;
    z-index: 9;
    opacity:1;
    /*transition:opacity 0.5;*/
}
/*#section-2 .band-1:hover .nav-band{
    opacity:1;
    transition:opacity 0.5;
}*/
#section-2 h2{
	font-weight: 700;
	color:#ed9936;
	font-size:4.6rem;
	margin-bottom:7rem;
}
#section-2 .container .row{
	display:flex;
	flex-wrap:wrap;
}
#section-2 .approach-unit{
	padding-top:1rem;
	padding-left:9rem;
	background-size:5rem;
	background-position:left top;
	background-repeat:no-repeat;
}
#section-2 .approach-unit.unit-1{
	background-image:url('../images/icon3.png');
}
#section-2 .approach-unit.unit-2{
	background-image:url('../images/icon6.png');
}
#section-2 .approach-unit.unit-3{
	background-image:url('../images/icon5.png');
}
#section-2 .approach-unit.unit-4{
	background-image:url('../images/icon2.png');
}
#section-2 .approach-unit.unit-5{
	background-image:url('../images/icon4.png');
}
#section-2 .approach-unit.unit-6{
	background-image:url('../images/icon1.png');
}
#section-2 .approach-unit h3{
	font-weight: 700;
	color:#020016;
	font-size:2.7rem;
}
#section-2 .approach-unit p{
	font-weight: 400;
	color:#020016;
	font-size:2.7rem;
	margin-bottom:7rem;
	max-width:41.5rem;
}
#section-2 .band-2{
	height: 50vh;
	background:transparent;
	/*background-image:url('../images/image30-min.jpg');*/
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}


/* Section 3 Our approach */
#section-3 {
	background-color:#2d3c3c;
	position:relative;
}
#section-3 .band-1{
	border-top:1.4rem solid #ed9936;
	padding-top:17rem;
	padding-bottom:17rem;
}
#section-3 h2{
	font-weight: 700;
	color:#ed9936;
	font-size:4.6rem;
	padding-bottom:7rem;
	position:relative;
}
#section-3 h2:after{
	content:' ';
	display:block;
	width:7rem;
	height:0.5rem;
	background-color:#fffceb;
	position:absolute;
	left:0;
	bottom:3rem;	
}
#section-3 h3{
	font-weight: 700;
	color:#ed9936;
	font-size:2.7rem;
	margin-bottom:7rem;
	max-width:74rem;
	line-height: 1.4;
}
#section-3 .process-unit{
	padding-left:3rem;
	margin-bottom:5rem;
    max-width: 88.5rem;
    position:relative;
}
#section-3 .process-unit.unit-4{
	margin-bottom:0rem;
}
#section-3 .process-unit:before{
	display: block;
    width: 0.9rem;
    height: 0.9rem;
    color: #ed9936;
    position: absolute;
    left: 0;
    top: -0.4rem;
    font-size: 2.7rem;
    font-weight: 700;
}
#section-3 .process-unit.unit-1:before{
	content:'1.';
}
#section-3 .process-unit.unit-2:before{
	content:'2.';
}
#section-3 .process-unit.unit-3:before{
	content:'3.';
}
#section-3 .process-unit.unit-4:before{
	content:'4.';
}
#section-3 .process-unit h4{
	font-weight: 700;
	color:#ed9936;
	font-size:2.7rem;	
}
#section-3 .process-unit p{
	font-weight: 400;
	color:#fffceb;
	font-size:2.2rem;	
	line-height:1.6;
}
#section-3 .process-unit ul li{
	font-weight: 400;
	color:#fffceb;
	font-size:2.2rem;		
	line-height:1.6;
}
#section-3 .band-2{
	border-top:1.4rem solid #ed9936;
}


/* Section 4 About me */
#section-4 {
	border-top:1.4rem solid #ed9936;
	position:relative;
}
#section-4 .band-1{
	padding-top:17rem;
	padding-bottom:17rem;
	position:relative;
	background-color: #fff;
	border-bottom: 1.4rem solid #ed9936;
}
#section-4 .band-1 .nav-band{
	position:absolute;
	width:23.5rem;
	background-color:#ed9936;
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	top:0px;
	right:0;
    z-index: 0;
    margin:0;
}
#section-4 h2{
	font-weight: 700;
	color:#ed9936;
	font-size:4.6rem;
	padding-bottom:7rem;
	position:relative;
    line-height: 1.4;
}
#section-4 p{
	color:#020016;
	font-size:2.4rem;
	max-width:45rem;
    line-height:1.8;
    margin-bottom:1.8rem;
}
#section-4 p a{
	color:#ed9936;
	font-size:2.4rem;
    line-height:1.8;
    margin-bottom:1.8rem;
    text-decoration:underline;
}
#section-4 img{
    width: 506px;
    max-width: none;
    margin-bottom:5rem;
}
#section-4 .band-1 .row{
	position:relative;
}
#section-4 .band-1 .row:before{
	content:' ';
	width:calc(100% + 9rem);
	height:66rem;
	background-color:#fffceb;
	position:absolute;
	top:-7rem;
	left:-2rem;
}
#section-4 .band-2{
	height: 50vh;
	background:transparent;
	/*background-image:url('../images/image3-min.jpg');*/
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}


/* Section 5 Get in touch */
#section-5{
	padding-top:20rem;
	padding-bottom:19rem;
	background-color:#2d3c3c;
	border-top: 1.4rem solid #ed9936;
}
#section-5 h3{
	font-weight: 700;
	/*font-size:2.85rem;*/
	font-size:4.6rem;
	color:#ed9936;
	text-align:center;
	margin-bottom:2.5rem;
}
#section-5 p{
	/*font-size:1.6rem;*/
	font-size:2.2rem;
	color:#ed9936;
	text-align:center;
	margin-bottom:4rem;
}
#section-5 p a{
	/*font-size:1.6rem;*/
	font-size:2.2rem;
	color:#ed9936;
	text-align:center;
}
#section-5 a.get-in-touch{
	font-size: 1.6rem;
    font-weight: 500;
    border: 0.3rem solid #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 1.5rem 4.5rem 1.3rem 4.5rem;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	margin-bottom:3.5rem;
}
#section-5 a.get-in-touch:hover{
    background-color:#ffffff;
    color: #2d3c3c;
    text-decoration: none;
    opacity:1;
}
#section-5 .social-surround{
	margin:0 auto;
	display:table;
}
#section-5 .social-surround .linkedin{
	width:3.3rem;
	height:3rem;
	background-image:url('../images/icon_linkedin.svg');
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	display:inline-block;
	margin:0 1rem;
}
#section-5 .social-surround .email{
	width:2.2rem;
	height:2rem;
	background-image:url('../images/icon_email.svg');
	background-size:contain;
	background-position:center bottom;	
	background-repeat:no-repeat;
	display:inline-block;
	margin:0 1rem;
}




@media only screen and (max-width: 1399px) {

	.get-in-touch-link {
	    font-size: 2.1rem;
	    top: 6rem;
	    right: 4rem;	
	}

}


@media only screen and (max-width: 1199px) {

	#section-2 .band-1 .nav-band,
	#section-4 .band-1 .nav-band {
	    width: 4.5rem;
	}

	.get-in-touch-link {
	    font-size: 2.1rem;
	    top: 4rem;
	    right: 3rem;
	    padding: 4rem 2.7rem 4rem 0rem;
	}
	
}


@media only screen and (max-width: 1059px) {
	
	#section-4 img {
	    width: 100%;
	}
	#section-4 .band-1 .row:before {
	    width: calc(100% + 4rem);
	}
	
}


@media only screen and (max-width: 991px) {
	
	html, body {
		font: normal 7.5px/1.4 arial,sans-serif;
	}
	.container{
		padding-left:6rem;
		padding-right:9rem;
	}

	.hero img.lucena-logo {
	    top: 6rem;
	    left: 6rem;
	}
	#section-2 .approach-unit p {
	    max-width: none;
	}
	/*#section-3 .process-unit {
	    padding-left: 5rem;
	}*/
	#section-3 .process-unit:before {
	    left: 0rem;
	}
	#section-4 p {
	    max-width: none;
	}
	#section-4 img {
	    margin-top: 3rem;
	}
	
}


@media only screen and (max-width: 970px) {

	#section-1 .band-3 {
	    background-color: #ed9936;
	    padding-bottom: 0rem;
	}

}


@media only screen and (max-width: 767px) {
	
	html, body {
		font: normal 6.5px/1.4 arial,sans-serif;
	}
	#section-2 .container .row .col-sm-6{
		width:100%;
	}
	.container{
		padding-left:3rem;
		padding-right:9rem;
	}

	.hero img.lucena-logo{
	    top: 4rem;
	    left: 3rem;
	}
	.hero .strapline-cell {
	    display: table-cell;
	    vertical-align: bottom;
	    padding-bottom: 8vh;
	}
	.hero h1 br{
	    display:none;
	}
	.hero h1 {
	    font-size: 6.6rem;
	}
	
}

@media only screen and (orientation: portrait) and (max-width: 767px) {
	
	.hero{
		background-image:url('../images/hero_mobile-min.jpg');
	}
	
}

@media only screen and (max-width: 500px) {
	
	
	
}


@media only screen and (max-width: 400px) {
	
	
	
	
	
}

/* Nav */
@media only screen and (max-width: 1199px) {
	
	/* Navigation */
	nav {
		left: 100vw;
	    white-space: nowrap;
	    /*background-color: rgba(0,0,0,0.3);*/
	    width: 100vh;
	    position: fixed;
	    /* top: 100vh; */
	    /* right: 0rem; */
	    height: auto;
	    display: table;
	    z-index: 10;
	    padding-right: 0rem;
	    transform: rotate(90deg);
	    transform-origin: top left;
	}
	nav ul{
		height: auto;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    display: block;
	    vertical-align: middle;
	}
	nav ul li{
		height: auto;
	    margin-left: 1vh;
	    margin-right: 1vh;
	    display: inline-block;
	    width: 17.8vh;
	    padding-left: 0rem;
	    vertical-align: top;
	    margin-top: 20px;
    	margin-bottom: 0.5vh;
	}
	nav ul li a {
		font-weight: 500;
	    padding: 0;
	    color: #fffceb;
	    text-decoration: none;
	    font-size: 1.6rem;
	    font-size:1.5vh;
	    line-height: 1.5;
	    display: block;
	    vertical-align: top;
	    text-align: center;
	    padding-right: 0rem;
	    width: 100%;
	    border-bottom: 2px solid #fffaec;
	    border-right: 0px solid #fffaec;
	    opacity: 0.5;
	    transform: rotate(180deg);
	}
	nav ul li a br{
		display:none;
	}
	nav ul li a.current,
	nav ul li a:hover {
	  	opacity: 1;
	  	color: #fffaec;
	  	text-decoration:none;
	}
	
}

@media only screen and (max-width: 767px) {
	
	/* Navigation */
	nav ul li{
	    margin-top: 1vw;
	}

}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s;
}


/* Background-check styling */
nav ul li a.background--light {
    color: #2d3c3c;
    border-right: 2px solid #2d3c3c;
}
nav ul li a.background--dark {
    color: #fffceb;
    border-right: 2px solid #fffceb;
}