.wrapper{
	width:1500px;
	margin:0 auto;
}


header{	background: rgb(255,132,0);
    background: linear-gradient(90deg, rgba(255,132,0,1) 100%, rgba(36,33,0,1) 100%);
	}

.logo{

	padding:0px;
	height:100px;
}
.logoside{
	width:20%;
	float:left;
	text-align: center;
}
.logomiddle{
	width:58%;
	float:left;
	text-align: center;
}



.menu{
	background: rgb(101,100,99);
	background: linear-gradient(90deg, rgba(101,100,99,1) 100%, rgba(36,33,0,1) 100%);
	height:20px;
	padding: 5px;
	line-height:20px;
}


.menu ul {
	
	margin:0 0 0 100px;
	padding:0;
}

.menu ul li{
	float:left;
	list-style:none;
	margin-left:40px;
}


.menu ul li a{
	font-size:18px;
	font-family:arial;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
.menu ul li a:hover,.menu ul li a.active{
	color:maroon;
}




.bodyratha{
background: url("../images/background.png") repeat center center; 
	/*padding:1px;
	height:400px;*/
	text-align: center;
	padding:20px;

}


.bodyratha p{
margin-top:0;
}




.footerratha{
	background: rgb(255,132,0);
    background: linear-gradient(90deg, rgba(255,132,0,1) 100%, rgba(36,33,0,1) 100%);
	padding:1px;
	height:350px;
}











.threebox{
	
	/*border-top:1px dashed blue;*/
	margin-top:40px;
	padding-top:20px;
	margin-left: 100px;
}
.box{
	
	width:31%;
	margin-right:20px;
	float:left;
}
.box h3{
	
	color:fff;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	margin-bottom:20px;
	
}
.box p{
	font-size:16px;
	font-family:arial;
	color:#fff;
	line-height:135%;
	
}
.box ul li a{
	font-size:16px;
	font-family:arial;
	color:#fff;
	text-decoration:none;
	line-height:135%;
	
}
.box address{
	font-size:16px;
	font-family:arial;
	line-height:135%;
	color:#fff;
	font-style:normal;
	
}



/*-----extra-------
background: url("../images/background.png")
*/

.home_bg {
  background-image: url("../images/temple_sunset.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 20px;
  background-attachment: fixed;
}

.img_abt_lf {
  float: left;
  padding:20px;
}

.img_right {
  float: right;
  padding:20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h3{
	font-size:25px;
text-align:left;
}

h2{
	font-size:25px;
text-align:center;
}


.seasite_height{
/*background: url("../images/background.png") repeat center center; 
	padding:1px;*/
	height:700px;
	text-align: center;
	padding:20px;

}