body {
	margin: 0px;
	padding: 0px;
	color: #978a71;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #a9b690;
	background-repeat: repeat;
	overflow-x:hidden;
	
}

.wrap {
    position: relative;
	width: 100%;
}
.wrapper {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.wrapper-inner{
float:left;
width:98%;
background-color:#fff;
height:auto;
padding: 0% 1%;
}
.header
{
    width:100%;
    height:120px;
	float:left;
}
.image-header
{
    width:100%;
    height:130px;
    background:#fff;
}
.logo
{
    float:left;
    height:auto;
    width: 15%;;
}
.imagehw
{
    height:113px;
    width:130px;

}
.razd{
	border-top: 1px solid #1671a8;
	height: 1px;
	border-bottom: 1px solid #1671a8;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width:100%;
}
.clear{
	clear: both;	
}
.contact_info{
margin-left:-70px;
padding:0 80px 0px 30px;
width:350px;
line-height:100px;
position:absolute;
font-size:26px;
color:#000000;
}
.contact_info1{
margin-left:-150px;
margin-top:-20px;
padding:0 60px 0 0px;
width:550px;
line-height:100px;
position:absolute;
font-size:28px;
color:#002346;
}
.style {
  background-color: #B34C00;
  color: Black;
  padding: 5px 0px;
  margin-top: 20px;
}
   .style1{margin-top:0px; height:20px; background-color:#B34C00; color:Black; padding:10px}
   .stylenoida{margin-top:0px; height:20px; background-color:#B34C00; color:Black; padding:10px}
/*************Menu***************/
.menutab{
display:none;
}
.menu{
max-width:1000px;
width:100%;
font-family: verdana, Segoe UI;
background-color:#B34C00;
height:38px;
border: 1px solid #B34C00;
border-radius: 4px; /*To make the corners rounded in IE*/
-moz-border-radius: 4px; /*this is for mozilla*/
-webkit-border-radius: 4px; /*chrome and other browsers*/
box-shadow: 0 1px 1px #dddddd inset;
-moz-box-shadow: 0 1px 1px #dddddd inset;
-webkit-box-shadow: 0 1px 1px #dddddd inset;
  float: left;
}
.menu ul{
padding:0px;
margin: 0px;
list-style: none;
}
.menu ul li{
display: inline-block;
float:left;
position: relative;
}
.menu ul li a{
color:#ffffff;
font-size:16px;
text-decoration: none;
display: block;
padding:10px 15px;
}
.menu ul li a:hover{
background-color: #666666;
}
.sub_menu{
position: absolute;
background-color: #666666;
width:200px;
top:38px;
left:0px;
display:none; /*hide the subitems div tag initially*/
border-bottom:4px solid #B34C00; /*just to add a little more good look*/
}
.sub_menu ul li{
width:200px;
}
.sub_menu ul li a{
color:#ffffff;
text-decoration: none;
display: block;
padding:10px 15px;
}
.sub_items ul li a:hover{
background-color: #777777;
}
/*************Menu End*****************/
.container{
width:100%;
float:left;
background:#fff;
}
.container_left{
float: left;
  width: 40%;
}
.container_right{
float: left;
  width: 60%;
}
.divleft
{
    float:right;
	display:inline;
    width:590px;
	height:auto;
    border:1px blue;
    padding:0px 10px 0px 10px;
}
.divleft p {

color: #444;
font-family: Georgia, serif;
font-size:12px;
text-align: justify;
}

.divleft li {

color: #444;
font-family: Georgia, serif;
font-size:14px;
text-align: justify;
}

.divright
{
    display:inline;
    float:left;
    width:350px;
    border:1px blue;
    padding:0px 5px 0px 5px;
}
.divrightcol1
{
    display:inline;
    float:left;
    width:350px;
    border:1px blue;
    padding:0px 5px 0px 5px;
      margin-top: 25px;
    
}
.drselspe
{
 width:100%;

}


/**************Textbox Style****************/
.textbox { 
    background: white; 
    border: 1px solid #ffa853; 
    border-radius: 5px; 
    box-shadow: 0 0 5px 3px #ffa853; 
    color: #666; 
    outline: none; 
    height:23px; 
    width: 320px; 
    padding-left:10px;
  } 
  .textarea { 
    background: white; 
    border: 1px solid #ffa853; 
    border-radius: 5px; 
    box-shadow: 0 0 5px 3px #ffa853; 
    color: #666; 
    outline: none; 
    height:43px; 
    width: 320px; 
    padding-left:10px;
  } 
/********************End***********************/
/*****************Button Style*****************/
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 11px 22px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
   .top-links
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#CC6600 !important;
}
.top-links a
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	display:block;
	padding-top:16px;
	padding-bottom:15px;
	color:#CC6600;
	text-decoration:none;
	text-transform:capitalize;
	line-height:0px;
}
.top-links a:hover
{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:#CC3300;
	text-decoration:none;
}
.top-links a:hover
{
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	color:#CC3300;
	text-decoration:none;
}

.services
{
	text-align:justify;
}
.hor-line
{
	border-width: 2px;
	margin-top:10px;
	margin-bottom:10px;
}

.site-reserve
{
	text-align:center;
	margin:0px;
	padding:0px;
}

  .imgbanner
{
  float:left;
  width: 85%;	
} 

 .imgbanner img 
 {
 height:113px;
 width:100%;
 }  

   
/*----------------------fb,twitter-image---------------------*/

#social
{
 width:30px;
 position:fixed;
 top:30%;
  }
#social ul
{
margin:0px; 
padding:0px;
}
#social ul li{
 display:block;
 margin-bottom:10px;
 }
#social ul li a
{
text-decoration:none;
}

.call1
{
position: fixed;
top: 85%;
right: 0.5%;
float: right;
}

.call1 img
{
 height:80px; 
 width:150px;
}

  
   
/****************End***************/     

.footer{
float:left;
width:100%;

}
.footer ul{
  float: left;
  background-color: #B34C00;
  width: 100%;
  margin-top: 20px;
  padding: 10px 0px 5px;
  text-align: center;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
}
.footer ul li{
  display: inline;
  margin: 10px;
  padding: 10px 0px;
}
.footer ul li a{
color: #370000;
  text-decoration: none;
}


.whatsapp {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #333;
	padding: 10px 0px;
	text-align: center;
	z-index: 999;
	width: 100%;
}
.whatsapp p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.whatsapp p > a{
color:#fff;
text-decoration:none;
}
.whatsapp a.close {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.hide {
	bottom: -100%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}


@media (max-width: 1024px) {

.call1 {
 z-index: 9999;
  right: 1%;
  top: 81.5%;
}
.divleft{
  width: 570px;
}
}

@media (max-width: 980px) {
.divleft{
  width: 540px;
}

}
@media (max-width: 768px) {
.divleft {
    width: 325px;
}
.container_left {
    width: 50%;
}
.container_right {
    width: 50%;
}
.logo {
  width: 20%;
}
.imgbanner {
  width: 80%;
}
.divleft h1{
line-height:30px;
}
.whatsapp p {
	font-size: 13px;
	color: #fff;
	margin: 0px;
	padding: 0px 30px;
	position: relative;
}
.whatsapp p > a{
color:#fff;
text-decoration:none;
}
.whatsapp a.close {
	position: absolute;
	right: 18px;
	top: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

}

@media (max-width: 736px) {
.divright {
  width: 320px;
  }
  .divrightcol1 {
  width: 320px;
  }
  .textbox {
  width: 285px;
}
}
@media (max-width: 667px) {
.divright {
    width: 270px;
}
.textbox {
    width: 235px;
}
.divleft {
    width: 300px;
}
.divrightcol1 {
    width: 270px;
}
}
@media (max-width: 600px) {
.textbox {
    width: 215px;
}
.divright {
    width: 250px;
}
.divrightcol1 {
    width: 250px;
}
.divleft {
    width: 260px;
}
.header {
    height: 225px;
}
.logo {
    width: 100%;
    float: none;
    text-align: center;
    margin:10px 0px;
}
.imgbanner {
    width: 100%;
    text-align: center;
    float: none;
}
.imgbanner img {
    height: 90px;
    }
}
@media (max-width: 568px) {
.divright {
    width: 240px;
}
.divleft {
    width: 235px;
}
.textbox {
    width: 210px;
}
}
@media (max-width: 414px) {
.container_left {
    width: 100%;
}
.divright {
    width: 97%;
    padding: 0px 1%;
}
.divrightcol1 {
width: 97%;
    padding: 0px 1%;
}
.textbox {
    width: 96%;
}
.container_right {
    width: 100%;
    margin-top: 7%;
}
.divleft {
    width: 92%;
}
.menutab{
display:block;
width: 92%;
padding: 2% 2% 2% 5%;
font-family: verdana,Segoe UI;
background-color: #B34C00;
border: 1px solid #B34C00;
border-radius: 4px;
box-shadow: 0px 1px 1px #DDD inset;
float: left;
color: #9FF;
font-size:16px;
cursor:pointer;
}
.menu{
display:none;
width: 99%;
font-family: verdana,Segoe UI;
background-color: rgb(81, 81, 81);
height: auto;
border: 1px solid rgb(0, 0, 0);
border-radius: 4px;
box-shadow: 0px 1px 1px #DDD inset;
float: left;
}
.menu ul li {
    width: 100%;
    border-bottom: 1px solid #000;
}
}
@media (max-width: 375px) {
.header {
    height: 210px;
}
.imgbanner img {
    height: 75px;
}
}


.comments-sidebar {padding: 0px; margin: 0px; }
.comments-sidebar li {list-style-type: none; margin: 10px 0px; overflow: hidden; }
.comments-sidebar li:nth-child(2n) img { float: left;  margin-right: 10px; }
.comments-sidebar li:nth-child(2n+1) img {float: right; margin-left: 10px; }
.img-responsive {display: block;  height: auto; max-width: 100%; width: 75px;}
.comments-sidebar li h4 {font-size: 1em; font-family: "Open Sans",sans-serif; font-weight: 400; line-height: 140%; color: red; }
.comments-sidebar li h4 a {color: #FF4104; }

.rated_star {
	width:100%;
	float:left;
	margin-top:5px;
}
.rated_star input[type="checkbox"] {
	float:left;
	margin-top:6px;
}
.rated_star ul {
	margin:0px 0 0 10px;
	padding:0px;
	float:left;
	list-style:none;
}
.rated_star ul li {
	display:block;
	float:left;
	margin-right:5px;
	width:auto;
}
.rated_star p.poor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:-2px 0px 0px 0px;
	padding:6px 0 0px 0px;
	float:left;
	padding-left:10px;
	display:block;
	width:100px;
}

/*** 2-4-16 **********************************************/
.sub-box {
    width: 43%;
    float: left;
    background-color: #FFF;
    border: 1px solid #B34C00;
    min-height: 130px;
    position: relative;
    margin: 0px 18px 15px 0;
    border-radius: 5px;
    padding: 10px;
}
.sticky2a {
    width: 80px;
    height: 80px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    background-image: url("../images/corner.png");
    background-repeat: no-repeat;
    top: -4px;
    left: -3px;
    position: absolute;
    padding: 12px 0 0 8px;
}
.sub-box .h3 {
    margin-top: 0;
    padding-left: 40px;
    overflow: hidden;
    color: #9b59bb;
    height: 45px;
}
.h3 a {
    color: #B34C00;
    text-decoration: none;
}
.bg-primary{
    color: #B34C00;
}
table { 
    border-spacing: 10px;
    
}