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

/*About Page CSS*/

/*Why Chose Us*/

.choose{
	width: 100%;
	height: 100vh;
	background: linear-gradient(to left, rgba(0,0,50,0.5), rgba(0,0,50,0.50)), url("../asset/images/Home/image6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}


.mission{
	width: 100%;
	height: 100vh;
	background: linear-gradient(to left, rgba(0,0,50,0.5), rgba(0,0,50,0.50)), url("../asset/images/Home/image8.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.message{
	cursor: pointer;
	position: absolute;
	right: 50px;
	bottom: 30px;
	position: fixed;
}

