@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "ABCArizonaMix";
  src: url("../fonts/ABCArizonaMix-Light.otf");
}

@font-face {
  /* font-family: "GraphikRegular"; */
  src: url("../fonts/Graphik-Regular.otf");
}

@font-face {
  font-family: "Abel";
  src: url("../fonts/Abel-Regular.ttf");
}

@font-face {
  font-family: "NEUTRATEXT-BOOKALT";
  src: url("../fonts/neutra-text-alt-587261020eccb.otf");
}
body {
  font-size: 14px;
  font-family: "NEUTRATEXT-BOOKALT", sans-serif !important;
}

section {
  position: relative;
}

.section-head {
  /* font-family: "ABCArizonaMix", sans-serif !important; */
  text-transform: uppercase;
  color: #312100;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 30px;
  margin: 0px;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.heading-hr {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 8%;
  border: 1px solid #28442e;
}

.heading-hr1 {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 12%;
  border: 1px solid #28442e;
}
.heading-hr1-white {
  margin-top: 0px;
  margin-bottom: 30px;
  border: 0;
  width: 12%;
  border: 1px solid #fbfffc;
}

#lock {
  display: none;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background-color: #7676765e;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.bg-hover1:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background: #28442e;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
.pd0
{
  padding: 0% !important;
}
.pd25 {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* ======================= Navbar start ======================= */

header .container {
  display: flex;
  align-items: center;
}
.navbar-default {
  background-color: #002b16 !important;
  position: fixed;
  margin-bottom: 0;
  background-image: none !important;
  height: 70px !important;
}

.nav > li > a {
  color: #fff !important;
  padding: 20px 28px;
  text-transform: uppercase;
  line-height: 30px;
}

.navbar-nav > li {
  padding: 0px;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
  width: 100%;
}

.navbar-brand > img {
  margin: 0 auto;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*background-color: #008fd4;*/
  color: #f0ad4e !important;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: inherit;
  text-align: center;
}

.navbar-toggle {
  margin-top: 15px !important;
}

#dropdownMenuButton {
  background: inherit;
  color: #424242;
  font-weight: bold;
  padding: 6px 12px;
  border-bottom: 1px solid #424242;
  border-radius: inherit;
}

.dropdown-menu {
  background-color: #424242;
  min-height: 100px;
  border-radius: inherit;
}

.dropdown-item {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  color: #fff;
}

.dropdown-menu {
  min-width: 120px;
}

.dropbtn {
  background-color: inherit;
  text-transform: uppercase;
  color: #424242;
  padding: 4px 0;
  border-bottom: 1px solid #424242;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #424242;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #424242;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 30px;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #424242;
  color: #a68749;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: inherit;
}

.imagelogo {
  width: 134px;
  margin: -1px 0px;
}

.imagelogo1 {
  width: 118px;
  margin-top: -1px;
}

a.smoothScroll {
  color: #fff !important;
  /*background: #008fd4;*/
}

a.smoothScroll {
  color: #002b16;
  /*font-weight: bold;*/
  font-size: 18px;
  font-weight: 600;
}

.circle1 {
  text-align: right;
}

/* ======================= Navbar End ======================= */

/* ======================= Slider Start ======================= */

#slider {
  margin-top: 70px;
}
.left.carousel-control span {
  position: absolute;
  top: 40%;
  font-size: 40px;
  left: 40%;
}
.right.carousel-control span {
  position: absolute;
  top: 40%;
  font-size: 40px;
  left: 40%;
}
/* ======================= Slider End ======================= */

.bg-green {
  /* background-color: #f2fbf4; */
  padding: 50px 0;
  background-color: #dfc578;
}
/* ======================= Overview Start ======================= */

.innerOverview {
  padding: 40px 0px;
  background: url("../img/overviewbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.overviewtext {
  color: #141414;
  font-size: 15px;
  margin-top: 3%;
  /* font-family: "GraphikRegular"; */
  text-align: center;
  line-height: 2;
}

#ContactForm .input-group {
  width: 100%;
  margin: 10px 0px;
  padding: 10px;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.form-div {
  margin-bottom: 50px;
}
form#ContactForm {
  border: linear-gradient(to right, #7fa954, #0871ad);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

button#submitf {
  border: 1px solid #ccc;
  color: #fff;
}

.form-buttons {
  padding-bottom: 30px !important;
}

#message_post h3 {
  margin: 0px;
  padding: 15px;
  background-color: #002b16;
  color: #fff !important;
  font-size: 20px;
}

.innerOverview span {
  color: #002b16;
}

/* ======================= Overview End ======================= */

/* ======================= Project Highlight Start ======================= */

.projecthighlight-inner {
  padding: 50px 0;
}

.additional-amenities {
  margin-top: 3%;
}

.project-text {
  border-image: linear-gradient(to right, #b68b33, #eacc45, #b68b33) 30;
  border-width: 2px;
  border-style: solid;
  padding: 12px;
  text-align: center;
  height: 100px;
  width: 100px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: #fff;
}

.project-box p {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.project-box {
  margin-bottom: 20px;
  overflow: hidden;
  /* height: 180px; */
  display: flex;
  background: #002b16;
  justify-content: center;
}

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

/*.project-text:hover  img {
	filter: invert(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/

.project-box:hover .project-text p {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projecthighlight-inner .carousel-wrap {
  margin: 35px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

.projecthighlight-inner .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.projecthighlight-inner .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

.projecthighlight-inner .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

.projecthighlight-inner .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

.projecthighlight-inner .owl-carousel .owl-nav button.owl-next,
.projecthighlight-inner .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 26%;
}

.item button.info {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item button.info {
  margin: 10px;
  font-weight: 400;
  border: 1px solid #fff;
  background: #002b160008a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 95%;
  height: 92%;
}

.item:hover button.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item button.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* ======================= Project Highlight End ======================= */

/* ======================= Configuration Start ======================= */

#overview,
#LocationAdvantages,
#Infrastructure,
#Gallery {
  background-color: #fff;
  padding: 50px 0;
  /* background-image: linear-gradient(26deg, #f4f4f4, #fff, #f4f4f4); */
}

#gallery1 {
  background: url(../img/gallery/amenities/15.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* .white {
  color: #fff !important;
} */
.dark-overlay {
  padding: 50px 0px;
  background-color: #002b1600087;
}

#overview h3 {
  color: #141414;
}

#overview .heading-hr {
  border: 1px solid #fff;
}

.heading-hr2 {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 15%;
  border: 1px solid #fff;
}


.configareasection {
  margin-top: 3%;
}

.Configurationbox {
  background-image: linear-gradient(1deg, black, transparent);
  border: 5px solid #fff;
  /* background: url(../img/aboutbg.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.Configurationbox:hover .heading-hr2 {
  border: 1px solid #fff;
}

.Configurationbox:hover .innerConfigurationbox h4 {
  color: #ffffff !important;
  transition: ease all 0.5s;
}

.eqClick {
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: unset;
}

.eqClick a {
  color: #002b16;
  /* font-family: "GraphikRegular"; */
  font-weight: 600;
}

.Configurationbox:hover .eqClick a {
  color: #002b16;
}

.Configurationbox:hover .eqClick {
  background-image: linear-gradient(to right, #f0ad4e, #d7c7b1, #f0ad4e);
}

.Configurationbox:hover .heading-hr1 {
  border: 1px solid #002b16;
}

.innerConfigurationbox {
  text-align: center;
}

.innerConfigurationbox h4 {
  color: #fff;
}

.configarea {
  margin: 25px;
}

.Configurationbox:hover .bg-hover {
  position: relative;
}

.Configurationbox:hover .bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background-color: #002b16;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.Configurationbox:hover .bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}

/* ======================= Configuration End ======================= */

/* ======================= Amenities Start ======================= */

.inneramenities {
  padding: 50px 0px;
  background: url("../img/amenitiesbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.inneramenities h3 {
  color: #002b16;
}

.inneramenities .heading-hr {
  border: 1px solid #002b16 !important;
}

.ame-border {
  width: 100%;
  position: absolute;
  top: 28px;
  right: -15px;
}

.amenities-circle {
  border-radius: 50%;
  border: 3px solid #b68b33;
  width: 100px;
  height: 100px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}

.white {
  display: block;
}

.black {
  display: none;
}

.amenities-circle:hover .black {
  display: block;
  position: absolute;
  top: 0;
}

.amenities-circle:hover .white {
  display: none;
}

.amenities-circle:hover {
  border-radius: unset;
}

.amenities-circle img {
  margin: 15px;
  padding: 2px;
  position: absolute;
}

.circle-block {
  height: 185px;
  position: relative;
  top: 42px;
}

.circle-block h4 {
  font-size: 14px;
  text-transform: capitalize;
  color: #002b16;
  text-align: center;
  /* font-family: "GraphikRegular"; */
  margin-top: 20px;
}

/* ======================= Amenities End ======================= */

/* ======================= Location Advantages Start ======================= */

.innerLocationAdvantages {
  padding: 30px;
}

.LocationAdvantagessection {
  margin-top: 3%;
}

.accordion {
  position: relative;
  width: 100%;
}

.LocationAdvantageimg {
  border-image: linear-gradient(to right, #7fa954, #0871ad) 30;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.accordiontab {
  margin-bottom: 5px;
}

[id*="open-accordion"],
[id*="close-accordion"] {
  border: 1px solid #002b16;
  line-height: 40px;
  height: 44px;
  display: block;
  margin: 0 auto;
  position: relative;
  /* width: 90%; */
  margin-left: 10%;
  transition: 0.5s ease-in-out;
}

[id*="open-accordion"]:hover {
  text-decoration: none;
}

[id*="open-accordion"]:focus {
  background-color: #002b16;
}

.accordiontab img {
  background-color: #9c8253;
  float: left;
  width: 44px;
  padding: 5px;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #fff !important;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  background-color: #002b16;
  margin: 0;
}

[id*="open-accordion"]:after,
[id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.conn {
  padding: 0;
}
.conn li {
  list-style: none;
  background: #a3b7a7;
  margin: 2px 0px;
  padding: 6px 25px;
  text-align: left;
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  height: 0;
  /* margin: 5px auto 0; */
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  /* width: 90%; */
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  text-align: center;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding: 5px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  border-top: 10px solid #fff;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* ======================= Location Advantages End ======================= */

/* ======================= Gallery Start ======================= */

.innergallery {
  /* padding: 40px 0px; */
  background: url("../img/gallerybg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.innergallery .nav > li > a {
  color: #002b16 !important;
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px;
}

.innergallery .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff !important;
  background-color: #002b16 !important;
}

.nav-pills > li {
  width: 19%;
  text-align: center;
  color: #333 !important;
  border-radius: 4px;
  padding: 5px;
}

.innergallery .nav.nav-pills {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 3%;
}

.innergallery .carousel-wrap {
  margin: 35px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

.innergallery .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.innergallery .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

.innergallery .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

.innergallery .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

.innergallery .owl-carousel .owl-nav button.owl-next,
.innergallery .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 40%;
}

.item button.info {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item button.info {
  margin: 10px;
  font-weight: 400;
  border: 1px solid #fff;
  background: #002b160008a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 95%;
  height: 92%;
}

.item:hover button.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item button.info:hover {
  box-shadow: 0 0 5px #fff;
}

.item:hover .overlay {
  background-color: #002b16000ab;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 25px !important;
}

.item a:hover > .overlay > img {
  opacity: 1;
}

/* ======================= Gallery End ======================= */

/* ======================= Infrastructure Start ======================= */

.innerInfrastructure {
  padding: 40px 0px;
}

.Infrastructuresection {
  margin-top: 3%;
}

.Infrastructurebox img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p.Infrastructure_content {
  text-align: center;
  margin-top: 10px;
  /* font-family: "GraphikRegular"; */
}

/* ======================= Infrastructure End ======================= */

/* ======================= theworld Start ======================= */

.innertheworld {
  padding: 40px 0;
  background-color: #ededed;
}

.projecttext {
  border-bottom: 3px solid transparent;
  /*border-image: #165536;*/
  border-image-slice: 2;
  padding: 20px 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-top: 10px;
}

.projecttext p {
  margin-bottom: 0px;
  color: #002b16;
  letter-spacing: 1px;
  /* font-family: "GraphikRegular"; */
  font-size: 13px;
}

.projecttext h3 {
  margin: 5px;
  font-weight: 600;
}

.additionalAmenities {
  margin-top: 2%;
}

.projectbox {
  overflow: hidden;
}

.projectbox:hover .projecttext img {
  filter: invert(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .projecttext h3 {
  color: #002b16;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .projecttext p {
  color: #002b16;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .bg-hover {
  position: relative;
}

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

/* ======================= theworld End ======================= */

/* ======================= AboutProject Start ======================= */

.innerAboutProject {
  padding: 30px 0px;
  /*background: url('../img/aboutbg.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
}

.AboutProjectboxnew {
  margin-top: 2%;
}

.AboutProject_highlight {
  margin-top: 2%;
}

.AboutProjectboxnew p {
  /* font-family: "GraphikRegular"; */
  text-align: center;
  line-height: 2;
}

.AboutProjectbox {
  text-align: center;
  border: 1px solid #002b16;
  padding: 25px 10px;
}

.AboutProjectbox h3 {
  margin: 0px;
}

.AboutProjectbox p {
  padding: 5px 0px;
}

.AboutProjectbox img {
  margin: 0px auto;
}

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

/*.AboutProjectbox:hover img {
	filter: invert(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/

.AboutProjectbox:hover h3 {
  color: #002b16;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.AboutProjectbox:hover p {
  color: #002b16;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ======================= AboutProject End ======================= */

/* ======================= ContactUs Start ======================= */

.innercontact {
  padding: 30px 0px;
  background: url("../img/contactbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.innercontact h3 {
  color: #fff;
}

.innercontact .heading-hr {
  border: 1px solid #fff !important;
}

.contactbox {
  margin-top: 3%;
}

.formbackground {
  background: url("../img/contactformbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

#ContactForm1 .input-group {
  width: 100%;
  margin: 10px 0px;
  padding: 5px 10px;
}

form#ContactForm1 {
  border: linear-gradient(to right, #7fa954, #0871ad);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.contactcontent {
  text-align: center;
  margin-top: 4%;
  color: #fff;
}

.contactcontent p {
  /* font-family: "GraphikRegular"; */
}

.contactcontent h3 {
  font-weight: 600;
}

.contactcontent h4 {
  font-weight: 600;
}

/* ======================= ContactUs End ======================= */

/* ======================= Disclaimer Start ======================= */

.innerDisclaimer {
  padding: 30px 0px;
  background: url(../img/aboutbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
}

.Disclaimerbox img {
  margin: 0px auto;
  width: 140px;
}

.Disclaimercontent h4 {
  text-align: center;
  font-weight: 600;
}

.Disclaimercontent {
  margin-top: 10px;
}

.Disclaimercontent p {
  text-align: center;
  font-size: 11px;
  /* font-family: "GraphikRegular"; */
}

/* ======================= Disclaimer End ======================= */

/* =============== Popup Form Start =============== */

.modal-dialog {
  width: 35%;
}

.modal-header {
  background-color: #002b16;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

h3.modal-title {
  font-size: 16px;
  text-align: center;
  color: #002b16;
  font-weight: bold;
}

button#submitf {
  color: #002b16;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background-color: #002b16;
}

.modal-content {
  border-radius: inherit;
  background-color: #fff;
  border: 2px solid #fff;
}

.road-content {
  background-color: #e3ecf3 !important;
}

.input-group {
  position: relative;
  display: table;
  text-align: center;
  margin: 4px auto;
  width: 100%;
}

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

#popupModal img {
  padding: 13px;
}

#popupModal .modal-dialog {
  width: 65%;
  margin: 75px auto;
}

#popupModal .modal-body {
  position: relative;
  padding: 0px 10px;
}

#popupModal form {
  margin-bottom: 0px;
}

.formwidth {
  width: 20%;
  float: left;
  padding: 0px 5px;
}

.inputwidth input::placeholder {
  color: #fff;
}

#popupModal input.form-control {
  background: #fff;
  color: #002b16 !important;
  /* font-weight: bold; */
}

#popupModal select#banner-cta-CountryCode1 {
  color: #002b16;
  background: #fff;
}

#popupModal .modal-header .close {
  margin-top: -2px;
  color: #002b16;
  position: absolute;
  right: 0px;
}

#popupModal h3.modal-title {
  color: #794925;
}

#popupModal .modal-header {
  border-bottom: 1px solid #3d1e19;
  background-color: #ffffff;
  padding: 0px;
}

#popupModal .inputwidth {
  width: 20% !important;
  float: left;
  padding: 0px 5px;
}

#popupModal button#submitf {
  background-color: #d3742f;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* =============== Popup Form End =============== */

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

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

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

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

.modal-header {
  border: none;
  background-color: #002b16;
  color: #ffff;
  padding: 10px !important;
}

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

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

.price-btn:hover {
  color: #165536;
  background-color: #165536 !important;
  border-color: #165536;
  transition: ease 0.5s;
  background-position: 0% !important;
}

.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-color: #002b16;
  color: #fff;
  border: 0;
}

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

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

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

#floor-form .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

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

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

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

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

#plans-pop .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

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

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

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

#broch-model .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}
#broch-model .form-ico {
  font-size: 19px !important;
}
#broch-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  top: 0;
  width: 100%;
  text-align: left;
}

.checkbox-box input {
  position: absolute;
  width: 18px !important;
  left: 0;
  top: 0;
  z-index: 99;
}

.checkbox-box label {
  font-size: 12px;
  color: #333333;
  margin: 0;
  margin-bottom: 0px;
  padding: 8px;
  padding-left: 35px;
  cursor: pointer;
  padding-top: 8px;
  position: relative;
  /* display: inline-block; */
  width: 100%;
  font-weight: normal;
}

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

.road-b {
  width: 100%;
  cursor: pointer;
}
#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#main-popup .input-group-addon {
  background-color: #002b16;
  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-color: #002b16;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100% !important;
  position: fixed !important;
  bottom: 0px;
  z-index: 99;
  height: 43px;
}

.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 {
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
    font-weight: 900;
    padding: 0px!important;
    background: transparent!important;
    margin: -6px!important;
} */

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

.thank-banner {
  width: 100%;
}

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

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 38px;
  background-color: #002b16;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  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: #165536;
  font-size: 15px;
  padding: 10px;
  width: 180px;
  margin: 0px auto;
  color: #fff;
  background-color: #002b16;
  border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  transition: ease 0.5s;
}

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

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

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

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

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

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

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

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

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

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

.disclaimer p {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}
.disclaimer h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  color: #010a21;
}
.disclaimer .wrap {
  border: 2px solid #010a21;
  min-height: 400px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  padding-top: 50px;
  margin: 0 auto;
}

.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;
  position: absolute;
  right: 0px;
  left: 0px;
}

#enquire-now h3 {
  /* font-family: "HELVET"; */
  font-size: 20px;
  color: #165536;
  text-align: right;
  color: #001639;
  margin: 0px auto;
}

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

.enq-button {
  border: none;
  background-color: #002b16;
  color: #fff;
  font-size: 15px;
  /* font-family: "HELVET"; */
  text-shadow: none;
  padding: 12px 30px;
}

.callnow {
  color: #322020 !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 42px;
}

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

#price-form .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

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

#price-form .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

#video-form .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

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

#video-form .input-group-addon {
  background-color: #002b16;
  color: #fff;
  border: 0;
}

.video-click {
  position: relative;
}

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

#myModal1 .modal-header,
#price-model .modal-header {
  background-color: #002b16;
  color: #fff;
}

.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: 10px !important;
  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-color: #002b16;
  color: #fff;
  border: 0;
}

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

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

.why {
  margin-top: 50px;
}

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

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

#enquire-now .input-group-addon {
  background-color: #002b16;
  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;
}

.amen-img {
  width: 65px !important;
}
.sec-amenities img {
  width: 100px !important;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border: 3px solid;
  border-radius: 82px;
}

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

.amen-carousel .owl-nav {
  position: absolute;
  left: 35%;
  display: flex
;
  justify-content: space-between;
  font-size: 40px;
  width: 27%;
}


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

.highlights {
  padding: 20px;
}

.highlights img,
.about-wrap img {
  pointer-events: none;
}
.overlay {
  padding: 50px 0px;
  background: #969c9f54;
}

.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 13%;
}

@media screen and (max-width: 767px) {
  .innerDisclaimer {
    padding: 30px 0px;
    background: url(../img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0%;
  }
  .project-box.mobile-project p {
    margin-top: 10px;
    color: #fff;
    text-align: center;
  }
  .mobile-conf {
    background: #fff !important;
    border: 10px solid #e3ecf3 !important;
    border-bottom: 40px solid #e3ecf3 !important;
    margin-bottom: 20px;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    box-shadow: 1px 5px 5px #7c7c7c !important;
  }
  .mobile-conf .configarea h4 {
    color: #312100 !important;
  }
  .mobile-conf-button {
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: unset;
    background-color: #002b16;
  }
  .mobile-conf-button a {
    color: #312100;
  }
  .heading-hr2 {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    width: 15%;
    border: 1px solid rgb(35 35 35 / 90%);
  }
  .footer_logo img {
    width: 50%;
}
}

.btn {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #999999;
  background: #ffffff;
  border: 3px solid #999999;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.btn.btn-border-3::after,
.btn.btn-border-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.5s;
}

.btn.btn-border-3::after {
  top: -9px;
  left: -9px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.btn.btn-border-3::before {
  bottom: -9px;
  right: -9px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.btn.btn-border-3:hover {
  color: #222222;
}

.btn.btn-border-3:hover::after,
.btn.btn-border-3:hover::before {
  width: 30px;
  height: 30px;
  border-color: #222222;
}

.price-btn {
  display: block !important;
  margin: 0px auto;
  background-image: linear-gradient(45deg, #845b07, #be8000) !important;
  padding: 10px !important;
  color: #fff !important;
}


.innerDisclaimer-4 {
  padding: 30px 0px;
  /* background: url(../img/aboutbg.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #090909;
}

/*-------------------------------------------------------*/
button.btn.btn-danger.interested {
  position: fixed;
  bottom: 10%;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: transparent!important;
  background-image: linear-gradient(to right, #f0ad4e, #d7c7b1, #f0ad4e) !important;
  /* width: 160px; */
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
  color: #393939 !important;
}
button.btn.btn-danger.down-bro a {
  position: fixed;
  bottom: 10%;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: tranparent !important;
  background-image: linear-gradient(to right, #f0ad4e, #d7c7b1, #f0ad4e) !important;
  /* width: 200px; */
  font-weight: 600;
  font-size: 20px;
  padding: 4px 6px;
  border: 2px solid #8f8475;
  color: #393939 !important;
}

button.btn.btn-danger.brochure {
  transition: 0.4s ease-in;
  /* z-index: 999; */
  background-color: #001639;
  /* width: 160px; */
  font-weight: 600;
  position: relative;
  font-size: 20px;
  padding: 4px 6px;
  border: 2px solid #001639;
  color: #ffffff;
  margin: 30px auto;
}

button.btn.btn-danger.interested1 {
  position: fixed;
  bottom: 128px;
  right: -2px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #272727;
  width: 66px;
  font-weight: 600;
  font-size: 20px;
  padding: 12px;
  border: 2px solid #ffffff;
  color: #001639;
}
@media screen and (max-width: 768px) {
  header .container {
    display: block;
  }
  button.btn.btn-danger.down-bro a {
    position: fixed;
    bottom: 45%;
    left: 77%;
    display: block;
    transform: rotate(-90deg);
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #002b16;
    /* width: 200px; */
    font-weight: 600;
    font-size: 16px;
    padding: 4px 6px;
    border: 2px solid #ffffff;
    color: #312100;
  }
}
#floorsowl .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

#floorsowl .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

#floorsowl .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

#floorsowl .owl-carousel .owl-nav button.owl-next,
#floorsowl .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 40%;
}
#floorsowl img {
  filter: blur(2px);
}

.head-line.white3 {
  background: #b68b33 !important;
}
.head-line {
  height: 3px;
  background: #222;
  width: 60px;
  margin: 15px auto 20px;
}

.road {
  position: relative;
  z-index: 9999;
  bottom: 25px;
  /* left: 41%; */
  display: block !important;
  margin: 20px auto;
  font-size: 15px !important;
  background: #b68b33;
  border: 2px solid !important;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  background-position: 0 !important;
}

#Disclaimer .container .row {
  display: flex;
  align-items: center;
}
.qr__img {
  text-align: center;
}
.qr__img img {
  width: 80%;
}

.floor-img
{
  filter: blur(2px);
}
@media screen and (max-width: 767px) {
  .innerConfiguration {
    padding: 0px;
    background: url(../img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .imagelogo1 {
    width: 118px;
    margin-top: -1px;
    margin-left: 20px;
    position: absolute;
    right: 92px;
    top: 14px;
  }
  #Disclaimer .container .row {
    flex-direction: column;
    align-items: normal;
  }
  .qr__img img {
    width: 40%;
  }
}


.position-relative{
  position: relative;
}


label{
  text-align: start;
}

.check-over{
  margin-right: 1em !important;
  float: left;
}

input[type=checkbox], input[type=radio] {
  margin: 2px 7px !important;
  margin-top: 1px !important;
  line-height: normal;
}

.vid-section{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.over-row{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2em;
  padding: 0 2em;
}

.over-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 12px;
}

.over-item div{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.over-item h3{
  font-weight: bold ;
 
}


.over-item p{
  font-size: 21px;
}

@media screen and (max-width:767px){
  .over-row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:360px;
  }

  .over-item{
    flex-direction: row;
    justify-content: start;
   
  }

  .over-item div{
    align-items: start;
    margin-left: 2em;
  }
}


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

section ul{
  font-size: 14px;
  line-height: 28px;
  margin-top: 0;
    margin-bottom: 10px;
}

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

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

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

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


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

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

.status h4 {
  font-weight: 600;
}



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

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

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

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

.tbl-holder {
  margin-bottom: 59px;
}

@media (max-device-width: 768px) {
  .timeline {
      list-style-type: none;
      display: block;
  }

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

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

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

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

.status:before {
  display: none;
}
}

button.btn.down-bro {
  position: fixed;
  bottom: 10%;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: transparent !important;
  background-image: linear-gradient(to right, #f0ad4e, #d7c7b1, #f0ad4e) !important;
  /* width: 160px; */
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
  color: #393939 !important;
}

#down-a{
  color: #393939 !important;
}




@media screen and (max-width:768px) {
  button.btn.down-bro{
    right: -98px;
    padding: 5px 17px;
    /* right: unset !important; */
    font-size: 15px;
    left: unset !important;
    position: fixed;
    display: block;
    transform: rotate(-90deg);
    transition: 0.4s ease-in;
    z-index: 999;
    font-weight: normal;
    font-size: 13px;
    padding: 4px 0px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 189px;
    height: 28px;
    bottom: 350px !important;
  }
}


.flaticon-parliament::before{
  content:"\f54e";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-market::before{
  content:"\f54f";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-location::before{
  content:"\f3c5";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-hospital::before{
  content:"\f0f8";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-school::before{
  content:"\f549";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-uni::before{
  content:"\f19c";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-multi::before{
  content:"\f630";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-mall::before{
  content:"\f54f";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.flaticon-rail::before{
  content:"\f239";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.configareasection{
  display: flex;
  justify-content: center;
}

#pills-tab{
  display: flex;
  justify-content: center;
}

.loc-ul{
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff !important;
  background-color: #002b16 !important;
}

.location-high .nav > li.active > a, .location-high .nav > li.active > a:focus, .location-high .nav > li.active > a:hover{
  color: #fff !important;
  background-color: #002b16   !important;
  border: 1px solid #333;
  padding: 5px;
}

.location-high .nav > li > a {
  color: #002b16 !important;
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px;
}

.linear-container{
  display: flex;
  justify-content: center;
  width:100%;
  height: 100%;
}




.linear-container img{
  width:60%;
  height: 100%;
}

.loca-tab-content{
  margin-bottom: 2em;
}

.google-container{
  display: flex;
  justify-content: center;
}

@media screen and (max-width:768px){
  .linear-container img{
    width:100%;
    height: 300px;
  }

  .google-container iframe{
    width:100% !important;
    height:300px !important;
  }

  .location-high .nav > li.active > a{
    padding: 19px;
  }

  .location-high .nav > li > a{
    padding: 19px;
  }

  .location-high .nav > li.active > a, .location-high .nav > li.active > a:focus{
    padding: 19px;
  }

  .configareasection{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#videos{
  background: url('../images/bg-images/master-bg.png') no-repeat;
}

.video-title{
  color: #fff !important;
  z-index: 1 !important;
}

#videos::before {
  background: rgb(3 42 21 / 88%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5px;
  content: '';
  top: 0px;
  left: 0px;
}

.configuration-heading{
  color: #fff !important;
}







.inner-con{
  display: flex;
}



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



.name1{
  margin: 2em 0;
}

.email1{
  margin-bottom: 2em;
}

.mobile1{
  margin-bottom: 2em;
}

.check-over{
  margin-right: none !important;
}




.amenities-section-mobile{
  margin-top: 2em !important;
}


.amenities-section{
  margin-top: 2em !important;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  }


.amenities-inner img{
   width:50px;
}

.card {
  background-color: dodgerblue;
  color: white;
  padding: 1rem;
  height: 4rem;
  height:150px;
  display:flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border-radius: 25px;
}



.card p{
  margin-top: 0.8em;
  color:#000;
  font-size: 14px;
}

.amenities-inner{
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
}


.card-green{
  background-color: #32de84;
}

.card-red{
  background-color: #FF2400;
}

.card-blue{
  background-color: #87CEEB;
}

.card-purple{
  background-color: #DDA0DD;
}


@media (min-width: 300px) {
  .amenities-sections { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .amenities-section { grid-template-columns: repeat(5, 1fr); }
}


.location-high{
  margin-top: 2em;
}

#download-section{
  position: relative;
  z-index: 2;
  padding: 62px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#download-section button{
  margin-top: 1.2em;
  padding: 0.9em 1em;
  border-radius: 12px;

  background-color: transparent;
  color: #fff;
  border: 1px solid #ffff;
  font-weight: bold !important;
}

.invert{

  margin-right: 0.5em;
}





#configuration::before {
  /* background: rgb(3 42 21 / 88%); */
  background: url(../images/bg-images/master-bg.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5px;
  content: '';
  top: 0px;
  left: 0px;
  inset: 0;
  z-index: -1;
}

#configuration::after {
 
  background: rgb(3 42 21 / 88%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5px;
  content: '';
  inset: 0;
  z-index: -1;
  
}


#download-section::before{
  
  /* background: rgb(3 42 21 / 88%); */
  position: absolute;
  background: url(../images/bg-images/download_bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  opacity: 0.5px;
  content: '';
  inset: 0;
  z-index: -1;
}


#download-section::after{
  
  background: rgb(3 42 21 / 88%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5px;
  content: '';
  inset: 0;
  z-index: -1;
}



#down-title{
  color: #fff !important;
  z-index: 3 !important;
}


.amen-carousel .owl-nav.disabled{
  display: block;
}

.amen-carousel .owl-item img {
  display: block;
  width: 79%;
}


@media screen and (max-width:768px) {
  .amenities-inner {
      display: flex;
      justify-content: center;
      width: 97px;
      height: 158px;
  }

  #pay-sche .container, #spe .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .download-text{
    font-size: 17px !important;
    text-align: center;
    line-height: 5px;
  }

  #pay-sche button, #spe  button{
    margin-top: 2em;
  }

  .yellow-down{
    width:50px;
  }

  .doc-tab>li>a {
    padding: 22px 15px !important;
  }

 
}


#pay-sche .container, #spe .container{
  display: flex;
  justify-content: center;
  align-items: center;
}


.download-text{
  font-size: 22px ;
}


#pay-sche button, #spe button{
  margin-left: 2em;
  height: 46px;
  padding: 9px 17px;
  font-size: 18px;
  background-color: #fff;
  color: #002b16;
}



.add-section{
  padding-top: 2em;
}

.add-down{
  cursor: pointer;
}

.add-down  a{
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
}

.doc-tab>li>a{
border: 1px solid #333 !important;
color: #002b16 !important;
}

.doc-tab{
  margin-top: 2em;
}


@media only screen and (max-width: 768px) {
  .location-ul>li {
      width: 49% !important;
      text-align: center;
      color: #fff !important;
      border-radius: 4px;
      margin-bottom: 10px;
  }

  #plans img{
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .location-pills{
    display: flex;
    justify-content: center;
  }

 
}

.mobile-group-section{
  display: flex;
}

@media (min-width: 768px) {
  .navbar-right {
      float: right !important;
      margin-right: -30px !important;
  }

  .amen-carousel .owl-nav {
     display: none !important;
}
  
}


.cancel-img{
  width:12px;
}

#plans img{
  width: 50%;
  display: block;
  margin: 0 auto;
}


.section-fixed {
  position: fixed;
  bottom: -150px;
  z-index: 3;
  width: 100vw;
  transition: all 0.8s ease;
}

.section-fixed.show {
  transition: all 0.8s ease;
  bottom: 0;
}

