/* CSS Document */

/***** start header box *****/
.content-services-bg {background-image: url(../images/bg-services.jpg); background-repeat:no-repeat; background-position:top center; background-attachment:fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.content-project-bg {background-image: url(../images/bg-project.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.content-luxurybg {background-image: url(../images/bg1.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.content-visionbg {background-image: url(../images/vision-bg.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.content-2nd-bg {background-image: url(../images/2nd-bg.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }


.a-new:link {
	text-decoration: none; font-family:"Roboto",sans-serif; color: #D5D5D5;
}
.a-new:visited {
	text-decoration: none; font-family:"Roboto",sans-serif; color: #D5D5D5;
}
.a-new:hover {
	text-decoration: none; font-family:"Roboto",sans-serif; color: #FFFFFF;
}
.a-new:active {
	text-decoration: none; font-family:"Roboto",sans-serif; color: #FFFFFF;
}

.footer-box {
	background-color: #CCCCCC;
	padding: 50px 0px;
	text-align: center;
	background:url(../images/bg.jpg);
}

.Hyper:link {
    color: #333333;
    background-color:transparent;
    text-decoration:none;
}
Hyper:visited {
    color:#333333;
    background-color:transparent;
    text-decoration:none;
}
Hyper:hover {
    color:#990000;
    background-color:transparent;
    text-decoration:underline;
}
Hyper:active {
    color:#990000;
    background-color:transparent;
    text-decoration:underline;
}

.Header-Text{
background:url();
background-repeat:repeat-y;
font-size: 30px;
font-family:inherit;
color:#000000;
padding: 80px;
}

 .header-box {
	background-color: #819337;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.setheight
{
	
	line-height: 24px;
}



.alert-custom:link {
	color: #000000;
	text-decoration: none;
	border: #B5A42B solid 1px;
	padding:15px;
	border-radius:2px;
	
}
.alert-custom:visited {
    color: #000000;
	text-decoration: none;
	border: #B5A42B solid 1px;
	padding:15px;
	border-radius:2px;
}
.alert-custom:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#181818;
	border: #000 solid 1px;
	color:#E0BE47;
	padding:15px;
	border-radius:2px;
}
.alert-custom:active {
    color: #ffffff;
	text-decoration: none;
	border: #B5A42B solid 1px;
	padding:15px;
	border-radius:2px;
}
