html{
	width: 100%;
	height:100%;
  scroll-behavior: smooth;
}
body{
background-color: white;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
margin-top: 20px;
overflow-y: scroll;
-ms-overflow-style: none;  
scrollbar-width: none; 
}
body::-webkit-scrollbar {
    display: none;
}
.goldhead{
  border: 10px solid #998D67;
  margin-top: 10px;
  margin-bottom: 5px;
}
.logo{
 display: inline-block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00153E;
  text-align: center;
  font-size: 15.2px;
}

li {
  float: left;
}

li a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-right: 0.5px solid white ;
}

li a:hover {
  background-color: #00004d;
}
.enquire{
  background-color: #998D67;
}
.enquire:hover{
  background-color: #ada385;
}
.f{
  margin-left: 75px;
  margin-right: auto;
  padding-bottom:  15px;
}
.f:hover{
  cursor: pointer;
}
.ff{
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
p{
  color: whitesmoke;
  padding-left: 20px;
}
.box{
  border:4px solid #998D67;
  margin-top: 10px;
  margin-bottom: 25px;
}
.pics{
  float: left;
  margin-left: 20px;
  margin right: 20px;
  margin-top: 20px;
  border: 4px solid #998D67;
}
.pics1{
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  }
form{
  text-align: center;
  margin-top: 50px;
  transition: all 4s ease-in-out;
}
.form-control{
  width: 600px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  font-size: 18px;
  margin-bottom: 16px;
}
input{
  height: 45px;
  color: white;
}
form .submit{
  background: #998D67;
  border-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
}
form .submit:hover{
  background: #997300;
  cursor: pointer;
}
button {
  background-color: #998D67;
  border-radius: 6px;
  border: 2px solid #00153E;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  cursor: pointer;
}
button:hover{
   background-color: #ada385 ;
}
.about{
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
h1{
  color:#998D67 ;
  font-size: 60px;
  text-align: center;
  font-family: Montserrat;
}
h2{
  text-align: center;
  font-size: 40px;
  color: #998D67 ;
  padding-top: 30px;
  font-family: Montserrat;
}
h3{
  text-align: center;
  font-size: 20px;
  color: #998D67 ;
  font-family: Montserrat;
}
pre{
  font-family: Montserrat;
}
.center{
  padding: 10px 0px;
  text-align: center;
  font-size: 17px;
  font-family: Montserrat;
}
.center1{
  padding: 10px 0px;
  text-align: left;
  font-size: 17px;
  font-family: Montserrat;
}
.abouts{
  display: block;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
footer {
  border: 3px solid #998D67;
  background-color: #00153E;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  text-align: justify;
  font-size: 10px;
  padding-bottom: auto;
}
header{
  display: flex;
  justify-content: space-between;
  text-align: justify;
}
#headbar{
display: inline-block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.foot{
  display: inline-block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.head{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  border: none
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
}
.tourist{
  padding-top: 150px;
}
.infotop{
  padding-top: 50px;
}
.parallelogram {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: white;
  border:2px solid #998D67 ;
  display: inline-block;
  text-align: left;
}
.bullet{
  transform: rotate(-45deg);
  font-size: 8px;
  padding-top: 6px;
}
.main{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #998D67;
}
.parallelograms {
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  background: white;
  border:2px solid #998D67 ;
  display: inline-block;
  text-align: left;
}
.cons{
 font-family: Montserrat; 
}
.foottext{
  font-family: Montserrat;
  color: white;
  padding: 70px;
}
.about{
  font-size: 20px;
}
.mainback{
  height: auto;
  width: 100%;
}
#googleForm {
  /*margin-left: auto;/*
  /*margin-right: auto;*/
  text-align: center;
}