body
{
margin:0px;
padding:0px;
background-image:url('../images/bg.jpg');
/*background-repeat: no-repeat;  */
background-attachment: fixed;
/*background-size: cover;  */
}
a
{
text-decoration:none;
}
/* body_div */
.body_div
{
width:80%;
margin:0 10%;
float:left;
background-color:#fdfff5; 


}
.header
{
	width:98%;
	padding:1%;
	float:left;
	background-color:#ebdbdc;
	
}
.head
{
width:48%;
padding:1%;
float:left;	
}
.nm
{
    width:40%;
    float:left;
}
.name h1
{
	width:98%;
	float:left;
	color:#98012e;
	margin:0px;
	padding:0px;
	
}

.tag h3
{
	width:98%;
	float:left;
	color:#98012e;
	margin:0px;
	padding:0px;
	background-color:#fdfff5;
	text-align:left;
	padding-left:4em;
	
}

.social
{
	width:50%;
	float:right;
}
.so_ic
{
	width:auto;
	margin:5px;
	float:right;
}
.meenu
{
	width:auto;
	float:right;
	margin-top:5px;
}

.banner
{
	width:98%;
	padding:1%;
	float:left;
}
.main_div
{
	width:98%;
	float:left;
	padding:1%;
}

.m_lft
{
	width:28%;
	float:left;
	padding:1%;
	background-color:#f8fee6;
}
.m_lft h3
{
	background-color:#98012e;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:5px;
	border-radius:2px;
}

h3
{
	color:#fff;
	text-align:center;
	margin:5px;
	padding:2px;
	background-color:#98012e;
	float:left;
	width:98%;
}

.pr
{
	background-color:#a6012b;
	color:#fff;
	text-align:center;
	width:90%;
	margin:1% 5%;
	padding:2%;
	float:left;
	border-radius:5px;
}
.pr:hover
{
	background-color:#577107;
	color:#fff;
}

.box
{
	width:23%;
	padding:1%;
	float:left;
	
}


.m_rgt
{
	width:68%;
	float:left;
	padding:1%;
}

.wl h2
{
	
	color:#98012e;
	text-align:left;
	margin:0px;
	padding:5px;
	width:95%;
	float:left;
	border-radius:10px;
	
}
p
{
	text-align:justify;
	color:#656464;
	font-size:14px;
	line-height:20px;
	float:left;
	padding:5px;
	margin:0px;
	width:98%;
}

.bx_im
{
width:29%;
padding:1%;	
float:left;

}


.r_m
{
	width:auto;
	padding:6px 10px;
	float:right;
	color:#577107;
}

	.footer
 {
 width:98%;
 padding:1%;
 float:left;
 background-color:#ebdbdc;
 font-size:14px;
 
 }
 
 .footer h4
 {
 color:#98012e;
 margin:0 0 5px 0;
 padding:0px;
 
 
 }
 .footer a
 {
 color:#656464;
 text-decoration:none;
 }
 .footer a:hover
 {
 color:#000;
 text-decoration:none;
 }
 .footer p
 {
 color:#656464;

 }
 
 
 .footer_box
 {
 width:24%;
 
 float:left;
 padding:.5%;
 
 }
 .foot_li
 {
 width:98%;
 padding:1%;
 float:left;
 }
 
 .foot_copy
 {
 width:100%;
 float:left;
 text-align:center;
 color:#98012e;
 padding-top:4px;
 border-top:1px solid #656464;
 }
 
 .location
 {
	 width:98%;
	 padding:1%;
	 float:left;
 }
 .loc
 {
	 width:auto;
	 padding:2px 10px;
	 float:left;
	 color:#656464;
 }
 /******************* contact page **********************/
.contact
{
	width:100%;
	float:left;
}
.contact h1
{
	font-size:25px;
	padding:2px;
	color:#98012e;
	line-height:30px;
	text-align:center;
}
.contact h4
{
	font-size:16px;
	padding:2px;
	color:#98012e;
	line-height:20px;
	text-align:center;
}
.contact p
{
	text-align:center;
	font-size:17px;
	line-height:30px;
	width:100%;
}
.contact-1
{
	width:28%;
	padding:1%;
	float:left;
}
.contact-2
{
	width:67%;
	padding:1%;
	float:left;
}
.contact-1 h2
{
	font-size:22px;
	padding:2px;
	color:#98012e;
	line-height:24px;
	font-family:Bell MT;	
}
.contact-1 p
{
font-size:16px;
	line-height:20px;
	text-align:justify;
	color:#343E41;
	font-family:Calibri;
	padding:0 .5em;	
}
.contact-form h2
{
	font-size:24px;
	padding:2px;
	color:#98012e;
	line-height:24px;
	font-family:Bell MT;
}
.contact-form{
	position:relative;
	padding:1em;
}
.contact-form div{
	padding:5px 0;
	width:49%;
	float:left;
	
}
.contact-form span{
	display:block;
	font-size:0.9em;
	padding-bottom:2px;
	color:#343E41;
	font-family:Calibri;
}
.contact-form input[type="text"],.contact-form textarea{
    padding:3px;
	display:block;
	width:97%;
	height:30px;
	background:#fff;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.9em;
	box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-webkit-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-moz-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-o-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-webkit-appearance:none;
	border-radius:4px;
}
.contact-form textarea{
	resize:none;
	height:80px;		
}
.contact-form input[type="submit"]{
	padding:7px 10px;
	color:#000;
	cursor:pointer;
	background:#dfdfdf;
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    position:absolute;
	
    right:50px;
	width:150px;
	margin-top:20px;

}
.contact-form input[type="submit"]:hover{
	background-color:#b8b9b8;
}
.contact-form input[type="submit"]:active{
	background-color:#cfcfd0;  
}
 
 .prd_bx
 {
	 width:18%;
	 padding:1%;
	 float:left;
	 
 }
 .im
 {
	width: 92%;
    padding: 1% 4%;
    float: left;
 }
 .prd_lft
 {
	width:17%;
padding:1%;
float:left;	
 }
 .prd_rgt
 {
	 width:79%;
	 padding:1%;
	 float:left;
 }
 .seat
 {
     width:46%;
     margin:1%;
     padding:1%;
     float:left;
 }
 
  /***************************************************************************/
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 540px){
  body
{
margin:0px;
padding:0px;
background-image:url('../images/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; 
}
a
{
text-decoration:none;
}
/* body_div */
.body_div
{
width:98%;
margin:0 1%;
float:left;
background-color:#f5fbff; 


}
.header
{
	width:98%;
	padding:1%;
	float:left;
	
}
.head
{
width:98%;
padding:1%;
float:left;	
}
.name h1
{
	width:98%;
	float:left;
	color:#98012e;
	margin:0px;
	padding:0px;
    text-align:center;
	
}

.tag h3
{
	width:98%;
	float:left;
	color:#98012e;
	margin:0px;
	padding:0px;
	background-color:#fff;
	text-align:center;

	
}

.social
{
	width:100%;
	float:right;
}
.so_ic
{
	width:auto;
	margin:5px;
	float:right;
}
.meenu
{
	width:100%;
	float:right;
	margin-top:5px;
}

.banner
{
	width:98%;
	padding:1%;
	float:left;
}
.main_div
{
	width:98%;
	float:left;
	padding:1%;
}

.m_lft
{
	width:98%;
	float:left;
	padding:1%;
	background-color:#feebeb;
}
.m_lft h3
{
	background-color:#98012e;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:5px;
	border-radius:2px;
}

h3
{
	color:#fff;
	text-align:center;
	margin:5px;
	padding:2px;
	background-color:#98012e;
}

.pr
{
	background-color:#a6012b;
	color:#fff;
	text-align:center;
	width:90%;
	margin:1% 5%;
	padding:2%;
	float:left;
	border-radius:5px;
}
.pr:hover
{
	background-color:#c95b02;
	color:#fee5d1;
}

.box
{
	width:98%;
	padding:1%;
	float:left;
	
}


.m_rgt
{
	width:98%;
	float:left;
	padding:1%;
}

.wl h2
{
	
	color:#98012e;
	text-align:center;
	margin:0px;
	padding:5px;
	width:95%;
	float:left;
	border-radius:10px;
	
}
p
{
	text-align:justify;
	color:#656464;
	font-size:14px;
	line-height:20px;
	float:left;
	padding:5px;
	margin:0px;
	width:98%;
}

.bx_im
{
width:98%;
padding:1%;	
float:left;

}


.r_m
{
	width:auto;
	padding:6px 10px;
	float:right;
	color:#ad0809;
}

	.footer
 {
 width:98%;
 padding:1%;
 float:left;
 background-color:#feebeb;
 font-size:14px;
 
 }
 
 .footer h4
 {
 color:#98012e;
 margin:0 0 5px 0;
 padding:0px;
 
 
 }
 .footer a
 {
 color:#656464;
 text-decoration:none;
 }
 .footer a:hover
 {
 color:#000;
 text-decoration:none;
 }
 .footer p
 {
 color:#656464;

 }
 
 
 .footer_box
 {
 width:98%;
 
 float:left;
 padding:1%;
 
 }
 .foot_li
 {
 width:98%;
 padding:1%;
 float:left;
 }
 
 .foot_copy
 {
 width:100%;
 float:left;
 text-align:center;
 color:#98012e;
 padding-top:4px;
 border-top:1px solid #98012e;
 }
 
 .location
 {
	 width:98%;
	 padding:1%;
	 float:left;
 }
 .loc
 {
	 width:auto;
	 padding:2px 10px;
	 float:left;
	 color:#656464;
 }
 /******************* contact page **********************/
.contact
{
	width:100%;
	float:left;
}
.contact h1
{
	font-size:25px;
	padding:2px;
	color:#98012e;
	line-height:30px;
	text-align:center;
}
.contact h4
{
	font-size:16px;
	padding:2px;
	color:#98012e;
	line-height:20px;
	text-align:center;
}
.contact p
{
	text-align:center;
	font-size:17px;
	line-height:30px;
	width:100%;
}
.contact-1
{
	width:28%;
	padding:1%;
	float:left;
}
.contact-2
{
	width:67%;
	padding:1%;
	float:left;
}
.contact-1 h2
{
	font-size:22px;
	padding:2px;
	color:#98012e;
	line-height:24px;
	font-family:Bell MT;	
}
.contact-1 p
{
font-size:16px;
	line-height:20px;
	text-align:justify;
	color:#343E41;
	font-family:Calibri;
	padding:0 .5em;	
}
.contact-form h2
{
	font-size:24px;
	padding:2px;
	color:#98012e;
	line-height:24px;
	font-family:Bell MT;
}
.contact-form{
	position:relative;
	padding:1em;
}
.contact-form div{
	padding:5px 0;
	width:49%;
	float:left;
	
}
.contact-form span{
	display:block;
	font-size:0.9em;
	padding-bottom:2px;
	color:#343E41;
	font-family:Calibri;
}
.contact-form input[type="text"],.contact-form textarea{
    padding:3px;
	display:block;
	width:97%;
	height:30px;
	background:#fff;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.9em;
	box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-webkit-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-moz-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-o-box-shadow: inset 0px 0px 2px rgba(35, 38, 90, 0.9);
	-webkit-appearance:none;
	border-radius:4px;
}
.contact-form textarea{
	resize:none;
	height:80px;		
}
.contact-form input[type="submit"]{
	padding:7px 10px;
	color:#000;
	cursor:pointer;
	background:#dfdfdf;
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    position:absolute;
	
    right:50px;
	width:150px;
	margin-top:20px;

}
.contact-form input[type="submit"]:hover{
	background-color:#b8b9b8;
}
.contact-form input[type="submit"]:active{
	background-color:#cfcfd0;  
}
 
 
 .prd_bx
 {
	 width:98%;
	 padding:1%;
	 float:left;
	 
 }
 .im
 {
	width: 92%;
    padding: 1% 4%;
    float: left;
 }
 .prd_lft
 {
	width:98%;
padding:1%;
float:left;	
 }
 .prd_rgt
 {
	 width:98%;
	 padding:1%;
	 float:left;
 }  
  .seat
 {
     width:98%;
    
     padding:1%;
     float:left;
 }
 
    
}
 
 
 