
	body
	{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	}
	
	html
	{
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url(unchartedyachting-img-new.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    }
	
	.home-sec
	{
	position: absolute;
    bottom: 8%;
    left: 10%;
	}
	
	.home-sec h1
	{
	font-size:50px;
	line-height:60px;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
	color:#fff;
	margin:0px;
	}
	
	.home-sec p
	{
	font-size:18px;
	line-height:25px;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	color:#fff;
	margin:10px 0px 20px;
	}
	
	.home-bt, .btn-primary
	{
	font-size:17px;
	line-height:30px;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	color:#fff;
	padding:8px 20px;
	background-color:#5fa9b6;
	border:1px solid #5fa9b6;
	border-radius:10px;
	cursor:pointer;
	}
	
	.btn-primary
	{
	padding:8px 30px;
	}
	
	.home-sec h6
	{
	font-size:18px;
	line-height:28px;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	color:#fff;
	margin:20px 0px 0px;
	}
	
	form
	{
	margin-top:30px;
	}
	
	.home-sec input[type="text"], .home-sec input[type="email"], .home-sec textarea
	{
	background:transparent;
	border:1px solid #fff;
	padding:8px 10px;
	width:94%;
	margin-bottom:20px;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	color:#fff;
	font-size:16px;
	}
	
	::placeholder
	{
	color:#fff;
	}
	
	.home-sec textarea
	{
	height:70px;
	}
	