.bar{
  background: #184761;
}
.bar h6{
  color: white;
  font-family: Cardo;
  font-size: 20px;
}
@media(max-width: 768px){
  .bar{
  display: none;
}
}

.d-flex{
  display: flex;
  align-items: center ;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #0c80c1;
  /* font-size: 23px; */
  font-family: 'Vidaloka', serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #0c80c1;
  /* font-size: 23px; */
  font-family: 'Vidaloka', serif;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #094362;
  font-size: 21px;
  font-family: 'Vidaloka', serif;
  text-transform: capitalize;
  margin-left: 20px;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
}
.btn-book {
  background-color: #184761;
  color: white;
  font-family: 'Vidaloka', serif;
  padding: 6px 20px;
  font-size: 20px;
}


/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}*/

.about{
  background: url(../img/banna.jpg);
  min-height: 200px; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#abt{
   background-image: url(../img/header-1.jpg);
  width: 100%;
  
  background-attachment: cover;
  background-repeat: no-repeat;
}
.row{
  margin: 0px;
}
#abt .col-md-6,#abt .col-md-5,#abt .col-md-4,#abt .col-md-3,#abt .col-md-2,#abt .col-md-1,#abt .col-md-7,#abt .col-md-8,#abt .col-md-9,#abt .col-md-10,#abt .col-md-11{
  padding: 0px;
  margin: 0px;
}

.para{
  background-image: url(../img/gall.jpg);
   min-height: 300px; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.box{
  background: #ebe9e9;
}
#facilities .col-md-6{
  padding:  0px;
}

#foot{
  background: #184761;
}


#button {
  display: inline-block;
  background-color: #184761;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #184761;
}
#button:active {
  background-color: #184761;
}
#button.show {
  opacity: 1;
  visibility: visible;
}