/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  /* padding: 16px 0px; */
}

body {
  line-height: 1;
  font-size: 14px !important;
  background-color: #0e243d;
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vidaloka", serif !important;
}

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

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

html {
  scroll-behavior: smooth;
}

/* @font-face {
  font-family: "futura-light";
  src: url("../fonts/futura-light-bt.ttf") format("truetype");
}
@font-face {
  font-family: "futura-medium-bt";
  src: url("../fonts/futura-medium-bt.ttf") format("truetype");
}
@font-face {
  font-family: "futur-bold";
  src: url("../fonts/futur-bold.ttf") format("truetype");
}
@font-face {
  font-family: "dot";
  src: url("../fonts/didot-italic.ttf") format("truetype");
} */

body {
  font-family: "Roboto Condensed", sans-serif !important;
}

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

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0px;
  top: 0;
  /* transition: top 0.3s; */
}

.navbar-default {
  background: #0e243d;
  margin-bottom: 0px;
  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: #ffffff;
  text-shadow: none;
}

/* awards section */

#sync2 .item {
  /* background: #C9C9C9; */
  padding: 10px 0px;
  margin: 5px;
  /* color: #FFF; */
  border-radius: 3px;
  /* Combining all border-radius properties */
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

/* #sync2 .current .item {
  background: #0c83e7;
} */

#sync2.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

#sync2.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

/* awards section */

.navbar-default .navbar-nav > li > a:focus {
  color: #d2ac68;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #d2ac68;
}

.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: transparent;
  color: #224e22;
}

.navbar-brand > img {
  width: 142px;
  margin-top: -30px;
}

.navbar-brand > img.nav-logo {
  width: 120px;
  margin-top: -12px;
  background: none;
}

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

/*------------Navbar center-------*/

@media (max-width: 992px) {
  .navbar .navbar-nav {
    display: none !important;
  }
}

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

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

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

@media (max-width: 992px) {
  .navbar-nav {
    margin: initial !important;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .navbar-brand > img {
    width: 74px;
    float: left;
    margin-top: 2px;
    margin-left: 13px;
  }

  .navbar-brand > img.nav-logo {
    width: 78px;
    margin-top: 7px;
    position: absolute;
    top: 0;
    right: 20%;
  }

  .navbar-brand {
    padding: 0px;
  }

  .navbar-default .navbar-toggle {
    border: none !important;
    background: #fff;
    position: absolute;
    margin-right: 0;
    margin-left: 8px;
    right: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0a3a81 !important;
  }
}

.nav-call {
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 3px 15px !important;
  color: #043147 !important;
  margin-top: 10px;
  font-weight: 600;
  background: #fff !important;
}

.navbar-nav > li > a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

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

.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: 2px;
  margin-bottom: 10px;
}

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

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

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

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

.video__sec {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
}

.video-box video {
  width: 100%;
  height: auto;
}

.banner {
  width: 100%;
  height: 100vh;
}

#videobg {
  max-height: 800px;
  max-width: 100%;
  object-fit: cover;
}

#iam-interested input,
#float-form select {
  height: 40px !important;
  border: none !important;
  padding-left: 9px !important;
  width: 100%;
  background: #fff !important;
}

#iam-interested .input-group-addon {
  background: #000;
  color: #fff;
  border: 0;
}

.lborder {
  border-right: 1px solid #000;
}

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

#iam-interested .form-group {
  height: 40px;
  margin-bottom: 23px;
  padding: 0px;
}

#iam-interested .form-heading h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#iam-interested .form-heading p {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px !important;
}

#iam-interested .form-heading {
  margin-bottom: 35px !important;
}

#iam-interested input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0px;
}

.radio-label {
  font-size: 15px;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 245px;
    right: 5%;
    top: 15%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #d0d0d0;
    /*display: none;*/
  }

  #banner-form {
  }

  .ami-wrap {
    margin-bottom: 25px;
  }

  .br,
  .bd {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .footer {
    margin-bottom: 40px !important;
  }
}

.sec-amenities {
  /*background: #232c3b;*/
  /* background:  #000; */
  padding: 59px 00px;
  color: #fff;
  background-image: url(../images/bg.webp);
}

.sec-amenities h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 7px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #000;
  display: block;
  margin: 0px auto;
  margin-bottom: 41px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #000;
  display: block;
  margin: 20px auto 20px;
}

.head-line:before {
  /* border-radius: 18px; */
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background: #000;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.sub-head {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 13px;
  /* margin-top: -15px; */
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  padding: 18px 28px;
  margin: 0px auto;
}

.sub-head2 {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 25px;
  font-family: "Vidaloka", serif;
}

.sub-head-conf {
  background: linear-gradient(47deg, #f9cd3d 0%, #f0e1a9 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ami-wrap {
}

.ami-wrap h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.br {
  border-right: 2px solid #fff;
}

.footer {
  background: #0e243d;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  border-top: 1px solid;
}

.footer p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
}

.content {
  margin: 15px auto;
}

.interested,
.interested:focus {
  position: fixed;
  bottom: 50px;
  color: #0e243d;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 9999;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  padding: 12px 20px;
  /* border: none !important; */
  outline: none !important;
  border: 3px solid #0e243d;
  background: #fff;
  letter-spacing: 3px;
  display: initial;
  font-weight: bolder;
}

.interested:hover {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}

.brocc,
.brocc:focus {
  position: fixed;
  bottom: 50px;
  color: #0e243d;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  padding: 12px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  /* border: none !important; */
  outline: none !important;
  border: 3px solid #0e243d;
  background: #fff;
  letter-spacing: 3px;
  display: initial;
  font-weight: bolder;
}

.brocc:hover {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}

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

.modal-header {
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 21px;
}

.modal-header {
  border: none;
  background: rgb(14, 36, 61);
  color: #ffff;
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}

.modal-dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden !important;
  margin-top: 0;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: rgb(14, 36, 61);
  border: 2px solid rgb(14, 36, 61);
  background: transparent;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}

.price-btn:hover {
  color: #000;
  background-color: #fff !important;
  border-color: #000;
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  top: 6px;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

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

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #0e243d;
  color: #fff;
  border: 0;
}

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

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

/*---- main popup--------------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
  font-family: "Roboto Condensed", sans-serif;
}

#main-popup .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

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

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

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

#floor-form input,
#floor-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#floor-form .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

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

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

.error {
  color: red;
  font-family: "Roboto Condensed", sans-serif;
}

#bro-form input,
#bro-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#bro-form .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

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

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

.fixed-footer-cust {
  background: #0e243d;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #fff;
  z-index: 99;
}

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

.fix-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}

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

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

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
}

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

.thank-banner {
  width: 100%;
}

.sec-thank {
  padding: 100px 0px;
  height: 85vh;
}

.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: 0px auto;
  display: block;
}

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

.oops span {
  font-weight: 300;
}

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

.go-home {
  color: #000;
  font-size: 19px;
  padding: 10px;
  width: 235px;
  margin: 0px auto;
  color: #fff;
  background: #000;
  border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  transition: ease 0.5s;
}

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

.oops-greet {
  color: #fff;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -64px !important;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -64px !important;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 2px solid;
  border-radius: 58px;
  border: 2px solid;
  border-radius: 58px;
  margin: 10px 5px;
  color: #000;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 55px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  height: 35px;
  padding: 9px;
  position: relative;
  top: -25px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #d5d5d5; */
  color: #000;
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 15px !important;
  text-align: center;
  margin-bottom: 15px;
}

.cust-container {
  width: 90%;
  display: table;
  margin: 0px auto;
}

.disclaimer {
  /* background: #f1f1f1; */
  /* padding: 50px 0px; **/
}

#overview {
  /* background: #f1f1f1; */
  /* padding: 40px 0px; */
  /* background-image: url(../images/bg1.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%; */
  /* padding: 100px 0; */
}

.disclaimer h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-bottom: 7px;
}

.para {
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  margin-top: 45px;
  margin-bottom: 41px;
}

.para1 {
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  /* left: -21px; */
  /* padding: 25px 28px; */
}

.disclaimer p {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.disc-click {
  color: #fff;
  font-weight: 600;
  display: block;
  text-decoration: underline;
  margin: 20px auto;
}

.desc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.fix-form-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  padding-top: 14px;
  box-shadow: 0px 0px 7px 0px;
  z-index: 99;
}

#enquire-now h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #000;
  text-align: right;
  color: #0a4a6e;
}

#enquire-now p {
  text-align: right;
  color: #0a4a6e;
}

.enq-button {
  border: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: none;
  padding: 12px 30px;
}

.callnow {
  color: #000 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 42px;
}

#price-model .modal-header {
  background: #213171;
  color: #fff;
}

#price-form .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

#price-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-form .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

#myModal1 .modal-header,
#price-model .modal-header {
  background: rgb(14, 36, 61);
  color: #fff;
}

.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -4px;
  margin-right: 0px;
}

/*---- main popup--------------*/

#price-form input,
#price-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
  font-family: "Roboto Condensed", sans-serif;
}

#price-form .input-group-addon {
  background: rgb(14, 36, 61);
  color: #fff;
  border: 0;
}

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

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

.why {
  margin-top: 50px;
}

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

#enquire-now input,
#enquire-now select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #eae4e4;
  border-radius: 0;
}

#enquire-now .input-group-addon {
  background: #000;
  color: #fff;
  border: 0;
  /* border-radius: 25px 0 0 25px; */
}

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

#enquire-now .form-group {
  height: 40px;
  margin-bottom: 14px;
}

.sec-amenities h3 {
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

.overlay {
  padding: 50px 0px;
  background: #000000bd;
}

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

/* .slideDown {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: ease all 0.5s;
} */

.slideUp {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: ease all 0.5s;
}

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

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

.header-logo-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.fix-logo-left {
  background: #fff;
  width: 130px;
}

.fix-logo-right {
  background: #fff;
  width: 130px;
  float: right;
}

.joy {
  /* width: 201px; */
  /* height: 96px; */
  /* --loader-delay-offset: 1ms !important; */
  margin-top: 7px;
  /* padding: 15px; */
  /* margin-left: -25px; */
}

.box {
  /* box-shadow: inset 1px 1px 5px; */
  /* height: 286px; */
  /* border-right: 2px solid  #000; */
}

.box img {
  width: 14%;
}

.pricingTable {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* margin: 0 0 20px; */
}

.pricingTable .title:after {
  content: "";
  background: #f63459;
  width: 160px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  clear: both;
}

.pricingTable .price-value {
  color: #f63459;
  font-size: 34px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  background: linear-gradient(#f53149, #fd6653);
  /* border-radius: 0 0 20px 20px; */
  padding: 15px 0px;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 7px 25px;
  margin: 0 auto;
  border: 2px solid #fff;
  /* border-radius: 10px; */
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 0px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #145d7e;
  font-weight: 600;
  width: 20%;
  font-family: "Roboto Condensed", sans-serif;
  border-top: 1px solid #ddd;
}

.her {
  text-align: center;
}

.her {
  background: #000;
  color: #fff;
  border-bottom: none !important;
}

.price-click {
  background: #0e243d;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.footer img {
  /* object-fit: contain;
  display: initial;
  align-items: center;
  justify-content: center; */
  width: 98px;
  margin: 10px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-wrap {
    position: initial;
  }

  .fix-logo-left {
    width: 88px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fix-logo-right {
    width: 88px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para1 {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 41px;
    position: relative;
    left: unset;
    /* padding: 20px; */
  }

  .para {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 41px;
  }

  .joy {
    width: 201px;
    height: 96px;
    --loader-delay-offset: 1ms !important;
    margin-top: 15px;
    /* padding: 15px; */
  }

  .box {
    height: auto;
    /* border-bottom: 1px solid; */
    /* border-right: none; */
  }

  #about {
    padding-top: 0px;
  }

  .price-click {
    display: block;
  }

  .box img {
    width: 50%;
  }
}

.imgcon img {
  width: 74px;
  margin: 19%;
}

@media screen and (max-width: 768px) {
  .imgcon img {
    width: 56px;
    margin: 14px auto;
  }

  .disclaimer p {
    line-height: 30px;
    width: 100%;
    text-align: justify;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0px;
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    margin: 0px auto;
  }
}

.head-line-1 {
  text-align: center;
  margin-bottom: 10px;
}

.head-line-1 img {
  width: 34%;
}

.logoo {
  text-align: center;
}

.logoo img {
  width: 4vw;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(14, 36, 61);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
}

.hide {
  display: none;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-weight: 400;
  line-height: 2;
  font-family: "Roboto Condensed", sans-serif;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -16px;
  right: 29px;
  font-size: 36px;
  margin-left: 50px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  position: fixed;
  z-index: -1;
  background: rgb(14, 36, 61);
  width: 100%;
  height: 100px;
}

.click-to {
  position: absolute;
  right: 30px;
}

.enq {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px;
  font-weight: 700;
  width: 146px;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
  }
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-5 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../images/bg1.webp");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../images/bg2.webp");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../images/bg3.webp");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("../images/bg5.webp");
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  /* font-family: "Roboto Condensed", sans-serif; */
  color: #111;
}

.sub-h {
  text-align: center;
  color: #fff;
  /* margin: 19px auto; */
  font-size: 21px;
  /* font-weight: 800; */
  letter-spacing: 0;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-5 {
    background-attachment: scroll;
  }
}

.btn13 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 28px;
  left: 20;
  transition-duration: 0.5s;
}

.btn13 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #fff;
}

.btn13 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: -10px;
}

.btn13 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: 10px;
}

.btn13.open .icon {
  transition: 0.5s;
}

.btn13.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, -3px);
}

.btn13.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 3px);
}

.btn13:hover {
  cursor: pointer;
}

.ups {
  /* padding: 50px 0px; */
  position: relative;
  /* background: url(../images/bg5.webp) center; */
}

.ovlay2 {
  padding: 50px 0px;
}

:root {
  --main-color: #0e243d;
}

.serviceBox {
  color: var(--main-color);
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  border: 2px dashed #000;
  /* border-top: 2px dashed #000; */
  /* border-right: 2px dashed var(--main-color); */
  /* border-radius: 100px 0; */
  position: relative;
  z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  /* background: var(--main-color); */
  width: 100px;
  height: 100px;
  border-radius: 100px 0 0 0;
  position: absolute;
  top: -6px;
  /* left: -6px; */
  z-index: -2;
}

.serviceBox:after {
  border-radius: 0 0 100px 0;
  top: auto;
  bottom: -6px;
  left: auto;
  right: -6px;
}

.serviceBox .service-content {
  background: #fff;
  padding: 13px 15px 20px;
  border-radius: 30px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 30px 0;
  -moz-border-radius: 30px 0;
  -ms-border-radius: 30px 0;
  -o-border-radius: 30px 0;
}

.serviceBox .service-icon {
  font-size: 45px;
  line-height: 45px;
  margin: 0 0 20px;
}

.serviceBox .title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}

.serviceBox .description {
  color: #999;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.service-icon img {
  width: 70px !important;
  display: block !important;
  margin: 0px auto;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    /* margin: 0 0 30px; */
  }
}

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

:root {
  --main-color: #0e243d;
}

.outer-box {
  padding: 31px 5px;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
  margin-top: 40px;
  width: 174px;
  height: 120px;
  transition: 0.3s ease;
}

.outer-box:hover {
  background-color: #ffbf00;
  color: #fff;
}

.outer-box:hover .outer-icon img {
  filter: invert(1);
}

.outer-box:hover .outer-icon {
  background-color: #ffbf00;
}

.outer-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -72px auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.outer-icon img {
  width: 40px;
}

.outer-box:hover .outer-value,
.outer-box:hover .outer-text {
  color: #fff;
}

.outer-box .outer-value {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
  color: #00244c;
}

.outer-text {
  font-size: 14px;
  margin-top: 0.8rem;
  color: #d4af37;
  text-transform: uppercase;
}

/*  */

.over__sec,
.config__sec,
.abt__sec {
  width: 100%;
  height: 100%;
  margin-top: 2%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  background-color: #0e243d;
  border-top: 1px solid #fff;
}

.over__sec .container-fluid .row,
.ups__sec .container-fluid .row,
.config__sec .container-fluid .row,
.abt__sec .container-fluid .row {
  display: flex;
  align-items: center;
}

.ups__sec {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.over__bg {
  width: 100%;
  height: 800px;
  /* Adjust the height as needed */
  overflow: hidden;
  position: relative;
}

.over-img1 {
  background: url(../images/over.webp);
  background-size: cover;
  /* background-position: center; */
  background-attachment: fixed;
  /* width: 100%; */
  height: 100%;
  /* transform: translateZ(0); */
}

.config-wrap {
  display: flex;
  justify-content: center;
}

.over-desc {
  width: 100%;
  margin: 0 auto;
}

.over-desc p {
  line-height: 27px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* font-weight: 900; */
  letter-spacing: 0px;
}

.ups__bg {
  /* width: 100%;
  height: 80vh;
  background: url(../images/bg4.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  width: 100%;
  height: 500px;
  background-size: cover !important;
}

.config__bg {
  /* width: 100%;
  height: 80vh;
  background: url(../images/bg1.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  width: 100%;
  height: 500px;
  background-size: cover !important;
}

.pricingTable {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 15px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 0px;
}

.pricingTable .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  text-align: center;
  /* margin: 0 0 15px; */
}

.pricingTable .title:after {
  content: "";
  /* background: #F63459; */
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background: #000;
}

.pricingTable .price-value {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .pricing-content {
  border-radius: 0 0 20px 20px;
  padding: 23px 30px;
  background: #0e243d;
  border: 1px solid #fff;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 13px;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  padding: 8px 10px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  transition: all 0.5s;
  cursor: pointer;
}

.abt__bg {
  /* width: 100%;
  height: 80vh;
  background: url(../images/bg6.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  width: 100%;
  height: 500px;
  background-size: cover !important;
}

/*  */

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }

  .video__sec {
    /* margin-bottom: 30px; */
  }

  .over__sec .container-fluid .row,
  .ups__sec .container-fluid .row,
  .config__sec .container-fluid .row,
  .abt__sec .container-fluid .row {
    flex-direction: column-reverse;
    align-items: normal;
  }

  .over-desc,
  .pricingTable {
    /* margin: 28px 0px 14px 0; */
    /* padding: 50px 0px; */
  }
}

.side-img img {
  width: 270px;
  position: absolute;
  left: 0px;
  bottom: 24px;
}

.foot-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.foot-content-1 {
  flex: 1;
  padding: 6px;
  border-bottom: none;
}

.foot-content-1 h3 {
  color: #fff;
  margin: 13px auto;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
}

.disc-click:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .foot-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logoo img {
    width: 18vw;
  }
}

/* Adjust the styles below based on your design preferences */

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2vw;
  position: fixed;
  height: 58px;
  background: #000;
  width: 100%;
  z-index: 999;
}

header .logo img {
  width: 404px;
  margin-top: 20px;
}

header .click-to img {
  width: 167px;
  margin-top: 20px;
}

.logo {
  /* Styles for your logo, e.g., width, height, etc. */
}

.menu {
  cursor: pointer;
}

.icon {
  /* Styles for your hamburger icon */
}

#mySidenav {
  z-index: 99999;
}

#upss .col-md-4 {
  /* padding: 40px 20px; */
}

#confi .col-md-4 {
  /* padding: 40px 20px; */
}

.about-desc {
  width: 100%;
  margin: 0 auto;
}

.container_cust {
  width: 100% !important;
  margin: auto;
}

.about-desc p {
  line-height: 27px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* font-weight: 900; */
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  header .logo img {
    width: 170px;
    position: absolute;
    left: 15%;
    top: 36px;
    margin-top: -22px;
  }

  #overview {
    /* margin-bottom: 30px; */
  }

  .over__bg {
    /* background-attachment: inherit; */
  }

  .ups__bg {
    /* background-attachment: inherit; */
  }

  .config__bg {
    /* background-attachment: inherit; */
  }

  .abt__bg {
    /* background-attachment: inherit; */
  }

  .over__sec,
  .config__sec {
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #0e243d;
    /* margin-bottom: 30px; */
  }

  .ups__sec {
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
  }

  .over-desc p {
    line-height: 30px;
    font-size: 12px;
    /* margin: 0px 0px 50px 0; */
  }

  .sub-head2 {
    font-weight: 800;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    color: #d4af37;
    margin: 15px 0px 14px 0;
  }

  .logoo {
    padding-top: 20px;
  }

  .ami-carousell,
  .ami-carousel {
    margin: 0px 0px 50px 0 !important;
  }

  .counter {
    color: var(--main-color);
    background-color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    width: 80%;
    padding: 30px 20px;
    margin: 3rem auto;
    border: 3px solid var(--main-color);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    min-height: 100%;
  }

  .pricingTable {
    width: 100%;
    margin: 15px auto;
    background-color: #fff;
    text-align: center;
    padding: 15px 0 0;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    transition: ease all 0.5s;
  }

  .about-desc p {
    line-height: 30px;
    font-size: 12px;
  }

  .counter h3 {
    font-size: 10px;
  }

  .about-desc {
    width: 100%;
    /* margin: 0px 0px 50px 0 !important; */
  }

  .abt__sec {
    margin: 0px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 2;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px auto;
    width: 200px;
  }

  .disc-click {
    color: #fff;
    font-weight: 600;
    display: block;
    text-decoration: underline;
    margin: 0px auto;
  }

  .dsk {
    margin: 20px auto;
  }

  .foot-content-1 {
    border-bottom: 2px solid;
  }

  .video__sec {
    padding-top: 14%;
  }
}

.sub-head2 h4 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  /* font-size: 3em;*/
  color: #fff;
}

.under {
  background: #fff;
  height: 1px;
  width: 282px;
  display: block;
  margin: 15px auto;
}

.logo2 img {
  width: 150px;
  display: block;
  margin: 0px auto;
}

#gallery {
  padding: 80px 0px;
  border-bottom: 1px solid #fff;
  background: #0e243d;
  border-top: 1px solid #fff;
}

/* -------------------  TAB -----------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -7px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 0;
  background: #ffbf00;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  color: #fff;
  /* padding: 9px 20px !important; */
  border: 2px solid #fff;
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.mytab > li > a {
  color: #fff;
  padding: 9px 20px !important;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
}

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

.mytab.amitab > li {
  margin-left: 0px;
}

.mytab.amitab > li > a {
  color: #a3732b;
  border-color: #333;
}

.mytab.amitab > li > a:hover,
.mytab.amitab > li > a:focus {
}

/*---------------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;
}

.overlayg.whiteborder::before {
  /* border: 2px dashed #fff; */
}

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

.amenities-gallery img {
  width: 100% !important;
  display: block !important;
  height: auto;
  transition: all 0.5s;
}

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

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

.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: 15px;
  text-align: center;
  line-height: 18px;
}

/*---Gallery Optional--*/

.gall-txt {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.gall-patch {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #333;
  font-size: 14px;
  padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
  height: 280px;
  object-fit: cover;
}

/*-------End Of Gallery ------------*/

#features {
  padding: 80px 0px;
  border-bottom: 1px solid #fff;
  background: #000;
}

#features2 {
  background: #0e243d;
  padding: 80px 0px;
  border-bottom: 1px solid #fff;
}

#location {
  padding: 80px 0px;
  border-bottom: 1px solid #fff;
  background: #0e243d;
}

.list-group2 p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  border: 1px solid #fff;
  display: block;
  margin: 21px auto;
  width: 93%;
  padding: 10px;
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.flexd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.list-group2 {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .flexd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  header .click-to img {
    width: 87px;
    margin-top: 2px;
  }
}

.serviceBox3 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 50px 10px 20px;
}

.serviceBox3 .service-icon3 {
  /* background: #fff; */
  font-size: 50px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}

.service-icon3 img {
  width: 104px !important;
  display: block !important;
  margin: 0px auto;
  padding: 12px;
  border: 2px solid;
  border-radius: 19px;
  outline: 2px solid #000;
  outline-offset: 4px;
  background: rgb(14, 36, 61);
}

.serviceBox3 .service-icon3 i.fa {
  transform: rotate(-45deg);
}

.serviceBox3 .title3 {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
}

.serviceBox3 .description {
  color: #888;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 990px) {
  .serviceBox3 {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .serviceBox3 .title3 {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 10px;
    min-height: 27px;
  }

  .btn13 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -1px;
    left: 20;
    transition-duration: 0.5s;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
    position: fixed;
    z-index: -1;
    background: #0e243d;
    width: 100%;
    height: 59px;
  }
}

.container2 .box {
  position: relative;
  width: 100%;
  padding: 40px 25px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 10px auto;
  box-sizing: border-box;
  overflow: hidden;
  /* text-align: center; */
  display: block;
  font-weight: 800;
}

/* .container2 .box:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  pointer-events: none;
  text-align: center;
} */

.container2 .box .icon {
  position: relative;
  /* width: 80px; */
  /* height: 80px; */
  color: #fff;
  background: #ff1493;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* margin: 55px auto; */
  /* border-radius: 20%; */
  /* font-size: 50px; */
  font-weight: normal;
  transition: 2s;
  /* padding: 10px;*/
}

.container2 .box .icon i {
  padding: 12px;
}

/* .container2 .box .icon {
  box-shadow: 0 0 0 0 #000;
  backgraund: #000;
}
.container2 .box:hover .icon {
  box-shadow: 0 0 0 400px #000;
} */

.container2 .box .content {
  position: relative;
  z-index: 1;
  transition: 1.5s;
}

/* .container2 .box:hover .content {
  color: #fff;
} */
.container2 .box .content h3 {
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.container2 .box .content ul li {
  list-style: none;
}

.container2 .box .content ul li {
  margin: 9px auto;
  /* text-align: center; */
  /* border: 1px solid; */
  font-size: 13px;
  padding: 12px;
  transition: all ease-out;
}

.container2 .box .content ul li:hover {
  transform: scaleY(1.2);
  border: 1px solid #000;
}

.locationBox1 {
  text-align: center;
  padding: 25px 20px;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  /* box-shadow: inset 1px 0px 10px 10px #da715f70; */
  border: 10px solid #fff;
  height: 450px;
}

.locationBox1 .location-icon {
  color: #fff;
  font-size: 50px;
  width: 105px;
  height: 105px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.location-icon img {
  color: #fff;
  font-size: 50px;
  height: 55px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 23px;
  max-width: 100% !important;
}

.locationBox1 .location-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 31px 40px;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  /* box-shadow: -4px 12px 20px 0px #ffffff94; */
  border: 3px solid #fff;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.locationBox1 .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.locationBox1 .description {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding-left: 10px;
  list-style-type: none;
  text-align: left;
  text-transform: capitalize;
}

.description .fa {
  color: #fff;
}

#location .owl-carousel .owl-item img {
  width: auto;
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .container2 .box {
    padding: 20px 25px;
  }

  .container2 .box .content p {
    margin: 9px auto;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    padding: 12px;
  }

  .locationBox1 {
    margin-top: 10px;
  }
}

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

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

.gallery-carousel2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gallery-carousel2 .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  /* color: #000 !important; */
  font-size: 0;
  /* Hide the text by setting font size to 0 */
}

.gallery-carousel2 .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.gallery-carousel2 .owl-nav .owl-prev.owl-prev:before,
.owl-next.owl-prev:before {
  border-right: 15px solid #0e243d;
  border-left: none;
  top: 10px;
  left: 10px;
}

.gallery-carousel2 .owl-nav .owl-prev.owl-next:before,
.owl-next.owl-next:before {
  border-left: 15px solid #fff;
  border-right: none;
  top: 10px;
  right: 10px;
}

.gallery-carousel2 .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.gallery-carousel2 .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.gallery-carousel2 .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0 !important;
}

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

.video-carousel .owl-nav .owl-prev,
.owl-next {
  margin-top: -10px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  /* color: #000 !important; */
  font-size: 0;
  /* Hide the text by setting font size to 0 */
}

.video-carousel .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.video-carousel .owl-nav .owl-prev.owl-prev:before,
.owl-next.owl-prev:before {
  border-right: 15px solid #0e243d;
  border-left: none;
  top: 10px;
  left: 10px;
}

.video-carousel .owl-nav .owl-prev.owl-next:before,
.owl-next.owl-next:before {
  border-left: 15px solid #fff;
  border-right: none;
  top: 10px;
  right: 10px;
}

.video-carousel .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.video-carousel .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.video-carousel .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0 !important;
}

.video-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  width: 550px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: -2px 0;
  font-size: 1rem;
}

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

.ami-carousell .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0e243d !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  /* color: #000 !important; */
  font-size: 0;
  /* Hide the text by setting font size to 0 */
}

.ami-carousell .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.ami-carousell .owl-nav .owl-prev.owl-prev:before,
.owl-next.owl-prev:before {
  border-right: 15px solid #fff;
  border-left: none;
  top: 10px;
  left: 10px;
}

.ami-carousell .owl-nav .owl-prev.owl-next:before,
.owl-next.owl-next:before {
  border-left: 15px solid #fff;
  border-right: none;
  top: 10px;
  right: 10px;
}

.ami-carousell .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.ami-carousell .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.ami-carousell .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0 !important;
}

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

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

.ame-carousel .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0e243d !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  /* color: #000 !important; */
  font-size: 0;
  /* Hide the text by setting font size to 0 */
}

.ame-carousel .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.ame-carousel .owl-nav .owl-prev.owl-prev:before,
.owl-next.owl-prev:before {
  border-right: 15px solid #fff;
  border-left: none;
  top: 10px;
  left: 10px;
}

.ame-carousel .owl-nav .owl-prev.owl-next:before,
.owl-next.owl-next:before {
  border-left: 15px solid #fff;
  border-right: none;
  top: 10px;
  right: 10px;
}

.ame-carousel .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.ame-carousel .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.ame-carousel .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0 !important;
}

/*----------------------------------------*/
#configeration {
  padding: 100px 0px;
}

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

.loc-carousel .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0e243d !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  /* color: #000 !important; */
  font-size: 0;
  /* Hide the text by setting font size to 0 */
}

.loc-carousel .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.loc-carousel .owl-nav .owl-prev.owl-prev:before,
.owl-next.owl-prev:before {
  border-right: 15px solid #fff;
  border-left: none;
  top: 10px;
  left: 10px;
}

.loc-carousel .owl-nav .owl-prev.owl-next:before,
.owl-next.owl-next:before {
  border-left: 15px solid #fff;
  border-right: none;
  top: 10px;
  right: 10px;
}

.loc-carousel .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.loc-carousel .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.loc-carousel .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

#accordion .panel {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  margin-left: 50px;
  margin-bottom: 12px;
}

#accordion .panel-heading {
  padding: 0;
  background: #fff;
  position: relative;
}

#accordion .panel-heading:before,
#accordion .panel-heading:after {
  content: "";
  border-right: 8px solid #000;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: 12px;
  left: -9px;
}

#accordion .panel-heading:after {
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  top: 13px;
  left: -6px;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 20px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: -50px;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "\f067";
}

#accordion .panel-body {
  padding: 0 15px 15px;
  border: none;
  font-size: 14px;
  color: #807e7e;
  line-height: 28px;
}

#accordion .panel-body p {
  font-size: 14px;
  padding: 5px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000000;
}

/*--------------------------------*/
.feature-d {
  width: 100%;
  margin: 0px auto;
  padding: 3rem 7%;
}

.qr__img img {
  width: 100px;
}

.dflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.feature_bg {
  width: 100%;
  height: 591px;
  background-size: cover !important;
  outline: 2px solid #fff;
  outline-offset: -9px;
}

.fea-ture {
  background-image: url(../images/feature.webp);
  background-size: cover;
  height: 650px;
  background-position: 28%;
}

.fea-list li {
  text-align: left;
  margin: 18px auto;
  font-size: 17px;
}

ul {
  list-style: none;
}

.list-class {
  border: 2px solid #0e243d;
  margin: 13px;
  outline: 2px solid;
  outline-offset: 2px;
}

.feature-new {
  background-image: url(../images/feature.webp);
  background-position: center;
  background-size: cover;
  height: 540px;
}

.right-relative {
  position: relative;
  width: 50%;
  float: right;
}

.right-content {
  background-color: rgba(0, 0, 0, 0.6);
  height: 650px;
}

/* .feature-d ul li::before {
  content: "\2022";
  color: #e3b945;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

#about {
  padding: 80px 0px;
}

.wtsicon img {
  position: fixed;
  /* display: none; */
  bottom: 17%;
  right: 42px;
  z-index: 9999;
  width: 35px;
}

#video {
  padding: 80px 0px;
  border-bottom: 1px solid #fff;
  background: #0e243d;
}

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

.ameni-carousel2 .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 0;
}

.ameni-carousel2 .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.ameni-carousel2 .owl-nav .owl-prev.owl-prev::before,
.owl-next.owl-prev::before {
  border-right: 15px solid #0e243d;
  border-left: none;
  top: 10px;
  left: 10px;
}

.ameni-carousel2 .owl-nav .owl-prev.owl-next::before,
.owl-next.owl-next::before {
  border-left: 15px solid #0e243d;
  border-right: none;
  top: 10px;
  right: 10px;
}

.ameni-carousel2 .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.ameni-carousel2 .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.ameni-carousel2 .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.titl09 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 79%);
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 15px;
}

.overlist1 p {
  color: #fff;
  margin: 10px auto;
  font-size: 17px;
  padding: 6px;
  display: block;
  font-weight: 900;
  width: 100%;
  text-align: justify;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 992px) {
  .dflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .brocc,
  .brocc:focus {
    transform: rotate(90deg);
    bottom: 42%;
    left: -92px;
  }

  .feature-d {
    width: 100%;
    margin: 0px auto;
    padding: 0px 3%;
    /* background: #00000091; */
  }

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

  .overlist1 li {
    color: #000;
    margin: 15px auto;
    font-size: 15px;
    background: #fff;
    padding: 7px;
    border-radius: 10px 0px;
    outline: 2px solid #fff;
    outline-offset: 2px;
    display: block;
    width: 100%;
  }
}

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

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

.overlist1 {
  padding: 0 7%;
}

.imags img {
  width: 280px;
  display: block;
  margin: 0px auto;
}

.imge2 img {
  width: 90px !important;
  height: 90px;
  display: block !important;
  margin: 20px auto;
  /* filter: invert(1); */
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}

.desk-tion p {
  text-align: center;
  color: #fff;
  font-weight: 800;
}

.head-line {
  height: 5px;
  background-color: #fff;
  /* background: #222; */
  width: 95px;
  margin: 20px auto 35px;
}

.head-line:before {
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background-color: #fff;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
}

.leftf-h {
  height: 500px;
  object-fit: cover;
}

.secon-ovr {
  padding: 80px 0px;
}

/* .fullscreen-video-background {
  position: relative;
  width: 100%;
  z-index: -99;
  overflow: hidden;
  height: 100vh;
}
.fullscreen-video-background ._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.fullscreen-video-background #_buffering-background {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fullscreen-video-background #_youtube-iframe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 15%;
  position: absolute;
  height: 100%;
}
.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
  position: absolute;
  pointer-events: none;
  margin: 0px auto;
  height: 300vh;
  width: 100%;
} */

/*/////////////////////////////*/
.fullscreen-video-background {
  position: relative;
  width: 100%;
  z-index: -99;
  overflow: hidden;
  height: 100vh;
}

.fullscreen-video-background ._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.fullscreen-video-background #_buffering-background {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fullscreen-video-background #_youtube-iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: 8%;
  position: absolute;
  height: 100%;
}

.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
  position: absolute;
  pointer-events: none;
  margin: 0px auto;
  height: 300vh;
  width: 100%;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fullscreen-video-background #_youtube-iframe-wrapper {
    top: 8%;
  }

  .fullscreen-video-background {
    height: 50vh;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fullscreen-video-background #_youtube-iframe-wrapper {
    top: 8%;
  }

  .fullscreen-video-background {
    height: 50vh;
  }
}

@media only screen and (max-width: 767px) {
  .header__background {
    top: 44%;
    left: 50%;
    padding-bottom: 57%;
  }

  .header__video-overlay {
    background-position: center;
    background-size: contain;
  }

  .fullscreen-video-background #_youtube-iframe-wrapper {
    top: 5px;
  }

  .fullscreen-video-background {
    height: 50vh;
  }
}

@media screen and (max-width: 992px) {
  /* .fullscreen-video-background {
        height: 31vh;
    } */
  /* .carousel-inner > .active {
    height: 41vh;
  } */

  .imags img {
    width: 155px;
    display: block;
    margin: 0px auto;
  }

  .sec-thank {
    padding: 100px 0px;
    height: 100%;
  }

  .right-content {
    background-color: rgb(0 0 0 / 89%);
    height: 100%;
  }

  .fea-ture {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: 19%;
    height: 100%;
  }

  .right-relative {
    width: 100%;
  }

  .right-content {
    padding: 20px;
  }

  .overlist1 p {
    color: #fff;
    margin: 10px auto;
    font-size: 12px;
    padding: 6px;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #fff;
  }

  .fea-ture {
    /* padding: 50px 0; */
    background-image: url(../images/fevsscs.webp);
    background-position: 19%;
    background-size: cover;
  }

  .overlist1 {
    padding: 0;
  }
}

.awards-car .owl-nav .owl-prev,
.owl-next {
  margin-top: -15px !important;
  display: inline-flex !important;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 0;
}

.awards-car .owl-nav .owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: inline-flex;
  border: 10px solid transparent;
}

.awards-car .owl-nav .owl-prev.owl-prev::before,
.owl-next.owl-prev::before {
  border-right: 15px solid #0e243d;
  border-left: none;
  top: 10px;
  left: 10px;
}

.awards-car .owl-nav .owl-prev.owl-next::before,
.owl-next.owl-next::before {
  border-left: 15px solid #0e243d;
  border-right: none;
  top: 10px;
  right: 10px;
}

.awards-car .owl-nav .owl-prev:hover,
.owl-next:hover {
  background-color: #ffffff !important;
}

.awards-car .owl-nav .owl-prev.owl-prev:hover:before,
.owl-next.owl-prev:hover:before {
  border-right: 15px solid #000;
}

.awards-car .owl-nav .owl-prev.owl-next:hover:before,
.owl-next.owl-next:hover:before {
  border-left: 15px solid #000;
}

.awards-car {
  margin-top: 2em;
  position: relative;
}

.award-item::before,
.award-item::after {
  position: absolute;
  content: " ";
  border: 1px solid #c8b178;
  width: 24px;
  height: 100%;
}

.award-item::before {
  border-right: 0;
  left: 0;
}

.award-item {
  border-right: 1px solid #c8b178;
  content: " ";
}

@media (max-width: 992px) {
  .fullscreen-video-background {
    height: 50vh;
  }

  .videos-section1 {
    margin-bottom: 2em;
  }
}

.cent {
  display: flex !important;
  justify-content: center !important;
}

.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}

.carousel-carousel {
  margin: 2.5rem auto auto auto;
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .carousel-carousel {
    margin: 0 auto auto auto;
  }

  .qr__img img {
  margin-left: 0em !important;
  }

  .foot-in {
    flex-direction: column;
}

.foot__img img{
  width: 167px !important;
  height: 100px;
}
}

.qr__img img {
  margin-left: 5em;
  }

.foot-in{
  display: flex;
   justify-content: center;
   align-items: center;
}


.foot__img img{
  width: 163px;
  height: 100px;
}

.image-over img{
  width:130px;
}

.image-over{
  display: flex;
  flex-direction: column;
  justify-content: center ;
  align-items: center;
  margin-top: 1.8em;
}