@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans.ttf');
}

@font-face {
  font-family: 'DejaVuSans-Bold';
  src: url('../fonts/DejaVuSans-Bold.ttf');
}

@font-face {
  font-family: 'DejaVuSans-ExtraLight';
  src: url('../fonts/DejaVuSans-ExtraLight.ttf');
}

@font-face {
  font-family: 'Galano';
  src: url("../fonts/GalanoGrotesqueAltSemiBold.otf");
}

@font-face {
  font-family: 'Galanolight';
  src: url("../fonts/GalanoGrotesqueAltRegular.otf");
}

@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  /* padding: 16px 0px; */
}

body {
  line-height: 1;
  font-size: 14px !important;
  overflow-x: hidden;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/Gotham-Medium.ttf") format("truetype"),
    url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

body {
  font-family: "Gotham";
}

/*--------------------------------------------------------------------*/

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 5px 0px;
  top: 0;
  /* transition: top 0.3s; */
}

.navbar-default {
  background: #fff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: rgba(255, 255, 255, 0.9);
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
  color: #575856;
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #d2ac68;
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #d2ac68;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  color: #224e22;
}

.navbar-brand>img {
  width: 202px;
  margin-top: -5px;
  /* background: #fff; */
}

.navbar-brand>img.nav-logo {
  width: 66px;
  margin-top: -3px;
  background: none;
}

@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: right;
}

/*-------------------*/

@media (max-width: 767px) {

  .modal .modal-logo {
    top: -8.3% !important;
    left: 21.8% !important;
}

  .modal-dialog {
    margin-top: 7rem;
}

  .flex-box {
    flex-direction: column;
  }

  .flex-box .col-md-6{
    width: 100%;
  }

  .flex-box .col-md-6:nth-child(2){
    margin-top: 30px;
  }


  #contactus .overlay-contact {
    padding: 58px 30px !important;
  }

  #contactus {
    padding: 0px 0px !important;
  }

  .navbar-nav {
    margin: initial !important;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .navbar-brand>img {
    width: 61px;
    float: left;
    margin-top: -5px;
    margin-left: 57px;
  }

  .navbar-brand>img.nav-logo {
    width: 127px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    /* right: 0; */
    left: -80px;
  }

  .navbar-brand {
    padding: 0px;
  }

  .navbar-default .navbar-toggle {
    border: none !important;
    background: #575856;
    position: absolute;
    /* margin-right: 0;
    margin-left: 8px; */
    right: 4px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
}

.nav-call {
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 3px 15px !important;
  color: #136fb5 !important;
  margin-top: 10px;
  font-weight: 600;
  background: #fff !important;
}

.navbar-nav>li>a {
  /* font-family: "futura-medium-bt"; */
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: none;
}

.menu-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -100%;
  background-color: #575856 !important;
  overflow-x: hidden;
  transition: 0.6s;
  /* background-image: url(../images/02.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #ffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.menu-overlay a span {
  /* border-left: 3px solid #d2ac68; */
  /* border-right: 3px solid #d2ac68; */
  padding: 0 14px;
  padding-top: 3px;
  color: #fff;
  font-weight: bold;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

/*--------------------------------------------------------------------*/

.banner {
  width: 100%;
  height: 100vh;
}

#videobg {
  max-height: 800px;
  max-width: 100%;
  object-fit: cover;
}

#iam-interested input,
#float-form select {
  height: 40px !important;
  border: none !important;
  padding-left: 9px !important;
  width: 100%;
  background: #fff !important;
}

#iam-interested .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
}

.lborder {
  border-right: 1px solid #136fb5;
}

#iam-interested .form-ico {
  font-size: 19px !important;
}

#iam-interested .form-group {
  height: 40px;
  margin-bottom: 23px;
  padding: 0px;
}

#iam-interested .form-heading h3 {
  font-family: "Gotham Bold";
  font-size: 20px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#iam-interested .form-heading p {
  font-family: "Gotham-Medium";
  margin-bottom: 5px !important;
}

#iam-interested .form-heading {
  margin-bottom: 35px !important;
}

#iam-interested input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0px;
}

.radio-label {
  font-size: 15px;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 245px;
    right: 5%;
    top: 15%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .project-highlights-container {
    grid-template-columns: auto !important;
  }

  .sec-bannerform {
    padding: 40px 20px;
    background: #d0d0d0;
    /*display: none;*/
  }

  #banner-form {}

  .ami-wrap {
    margin-bottom: 25px;
  }

  .br,
  .bd {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .footer {
    margin-bottom: 40px !important;
  }
}

.sec-amenities {
  /*background: #232c3b;*/
  /* background:  #136fb5; */
  /* padding: 59px 00px; */
  color: #fff;
  /* background-image: url(../images/bg.jpg); */
  /* background-color: #136fb51f; */
  /* background-image: url("../images/03.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

.sec-amenities h2 {
  font-family: "Gotham Bold";
  text-align: center;
  font-size: 30px;
  margin-bottom: 7px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #136fb5;
  display: block;
  margin: 0px auto;
  margin-bottom: 41px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #222;
  display: block;
  margin: 20px auto 30px;
}

.head-line2 {
  height: 1px;
  width: 100px;
  background: #000;
  display: block;
  margin: 11px auto 11px;
}

.form-text {
  display: flex;
  justify-content: center;
}

/* .head-line:before {
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background: #136fb5;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
} */

.sub-head {
  /* font-family: 'Gotham Bold'; */
  text-align: center;
  font-size: 20px;
  margin-bottom: 13px;
  /* margin-top: -15px; */
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  padding: 18px 28px;
  margin: 0px auto;
}

.sub-head2 {
  font-weight: 800;
  text-align: center;
  /* font-family: "Roboto", sans-serif; */
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-transform: uppercase;
  /* color: #fff; */
  background: #575856;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: 'DejaVuSans-Bold'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

.sub-head4 {
  font-weight: 800;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-transform: uppercase;
  /* color: #fff; */
  background: #575856;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: 'DejaVuSans-Bold'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

.sub-head3 {
  font-weight: 800;
  text-align: center;
  /* font-family: "Roboto", sans-serif; */
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-transform: uppercase;
  background: #136fb5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'DejaVuSans';
}

.sub-head-conf {
  background: linear-gradient(47deg, #f9cd3d 0%, #f0e1a9 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ami-wrap {}

.ami-wrap h3 {
  font-family: "Gotham";
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.br {
  border-right: 2px solid #fff;
}

.footer {
  /* background: #136fb5; */
  padding: 10px 0 10px 0px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.footer p {
  color: #333;
  /* margin-bottom: 0px; */
  font-size: 12px;
  /* font-weight: 600; */
  /* line-height: 34px; */
  letter-spacing: 1px;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

.interested,
.interested:focus {
  position: fixed;
  bottom: 2%;
  color: #fff;
  right: 1%;
  transition: 0.4s ease-in;
  z-index: 9999;
  background: #000;
  /* width: 115px; */
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  /*border: none !important;*/
  border: 3px solid #000;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}

.interested:hover {
  color: #ffffff;
  /*border: none !important;*/
}

/*---------------------------------*/

.modal-header {
  /* border-radius: 20px 20px 0px 0px; */
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 25px;
}

.modal-header {
  border: none;
  background: #000;
  color: #ffff;
  padding: 27px !important;
  font-family: 'Galano';
  padding-top: 0px !important;!i;!;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-family: "Gotham Bold"; */
  font-size: 18px;
  font-family: 'DejaVuSans-Bold';
  font-family: "Montserrat", sans-serif;
  /* margin-top: 3rem; */
  /* background: #000; */
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: #000;
  border: 2px solid #000;
  background: transparent;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.price-btn:hover {
  color: #000;
  background-color: #fff !important;
  border-color: #000;
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  top: 6px;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

/*-------------------------------------------------------*/

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*---- main popup--------------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#main-popup .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

#main-popup .form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*-----------------------------*/

.error {
  color: red;
}

.fixed-footer-cust {
  background: #575856;
  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;
  font-weight: 800;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

.thank-banner {
  width: 100%;
}

.sec-thank {
  padding: 70px 0px;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #575856;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

.go-home {
  color: #575856;
  font-size: 19px;
  padding: 10px;
  width: 235px;
  margin: 0px auto;
  color: #fff;
  background: #575856;
  border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  transition: ease 0.5s;
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #575856;
  border-radius: 25px;
}

.oops-greet {
  color: #575856;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

/* -------------------location start------ */
.location-background {
  /* background: #f8d9df; */
  background-image: url("../images/02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background: #f1f1f1;
}

.wrap1 {
  display: table;
  /* padding: 60px 0px 0px; */
}

.section-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: #9f422e;
  text-align: center;
}

#accordion .panel {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* padding-left: 40px; */
  margin-bottom: 10px;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #575856;
  text-transform: uppercase;
  border: 2px solid #575856;
  /* border-left: none; */
  border-radius: 7px;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease 0s;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

#accordion .panel-title a span {
  display: block;
  width: 40px;
  height: 110%;
  line-height: 70px;
  background: #c59b3c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -2px;
  left: -40px;
}

#accordion .panel-title a span:before,
#accordion .panel-title a span:after {
  content: "";
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
}

#accordion .panel-title a span:before {
  top: -1px;
}

#accordion .panel-title a span:after {
  border-top-color: #c59b3c;
  bottom: -20px;
  z-index: 1;
}

#accordion .panel-body {
  font-size: 14px;
  color: #808080;
  line-height: 23px;
  border-top: none;
}

#accordion .panel-body p {
  margin-bottom: 0;
}

.heading-02 {
  /* font-family: 'Intro'; */
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.panel-group {
  /* margin-top: 24px; */
  margin-bottom: 0px !important;
  margin-top: 0px;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #9f422e;
  text-decoration: none;
  color: #9f422e;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #575856;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

#location p {
  color: #000;
  background: #c59b3c38;
  padding: 5px 10px;
  background: #57585624;
  /* font-weight: bold; */
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #f3b1c9;
  color: white;
  transition: all 0.2s ease-in;
  background: #575856;
}

#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background: #575856;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

/* ------------------location end---------------- */

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -64px !important;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -64px !important;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 2px solid;
  border-radius: 58px;
  border: 2px solid;
  border-radius: 58px;
  margin: 10px 5px;
  color: #000;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 55px;
  font-family: initial;
  display: block;
  height: 35px;
  padding: 9px;
  position: relative;
  top: -25px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #d5d5d5; */
  color: #000;
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 15px !important;
  text-align: center;
}

.cust-container {
  width: 90%;
  display: table;
  margin: 0px auto;
}

.disclaimer {
  /* background: #f1f1f1; */
  /* padding: 50px 0px; */
}

.disclaimer h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-bottom: 7px;
}

.disclaimer2 p {
  font-size: 9px !important;
  line-height: 19px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 0px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

.para {
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  margin-top: 45px;
  margin-bottom: 41px;
}

.para1 {
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  /* left: -21px; */
  /* padding: 25px 28px; */
}

.disclaimer p {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

.disc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.desc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.fix-form-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  padding-top: 14px;
  box-shadow: 0px 0px 7px 0px;
  z-index: 99;
}

#enquire-now h3 {
  font-family: "Gotham Bold";
  font-size: 20px;
  color: #136fb5;
  text-align: right;
  color: #136fb5;
  /* font-family: 'DejaVuSans-Bold'; */
  font-family: 'Galano';
}

#enquire-now p {
  text-align: right;
  color: #136fb5;
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
}

.enq-button {
  border: none;
  background: #136fb5;
  color: #fff;
  font-size: 15px;
  font-family: "Gotham-Medium";
  text-shadow: none;
  padding: 12px 30px;
}

.callnow {
  color: #136fb5 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 42px;
}

#price-model .modal-header {
  background: #213171;
  color: #fff;
}

#price-form .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
}

#price-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-form .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
}

#myModal1 .modal-header,
#price-model .modal-header {
  background: #136fb5;
  color: #fff;
}

.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -4px;
  margin-right: 0px;
}

/*---- main popup--------------*/

#price-form input,
#price-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#price-form .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

#price-form .form-ico {
  font-size: 19px !important;
}

#price-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.why {
  margin-top: 50px;
}

/*-----------------------------*/

#enquire-now input,
#enquire-now select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #eae4e4;
  border-radius: 0;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
}

#enquire-now .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
  /* border-radius: 25px 0 0 25px; */
}

#enquire-now .form-ico {
  font-size: 19px !important;
}

#enquire-now .form-group {
  height: 40px;
  margin-bottom: 14px;
}

.sec-amenities h3 {
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

#about {
  /* padding: 50px 0px; */
  /* background: #f1f1f1; */
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.overlay {
  padding: 50px 0px;
  /* background: #f8d9df; */
}

.overlay2 {
  padding: 50px 0px;
}

/*-------------------------------------------------------*/

/* .slideDown {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: ease all 0.5s;
} */

.slideUp {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: ease all 0.5s;
}

.carousel-control.left {
  background-image: none !important;
}

.carousel-control.right {
  background-image: none !important;
}

.header-logo-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.fix-logo-left {
  background: #fff;
  width: 130px;
}

.fix-logo-right {
  background: #fff;
  width: 130px;
  float: right;
}

.joy {
  /* width: 201px; */
  /* height: 96px; */
  /* --loader-delay-offset: 1ms !important; */
  margin-top: 7px;
  /* padding: 15px; */
  /* margin-left: -25px; */
}

.box {
  /* box-shadow: inset 1px 1px 5px; */
  /* height: 286px; */
  /* border-right: 2px solid  #136fb5; */
}

.box img {
  width: 14%;
}

.pricingTable {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.pricingTable .title:after {
  content: "";
  background: #f63459;
  width: 160px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  clear: both;
}

.pricingTable .price-value {
  color: #f63459;
  font-size: 34px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  background: linear-gradient(#f53149, #fd6653);
  /* border-radius: 0 0 20px 20px; */
  padding: 15px 0px;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  margin: 0 auto;
  border: 2px solid #fff;
  /* border-radius: 10px; */
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 2px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #145d7e;
  font-weight: 600;
  width: 20%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.her {
  text-align: center;
}

.her {
  background: #136fb5;
  color: #fff;
  border-bottom: none !important;
}

.price-click {
  background: #136fb5;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.footer img {
  object-fit: contain;
  display: initial;
  align-items: center;
  justify-content: center;
  width: 66px;
  margin: 10px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-wrap {
    position: initial;
  }

  .fix-logo-left {
    width: 88px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fix-logo-right {
    width: 88px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para1 {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 41px;
    position: relative;
    left: unset;
    /* padding: 20px; */
  }

  .para {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 41px;
  }

  .joy {
    width: 201px;
    height: 96px;
    --loader-delay-offset: 1ms !important;
    margin-top: 15px;
    /* padding: 15px; */
  }

  .box {
    height: auto;
    /* border-bottom: 1px solid; */
    /* border-right: none; */
  }

  #about {
    background-size: 100%;
  }

  .price-click {
    display: block;
  }

  .box img {
    width: 50%;
  }
}

.imgcon img {
  width: 74px;
  margin: 19%;
}

@media only screen and (max-width: 700px) {
  .modal1-content {
    width: 90%;
  }

  header {
    height: 55px;
  }

  header {
    padding: 7px 0px;
  }

  .logo-wrapper {
    top: -13px;
    height: auto;
    z-index: 99;
  }

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    /* display: inline-block;
            width: 53px;
            transition: 0.8s; */
    /* float: left; */
    /* display: flex; */
  }

  .nav-wrapper {
    width: 100%;
    /* margin-top: 50px; */
    position: absolute;
    background-color: #fff;
    top: 47px;
    left: 0;
    display: none;
  }

  nav a {
    display: block;
    text-align: center;
    margin: 0px;
    color: #12354b;
    padding: 12px 0px;
  }

  .burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color: #12354b;
  }

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    display: block;
    width: 105px;
    /* height: 85px; */
    margin-top: 8%;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {

  .overview-img {
    height: 300px !important;
    margin-top: 30px !important;
    object-position: unset !important;
  }

  .flexbox {
    flex-direction: column-reverse;
  }

  .overview-text {
    /* padding-left: 15px !important; */
    /* padding-right: 15px !important; */
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    margin-top: 0px !important;
  }

  .wraper {
    width: 80% !important;
  }

  .list-new {
    min-height: 90px !important;
    height: 90px !important;
  }

  .link a {
    font-size: 8px !important;
    line-height: 10px !important;
  }

  .link::after {
    content: "" !important;
    top: 50px !important;
  }



  .imgcon img {
    width: 56px;
    margin: 14px auto;
  }

  .disclaimer p {
    line-height: 30px;
    width: 100%;
    text-align: justify;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0px;
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    margin: 0px auto;
  }

  .arkade-family-first {
    width: 135px !important;
    display: block !important;
    margin-top: 8px !important;
    margin-left: 41% !important;
  }
}

.head-line-1 {
  text-align: center;
  margin-bottom: 20px;
}

.head-line-1 img {
  width: 10%;
  height: 5px;
}

.project-highlights-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 50%; */
  border: 2px solid black;
  /* outline: 2px solid #000; */
  /* outline-offset: -8px; */
  padding: 19px;
}

.project-highlights-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.project-highlights-content img {
  width: 80px;
  display: inline-block;
}

/* Contact Form CSS */

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #fff;
  color: black;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

#contact-form .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

#iam-form input,
#iam-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #f1f1f1;
  color: black;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

#iam-form .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}


#floor-form input,
#floor-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #f1f1f1;
  color: black;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

#floor-form .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

#brochure-form input,
#brochure-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #f1f1f1;
  color: black;
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
  font-family: "Montserrat", sans-serif;
}

#brochure-form .input-group-addon {
  background: #575856;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*height: 40px;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  background: #136fb5;
  /*width: 39px;*/
  /*border-radius: 3px 0px 0px 3px;*/
  /*height: 40px;*/
}

#contact-form .flag-container {
  padding: 0px !important;
}

#sticky-form input,
#sticky-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #fff;
  color: black;
}

#sticky-form .input-group-addon {
  background: #136fb5;
  color: #fff;
  border: 0;
}

#sticky-form textarea {
  border: none;
  resize: none;
  /*height: 40px;*/
}

#sticky-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#sticky-form .selected-flag {
  background: #136fb5;
  /*width: 39px;*/
  /*border-radius: 3px 0px 0px 3px;*/
  /*height: 40px;*/
}

#sticky-form .flag-container {
  padding: 0px !important;
}

.form-btn {
  margin: 0px auto;
  display: block;
  background: #136fb5;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 18px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
}

.disclaimer-click {
  cursor: pointer;
}

.disclaimer-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.logo-wrapper-second img {
  display: block;
  width: 70px;
  /* padding: 8px; */
  margin: 0 auto;
}

#highlights {
  background-image: url("../images/01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}

/* New Overview Css */
.cen-img {
  margin: 0 auto;
  display: block;
}

.ame-head {
  padding: 0px;
  display: block;
  position: relative;
  margin: 0px 0px;
  font-size: 24px;
  line-height: 35px;
  color: #575856;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: 'Galanolight';
  font-family: "Montserrat", sans-serif;
}

.dev-subhead {
  text-align: center;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 27px;
  font-size: 16px;
  /* font-family: Gotham; */
  /* font-family: 'DejaVuSans-ExtraLight'; */
  font-family: 'Galanolight';
}

.wraper {
  padding: 0;
  text-align: center;
  width: 70%;
  margin: 10px auto;
}

.list-new {
  border-bottom: 2px solid #136fb5;
  display: flex;
  list-style: none;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.link:first-child {
  margin-left: -12%;
}

.link {
  position: relative;
  margin-top: 10px;
  width: 100%;
  font-family: 'Gotham';
}

ul li {
  list-style: none;
}

.link a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Gotham';
  /* font-family: 'DejaVuSans'; */
  font-family: 'Galano';
}

.link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #eca5b9;
  position: absolute;
  border-radius: 10px;
  top: 32px;
  left: 50%;
  transform: translatex(-50%);
  background: linear-gradient(90deg, rgba(231, 202, 220, 1) 0%, rgba(247, 178, 187, 1) 100%);
}

.link:last-child {
  margin-right: -13%;
}

.modal {
  z-index: 9999;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  margin-top: 70px;
}

.about-item .about-img img {
  width: 80px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(83%) saturate(1194%) hue-rotate(179deg) brightness(96%) contrast(87%);
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(144deg) brightness(93%) contrast(89%);
}

.about-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #000;
  padding: 10px;
  /* box-shadow: 1px 1px 14px 5px lightgray; */
  border-radius: 10px;
}

.about-carousel {
  margin-top: 30px;
}

.overview-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 0% 0%;
  /* margin-top: 70px; */
  display: block;
}

.overview-text {
  /* padding-left: 100px;
    padding-right: 100px; */
  text-align: center;
  margin-top: 20px;
  line-height: 30px !important;
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif;
}

.overview-circle::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eca5b9;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(231, 202, 220, 1) 0%, rgba(247, 178, 187, 1) 100%);
}

.overview-high {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #136fb5;
  padding: 10px;
  height: 140px;
  border-radius: 10px;
}

.overview-high p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.overview-carousel {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.flexbox {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}


/* @media (min-width: 992px) {
  
.col-md-offset-1 {
  margin-left: 11.133333% !important;
}
} */

.fw-bold {
  font-weight: bold;
}

.overview-item .overview-high-img img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(83%) saturate(1194%) hue-rotate(179deg) brightness(96%) contrast(87%);
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(144deg) brightness(93%) contrast(89%);
}

.overview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* border: 2px solid #f59fbc; */
  padding: 5px;
  height: 173px;
}

.overview-item .overview-high-text p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.42857143;
  font-family: "Montserrat", sans-serif;
}

/* .overview-text-container{
  position: relative;
}

.overview-text-container:before, .overview-text-container .title:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #01241ce0;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.overview-text-container .title:before {
  top: 24px;
} */


.enquire-click {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;

}

.overview-upper-img {
  width: 100%;
  height: 265px;
  background-image: url('../images/overview.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#overview .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.head-line-new {
  height: 4px;
  width: 100%;
  background: #000;
  display: block;
  margin: 20px 0px;
  margin-right: auto;
}

.text-start {
  text-align: left;
}

.d-none {
  display: none;
}

#contactus {
  background-image: url('../images/contactus.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: brightness(0.9); */
  padding: 0px 0px;
}

#contactus .overlay-contact {
  background-color: #00000029;
  padding: 58px 140px;
}

.p-0 {
  padding: 0px;
}

.text-whites {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headline-white {
  background-color: #fff;
}

.brochure-btn,
.brochure-btn:focus {
  position: fixed;
  bottom: 2%;
  color: #fff;
  left: 1%;
  transition: 0.4s ease-in;
  z-index: 9999;
  background: #000;
  /* width: 115px; */
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  /* border: none !important; */
  border: 3px solid #000;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}

.brochure-click-second {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;
  color: #fff;
}

.brochure-click-second.focus,
.brochure-click-second:focus,
.brochure-click-second:hover {
  color: #fff !important;
}

.modal-body {
  background-image: url(../images/02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
}

.text-align-justify {
  text-align: justify !important;
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-map {
  /* padding: 5px; */
  border: 2px solid #000;
}


.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery img {
  width: 100%;
  height: 300px;
  display: block;
  transition: all 0.5s;
}

.blurimg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.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;
}

.d-flex {
  display: flex;
  align-items: baseline;
}


.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !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;
  width: 16%; */
  width: 150px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #ffffff;
  background-color: #000000;
  border: 3px solid #000;
  cursor: pointer;
  font-size: 16px;
  background: #000;
  border-radius: 0;
  /* margin: 0px 9px; */
}

/* .mytab > li > a:hover,
.mytab > li > a:focus {
  color: #575856;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  border: 3px solid #fff;
} */

.mytab > li > a {
  color: #000;
  padding: 9px 4px !important;
  border: none;
  border-radius: 0;
  font-size: 11px !important;
  font-weight: 600;
  font-size: 16px;
  border: 3px solid #000;
  background: #f1f1f1;
  font-family: "Montserrat", sans-serif;
}

@media (max-device-width: 768px)
{
  .mytab li {
      width: 45%;
  }

}

/*-------------------------------------------------*/

 
.second-tabs .mytab li {
  float: none !important;
  display: table-cell;
}


.second-tabs {
  /* background-color: #c8c8c8; */
  /* padding: 25px 65px; */
}

.second-tabs p {
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.second-tabs .mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
}

/* .second-tabs .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 4px 4px 0 0;
  color: #13406b;
  
  
} */

.second-tabs .mytab li {
  float: none !important;
  display: table-cell;
}

/* .second-tabs .mytab > li.active > a, .mytab > li.active > a:hover, .mytab > li.active > a:focus {
  color: #fff;
  background-color: #03406b;
  border: 1px solid #13406b;
  cursor: pointer;
  border-radius: 5px;
} */

.floor_img {
  margin-bottom: 20px;
}

.flr-wrp {
  box-shadow: 0 10px 10px 0px rgb(0 0 0 / 72%);
}

.second-tabs .her {
  background-color: transparent;
  color: #575856 !important;
  border-bottom: none !important;
  padding: 0px;
  display: inline-block;
  font-weight: 900 !important;
  font-size: 20px;
  /* /* margin-bottom: 15px; */
  font-family: "Montserrat", sans-serif;
}

.desc-item {
  margin-bottom: 25px;
}

.desc-item::after {
  content: "";
  display: block;
  left: 0px;
  height: 2px;
  width: 55%;
  background-color: #000;
}


.floor-btn {
  text-transform: uppercase;
  background: #136fb5;
  color: #fff !important;
  border: none;
  letter-spacing: 1px;
  font-size: 13px !important;
  outline: none !important;
  font-weight: bold;
  display: block;
  margin: auto;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  /* background-color: #03406b; */
  color: #fff;
  font-size: 16px;
  padding: 8px 19px;
  margin-top: 10px;
}

.price-click-configuration {
  text-transform: uppercase;
  background: #000;
  color: #fff !important;
  border: none;
  letter-spacing: 1px;
  font-size: 16px !important;
  outline: none !important;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  /* background-color: #03406b; */
  color: #fff;
  font-size: 16px;
  padding: 8px 19px;
  margin: 30px 0px;
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.bg-white {
  background-color: #fff;
}

#project-configuration .mytab>li.active>a,
#project-configuration .mytab>li.active>a:hover,
#project-configuration .mytab>li.active>a:focus {
  color: #fff;
  background-color: #000;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.p-md-5 {
  padding: 2rem;
}

.floor_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: blur(2px);
  padding: 2em;
}
 
#project-configuration .mytab {
  border-bottom: 2px solid #000;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}


.second-tabs .mytab {
  text-align: center !important;
  border-bottom: none !important;
  margin-bottom: 45px !important;
}

.second-tabs .nav-tabs>li>a {
  margin-right: 2px !important;
  line-height: 1.42857143 !important;
  /* border: none !important; */
  /* border-radius: 4px 4px 0 0 !important; */
  color: #13406b;
}

.amenities-carousel .item img{
  height: 250px;
  object-fit: cover;
}

.tab-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-borchure{
  border: none !important;
  background: #575856 !important;
  position: absolute;
  right: 19%;
  background: #136fb5;
  border: 1px solid #fff !important;
  top: 20%;
  padding: 5px;
  font-size: 12px;
}

/* New Conf Css */


.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
}

.card-image {
  width: 34.7vw;
  height: 69vh;
  object-fit: cover;
}

.card-content {
  position: absolute;
  left: 15%;
  top: 14%;
}

.card-content {
  flex: 1;
}

.card-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-family: "gilroylight";
  font-family: "Montserrat", sans-serif;
}

.card-text {
  font-size: 16px;
  margin-bottom: 23px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.card-button {}

.cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 42%,
    rgb(0 0 0 / 85%) 65%
  ); */
  background-image: radial-gradient(circle at bottom left,
      rgba(0, 0, 0, 0) 5%,
      rgb(0 0 0 / 65%) 63%);
}

.subbutton {
  border: none;
  font-size: 17px;
  padding: 20px 40px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  background: #575856;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.subbutton:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transition: all 0.25s;
}

.subbutton:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -5px;
  right: -5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

.subbutton:hover:before, button:hover:after {
  width: 104%;
  height: 110%;
}

.subbutton:hover:before, button:hover:after {
  width: 104%;
  height: 110%;
}

.amenities-left-img img{
  height: 400px !important;
  object-fit: cover;
  width: 100%;
}



.amenities-icon {
  text-align: center;
  padding: 10px;
  height: 200px;
  transition: ease all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.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;
  background-color: #575856;
  border-radius: 50%;
}

.amenities-icon .icons-wrap p {
  font-family: "GalanoGrotesqueAltLight";
  font-size: 16px;
  line-height: 1.5;
}

.amenities-icon:hover .icons-wrap {
  border-radius: 0;
  border-color: #fff;
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 73px !important;
  /* background-color: #07496C; */
  /* border-radius: 50%; */
  padding: 11px;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(12%) hue-rotate(193deg) brightness(103%) contrast(103%);
}

.caro-ame{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.amenities .carousel-inner>.item>a>img,.amenities .carousel-inner>.item>img{
  margin-top: 0px !important;
}

#carousel-example-generic-amenities .carousel-control .glyphicon-chevron-right,#carousel-example-generic-amenities .carousel-control .icon-next{
  margin-right: 0px !important;
}

#carousel-example-generic-amenities .carousel-control .glyphicon-chevron-left,#carousel-example-generic-amenities .carousel-control .icon-prev {
  margin-left: 0px !important;
}

.modal .modal-logo {
  /* position: absolute; */
  top: -10.3%;
  left: 35.8%;
  background: #000;
  border-radius: 25px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modal .modal-logo img {
  width: 220px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(6deg) brightness(112%) contrast(101%);
}

.nav-phone img{
  width: 20px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(9%) saturate(89%) hue-rotate(47deg) brightness(95%) contrast(85%);
}

@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 160px auto;
  }
 
}

@media all and (max-width: 767px) {

  .tab-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .card{
    width: 75%;
    height: 265px;
  }
  .card-image {
    width: 34.7vw;
    height: 40vh;
    object-fit: cover;
}
  .floor_img img {
    height: 200px !important;
  }

  .px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .price-click-configuration {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    /* background-color: #e2bb6c; */
    color: #fff;
    font-size: 16px;
    /* padding: 8px 19px; */
    margin: 30px auto;
    display: block;
    width: 145px;
    text-align: center;
  }

  .p-0 {
    padding: 0px;
  }

  .second-tabs {
    /* background-color: #c8c8c8; */
    padding: 25px;
  }

  /* .second-tabs .mytab li {
    float: none !important;
    display: block;
  } */

  .second-tabs .mytab li {
    float: none !important;
    display: block;
    width: 100%;
}

  .desc-item {
    margin-bottom: 25px;
    text-align: center;
  }

  .desc-item::after {


    content: "";
    display: block;
    left: 0px;
    height: 2px;
    width: 55%;
    background-color: #03406b;
    margin: auto;
  }

  /* .price-click {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    background-color: #03406b;
    color: #fff;
    font-size: 16px;
    padding: 8px 19px;
    margin: 30px auto;
    display: block;
    width: 145px;
    text-align: center;
} */
a.whatsapp {
    background-color: #2fb842;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    margin: 0;
    z-index: 2;
}


@media only screen and (max-width:425px){ 
    .banner_warpper .carousel-item .main_bannerImg img {
        height: 450px;
    }
    a.whatsapp {
        left: 8px;
        bottom: 8px;
    }
    
}







.px-0{
  padding-left: 1rem;
  padding-right: 1rem;
}

.mytab > li.active > a, .mytab > li.active > a:hover, .mytab > li.active > a:focus{
  margin: 0px;
}

.navbar-toggle {
  margin-right: 0px;
 
}
}