@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 450px) {
	/***********  
	colour pallet
	
	gradient black  #414142
	background grey #ebeced
	font grey #808285
	font-family: 'Kanit', sans-serif;
	
	************/
	
	
	/*************************************************************************
                          SUB  NAVIGATION AREA
*************************************************************************/	
.sub_nav {
	width:100%;
	overflow:hidden;
	background: rgb(65,65,66);
background: linear-gradient(90deg, rgba(65,65,66,1) 0%, rgba(0,0,0,1) 100%);
	
}

#quick_email, #quick_call {
	font-family: 'Kanit', sans-serif;
	float:right;
	padding: 10px 5px 10px 5px;
	font-size:0.9em;
	color: #d1d3d4 ;
}

#quick_email:hover{
	color:#FFFFFF;
}
#quick_call:hover {
	color:#FFFFFF;
}
	
	
		.nav_area h1 { 
font-size:1.4em;
padding: 15px 0 0 5px;
}
	






/*************************************************************************
                            splash image
*************************************************************************/	

.splash_image {
	
	height:400px;

}
#parallax_splash{
	background-image:url(../images/splash_tablet.jpg);
	
}

	
	.welcome{
	padding: 90px 0 0 20px;
	
	
	}	
	
	


/*************************************************************************
                            INTERGRATED SOLUTIONS
*************************************************************************/	

.holder{
	overflow:hidden;
}

.square {
   min-height:350px;
   }



.content_two {
background-color:#ebeced;
width: 100%;
height: 100%;
padding:10%;
}	




.content_two p {
color:#808285;
font-size:2.5vw;
line-height:3.5vw;
}



.content_two h1 {
font-family: 'Kanit', sans-serif;
color:#000000;
font-size:5vw;
}


/*************************************************************************
                            OUR ONSHORE SERVICES
*************************************************************************/	

.holder{
	overflow:hidden;
}

.square_onshore  {
  
  min-height:350px;
  
}

.square_three:after {

}

.content_three {
background-color:#ebeced;
width: 100%;
 height: 100%;
 padding:10%;
}	




.content_three p {
color:#808285;
font-size:2.5vw;
line-height:3.5vw;
}



.content_three h1 {
font-family: 'Kanit', sans-serif;
color:#000000;
font-size:5vw;
}



/*************************************************************************
                           OUR OFFSHORE SERVICES
*************************************************************************/	
.holder{
	overflow:hidden;
}

.square_offshore {
  min-height:350px;
  }

.content_four {
background-color:#ebeced;
width: 100%;
height: 100%;
padding:10%;
}	


.content_four p {
color:#808285;
font-size:2.5vw;
line-height:3.5vw;
}



.content_four h1 {
font-family: 'Kanit', sans-serif;
color:#000000;
font-size:5vw;
}



/*************************************************************************
                           QUALITY AND SAFETY ASSURED
*************************************************************************/	



.quality_details h1{
font-family: 'Kanit', sans-serif;
color:#000000;
font-size:5vw;
}


.quality_details p{
color:#808285;
font-size:2.6vw;
line-height:3.5vw;
}



/*************************************************************************
                           CONTACT US
*************************************************************************/	



.content_details{
	color:#FFFFFF;
	margin:0 auto;
	width:90%;
}

#us {
	overflow:hidden;
	font-family: 'Kanit', sans-serif;
font-size:5vw;
text-align:center;
width:100%;
border-bottom: 1px solid #FFFFFF;
padding-top:20px;
padding-bottom:10px;

}


.one {
	overflow:hidden;
	width:33.3%;
	float:left;
	
	padding-left:7%;
}

.greece {
	padding-top:30px;
	padding-bottom:30px;
	
}

.greece h1{
	font-family: 'Kanit', sans-serif;
font-size:3vw;
}

.greece li{
	margin-bottom:5px;
}



.two {
	overflow:hidden;
	width:33.3%;
	float:left;
	
	padding-left:7%;
}


.nigeria {
	padding-top:30px;
padding-bottom:30px;	
}

.nigeria h1 {
	font-family: 'Kanit', sans-serif;
font-size:3vw;
}

.nigeria li{
	margin-bottom:5px;
}

 
 
 
 .three{
	 overflow:hidden;
	width:33.3%;
	float:left;
	
	padding-left:7%;
 }
 
.south {
	padding-top:30px;
	padding-bottom:30px;
	
}


.south h1 {
	font-family: 'Kanit', sans-serif;
font-size:3vw;
}


.south li {
	margin-bottom:5px;
}


	
}