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

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body, html {
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
		
  
  /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.pagewrapper{
	margin:0px;
	padding:0px;	
}

.main{	
	width:75%;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	float:right;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	overflow: hidden;
	}

/*
 * header
 */
.header{
	width:100%;
	padding: 0px;
	margin: 0px;
	position: relative;	
}

.imgheader img{
	width: 100%;
	height: auto;
	}

.header h1{
		position:absolute;
		top:12vw;
		left:8vw;
		font-family: 'Roboto', sans-serif;
		color: #003380;
		font-size:6.5vw;
		line-height:6vw;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.header p{
	position:absolute;
	top:10vw;
	left:8vw;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:2.9vw;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.rect-title {
	position: absolute;
	display: block;
	background:#03c4f0;
	top:30vw;
	height:8px;
	width:10vw;
	left:8vw;
}
/*
 * end header
 */

/*
 * Projects
 */
.ourprojects{
	width:100%;
	position: relative;
	padding-top: 10vw;

	}
.projecttitle{
	margin-top:6vw;
}
.projecttitle img{
	width:10vw;
	margin-left:8vw;
}

.projecttitle h2{
	position: absolute;
	top:2vw;
	margin-left:17vw;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:2.4vw;
}


.projecttitle p{
	position: absolute;
	top:5vw;
	margin-left:17vw;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.8vw;	
}


.details .content p{
	width:50%;
	float: right;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.1vw;	
}

.projectpict img{
	width:65%;
	margin-left:5vw;
	
}

.testimonialtext{
	width:100%;
	}

.testimonialtext img{
	width:13vw;
	margin-left:16vw;
	margin-top:6vw;	
}

.testimonialtext p{
	width:30vw;
	margin-left:26vw;
	margin-top:-4vw;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.3vw;
	text-align: center;
}

/*
 * End Projects
 */

/*
 * Testimonial
 */
.testimonial {
	width:100%;
	height:40vw;
	margin:0px;
	padding:10px 0px 0px 0px;
	display:block;
	position:relative;
	background-image: url( ../img/testimonials.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
	}

/*
 * end Testimonial
 */

/*
 * Footer
 */

.footer{
	background-color: #03c4f0;
	width:100%;
	height:100px;
	float: right;
}

.foottext p{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	text-align: center;
	font-size: 1vw;
	line-height:1.4vw;
	padding-top:20px;
}
/*
 * End Footer
 */

@media screen and (max-width: 1580px){
.us{
	height:60vw;	
	}
.titleus h1{
	font-size:2.8vw;
	line-height:.7vw;
	}

.textus p{
	font-size:1vw;
	line-height: 1.5vw;
}
.imgus img{
	width: 40%;
}

}

@media screen and (max-width: 1280px){
	.us{
	height:60vw;	
	}
}

	
@media screen and (max-width: 1024px) {
	.main{	
		width: 100%;}
	.us{
		height:90vw;
	}
	
	.imgus img{
	margin-top:25vw;	
}	
	.titleus h1{
	font-size:4vw;
	line-height:.7vw;
	top:14vw;
	}
	
	.titleus h2{
	top:20.5vw;
	font-size:1vw;
}
	
	.textus p{
	font-size:1.5vw;
	line-height: 2.5vw;
	top:25vw;
}

		.projecttitle img{
	margin-left:18vw;
}
	
	.projecttitle h2{
	margin-left:27vw;
	font-size:4vw;
}
	
	.projecttitle p{	
	top:7.5vw;
	margin-left:27vw;
	font-size:2vw;	
}


.details .content p{
	width:50%;
	float: right;
	font-size:1.6vw;	
}

.projectpict img{
	width:75%;
	margin-left:13vw;	
}

.testimonialtext{
	margin-left:13vw;
	}


.testimonialtext p{
	width:40vw;
	margin-left:26vw;
	margin-top:-4vw;
	font-size:1.6vw;
	text-align: center;
}
.footer{
	height:80px;
}

.foottext p{
	font-size:1.2vw;
	line-height:1.6vw;
	padding-top:22px;
}
}
	

@media screen and (max-width: 768px) {
 	.main{	
		width: 100%;}
	
	.us{
		height:120vw;
	}
	
	.imgus img{
	margin-top:50vw;
	width: 55%;
}	
	.titleus h1{
	font-size:6vw;
	line-height:.7vw;
	top:16vw;
	}
	
	.titleus h2{
	top:26vw;
	font-size:1.5vw;
}
	
	.textus p{
	font-size:1.8vw;
	line-height: 2.9vw;
	top:35vw;
}
	
		.projecttitle img{
	margin-left:18vw;
}
	
	.projecttitle h2{
	margin-left:27vw;
	font-size:4vw;
}
	
	.projecttitle p{	
	top:7.5vw;
	margin-left:27vw;
	font-size:2vw;	
}


.details .content p{
	width:60%;
	float: right;
	font-size:2vw;	
}

.projectpict img{
	width:75%;
	margin-left:13vw;	
}

.testimonialtext{
	margin-left:13vw;
	}


.testimonialtext p{
	width:40vw;
	margin-left:26vw;
	margin-top:-4vw;
	font-size:2vw;
	text-align: center;
}
	
.footer{
	height:80px;
}

.foottext p{
	font-size:1.4vw;
	line-height:1.9vw;
	padding-top:23px;
}
}
@media screen and (max-width: 650px) {

	.main{	
		width: 100%;}
	
	.us{
		height:16vw;
	}
	
	.imgus img{
	margin-top:90vw;
	width: 57%;
	display:none;
}	
	.titleus h1{
	left:35vw;
	font-size:6vw;
	line-height:.7vw;
	top:16vw;
	}
	
	.titleus h2{
	left:53vw;
	top:26vw;
	font-size:1.5vw;
}
	
	.textus p{
	left:25vw;
	margin-right:25vw;
	font-size:2.5vw;
	line-height: 3.5vw;
	top:35vw;
}
	.projecttitle img{
	margin-left:18vw;
}
	
	.projecttitle h2{
	margin-left:27vw;
	font-size:4vw;
}
	
	.projecttitle p{	
	top:7.5vw;
	margin-left:27vw;
	font-size:2vw;	
}


.details .content p{
	width:60%;
	float: right;
	font-size:2vw;	
}

.projectpict img{
	width:75%;
	margin-left:13vw;	
}

.testimonialtext{
	margin-left:13vw;
	}


.testimonialtext p{
	width:40vw;
	margin-left:26vw;
	margin-top:-4vw;
	font-size:2vw;
	text-align: center;
}

	
.footer{
	height:80px;
}

.foottext p{
	font-size:1.8vw;
	line-height:3vw;
	padding-top:23px;
}
	

}

/*
 * End 
 */

