 body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #009959;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron1 {
     background-color: rgba(255,255,255,0.1);
    color: #fff;
    
	padding-top: 40px;
	
	padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #ffff;
  }
  .bg-hotel {
    
	background-color: linear-gradient(90deg, rgba(255,255,255,0.5746673669467788) 0%, rgba(251,251,255,1) 48%, rgba(255,255,255,0.5718662464985995) 100%);
	background-size: 100% 100%;
	 
  }
  
 h3>.cursive {
    font-size: 50px;
    line-height: 1.375em;
    
    font-weight: 400;
    margin-bottom: 30px;
	font-family:Snell Roundhand;
 }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #009959;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #009959;
  }
  .carousel-indicators {
 display: none;
 }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 0px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #009959 !important;
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-heading:hover {
    color: #fff !important;
    background-color: #009959 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .roomt{
	  width: 93%;
	 color: #fff ;
	 background-color: #00995945;
  position: absolute;
  top: 45.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  }
  .roomt:hover{
  color: #fff !important;
  background-color:#0099599c;
  position: absolute;
  top: 45.0%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .roomt:hover h3{
  font-size: 32px;
  }
  
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  
  .navbar-brand1 img{
  margin-top: -16px;
  }
  .navbar-brand1 {
    float: left;
    height: 57px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}
  .navbar {
    margin-bottom: 0;
    background-color: rgba(255,255,255,0);
    z-index: 9999;
    border: 0;
    font-size: 15px !important;
	font-weight: 900;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
   
	font-family:Calibri
  }
  .navbar li a, .navbar .navbar-brand {
    color: #009959 !important;
  }
 
  
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: #009959 !important;
  }
  .navbar-default1 .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
/*
.reservation {
	position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    background: #FECA02;
    
    padding: 23px 19px 16px;
    font-size: 14px;
    font-weight: 600;
	
}
#reservation a{
	color: #009959;
}


.reservation:hover{
	font-size: 15px;
	text-decoration: none;
}
*/
.booking1{
	visibility: hidden;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .reservation  {
    display: none;
  }
 .booking1{
	visibility: visible;
}
}
@media screen and (min-width: 700px) and (max-width: 4000px) {
	.jumbotron1 {
   
   
    padding-top: 40px;
  
}
}


	
  
  .opt{
  position: fixed;
  width: auto;
  height: 100px;
  bottom: auto;
  z-index: 1030;
  right: 0px;
  padding: 0px;
  }
  .opt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.opt li a {
	font-size: 11px;
	color: #009959;
  display: block;
  width: auto;
  
  padding: 5px;
}

.opt ul li a:hover {
	font-size: 15px;
	color: #ffff;
	background-color: #009959;
  display: block;
  width: auto;
  
  padding: 7px;
}












 
  
  .btn{
	  color: #fff !important;
    background-color: #009959 !important;
  }
  
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #009959;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  
  
@media screen and (min-width: 0px) and (max-width: 700px) {  

.section .section-center {
	position: absolute;
	top: 51%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

 
}
 
 .section {
	position: relative;
	height: 100vh;
	
}
.section-center{
	background-color: rgb(0 0 0 / 50%);
	border-top: 1.3px white solid;
	border-bottom:1.3px white solid;
	
}
@media screen and (min-width: 701px) and (max-width: 3000px) {
.section {
	position: relative;
	height: 26vh;
	
}
.section .section-center {
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
}

.form-btn{
	margin-bottom: 5px;
	margin-top: 20px;
}

.form-btn>button{
	background-color:#009959;
	color:#ddd;
	border-radius: 8px;
	font-size: auto;
	padding: 12px;
}



.form-btn>a:link, a:visited {
  color:#ffff;
  text-decoration: underline;
  cursor: auto;
}

.booking-form {
	
	width: 100%;
	margin: auto;
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 25px;
}

.booking-form .form-header h1 {
	font-size: 42px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: capitalize;
}

.booking-form>form {
	
	padding: 10px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-control {
	background-color: #ffff;
	height: 40px;
	padding: 0px 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
	color: #000;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(255, 255, 255, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #fff;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #ffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	display: inline-block;
	letter-spacing: 0.4px;
}

.booking-form .submit-btn {
	color: #fff;
	background-color: #6c8f18;
	font-weight: 400;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	letter-spacing: 0.4px;
}
.fas, .far {
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-weight: 400;
	margin: auto;
    border-radius: 50%;
    width: 60px;
	color: white;
    height: 60px;
    position: relative;
    font-size: 30px !important;
    background-color: #009959;
    display: block;
    margin-bottom: 8px!important;
	font-family: "Font Awesome 5 Pro";
}
.fas:before, .far:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 14px auto 0;
    text-align: center;
}
.fac{
	color: #ffff;
}
.fb{
	background-color: #0099594a;
}


.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:scale(2);
    transform:scale(2);
  }
}

.carousel-info {
    margin-top: 34px;
    margin-bottom: -47px;
	    text-shadow: 1px 1px 2px black, 0 0 25px #009959, 0 0 5px #005e37;
}















#mySidenav a {
  position: fixed;
   z-index: 1030;
  right: -90px;
  transition: 0.3s;
  padding: 15px 0px 15px 0px;
  width: 130px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0px 0px 5px;
  background-color: #009959;
}
#mySidenav a:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 50%;
  left: 0%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
}





#mySidenav a:hover {
  right: 0;
  font-size: 20px;
  
}

#about-us {
  top: 78px;
 
  
}

#blog {
  top: 140px;
  background-color: #009959;
}



 .glyphicon{
	  font-size: 20px;
	  color:#ffff;
	  padding-left: 2px;
  }
   .glyphicon-globe{
	  font-size: 22px;
	  margin-right: 15px;
	  
  }
  .glyphicon-picture{
	  font-size: 20px;
	  margin-right: 9px;
	  margin-left: 0px;
	  padding-left: 2px;
	  
  }
  
  
  
  .float{
	position:fixed;
	width:42px;
	height:41px;
	bottom:36px;
	right:4px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:1030;
}
@media only screen and (max-width: 900px) {  .float{
	position:fixed;
	width:42px;
	height:41px;
	bottom:27px;
	right:12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:1030;
}
}




.my-float{
	margin-top:6px;
}
.float title{
	color:#FFF;
	display: block;
	font-size: 15px;
	margin-left: -26px;
    margin-top: -4px;
	
}

.fas p {
 display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}

.fas p img {
  float:left;
  margin:0px 8px 8px 0;
}
 
.fas:hover p {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

.fot{
text-align: center;

}
.fab{
font-size: 25px;
padding: 0px 10px 0px 10px;	
color: #ffff;
}

#room {
	color: black;
}
.li-fa{
	position: absolute;
    left: 1.8571428600000002em;
    width: 2.14285714em;
    
    text-align: center;
}
.rm{
position: absolute;
    left:  0.8571428600000002em;
	
    
      
}
.no-li{
	list-style-type: none;
	    font-size: 18px;
    color: white;
}

.contact{

color: white;
}
.detail{
	background-color: #2c2c2c8f;
	padding: 9px;
	box-shadow: rgb(44 44 44 / 11%) 0px 20px 87px 20px inset, 
	rgb(44 44 44 / 11%) 0px -36px 30px 0px inset, 
	rgb(44 44 44 / 11%) 0px -79px 40px 0px inset, 
	rgb(44 44 44 / 59%) 0px -20px 20px 20px, 
	 
	rgb(44 44 44 / 59%) 0px 32px 20px 20px;
	border-style: hidden;
}
.info{
	padding: 5px;
}
.details{
padding: 5px;
margin: 5px;
}

.mb-5{
	margin-bottom: 3rem !important;
}
.row{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-md-6{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
}
.dbox {
    width: 100%;
    margin-bottom: 0px;
}
.w-100 {
    width: 100% !important;
}
.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, #009959, #0099594a, #0080002b);
    margin: 0 auto;
    margin-bottom: 20px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dbox .text {
    width: 100%;
}
.text a{
	color: white;
}
.text a:hover{
	color: white;
}
.col-md-12 button{
	background: linear-gradient( to left, hsl(118deg 100% 16%) 0%, hsl(155deg 100% 32%) 8%, hsl(155deg 100% 32%) 92%, hsl(133deg 100% 16%) 100% );
    color: #ddd;
    border-radius: 20px;
    font-size: auto;
    padding: 5px;
}



.menu {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  bottom: -5px;
  right: 166px
}
.menu:hover {
  pointer-events: all;
}
.menu a{
	color: #009959;
}
.labels {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  color: #009959;
   position: absolute;
   z-index: 9;
   background: #FECA02;
   padding: 21px 20px;
    font-size: 15px;
    font-weight: 600;
}
.labels:hover{
	border-left: 2px solid #ECECEC;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.spacer {
  display: inline-block;
  width: 1px;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.spacer:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  width: 0%;
  transition: width 0.25s ease;
  transition-delay: 0.7s;
}
.item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  /*top: 10px;*/
  opacity: 0;
  transition: opacity 0.5s ease, left 0.5s ease;
  transition-delay: 0;
  background: #FECA02;
  padding: 23px 40px 19px 10px;
  color: #009959;
	  border-left: 2px solid #ECECEC;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.item-1 {
left: 68px;
}
.item-2 {
left: 133px;
}
span {
  transition: color 0.5s ease;
}
.item:hover span {
  color: #ff0000;
}
.menu:hover .spacer:before {
  width: 100%;
  transition-delay: 1s;
}
.menu:hover .item {
  opacity: 1;
  top: 0px;
}
.item:nth-child(1) {
  transition-delay: 0.45s;
}
.item:nth-child(2) {
  transition-delay: 0.4s;
}
.item:nth-child(3) {
  transition-delay: 0.35s;
}
.item:nth-child(4) {
  transition-delay: 0.3s;
}

.menu:hover .item:nth-child(1) {
  transition-delay: 0.25s;
}
.menu:hover .item:nth-child(2) {
  transition-delay: 0.3s;
}
.menu:hover .item:nth-child(3) {
  transition-delay: 0.35s;
}
.menu:hover .item:nth-child(4) {
  transition-delay: 0.4s;
}
