body{
  font-family: 'Playfair Display', serif;
}
.logo img{
    width: 35%;
    margin: 0 auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.conmenu{
    align-items: center;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    padding: 1.5rem 1rem;
    transform: translatex(-50%);
    color: rgb(230 125 11);
}
.navbar{
    padding: 1.5rem 1rem;
}
.des-one{
    clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
    padding: 100px;
    border: 2px solid #ddd;
}
.bg-des{
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    background-color: #ec820e;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(198 106 6);
    font-weight: 600;
}
a.nav-link {
    color: rgb(198 106 6);
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #fff;
  }
.book-form{
    position: relative;
    margin-top: -5%;
}
.text-block-img{
  position: relative;
}
.text-block {
    position: absolute;    
    bottom: 10px;
    right: 4%;
  }
 .text-block1{
    position: absolute;    
    bottom: 10px;
    right: 4%;
  } 
  .btn-more{
    background-color: #ec820e;
    color: #fff;
  }
  h5{
      vertical-align: middle;
      
  }
  .google-map{
      min-height: 450px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }
  .border-left{
      border-left: 3px solid #000;
      margin-right: 2px;
  }
  .contact-form{
      position: absolute;
      
  }
.form-container {
  position: absolute;
  bottom: 35px;
  right: 3%;
  /*left: 74%;*/
  width: 400px;
  max-width: 600px;
  padding: 15px;
  background-color: #fdb76a;
  opacity: 0.8;
}
.form-container1 {
  position: absolute;
  bottom: 80%;
  right: 6%;
  /*left: 74%;*/
  width: 300px;
  max-width: 600px;
  padding: 15px;
  background-color: #000;
  /*opacity: 0.8;*/
}
.footer{
  background-color: #ec820e;
  padding:10px ;
  
}
.getin-touch{
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
  background-color: #000;
  padding: 5px;
}
.getin-touch-form{
  position: absolute;
  bottom: 79%;
  margin-left: 70%;
  z-index: 1;
}
.icon-bar {
  position: fixed;
  top: 50%;
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}