body{
margin-top:0;
background-image:url(../images/hotel-facilities-bg.jpg);
background-size:100%;
background-attachment:fixed;
overflow-x: hidden;
	}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969494;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #969494;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #969494;
}
:-moz-placeholder { /* Firefox 18- */
  color: #969494;
}


.animate-top{
  position:relative;
  animation:animatetop 0.4s
}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  margin: 8% auto;
  border: 1px solid #888;
  width: 475px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 0;
}
h5.modal-title {
    font-size: 1.25rem;
    color: #666;
}
.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal button.close {
    padding: 0;
    background-color: #000;
    width: 25px;
    color: #fff;
    opacity: 1;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
.modal .btn-primary {
    color: #fff;
    background-color: #FF9900;
    border-color: #FF9900;
    display: block;
    margin: 0 auto;
}
.modal .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.modal .btn:focus, .modal .btn:hover {
    text-decoration: none;
}
.modal h2{text-align: center;}
.form-group {
    margin-bottom: 15px;
}
.modal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.modal .form-control {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.modal .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.modal .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.modal .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.modal .alert-danger {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffe69c;
}
form#contactFrm {
    margin-bottom: 0;
}
        /* Responsive styles */
        @media (max-width: 600px) {
            .modal-content {
                width: 90%;
                margin: 20% auto 8% auto;
            }
        }
.header1{
position:relative;
height:100px;
width:100%;
background-color:#000000;
z-index:2;
border:1px solid #111;
border-bottom:1px solid #fff;
margin-bottom:-10px;
box-shadow:1px 1px 2px 1px #333;
-webkit-box-shadow:1px 1px 2px 1px #333;
/**/}


.header2{
position:relative;
height:100px;
margin:auto;
width:1194px;
padding-top:10px;
border:0px solid #CCCCCC;

}

.logo{
width:280px;
border-right:1px solid #444;
height:60px;
float:left;
font-size:24px;
font-family:"Times New Roman", Times, serif;
color:#0a9fd9;
padding-top:10px;
padding-left:60px;
line-height:20px;
font-weight:bold;
margin-top:10px;
text-align:left;
}

.logo img{
width:100%;
margin-top:-15px;
}

.log-reg{
width:80px;
font-size:14px;
float:left;
line-height:23px;
padding-left:10px;
}

.number1{
width:260px;
float:left;
height:45px;
padding-left:10px;
color:#000;
background-color:#fff;
font-size:18px;
line-height:;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:-5px;
}

.number1 .fa{
line-height:0px;
font-size:28px;
line-height:45px;
}

.num{
margin-top:-35px;
margin-left:10px;
}



.slider-pannel{
width:100%;
display:table;
border-bottom:3px solid #000000;

}

.slider-pannel2{
width:100%;
display:none;
border-bottom:3px solid #000000;

}

.tariff-part{
width:100%;
display:table;
background-color:#FFFFFF;
}

.npoh{
padding:0px;
overflow:hidden;
}

.room-tariff{
position:absolute;
width:100%;
height:100%;
top:75%;
background-color:#222;
/*background-color:#f7c411;*/
transition:all ease 0.5s;
}

.npoh:hover .room-tariff{
top:0%;
}



.room-tariff-title{
position:relative;
margin:auto;
height:25%;
font-size:18px;
font-family:"Times New Roman", Times, serif;
text-align:center;
line-height:450%;
color:#fff;
width:;
border:px solid #FFFFFF;
}


.room-tariff-title span{
font-size:12px; color:#666; padding-left:10px;
}


.room-tariff p{
width:185px;
position:relative;
margin:auto;
text-align:;
color:#fff;
font-size:12px;
}

.rt-price{
font-size:36px;
text-align:center;
color:#fff;
margin-top:20px;
font-family:"Times New Roman", Times, serif;
}

.rt-vd{
position:relative;
width:100px;
margin:auto;
height:30px;
line-height:30px;
font-size:12px;
text-align:center;
border:1px solid #fff;
margin-top:20px;
}

.rt-vd a{
text-decoration:none;
color:#fff;
display:block;
}

.rt-vd a:hover{
text-decoration:none;
color:#ccc;
}


@font-face{
font-family:welcome1;
src:url("../fonts/fonts2/7/HermeneusOne-Regular.ttf");
src:url("../fonts/fonts2/7/Russo_One.ttf");
}


.welcome1{
font-size:30px;
color:#000000;
text-align:center;
font-family:welcome1;
padding-top:80px;
background-color:#eeeeee;
font-style:;
letter-spacing:px;
}


.wel-below{
position:relative;
z-index:2;
padding-top:30px;
width:100%;
padding-left:20%;
padding-right:20%;
padding-bottom:80px;
text-align:justify;
font-size:13px;
color:#333;
background-color:#eeeeee;
}

.wbt{
font-size:12px;
line-height:20px;
display:table;
height:100px;
text-align:left;
}


.welcome-below-title{
font-size:16px;
font-weight:bold;
color:#FF9900;
margin-top:50px;
margin-bottom:10px;
}

.fa-star{
color:#FF9900;
}


.rooms-category{
width:100%;
padding-left:5%;
padding-right:5%;
display:table;
position:relative;
padding-top:50px;
background-color:#eeeeee;
padding-bottom:150px;
box-shadow:1px 1px 2px 1px #333;
-webkit-box-shadow:1px 1px 2px 1px #333;
}



.category-list{
position:relative;
width:100%;
border-bottom:1px solid #888;
padding-bottom:20px;
overflow:hidden;
background-color:#eeeeee;
/*box-shadow:1px 1px 20px 1px #999;
-webkit-box-shadow:1px 1px 1px 1px #999;*/
}

.category-list img{
width:100%;
}

.category-title{
font-size:20px;
margin-top:20px;
color:#444;
font-family:"Times New Roman", Times, serif;
line-height:40px;
padding-left:10px;
}


.category-title span{
font-size:12px; color:#666; padding-left:10px;
}

.category-title2 span{
font-size:12px; color:#666; padding-left:10px;
}


.category-title2{
font-size:20px;
margin-top:20px;
color:#fff;
font-family:"Times New Roman", Times, serif;
line-height:40px;
}

.book1{
width:80px;
color:#333;
height:40px;
line-height:35px;
border:2px solid #333;
text-align:center;
float:right;
font-size:14px;
margin-top:-30px;
margin-right:10px;
transition:all ease 0.5s;
}


.book2{
position:absolute;
width:120px;
top:335px;
left:223px;
color:#fff;
height:35px;
line-height:30px;
border:1px solid #fff;
text-align:center;
font-size:14px;
border-bottom:0px;
border-right:0px;
transition:all ease 0.5s;
cursor:pointer;
}


.category-list:hover .book1{
background-color:#000;
color:#FFFFFF;
}

.cat-list-lay{
position:absolute;
height:100%;
width:100%;
z-index:2;
top:-100%;
background-color:#222;
transition:all ease 0.4s;
}


.category-list:hover .cat-list-lay{
top:0%;
}

.in-lay{
width:92%;
height:92%;
position:relative;
margin-left:4%;
margin-top:4%;
border:1px solid #fff;
padding-left:10px;
padding-right:10px;
font-size:14px;
color:#fff;
}


.facilities{
position:relative;
padding-top:100px;
padding-bottom:100px;
}

.facilities-title{
font-size:30px;
font-family:welcome1;
text-align:center;
margin-bottom:50px;
}


.marquee-part{
	background-color:#FFFFFF;
	display:table;
	width:100%;
	height:100px;
}





.footer{
height:300px;
width:100%;
background-color:#111;
padding-left:5%;
padding-right:5%;
color:#ccc;
display:table;
}

.heading-3{
font-size:21px;
text-align:left;
color:#666666;
margin-bottom:20px;
}


.footer-heading{
font-size:24px;
float:none;
width:320px;
margin-top:40px;
color:#ccc;
background:none;
border-right:0px;
font-weight:normal;
padding-left:0px;
margin-bottom:20px;
 
}

.quicklink{
text-decoration:none;
color:#999999;
font-size:16px;
line-height:36px;
font-weight:bold;
}

.quicklink:hover{
text-decoration:none;
color:#999999;
}

.socf,.socy,.socw{
background-color:#003399;
width:30px;
height:30px;
text-align:center;
padding-top:7px;
border-radius:15px;
cursor:pointer;

}

.socy{
background-color:#CC0000;
}

.socw{
background-color:#009900;
}


.socf:hover,.socy:hover,.socw:hover{
background-color:#666;
}

.project-matter{
margin:10px;
margin-bottom:0px;
font-size:12px;
line-height:20px;
color:grey;
padding-bottom:20px;
}
.project-1{
width:100%;
margin:auto;
float:none;
margin-top:50px;
position:relative;
border:4px solid #CCCCCC;
}

.shadow-1{
-webkit-box-shadow: 0px 0px 5px 1px #ccc;
box-shadow: 0px 0px 5px 1px #ccc;
}
.readmore{
font-size:12px;
color:#333333;
text-align:right;
margin-top:10px;

}

@media (max-width:1024px){


.slider-pannel2{
width:100%;
display:table;
border-bottom:3px solid #000000;

}

#woswslider-container1{
display:none;
}



div{
border:#FFFFFF 0px solid}

.header{
margin-top:80px;

}

.header2{
width:100%;
}


.number1,.hide2{
display:none;
}


.book2{
position:absolute;
width:120px;
top:283px;
left:154px;
color:#fff;
height:35px;
line-height:30px;
border:1px solid #fff;
text-align:center;
font-size:14px;
border-bottom:0px;
border-right:0px;
transition:all ease 0.5s;
cursor:pointer;
}


.rooms-category{
width:100%;
padding-left:0%;
padding-right:0%;
display:table;
position:relative;
padding-top:50px;
background-color:#eeeeee;
padding-bottom:150px;
}


.category-list{
position:relative;
width:300px;
margin:auto;
border-bottom:1px solid #CCCCCC;
padding-bottom:20px;
overflow:hidden;
margin-bottom:30px;
}


.footer{

padding-left:0%;
padding-right:0%;

}


}
