@charset "utf-8";
/* CSS Document */



ul, ol {			/* remove syling from lists */
	list-style:none;	
	padding:0;
	margin:0;
}

a img {
	border:0;		/* remove border from linked images */
}

img{				/* makes images resize to their container */
	max-width:100%;
	height:auto;	
}

body{			/* removes default margin and set font for whole doc */
	margin:0;	
	font-family: 'Roboto', sans-serif;
	color:#000000;
}

h1{
	text-align: center;
	font-weight:300;
	font-size: 2.2em;
	color: #e63027;
	
}

h2{
	text-transform: uppercase;
	text-align: left;
	color:  #00629B;
	padding-top: 1.2em;
}

h3{
	font-weight: 500;
	font-size: 1.6em;
	color:  #00629B;

	
}

h4{
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-size: 0.8em;
	color:rgba(117,117,117,1.00);
	padding: 0 0 0.5em 0;
	
}


h5{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6em;
	color: #e63027;
	text-align: left;

	
}



/*nav and logo in nav.css*/


/*------------LOGO RESCALLING-------------*/

.navigation {
  	height: 115px;
 	background-color: rgba(255,255,255,1.00);
	position: fixed;
	width: 100%;
	font-weight:300;
	font-size:1.0em;
	z-index: 5;
}
.nav-container {
  max-width: 90%;
  margin: 0 auto; 
  padding-top: 0.5em;
}

nav {
  float: right; 
	
}



/*---------SLIDESHOW-----------------*/

.hero-home{
	width: 100%;
	height: 750px;
	position: relative;
}


.hero-inner-home{
	position: absolute;
	width: 100%;
}

.hero-text-home {
	width: 50%;
	text-align: center;
	position:absolute;
	top: 360px;
	left: 21%;
	background-color: rgba(0,96,156,0.90);
	padding: 2.8em 2.8em 2.8em 4.8em;
	z-index: 4;
	
}

.hero-text-home a{
	text-align: left;
	font-weight:300;
	font-size: 2.2em;
	color: #FFFFFF;
	

}

#slideshow {
  margin: 5% auto;
  position: relative;

}

#slideshow > div {
  position: absolute;
	clear: both;

}



/*---------SLIDESHOW END-----------------*/



/*INTRO TEXT*/

.intro-text{
	width: 80%;
	margin:0 auto;
	padding-top: 10.8em;
	padding-bottom: 2.8em;
	text-align: left;

}	

.intro-text-inner{
width: 80%;
	padding-bottom: 3.8em;
}

.intro-text-inner p{
	color: #424242;
	font-size: 1.4em;
	font-weight: 300;
	opacity: 0;
	width: 80%;
}

.intro-text-terms{
	width: 100%;
	margin:0 auto;
	padding-top: 10.8em;
	text-align: left;

}	

.intro-text-inner-terms{
	width: 90%;
	

	margin:0 auto;
	
}

.intro-text-inner-terms p{
	color: #323232;
	font-size: 1.4em;
	font-weight: 300;

	width: 75%;
}

/*JOBS*/

.jobs{
	background-image: url(../images/job-background.jpg);
	background: cover;
	background-repeat: no-repeat;
	padding-bottom: 6.8em;
	background-position: left;
	clear: both;
	width: 100%;
	


}

.jobs-inner{
	width: 30%;
	background-color: rgba(0,96,156,0.85);
	padding: 4.1em;
	margin-top: 0.5em;
	margin-left: 5.8em

	
}

.jobs-inner p{
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 300;
	padding-left: 1.9em;
	width: 88%;
}

.jobs-inner p strong{
	color: #FFFFFF;
	font-size:1.1em;
	font-weight: 900;
}

.jobs-inner a{
	color: #3c3c3b;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 700;
	padding: 2.9em;
	width: 88%;	
}

.jobs-inner a:hover{
	color: #FFFFFF;
	transition: 1s;
}

/*STATEMENT*/

.statement{
		background-image: url("../images/Turn-key solutions.png");

	background-repeat: no-repeat;
	padding-bottom: 6.8em;
	 height: 100%; 
  background-position: center;

  background-size: cover;
	
	clear: both;


}

.statement-inner{
	width: 50%;
	background-color: rgba(0,96,156,0.85);
	padding: 4.5em;
	opacity: 0;	
	margin-top: 1.2em;
}

.statement-inner p{
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 300;
	padding-left: 1.9em;
	width: 88%;

}

.btn-download {
  background-color: #323232;
  border: none;
  color: #FFFFFF;
  padding: 1.1em;
  font-size: 0.7em;
  cursor: pointer;
  transition:1s;
  border-radius: 16px;
	 text-transform: uppercase;
	font-weight: 700;
}

/* Darker background on mouse-over */
.btn-download:hover {
  background-color: rgba(7,27,39,1.00);
  transition:1s;
  
}

/*--------------------------CASE STUDY THREE IN A BLOCK SECTION-----------------------------------*/



.case-study-sections{
	margin: 0 auto;
	width: 90%;
	padding-top: 3.8em;
	padding-bottom: 5.8em;
text-align: center;
}
.case-study-sections h2{
padding: 1.4em;
}


.case-study-block {
  display: flex;
  flex-wrap: wrap;
	
}

.case-study-block > div {
  

}

.case-study-block p{
	line-height: 0;
	
}

.case-study-block img{

	

}
.case-study-block img:hover{

}

/*---------CASE STUDY HOVER OVER TEXT SECTION-----*/

.image-teaser {
 	margin: 0 auto;
  position: relative;
  width: 29%;
 text-align: center;
	margin-bottom: 1.2em;

}

.image {
  display: block;
  width: 100%;

}

.image-teaser-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  opacity: 0;
  transition: .5s ease;
  background-color:rgba(0,96,156,0.8);
}

.image-teaser:hover .image-teaser-overlay {
  opacity: 1;
}

.image-teaser-text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-teaser p{
	font-weight:300;
	color: #FFFFFF;
	font-size: 1.2em;	
	line-height: 1.2em;

}

.image-teaser span{
	font-weight:700;
font-size: 1.4em;
}




									/*the team section*/

.the-team{
	clear: both;
	background-color: #dadada;
		width: 100%;
	padding-top: 4.8em;
	padding-bottom: 10em;
}

.the-team-inner{
	margin: 0 auto;
	width: 80%;
	padding: 0em;
}


.team-members {
    width: 47%;
    display: inline-block;
    padding: 3em 2em 0 0; 
    vertical-align: top; /* add this */
}
.team-members img{
	width: 100%;
}

.team-members ul{
	list-style-type: circle;
	line-height: 1.8em;
	padding-left: 2em;
	margin-bottom: 2.8em;
	font-size: 1.1em;
		color: #3c3c3b;
}




.the-team-inner p{
	font-size: 1.4em;
	width: 60%;
	color: #3c3c3b;
}
.the-team-inner a{
	font-size: 0.8em;
	font-weight: 700;
	width: 60%;
	color: rgba(0,96,156,1);
	text-decoration: none;
	text-transform: uppercase;
}

.the-team-inner a:hover{
	transition: 0.5s;
	color: rgba(0,96,156,0.5);
}







.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.4em;
	padding-left: 1.2em;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 1.5em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.content p{
	width: 95%;
	font-size: 1.2em;
}



/*content for products top and bottom*/

.products-intro-end{
	text-align: center;
	width: 100%;


}
.products-intro-end p{
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 0.8em;
}

.products-intro-end h2{
	text-align: center;
	padding-top: 1.9em;
}



/*NEWS*/

.news{
	width: 100%;
	margin: 0 auto;
	padding: 4.8em 0;
	text-align: center;
	line-height: 1.2em;
	
}

.news img{
	
	
}

.news p{
	font-size: 1.4em;
	width: 80%;
	margin: 0 auto;
	line-height: 1.4em;
	
}

.news a{
	text-decoration: none;
	color: #3A3A3A;
}

.news a:hover{
	color: #00629B; 
}

#slideshow-text {
  margin: 0 auto;
  position: relative;
 height: 180px;
width: 100%;
}

#slideshow-text > div {
  position: absolute;
	 margin: 0 auto;
top: 10px;
  width: 100%;
  height: 150px;
}

/*CONTACT US CARD*/


.contact-cards-outter{
	margin: 0 auto;
	width: 82%;
	padding-top: 4.8em;

}
.contact-cards-block {
  display: flex;
  flex-wrap: wrap;
}

.contact-cards-block > div {
  width: 48%;
  margin: 1%;
	background-color: #ededed;
	text-align: center;
	padding: 2.8em 0;

}

.contact-cards-block p{
	font-weight:300;
	color: #53575a;	
	line-height: 1.2em;
	font-size: 1.2em;
	
}

.contact-cards-block span{
	font-weight:500;
	color: #16649a;	
	line-height: 1.2em;
	font-size: 0.8em;

}

.contact-cards-block a{
	font-weight:300;
	color: #FFFDFD;	
	line-height: 1.2em;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0.8em;
	margin-top: 2em;
}

.talkbutton {
  background-color: #16649a; /* Green */
  border: none;
  color: white;
  padding: 20px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.talkbutton:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.fa {
width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 15px 2px 10px 2px;

}


.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #16649a;
  color: white;
}

.fa-twitter {
  background: #dc2597;
  color: white;
}


.fa-linkedin {
  background: #0093c9;
  color: white;
}

.fa-instagram {
  background: #f4b223;
  color: white;
}

/*CONTACT US BAR*/

.contact-us-bar{
	background-color: rgba(0,98,155,1);
	width: 85%;
	margin-top: 1.8em;
	margin-bottom: 4em;
	clear: both;

}

.contact-us-bar-inner{
	text-align: right;
	padding-right: 2.8em;
	
}

.contact-us-bar a{
	color: rgba(255,255,255,1.00);
	font-size: 1.6em;
	font-weight: 300;
	padding: 0.9em 0.8em 1.8em 0;
	display: inline-block;
	text-decoration: none;
	
}

.contact-us-bar a:hover{
	color: rgba(255,255,255,0.50);
	transition: .5s ease;
}

/*CONTACT US BAR END*/


/*FOOTER*/

.footer{
	background-color:#706F6F;
	padding: 0.2em 0 2.8em 0;
	margin-top: 2.8em;
	
}

.footer-inner{
width: 90%;
margin:0 auto;
padding: 1.8em 0 2.8em 0;
font-size: 0.9em;
line-height: 0.5em;
	text-align: center;

	
}

.footer-inner-one{
	width: 100%;
	float: left;
}

.footer-inner-two{
	width: 33.3%;
	float: left;
	text-align: center;
}

.footer-inner-three{
	width: 33.3%;
	float: left;
	text-align: right;

}

.footer p{
	color: rgba(255,255,255,1.00);

}

.footer a{
	color: rgba(255,255,255,1.00);
text-decoration: none;
}

.footer a:hover{
	color: #00629B; 
}

.footer img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/*FOOTER END*/

@media screen and (max-width:1655px){

h3{
		font-size: 1.1em;
		
	}

}


/*-----------------------------------------SMALLER 1440 WIDE SCREENS-----------------------------------*/

@media screen and (max-width:1440px){
	
	
.hero-home{
	height: 420px;

}

.hero-text-home {
	top: 220px;
}

.hero-text-home a{
	font-size: 1.6em;
}

.intro-text-inner{
	width: 75%;	
	
}

.intro-text p{
	font-size: 1.2em;
	}

.the-team-inner{
	margin: 0 auto;
	width: 100%;
	padding: 0em;
}

.team-members {
    width: 24%;
    display: inline-block;
    padding: 3.2em;
}
	
}



@media screen and (max-width:640px){

/*---------------IMAGE HEADER----------------*/

	
.hero-home{
	padding:15em 0 0 0;
	background: url("../images/home-header-image.png") no-repeat bottom center;
    background-size: cover;
}

	#slideshow{
		display: none!important;
	}

.hero-text-home {
	top: 0px;
	padding: 2.8em;

}

.hero-text-home a{
	font-size: 1.4em;

}

.intro-text-inner{
	width: 100%;
	text-align: center;
}

.intro-text p{
	font-size: 1.1em;
	width: 80%;
	margin: 0 auto;
	}
	
	.intro-text h2{
		text-align: center;
	}

.intro-text{
	padding-top: 0.8em;

}	
	
	
.the-team-inner{
	margin: 0 auto;
	width: 80%;
	padding: 1.8em;
}
	
	.the-team-inner p{
	margin: 0 auto;
	width: 85%;
	padding: 1.8em;
}


.team-members {
	margin: 0 auto;
    width: 100%;
    padding: 0em;
}
	
	/*JOBS SMALL*/

.jobs{
	background-image: url("../images/job-background.jpg");
	background: cover;
	background-repeat: no-repeat;
	padding-bottom: 0em;
	background-position: left;
	clear: both;


}

.jobs-inner{
	width: 90%;
	background-color: rgba(0,98,155,0.75);
	padding:0.9em;
	margin: 0 auto;
	text-align: center;
}

.jobs-inner p{
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: 300;
	width: 80%;

}
	
	/*--------------------------CASE STUDY THREE IN A BLOCK SECTION-----------------------------------*/



.case-study-sections{

	padding-top: 1.8em;

}


.case-study-block > div {
  width: 100%;

}

.case-study-block p{
	line-height: 1.2em;
	
}
	
	.case-study-sections h2{
padding: 0;
}


	
	
/*STATEMENT*/

.statement{
	background-image: url("../images/Turn-key solutions.png");
	background: cover;
	background-repeat: no-repeat;
	padding-bottom: 0em;
	background-position: left;
	clear: both;


}

.statement-inner{
	width: 90%;
	background-color: rgba(0,98,155,0.75);
	padding:0.9em;
	opacity: 0;	
	margin: 0 auto;
	text-align: center;
}

.statement-inner p{
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: 300;
	width: 80%;

}
	
	
	
	
	
	.contact-us-bar{
		width: 100%;
	}	
	
	.footer-inner{
		width: 100%;}
	
	
.footer-inner-one{
	padding: 0;
	width: 100%;
	background-color:#706F6F;
	text-align: center;
}

.footer-inner-two{
	width: 100%;
	text-align: center;
		background-color:#706F6F;
}

.footer-inner-three{
	width:100%;
	text-align: center;
		background-color:#706F6F;

}
	
	/*--------------------------CONTACT US PAGE-----------------------------------*/

.contact-cards-outter{
	width: 90%;
}
	
	
.contact-cards-block > div {
  width: 100%;
 padding:2.8em;
}

	
	
	
}


/*Print style sheet*/
@media print{
}

