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

/* 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-size: 14px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
}

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: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

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

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

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

.navbar-default.fixHeader {
  background: #ffffff;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a {
  color: #87398c;
  text-shadow: none;
  transition: ease all 0.5s;
  font-weight: 600;
  text-transform: capitalize;
}

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

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

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

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

.navbar-brand > img {
  width: 70px;
  margin-top: -5px;
}
.footer-text img {
  width: 140px;
  text-align: center;
  margin: 1% auto;
  display: block;
}
.navbar-brand > img.nav-logo {
  width: 100px;
  margin-top: 7px;
}

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-nav {
    margin: initial !important;
  }
  .navbar-collapse {
    padding-bottom: 10px;
  }
  .navbar-brand > img {
    width: 65px;
    margin-top: -8px;
    margin-left: 15px;
  }
  .navbar-brand > img.nav-logo {
    width: 80px;
    margin-top: 0px;
    position: absolute;
    top: 8px;
    right: 80px;
  }
  .navbar-brand {
    padding: 0px;
  }
  .navbar-default .navbar-toggle {
    border: none !important;
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: linear-gradient(135deg, #ff4e94, #2b3d94);
  }
}

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

.navbar-nav > li > a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 7px;
  padding-right: 7px;
  outline: none;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-weight: 500;
}

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

.menu-overlay {
  height: 107vh;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  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: 30px;*/
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  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 {
  margin-top: 70px;
}
#carousel-example-generic .carousel-inner > .item > img {
  width: 100% !important;
  /* margin-top: 60px; */
}

.section {
  padding: 80px 0;
}

.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: -100px;
  color: #244c37;
  opacity: 1;
}

form #website {
  display: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -100px;
  /* margin-left: -10px; */
  color: #a59fa0;
  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: 110px;
  /* margin-bottom: 30px; */
  margin: 0px 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: 80px 0px;
  background: #0009;
}

.imgbg1 {
  background: url(../images/bg.jpg) center no-repeat;
  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: #843e1c;
}

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

.highlight-wrap:after {
  content: "";
  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: "";
  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: "";
  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: #87398c;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  /* margin-bottom: 13px; */
  line-height: 35px;
}

.head-line {
  text-align: center;
}
.head-line img {
  width: 25%;
  margin: 20px;
}

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

.floor-g {
  height: 385px !important;
}

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

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

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

/* .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: #fff;
  font-weight: 700;
}

.config-wrap1 h3 span {
  font-size: 22px;
  color: #fff;
  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: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

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

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  background: #244c37;
  border: none;
  font-size: 20px;
  color: #fff;
  width: 75%;
  padding: 7px 0;
  border-radius: 20px;
  margin: 5px 0px;
  font-weight: 600;
  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 !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: 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: #87398c !important;
  border-color: #87398c !important;
  height: 40px;
  width: 40px;
}

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

/* === ==== */

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

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #d0d0d0;
    display: none;
  }
  #carousel-example-generic .carousel-inner {
    margin-top: 60px;
  }
}

#iam-interested {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 20px 20px 20px;
  /* position: relative; */
  width: 100%;
  margin-top: 40px;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}

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

#iam-interested .form-heading {
  margin-top: -70px;
  padding: 6px;
  color: #ffffff;
  background: #244c37;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 16px 38px -12px rgb(144 144 144 / 56%),
    0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

#iam-interested .form-heading h3,
#iam-interested .form-heading p {
  margin-bottom: 0px;
  color: #ffffff;
  margin-top: 0px;
}

#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: #244c37;
  color: #fff;
  border: 0;
}

.form-disc {
  font-size: 9px;
  line-height: 11px;
  color: #000;
}

#iam-interested .adam-button {
  /* margin-top: 20px; */
  width: 90%;
  margin: 0px auto;
  display: block;
  padding: 8px 14px;
  /* float: right; */
  background: #244c37;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #244c37;
  font-weight: 300;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  box-shadow: 0 12px 20px -10px rgb(156 39 176 / 28%),
    0 4px 20px 0px rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(156 39 176 / 20%);
}

/* === ==== */

/*----------------------------------------------*/
.over-p {
  font-size: 16px;
}
.sub-head {
  color: #87398c;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 13px;
  text-align: center;
}

.light-grey {
  background: #f1f1f1;
}

/*-------------aminities--------*/

.amenities-icon {
  text-align: center;
  /*box-shadow: 1px 1px 25px #e0e0e0;*/
  /*box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);*/
  padding: 15px;
  /*background: #f7f7f7;*/
  margin-bottom: 30px;
  transition: ease all 0.5s;
}

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

.amenities-icon .icons-wrap {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
  border-radius: 0;
  border-color: #87398c;
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 80px !important;
  filter: invert(1);
  /*border: 1px solid #000;*/
  /*border-radius: 50%;*/
}

.amenities-icon h3 {
  font-size: 16px;
  line-height: 1.4;
  transition: ease all 0.5s;
  color: #fff;
  min-height: 30px;
  text-transform: capitalize;
}

.amenities-icon:hover h3 {
  color: #fff;
  transition: ease all 0.5s;
}
/* ---conect-- */
.amenities-icon-1 {
  text-align: center;
  /*box-shadow: 1px 1px 25px #e0e0e0;*/
  /*box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);*/
  padding: 15px;
  /*background: #f7f7f7;*/
  margin-bottom: 30px;
  transition: ease all 0.5s;
}

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

.amenities-icon-1 .icons-wrap {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}

.amenities-icon-1:hover .icons-wrap {
  border-radius: 0;
  border-color: #0f684b;
  transition: ease all 0.5s;
}

.amenities-icon-1 .icons-wrap img {
  width: 80px !important;
  /*border: 1px solid #000;*/
  /*border-radius: 50%;*/
}

.amenities-icon-1 h3 {
  font-size: 16px;
  line-height: 1.4;
  transition: ease all 0.5s;
  color: #222;
  min-height: 30px;
  text-transform: capitalize;
}

.amenities-icon-1:hover h3 {
  color: #222;
  transition: ease all 0.5s;
}
.amenities-icon-1 h3 {
  font-size: 16px;
  line-height: 1.4;
  transition: ease all 0.5s;
  color: #fff;
  min-height: 30px;
  text-transform: capitalize;
}
.amenities-icon-1 h3 span {
  font-size: 16px;
  font-weight: 500;
  color: #39b54a;
  text-align: center;
  display: block;
}

.amenities-icon-1:hover h3 {
  color: #fff;
  transition: ease all 0.5s;
}

.amenities-icon p {
}

#configuration .container-fluid .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------*/

/*---------------Gallery style 3-----------------------*/

.gall-pd {
  padding: 0 5px !important;
}

.gallery-type3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-type3 .gallimg {
  position: relative;
  overflow: hidden;
}

.gallery-type3 .galloverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 13px;
}

.gallery-type3 .galloverlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  left: 0;
  top: 0;
  transform: scale(0.95);
  z-index: 9;
}

.gallery-type3 .gallimg img {
  width: 100%;
  display: block;
  transition: ease all 0.5s;
}

.gallery-type3 .galltxt3 {
  background: #000;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
  transition: ease all 0.5s;
  padding-bottom: 10px;
}

.gallery-type3 .galltxt3 p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-top: 2px;
  font-size: 14px;
}

.gallery-type3 .galldots {
  width: 90px;
  margin: 0 auto;
}

.gallery-type3 .galldots li {
  width: 30px;
  height: 30px;
  margin-right: -16px;
}

.gallery-type3:hover {
  cursor: url(../images/hovericon.webp), auto !important;
}

.gallery-type3:focus .galltxt3 {
  bottom: -75px;
  transition: ease all 0.5s;
  padding-bottom: 0;
}

.gallery-type3:focus .gallimg img {
  transition: ease all 0.5s;
  transform: scale(1);
}

.gallery-type3:hover .galltxt3 {
  bottom: 0px;
  transition: ease all 0.5s;
  padding-bottom: 10px;
}

.gallery-type3:hover .gallimg img {
  transition: ease all 0.5s;
  transform: scale(1.2);
}

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

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

.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: auto; */
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

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

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

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

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

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

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

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

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

/*.ami-carousel .owl-nav{*/

/*display: block !important;*/

/*}*/

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

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  color: #87398c;
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
}

.mytab > li > a {
  color: #000000;
  padding: 9px 10px !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: #f1f1f1;
  margin: 0 10px;
}

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

.over-subhead {
  color: #87398c;
  text-transform: capitalize;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}

.con-iconholder {
  background: #ffffff;
  text-align: center;
  padding: 10px 30px;
  position: relative;
  height: 185px;
  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;
}

.con-iconholder img {
  width: 70px !important;
  margin: auto;
}

.con-iconholder span {
  line-height: 19px;
  margin-top: 5px;
  font-size: 11px;
  color: #fff;
  /* height: 40px; */
  /* margin-bottom: 0; */
}

.con-iconholder p {
  line-height: 19px;
  margin-top: 5px;
  font-size: 15px;
  color: #000;
  /* height: 40px; */
  /* margin-bottom: 0; */
}

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

.con-iconholder h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.con-iconholder li {
  text-align: left;
  list-style: circle;
  line-height: 1.5;
}

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

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

.con-iconholder:hover {
  -webkit-box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.ami-iconholder {
  background: #ffffff;
  text-align: center;
  padding: 20px 30px 10px;
  position: relative;
  height: 170px;
  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: 75px !important;
  margin: auto;
}

.ami-iconholder span {
  line-height: 19px;
  margin-top: 5px;
  font-size: 11px;
  color: #fff;
  /* height: 40px; */
  /* margin-bottom: 0; */
}

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

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

.ami-iconholder h4 {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.ami-iconholder li {
  text-align: left;
  list-style: circle;
  line-height: 1.5;
}

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

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

.ami-iconholder:hover {
  -webkit-box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  box-shadow: 15px 13px 20px -6px rgb(0 0 0 / 50%);
  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: #843e1c;
  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 {
  background: #fff !important;
}

.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: 15px;
}

.call-me {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
}

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

.rera-sec {
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  /*background-image: url(../images/BG-1a.webp);*/
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
  background-position: center;
}

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

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

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

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

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

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

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

#upcoming {
  background-size: cover;
  background-attachment: fixed;
  background-position: left;
}

#configuration {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../images/bg5.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-color {
  /* background-image: url(../images/plot.webp); */
  /* background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #0000009e; */
}

#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%;
}

.error {
  color: red;
}

.download-btn {
  position: initial;
  z-index: 9999;
  bottom: 10px;
  left: 10px;
  font-size: 15px !important;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: none;
  margin: 30px auto 0px;
  color: #fff;
  border: 2px solid;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
  display: block;
}

.download-btn:hover,
.download-btn:focus {
  color: #ffffff !important;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;
  font-size: 15px !important;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: 2px solid;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
}

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

.download-btn1 {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  font-size: 15px !important;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: 2px solid;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
}

.download-btn1:hover,
.download-btn1:focus {
  color: #ffffff !important;
}

.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);
  }
}

.fixed-footer-cust {
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

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

.fix-link {
  color: #fff !important;
  font-size: 14px;
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.fix-link:hover,
.fix-link:focus {
  background: transparent !important;
}

.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: linear-gradient(135deg, #ff4e94, #2b3d94);
  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: #843e1c;
  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: #87398c;
  border-radius: 25px;
}

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

.pink {
  background: #843e1c;
}

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

.team-wrap .t-name {
  color: #843e1c;
  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: #843e1c;
  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: 12px 34px;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: 2px solid;
  position: relative;
  transition: all 0.3s ease 0s;
}

#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: 50%; */
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 0px;
  left: -18px;
  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: 15px 25px;
  background: #fff;
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  border-top: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  #accordion .panel-title a {
    display: block;
    padding: 12px 34px;
    font-size: 12px;
    font-weight: 600;
    height: 46px;
    color: #fff;
    background: linear-gradient(135deg, #ff4e94, #2b3d94);
    border: 2px solid;
    position: relative;
    transition: all 0.3s ease 0s;
  }
}

.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;
}

#contactus .form-container {
  background-position: left;
  background: linear-gradient(
    150deg,
    #73737382 33%,
    #737373 34%,
    #23232345 66%,
    #313131b5 67%
  );
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding: 30px 20px;
  background-image: url(../images/bg-w.webp);
  background-size: auto;
  background-attachment: inherit;
  background-position: center;
}

.form-container .title {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 50px;
  font-weight: 700;
}

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

.form-horizontal .form-icon {
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  font-size: 63px;
  line-height: 74px;
  height: 70px;
  width: 70px;
  margin: -54px auto 10px;
  border-radius: 50%;
}

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

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

#contact-form .input-group-addon {
  background: #e4e4e4;
  color: #87398c;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

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

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

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

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

.signin {
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 2px;
  /* width: 100%; */
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease 0s;
}

.signin:hover,
.signin:focus {
  font-weight: 600;
  letter-spacing: 5px;
  color: #ffffff;
  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 {
  /* 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;
}

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

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

.map-img {
  /* height: 550px; */
  /* margin-top: 50px; */
}

.fa-phone {
  transform: rotate(90deg);
  position: relative;
  top: 4px;
}

.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: #843e1c;
  /* 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 {
  color: #fff;
  font-weight: 600;
}

/*----------Modal Design-------*/

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

.modal-content {
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  /* background: url(../images/bgsky2.webp); */
}

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

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

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

.modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  /* margin-top: -35px; */
  margin-bottom: 10px;
}

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

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

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

/*---modal form--*/

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

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

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

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

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

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

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

/*-----------Modal End --------*/

.popup-btn {
  color: #244c37 !important;
  background-color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 2px;
  /* width: 100%; */
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease 0s;
  margin: 0 auto;
  display: block;
}

.popup-btn:hover,
.popup-btn:focus {
  font-weight: 600;
  letter-spacing: 5px;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.thank-sec {
  margin-top: 70px;
}

.trees {
  display: block;
  width: 100px !important;
}

.tree-wrap {
  margin-top: -30px;
  padding-top: 27px;
  margin-left: 45px;
  border-left: 3px solid #619743;
  padding-bottom: 15px;
}

.tree-wrap h3 {
  color: #000;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.tree-list {
  padding-left: 15px;
}

.tree-list li {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 16px;
  position: relative;
  padding-left: 0px;
}

.tree-list li:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  top: 0;
  left: -25px;
  background: url(../images/tick.webp) no-repeat center center;
  background-size: 100%;
}

.ame-img {
  object-fit: cover;
  height: 220px;
}

.ame-limg {
  object-fit: cover;
  height: 484px;
}

.ame-title {
  background: #010a21;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  box-shadow: 1px 2px 8px 0px #0000006b;
  margin-bottom: 10px;
}

.checkbox {
  width: initial !important;
  float: left;
  height: initial !important;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

.check-txt {
  color: #fff;
  display: flex;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  padding-left: 8px;
}

.plot-div h3 {
  color: #e11e37;
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 13px;
  text-align: center;
}
.plot-div h2 {
  color: #87398c;
  text-transform: capitalize;
  text-align: center;
  font-size: 27px;
  line-height: 2;
  font-weight: 600;
}
.plot-div h2 span {
  border: 2px solid #fff;
  padding: 9px 10px;
  border-radius: 10px 0 10px 0px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.gar-txt {
  color: #87398c;
  text-align: center;
  font-size: 23px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 600;
}

.tbl {
  background: #fff;
  outline: 6px solid #fff;
  outline-offset: -1px;
}
.table > thead > tr > th {
  padding: 9px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 3px solid #ffffff;
}
.her {
  font-size: 16px;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  color: #fff;
  border-bottom: none !important;
}
.her h3 {
  text-align: center;
}
.table > tbody > tr > td {
  padding: 9px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 3px solid #ffffff;
}
.her1 a {
  color: #000;
}

/*  */

.pointers__sec {
  width: 100%;

  padding: 80px 0;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(../images/bg4.webp);
  background-size: cover;
  background-position: center;
}
.key {
  width: 100%;
  background: url(../images/bg5.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #333;
  background-blend-mode: multiply;
  padding: 80px 0;
}
.act__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border: 2px solid #fff !important;
  height: 102px;
}
.act__icon {
  padding: 8px;
  /* border: 2px solid #ffffff; */
  border-radius: 5px;
}
.act__icon img {
  width: 80px;
  filter: invert(1);
}
.act__icon i {
  font-size: 30px;
  color: #ffffff;
}
.act__icon:hover {
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  color: #fff;
}
.act__icon:hover i {
  color: #fff;
}
.act__head p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 600;
}
.event-box {
  padding: 30px;
  background-color: #000000bf;
  text-align: center;
  margin-top: 20px;
}
.event-icon {
  background-color: #329542;
  font-size: 50px;
  color: #fff;
  fill: #fff;
  width: fit-content;
  padding: 20px 25px;
  margin: 0 auto;
}
.event-desc {
  padding-top: 20px;
}
.event-desc h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-desc p {
  color: #ffffff;
  font-size: 17px;
}
.site_btn {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  padding: 20px 45px;
  cursor: pointer;
}
.site_btn h3 {
  font-weight: 600;
  font-size: 15px;
}

.config__box img {
  width: 100%;
  filter: blur(5px);
}
.config__title h3 {
  text-align: center;
  font-weight: 800;
  color: #87398c;
  line-height: 35px;
  font-size: 21px;
  margin-top: 1.1em;
}
.site1_btn {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  padding: 20px 35px;
  cursor: pointer;
}
.site1_btn h3 {
  font-weight: 600;
  font-size: 15px;
}

.Privacy__sec {
  width: 100%;
  margin-top: 6%;
}

.pri-box h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
.pri-box ul li {
  line-height: 25px;
}
.Privacy__sec1 {
  padding-top: 1%;
}

@media only screen and (max-width: 767px) {
  .pd0-m {
    padding: 0;
  }
  .con-iconholder p {
    font-size: 13px;
  }
  .floor-g {
    height: auto !important;
    margin-top: 20px;
  }
  .timeline {
    list-style-type: none;
    display: block;
  }
  .map-img {
    height: unset;
    margin-top: 35px;
  }
  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }
  .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: #244c37;
    opacity: 1;
  }
  form #website {
    display: none;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -20px;
    /* margin-left: -10px; */
    color: #244c37;
    opacity: 1;
  }
  .config-wrap h3 span {
    color: #fff;
  }
  .config-wrap h2 {
    color: #fff;
    font-size: 20px;
  }
  .amenities-icon {
    margin-bottom: 0;
    padding: 0 0 7px 0;
  }
  .sec-head {
    font-size: 26px;
    line-height: 28px;
  }
  .sub-head {
    font-size: 26px;
  }
  .modal-dialog {
    margin-top: 60px !important;
  }
  #rerafooter {
    /* margin-bottom: 40px; */
  }
  .trees.t3 {
    margin-top: -10px;
  }
  .checkbox-wrap {
    height: initial !important;
  }
  .config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .config-wrap {
    text-align: center;
    border: 10px solid #fff;
    padding: 10px 3px;
    margin-bottom: 10px;
    transition: ease all 0.5s;
    width: 75%;
    display: block;
    margin: 21px auto;
  }
  .config-wrap .pricing_btn,
  .config-wrap1 .pricing_btn {
    font-size: 15px;
  }
  .config-wrap h3 span {
    font-size: 18px;
  }
  #ame .owl-carousel .owl-nav button.owl-prev,
  #ame .owl-carousel .owl-nav button.owl-next {
    top: 100px;
  }

  #ame .owl-carousel .owl-nav .owl-next,
  #ame .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .gar-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .plot-div h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #configuration .container-fluid .row {
    flex-direction: column;
  }
  .head-line img {
    width: 55%;
  }
  .Privacy__sec {
    margin-top: 22%;
  }
}

.foo-txt p {
  color: #fff;
  text-align: center;
  font-size: 23px;
}
.foo-txt a {
  color: #fff;
}
.foo-txt i {
  transform: rotate(360deg);
}

.fancybox-infobar {
  color: #ccc;
  display: none !important;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  /*  margin-top: 13px!important;*/
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  height: auto;
}

.imadsg img {
  display: block;
  margin: 10px auto;
  width: 100px;
}

.oaisa {
  font-size: 7px;
  line-height: 14px;
}
.disclaimer p {
  font-size: 12px;
  text-align: center;
}

.over-body {
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  padding: 22px 10px 18px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.over-body h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1.3em;
  color: #fff;
  text-align: center;
}

.over-body form .input-group-addon {
  background: #fff;
  color: #87398c;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

@media screen and (max-width: 768px) {
  .over-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .over-body {
    /* margin-top: 2em ; */
    margin-bottom: 3em;
  }
}

.nav-tabs {
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background: linear-gradient(135deg, #ff4e94, #2b3d94);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: 600;
}

.nav-tabs > li > a {
  color: #87398c;
}

.selectfields {
  display: none;
}

#ame {
  width: 100%;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/gallery/ame/2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ami-carousel .owl-nav button.owl-next,
.ami-carousel .owl-nav button.owl-prev,
.ami-carousel button.owl-dot {
  background: #fff !important;
  color: #87398c !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.ami-carousel .owl-nav button.owl-next:hover,
.ami-carousel .owl-nav button.owl-prev:hover,
.ami-carousel button.owl-dot {
  background: #87398c !important;
  color: #fff !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

.config__box {
  display: block;
  margin: 0 auto;
}

.about-subtext {
 text-align: center;
    line-height: 2.8em;
    font-weight: bold;
}

.about-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #87398c;
}

.about-item h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  color: #87398c;
}

.about-item h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
}

.about-icon-row {
  margin-top: 5em;
}

@media screen and (max-width: 768px) {
  .about-icon-row {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
  }

  .about-icon-row {
    margin-top: 2em !important;
  }

  .about-subtext{
    line-height: 2.5em;
  }

  .about-subtext {
    text-align: center;
    padding: 0px 11px;
  }

  .footer-text img {
    margin-bottom: 1em;
  }
}
