body {
	width: 100%;
	height: 100%;
	background: #ede9e8 !important;
	
}
html {
	width: 100%;
	height: 100%;
	
}



a {
	color:#efab1c;
	text-decoration:none
}




/************** Bottom Parallex Section Start here***********************/
/**********************/

.header-bg{ margin:0 auto; text-align: center; }

.home-bottom-area {
    background-attachment: fixed;

    background-repeat: repeat-y;
    background-position: 100% 0;
    background-size: cover;
     height: auto;
     width: 100%;
	text-align:center;
	padding-bottom: 70px;
}



.home-bottom-area .logo {
    padding: 0px 0 0px 0;
    text-align: center;
    margin:0 auto;

}

.home-bottom-area .heading-2 {
    padding: 100px 0 0 0;
    font-size: 50px;
    font-weight: 700;
    color: #353535;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;

}

.home-bottom-area .heading-1 {
    padding: 80px 0 0 0;
    font-size: 70px;
    font-weight: 900;
    color: #d37907;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

.home-bottom-area .border{
	margin:0px auto;
	margin-top:5px;
	margin-bottom:20px;
	border-bottom:2px solid #d37907;
	width:8%;}

.home-bottom-area .description {
	padding-top:15px;
    font-size: 20px;
	line-height:35px;
    color: #353535;
    text-align: center;
	font-family: 'open sans', sans-serif;
	
	
}

.home-bottom-area .description a{
	padding-top:15px;
    font-size: 20px;
	line-height:30px;
    color: #353535;
    text-align: center;
	font-family: 'open sans', sans-serif;
	
	
}


