.row{
  margin: 0px;
}
#details .col-md-12{
  margin: 0px;
  padding: 0px;
}
.bar{
	background: #184761;
}
.bar h6{
	color: white;
	font-family: Cardo;
	font-size: 20px;
}
@media(max-width: 768px){
  .bar{
  display: none;
}
}


/*navbar*/

.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/contact.jpg);
  min-height: 200px; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#details{
   background-image: url(../img/header-2.jpg);
  width: 100%;

  background-attachment: cover;
  background-repeat: no-repeat;
}


.abc {
    background: white;
    padding: 30px;
    border-radius: 5px;
   
    box-shadow: -2px 6px 19px 0px #18476182;
}

.abc label{
    font-size: 17px;
   width:80%;
   color: black;
   font-family: Rajdhani;

}
.abc input[type="text"]{
    font-size: 15px;
    width: 187%;
    height: 25px;
    border: solid 1px #bbb9b9;
    border-radius: 2px;
    font-family: Cardo;
}
.abc input[type="email"]{
    font-size: 15px;
    width: 200%;
    height: 25px;
    border: solid 1px #bbb9b9;
    border-radius: 2px;
    font-family: Cardo;
}
.abc input[type="number"]{
    font-size: 15px;
    width: 200%;
    height: 25px;
    border: solid 1px #bbb9b9;
    border-radius: 2px;
    font-family: Cardo;
}
.abc input[type="message"]{
    font-size: 15px;
    width: 200%;
    height: 80px;
    border: solid 1px #bbb9b9;
    border-radius: 2px;
    font-family: Cardo;
}
.abc input[type="submit"]{
    font-size: 15px;
    background:transparent;
    color: white;
  border:none;
padding: 0.5em 2em ; 
text-align: center;
font-family: Cardo;
}

.abc input[type="submit"]:hover{
    font-size: 15px; 
    color: black;
  border:solid 2px #184761;
padding: 0.5em 2em ;
 cursor: pointer;
 background:transparent;
 font-family: Rajdhani;
}
#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;
}
