a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  /* font-family: 'goudyolst-bt-italic' !important; */
  font-family: "Futura-Book-BT";
  font-size: 17px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
}

p {
  margin-bottom: 10px;
  line-height: 25px;
}

img {
  margin-bottom: 0;
  display: block;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

strong {
  font-weight: 800;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #e2bb6c;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#more {
  display: none;
}

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 5px 0;
  top: 0;
}

.navbar-default {
  background: #fff;
  background-size: 215px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: rgba(255, 255, 255, 0.9);
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a {
  color: #222;
  text-shadow: none;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a:last-child {
  margin-right: 0;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  text-shadow: none;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-image: none;
  box-shadow: none;
  background: 0 0;
  color: #224e22;
}

.navbar-brand > img {
  width: 155px;
  margin-top: 0px;
}

.navbar-brand > img.nav-logo {
  width: 100px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0;
  }
}

.navbar .navbar-nav {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: right;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: initial !important;
  }
  .navbar-collapse {
    padding-bottom: 10px;
  }
  .navbar-brand > img {
    width: 130px;
    float: left;
    margin-top: 6px;
    margin-left: 12px;
  }
  .navbar-brand > img.nav-logo {
    width: 80px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 80px;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-default .navbar-toggle {
    border: none !important;
    background: #000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
}

.nav-call {
  border: 2px solid #000;
  border-radius: 1px;
  padding: 3px 15px !important;
  color: #fff !important;
  margin-top: 10px;
  background: #000 !important;
  margin-left: 40px;
}

.navbar-nav > li > a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 7px;
  padding-right: 7px;
  outline: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Futura-Book-BT";
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: 0;
}

.menu-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.6s;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #ffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Futura-Book-BT";
}

.menu-overlay a span {
  border-left: 3px solid #d2ac68;
  border-right: 3px solid #d2ac68;
  padding: 0 14px;
  padding-top: 3px;
}

.menu-overlay a:focus,
.menu-overlay a:hover {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
}

.global-sec {
  padding: 70px 0;
}

#home-carousel {
  overflow: hidden;
  height: auto;
}

.carousel-control {
  background-image: none !important;
}

#home-carousel .carousel-inner .item .slide {
  width: 100%;
  height: auto;
}

#home-carousel .carousel-inner .item .zoom {
  -webkit-animation: zoomin 60s ease-in infinite;
  animation: zoomin 60s ease-in infinite;
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.register-btn {
  transform: rotate(90deg);
  position: fixed;
  top: 280px;
  right: -40px;
  z-index: 9999;
  text-transform: uppercase;
  padding: 9px 0;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 17px;
  width: 122px;
  color: #fff;
  border: 0 !important;
  background: linear-gradient(180deg, #f5f5f5 50%, #000 0) no-repeat scroll 100%
    100%/100% 210% #c3e6ea;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
}

.register-btn:focus,
.register-btn:hover {
  background-position: 100% 0;
  color: #000000;
}

.call-btn {
  transform: rotate(90deg);
  position: fixed;
  top: 378px;
  right: -15px;
  z-index: 9999;
  text-transform: uppercase;
  padding: 9px 0;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 17px;
  width: 72px;
  color: #fff;
  border: 0 !important;
  background: linear-gradient(180deg, #f5f5f5 50%, #000 0) no-repeat scroll 100%
    100%/100% 210% #c3e6ea;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
}

.call-btn:focus,
.call-btn:hover {
  background-position: 100% 0;
  color: #000000;
}

.popup-btn,
.read-more {
  font-weight: 400;
  padding: 8px 25px;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
  border: 0 !important;
  background: linear-gradient(180deg, #f5f5f5 50%, #000 0) no-repeat scroll 100%
    100%/100% 210% #c3e6ea;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup-btn:focus,
.popup-btn:hover,
.read-more:hover,
.read-more:focus {
  background-position: 100% 0;
  color: #000000;
}

.error {
  color: red;
}
.glob-sec {
  width: 100%;
  padding: 80px 0px;
}

.privacy-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}

.privacy-wrap span {
  font-size: 15px;
  font-weight: 600;
}

.modal {
  z-index: 99999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #333333;
  background-size: cover;
}

.modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: 0;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.disline {
  margin: 18px 0px;
  line-height: 23px;
}

/* .modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -35px;
  margin-bottom: 10px;
} */
.modal-body h3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: bold;
}

.sliderform-wrap h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}

.modal-body p,
.sliderform-wrap p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.sliderform-wrap form input,
.sliderform-wrap form select {
  height: 40px;
  border: 1px solid #fff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222;
  border-left: none;
  outline: 0 !important;
}

.modal-body img {
  width: 100px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -60px;
}

.sliderform-wrap form .input-group-addon {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 1px solid #fff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222;
  border-left: none;
  outline: 0 !important;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 10px 0 10px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #fff;
}

.i-am {
  padding: 0;
  background: 0 0;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: 0 !important;
}
.i-am1 {
  padding: 0;
  background: 0 0;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: 0 !important;
  text-transform: uppercase;
}

.i-am:focus,
.i-am:hover {
  background: 0 0 !important;
}

#pageloader {
  /*background: url(../images/bg-patch.webp) repeat;*/
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 100px;
  transform: rotateY(0);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.sec-thankyou {
  padding: 50px 0;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 18px;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000;
  border-radius: 25px;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 30, 36, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(60, 30, 36, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 30, 36, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 30, 36, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(60, 30, 36, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 30, 36, 0);
  }
}

#aboutUs ul {
  list-style: circle;
  padding-left: 15px;
  line-height: 25px;
}

.form-control:focus {
  box-shadow: none !important;
}

#enquire-form input,
#enquire-form select {
  height: 40px;
  /*border: none;*/
  width: 100%;
  background: 0 0;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 !important;
  color: #222;
  background: #fff;
  /*border-left: none;*/
  box-shadow: none;
  /* border: 1px solid #fff; */
  outline: 0;
}

.contact-btn {
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 15px;
  width: 172px;
  height: 46px;
  line-height: 30px;
  color: #fff;
  border: 1px solid !important;
  background: linear-gradient(180deg, #f5f5f5 50%, #000 0) no-repeat scroll 100%
    100%/100% 210% #c3e6ea;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-btn:focus,
.contact-btn:hover {
  background-position: 100% 0;
  color: #000000;
}

/* ------------------------------*/

.sec-eq {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #000;
  width: 100%;
  z-index: 111;
  /*padding: 8px 0;*/
}

.sec-eq #enquire-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec-eq .eqTitle {
  margin-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.eqTitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  /*margin: 15px;*/
  color: #fff;
  margin-bottom: 14px;
}

.fixed_bottom_enq {
  padding: 5px 0;
}

.form_eq_width {
  width: calc(25% - 100px);
}

.form_eq_width .form-group {
  margin: 0 10px !important;
}

/* ------------------------------*/

.global-sec {
  padding: 70px 0;
  padding-bottom: 30px;
}

.sec-head {
  margin-bottom: 20px;
}

.sec-head h2 {
  font-family: "Futura-Book-BT";
  margin-bottom: 0;
  font-size: 27px;
  line-height: 37px;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.sec-head.left h2 {
  text-align: left;
}

.sec-head h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

.headline {
  height: 2px;
  background: #2b2b2b;
  width: 70px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.headline.right {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.headline.left {
  margin: initial;
  margin-top: 20px;
  margin-bottom: 30px;
}

.artist_wrap {
  position: relative;
  width: auto;
  height: auto;
}

.artist_wrap img {
  width: 100%;
}

.artist_wrap p {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
}

.sub_head {
  font-family: "Futura-Book-BT";
  font-size: 19px;
  line-height: 26px;
}

/* ---- my tab ---------------*/

.mytab2 {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-left: 0;
}

.mytab2 li {
  float: none !important;
  display: inline-block;
}

.mytab2 > li.active > a,
.mytab2 > li.active > a:hover,
.mytab2 > li.active > a:focus {
  color: #fff;
  background-color: #000;
  border: none !important;
  cursor: pointer;
  border-radius: 0;
}

.mytab2 > li.active > span,
.mytab2 > li.active > span:hover,
.mytab2 > li.active > span:focus {
  color: #fff;
  background-color: #000;
  border: none !important;
  cursor: pointer;
  border-radius: 0;
}

.mytab2 > li > a:hover,
.mytab2 > li > a:focus {
  border-color: transparent !important;
  /*background-color: transparent;*/
  border-radius: 5px;
  color: #000000;
}

.mytab2 > li > a {
  color: #000000;
  text-decoration: none;
  padding: 3px 0;
}

.btn-2 {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.09);
}

.btn-2 span {
  display: block;
  padding: 10px 20px;
}

.btn-2::before,
.btn-2::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}

.btn-2 span::before,
.btn-2 span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}

.btn-2:hover::before,
.btn-2:hover::after {
  width: 100%;
}

.btn-2:hover span::before,
.btn-2:hover span::after {
  height: 100%;
}

/*--- Button 2 -------*/

.btn-2::before,
.btn-2::after {
  transition-delay: 0s;
}

.btn-2 span::before,
.btn-2 span::after {
  transition-delay: 0.2s;
}

.btn-2::before {
  right: 0;
  top: 0;
}

.btn-2::after {
  left: 0;
  bottom: 0;
}

.btn-2 span::before {
  left: 0;
  top: 0;
}

.btn-2 span::after {
  right: 0;
  bottom: 0;
}

.btn-2:hover::before,
.btn-2:hover::after {
  transition-delay: 0.2s;
}

.btn-2:hover span::before,
.btn-2:hover span::after {
  transition-delay: 0s;
}

/* -----------tab end */

/* ---- mobile tab -------------*/

.cstm-dropdown {
  margin-bottom: 40px;
}

.cstm-dropdown button {
  width: 100%;
  padding: 14px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.09);
  position: relative;
}

.cstm-dropdown button .trigger-txt {
  float: left;
}

.cstm-dropdown button .caret {
  float: right;
  margin-top: 7px;
}

.cstm-dropdown ul {
  padding: 0 10px;
  border-radius: 0;
  width: 100%;
}

.cstm-dropdown ul li {
  border-bottom: 1px solid #bb8c2b;
}

.cstm-dropdown ul li span {
  margin: 0;
  width: 100%;
  line-height: 20px;
  padding: 6px 5px;
  font-size: 16px;
  display: block;
}

.cstm-dropdown ul li.active span {
  color: #333333;
  background: transparent;
}

.cstm-dropdown ul li.active span:hover,
.cstm-dropdown ul li.active span:focus {
  color: #333333;
  background: transparent;
}

.cstm-dropdown ul li:last-child {
  border: none;
}

/* --------------mobile tab ------------*/

/* ----------gallery -----------*/

/*-------------------------------------------------*/

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg.transparent {
  background: rgba(0, 0, 0, 0);
}

.overlayg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*border: 2px dashed #383838;*/
  transform: scale(0.975);
  z-index: 99;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
  /*box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #fff;
}

.amenities-gallery img {
  width: 100%;
  display: block;
  transition: all 0.5s;
  height: 280px;
  object-fit: cover;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  font-weight: 800;
}

.amenities-gallery.no-shad .ami-overlay {
  background: transparent;
}

.amen-title {
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: #ffffff;
  padding: 5px 24px 2px 20px;
  transform: skewX(30deg);
  left: -9px;
}

.amen-title p {
  margin-bottom: 0;
  color: #000000;
  transform: skewX(-30deg);
  font-size: 16px;
}

.amen-title.black {
  background: #000000;
}

.amen-title.black p {
  color: #ffffff;
}

.amenities-gallery.big img {
  height: auto;
}

.artist_txt {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00000096;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  z-index: 99;
  font-family: "Futura-Book-BT";
}

.artist_txt.black {
  color: #000000;
}

.artist_txt.white {
  color: #ffffff;
}

.artist_txt.top {
  bottom: initial;
  top: 0;
  background: transparent;
  padding: 0px 8px;
  z-index: 1;
}

/*========= End Gallery ==============*/

.amenities-gallery.border {
  border: 1px solid #000;
}

.homeame_carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 98%;
  margin-left: 1%;
}

.homeame_carousel .owl-nav button {
  background: transparent !important;
  height: 35px;
  width: 55px;
  border-radius: 0 !important;
  color: #fff !important;
  margin: 0 !important;
}

.homeame_carousel .owl-nav button img {
  filter: brightness(0) invert(1);
}

.homeame_carousel .owl-nav .owl-prev {
  float: left;
}

.homeame_carousel .owl-nav .owl-next {
  float: right;
}

.config-table {
  text-align: center;
  table-layout: fixed;
}

.config-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 15px 0 !important;
}

.config-table tr td {
  vertical-align: middle !important;
  padding: 15px 5px !important;
  background: #f3f3f3;
  font-family: "FontAwesome";
}

.config-table thead {
  background: #000;
  color: #fff;
  border: none !important;
}

.config-table > tbody > tr > td,
.config-table > tbody > tr > th,
.config-table > tfoot > tr > td,
.config-table > tfoot > tr > th,
.config-table > thead > tr > td,
.config-table > thead > tr > th {
  border: 1px solid #000;
}

.config-table tbody {
  background: #ffffff;
}

.price {
  background: #000;
  color: #fff;
  padding: 5px 7px;
}

.price:hover,
.price:focus {
  color: #ffffff;
}

/* -------- location box--------*/

.location-adv-box-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  clear: left;
  align-items: center;
  align-content: center;
}

.location-adv-box {
  width: 31%;
  margin: 1%;
  border: 1px solid #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.location-adv-box .icon {
  width: 100px;
}

.location-adv-box .icon img {
  width: 80%;
  height: auto;
}

.location-adv-box .icon-content {
  text-align: left;
  padding: 10px 0;
  width: calc(100% - 120px);
}

.location-time {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
  display: block;
}

/*------------location box-----------*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: 1px solid #fff;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222;
  border-left: none;
  outline: 0 !important;
  box-shadow: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #222;
}

#contact-form .input-group-addon {
  background: #f3f3f3;
  color: #000;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.contact-wrap div.address-wrap {
  float: left;
  width: 50%;
  color: #484848;
  padding: 0 0 0 30px;
}

.address-list {
  float: left;
  list-style: none;
  width: 100%;
}

.address-list li {
  float: left;
  list-style: none;
  width: 100%;
}

.address-list li p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.address-list li img {
  display: inline-block;
  width: 17px;
  vertical-align: top;
}

.address-list li span {
  display: inline-block;
  width: calc(100% - 20px);
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}

.address-list li a {
  color: #222;
}

.disclaimer {
  float: left;
  width: 100%;
  background: #f3f3f3;
  text-align: center;
  padding: 20px 50px;
}

.sec-footer {
  padding: 20px 0;
  margin-bottom: 57px;
  background: #000;
}

.sec-footer p {
  margin-bottom: 0;
  text-align: center;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}

/*----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
  .nav-logowrap {
    float: right !important;
  }
  .register_form_wrap {
    position: absolute;
    right: 60px;
    z-index: 1;
    top: 27%;
    width: 310px;
    background: #ffffff6e;
  }
  #register_form .form-title {
    background: #fff;
    position: relative;
    width: 92%;
    left: 4%;
    top: -36px;
    padding: 15px 0;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: -10px;
    outline: 1px solid #000;
    outline-offset: -7px;
    outline: double;
  }
}

@media (max-width: 767px) {
  /* SLider Form */
  .sliderform-wrap {
    background-color: #333333;
    padding: 15px;
    margin-top: 20%;
  }

  #home-carousel .carousel-inner .item .slide {
    width: 100%;
    height: 100%;
  }

  #query_form {
    width: 100%;
    position: static;
    margin: 0px auto;
    margin-top: 15%;
  }
  .form-title.h4.text-center {
    color: #000;
    margin-top: 50px;
    background: #fff;
    position: relative;
    width: 92%;
    left: 4%;
    padding: 15px 0;
    font-size: 24px;
    border-radius: 5px;
    outline-offset: -7px;
    outline: double;
    font-family: "Futura-Book-BT";
    margin-bottom: 20px;
  }
  #home-carousel{
    margin-top: 70px;
  }
  #query_form input,
  #query_form select {
    border-radius: 0;
    height: 40px;
    border: 0;
    border-bottom: 1px solid !important;
    margin: 0px;
    width: 100%;
  }
  #query_form .form-btn {
    margin: 15px auto;
  }
  .pdm-0 {
    padding: 0 !important;
  }
  .pd0-m {
    padding: 0 !important;
  }
  .sec-head h2 {
    font-size: 23px;
  }
  .headline.right {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .headline.left {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .cstm-dropdown button {
    background: #000;
    color: #fff;
  }
  .mob_top {
    bottom: initial;
    top: 0;
  }
  .amenities-gallery.big img {
    height: 270px;
  }
  .location-adv-box {
    width: 100%;
    margin: 2%;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
  }
  .global-sec {
    padding-bottom: 20px;
  }
  .homeame_carousel .owl-nav button img {
    width: 53px;
  }
  .disclaimer {
    padding: 20px 10px;
  }
  .sec-footer {
    margin-bottom: 40px;
  }
}

#register_form .form-btn {
  margin: 15px auto;
}

#register_form {
  width: 100%;
  margin: 0px auto;
  /*margin-top: 15%;*/
}

#register_form .form-group {
  margin-bottom: 23px;
  height: 40px;
}

#register_form input,
#register_form select {
  border-radius: 0;
  height: 40px;
  border: 0;
  border-bottom: 1px solid !important;
  margin: 0px;
  width: 100%;
  /*margin-bottom: 6px;*/
}

input.form-btn,
input.form-btn:hover {
  border-radius: 14px;
  border: 0;
  color: white;
  background-color: #000;
  margin-bottom: 20px;
}

.imgsshs img {
  width: 150px;
  display: block;
  margin: 10px auto;
}
.qr-content{
  display:flex;
  justify-content:center;
  align-items:center;
}

.imgsshs .qr-content img{
  width:120px;
}

.error-modal, .error-banner, .error-side, .error-footer {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 2;
}
input[disabled] {
  cursor: not-allowed !important;
  width: 60px !important;
  text-align: center;
  background: #eee !important;
  padding: 0px !important;
}
.d-none{
  display: none;
}

.error {
  border: 2px solid red;
  animation: error .2s linear 5 alternate .1s;

}

@keyframes error {
  0% {
      border: 2px solid black;
  }

  100% {
      border: 2px solid red;
  }
}
.enquiry-btn{
  background-color: #000;
  width: 100%;
  color: #fff;
}
/* .btn:focus{
  outline: none !important;
  border: 0px;
  color: #fff;
} */
.privacy-policy{
  color: #fff;
}
.privacy-policy:hover{
  color: #fff;
}
.privacy-policy-page .sec-footer{
margin-bottom: 0px;
}