@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/TrilogySansWide-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: "RosellindaAlyamore";
  src: url("../fonts/ALLER.TTF");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  unicode-range: U+0020-02DC;
}

/* @font-face {
    font-family: 'tt0142m';
    src: url('../fonts/MyriadPro-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
} */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  letter-spacing: 1px;
  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: "HelveticaNeue" !important;
  font-size: 18px !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;
  font-family: "Poppins-Light";
}

img {
  margin-bottom: -3px;
}

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

section {
  width: 100%;
}

.row {
  margin: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

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

.cust-container:before {
  display: table;
  content: " ";
}

.cust-container:after {
  clear: both;
  display: table;
  content: " ";
}

.form-logo {
  width: 100px;
  margin: 0px auto;
  display: block;
  position: relative;
  border-radius: 22px;
  position: relative;
  padding: 21px 13px;
  top: -60px;
  background: #fff;
}

.artist-impression-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #000;
}

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

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 5px 0px;
  top: 29px;
  transition: top 0.3s;
  box-shadow: 1px 1px 13px 0px #0000002b;
}

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

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

.navbar-default .navbar-nav>li>a {
  color: #b99550;
  text-shadow: none;
  font-weight: 600;
  font-family: "MyriadPro-Regular";
}

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

.navbar-default .navbar-nav>li>a:hover {
  color: #b99550;
  font-family: "MyriadPro-Regular";
}

.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: 100px;
  margin-top: 0px;
}

.navbar-brand>img.nav-logo {
  width: 100px;
  margin-top: -2px;
  /* margin-left: 30px; */
}

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

.description {
  text-align: center;
  height: 50px;
}

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

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

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

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

.head-only {
  width: 100%;
  padding: 0 0 30px;
}

.sec-about {
  padding: 70px 0;
  background-size: cover;
  background-repeat: repeat;
  background-color: #ffffff;
}

.builder-wrap {
  text-align: center;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  min-height: 250px;
  /*box-shadow: 1px 20px 8px -10px rgba(0, 0, 0, 0.37);*/
}

.builder-wrap img {
  width: 160px;
  margin-bottom: 20px;
}

.builder-wrap p {}

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

  #hide-menu {
    padding: 5px 0px;
  }

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

  .navbar-brand>img {
    width: 95px;
    float: left;
    margin-top: 0px;
    margin-left: 35px;
  }

  .navbar-brand>img.nav-logo {
    width: 84px;
    margin-top: 1px;
    position: absolute;
    top: 0;
    right: 115px;
    margin-left: 18px;
  }

  .navbar-brand {
    padding: 0px;
  }

  .navbar-default .navbar-toggle {
    border: none !important;
    background: #b99450;
  }

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

  .builder-wrap {
    margin-bottom: 30px;
  }
}

.nav-call {
  border: 2px solid #1f1b1c;
  border-radius: 7px;
  padding: 3px 15px 0px !important;
  color: #fff !important;
  margin-top: 10px;
  background: #1f1b1c;
  font-family: "Helveticamed";
  font-size: 14px !important;
}

.nav-call:hover,
.nav-call:focus {
  background: #1f1b1c !important;
  color: #fff;
}

.navbar-nav>li>a {
  line-height: 30px !important;
  margin-right: 14px;
  padding-left: 7px;
  padding-right: 13px;
  outline: none;
  font-size: 11px;
}

.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: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.6s;
}

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

.menu-overlay a {
  padding: 20px 0px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: "MyriadPro-Regular";
}

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

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

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

.overlay-sec {
  background-size: cover;
}

.overlay-sec .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-mainwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.vwrap .head {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Helveticamed";
  font-weight: 800;
}

.vwrap .subhead {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.svgwrap {
  display: block;
  text-align: center;
}

.svgwrap svg {
  width: 80px;
  height: 80px;
  fill: none;
  stroke: #fff;
}

#videoicon:hover {
  cursor: pointer;
}

#videoicon path {
  stroke-dasharray: 161;
  stroke-dashoffset: 161;
  animation: line-animation 2s ease forwards infinite;
}

#videoicon polyline {
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  animation: line-animation 2s ease forwards infinite;
}

.nose-svg {
  width: 130px;
}

.nose-svg .st0 {
  stroke-dasharray: 10;
  stroke-dashoffset: 10;
  animation: line-animation 0s ease forwards infinite;
}

#features {
  /* background: url(../images/BG.webp); */
  background-size: contain;
  background-position: left bottom;
  /* background-repeat: no-repeat; */
  /* background-color: #f6f6f6; */
}

#aminities {
  /* background: url(../images/BG.webp); */
  background-size: contain;
  background-position: left bottom;
  /* background-repeat: no-repeat; */
  background-color: #ffffff;
}

@keyframes line-animation {
  from {
    /*stroke-dashoffset: 300;*/
  }

  to {
    stroke-dashoffset: 0;
  }
}

/* .owl-carousel .owl-item img {
    width: initial;
} */

.sec-feature {
  padding: 70px 0;
  position: relative;
}

.feature-wrap .feature-txt {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
}

.cover-img img {
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}

.f-txt {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.f-bigicon {
  width: 90px !important;
  margin: 0px auto;
  margin-bottom: 10px;
}

.feature-flex-wrap {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 30px 60px 10px;
  background: #f7f7f7;
}

.f-iconwrap {}

.f-iconwrap img {
  margin: 0px auto;
  width: 70px !important;
}

.f-iconwrap p {
  font-size: 14px;
  text-align: center;
}

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

/*--------Aminities------*/

.ami-wrap {}

.ami-wrap h3 {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 4px;
  font-family: "DINPro-Bold";
  color: #5c5d5d;
  margin-bottom: 20px;
}

.ami-wrap ul {
  color: #5c5d5d;
  list-style-type: disc;
  padding-left: 17px;
  margin-bottom: 30px;
}

.ami-wrap ul li {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ami-icon {}

.ami-icon img {
  width: 87px;
}

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

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

.gallery-sec {
  padding: 70px 0;
  /*background: url(../images/floor-bg.webp);*/
  background-size: cover;
  /*background-repeat: repeat;*/
  background-color: #f6f6f6;
  position: relative;
}

.bg-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bg-top-right {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.sec-head {
  color: #000;
  text-transform: uppercase;
  /*font-family: 'DINPro-Bold';*/
  font-size: 31px;
  letter-spacing: 3px;
  text-align: center;
  font-family: "RosellindaAlyamore";
  /* font-weight: 800; */
  position: relative;
  z-index: 9;
}

.white {
  color: #ffffff;
}

.sec-brochure .sec-head {
  font-size: 50px;
  letter-spacing: 5px;
}

/* -------------------  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-color: #1f1b1c;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-family: "MyriadPro-Regular";
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #1f1b1c;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  background-color: #fff;
  transition: ease all 0.5s;
}

.mytab>li>a {
  color: #1f1b1c;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
  font-family: "MyriadPro-Regular";
}

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

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 30px;
  /* object-fit: cover; */
  /* height: 220px; */
}

.amenities-gallery img {
  width: 100% !important;
  transition: ease all 0.5s;
  object-fit: cover;
  height: 262px;
}

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

.ami-overlay p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  background: rgba(34, 34, 34, 0.8);
  padding: 5px 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

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

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

.sec-floorplan {
  padding: 70px 0;
  /* background: url(../images/floor-bg.webp); */
  background-size: cover;
  /* background-position: left bottom; */
  background-repeat: repeat;
  background-color: #f6f6f6;
  /*animation: slide 12s linear infinite;*/
}

.floor-show {
  z-index: 999;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}

@keyframes slide {
  0% {
    background-position: -60px, -20px;
  }

  50% {
    background-position: -170px, -100px;
  }

  100% {
    background-position: -60px, -20px;
  }
}

.sec-head.black {
  color: #222222;
}

.sec-head.orange {
  color: #1f1b1c;
}

.sec-head.blue {
  color: #1f1b1c;
}

.floor-wrap {
  display: inline-block;
  width: 100%;
  padding: 40px 10px 40px;
  box-shadow: 0px 0px 69px -23px #989898;
  /*background: url(../images/BG-2.webp);*/
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
  background-color: #b99450ad;
}

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

.floor-tab {
  text-align: center;
  border-bottom: none;
  border-right: 2px solid #222;
}

.floor-tab li {
  float: none !important;
  width: 80px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.floor-tab>li.active>a,
.floor-tab>li.active>a:hover,
.floor-tab>li.active>a:focus {
  color: #fff;
  background-color: #fff0;
  border: none;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  border-radius: 0;
  font-family: "MyriadPro-Regular";
}

.floor-tab>li>a:hover,
.floor-tab>li>a:focus {
  color: #ffffff;
  padding: 9px 0px !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background-color: #fff0;
  transition: ease all 0.5s;
}

.floor-tab>li>a {
  color: #fff;
  padding: 9px 0px !important;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  font-size: 15px;
  font-weight: 900;
  background: #fff0;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
  font-family: "MyriadPro-Regular";
}

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

.floor-content {}

.floor-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "MyriadPro-Regular";
  color: #fff;
}

.floor-content h3 span {
  font-weight: 600;
  color: #fff;
}

.floor-content p {}

.floor-content ul {
  margin-bottom: 20px;
}

.floor-content ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

.floor-content .price-btn {
  background: #1f1b1c;
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  width: 156px;
  text-decoration: none;
  outline: none;
}

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

.sec-location {
  padding: 80px 0;
  background-size: contain;
  /*background: url(../images/BG.webp);*/
  background-color: #ffffff;
  position: relative;
}

.sec-map {
  padding: 51px 0 50px;
  background-size: contain;
  /*background: url(../images/floor-bg.webp);*/
  background-color: #f6f6f6;
  position: relative;
}

.map-wrap {
  width: 100%;
  box-shadow: 0 10px 65px -23px #888888;
  position: relative;
  z-index: 9;
}

.sec-brochure {
  padding: 40px 0;
  /*background: #1f1b1c;*/
  background: #353535;
}

.sec-head img {
  position: relative;
  top: 2px;
  width: 20px;
}

/*------------------Download form----------------*/

#download-form input,
#download-form select {
  height: 40px;
  border: 1px solid #fff;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
}

#download-form input::placeholder,
#download-form textarea::placeholder {
  color: #ffffff;
}

#download-form .input-group-addon {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 0;
}

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

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

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

.brochure-btn {
  width: 100%;
  margin: 0px auto;
  display: block;
  background: #fff;
  border: none;
  color: #1f1b1c;
  font-size: 18px;
  padding: 7px 30px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

element.style {}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  background: #000000;
  border: none;
  font-size: 20px;
  color: #fff;
  width: 75%;
  padding: 7px 0;
  border-radius: 20px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

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

.sec-contact {
  padding: 80px 0px 20px;
  background-size: contain;
  /*background: url(../images/BG.webp);*/
  background-color: #274946;
}

.sec-head.left {
  text-align: left;
  line-height: 40px;
}

/*------------------Contact form----------------*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0;
  font-family: "MyriadPro-Regular";
  color: #fff;
  font-size: 18px;
}

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

#contact-form .input-group-addon {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 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;
  margin-top: 0;
}

.contact-btn {
  display: block;
  background: #b99550;
  font-family: "MyriadPro-Regular";
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 5px 30px 6px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.contact-btn:hover,
.contact-btn:focus {
  background: #1f1b1c;
  color: #fff;
}

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

.footer-add {
  margin-bottom: 25px;
}

.footer-dis {
  margin-bottom: 30px;
}

.footer-add h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Helveticamed";
  font-family: "MyriadPro-Regular";
}

.footer-add p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.footer-dis p {
  font-size: 12px;
  margin-bottom: 0;
  margin: 20px 0px 0px;
  line-height: 14px;
  color: #fff;
}

.footer-wrap {
  padding-top: 0px;
}

.footer-txt {
  margin-bottom: 0;
  text-align: center;
}

.footer-txt a {
  color: #fff;
}

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

.sec-timeline {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.paper-plane {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 60px;
  z-index: 9999;
}

/*==========================*/

.linecover {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99;
}

.sensorium-logo {
  width: 500px;
  position: absolute;
  z-index: 999;
}

.overview-line {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

/*----timeline 1--*/

.time-line1 {
  position: absolute;
  left: 1%;
  top: 39%;
}

.time-line1 img {
  width: 90px;
}

.time-line1 p {
  float: right;
  margin-top: 20px;
  margin-left: 13px;
  font-size: 15px;
}

/*----timeline 2--*/

.time-line2 {
  position: absolute;
  left: 10%;
  top: 60%;
}

.time-line2 img {
  width: 90px;
}

.time-line2 p {
  margin-top: 13px;
  font-size: 15px;
  text-align: center;
}

/*----timeline 3--*/

.time-line3 {
  position: absolute;
  left: 30%;
  top: 16%;
}

.time-line3 img {
  width: 90px;
}

.time-line3 p {
  float: right;
  margin-top: 20px;
  margin-left: 13px;
  font-size: 15px;
}

/*----timeline 4--*/

.time-line4 {
  position: absolute;
  right: 56%;
  top: 59%;
}

.time-line4 img {
  width: 90px;
}

.time-line4 p {
  float: left;
  margin-top: 20px;
  margin-right: 13px;
  font-size: 15px;
  text-align: right;
}

/*----timeline 5--*/

.time-line5 {
  position: absolute;
  left: 51%;
  top: 76%;
}

.time-line5 img {
  width: 90px;
}

.time-line5 p {
  float: right;
  margin-top: 20px;
  margin-left: 13px;
  font-size: 15px;
}

/*----timeline 6--*/

.time-line6 {
  position: absolute;
  right: 32%;
  top: 24%;
}

.time-line6 img {
  width: 90px;
}

.time-line6 p {
  float: left;
  margin-top: 20px;
  margin-right: 13px;
  font-size: 15px;
  text-align: right;
}

/*----timeline 7--*/

.time-line7 {
  position: absolute;
  left: 72%;
  top: 4%;
  text-align: center;
}

.time-line7 img {
  width: 90px;
}

.time-line7 p {
  margin-top: 13px;
  font-size: 15px;
  text-align: center;
}

/*----timeline 8--*/

.time-line8 {
  position: absolute;
  left: 90%;
  top: 18%;
  text-align: center;
}

.time-line8 img {
  width: 90px;
}

.time-line8 p {
  margin-top: 13px;
  font-size: 15px;
  text-align: center;
}

.timeline-disc {
  padding: 0px 70px;
}

.timeline-disc p {}

/*====================================*/

.inner-banner {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/inner-banner.webp) center;
  background-size: cover;
}

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

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000000;
  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: #414041;
  font-size: 19px;
  padding: 10px;
  width: 238px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

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

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

.sec-disclaimer {
  padding: 80px 0;
}

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

.modal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.modal-body {
  /*background: url("../images/BG.webp") center;*/
  background-size: cover;
  padding-bottom: 30px;
  background: #b99450;
}

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

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

.modal-body h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -35px;
  margin-bottom: 10px;
  /* font-family: 'Helveticamed'; */
}

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

.modal-body img {
  width: 156px;
  margin: 0px auto;
  display: block;
  position: relative;
  top: -55px;
  background: #2e2c2f;
}

.modal-dialog {
  margin-top: 65px !important;
}

/*---modal form--*/

.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 2px solid #fff;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0;
  color: #fff;
  border-left: none;
  font-size: 18px;
}

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

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

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

.popup-btn {
  margin: 0px auto;
  display: block;
  background: #274946;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 5px 25px 3px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Helveticamed";
}

.error {
  color: #ff0000;
}

.form-control::-webkit-input-placeholder {
  color: #fff !important;
}

#download-form .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

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

.dynamic-call {
  position: fixed;
  z-index: 9999;
  color: #fff !important;
  bottom: 10px;
  padding: 14px 10px 8px;
  left: 10px;
  background: #1f1b1c !important;
  border: none;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
  text-decoration: none !important;
  font-family: "Helveticamed";
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  padding-top: 10px;
  right: 20px;
  background: #b99550 !important;
  border: 1px solid;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
  font-family: "Helveticamed";
  font-family: "MyriadPro-Regular";
}

/*---mobile fix footer----*/

.fixed-footer-cust {
  background: #b99450;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  /*bottom: -40px;*/
  bottom: 0;
  z-index: 999;
  transition: ease all 0.5s;
}

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

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

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

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

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
}

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

/*---mobile fix footer----*/

#movedown {
  width: 2%;
  position: fixed;
  bottom: 20px;
  left: 49%;
  z-index: 999;
  background: #222;
  border-radius: 50%;
  transition: ease all 0.5s;
}

/*----------------- Arrow Animation --------------------------*/

.arrow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce1 {

  0%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes bounce1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.bounce1 {
  -webkit-animation-name: bounce1;
  animation-name: bounce1;
}

/* ------------------ Arrow Animation -----------------------*/

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

.map-click {
  background: #1f1b1c;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
}

.map-click:hover,
.map-click:focus {
  color: #fff;
}

.audio-wrap audio {
  outline: none;
  position: absolute;
}

.audio-icon {
  position: fixed;
  z-index: 9;
  bottom: -54px;
  transition: ease all 0.5s;
}

.audio-icon img {
  /*width: 40px;*/
  /*position: relative;*/
  /*left: 27px;*/
  /*top: 0px;*/
  /*background: #1f1b1c;*/
  /*padding: 5px;*/
}

.audio-icon:hover {
  /*bottom: 0;*/
  /*transition: ease all 0.5s;*/
}

#audio-btn {
  width: 40px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  background: #1f1b1c;
  padding: 5px;
  cursor: pointer;
}

.audio-wrap {
  width: 300px;
  height: 54px;
}

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

.flagimg {
  position: relative !important;
  top: 1px !important;
  width: initial !important;
  display: initial !important;
  margin: initial !important;
}

#pageloader {
  background: #373737;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

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

.loading-wrap img {
  width: 250px;
}

.loc-bord {}

.loc-bord img {
  width: 100px !important;
  display: block;
  margin: 50px auto;
  margin-bottom: 10px;
}

.loc-bord h3 {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  font-family: "Poppins-Light";
  color: #000;
}

.sec-why {
  padding: 70px 0;
  background: #f3f3f3;
  /*background: url(../images/BG-2.webp);*/
  background-size: cover;
  background-position: left bottom;
  /* background-repeat: no-repeat; */
}

.ame-section {
  padding: 70px 0;
}

.more-section {
  padding: 40px 0 40px;
}

.homes-section {
  padding: 70px 0;
  background: #ededed;
}

/*--- Border amination----------*/

.committee-wrap {
  text-align: center;
  /*background: #fff;*/
  /*box-shadow: 0px 0px 7px 0px #00000040;*/
  transition: ease all 0.5s;
  margin-bottom: 30px;
}

.committee-wrap img {
  width: 81px !important;
  margin: 0 auto;
  margin-bottom: 5px;
  border-radius: 50px;
  margin-top: 5px;
}

.committee-wrap p {
  /*font-family: 'Gotham Bold';*/
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  color: #000;
  margin-bottom: 5px;
  min-height: 40px;
}

.committee-wrap:hover {
  /*box-shadow: none;*/
  /*transition: ease all 0.5s;*/
}

.committee-wrap {
  position: relative;
  cursor: pointer;
}

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

.bo {
  padding: 8px;
  /*background: url(../images/BG.webp);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #f6f6f6;*/
}

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

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

.committee-wrap:hover::before,
.committee-wrap:hover::after {
  width: 100%;
}

.committee-wrap:hover .bo::before,
.committee-wrap:hover .bo::after {
  height: 100%;
}

.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

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

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

.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}

.btn-6:hover .bo::before,
.btn-6:hover .bo::after {
  top: 0;
}

/*----- button 6 -----*/

canvas {
  width: 100%;
  height: 100vh;
}

.strombanner {
  width: 100%;
  height: 100vh;
  background-color: #222;
  background-image: url("../images/storm-bg.webp");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.strombanner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-animation: thunder-bg 6s infinite;
  animation: thunder-bg 6s infinite;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas3 {
  z-index: 5;
}

#canvas2 {
  z-index: 10;
}

#canvas1 {
  z-index: 100;
  display: none;
}

@-webkit-keyframes thunder-bg {
  0% {
    background-color: rgba(34, 34, 34, 0.9);
  }

  9% {
    background-color: rgba(34, 34, 34, 0.9);
  }

  10% {
    background-color: rgba(59, 59, 59, 0.3);
  }

  10.5% {
    background-color: rgba(34, 34, 34, 0.9);
  }

  80% {
    background-color: rgba(34, 34, 34, 0.9);
  }

  82% {
    background-color: rgba(59, 59, 59, 0.3);
  }

  83% {
    background-color: rgba(34, 34, 34, 0.9);
  }

  83.5% {
    background-color: rgba(59, 59, 59, 0.3);
  }

  100% {
    background-color: rgba(34, 34, 34, 0.9);
  }
}

.road1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.strom-content {
  padding-top: 20%;
  position: relative;
  z-index: 9;
}

.bannerimg1 {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.bannerimg2 {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.video-rera {
  margin-bottom: 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  line-height: 14px;
}

.footercall {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff !important;
  text-decoration: none !important;
}

#carousel-example-generic {
  /* margin-top: 63px; */
}

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

.imagepatch {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #22222294;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
}

.preebook {
  display: block;
  color: #fff;
  padding-top: 8px;
  letter-spacing: 0px;
  font-family: "Helveticamed";
  font-size: 15px;
  border-top: 1px solid;
  margin-top: 10px;
}

.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-wrap h3,
.config-wrap1 h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

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

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

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

.config-table {
  text-align: center;
  margin-bottom: 0px;
}

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

.config-table tr td {
  vertical-align: middle !important;
  padding: 10px 0px !important;
  background: #ededed;
  font-size: 13px;
}

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

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
  border: 1px solid #cacaca !important;
  font-family: "Poppins-Light";
  width: 20%;
  font-size: 16px;
}

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

.price-click {
  background: #b99550;
  padding: 6px;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.thrills .item {
  padding: 15px;
}

.marquee {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 999;
  border-bottom: 2px solid #fff;
  background: #231f20;
  position: fixed;
}

.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
  /* background: -webkit-gradient(linear, left top, right top, color-stop(5%, white), to(transparent)); */
  /* background: linear-gradient(to right, white 5%, transparent 100%); */
}

.marquee:after {
  right: 0;
  /* background: -webkit-gradient(linear, right top, left top, color-stop(5%, white), to(transparent)); */
  /* background: linear-gradient(to left, white 5%, transparent 100%); */
}

.marquee__content {
  width: 100% !important;
  display: -webkit-box;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 30s linear infinite forwards;
  animation: marquee 20s linear infinite forwards;
  font-family: "tt0142m";
  font-size: 14px;
}

.marquee__content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.list-inline {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  width: 125%;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}

.ami-imgwrap {
  position: relative;
}

.ami-imgwrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.amenities-content {
  height: 400px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  background: url(../images/floor-bg.webp);
  background-size: 220px;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.amenities-content h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 48px;
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin-left: 15px;
  font-family: "MyriadPro-Regular";
}

.amenities-content .ameline {
  height: 2px;
  background: #000;
  width: 70px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.coverlist.amilist li {
  font-weight: 400;
  font-family: "Poppins-Light";
}

.coverlist {}

.coverlist li {
  margin-bottom: 20px;
  display: flex;
  /*align-items: center;*/
  /* font-family: 'Lato', sans-serif; */
  display: -webkit-box;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  /* font-family: 'Lato', sans-serif; */
}

.coverlist li img {
  display: inline-block !important;
  width: 12px !important;
  margin-right: 7px;
}

.top {
  /* background-color: aqua; */
  /* position: relative; */
  /* text-align: right; */
  /* right: 5px; */
  color: #fff;
  /* top: 6px; */
  font-weight: 700;
  font-size: 10px;
  /* padding: 1px 44px; */
}

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

.neighborhood-wraper .neighborhood-item {
  cursor: pointer;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 10px;
  /* padding:0; */
}

.neighborhood-wraper .neighborhood-item .wrapper {
  position: relative;
}

.neighborhood-wraper .neighborhood-item .wrapper img {
  width: 100%;
}

.neighborhood-wraper .neighborhood-item .wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.neighborhood-wraper .neighborhood-item .content-data {
  color: #fff;
  text-align: center;
  width: 100%;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.neighborhood-wraper .neighborhood-item .title-data {
  /* margin-top: -70px !important; */
}

.neighborhood-wraper .neighborhood-item .description-data {
  /*opacity: 0;*/
  /*filter: alpha(opacity=0);*/
  width: 100%;
  /*visibility: hidden;*/
  -webkit-transition: all 0.2s ease-in-out 0s;
  /*-o-transition: all .2s ease-in-out 0s;*/
  /*transition: all .2s ease-in-out 0s;*/
  /* height: 95px; */
  /*overflow: hidden;*/
  transition: all 0.4s ease 0s;
  /* bottom: -105px; */
  height: 115px;
  bottom: 48%;
  margin-bottom: -110px;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
}

.description-data p {
  text-align: initial;
  font-size: 15px;
  padding: 0px 10px;
}

.neighborhood-wraper .neighborhood-item .description-data,
.neighborhood-wraper .neighborhood-item .title-data {
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0%, -100%);
  /* left: 50%; */
}

.description-data span {
  position: relative;
  float: right;
}

.cust-conatiner {
  width: 75%;
  /*display: block;*/
  margin: 0 auto;
  display: table;
}

.neighborhood-wraper .neighborhood-item .title-data {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  /* padding-bottom: 20px; */
  top: 10%;
  width: 100%;
  /* margin: 0 auto; */
  /* display: initial; */
  /* text-align: center; */
  /* margin-bottom: 10px; */
  /* line-height: 23px; */
  font-family: "MyriadPro-Regular";
  /* padding: 0; */
  transition: all 0.4s ease 0s;
}

/* .neighborhood-wraper .neighborhood-item:hover .title-data {
    margin-top: -45px;
}

.neighborhood-wraper .neighborhood-item:hover .description-data {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
}

.neighborhood-wraper .neighborhood-item:hover .wrapper:before {
    -webkit-transform: scale(1);
    transform: scale(1);
} */

/*-------- owl-nav -----------*/

.owl-nav {
  margin-top: 0px !important;
}

.owl-nav .owl-next {
  /* background: rgba(255, 255, 255, 0.6) !important; */
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.owl-nav .owl-next:hover {
  background: transparent !important;
  /* border: 2px solid #222222 !important; */
  cursor: pointer;
  transition: ease all 0.5s;
}

.owl-nav .owl-prev {
  /* background: rgba(255, 255, 255, 0.6) !important; */
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.owl-nav .owl-prev:hover {
  background: transparent !important;
  /* border: 2px solid #222222 !important; */
  cursor: pointer;
  transition: ease all 0.5s;
}

.owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.owl-nav img {
  outline: 4px #000;
  width: 29px;
  /* border: 2px solid #000; */
  outline-style: double;
}

#aminities .owl-theme .owl-dots .owl-dot span {
  width: 28px !important;
  height: 4px !important;
}

#aminities .owl-theme .owl-dots .owl-dot.active span,
#aminities.owl-theme .owl-dots .owl-dot:hover span {
  background: #222222 !important;
}

#aminities .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 3px;
  width: 100%;
}

#aminities .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  margin-top: 0 !important;
}

#aminities .owl-prev {
  float: left;
  position: relative;
  left: 15px;
  font-size: 90px !important;
  color: #000 !important;
}

#aminities .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

#aminities .owl-next {
  float: right;
  position: relative;
  right: 15px;
  font-size: 90px !important;
  color: #000 !important;
}

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

.copytxt {
  text-align: center;
  margin-top: 20px;
  background: #ffffff6e;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 0;
}

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

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}

.serviceBox {
  color: var(--main-color);
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 30px 30px 40px;
  position: relative;
  z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  border: 2px solid var(--main-color);
  border-left: none;
  border-right: none;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  bottom: 13px;
  z-index: -1;
}

.serviceBox:after {
  border: 2px solid var(--main-color);
  border-top: none;
  border-bottom: none;
  left: 13px;
  right: 13px;
  top: 0;
  bottom: 0;
}

.serviceBox .service-icon {
  font-size: 35px;
  margin: 0 0 8px;
}

.serviceBox .title {
  color: #fff;
  background-color: #084a98;
  /* font-family: 'Teko', sans-serif; */
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 15px 6px;
  margin: 20px -15px 10px;
}

.serviceBox .description {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0;
}

.serviceBox.green {
  --main-color: #084a98;
}

.serviceBox.orange {
  --main-color: #084a98;
}

.serviceBox.black {
  --main-color: #2c2c54;
}

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

.side-icon {
  position: absolute;
  width: 116px;
}

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

.serviceBox1 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 0 10px;
}

.serviceBox1 .service-icon1 {
  color: #231f20;
  /*background: linear-gradient(to bottom,#231f20,transparent);*/
  font-size: 64px;
  line-height: 170px;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
  border-radius: 50% 50% 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceBox1 .service-icon1 img {
  width: 80px;
}

.serviceBox1 .service-icon1:before {
  content: "";
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox1 .title1 {
  color: #444;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.serviceBox1 .description1 {
  color: #555;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0;
}

@media only screen and (max-width: 990px) {


  .serviceBox1 {
    /*margin: 0 0 30px;*/
  }
}

#smart-features {
  background: #f3f3f3;
}

.fa-angle-left {
  font-weight: 900;
  position: relative;
  top: 50%;
  bottom: 50%;
  right: 38%;
  font-size: 40px;
  color: #e44e2e;
  /*background: #fff;*/
  padding: 10px 19px;
}

.fa-angle-right {
  font-weight: 900;
  position: relative;
  top: 50%;
  bottom: 50%;
  left: 38%;
  font-size: 40px;
  color: #e44e2e;
  /*background: #fff;*/
  padding: 10px 19px;
}

.legecy_wrap {
  text-align: center;
}

.legecy_wrap h2 {
  font-family: "RosellindaAlyamore";
  font-size: 48px;
  margin-bottom: 15px;
  color: #b99450;
}

.legecy_wrap p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

/* ----------floor plan starts--------*/
.floor-plan-sec {
  padding: 70px 0;
  background-size: cover;
  background-color: #f6f6f6;
  position: relative;
}

.bg-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bg-top-right {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.sec-head {
  color: #000;
  text-transform: uppercase;
  font-size: 31px;
  letter-spacing: 3px;
  text-align: center;
  font-family: "RosellindaAlyamore";
  position: relative;
  z-index: 9;
}

.white {
  color: #ffffff;
}

.sec-brochure .sec-head {
  font-size: 50px;
  letter-spacing: 5px;
}

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

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

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #b99550;
  background-color: #274946;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-family: "MyriadPro-Regular";
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #b99550;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  background-color: #274946;
  transition: ease all 0.5s;
}

.mytab>li>a {
  color: #1f1b1c;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
  font-family: "MyriadPro-Regular";
}

/* -------------marque starts */

/* --------marque ends */

/* @media only screen and (max-width: 1400px) {

  #hide-menu {
    padding: 5px 0px 5px 1rem;
  }

  .navbar-nav>li>a {
    margin-right: 2px;
    padding-left: 0px;
    padding-right: 9px;
    font-size: 10px;
  }

  .navbar-brand>img.nav-logo {
    margin-left: 23px;
  }
} */

@media only screen and (max-width: 1280px) {
  #hide-menu {
    /* padding: 5px 0px 5px 2rem; */
  }

  .navbar-nav>li>a {
    margin-right: 2px;
    padding-left: 0px;
    padding-right: 9px;
    font-size: 10px;
  }

  .navbar-brand>img.nav-logo {
    /* margin-left: 23px; */
  }
}


/* -----------floor plan ends----------- */
@media screen and (max-width: 767px) {
  .fa-angle-left {
    font-weight: 900;
    position: relative;
    top: 50%;
    bottom: 50%;
    right: 0%;
    font-size: 40px;
    color: #e44e2e;
    /*background: #fff;*/
    padding: 10px 19px;
  }

  .fa-angle-right {
    font-weight: 900;
    position: relative;
    top: 50%;
    bottom: 50%;
    left: 0%;
    font-size: 40px;
    color: #e44e2e;
    /*background: #fff;*/
    padding: 10px 19px;
  }

  .legecy_wrap {
    margin-bottom: 50px;
  }

  .serviceBox1 .service-icon1 {
    width: 110px;
    height: 110px;
  }

  .serviceBox1 .service-icon1 img {
    width: 60px;
  }

  .description {
    font-size: 16px;
    line-height: 20px;
    min-height: 77px;
  }
}

/* -----------for center navabar desktop view new----------- */
@media (min-width: 768px) {
  .navbar-right {
    float: unset !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);
  }
}

option {
  background-color: #274946;
}