@charset "utf-8";
/* CSS Document */

html,
html * {
	margin: 0;
	box-sizing: border-box;
	font-family: "Gill Sans", "Gill Sans MT", Myriad Pro, "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif"
}






#About{
	position:absolute;
	top:340px;
}



.style-header {
	position: fixed;
	height: 110px;
	width: 100%;
	background-color: #E8E8E9;
	z-index: 500;
}
.style-headerformat{
	height:100px;
	position:fixed;
	padding-bottom: 5px;
	width: 100%;
	background-color: #E8E8E9;
	z-index: 500;
	font-size:16px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 8px;
}

.style-nav{
	font-size:16px;
	list-style-type: none;
	text-align: center;
	padding: 8px;
}
.style-nav ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 16px;
}
.style-nav ul a {
	text-decoration: none;
	color: #062743;
	text-align: center;
	text-transform: none;
	padding-bottom: 8px;
	font-size: 16px;
		
	
}


.style-footerformat ul {
	list-style-type: none;
	text-align: center;
	padding: 8px;
}
.style-footerformat ul a {
	text-decoration: none;
	color: #E8E8E9;
	text-align: center;
	text-transform: none;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:16px;
		
	
}
.style-footer{
	padding-bottom: 10px;
	width: 100%;
	background-color: #062743;
	z-index: 500;
}
.style-home{
	margin-left:auto;
	margin-right: auto;
	display: block;
	width: 100%;
	padding-top: 50px;
}


/*section headers*/
.style-sectionheader{
	background-color: #062743;
	width: 100%;
	height: 40px;
	color:white;
	font-size: 75px;
	text-align: center;
	padding-top:10px;
	font-weight: bold;
	
	
}


.style-titlesformat ul {
	list-style-type: none;
	text-align: center;
	padding: 8px;
}
.style-titlesformat ul a {
	text-decoration: none;
	color: #E8E8E9;
	text-align: center;
	text-transform: none;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:32px;
	font-weight: bold;
		
	
}
.style-titles{
	padding-bottom: 5px;
	width: 100%;
	background-color: #062743;
	z-index: 500;
}

/*section font styles*/

.style-contact{
	text-emphasis-color: #062743;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 12px;
	padding-left:30px;
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
}
.style-contacttext{
	font-size: 14px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px
}
.style-servicestextheader{
	color:#E8E8E9;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left:30px;
	font-size: 18px;
	text-decoration: underline;
	text-align: left;

}

.style-servicestext{
	color:#E8E8E9;
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px
}


.style-abouttextheader{
	color:#062743;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left:30px;
	font-size: 18px;
	text-decoration: underline;
	text-align: left;

}

.style-abouttext{
	color:#062743;
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px
}

.style-abouttextheader1{
	color:#062743;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left:30px;
	font-size: 18px;
	text-decoration: underline;
	text-align: left;
	background-color: #E8E8E9;
	background-width: 100%;

}

.style-abouttext1{
	color:#062743;
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #E8E8E9;
	background-width: 100%;
}

/*background images*/

.background-imageservices{
	background-image: url("images/services/background768.jpg");
	background-repeat: repeat-y;
	width: 100%;
}


/*project slider*/

	
* {box-sizing: border-box;
}

.slide-width {width: 100%}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: #062743;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #062743;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
	


/*project slider end*/



/*form style*/
#last{
width: 100%;
height: auto;
justify-content: center;
background-color: #062743;
}
.full{
width: 80%;
display: inline-block;
margin:2%;
margin-left: 10%;
text-align: center;
background-color: #062743;
color: white;
border:15px solid white;
border-radius: 5px;
margin-bottom: 8%;
margin-top: 8%;
}
.full h3{
font-size: 2rem;
display:block;
margin: 2%;
margin-bottom: 0;
}
.lt{
padding: 2%;
margin: 2%;
}
.rt{
padding: 2%;
margin: 2%;
}
.lt textarea{
width: 94%;
margin-left: 2.8%;
}
button{
margin: 2%;
}
.btn-primary{
background-color: #062743;
border: 2px solid white;
border-radius: 5%;
}
.list-item{
margin-bottom: 2%;
list-style-type: none;
}
.list-item span{
margin-left: 10px;
font-size: 1.4rem;
}
.list-item a{
color: white;
display: inline-block;
}
.list-item a:hover{
text-decoration: underline;
}
.form-control{
background-color: #062743;
color: white;
	
}
     
/*form*/








/*Tablet View*/

@media (min-width: 700px)
{
	#About{
	position:absolute;
	top:670px;
}
#Projects{
	position: absolute;
	top: 1240px;
}	
#Services{
	position: absolute;
	top: 1435px;
}
#Contact{
	position: absolute;
	top: 1635px;
}
	
.style-header{
		padding-bottom: 10px;
		height: 70px;
	}
	
	.style-headerformat{
		padding-bottom:10px;
		height: 70px;
	}
	.style-logo{
		display: inline-block;
		padding-left: 50px;
	}
    .style-nav{
		float: right;
		padding-top: 25px;
		padding-right: 20px;
	}


	.style-sectionheader{
	background-color: #062743;
	width: 100%;
	height: 40px;
	color:white;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right:auto;
	font-size: 24px;
}
	
	.style-nav ul a {
	text-decoration: none;
	color: #062743;
	text-align: center;
	text-transform: none;
	padding: 8px;
	font-size: 20px;}
	
	
	.style-home{
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	height:auto;
	display: block;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-right:5px;
	padding-left: 5px;
}

	/*section headers*/
	.style-titles{
	padding-bottom: 5px;
	width: 100%;
	background-color: #062743;
	z-index: 500;
}
	
	/*section font styles*/
.style-footerformat ul {
	list-style-type: none;
	text-align: center;
	padding: 8px;
}
	
.style-footerformat ul a {
	text-decoration: none;
	color: #E8E8E9;
	text-align: center;
	text-transform: none;
	padding: 8px;
	font-size: 18px;
}
	.style-contact{
	font-size: 24px;
	text-align: center;
	}
	.style-contacttext{
	font-size: 18px;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

.style-servicestextheader{
	font-size: 24px;
	text-align: center;
	
}

.style-servicestext{
	font-size: 18px;
	padding-left: 90px;
	paddding-right: 120px;
}
	
	.style-abouttextheader{
	font-size: 24px;
	text-align: center;
	
}

.style-abouttext{
	font-size: 18px;
	padding-left: 90px;
	paddding-right: 120px;
}
.style-abouttextheader1{
	font-size: 24px;
	text-align: center;
	
}

.style-abouttext1{
	font-size: 18px;
	padding-left: 90px;
	paddding-right: 120px;
	background-width: 768px;
	background-position: center;
}
	
/*project slider*/

	.slide-width {width: 534px;
	margin-left:auto;
	margin-right: auto;
	display: block;}
	.caption-container { width: 768px;
	margin-left:auto;
	margin-right: auto;
	display: block;}
	.row:after { width: 768px;}
	

/*project slider end*/

/*background images*/

.background-imageservices{
	background-image: url("images/services/background1024.jpg");
	background-repeat: repeat-y;
	
}
	
	
/*form style*/


/*Desktop View*/

}

@media (min-width: 1024px)
{
	
	#About{
	position:absolute;
	top:700px;
}
	
	#Services{
	position: absolute;
	top: 1435px;
}
#Projects{
	position: absolute;
	top: 1040px;
}
#Contact{
	position: absolute;
	top: 1635px;}
	
	
	.style-header{
		padding-bottom: 10px;
		height: 65px;
	}
	.style-logo{
		display: inline-block;
		padding-left: 100px;
	}
    .style-nav{
		float: right;
		padding-top: 25px;
		padding-right: 100px;
	}
    .style-home{
	height: auto;
	width: 1024px;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;}
	.style-footer{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	width: 1024px;
	background-color: #062743;
	display:block;
	margin-left: auto;
	margin-right:auto;
}
	
	/*section headers*/
	.style-titles {
	width: 1024px;
	display: block;
	margin-left:auto;
	margin-right: auto;
		
}
    
	/*background images*/
.background-imageservices{
	background-image: url("images/services/background1024.jpg");
	background-position: center;
	background-repeat: repeat-y;
}
	
	/*section font styles*/
.style-footerformat ul {
	list-style-type: none;
	text-align: center;
	padding: 8px;
}
.style-footerformat ul a {
	text-decoration: none;
	color: #E8E8E9;
	text-align: center;
	text-transform: none;
	padding: 8px;
	padding-bottom: 20px;
	font-size: 20px;
}
.style-contact{
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 24px;
	text-align: center;}	
.style-contacttext{
	font-size: 20px;
	padding-left:100px;
	padding-right:100px;
	}
.style-servicestextheader{
	text-align: center;
	font-size: 24px;
		
}
.style-servicestext{
	padding-left:300px;
	padding-right:300px;
	font-size: 20px;
	}
	
	.style-abouttextheader{
	text-align: center;
	font-size: 24px;
		
}
.style-abouttext{
	padding-left:300px;
	padding-right:300px;
	font-size: 20px;
	}
	
	.style-abouttextheader1{
	text-align: center;
	font-size: 24px;
	background-width: 1024px;
	background-position: center;
		
}
.style-abouttext1{
	padding-left:300px;
	padding-right:300px;
	font-size: 20px;
	background-width: 1024px;
	background-position: center;
	}
	
/*project slider*/

	.slide-width {width: 768px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:auto;
	margin-right: auto;
	display: block;	}
	
.caption-container { width: 768px;
	margin-left:auto;
	margin-right: auto;
	display: block;}
	.row:after { width: 768px;
	align-content: center}

	
/*project slider end*/

/*form style*/	

	
	
}

@media (min-width: 1400px)
{
	
	.style-servicestext{
		padding-left: 400px;
		padding-right: 400px;
	}
	.style-servicesheader{
		text-align: center;
		padding-left: none;
		padding-right: none;
		
	}
	
		.style-abouttextheader{
	text-align: center;
	font-size: 24px;
	padding-left: none;
	padding-right: none;
		
}
.style-abouttext{
	padding-left:400px;
	padding-right:400px;
	font-size: 20px;
	}
	
	
	 
}
