@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:26vw;
	left:8.2vw;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:2.3vw;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

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

/*
 * begin us
 */
.us {
	width:100%;
	height:70vw;
	padding: 0px;
	margin: 0px;
	position: relative;
	display:block;
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(252,252,252,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1 );

	}

.imgus img{
	width: 45%;
	margin-top:10vw;
	height:auto;
	float: right;	
}


.titleus h1{
		position:absolute;
		top:9vw;
		left:9vw;
		font-family: 'Roboto', sans-serif;
		color: #003380;
		font-size:3vw;
		letter-spacing: 1px;
		line-height:1vw;
	}

.titleus h2{
	position:absolute;
	top:10vw;
	font-family: 'Roboto', sans-serif;
	color:#003380;
	left:9vw;
	font-size:1vw;
	line-height:1.3vw;
	
}

.textus p{
	position: absolute;
	font-family: 'Roboto', sans-serif;
	color:#003380;
	font-size: 1vw;
	text-align: justify;
	line-height: 2vw;
	font-weight: 500;
	top:19vw;
	left:9vw;
	margin-right: 45%;
}
/*
 * End us
 */

/*
 * Testimonial
 */
.testimonial {
	width:100%;
	height:30vw;
	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;
}

.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;
}
	
.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:160vw;
	}
	
	.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;
}
	
.footer{
	height:80px;
}

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

/*
 * End 
 */

