/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adero Trial";
  src: url("../fonts/AderoTrial-SemiBold.woff2") format("woff2"), url("../fonts/AderoTrial-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham Book";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #535354;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-bottom: 40px;
  }
}

.AderoTrial {
  font-family: "Adero Trial";
}

.medium {
  font-family: "Gotham Medium";
}

h2 {
  font-size: 16px;
}

h3, h1 {
  font-size: 36px;
}
@media screen and (max-width: 1500px) {
  h3, h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  h3, h1 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  h4 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  h6 {
    font-size: 19px;
  }
}

p, li {
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 1500px) {
  p, li {
    line-height: 25px;
  }
}
@media screen and (max-width: 999px) {
  p, li {
    font-size: 15px;
  }
}

.size26 {
  font-size: 26px;
}
@media screen and (max-width: 1500px) {
  .size26 {
    font-size: 23px;
  }
}

.size22 {
  font-size: 22px;
}
@media screen and (max-width: 1500px) {
  .size22 {
    font-size: 19px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .size20 {
    font-size: 17px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .size18 {
    font-size: 17px;
  }
}

.size56 {
  font-size: 47px;
}
@media screen and (max-width: 1500px) {
  .size56 {
    font-size: 35px;
  }
}

.size16 {
  font-size: 16px;
}

.clr1 {
  color: #674632;
}

.clr2 {
  color: #e5a924;
}

.clr3 {
  color: #282828;
}

.clr4 {
  color: #674632;
}

textarea {
  resize: none;
}

.btn {
  padding: 8px 2.8rem;
  border-radius: 0;
  transition: all 0.6s ease;
  font-size: 20x;
  font-family: "Gotham Medium";
  border-radius: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #674632;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn.white {
  color: #674632;
}
.btn.white::before {
  background: #fff;
}
.btn.white::after {
  background: #e5a924;
}
.btn.bgwhite::after {
  background: #674632;
}
.btn:hover {
  color: #674632;
  transition: all 0.6s ease;
}
.btn:hover::before {
  bottom: -100%;
  transition: all 0.6s ease;
}
.btn:hover::after {
  bottom: 0;
  transition: all 0.6s ease;
}
.btn:hover.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #674632;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}

.container {
  max-width: 75%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 86%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 98%;
  }
}

nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
}
nav .breadcrumb li.breadcrumb-item {
  font-size: 15px;
}
nav .breadcrumb li.breadcrumb-item a {
  color: #674632;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.freediv {
  max-width: 86%;
}
@media screen and (max-width: 1700px) {
  .freediv {
    max-width: 88%;
  }
}
@media screen and (max-width: 1500px) {
  .freediv {
    max-width: 91%;
  }
}
@media screen and (max-width: 600px) {
  .freediv {
    max-width: 96%;
  }
}
.freediv.lside {
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .freediv.lside {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.freediv.rside {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .freediv.rside {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.projectnav {
  padding: 2.5rem 0;
}
.projectnav ul.nav {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .projectnav ul.nav {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .projectnav ul.nav li.nav-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .projectnav ul.nav li.nav-item:nth-child(2) a.nav-link::before {
    content: unset;
  }
}
.projectnav ul.nav li.nav-item:last-child a.nav-link::before {
  content: unset;
}
.projectnav ul.nav li.nav-item a.nav-link {
  color: #282828;
  font-size: 20px;
  padding: 10px 2.8rem;
  transition: all 0.6s ease;
  border: 0;
  position: relative;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .projectnav ul.nav li.nav-item a.nav-link {
    font-size: 15px;
    padding: 10px 14px;
  }
}
.projectnav ul.nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  background: #674632;
  top: 25%;
}
.projectnav ul.nav li.nav-item a.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 85%;
  height: 3px;
  background: #4d111c;
  bottom: 0%;
  z-index: -1;
  transition: all 0.6s ease;
  transform: scaleX(0);
  margin: 0 auto;
}
.projectnav ul.nav li.nav-item a.nav-link.active, .projectnav ul.nav li.nav-item a.nav-link:hover {
  color: #674632;
  transition: all 0.6s ease;
  border: 0;
  background: transparent;
}
.projectnav ul.nav li.nav-item a.nav-link.active::after, .projectnav ul.nav li.nav-item a.nav-link:hover::after {
  transition: all 0.6s ease;
  transform: scaleX(1);
}

.card {
  margin-top: 1rem;
}
.card .card-header {
  padding: 0;
  background: transparent;
}
.card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.99rem 1.5rem;
  color: #000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: rgba(222, 229, 237, 0.2901960784);
  text-align: left;
  border: 1px solid #fff;
  font-family: "Gotham Medium";
  font-size: 16px;
}
.card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}

.hrline {
  background: #674632;
  height: 1px;
}
.hrline.darkbg {
  background: #674632;
}
.hrline.bgwhite {
  background: #fff;
}

.diffarrowowl {
  position: relative;
}
.diffarrowowl .owl-dots {
  display: none;
}
.diffarrowowl .owl-nav {
  margin: 0;
}
.diffarrowowl .owl-nav button {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.diffarrowowl .owl-nav button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(222, 126, 105, 0.5215686275);
  transform: scale(1.2);
  left: 0;
  top: 0;
  z-index: -1;
  animation: pulse2 2s ease infinite;
}
.diffarrowowl .owl-nav button span {
  display: none;
}
.diffarrowowl .owl-nav button.owl-prev {
  background: url("../img/leftarrow01.png") no-repeat !important;
  left: 2.9rem;
}
.diffarrowowl .owl-nav button.owl-next {
  background: url("../img/rightarrow01.png") no-repeat !important;
  right: 2.9rem;
}
.diffarrowowl .owl-nav button:focus {
  outline: 0;
  box-shadow: unset;
}

.owl-nav {
  margin: 2rem 0 0;
}
.owl-nav button {
  width: 53px;
  height: 20px;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  background: url("../img/leftarrow.png") no-repeat !important;
}
.owl-nav button.owl-next {
  background: url("../img/rightarrow.png") no-repeat !important;
  margin-left: 2rem;
}
.owl-nav button:focus {
  outline: 0;
  box-shadow: unset;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #674632;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  transition: 0.6s ease;
  z-index: 999;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #674632;
  transition: 0.6s ease;
}
#scroll:hover {
  background-color: #674632;
  border: 1px solid #fff;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  transition: 0.6s ease;
}
#scroll:hover span {
  border-bottom-color: #d5b15e;
}

header .navbar {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
  z-index: 111;
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  header .navbar .container {
    max-width: 100%;
  }
}
header .navbar .navbar-brand {
  width: 22%;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 53%;
  }
}
header .navbar .navbar-toggler {
  color: #000;
  border: 1px solid #000;
}
header .navbar .navbar-toggler .material-icons {
  font-size: 30px;
}
header .navbar .navbar-nav {
  margin-top: 3.4rem;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav {
    margin-top: 2.9rem;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 1.9rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #191919;
  transition: all 0.6s ease;
  position: relative;
  padding: 8px 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 0.5rem;
    text-align: right;
    display: flex;
    justify-content: end;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38%;
  background: #d0d0d0;
  right: 0;
  top: 31%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link::before {
    content: unset;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #674632;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link::after {
    width: 100%;
  }
}
header .navbar .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s ease;
  color: #fff;
}
header .navbar .navbar-nav .nav-item .nav-link.active::after, header .navbar .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link::before {
  content: none;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  box-shadow: 0 2px 2px #674632;
  width: 15rem;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
  }
}
header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
  padding: 0.5rem 10px;
  background: #674632;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(189, 125, 104, 0.5019607843);
  transition: all 0.6s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
    text-align: right;
  }
}
header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0px solid rgba(189, 125, 104, 0.5019607843);
}
header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
  transition: all 0.6s ease;
  color: #674632;
}

.mtop {
  margin-top: 115px;
}
@media screen and (max-width: 1500px) {
  .mtop {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1300px) {
  .mtop {
    margin-top: 102px;
  }
}
@media screen and (max-width: 600px) {
  .mtop {
    margin-top: 92px;
  }
}

.hmsecmain {
  background: #000;
  padding: 2.5rem 0;
}
.hmsecmain ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hmsecmain ul li {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .hmsecmain ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .hmsecmain ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.hmsecmain ul li .img {
  width: 62px;
  margin: 0 auto 1.5rem;
}
.hmsecmain ul li .img img {
  width: 100%;
}

.hmsec01 {
  position: relative;
}
.hmsec01 .carousel-control-prev, .hmsec01 .carousel-control-next {
  color: #ffffff;
  opacity: 1;
}
.hmsec01 .carousel-control-prev .material-symbols-outlined, .hmsec01 .carousel-control-next .material-symbols-outlined {
  font-size: 2.9rem;
}

.hmsec02 {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding: 8rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec02 {
    padding: 4rem 0;
  }
}

.hmsec03 {
  width: 100%;
  position: relative;
  background: rgb(163, 111, 17);
  background: linear-gradient(83deg, rgb(163, 111, 17) 0%, rgb(139, 96, 24) 55%, rgba(9, 8, 7, 0.9276085434) 100%);
  padding: 5rem 0;
  color: #fff;
}
.hmsec03 ul {
  margin: 0;
  list-style-type: square;
  display: flex;
  flex-wrap: wrap;
}
.hmsec03 ul li {
  color: #282828;
  margin-right: 9%;
}
.hmsec03 ul li:last-child {
  margin-right: 0%;
}

.hmsec04 {
  width: 100%;
  position: relative;
  background: url(../img/bgpattern.png) repeat #674632;
  padding: 8rem 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.9rem 0;
  }
}
.hmsec04 ul {
  margin: 0;
  list-style-type: square;
}
.hmsec04 ul li::marker {
  color: #674632;
}
.hmsec04 .hrline {
  background: #e5a924;
}
.hmsec04 .item {
  background: #674632;
  border: 1px solid #fff;
}
.hmsec04 .item a {
  text-decoration: none;
  color: #fff;
}
.hmsec04 .item p {
  margin: 0;
}
.hmsec04 .item .txt {
  padding: 18px 15px;
}
.hmsec04 .item .txt h3 {
  color: #e5a924;
}

.hmsec05 {
  background: #f5f5f5;
  padding: 8rem 0;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .hmsec05 {
    padding: 2.9rem 0;
  }
}
.hmsec05 .owl-testimonial .owl-item {
  transition: all 0.6s ease;
}
.hmsec05 .owl-testimonial .owl-item .item {
  background: #fff;
  padding: 4rem 2.2rem;
}
@media screen and (max-width: 1500px) {
  .hmsec05 .owl-testimonial .owl-item .item {
    padding: 2rem 2rem;
  }
}

.abt01 {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 8rem 0;
}
@media screen and (max-width: 600px) {
  .abt01 {
    padding: 2.9rem 0;
  }
}
.abt01 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.abt01 ul li {
  margin-bottom: 10px;
}

.abt02 {
  width: 100%;
  position: relative;
  background: url("../img/about/02a.jpg") no-repeat;
  background-size: cover;
  padding: 8rem 0;
  color: #fff;
}

.abt03 {
  width: 100%;
  position: relative;
  background: #ebe9ec;
  padding: 8rem 0;
}
@media screen and (max-width: 600px) {
  .abt03 {
    padding: 2.9rem 0;
  }
}
.abt03 .txtsec h4, .abt03 .txtsec p {
  color: #555555;
}
.abt03 ul li {
  margin-bottom: 10px;
}

.abt04 {
  width: 100%;
  position: relative;
  padding: 8rem 0;
  color: #191919;
}
@media screen and (max-width: 600px) {
  .abt04 {
    padding: 2.9rem 0;
  }
}
.abt04 .nav-tabs {
  border-bottom: 0;
}
@media screen and (max-width: 999px) {
  .abt04 .nav-tabs {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .abt04 .nav-tabs {
    flex-wrap: wrap;
  }
}
.abt04 .nav-tabs .nav-item {
  margin-right: 3rem;
}
@media screen and (max-width: 1500px) {
  .abt04 .nav-tabs .nav-item {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .abt04 .nav-tabs .nav-item {
    margin-right: 0;
    max-width: 50%;
  }
  .abt04 .nav-tabs .nav-item p {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .abt04 .nav-tabs .nav-item:last-child {
    max-width: 100%;
  }
  .abt04 .nav-tabs .nav-item:last-child .nav-link {
    padding-left: 0;
  }
}
.abt04 .nav-tabs .nav-item .nav-link {
  color: #ffffff;
  border: 0;
  transition: all 0.6s ease;
  position: relative;
}
.abt04 .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 0%;
  background: #674632;
  left: 0;
  transition: all 0.6s ease;
}
.abt04 .nav-tabs .nav-item .nav-link p {
  margin-bottom: 0;
  line-height: 20px;
}
.abt04 .nav-tabs .nav-item .nav-link.active, .abt04 .nav-tabs .nav-item .nav-link:hover {
  color: #674632;
  background: transparent;
  transition: all 0.6s ease;
}
.abt04 .nav-tabs .nav-item .nav-link.active::after, .abt04 .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  transition: all 0.6s ease;
}
.abt04 .nav-tabs .nav-item:nth-child(1) .nav-link {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .abt04 .nav-tabs .nav-item:nth-child(2) .nav-link::before {
    content: unset;
  }
}
.abt04 .nav-tabs .nav-item:nth-child(3) {
  margin-right: 0;
}
.abt04 .nav-tabs .nav-item:nth-child(3) .nav-link::before {
  content: unset;
}

.abt05 {
  width: 100%;
  position: relative;
  background: #ebe9ec;
  padding: 8rem 0;
}
@media screen and (max-width: 600px) {
  .abt05 {
    padding: 2.9rem 0;
  }
}

.projectcont.comple .content {
  width: 96%;
}
.projectcont .content {
  background: #fff;
  width: 95%;
  display: block;
  text-decoration: none;
}
.projectcont .content .txt {
  padding: 1.2rem 1rem;
}
.projectcont .content .txt p {
  color: #000;
}

.projectSec01 {
  position: relative;
}

.projectSec02 .content.left {
  padding-left: 10%;
}
.projectSec02 .content.right {
  padding-left: 16%;
  padding-right: 10%;
}

.projectinn02 {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 8rem 0;
}
.projectinn02::before {
  content: "";
  position: absolute;
  width: 25%;
  background: #674632;
  left: 0;
  top: 0;
  height: 100%;
}
.projectinn02 ul {
  list-style-type: square;
}
.projectinn02 ul li {
  margin-bottom: 8px;
}

.projectinn03 {
  width: 100%;
  position: relative;
  padding: 8rem 0;
  background: #191919;
  color: #fff;
}
.projectinn03 .parkc {
  justify-content: center;
}
.projectinn03 .parkc .img {
  width: 80px;
  margin: 0 auto 10px;
}
.projectinn03 .parkc .col5 {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

.projectinn04 {
  width: 100%;
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}
.projectinn04::before {
  content: "";
  position: absolute;
  width: 25%;
  background: #674632;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.projectinn05 {
  background: #191919;
  color: #fff;
  padding: 5rem 0;
}
.projectinn05 p {
  margin-bottom: 0;
  margin-top: 1rem;
}
.projectinn05 ul.nav {
  border-bottom: 1px solid #d9b883;
}
.projectinn05 ul.nav li.nav-item:last-child a.nav-link::before {
  content: unset;
}
.projectinn05 ul.nav li.nav-item a.nav-link {
  color: #fff;
  font-size: 20px;
  padding: 10px 2.8rem;
  transition: all 0.6s ease;
  border: 0;
  position: relative;
  font-weight: 300;
}
.projectinn05 ul.nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  background: #674632;
  background: linear-gradient(83deg, #674632 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
  top: 25%;
}
.projectinn05 ul.nav li.nav-item a.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 85%;
  height: 3px;
  background: #4d111c;
  bottom: 0%;
  z-index: -1;
  transition: all 0.6s ease;
  transform: scaleX(0);
  margin: 0 auto;
}
.projectinn05 ul.nav li.nav-item a.nav-link.active, .projectinn05 ul.nav li.nav-item a.nav-link:hover {
  color: #674632;
  transition: all 0.6s ease;
  border: 0;
  background: transparent;
}
.projectinn05 ul.nav li.nav-item a.nav-link.active::after, .projectinn05 ul.nav li.nav-item a.nav-link:hover::after {
  transition: all 0.6s ease;
  transform: scaleX(1);
}
.projectinn05 .owl-carousel .owl-item .item .img {
  position: relative;
  overflow: hidden;
}
.projectinn05 .owl-carousel .owl-item .item .img img {
  transition: all 0.6s ease;
}
.projectinn05 .owl-carousel .owl-item .item .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7215686275);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
.projectinn05 .owl-carousel .owl-item .item .img .overlay img {
  width: auto;
}
.projectinn05 .owl-carousel .owl-item:hover .item {
  cursor: pointer;
}
.projectinn05 .owl-carousel .owl-item:hover .item .img .hvrim {
  transform: scale(1.2);
  transition: all 0.6s ease;
}
.projectinn05 .owl-carousel .owl-item:hover .item .img .overlay {
  opacity: 1;
  transition: all 0.6s ease;
}

.view_rara {
  background: #ededed;
  padding: 5rem 0;
  position: relative;
}
.view_rara p {
  text-transform: uppercase;
  color: #02254d;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .view_rara h3 img {
    width: 27px;
  }
}
@media screen and (max-width: 600px) {
  .view_rara h3 {
    line-height: 20px;
    margin-bottom: 2rem;
  }
}

.upcomingporj {
  position: relative;
  width: 100%;
}
.upcomingporj .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcomingporj .overlay h3 {
  margin-bottom: 2.9rem;
}

.process03 {
  padding: 5rem 0;
  position: relative;
}
.process03 ul {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.process03 ul li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}
.process03 ul li span {
  background: #674632;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.process04 {
  width: 100%;
  position: relative;
  background: url("../img/process/03bg.jpg") no-repeat;
  background-size: cover;
  padding: 8rem 0;
  color: #fff;
}

.career02 {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 2rem 0 8rem;
}
.career02::before {
  content: "";
  position: absolute;
  width: 25%;
  background: #ebe9ec;
  right: 0;
  top: 0;
  height: 100%;
}

.career03 {
  width: 100%;
  position: relative;
  background: #ebe9ec;
  padding: 8rem 0;
  color: #191919;
  border-bottom: 1px solid #fff;
}

.buyersguide {
  position: relative;
}
.buyersguide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
@media screen and (max-width: 600px) {
  .buyersguide .img {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .buyersguide .img img.w-100 {
    width: 220% !important;
    transform: translateX(-43%);
  }
}

.buyersguidese02 {
  position: relative;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 999px) {
  .buyersguidese02 {
    padding: 0 0 2.5rem;
  }
}
.buyersguidese02 .tab-content ul li, .buyersguidese02 .tab-content ol li {
  margin-bottom: 10px;
}

.contact02 {
  padding: 5rem 0;
  position: relative;
}
.contact02 a {
  text-decoration: none;
  color: #535354;
}

footer .sec01 {
  padding: 5rem 0;
  background: #fafafa;
  border-top: 1px solid #535354;
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}
footer .sec01 p, footer .sec01 h6 {
  color: #191919;
}
footer .sec01 p a, footer .sec01 h6 a {
  color: #191919;
}
footer .sec01 a {
  color: #191919;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec01 .fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  transition: all 0.6s ease;
}
footer .sec01 .fa:hover {
  opacity: 0.7;
}
footer .sec01 .fa-facebook {
  background: #3B5998;
  color: white;
}
footer .sec01 .fa-twitter {
  background: #55ACEE;
  color: white;
}
footer .sec01 .fa-google {
  background: #dd4b39;
  color: white;
}
footer .sec01 .fa-linkedin {
  background: #007bb5;
  color: white;
}
footer .sec01 .fa-youtube {
  background: #bb0000;
  color: white;
}
footer .sec01 .fa-pinterest {
  background: #e60023;
  color: white;
}
footer .sec01 .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}
footer .sec02 {
  padding: 0.8rem 0;
  background: #090f19;
}
footer .sec02 p, footer .sec02 h6 {
  color: #fff;
}
footer p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer p a:hover {
  text-decoration: none;
  transition: all 0.6s ease;
  color: #674632;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  color: #191919;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer ul li a:hover {
  text-decoration: none;
  transition: all 0.6s ease;
  color: #674632;
}
footer ul li a.fa {
  margin-right: 5px;
  font-size: 1rem;
}
footer ul li a.fa:last-child {
  margin-right: 0;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 20%;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .enquiry-wrapper {
    top: 20%;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(125px);
  transition: all ease-in 0.5s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(115px);
  }
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(136px);
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    transform: translateX(0px);
    box-shadow: none;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(7px);
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    transform: translateX(0px) translateY(5px);
  }
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box .inflex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .inflex {
    display: block;
    width: 100%;
  }
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background: #674632;
  width: 47px;
  padding: 7px;
}
@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
#projecthighlights {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  #projecthighlights {
    padding: 2.5rem 0;
  }
}
#projecthighlights .row {
  position: relative;
  z-index: 1;
}
#projecthighlights .txt {
  width: 100%;
  padding: 0 0 0 8%;
}
@media screen and (max-width: 999px) {
  #projecthighlights .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}
#projecthighlights .txt ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
#projecthighlights .txt ul li {
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li {
    margin: 0 0 7px;
  }
}
#projecthighlights .bgclip {
  position: absolute;
  right: 0;
  color: #1f1f1f;
  bottom: 5%;
}
#projecthighlights h1 span {
  background: rgb(230, 195, 72);
  background: linear-gradient(90deg, rgb(230, 195, 72) 0%, rgb(247, 234, 160) 50%, rgb(230, 195, 72) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#amenities {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bgpattern.png) repeat #674632;
}
#amenities .container {
  position: relative;
  z-index: 1;
}
#amenities .bgclip {
  position: absolute;
  right: 0;
  color: #202020;
  top: 0;
  left: 0;
  margin: 0 auto;
  writing-mode: horizontal-tb;
  text-align: center;
}
#amenities .divline {
  width: 22%;
}
@media screen and (max-width: 1400px) {
  #amenities .divline {
    margin: 1rem 0;
    width: 29%;
  }
}
@media screen and (max-width: 999px) {
  #amenities .orchang {
    order: -1;
  }
}
#amenities .item {
  background: #c1a677;
}
#amenities .item .txt {
  padding: 10px 15px;
  color: #fff;
}
#amenities .item .txt p {
  margin: 0;
  color: #fff;
}
#amenities ul {
  padding: 0 0 0 20px;
}
#amenities ul li {
  color: #fff;
}
#amenities .img {
  position: relative;
}
#amenities .img .arti {
  position: absolute;
  bottom: 0;
  right: 11px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

#location {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  #location {
    padding: 2.5rem 15px;
  }
  #location .orchang {
    order: -1;
  }
}
#location .row {
  position: relative;
  z-index: 1;
}
#location .txt {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #location .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}
#location .txt ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
#location .txt ul li {
  margin: 0 0 10px;
  color: #000;
}
@media screen and (max-width: 600px) {
  #location .txt ul li {
    margin: 0 0 7px;
  }
}
#location .txt .contxt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  #location .txt .contxt {
    margin-bottom: 1.2rem;
  }
}
#location .txt .contxt .ico {
  max-width: 12%;
  flex: 0 0 12%;
}
#location .txt .contxt .txtcont {
  max-width: 88%;
  flex: 0 0 88%;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  #location .txt .contxt .txtcont {
    padding-left: 10px;
  }
}
#location h2 span {
  background: rgb(230, 195, 72);
  background: linear-gradient(90deg, rgb(230, 195, 72) 0%, rgb(247, 234, 160) 50%, rgb(230, 195, 72) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#location .img {
  position: relative;
}
#location .img .btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
@media screen and (max-width: 600px) {
  #location .img .btn {
    position: unset;
    margin-top: 1rem;
  }
}
#location .arrow {
  position: relative;
  width: 23%;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1500px) {
  #location .arrow {
    width: 34%;
  }
}
@media screen and (max-width: 600px) {
  #location .arrow {
    width: 43%;
  }
}
#location .arrow .carousel-control-next, #location .arrow .carousel-control-prev {
  position: absolute;
  margin: 0 15px;
  width: 45%;
  max-width: 45%;
  flex: 0 0 45%;
}
#location .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
#location .owl-carousel .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: all 0.6s ease;
}
#location .owl-carousel .owl-dots button.owl-dot.active, #location .owl-carousel .owl-dots button.owl-dot:hover {
  background: #fff;
  transition: all 0.6s ease;
}
#location .bgclip {
  position: absolute;
  left: 0;
  color: #1f1f1f;
  bottom: 8%;
  z-index: 1;
  transform: rotate(180deg);
}

#Plans {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bgpattern.png) repeat #674632;
  margin-bottom: 2rem;
}
#Plans .img {
  border: 1px solid #00072d;
  position: relative;
}
#Plans .img .overlay {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#Plans .img .overlay p {
  display: none;
}
#Plans .btn {
  background: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  color: #b88a44;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  #Plans .btn {
    font-size: 15px;
  }
}
#Plans .btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #b88a44;
  width: 100%;
  height: 0;
  transition: all 0.6s ease;
  left: 0;
}
#Plans .btn:hover {
  transition: all 0.6s ease;
  color: #fff;
}
#Plans .btn:hover::before {
  transition: all 0.6s ease;
  height: 100%;
}

.card {
  margin-top: 1rem;
}
.card .card-header {
  padding: 0;
  background: transparent;
}
.card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.46rem 1.5rem;
  color: #000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: rgba(222, 229, 237, 0.2901960784);
  text-align: left;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}
.card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}

.rera {
  padding: 5rem 0;
  text-align: center;
}
.rera .imgrara {
  width: 14%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .rera .imgrara {
    width: 49%;
  }
}

.supportpageSec_01 {
  padding: 14rem 0;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}
.supportpageSec_01 h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.supportpageSec_01 h1 span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}/*# sourceMappingURL=style.css.map */