.page{
	background:url(images/page-bg-texture.jpg) repeat;
	padding:25px 0;	
	}
.page-head {
	position:relative;
	padding:80px 0 40px 0;
	text-align: center;
	background:#333;
	}
.page-head:before {
	content:'';
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	z-index: 1;
    height:100%;
	background: url(images/bg-texture-light.png) repeat fixed;
    opacity: 0.1;
	}
.page-head:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index: 1;
    height: 35px;
	background:url(Images/page-head-bg.png) repeat-x bottom;	
	}
.page-head .container{
	z-index:1;
	position: relative;	
	}
.page-head h2{
	color:#fff;
	font-weight:bold;
	font-family: 'Caveat', cursive;
	font-size: 2.5rem;	
	}
.page-head h1{
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	}
	
legend {
	position: relative;
    padding-bottom: 36px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
	font-size: 1.3rem;
	}
legend:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 31px;
    background: url(Images/line-bg.png) no-repeat bottom center;	
	}
legend span{
	position: absolute;
    font-size: 12px;
    width: 100%;
    left: 0;
    bottom: 9px;
    z-index: 1;	
	}
legend span b{
	padding: 8px 10px;
    background: #fdefde;
    border-radius: 30px;
    border: 2px solid #a47f5e;	
	}
.min-title{
   padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
	}
.min-title:after {
               content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f1a530;
            }
.min-title i{
	margin-right: 10px;
    font-size: 92%;
    color: #4d0e12;
	}
/*========================Grid Table===============*/
.grid.table-responsive {
    display: block;
    box-shadow: 0px 3px 12px -7px #000000a8;
	font-size: 14px;
	font-weight: 700;
}
.grid.table-responsive .table {
	margin-bottom:0;
	background:#fff;	
	}
.grid.table-responsive .table tr{
	transition:0.4s;	
	}
.grid.table-responsive .table .note{
font-size: 12px;
    background: #fff;
    color: #a14a22;
    position: relative;
    box-shadow: 0px 0px 10px #00000024 inset;
    padding: 0.55rem;
	}

.grid.table-responsive .table tr.thead{
background-color: #f4922e;
    background: -webkit-gradient(linear,left top,right top,from(#621318),to(#f4922e));
    background: linear-gradient(90deg,#621318,#f4922e);
    color: #fff;
}
	
.grid .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fdefde;
}
.grid .table-hover tbody tr:hover {
  color: #212529;
  background-color: #ecddc9;
}

.time-list{	
	}
.time-list ul{
	position:relative;	
	}
.time-list ul:before{
	content: '';
    position: absolute;
    left: -30px;
    top: 0px;
    width: 10px;
    height: 100%;
    background:url(images/chin.png) repeat-y center top;
	}	
.time-list ul li{		
display: block;
    padding: 10px;
    box-shadow: -4px 0px 11px rgba(0, 0, 0, 0.17);
    margin: 10px 0;
    background: #fff;
    position: relative;
	}
.time-list ul li:after{
	content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -6px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
	
	}
.time-list ul li:before{
	content: '';
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -17px;
    width: 21px;
    height: 34px;
    background: url(images/bell.png) no-repeat center top;
	}
	
.time-list ul li img{		
border-radius: 4px;
	}
	
.time-list ul li h5{		
margin-bottom: 0;	
font-size: 16px;
	}
	
.time-list ul li p{		
margin-bottom: 0;		
font-weight: bold;
	}
.side-links{}
	
		
.card.theme{
	background: #fdefde;
    background: linear-gradient(#fdefde,#ffffff);	
	}
.card.theme .card-header{
	background-color: #f4922e;
    background: -webkit-gradient(linear,left top,right top,from(#f4922e),to(#f1a530));
    background: linear-gradient(90deg,#f4922e,#f1a530);
    box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.56);
    color: #fff;
	}
.card.theme .card-header i{
	font-size: 70%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f4922e;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 13px;
	}
.card.theme .card-header h5{
	margin-bottom: 0;
	padding-left: 30px;	
	}
.card.theme .card-body{}
.card.theme ul{
	margin-top:20px;	
	}
.card.theme ul li{
	display: block;
    padding: 7px 0;
    border-bottom: 1px dashed #eaeaea;
	position:relative;	
	}
	
.card.theme .btn.btn-theme{
	color: #fff;
    background: #f1a530;
    background: linear-gradient(#f1a530,#f4922e);
    border-color: #f4932e;	
	}


	
.notice-copy.card.theme{
	background: #fff;
	}
.notice-copy .img{
	height:250px;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
	transition:.3s;
	border-radius:6px;
	}
.notice-copy .img:hover{ transform: translateY(-10px);}
.notice-copy .img:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
	transition:.3s;
    background: linear-gradient(rgba(255, 255, 255, 0),#fff);
	}
	.notice-copy .img:before{
	content: '';
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    bottom: 0;
	transition:.3s;
    background: #fff;
	opacity:0;
	}
.notice-copy .img:hover:before{
	opacity:0.6;
	}
.notice-copy .img a{
	position: absolute;
    background: #f1a530;
    background: linear-gradient(#f1a530,#f4922e);
    left: 40%;
    right: 40%;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
	text-decoration:none;
    top:30%;
	z-index:1;
	opacity:0;
	transition:.5s;
	}
.notice-copy .img:hover a{
	opacity:1;
	top: 45%;	
	}
.room-list{
position: relative;
    background: #ffffff;
    border: 1px solid #EAEAEA;
    width: 100%;
    float: left;
	padding:15px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    margin: 0px 0 10px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
	}

.room-list h5{
	position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
	}	
.room-list h5 small{
	color: #8a8a8a;	
	}
.room-list h5 span{
	position: absolute;
    right: -23px;
    font-size: 13px;
    background: #f4922f;
    padding: 3px 5px;
    color: #fff;
	}
.room-list h5 span:after{
	content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 10px solid #f49230;
    left: -10px;
    top: 0;
	}
.room-list h5 span:before{
content: '';
    position: absolute;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #b96c20;
    right: 0px;
    bottom: -7px;
	}
.room-list .img >div{
	overflow:hidden;
	position:relative;	
	}
.room-list .img >div h6{
	margin:0;
	position: absolute;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 3px;
    text-align: center;	
	}
.room-list .room-rate{}
.room-list .room-rate >div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e8e8e8;
    color: #565656;
}
ul.list{
	
	}
ul.list li{
	padding:10px 10px 10px 30px;
	display:block;
	position: relative;

	}
ul.list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fda800;
    top:22px;
    margin-top: -4px;
    transition: .3s;
    border-radius: 50%;
}
.side-links .card.theme ul li span{
	position: absolute;
    right: -21px;
    font-size: 10px;
    top: 8px;
    text-align: right;
    color: #828282;
    padding: 2px 5px;
    line-height: 11px;
	}


.invitation .box >div{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.37);
    padding: 4px;
	margin-top:30px;	
	}
.invitation .box >div a{
	display:block;	
	}	
.invitation .box >div .img{
	position:relative;
	overflow:hidden;
	transition:.3s;
}

.invitation .box >div .img img{
	width:100%;
	transition:.4s;
	min-height:260px;
	position:relative;
}
.invitation .box >div .img:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:0;
	transition:.3s;		
	}
.invitation .box >div i{
	position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: #f1a531;
    color: #fff;
    text-align: center;
	transition:.3s;
	opacity:0;	
	}
.invitation .box >div:hover .img:after {
	opacity:0.4;
	transition:.3s;	
	}
.invitation .box >div:hover .img img{
	transform:scale(2);
}
.invitation .box >div:hover i{
	opacity:1;	
	}

.contactus h5{
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
	border-bottom:1px solid #f3f3f3;
	}
.contactus h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f1a530;
}
.seva-details img{
	z-index: 1;
    position: relative;	
	}
.seva-details h5{
   padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
	}
.seva-details h5:after {
               content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f1a530;
            }
.page.dos-donts ul.list li{
		font-size:14px;	
}

.ne-box{
	box-shadow: 0px 2px 17px -10px #00000082;	
	}
.ne-box .img{
	height: 150px;
    overflow: hidden;	
	}
.ne-box h4{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;	
	}
.ne-box h5{
font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: italic;
    color: #9c9c9c;
    font-weight: 600;
    margin-top: 5px;
	}
.ne-box h5 i{
	margin-right: 5px;	
	}
.ne-box p{
	max-height: 70px;
    overflow: hidden;	
	}
	
.news-event-details .container {
	background: #fff;
    box-shadow: 0px 0px 15px #0000001a;	
	}
.news-event-details .ne-details h4{
	margin-top:20px;	
	}
.news-event-details .ne-details img{
	display:block;
	margin-bottom:20px;
	margin-top:20px;	
	}
	
.ne-list li{
	float:left;
	width: 100%;
	}
.ne-list li a{
	text-decoration:none;
	color:#333;
	display:block;
	float:left;
	width:100%;
	padding:2px;
	margin:10px 0;
	webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
	}
.ne-list li a:hover{
	background:#f3992f;	
	}

.ne-list li a p{
	margin-bottom:5px;
	margin-top: 5px;
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-weight:600;
	font-family: 'Raleway';	
	}
.ne-list li a:hover p{
	color:#fff;	
	}
.ne-list li a img{
	width:60px;
	height:60px;
	float:left;
	margin-right:5px;	
	}
.ne-list .tag span {
    color: #b9b9b9;
    margin-right: 10px;
    font-style: italic;
    font-size: 12px;
}
.ne-list li a:hover .tag span {
	color:#51731d;	
	}
.ne-list .tag span i {
    margin-right: 5px;
}
.facilities-list li{
	padding:13px 10px 20px 125px;
	display:block;
	position: relative;
	min-height:140px;
	}
.facilities-list li a{
	width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
	cursor:pointer;	
	}
.facilities-list li h5{
	font-weight: 600;
    color: #790d13;	
	}
.facilities-list li p{
	font-size:14px;	
	}
.facilities .modal img{
	width:100%;	
	}
.facilities .modal button.close{
	position: absolute;
    right: -11px;
    top: -11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 1px 8px #0000008c;	
	}
.facilities .modal .modal-content{
	border: 4px solid rgba(255, 255, 255, 0.2);	
	}
/*==================mobile=================*/	

@media (max-width: 767px){	
	
.page-head {
    padding: 40px 0 40px 0;

}
}


