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



*,body,div,span,ul,li,p{
	margin:0px;
	padding:0px;
}
body{
	background:url(../images/bg.jpg) no-repeat;
	background-size:100% 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


img{
	border:none;
	outline:none;
}


#main{
	width:100%;
}

.box{
	width:1040px;
	margin:0 auto;
}

.raheja{
	width:auto;
	background:#fff;
	border:solid 2px #000;
	border-radius:8px;
	position:absolute;
	top:50px;
	left:50px;
}

.tag-line{
	width:auto;
	background:#1077ab;
	position:fixed;
	top:255px;
	font-family:Cambria;
	font-size:22px;
	color:#fff;
	padding:0px 20px;
	text-align:center;
	right:-80px;
	border:solid 5px #055279;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	line-height:50px;
	transition:all 0.9s;
}
.tag-line:hover{
	right:-5px;
}

.tag-line2{
	width:auto;
	background:#1077ab;
	position:fixed;
	top:322px;
	font-family:Cambria;
	font-size:22px;
	color:#fff;
	padding:0px 20px;
	text-align:center;
	right:-170px;
	border:solid 5px #055279;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	line-height:50px;
	transition:all 0.9s;
}
.tag-line2:hover{
	right:-5px;
}


.header{
	width:100%;
	float:left;
	padding:5px 0px 5px 0px;
}
.logo{
	width:auto;
	float:left;
	padding:0px 0px 0px 25px;
}
.logo img{
	
}
.banner{
	width:auto;
	float:left;
	margin:28px 85px 0px 103px;
	position:relative;
	z-index:99;
}
.banner1{
	width:auto;
	float:left;
	margin-top:38px;
	position:relative;
	z-index:99;
}
.contact{
	width:auto;
	float:right;
	margin-top:72px;
	position:relative;
}

.container{
	width:1000px;
	float:left;
	background:#fff;
	padding:20px 20px 30px 20px;
	margin-top:-8px;
	border-radius:8px;
	box-shadow:0px 0px 5px #000;
	margin-bottom:30px;
}

.nav{
	width:1000px;
	float:left;
	border-radius:7px;
	background:url(../images/bg-nav.png) repeat-x;
}
.nav ul{
	margin:0px;
	padding:0px 50px;
}
.nav ul li{
	list-style:none;
	float:left;
	background:url(../images/nav-li.png) no-repeat;
}
.nav ul li.hide{
	background:none;
}
.nav ul li a{
	display:block;
	text-decoration:none;
	padding:0px 23px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
}
.nav ul li a:hover{
	color:#77cdf9;
}
.slider{
	width:1000px;
	float:left;
	margin:10px 0px 0px 0px;
}

.slider-left{
	width:640px;
	float:left;
	padding:5px;
	border-radius:7px;
	position:relative;
	border:solid 1px #cccccc;
}
.raheja{
	width:auto;
	background:#fff;
	border:solid 2px #fa720e;
	border-radius:8px;
	position:absolute;
	top:225px;
	padding:10px;
	z-index:9999;
	left:20px;
}
.slider-left img{
	border-radius:7px;
}

.inquiry{
	width:290px;
	float:right;
	border:solid 1px #cccccc;
	padding:12px 20px 13px 20px;
	border-radius:7px;
	background:url(../images/bg-inquiry.jpg) no-repeat bottom;
}
.inquiry h3{
	font-family:Franklin Gothic Demi;
	font-size:24px;
	color:#931010;
	font-weight:normal;
	text-align:center;
}
.inquiry-box{
	width:290px;
	float:left;
	margin:20px 0px 0px 0px;
}
.inquiry-input label{
	line-height:28px;
}
.inquiry-input{
	width:290px;
	float:left;
	margin-bottom:6px;
}
.inquiry-radio{
	width:290px;
	float:left;
	margin-bottom:6px;
}
.inquiry-radio input{
	margin-left:33px;
}
.inquiry-input input{
	width:230px;
	float:right;
	padding:0px 5px;
	height:28px;
	outline:none;
	border:solid 1px #6c131b;
}
.inquiry-input textarea{
	width:230px;
	float:right;
	padding:5px;
	resize:none;
	outline:none;
	border:solid 1px #6c131b;
}
.inquiry-button{
	width:auto;
	float:left;
	margin:12px 0px 0px 48px;
}
.inquiry-button .bt{
	background:#216711;
}
.inquiry-button input{
	background:#c6001b;
	line-height:34px;
	border:none;
	outline:none;
	margin-right:4px;
	cursor:pointer;
	color:#fff;
	padding:0px 20px;
	font-style:italic;
	font-size:16px;
	border-bottom:solid 2px #fff;
}
.inquiry-button input:hover{
	background:#a0071c;
}


.content{
	width:1000px;
	float:left;
	padding:30px 0px 0px 0px;
}

.services{
	width:1000px;
	float:left;
	padding:0px 0px 0px 0px;
}
.ser-box{
	width:340px;
	float:left;
	background:url(../images/bg-ser-box.jpg) repeat-x;
	border-radius:7px;
	padding:10px 70px 20px 70px;
	margin-right:10px;
}
.ser-box img{
	width:340px;
}
.ser-box a{
	text-decoration:none;
}
.ser-boxs{
	float:right;
	margin:0px;
}
.ser-box h3{
	font-family:Gill Sans MT;
	color:#389b0b;
	font-size:20px;
	font-weight:normal;
}
.ser-box span{
	color:#333333;
}
.ser-box img{
	border:solid 2px #c6011c;
	margin:5px 0px 10px 0px;
}
.ser-box p{
	color:#333;
	text-align:justify;
	line-height:20px;
	margin:0px 0px 5px 0px;
}
.ser-box h4{
	background:url(../images/bg-button1.png) no-repeat;
	color:#fff;
	line-height:43px;
	text-align:center;
	width:124px;
	margin-top:19px;
}
.ser-box h4:hover{
	color:#000;
}
.ser-box h5{
	background:url(../images/bg-button1.png) no-repeat;
	color:#fff;
	line-height:43px;
	font-size:12px;
	margin-top:42px;
	text-align:center;
	width:124px;
}
.ser-box h5:hover{
	color:#000;
}
.ser-box ul{
	margin:0px;
	padding:0px 0px 0px 20px;
}
.ser-box ul li{
	list-style:circle;
	float:none;
	line-height:22px;
}

.footer{
	width:1000px;
	float:left;
	margin:40px 0px 0px 0px;
}

.menu{
	width:1000px;
	float:left;
	background:#00a100;
	padding:20px 0px;
	border-radius:7px;
}
.menu ul{
	margin:0px;
	padding:0px 80px;
}
.menu ul li{
	list-style:none;
	float:left;
	border-right:solid 1px #fff;
}
.menu ul li.hide{
	border:none;
}
.menu ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	margin:0px 20px;
	transition:all 0.3s;
}
.menu ul li a:hover{
	color:#8fee8f;
}
.footer-bottom{
	width:1000px;
	float:left;
	padding:15px 0px 0px 0px;
}
.footer-left{
	width:480px;
	float:left;
}
.footer-left h3{
	font-weight:bold;
	font-size:11px;
	color:#333;
}
.footer-left p{
	font-size:11px;
	color:#777;
	text-align:justify;
}
.footer-right{
	width:auto;
	float:right;
	border-left:solid 1px #ccc;
	padding:0px 0px 0px 10px;
}
.footer-right a{
	color:#777;
	text-decoration:none;
}
.footer-right a:hover{
	color:#000;
}
.footer-right p{
	font-size:12px;
	color:#777;
	line-height:20px;
}


.specification{
	width:1000px;
	float:left;
}
.specification h1{
	font-family:Cambria;
	font-size:22px;
	background:#0e6491;
	color:#fff;
	font-weight:normal;
	padding:0px 10px;
	line-height:30px;
	margin-bottom:10px;
}

.table-border {
	 border-collapse:collapse; 
	 border:#bababa 1px solid;
	 line-height:27px;
	 padding:0px 0px 0px 10px;
}
td{
	padding:0px 10px;
}




.location{
	width:1000px;
	float:left;
}
.location h1{
	font-family:Cambria;
	font-size:22px;
	background:#0e6491;
	color:#fff;
	font-weight:normal;
	padding:0px 10px;
	line-height:30px;
	margin-bottom:10px;
}
.location-box{
	width:auto;
	float:left;
	padding:0px 100px;
}
.location-box img{
	width:600px;
}
.price-box{
	width:auto;
	float:left;
	padding:0px 0px;
}
.price-box img{
	
}

.pp-box{
	width:300px;
	float:left;
	margin:0px 25px 0px 0px;
}
.pp-box img{
	width:300px;
	height:250px;
}
.pp-box p{
	text-align:center;
	font-size:17px;
}

.contact-box{
	width:250px;
	float:left;
	padding:10px 38px;
	background:#e7e7e7;
	height:100px;
	margin:15px 10px 0px 0px;
}
.contact-boxs{
	float:right;
	margin:15px 0px 0px 0px;
}

.contact-boxs h2{
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
.contact-box h3{
	line-height:30px;
	text-align:center;
	font-family:Cambria;
	font-size:20px;
	color:#0d628d;
	font-weight:normal;
}
.contact-box p{
	text-align:center;
	line-height:22px;
}
.contact-img{
	width:1000px;
	float:left;
	text-align:center;
}
.contact-img img{
	width:250px;
}




.tab-new{
	width:1000px;
	float:left;
}
.tab-new img{
	width:180px;
	margin:0px 20px;
}


.fea{
	width:1000px;
	float:left;
}
.fea h1{
	font-family:Cambria;
	font-size:22px;
	background:#0e6491;
	color:#fff;
	font-weight:normal;
	padding:0px 10px;
	line-height:30px;
	margin-bottom:10px;
}
.fea p{
	text-align:justify;
	line-height:20px;
	color:#333;
	margin:0px 0px 10px 0px;
}
.fea h3{
	font-family:Cambria;
	font-size:20px;
	color:#900;
	font-weight:normal;
}

.fea ul{
	margin:0px;
	padding:10px 0px 10px 18px;
}
.fea ul li{
	list-style:circle;
	float:none;
	line-height:24px;
}




