@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  vertical-align: baseline;
}

body > * {
  overflow-x: hidden;
}

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

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

body {
  line-height: 1;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Jost", sans-serif !important;
  /* font-family: "Cormorant", serif !important; */
  font-size: 14px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
  counter-reset: section;
}
body p{
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  outline: none;
}

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

img {
  margin-bottom: 0;
  /*max-width: 100% !important;*/
}

/*-------------- CSS Resetter ----------*/

.pd0 {
  padding: 0px 0px !important;
}

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

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

.navbar-default {
  /* background-color: #002828; */
  /* background-color: #002828; */
  background-color: #fff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background-color: #fff;
  /* background-color: #002828; */
  
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a {
  color: #634933;
  text-shadow: none;
  font-weight: 600;
}

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

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

.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: #575856;
}

.navbar-brand > img {
  /* width: 63px; */
  width: 80%;
  margin-top: -10px;
  /* margin-left: 45px; */
}

.blur {
  filter: blur(3px);
}

.navbar-brand > img.nav-logo {
  width: 115px;
  /* width: 100%; */
  /* margin-top: 3px; */
  margin-left: -40px;
  height: 75px;
}

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

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

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

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

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

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

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

  .navbar-brand > img.nav-logo {
    width: 100px;
    /* margin-top: -6px; */
    height: 50px;
    margin-left: -12px;
  }

  .navbar-brand {
    padding: 4px;
    margin-left: -4px;
  }

  .navbar-default .navbar-toggle {
    border: none !important;
    margin-right: -11px;
    /* background: #575856; */
  }

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

@media only screen and (max-width: 768px) {
  .navbar-brand > img {
    width: 80px;
    float: left;
    /* height: 26px; */
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .navbar-brand > img {
    /* width: 128px; */
    float: left;
    /* height: 26px; */
    margin-top: 0px;
    padding: 3px;
    margin-left: -23px;
  }
}

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

.navbar-nav > li > a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 17px;
}

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

.menu-overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #33abb7f7;
  overflow-x: hidden;
  transition: 0.6s;
}

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

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: white;
  display: block;
  transition: 0.3s;
}

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

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

#carousel-example-generic .carousel-inner > .item > img {
  width: 100% !important;
  margin-top: 90px;
}

.section {
  padding: 70px 0;
}

#overview {
  padding: 10px 0 !important;
  /*background-image: url('../images/background (1).png');*/
  background-repeat: no-repeat;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  /* max-height: 999em; */
}

.read-more-state ~ .read-more-trigger:before {
  content: "Show more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Show less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#more {
  display: none;
}

#summary p.collapsing {
  min-height: 42px !important;
}

#summary a.collapsed:after {
  content: "+ Read More";
}

#summary a:not(.collapsed):after {
  content: "- Read Less";
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  background-image: none !important;
  filter: alpha(opacity=50);
  opacity: 1;
}

.moretext {
  display: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: 20px;
  /* color: #575856; */
  opacity: 1;
}

form #website {
  display: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: 20px;
  opacity: 1;
}

.presenting-wrap {
  text-align: center;
  margin-top: 80px;
}

.present {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

.o-logo {
  width: 150px;
  /* margin-bottom: 30px; */
  margin: 10px auto;
  position: relative;
  /* padding: 5px; */
  display: block;
  /* background: #f26522; */
}

.o-logo1 {
  width: 100%;
  margin: -27px;
  position: absolute;
  z-index: -1;
  opacity: 0.2 !important;
}

.presenting-wrap h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #656565;
  line-height: 22px;
}

.overlay-sec {
  width: 100%;
}

.overlay-sec .overlay {
  padding: 70px 0px;
  background: #0000003d;
}

.imgbg1 {
  background: url(../images/gallery/ele/1.webp);
  background-size: cover;
  background-attachment: fixed;
}

.highlight-wrap {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  transition: ease all 0.5s;
}

.highlight-wrap .second-wrap {
  padding: 10px;
}

.highlight-wrap img {
  width: 100px;
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
}

.highlight-wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.highlight-wrap h2 span {
  font-size: 25px;
  font-weight: 800;
  color: #575856;
}

.highlight-wrap:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.modal-content {
  background-color: #fff !important;
  /* background: url(../images/bg2.webp); */
  color: #fff;
}

.highlight-wrap:after {
  content: "1";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.highlight-wrap .second-wrap:before {
  content: "1";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.highlight-wrap .second-wrap:after {
  content: "1";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.highlight-wrap:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

/*------ section heading------*/

.head-center {
  text-align: center;
}

.sec-head {
  color: #b38244;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  /* font-weight: 600; */
  margin-bottom: 13px;
  line-height: 35px;
}

/*  */

.head-line {
  height: 2px;
  background-color: #e49a5d;
  /* background: #222; */
  width: 230px;
  border-radius: 20px;
  margin: 20px auto 35px;
}

.head-line:before {
  text-align: center;
    content: " ";
    height: 15px;
    width: 15px;
    background-color: #002828;
    transform: rotate(45deg);
    display: block;
    border-radius: 45%;
    top: -6px;
    border: 2px solid #ba7b4c;
    position: relative;
    margin: 0 auto;
}


.head-linew {
  background: #fff;
}

.head-linew:before {
  background: #fff;
}

.head-line1 {
  height: 5px;
  background: #401a4f;
  /* background: #222; */
  width: 60px;
  margin: 0px 0px 15px;
}

.video-click {
  position: relative;
}

.video-click::after {
  position: absolute;
  content: "";
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

/*---Configuration box----*/

.config-wrap {
  text-align: center;
  border-top: 10px solid #ffffff;
  border-bottom: 40px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  padding: 25px 0px;
  box-shadow: 0px 0px 5px 5px #0000006b;
  margin-bottom: 0px;
  transition: ease all 0.5s;
}

.config-wrap1 {
  text-align: center;
  border-top: 10px solid #000000;
  border-bottom: 40px solid #000000;
  border-left: 10px solid #000000;
  border-right: 10px solid #000000;
  padding: 25px 0px;
  margin-bottom: 20px;
  transition: ease all 0.5s;
  box-shadow: 0px 0px 5px 5px #0000006b;
}

.config-wrap:hover {
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.config-wrap1:hover {
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.config-wrap h3 span {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.config-wrap1 h3 span {
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
}

.config-wrap h3,
.config-wrap1 h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

.config-wrap p {
  font-size: 17px;
}

.config-line {
  height: 3px;
  background: #14191a;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.config-wrap h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #ffffff;
}

.config-wrap1 h2 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 30px;
}

.config-wrap h2 span {
  color: #575856;
}

.config-wrap1 h2 span {
  color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  background: #000;
  border: none;
  font-size: 17px;
  color: #ffffff;
  /* width: 75%; */
  padding: 8px 5px;
  /* border-radius: 20px; */
  margin: 5px 0px;
  font-weight: 600;
  border: 2px solid;
  outline: none;
}

/*------------Amenities----*/

figure.snip1477 {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0px;
  /* min-width: 391px; */
  /* max-width: 451px; */
  /* width: 100%; */
  /* color: #ffffff; */
  text-align: center;
  /* font-size: 16px; */
  /* background-color: #000000; */
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}

figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}

figure.snip1477 h2 {
  font-weight: 400;
}

figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #eadde6;
  padding: 5px 10px;
  color: #000000;
}

figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
  margin: 0;
}

figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1477 img,
figure.snip1477 img {
  zoom: 1;
  filter: alpha(opacity=35);
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after,
figure.snip1477 .title div:before,
figure.snip1477 .title div:before,
figure.snip1477 .title div:after,
figure.snip1477 .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.owl-carousel .owl-nav .owl-prev {
  font-size: 25px !important;
  border: 2px solid #301d12 !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
  transition: ease all 0.5s;
}

.owl-carousel .owl-nav .owl-next {
  font-size: 25px !important;
  border: #301d12 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
  transition: ease all 0.5s;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: #575856 !important;
  border-color: #575856 !important;
  height: 40px;
  width: 40px;
}

.owl-carousel .owl-nav .owl-next:hover {
  background: #575856 !important;
  border-color: #575856 !important;
  height: 40px;
  width: 40px;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 0;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  color: #fff;
}

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

.sub-head {
  color: #575856;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 2px;
  margin: 13px;
  text-align: center;
  font-weight: 400;
}

.light-grey {
  background: #f1f1f1;
}

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

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.5s;
  border: none;
  margin-top: 15px;
}

.amenities-gallery img {
  width: 100%;
  /* margin-top: 15px; */
  /* height: 410px; */
  transition: all 0.5s;
  /* object-fit: cover; */
}

#location .amenities-gallery img {
  /* width: 100%; */
  margin-bottom: -2px;
  height: 323px;
  transition: all 0.5s;
  object-fit: cover;
}

#gallery .amenities-gallery img {
  width: 100%;
  margin-bottom: -2px;
  height: 295px;
  transition: all 0.5s;
  object-fit: cover;
}

.amenities-gallery .g-txt {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #575856;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

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

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

.view_360 {
  /* height: 600px; */
}

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

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

.mytab {
  
  text-align: center;
  border-bottom: none;
  margin-top: 18px;
  padding: 45px;
  background-color:#6e432b;
}

.mytab li {
  float: none !important;
  margin-bottom: 10px;
  margin-left: -6px;
  margin: 20px 0px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #ffffff;
    background-color: #000000;
    border: 0 !important;
    cursor: pointer;
    font-size: 16px;
    background-color: #2e0c0c;
    border-radius: 0;
}

/* .mytab > li > a:hover,
.mytab > li > a:focus {
  color: #575856;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  border: 3px solid #fff;
} */

.mytab > li > a {
  color: #79663d;
  padding: 12px 4px !important;
  border: none;
  border-radius: 0;
  font-size: 11px !important;
  font-weight: 600;
  font-size: 16px;
  /* border: 3px solid #aa6f451f; */
  background: #f1f1f1;
}

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

.ami-iconholder {
  background: #ffffff;
  text-align: center;
  padding: 13px 2px;
  position: relative;
  height: 163px;
  margin-top: 30px;
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.ami-iconholder img {
  width: 64px;
}

.ami-iconholder p {
  line-height: 19px;
  margin-top: 5px;
  font-size: 13px;
  /* height: 40px; */
  /* margin-bottom: 0; */
}

.ami-iconholder:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #575856;
  border-left: 3px solid #575856;
}

.ami-iconholder:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #575856;
  border-right: 3px solid #575856;
}

.ami-iconholder:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.sub-head2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.counter-holder {
  margin-bottom: 30px;
  margin-top: 30px;
}

.numtext {
  font-size: 44px;
  text-align: center;
  padding-top: 0px !important;
  color: #575856;
  font-weight: 800;
  margin-bottom: 10px;
}

.counter-holder h4 {
  text-align: center;
  padding-top: 0px !important;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
}

.white {
  color: #ffffff !important;
}

.head-line.white {
  margin: 20px auto 50px;
  background: #fff !important;
  display: block;
}

.address-wrap {
  text-align: center;
  margin-top: 50px;
}

.address-wrap h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.address-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.call-me {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .highlight-wrapper{
    margin-top: 40px;
  }
  .call-me {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    /*line-height: 25px;*/
  }
}

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

.rera-sec {
  padding: 40px 0px 0px 2px;
  background: #2e1c13;
  /* background-image: linear-gradient(#2e1c13, #20130c); */
  /* background-image: url(../images/bg2.webp); */
  color: #fff;
  background-size: contain;
  background-attachment: revert;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.footer-icon {
  text-align: right;
}

.footer-sec {
  padding: 0px 0px 0px;
  /* background: #febc3c; */
  color: #fff;
}

.foote-wrap {
  margin: 0px auto;
  display: block;
}

.foote-wrap img {
  margin: 0px auto;
  display: block;
  width: 60px;
}

.foote-wrap p {
  text-align: center;
  margin-top: 7px;
  /* margin-bottom: 30px; */
  font-weight: 600;
}

/*-===================================================================================- form----*/

#otp-form input,
#otp-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
}

#otp-form input::placeholder,
#otp-form textarea::placeholder {
  color: #515151;
}

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

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

#otp-form textarea {
  border: none;
  resize: none;
  background: #e4e4e4;
}

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

#otp-form .selected-flag {
  background: #5d5d5d;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#otp-form .flag-container {
  padding: 0px !important;
}

/*  contact form -------------------*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: #ffffff;
}

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

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

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

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

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

#contact-form .selected-flag {
  background: #5d5d5d;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

.form-btn {
  margin: 0px auto;
  display: block !important;
  background: #575856;
  border: 2px solid #575856;
  color: #fff;
  font-size: 18px !important;
  padding: 8px 39px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
}

.form-btn:hover {
  border-color: #575856;
  background: transparent;
  color: #fff;
  transition: ease all 0.4s;
}

.modal-dialog {
  top: 15% !important;
}

#download1 input,
#download1 select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#download1 input::placeholder {
  color: #bebebe;
}

#download1 .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

#floor-plan input,
#floor-plan select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#floor-plan input::placeholder {
  color: #bebebe;
}

#floor-plan .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

.btn-download {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  /* left: 10px; */
  /* background: #febc3c !important; */
  color: #575856;
  /* border: none; */
  letter-spacing: 1px;
  border: 3px solid #fff;
  font-size: 18px !important;
  background: #000;
  background: linear-gradient(to right, #002828, #155f5a);
  /* border: none; */
  font-size: 20px;
  color: #fff;
  /* width: 75%; */
  padding: 8px 12px;
  border-radius: 0px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

.btn-download:hover {
  color: #fff;
}

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

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

/* #upcoming {
    background-image: url(../images/Lovepik_com-401159599-flying-flamingo.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
} */

#ame {
  background: #f3f3f3;
}

#configuration {
  background-repeat: no-repeat;
  /* background-image: url(../images/gallery/ele/3.webp); */
  background-size: cover;
  background-attachment: fixed;
  /* background: #000; */
  background-position: center;
  background-repeat: no-repeat;
}

.bg-color {
  background-color: #00000047;
  /* padding: 30px; */
}

.loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbro {
  margin: 9px 0px;
  border-top: 1px solid #fff;
  padding: 7px;
}

#download1 .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#download1 .flag-container {
  padding: 0px !important;
}

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

#pageloader img {
  width: 200px;
  /* left: 50%; */
  /* width: 100%; */
  /* margin-left: -32px; */
  /* margin-top: -32px; */
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#download1 .modal-header .close {
  margin-top: -34px;
}

/*---- main Pop------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#main-popup input::placeholder {
  color: #bebebe;
}

#main-popup .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

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

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

#main-popup .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#main-popup .flag-container {
  padding: 0px !important;
}

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

/*----------- price model--------------*/

#price-model input,
#price-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: #ffffff;
  letter-spacing: 1px;
}

#price-model input::placeholder {
  color: #bebebe;
}

#price-model .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

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

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

#price-model .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#price-model .flag-container {
  padding: 0px !important;
}

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

/*----------- i am  model--------------*/

#interested input,
#interested select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#interested input::placeholder {
  color: #bebebe;
}

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

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

#interested .form-group {
  height: 40px;
  margin-bottom: 50px;
}

#interested .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#interested .flag-container {
  padding: 0px !important;
}

.reg-title {
  font-size: 18px;
  background-color: #108fcb;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  /* margin: 20px 0px; */
}

#inter-form input,
#inter-form select {
  height: 40px;
  border-bottom: 2px solid #6d4321b8;
  width: 100%;
  padding-left: 8px;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}
#inter-form textarea{
  height: 100px;
  border-bottom: 2px solid #6d4321b8;
  width: 100%;
  padding-left: 8px;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
}

#inter-form .form-group {
  margin-bottom: 0px;
}

.up-form-1 {
  background: #fff;
  box-shadow: none;
}

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

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

.modal-body {
  /*border-radius: 5px;*/

    
}

.modal-content {
  box-shadow: unset;
  border-radius: 5px;
  background-color: unset;
  border: none;
}

.modal-header {
 border: 0.5px solid #585858;
    background: #362e27;
    color: #ffff;
    padding: 20px !important;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: #fff;
  border: 2px solid #575856;
  background: #575856;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  box-shadow: none;
}

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

#floor-plan .modal-header .close,
#float-form .modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  outline: none;
  margin-top: -35px;
}

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

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

.error {
      margin-top: 6px;
    color: #ff7474;
}

.interested-btn {
  position: fixed;
  z-index: 9999;
  top: 15%;
 right: 0;
  color: #575856;
  letter-spacing: 1px;
  /* border: 3px solid #fff; */
  font-size: 15px !important;
  background: #70442b;
  /* background: linear-gradient(to right, #002828, #155f5a); */
  color: #fff;
  padding: 8px 12px;
  border-radius: 2px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

.interested:hover,
.interested:focus {
  color: #ffffff !important;
}

.fixed-footer-cust {
  background-color: #291510;
  text-align: center;
  padding: 14px 0px;
  width: 100%;
  border-top: 2px solid #fff;
  position: fixed;
  bottom: 0px;
  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: #ffffff;
}

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

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #575856;
  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;
}

.oops span {
  font-weight: 300;
}

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

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

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

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

.pink {
  background: #575856;
}

.team-wrap {
  padding: 10px;
  background: #ededed;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.team-wrap .t-name {
  color: #575856;
  font-size: 24px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 5px;
}

.team-wrap .t-post {
  font-size: 20px;
  font-weight: 600;
}

.team-wrap .t-location {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.team-wrap img {
}

.team-wrap p {
  font-size: 12px;
  line-height: 15px;
}

#team-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

.aminities-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.aminities-wrap img {
  width: 100%;
  margin-bottom: -2px;
  transition: all 0.5s;
}

.aminities-wrap p {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  background: #575856;
  bottom: -33px;
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  transition: ease all 0.5s;
}

.aminities-wrap:hover p {
  bottom: 0px;
  transition: ease all 0.5s;
}

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

.timeline {
  list-style-type: none;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0px;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 0px;
  padding: 0px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.li.complete .status {
  border-top: 2px solid #222;
  width: 100%;
}

.status {
  padding: 0px 10px;
  /* display: flex; */
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #222;
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.status h4 {
  font-weight: 600;
}

.li.complete .status:before {
  background-color: #222;
  border: none;
  transition: all 200ms ease-in;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 44%;
  transition: all 200ms ease-in;
}

.locationBox1 {
  /* margin: 18px 0px; */
  /* margin-top: 65px; */
}

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

.locationBox1 .location-icon:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 55px 50px 0px 50px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #222222; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  box-shadow: 3px 3px 10px #222222;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon span {
  color: #000000;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 52px;
  /* margin: 0 auto 40px; */
  /* display: block; */
  position: relative;
  z-index: 1;
  top: -33px;
}

.amenities-main1 h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

/* .locationBox1 .location-icon:hover::before {
    transform: rotate(90deg);
} */

.locationBox2 {
  /* margin: 18px 0px; */
  margin-top: 65px;
}

.you-tube {
  height: 400px;
  width: 100%;
}

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

.locationBox2 .location-icon1:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #d5b659; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  box-shadow: 3px 3px 10px #004889;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon1 img {
  color: #fff;
  font-size: 50px;
  width: 65px;
  height: 65px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 10px;
}

.amenities-main2 h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.locationBox2 .location-icon1:hover::before {
  transform: rotate(90deg);
}

.title {
  text-align: center;
  color: #000;
  font-size: 18px;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
}

#accordion .panel-title a {
  display: block;
    padding: 21px 24px;
    font-size: 14px;
    /* background: linear-gradient(to right, #002828, #155f5a); */
    font-weight: 600;
    /* height: 40px; */
    color: #fff;
    background: #301d12;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 5px;
  background-color: #c07f4a;
  text-align: center;
  font-size: 15px;
  color: #fff;
  /* border: 5px solid #fff; */
  position: absolute;
  top: 7px;
  right: 9px;
  display: flex;
    justify-content: center;
    align-items: center;
  transition: all 0.3s ease 0s;
}

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

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
  transform: rotate(360deg);
}

#accordion .panel-body {
  padding: 8px 17px;
    background: #fff;
    font-size: 14px;
    color: #a47732;
    background-color: #301d12;
    line-height: 25px;
    /* border-top: none; */
    position: relative;
    border-radius: 5px;
}

.islandtextcontblk {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.islandtext:first-child {
  padding: 0 15px 0;
}

.colwidth {
  width: 33.33333333%;
}

.islandpicblk2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sunteckcitypciblk {
  padding: 0 15px 0 0;
}

.islandtext h5 {
  font-size: 10px;
  font-weight: 800;
  margin-top: 6px;
  border-bottom: 2px solid #ec800d;
  padding-bottom: 4px;
}

.islandtext p {
  font-size: 11px;
  margin-bottom: 0px;
}

.islandtext h5 {
  font-size: 10px;
  font-weight: 800;
  margin-top: 6px;
  border-bottom: 2px solid #ec800d;
  padding-bottom: 4px;
}

.islandtext p {
  font-size: 11px;
  margin-bottom: 0px;
}

.form-container {
  background: #fff;
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding: 30px 20px;
  /*background-image: url(../images/bg-w.webp);*/
  background-size: contain;
  background-attachment: initial;
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-image: linear-gradient(to right, #00b4f1, #009ce4, #0885d4, #286dc2, #3a54ac, #4e49a5, #5e3d9b, #6b2f90, #832c92, #9a2793, #b11f91, #c6168d);*/
}

#contactus .form-container,
#price-model .form-container {
  background: #ffffff;
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding: 30px 20px;
  /*background-image: url(../images/bg-w.webp);*/
  background-size: contain;
  background-attachment: initial;
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-image: linear-gradient(to right, #00b4f1, #009ce4, #0885d4, #286dc2, #3a54ac, #4e49a5, #5e3d9b, #6b2f90, #832c92, #9a2793, #b11f91, #c6168d);*/
}

.form-container .title {
  color: #000000;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: -20px 0 0px;
  font-weight: 700;
}

.form-container .sub-title {
  color: #000;
  margin: 10px 0 60px;
}

.form-container .form-horizontal {
  background-color: #ffffffa1;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.form-horizontal .form-icon {
  color: #fff;
  background-color: #00000085;
  font-size: 75px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  margin: -65px auto 10px;
  border-radius: 28%;
  background-color: #002828;
}

.form-horizontal .form-group {
  margin: 0 0 10px;
  position: relative;
}

/* .form-horizontal .form-group:nth-child(3) {
    margin-bottom: 30px;
} */

.form-horizontal .form-group .input-icon {
  color: #575856;
  font-size: 23px;
  position: absolute;
  left: 8px;
  top: 10px;
}

/*.form-horizontal .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
} */

.form-horizontal .form-control {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 5px;
  border: none;
  /* border-bottom: 0px solid #000!important; */
  border-radius: 0px;
  box-shadow: 0px 1px 5px 0px;
}

.form-horizontal .form-control:focus {
  box-shadow: none;
  border-bottom-color: #ec5f20;
}

.form-horizontal .form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.form-horizontal .forgot {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  display: block;
}

.form-horizontal .forgot a {
  color: #777;
  transition: all 0.3s ease 0s;
}

.form-horizontal .forgot a:hover {
  color: #777;
  text-decoration: underline;
}

.form-horizontal .signin,
.submit-btn {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 2px;
  /* width: 100%; */
  padding: 6px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease 0s;
  border-radius: 0px;
  background-color: #002828;
}

.submit-btn {
  background-color: #2f120feb;
  margin: 40px auto 0;
  display: block;
}

.form-horizontal .signin:hover,
.form-horizontal .signin:focus {
  font-weight: 600;
  letter-spacing: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.bo {
  padding: 8px;

}

.golden-box img {
  width: 80px;
  margin-bottom: 10px;
}

.golden-box p {
  font-family: "Gotham-Book";
}

.sec-dark p {
  /* font-family: 'PlayfairDisplayItalic'; */
  text-align: center;
  color: #fff;
}

.over-img {
  background-image: url(../images/img-1.webp);
  background-image: url(../images/img-1.webp);
  /* padding: 25px 0; */
  /* width: 70%; */
  /* background: url(../../../images/patch.webp); */
  background-attachment: fixed;
  display: grid;
  height: 500px;
  /* background-size: cover; */
  background-position: inherit;
  background-repeat: repeat-x;
}

#physical2 p {
  color: #fff;
  background: #00000087;
  padding: 5px 10px;
  font-size: 14px;
  margin: 7px 0;
}

.ami-iconholder i {
  font-size: 50px;
}

#physical2 h2 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 18px;
  /* border: 1px solid #575856; */
  line-height: 24px;
  padding: 3px;
  box-shadow: 0px 0px 0px 4px #575856;
}

.form-bg .close span {
  font-size: 23px;
  /* border: 1px solid; */
  color: #000;
  opacity: 1;
  position: relative;
  top: 25px;
  right: 22px;
  z-index: 99;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1 !important;
}


.playbutten {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.counter-wrap {
  display: block;
  padding-top: 0;
  position: absolute;
  /* left: 60%; */
  z-index: 9;
  top: 15%;
  width: 100%;
}

.counter-wrap .col-xs-3 {
  padding: 0 5px;
  width: 18%;
}

.counter-wrap h3 {
  text-align: center;
  margin-bottom: 10px;
}

.time {
  /* margin-left: 100px; */
}

.time h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: #012f58;
  color: #fff;
  border-radius: 0%;
  padding: 9px 0px;
  box-shadow: 2px 2px 7px #676f90;
}

.time p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background: #575856;
  /* border-radius: 9px; */
  color: #fff;
  font-size: 11px;
  width: 50px;
  margin: 0px auto;
  margin-top: 5px;
}

#button-2 {
  /* position: relative; */
  /* overflow: hidden; */
  cursor: pointer;
  /* margin: 0px auto; */
  text-align: center;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  color: #fff;
  background: #fff;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

#button-2 a {
  /* display: block; */
  position: relative;
  transition: all 0.35s ease-Out;
  color: #fff;
  background: #f07f8a;
  line-height: 31px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px;
}

.footer-text {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.testimonial {
  /* border-left: 3px solid #79663d; */
  padding: 40px 0 40px 50px;
  position: relative;
}

.testimonial:before,
.testimonial:after {
  content: "";
  width: 53%;
  height: 35px;
  /* border-right: 3px solid #79663d; */
  position: absolute;
  left: 0;
}

.testimonial:before {
  /* border-top: 3px solid #79663d; */
  top: 0;
}

.testimonial:after {
  /* border-bottom: 3px solid #79663d; */
  bottom: 0;
}

.over-con {
  /* height: 463px; */
  /* padding: 90px; */
  display: flex;
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /*background: url(../images/over-bg.webp) no-repeat;*/
  background-position: left bottom;
  align-items: center;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 100px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 16px;
  color: #000000;
  line-height: 27px;
  position: relative;
  text-align: center;
}

.testimonial .testimonial-title {
  font-size: 22px;
  font-weight: 800;
  color: #22272c;
  text-transform: capitalize;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #6ab33e;
  margin-top: 10px;
}

.owl-theme .owl-controls {
  text-align: right;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #6ab33e;
  border-radius: 0;
  opacity: 1;
  padding: 5px 10px;
}

.owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #301d12;
}

.owl-next:before {
  content: "\f054";
}

.over-img {
  width: 100%;
  height: 500px;
  object-fit: fill;
}

.panel-body p {
  background: #ffffff;
  padding: 7px 10px;
  margin: 10px 0px;
  color: #000;
}

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

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

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

.pricingTable .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

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

.pricingTable .price-value {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  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: 23px 30px;
  background: linear-gradient(to right, #006767, #1799a3);
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  /* font-style: italic; */
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-weight: 600;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  padding: 14px;
}

.highl {
  


  box-shadow: 6px 8px 17px 0px #00000073;
    background: #fff;
    padding: 15px 20px;
    margin: 0 15px 30px 0px;
    position: relative;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.highl img {
  /*width: 100%;*/
  /*height: 100%;*/
}

.highl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0d8a63;
  position: absolute;
  top: 10%;
  left: 3%;
  opacity: 0.5;
  z-index: -1;
  background-color: #e49a5d82;
}

.highl:after {
  /* content: "1"; */
  counter-increment: section;
  content: counter(section);
  /* width: 100%; */
  /* height: 100%; */
  background-color: #2e0c0c;
  position: absolute;
  font-size: 25px;
  top: -1%;
  color: #fff;
  left: 0%;
  /* opacity: 0.5; */
  padding: 4px 13px;
  font-weight: 600;
}

.highl .title {
  text-align: inherit;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  margin: 13px 0px;
  list-style: disc;
}

.highl .description {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  padding: 25px 31px;
}

.highl .highl-content {
  position: relative;
}

.highl .highl-content:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 45px;
  color: #a8a8a8;
}

.highl .pic {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}

.highl .pic img {
  width: 100%;
  height: auto;
}

.highl .content {
  display: inline-block;
  margin: 10px 0;
}

.highl .name {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.highl .post {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.highl .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}

.highl .rating li {
  display: inline-block;
  color: #ffc207;
}

.amiwrap {
  margin: 35px auto;
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #233c75; */
}

.bo {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  left: 0px;
  top: 0px;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.border-effect::before,
.border-effect::after {
  left: 0;
}

.amiwrap::before,
.amiwrap::after {
  width: 100%;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  right: 0px;
  top: 0px;
}

.border-effect::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.bo {
 padding: 10px 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline-offset: 2px;
}

.bo1 {
  /* height: 100px; */
  background: #fff;
  /* display: block; */
}

.bo img {
  width: 103px !important;
  color: #fff;
  position: relative;
  border: 1px solid #6c5653;
  padding: 16px;
  margin: 19px;
  border-radius: 50%;
  box-shadow: 4px 5px 13px -5px #393939
}

.bo1 img {
  width: 77px !important;
  margin: 0 auto;
  display: block;
}

.bo p {
  font-size: 9px;
  margin: 0px auto;
  display: block;
  position: relative;
  color: black;
  line-height: 23px;
  font-weight: 200;
}
.bo h3 {
  color: #3f2219;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.amiwrap1 p {
  color: #211d1e;
}

/* span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
} */

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

/******************amenities**************************************************/

.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  padding:20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color: #0d8fcd2b;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 52%;
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.description img {
  width: 220px;
  margin: 10px auto;
  display: block;
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #233c75;
}

.social-btns .amebox i {
  color: #37a692;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  width: 65px !important;
  line-height: 95px;
  margin: 15px auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  /*height: 25px;*/
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
    text-transform: uppercase;
}

/* .social-btns .ame-tit:after {
    content: " ";
    border-left: 4px dashed #268564;
    right: -5%;
    height: 35%;
    bottom: 0px;
    position: absolute;
} */

.social-btns .amebox img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(60%) saturate(858%)
    hue-rotate(135deg) brightness(94%) contrast(99%);
}

.social-btns .amebox:hover img {
  filter: brightness(0) invert(1);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.main_investors_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.main_investors_grid .investors_wrap {
  border: 1px solid #e8e8e8;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.main_investors_grid .investors_wrap a {
  text-decoration: none;
  color: #222222 !important;
}

.main_investors_grid .investors_wrap a .investors_inner {
  padding: 40px 10px;
}

.main_investors_grid .investors_wrap a .investors_inner img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.main_investors_grid .investors_wrap a .investors_inner h3 {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

.cover-img {
  overflow: hidden;
  position: relative;
  /* top: 31px; */
}

.cover-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.cover-content {
  height: 500px;
  padding: 0px 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #002828, #155f5a);
}

.testimonial2 {
  margin: 70px 0px;
  text-align: center;
  position: relative;
}

.testimonial2:before,
.testimonial2 .title:before {
  /* content: ""; */
  width: 3px;
  height: 50px;
  background: #caa44d;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.testimonial2 .description {
  padding: 6px 60px;
  margin-bottom: 80px;
  /* border-left: 5px solid #ffffff; */
  font-size: 18px;
  color: #fff;
  /* line-height: 33px; */
  background: linear-gradient(to right, #002828, #155f5a);
  position: relative;
}

#Venetia .container-fluid .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.carousel-control.left {
  left: -4%;
}

.carousel-control.right {
  right: -4%;
}

@media screen and (max-width: 768px) {
  .testimonial2 .description {
    padding: 10px 21px;
    margin-bottom: 80px;
    /* border-left: 5px solid #ffffff; */
    font-size: 18px;
    color: #fff;
    /* line-height: 33px; */
    background: linear-gradient(to right, #002828, #155f5a);
    position: relative;
  }

  #Venetia .container-fluid .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.testimonial2 .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}

.lobbytitle {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}

.highlights {
  position: relative;
  background: #e49a5d14;
  height: 150px;
  padding: 20px;
  margin: 20px 10px;
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 2px 2px 4px -3px #2d0b0b;
  background-image: url("../images/about-card-background (1).png");
}


.highlights h2 {
  color: #002828;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.highlights h2:after{
    content:"+";
    font-size:30px;
    color: #c38551;
}

.highlights p {
  text-align: center;
  font-weight: 600;
  color: #454545;
}

.box img {
  /* margin-left: 50px; */
  width: 100%;
  display: block;
  margin: 0px auto;
}

.box {
  width: 100%;
  float: left;
  padding: 10px;
  min-height: 260px;
}

.cover-img .item img {
  object-fit: cover;
  height: 500px;
}

.carpet-area {
  right: 15px;
  color: #fff;
  margin: 40px 0px 0px;
  display: block;
  text-align: end;
  position: relative;
}

.desc-pop p {
  color: #000;
}

.nova-img {
  width: 180px;
  padding: 10px;
  margin: 0 auto;
}

.qr_img {
  text-align: center;
  padding-bottom: 15px;
}

.qr_img img {
  width: 45%;
}

.piramal_img {
  text-align: center;
}

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

@media only screen and (max-width: 990px) {
  .testimonial {
    /* padding: 80px 0 80px 265px; */
  }
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
    border: none;
  }

  .testimonial:before,
  .testimonial:after {
    border: none;
  }

  .testimonial .pic {
    position: relative;
    top: 0;
    left: 0;
  }

  .testimonial .description {
    margin-top: 15px;
  }

  .testimonial .description:before {
    content: "";
  }

  .mytab > li > a {
    padding: 9px 0 !important;
    font-size: 13px !important;
  }
}

.piramal_img img {
  width: 200px;
}

@media (max-device-width: 768px) {
  .qr_img img {
    /* width: 100%; */
  }

  .timeline {
    list-style-type: none;
    display: block;
  }

  .map-img {
    height: unset;
    margin-top: 35px;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .i-am,
  .download1 {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
  }

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

  .timestamp {
    width: 100px;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
  }

  .locationBox1 {
    margin: -5px 15px -16px 0px;
    margin-top: 19px;
  }

  .counter-wrap {
    display: inline-block !important;
    width: 66%;
    left: 0%;
    /* top: 47%; */
    position: initial;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-top: 13px; */
    display: grid;
    margin-bottom: 25px;
  }

  .counter-wrap h3 {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .counter-wrap .col-xs-3 {
    width: 25%;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -20px;
    color: #575856;
    opacity: 1;
  }

  form #website {
    display: none;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -20px;
    /* margin-left: -10px; */
    color: #a59fa0;
    opacity: 1;
  }

  .config-wrap h3 span {
    color: #fff;
  }

  .config-wrap h2 {
    color: #fff;
  }

  .testimonial:before,
  .testimonial:after {
    width: unset;
  }

  .over-img {
    height: unset;
    margin: 11px 0px;
  }

  .over-con {
    height: unset;
    display: block;
  }

  .config-wrap1 {
    margin-top: 20px;
  }

  .highl .title {
    line-height: 25px;
  }

  .highl .description {
    line-height: 26px;
    text-align: center;
  }

  .highl {
    height: 100%;
    display: block;
  }

  .footer-sec {
    padding: 0px 0px 60px;
  }

  .highl:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0d8a63;
    position: absolute;
    top: 4%;
    left: 3%;
    opacity: 0.5;
    z-index: -1;
    background-color: #002828;
  }

  .highl img {
    width: 100px;
    margin: 0 auto;
    /* height: 100%; */
    display: block;
  }

  .mytab li {
    width: 45%;
   
  }

  .cover-content {
    height: auto;
    padding: 0px;
  }

  .btn-download {
    top: 50%;
    right: -79px;
    bottom: 0px;
    color: #575856;
    transform: rotate(90deg);
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 14px !important;
    background-color: #002828;
    /* background-image: linear-gradient(to right, #233c75, #233c75, #233c75, #233c75, #233c75, #233c75, #268564, #268564, #268564, #268564, #268564, #268564) !important; */
    /* border: none; */
    font-size: 20px;
    color: #fff;
    width: initial;
    padding: 8px 12px;
    height: fit-content;
  }

  .cover-img .item img {
    height: auto;
  }

  #livprop_popup1 {
    display: none;
    bottom: 48px !important;
  }

  .highlights {
    height: auto;
  }
}

.btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  border-radius: 31px;
  color: #000;
  background-color: #fff;
  font-size: 11px;
  width: 142px;
  padding: 5px 0;
  text-align: center;
  margin-top: 15px;
}
.navbar-collapse{
  padding-right: 50px;
  padding-left: 0px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-brand {
  float: left;
  height: 0px;
  /* padding: 15px 15px; */
  font-size: 18px;
  line-height: 20px;
}
::placeholder{
  color: #6d4321b8 !important;
}
.form-control{
  color: #0d5171 !important;
}
.intrested .btn.focus, .intrested .btn:focus,.intrested .btn:hover{
  color: #32110e;
  background: #e49a5d;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 15px;
}
.amebox img{
  padding:5px;
}
.highlights{
  background-size: cover;
  background-repeat: no-repeat;
}
.highlights h2{
  font-size: 40px;
}
.a:focus, a:hover{
  text-decoration: none !important;
}















.form {
  max-width: calc(100vw - 40px);
  width: 500px;
  height: auto;
  border-radius: 8px;
  /*box-shadow: 0 0 40px -10px #fff;*/
  margin: 0% auto;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
/* form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #c4e17f;
  border-radius: 5px 5px 0 0  ;
  background: rgba(196,225,127,1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4e17f', endColorstr='#db9dbe', GradientType=1 );
} */
.form h2 {
  margin: 18px 0;
  padding-bottom: 10px;
  width: 210px;
  color: #1e439b;
  font-size: 22px;
  border-bottom: 3px solid #ff5501;
  font-weight: 600;
  margin-bottom: 30px;
}
input {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #bebed2;
  transition: all .3s;
}
.form p:before {
  content: attr(type);
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  color: #5a5a5a;
  float: left;
  width: 40%;
  transition: all .3s;
}
button {
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #78788c;
  background: 0;
  color: #5a5a6e;
  cursor: pointer;
  transition: all .3s;
}
button:hover ,button:focus {
  /* background: #78788c; */
  /* color: #fff; */
  border: 0 !important;
  outline: 0 !important;

}
.tright{
  text-align: right;
}
.ui-menu{
  max-height: 150px;
  overflow: auto;
}
.ui-menu .ui-menu-item{
  padding:5px;
  font-size: 14px;
}
.relative{
  position: relative;
}
.relative i.fa:before{
  color: #444;
  padding: 10px;
  position: absolute;
  left: -3px;
  text-align: center;
}

.relative i.fa{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  width: 0;
  height: 0;
  z-index: 99;
  border-left: 20px solid transparent;
  border-right: 30px solid #ccc;
  border-bottom: 34px solid #ccc;
  transition: all 0.15s ease-in-out;

}
.form-control:focus{
  border-color: #1e439b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(30, 102, 195);
}
.relative input:focus + i.fa{
  border-left: 20px solid transparent;
  border-right: 30px solid #1e439b;
  border-bottom: 34px solid #1e439b;
}
.relative input:focus + i.fa:before{
  color: #fff;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child){
  border-radius: 0 4px 4px 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #fff;
}

/* --- Thanks Message Popup --- */
.thanks{
  max-width: calc(100vw - 40px);
  width: 200px;
  height: auto;
  background-color: #444;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all .3s;
}
.thanks h4,
.thanks p{
  color: #fff;
  text-align: center;
}

/* --- Animated Buttons --- */
.movebtn{
  background-color: transparent;
  display:inline-block;
  /*width:100px;*/
  background-image: none;
  padding: 13px 40px;
  margin-bottom:20px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
}
.movebtnre {
  border: 2px solid #ff5501;
  box-shadow: inset 0 0 0 0 #ff5501;
  color:#ff5501;
}
.movebtnsu {
        border: 2px solid #ffffff;
        box-shadow: inset 0 0 0 0 #ffffff;
        color: #503826;
        background: white;
        font-weight: 800;
}
.movebtnre:focus,
.movebtnre:hover,
.movebtnre:active {
  background-color: transparent;
  color: #FFF;
  border-color: #925e39;
  box-shadow: inset 96px 0 0 0 #925e39;
}
.movebtnsu:focus,
.movebtnsu:hover,
.movebtnsu:active {
  background-color: transparent;
  color: #FFF;
  border-color: #925e39;
  box-shadow: inset 180px 0 0 0 #925e39;
}
.display-flex{
  display: flex;
}
.justify-contant{
  justify-content: center;
}

/* --- Media Queries --- */

@media only screen and (max-width: 600px) {
  p:before{
      content: attr(type);
      width: 100%
  }
  input{
      width: 100%;
  }
}
/* form  */
.icon-box{
  position: absolute;
  top: -41px;
  left: 41px;
  padding: 23px;
  background: #ffd8b7;
  /* clip-path: polygon(2% 100%, 0 0, 100% 0, 100% 80%, 80% 100%); */
  border-radius: 50%;
  box-shadow: 0 0 7px -3px black;

}
.choose-button::before,
.choose-button::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
}

.choose-button::before {
  bottom: -1px;
  right: -1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.choose-button{
  background-color: #e49a5d1a;
  position: relative;
  margin: 35px 0;
}
.box-content{
  /* background: #a944422b; */
  padding: 60px 20px 10px 30px;
}
.box-content h3{
  font-weight: 800;
  font-size: 20px;
  color: #2c0f0db0;
}
.icon-box img{
  width: 45px;
}
@media only screen and (max-width:991px){
  .choose-button{
    background-color: #e49a5d1a;
    position: relative;
    margin: 55px 0;
  }
  
}
/* .mytab li a.left-border{
  border-top-left-radius: 25px ;
  border-bottom-left-radius: 25px;
}
.mytab li a.right-border{
  border-top-right-radius: 25px ;
  border-bottom-right-radius: 25px;
} */
#ame2{
  background-image: url('../images/pattern-background (1).png');
  background-size: contain;
}
@media only screen and (max-width:770px) {

  .mytab li a.left-border{
    border-top-left-radius: 0 ;
    border-bottom-left-radius: 0;
  }
  .mytab li a.right-border{
    border-top-right-radius: 0 ;
    border-bottom-right-radius: 0;
  }

}
@media only screen and (max-width:991px) {
  .mytab{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .mytab li a{
    padding: 14px 15px !important;
  }
  .gall-wrap ul li{
    margin: 5px;
  }
  .mytab{
    padding: 25px;
  }
  .mytab > li > a{
    font-size: 13px;
  }

}
#contactus{
  background-image: url("../images/Web-image.jpg");
}
.slash-left {
  color: #70442b;
  font-size: 25px;
  background-color: #a8eaed;
  /* clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%); */
  padding: 0px 9px 0px 6px;
}
.slash-left-white{
  color: #70442b;
  font-size: 25px;
  background-color: #ffffff;
  /* clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%); */
  padding: 0px 9px 0px 6px;
}
.slash-right{
  color: #70442b;
    font-size: 26px;
    background-color: white;
    /* clip-path: polygon(0 100%, 6% 0, 67% 0, 100% 0, 100% 100%); */
    padding: 1px 6px 1px 7px;
}
.slash-right-blue{
  color: #70442b;
    font-size: 26px;
    background-color: #a8eaed;
    /* clip-path: polygon(0 100%, 6% 0, 67% 0, 100% 0, 100% 100%); */
    padding: 1px 6px 1px 7px;
}
.testimonial-content .description{
  font-weight: 400;
}
.description::first-letter{
  font-size: 23px;
  color: #603b1d;
}
.highlights h2{
  color: #724d2e;
  position: relative;
}
.highlights p{
   color: #724d2e;
   position: relative;
  padding: 9px;
}

.highlights::before{
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #724d2e2e;
}
.jus
{
  margin: 60px 0 0px 0;
}



/* footer css  */

.footer-big {
  padding: 44px 0 0 0;
}

.footer-big .footer-widget {
  margin-bottom: 40px;
}

.footer--light {
  background: #20130c;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
  color: #acacac;
}

/* Responsive Css Code created by : Shift Code Design */

.footer-menu {
  padding-left: 48px;
}

.footer-menu ul li a {
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  color: #ce1a19;
}

.footer-widget-title {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #acacac;
}

.mini-footer {
  /* background: #2e1c13; */
  background-image: linear-gradient(#20130c, #2e1c13);
  text-align: center;
  padding: 10px 0;
}

.mini-footer p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  color: #999;
}

.mini-footer p a {
  color: #ce1a19;
  font-weight: 500;
}

.mini-footer p a:hover {
  color: #34bfa3;
}

/* Responsive Css Code created by : Shift Code Design */

.widget-about img {
  display: block;
  margin-bottom: 30px;
  /* max-width: 70%; */
  width:135px;
}

.widget-about p {
  font-weight: 400;
}

.widget-about .contact-details {
  margin: 30px 0 0 0;
}

.widget-about .contact-details li {
  margin-bottom: 10px;
}

.widget-about .contact-details li:last-child {
  margin-bottom: 0;
}

.widget-about .contact-details li i {
  padding-right: 10px;
  color: #e49a5d;
}

.widget-about .contact-details li a {
  color: #e49a5d;
}

/* Responsive Css Code created by : Shift Code Design */

@media (max-width: 991px) {
  .footer-menu {
    padding-left: 0;
  }
  .widget-about img {
    max-width: 50%;
  }
}


/* footer css  */
.mytab li.active::after{
  position: absolute;
  content: "";
  top: 30px;
  right: 50%;
  width: 13%;
  height: 100%;
  rotate: 90deg !important;
  border: 2px solid #2e0c0c;
  clip-path: polygon(0 0, 0% 100%, 60% 48%);
  background-color: #2e0c0c;
  /* transform: translate(0, -27%); */
}

@media only screen and (min-width:992px) {
  .mytab li.active{
    position: relative;
  }
  .mytab li.active::after{
    position: absolute;
    content: "";
    top: 0px;
    right: -26px;
    width: 13%;
    rotate: 0deg !important;
    height: 100%;
    border: 2px solid #2e0c0c;
    clip-path: polygon(0 0, 0% 100%, 60% 48%);
    background-color: #2e0c0c;
  }
}
.text-bg
{
  font-size: 40px;
  background-image: linear-gradient(45deg, #23150d, #ffdec4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  color: white !important;
}
.text-bg-dark{
  font-weight: 900;
  color: white !important;
  font-size: 40px;
  background-image: linear-gradient(45deg, white, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.information{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.information i{
  font-size: 30px;
}
.info-p a{
  color: white;
  font-weight: 500;
  padding: 5px;
}
.info-p{
  padding: 10px;
}
.submitbutton{
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal {
  z-index: 9999 !important;
}
.ordered-list li{
  margin-top: 15px;

}




.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

header .item {
  height: 92vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000006e;
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  /* content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}


header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.counts{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-top: 30px;
}
.counts h2{
    font-size:40px;
}
@media only screen and (max-width:550px){
    .header-custom{
    padding-top:90px;
}
}
.header-custom{
    padding-top:68px;   
    overflow:hidden;
    
}
.modal-body{
    background-image:url("../images/form-bg-olympia-2.png");   
    background-repeat: no-repeat;
    background-size: cover;
}
.header-custom{
    position:relative;
    
}
#count1:after{
    content:"+";
    font-size:20px;
    color:black;
    padding-left:3px;
}
#count2:after{
    content:"+";
    font-size:20px;
    color:black;
    padding-left:3px;
}
#count3:after{
    content:"+";
    font-size:20px;
    color:black;
    padding-left:3px;
}
#count4:after{
    content:"+";
    font-size:20px;
    color:black;
    padding-left:3px;
}

.pos-abs{
    position: absolute;
    top: 50%;
    color: white;
    left: 50%;
    width: 85%;
    font-size: 55px;
    font-weight: 400;
    transform: translate(-50%, -50%);
}
form label.black-color{
    margin: 3px 0;
    color:#ffead9 !important;
}
@media only screen and (max-width:720px){
    .pos-abs{
    position: absolute;
    top: 53%;
    color: white;
    left: 50%;
    width: 85%;
    font-size: 30px;
    /*padding-top: 60px;*/
    font-weight: 400;
    transform: translate(-50%, -50%);
    }
}