@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
}

html{
	background-color: #fff;
	color: #414040;
	font-family: "Lato","Arial",sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	scroll-behavior: smooth;
	
}

.row{
	max-width: 1140px;
	/*margin: 0 auto 0 auto; */
	margin: 0 auto;
	
	
}

section{
	padding: 80px 0;
}

.clearfix{zoom:1}
.clearfix:after{
	content: '.';
	clear:both;
	display: block;
	height: 0;
	visibility: hidden;
}


/* --------------------------------- */
/* HEADER */
/* --------------------------------- */
header{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.70)),to(rgba(0,0,0,0.60))),url("resources/imgs/thisisengineering-raeng-CUA-_IGpXXo-unsplash.jpg");
	background-image:linear-gradient(rgba(0,0,0,0.70),rgba(0,0,0,0.60)),url("thisisengineering-raeng-CUA-_IGpXXo-unsplash.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	background-attachment: fixed;
	
	
}



/* --------------------------------- */
/* HEADINGS */
/* --------------------------------- */
h1,h2,h3{
	font-weight: 300;
	text-transform: uppercase;
	
	
}

h1{
top: 35%;
left: 27%;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #FFFFFF;
font-size: 240%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 70px;
-webkit-animation: fadeIn 5s;
        animation: fadeIn 5s;

/*animation: fadeIn 16s;*/

}

/*
@keyframes fadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}*/


.tag-line{
top: 52%;
left: 50%;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
color: #FFFFFF;
font-size: 140%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 87px;
-webkit-animation: fadeIn 16s;
        animation: fadeIn 16s;

}


@-webkit-keyframes fadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


@keyframes fadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

h2{
font-size: 180%;
word-spacing: 2px;
text-align: center;
margin-bottom: 30px;
letter-spacing: 1px;
}

h2:after{
	display:block;
	height: 2px;
	background-color: #FFE105;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
}
.our-services{
font-size: 130%;
word-spacing: 2px;
text-align: center;
margin-bottom: 30px;
letter-spacing: 1px;



}



h3{
	font-size: 110%;
	margin-bottom: 15px;
	text-align: center;
}

h4{
	font-size: 120%;
}

/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	float:right;
	list-style: none;
	position:fixed;
    background-color: rgba(51,51,51,0.9);
	width: 100%;
        right: 2px;
	z-index: 1;
	
}



.main-nav li{
	display: inline-block;
	margin-left: 40px;
	margin-top: 35px;
	text-align: center;
	
	
}


.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: border-bottom 0.2s border-top 0.2s;
	transition: border-bottom 0.2s border-top 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
	border-bottom: 2px solid #FFE105;
	border-top: 2px solid #FFE105;
}



.logo{
	height: 70px;
	width:auto;
	float:left;
	margin-left: 1%;
	margin-top:0%;
	padding-bottom: 20px;
	
	
	
}

.logo2 {
	height: 50px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: -20%;
}



/* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 75%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}

.btn,
input[type=submit]{
	display: inline-block;
	padding: 10px 30px;
	font-weight:300;
	text-decoration: none;
	border-radius: 200px;
	-webkit-transition: background-color 0.2s border 0.2s color 0.2s;
	transition: background-color 0.2s border 0.2s color 0.2s;
}

.btn:hover,
.btn:active{
	background-color: rgba(182,190,2,0.30);
	
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active{
	background-color:rgba(182,190,2,0.50);
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
	background-color: #FFE105;
	border: 1px solid #FFE105;
	font-weight: 400;
}

.btn-ghost:link,
.btn-ghost:visited{
	border: 1px solid #FFE105;
	color:#FFE105;
}

.btn-ghost:hover,
.btn-ghost:active{
	border: 1px solid rgba(182,190,2,0.30);
	color:#FFE105;
}



/* --------------------------------- */
/* FEATURES */
/* --------------------------------- */

#section-features .long-copy{
	margin-bottom: 30px;
}


/* --------------------------------- */
/* PARAGRAPHS */
/* --------------------------------- */

.long-copy{
	
	line-height: 145%;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	
}
/* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */
.service-boxes{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
	
}
.service-boxes .box{
	position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 280px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}

.service-boxes .box .icon{
	position: relative;
	width: 80px;
	height: 80px;
	color: #fff;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 700;
	-webkit-transition: 1s;
	transition: 1s;
}

.service-boxes .box:nth-child(1) .icon{
	-webkit-box-shadow: 0 0 0 0 #FFE105;
	        box-shadow: 0 0 0 0 #FFE105;
	background: #FFE105;
}

.service-boxes .box:nth-child(1):hover .icon{
	-webkit-box-shadow: 0 0 0 400px #FFE105;
	        box-shadow: 0 0 0 400px #FFE105;
}

.service-boxes .box:nth-child(2) .icon{
	-webkit-box-shadow: 0 0 0 0 #FFE105;
	        box-shadow: 0 0 0 0 #FFE105;
	background: #FFE105;
}

.service-boxes .box:nth-child(2):hover .icon{
	-webkit-box-shadow: 0 0 0 400px #FFE105;
	        box-shadow: 0 0 0 400px #FFE105;
}

.service-boxes .box:nth-child(3) .icon{
	-webkit-box-shadow: 0 0 0 0 #FFE105;
	        box-shadow: 0 0 0 0 #FFE105;
	background: #FFE105;
}

.service-boxes .box:nth-child(3):hover .icon{
	-webkit-box-shadow: 0 0 0 400px #FFE105;
	        box-shadow: 0 0 0 400px #FFE105;
}

.service-boxes .box:nth-child(4) .icon{
	-webkit-box-shadow: 0 0 0 0 #FFE105;
	        box-shadow: 0 0 0 0 #FFE105;
	background: #FFE105;
}

.service-boxes .box:nth-child(4):hover .icon{
	-webkit-box-shadow: 0 0 0 400px #FFE105;
	        box-shadow: 0 0 0 400px #FFE105;
}

.service-boxes .box .content{
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	
}

.service-boxes .box:hover .content{
	color: #fff;
}

.service-boxes .box .content p{
	font-size: 90%;
	font-weight: 400;
}

/* --------------------------------- */
/* ENGINEERING SECTION*/
/* --------------------------------- */

#engineering-section{
	
	background-image: url("resources/imgs/extra_clean_paper.png");
}

.slideshow{
	width: 700px;
	height: 400px;
	overflow: hidden;
	margin-left: 23%;
	margin-top: -32%;
	position: relative;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 45%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bar{
	width:40px;
	height: 40px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}

.bar:hover{
	background:#fff;
}

input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.slide{
	width:20%;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	
}

.slide img{
	width: 90%;
	height: 90%;
	border: 1px solid #000;
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
	
	
}

.description{
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 5px;
}

.slide img:hover{
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	cursor: pointer;
	opacity: 0.9;
}




.details{
	margin-top: 10%;
	margin-left: 5%;
	font-size: 90%;
	display: inline-block;
	text-decoration: none;
	background: #fff;
	color: #333;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	        box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	border-bottom: solid 3px #FFE105;
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
}

.details2{
	margin-top: -50%;
	margin-left: 85%;
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.details3{
	margin-top: 5%;
	margin-left: 85%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	
}

#r1:checked ~ .s1{
	margin-left: 0;
}

#r2:checked ~ .s1{
	margin-left: -20%;
}

#r3:checked ~ .s1{
	margin-left: -40%;
}
#r4:checked ~ .s1{
	margin-left: -60%;
}
#r5:checked ~ .s1{
	margin-left: -80%;
}
/* --------------------------------- */
/* MANAGEMENT*/
/* --------------------------------- */
#management-section{
	background-image:#fff;
}

.slide1 img{
	
	-webkit-transform:skewX(20deg);
	
	        transform:skewX(20deg);
	
}


.details1{
	border-radius: 50%;
	background-color: rgba(182,190,2,0.30);
}
.details4{
	margin-top: -50%;
	margin-left: 85%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	background-color: rgba(182,190,2,0.30);
}

.details5{
	margin-top: 5%;
	margin-left: 85%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: rgba(182,190,2,0.30);

}


#r6:checked ~ .s2{
	margin-left: 0;
}

#r7:checked ~ .s2{
	margin-left: -20%;
}

#r8:checked ~ .s2{
	margin-left: -40%;
}
#r9:checked ~ .s2{
	margin-left: -60%;
}
#r10:checked ~ .s2{
	margin-left: -80%;
}

/* --------------------------------- */
/* MATERIAL SECTION*/
/* --------------------------------- */
#material-section{
	background-image: url("resources/imgs/extra_clean_paper.png");
	
}
.slide2 img{
	
	-webkit-transform:skewY(20deg);
	
	        transform:skewY(20deg);
	
}

.details6{
	
	background-color: #fff;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	width: 150px;
	height: 100px;
	line-height: 100px;
}
.details7{
	margin-top: -50%;
	margin-left: 85%;
	width: 150px;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.details8{
	margin-top: 5%;
	margin-left: 85%;
	width: 150px;
	height: 100px;
	line-height: 100px;
   background-color: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

#r11:checked ~ .s3{
	margin-left: 0;
}

#r12:checked ~ .s3{
	margin-left: -20%;
}

#r13:checked ~ .s3{
	margin-left: -40%;
}
#r14:checked ~ .s3{
	margin-left: -60%;
}
#r15:checked ~ .s3{
	margin-left: -80%;
}





/* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */
#training-section{
	background-image: url("resources/imgs/ev-zQtmZjMdejU-unsplash.jpg");
}
.video-ansa-chem{
	margin-left: 28%;
	margin-top: 2%;
	width: 600px;
	height: 300px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}



/* --------------------------------- */
/* TESTIMONIALS */
/* --------------------------------- */

.section-testimonials{
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.80)),to(rgba(0,0,0,0.80))),url("resources/imgs/andrew-neel-cckf4TsHAuw-unsplash.jpg");
	background-image: linear-gradient(rgba(0,0,0,0.80),rgba(0,0,0,0.80)),url("resources/imgs/andrew-neel-cckf4TsHAuw-unsplash.jpg");
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
	
}
blockquote{
	padding: 2%;
	font-style: italic;
	line-height: 145%;
	position: relative;
	margin-top: 40px;
}
blockquote:before{
	content: "\201C";
	font-size: 500%;
	display: block;
	position: absolute;
	top:-5px;
	left:-5px;
	
}

cite{
	font-size: 90%;
	margin-top: 25px;
	display: block;
	
}

cite img{
	width:45px;
	height:45px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

/* --------------------------------- */
/* FORM */
/* --------------------------------- */
#section-form a{
    color: #000;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 400;
    
}

#section-form a:hover{
    text-decoration:underline;
    -webkit-text-decoration-color: #000;
            text-decoration-color: #000;
    opacity: 0.8;
}


/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding: 10px;
	font-size: 80%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
	
	
	
}

.footer-nav{
	list-style: none;
	float:left;
	color: #888;
  
	
}

.social-links{
	list-style: none;
	
}


.footer-nav li,
.social-links li{
	display: block;
	margin-right: 50px;
	padding: 5px;
    

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{	
	
	text-decoration: none;
	border:0;
	color: #888;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
   
}

.footer-nav li a:hover,
.footer-nav li a:active{
	color: #ddd;
    
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 100%;
     
    
}
.ion-ios-telephone,
.ion-printer,
.ion-ios-telephone-outline,
.ion-ios-email{
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	
	
}

.ion-ios-telephone:hover{
	color: #C4AC03;
	
}

.ion-printer:hover{
	color: #C4AC03;
	
}

.ion-ios-telephone-outline:hover{
	color: #C4AC03;
	
}

.ion-ios-email:hover{
	color:#C4AC03;
	
}

footer p{
	color: #888;
	text-align: center;
	
}
.footer-nav .footer-links{
	font-size: 120%;
	color: #FFE105;
	text-transform: uppercase;
   
	
}

.social-links .footer-links{
	font-size: 120%;
	color: #FFE105;
	text-transform: uppercase;
        
	
	
}

.vertical-line{
	width:1px;
	height: 300px;
	background-color: #474747;
	margin-left: 12%;
}

.copyright{
	font-size:70%;
	background-color:#f4f4f4;
}

 