/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@font-face {
  font-family: "Sinkin Sans 600";
  src: url("../fonts/SinkinSans-600SemiBold.woff2") format("woff2"), url("../fonts/SinkinSans-600SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sinkin Sans 500";
  src: url("../fonts/SinkinSans-500Medium.woff2") format("woff2"), url("../fonts/SinkinSans-500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sinkin Sans 400";
  src: url("../fonts/SinkinSans-400Regular.woff2") format("woff2"), url("../fonts/SinkinSans-400Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.size68 {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  .size68 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1500px) {
  .size68 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .size68 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .size68 {
    font-size: 23px;
  }
}

.size44 {
  font-size: 37px;
}

@media screen and (max-width: 1500px) {
  .size44 {
    font-size: 31px;
    line-height: 29px;
  }
}
@media screen and (max-width: 999px) {
  .size44 {
    font-size: 27px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  .size44 {
    font-size: 28px;
    line-height: 26px;
  }
}
body {
  font-family: "Sinkin Sans 400";
  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: "Sinkin Sans 600";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.medium {
  font-family: "Sinkin Sans 500";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h2 {
  font-size: 16px;
}

h3, h1 {
  font-size: 25px;
}
@media screen and (max-width: 1500px) {
  h3, h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  h3, h1 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
}
@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: 15px;
  line-height: 27px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 999px) {
  p, li {
    font-size: 15px;
  }
}

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

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

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

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

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

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

.size12 {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1500px) {
  .size12 {
    font-size: 11px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .size12 {
    font-size: 10px;
    line-height: 16px;
  }
}

.size16 {
  font-size: 16px;
}

.clr1 {
  color: #6b3b29;
}

.clr2 {
  color: #e5a924;
}

.clr3 {
  color: #282828;
}

.clr4 {
  color: #6b3b29;
}

textarea {
  resize: none;
}

.btn {
  padding: 8px 2.8rem;
  border-radius: 0;
  transition: all 0.6s ease;
  font-size: 20x;
  font-family: "Sinkin Sans 500";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  border-radius: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #6b3b29;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn.white {
  color: #6b3b29;
}
.btn.white::before {
  background: #fff;
}
.btn.white::after {
  background: #e5a924;
}
.btn.bgwhite::after {
  background: #6b3b29;
}
.btn:hover {
  color: #6b3b29;
  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: #6b3b29;
  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: 80%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 99%;
  }
}
.container.container2 {
  max-width: 74%;
}
@media screen and (max-width: 1700px) {
  .container.container2 {
    max-width: 86%;
  }
}
@media screen and (max-width: 1500px) {
  .container.container2 {
    max-width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .container.container2 {
    max-width: 99%;
  }
}

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

.freediv {
  max-width: 86%;
}
@media screen and (max-width: 1700px) {
  .freediv {
    max-width: 92%;
  }
}
@media screen and (max-width: 1500px) {
  .freediv {
    max-width: 94%;
  }
}
@media screen and (max-width: 999px) {
  .freediv {
    max-width: 96%;
    margin: 0 auto;
  }
}
.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;
}
@media screen and (max-width: 600px) {
  .projectnav {
    overflow: hidden;
  }
}
.projectnav ul.nav {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .projectnav ul.nav {
    overflow-x: scroll;
    display: -webkit-inline-box;
    width: 100%;
  }
}
.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: 18px;
    padding: 14px 25px;
  }
}
.projectnav ul.nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  background: #6b3b29;
  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: #6b3b29;
  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: "Sinkin Sans 500";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  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: #6b3b29;
  height: 1px;
  display: none;
}
.hrline.darkbg {
  background: #6b3b29;
}
.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 #6b3b29;
  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: #6b3b29;
  transition: 0.6s ease;
}
#scroll:hover {
  background-color: #6b3b29;
  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;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
  background: #fff;
}
.navbar.bgclr {
  background: #000;
}
@media screen and (max-width: 999px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar.scrolled {
    position: fixed;
    transition: all 0.6s ease;
  }
  .navbar.scrolled.bgclr {
    position: absolute;
  }
}
@media screen and (max-width: 600px) {
  .navbar .col-md-8 {
    align-items: center;
  }
}
.navbar .btn {
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .navbar .btn {
    font-size: 13px;
    padding: 6px 12px;
    margin: -7px 0 0;
  }
}
.navbar .menu-btn {
  position: unset;
  z-index: 10;
  padding: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #762C01;
  margin-left: 25px;
  border-radius: 50%;
  padding: 9px;
  width: 50px;
  height: 50px;
  border: 1px solid #762C01;
}
.navbar .menu-btn .material-symbols-outlined {
  font-size: 31px;
  color: #fab500;
}
@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    width: 100%;
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: #762C01;
  background: linear-gradient(90deg, rgb(118, 44, 1) 61%, rgb(69, 26, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 101;
}
.nav-overlay .building-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-overlay .building-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-overlay .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fab500;
  color: #742b01;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #fab500;
  cursor: pointer;
  z-index: 11;
}
.nav-overlay .nav-menu {
  list-style: none;
  text-align: center;
  padding: 0;
}
.nav-overlay .nav-menu li {
  margin: 6px 0;
}
.nav-overlay .nav-menu li ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
.nav-overlay .nav-menu li ul li a {
  padding: 4px 40px;
  font-size: 16px;
  color: #fff;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .nav-overlay .nav-menu li ul li a {
    font-size: 14px;
  }
}
.nav-overlay .nav-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.3s;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .nav-overlay .nav-menu a {
    font-size: 16px;
    padding: 11px 40px;
  }
}
.nav-overlay .nav-menu a.active, .nav-overlay .nav-menu a:hover {
  color: #e5a924;
  transition: all 0.6s ease;
}

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

.mildstone {
  padding: 2.5rem 0;
  background: #6b3b29;
  color: #fff;
}
.mildstone .custombox {
  max-width: 16.66%;
  flex: 0 0 16.66%;
  padding: 0 15px;
}
.mildstone .contesec {
  margin-top: 2.5rem;
}
.mildstone .contesec ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul {
    justify-content: left;
  }
}
.mildstone .contesec ul li {
  text-align: center;
  padding: 0 56px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .mildstone .contesec ul li {
    padding: 0 39px;
  }
}
@media screen and (max-width: 999px) {
  .mildstone .contesec ul li {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li {
    max-width: 56%;
    flex: 0 0 56%;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .mildstone .contesec ul li .size30 {
    font-size: 24px;
  }
  .mildstone .contesec ul li .size30 .msmall {
    font-size: 18px;
  }
  .mildstone .contesec ul li:nth-child(1), .mildstone .contesec ul li:nth-child(3) {
    max-width: 44%;
    flex: 0 0 44%;
  }
}
.mildstone .contesec ul li .smzie {
  margin-top: 12px;
  line-height: 22px;
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li .smzie {
    font-size: 14px;
    margin-top: 6px;
    line-height: 20px;
  }
}
.mildstone .contesec ul li:first-child {
  padding-left: 0;
}
.mildstone .contesec ul li:last-child {
  padding-right: 0;
}
.mildstone .contesec ul li:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .mildstone .contesec ul li:nth-child(3)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li:nth-child(3)::before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li:nth-child(2)::before, .mildstone .contesec ul li:nth-child(4)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li:nth-child(3), .mildstone .contesec ul li:nth-child(5) {
    padding-left: 0;
  }
}
.mildstone .contesec ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 0;
  background: #b99563;
}
@media screen and (max-width: 600px) {
  .mildstone .contesec ul li::before {
    right: 5%;
  }
}

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

.hmsec03two {
  position: relative;
  background: #6b3b29;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hmsec03two {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03two .ordchang {
    order: 1;
  }
}
.hmsec03two .imgabso {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .hmsec03two .imgabso {
    flex: 0 0 36.6%;
    max-width: 36.6%;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec03two .imgabso {
    flex: 0 0 38.7%;
    max-width: 38.7%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03two .containerright {
    max-width: 96%;
    margin: 0 auto;
  }
}
.hmsec03two ul {
  list-style-type: none;
  margin: 2.5rem 0 0;
  padding: 0;
}
.hmsec03two ul li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin: 0 0 4.9rem;
}
.hmsec03two ul li::before {
  content: "";
  position: absolute;
  right: 0;
  height: 45%;
  top: 26.5%;
  width: 2px;
  background: #666568;
}
.hmsec03two ul li:nth-child(2)::before {
  content: unset;
}
.hmsec03two ul li:nth-child(3) {
  margin-bottom: 0;
}
.hmsec03two ul li:nth-child(4) {
  margin-bottom: 0;
}
.hmsec03two ul li:nth-child(4)::before {
  content: unset;
}
.hmsec03two ul li p:nth-child(2) {
  line-height: 22px;
  margin: 0.6rem 0 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/projectbg2.jpg) no-repeat;
  padding: 8rem 0;
  color: #fff;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.9rem 0;
  }
}
.hmsec04 ul {
  margin: 0;
  list-style-type: square;
}
.hmsec04 ul li::marker {
  color: #6b3b29;
}
.hmsec04 .hrline {
  background: #e5a924;
  display: none;
}
.hmsec04 .item {
  background: #fff;
  border: 1px solid #fff;
}
.hmsec04 .item a {
  text-decoration: none;
  color: #000;
}
.hmsec04 .item p {
  margin: 0;
}
.hmsec04 .item .txt {
  padding: 18px 15px;
}
@media screen and (max-width: 600px) {
  .hmsec04 .item .txt {
    padding: 14px 10px;
  }
}
.hmsec04 .item .txt h3 {
  color: #6b3b29;
}
@media screen and (max-width: 600px) {
  .hmsec04 .item .txt .size20 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .item .txt p {
    font-size: 12px;
  }
}

.hmsec05 {
  background: #f5f5f5;
  padding: 8rem 0;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .hmsec05 {
    padding: 2.9rem 0;
  }
}
.hmsec05 .item .img {
  padding: 11px;
  border: 1px solid #000;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.hmsec05 .item p {
  line-height: 22px;
}
.hmsec05 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6b3b29;
  border: 1px solid #6b3b29;
  margin-right: 5px;
}
.hmsec05 .owl-dots .owl-dot.active, .hmsec05 .owl-dots .owl-dot:hover {
  background: #e5a924 !important;
}

.testimonial-section {
  padding: 5rem 0;
}
.testimonial-section .item {
  position: relative;
  margin: 40px 0 0;
  width: 95%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.testimonial-section .item::before {
  content: "";
  width: 58px;
  height: 74px;
  background: url(../img/home/rightcortest.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.testimonial-section .item .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.testimonial-section .item .overlay .material-symbols-outlined {
  color: #fff;
  font-size: 3.9rem;
}
.testimonial-section .item.txtcont {
  padding: 30px;
  margin: 40px auto;
  height: 276px;
  background: #fff;
}
.testimonial-section .item.txtcont p {
  text-align: justify;
  line-height: 29px;
}
.testimonial-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6b3b29;
  border: 1px solid #6b3b29;
  margin-right: 5px;
}
.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
  background: #e5a924 !important;
}
.testimonial-section .testimonial-card {
  background: #333;
  color: #fff;
  padding: 25px;
  border-radius: 6px;
  height: 100%;
}
.testimonial-section .testimonial-card .oneccc {
  max-width: 20%;
  flex: 0 0 20%;
}
.testimonial-section .testimonial-card .namothe {
  max-width: 80%;
  flex: 0 0 80%;
  padding-left: 10px;
}
.testimonial-section .stars {
  color: #f4c150;
  margin-bottom: 10px;
}
.testimonial-section .profile-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
}
.testimonial-section .name {
  font-weight: bold;
}
.testimonial-section .google {
  font-size: 13px;
  color: #ccc;
}

.hmsec08 {
  position: relative;
}
.hmsec08 .sec01 {
  padding: 5rem 0 2.5rem;
}
.hmsec08 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6b3b29;
  border: 1px solid #6b3b29;
  margin-right: 5px;
}
.hmsec08 .owl-dots .owl-dot.active, .hmsec08 .owl-dots .owl-dot:hover {
  background: #e5a924 !important;
}
.hmsec08 .item {
  box-shadow: 5px 6px 17px rgba(0, 0, 0, 0.1294117647);
  padding: 46px;
  margin-bottom: 2rem;
}

.abt01 {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 5rem 0;
}
.abt01.bgclr {
  background: #e9dedc;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .abt01.bgclr {
    padding: 2.9rem 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 h4 {
  margin-left: -15px;
}
.abt03 .img {
  width: 85px;
}
@media screen and (max-width: 1500px) {
  .abt03 .img {
    width: 65px;
  }
}
.abt03 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.abt03 ul li {
  margin-bottom: 10px;
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .abt03 ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .abt03 ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.abt03 ul li .ind {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.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: #6b3b29;
  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: #6b3b29;
  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;
}
.abt04 .directimg {
  border: 1px solid #000;
  width: 65%;
  margin-bottom: 1rem;
}
.abt04 .item {
  width: 95%;
}
.abt04 .item p {
  text-align: justify;
}

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

.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: #6b3b29;
  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: #6b3b29;
  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: #6b3b29;
  background: linear-gradient(83deg, #6b3b29 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: #6b3b29;
  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: #6b3b29;
  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%;
}

.medipage {
  padding: 1.5em 0 5rem;
  position: relative;
}
.medipage a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 999px) {
  .medipage a.dropdown-item:hover, .medipage a.dropdown-item.active {
    background: #bda588;
  }
}
.medipage a:hover {
  transition: all 0.6s ease;
}
.medipage a:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.medipage a:hover .img .ovrlay {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}
.medipage .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #a0a0a0;
}
@media screen and (max-width: 1500px) {
  .medipage .img {
    width: 100%;
  }
}
.medipage .img img {
  transition: all 0.6s ease;
  width: 100%;
}
.medipage .img .redpo {
  position: absolute;
  background: #0d2d4b;
  font-size: 15px;
  bottom: 11px;
  left: 0;
  color: #fff;
  padding: 4px 20px;
  right: unset;
  border: 1px solid #fff;
  border-left: 0px;
}
.medipage .img .ovrlay {
  position: absolute;
  height: 100%;
  background: rgba(189, 165, 136, 0.6784313725);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0);
}
.medipage .img .ovrlay span {
  font-size: 2.9rem;
}
.medipage .txtsec {
  margin-top: 1.5rem;
}
@media screen and (max-width: 999px) {
  .medipage .txtsec {
    margin-top: 0.5rem;
  }
}
.medipage .txtsec h3 {
  line-height: 22px;
}

.awrdsec .sec01 {
  padding: 1.5em 0 5rem;
}
.awrdsec .sec01 .award-card {
  position: relative;
  overflow: hidden;
}
.awrdsec .sec01 .award-card img {
  width: 100%;
}
.awrdsec .sec01 .award-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.awrdsec .sec01 .award-card .overlay h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.awrdsec .sec01 .award-card .overlay p {
  margin: 0;
  font-size: 13px;
}

.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: #762C01;
  background: linear-gradient(90deg, rgb(118, 44, 1) 61%, rgb(69, 26, 1) 100%);
  border-top: 1px solid #e5a924;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}
footer .sec01 p, footer .sec01 h6 {
  color: #fff;
}
footer .sec01 p a, footer .sec01 h6 a {
  color: #fff;
}
footer .sec01 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec01 .fa-brands {
  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;
  background: transparent;
  border: 1px solid #fff;
}
footer .sec01 .fa-brands:hover {
  background: #fff;
  transition: all 0.6s ease;
}
footer .sec02 {
  padding: 0.8rem 0;
  background: #762C01;
  background: linear-gradient(90deg, #451a01 61%, #762c01 100%);
}
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: #fab500;
}
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: #fab500;
}
footer ul li a.fa {
  margin-right: 5px;
  font-size: 1rem;
}
footer ul li a.fa:last-child {
  margin-right: 0;
}

.form-check {
  padding-left: 2.25rem;
}

.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(110px);
  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(98px);
  }
}
@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: #6b3b29;
  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 #6b3b29;
}
@media screen and (max-width: 999px) {
  #amenities {
    background-size: 40px;
  }
}
#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;
  height: 100%;
}
#amenities .item .txt {
  padding: 10px 15px;
  color: #fff;
}
#amenities .item .txt p {
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #amenities .item .txt p {
    font-size: 11px;
    line-height: 18px;
  }
}
#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: 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 #6b3b29;
  margin-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  #Plans {
    background-size: 40px;
  }
}
#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;
  }
}
form .form-group label {
  font-size: 12px;
}

/* ===============================
   COOKIE CONSENT
================================ */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  z-index: 999999;
  display: none;
  animation: cookieSlide 0.5s ease;
  border: 1px solid #ececec;
}

.cookie-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
}

.cookie-icon {
  font-size: 42px;
  flex-shrink: 0;
}

.cookie-text {
  flex: 1;
}

.cookie-text h5 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.cookie-text p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.cookie-text a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  min-width: 120px;
  height: 46px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  font-size: 15px;
}

.btn-accept {
  background: #28a745;
  color: #fff;
}

.btn-accept:hover {
  background: #1e7e34;
}

.btn-decline {
  background: #f2f2f2;
  color: #333;
}

.btn-decline:hover {
  background: #dddddd;
}

@keyframes cookieSlide {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Tablet */
@media (max-width: 992px) {
  .cookie-wrapper {
    flex-wrap: wrap;
  }
  .cookie-buttons {
    width: 100%;
  }
  .cookie-btn {
    flex: 1;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 18px;
  }
  .cookie-icon {
    font-size: 50px;
  }
  .cookie-text h5 {
    font-size: 18px;
  }
  .cookie-text p {
    font-size: 14px;
  }
  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }
  .cookie-btn {
    width: 100%;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .cookie-wrapper {
    padding: 15px;
  }
  .cookie-text h5 {
    font-size: 17px;
  }
  .cookie-text p {
    font-size: 13px;
  }
  .cookie-btn {
    height: 44px;
    font-size: 14px;
  }
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #ffffff;
  color: #333333;
}

.testimonial-section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section .col-lg-6:first-child {
    margin-bottom: 30px;
  }
}
.testimonial-section .medium {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 5px;
}
.testimonial-section h3 {
  font-weight: 800;
  line-height: 1.2;
}
.testimonial-section h3 .clr1 {
  color: #593d22;
}
.testimonial-section h3 .clr2 {
  color: #cba358;
}

.light-test .item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.light-test .item img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.light-test .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.light-test .item:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
}
.light-test .item:hover .play-btn {
  transform: scale(1.1);
  background-color: #ffffff;
}

.play-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: 20px;
  padding-left: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.testimonial-card {
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 30px;
  border-radius: 6px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.testimonial-card .stars {
  color: #f3ad21;
  font-size: 14px;
  margin-bottom: 15px;
}
.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 20px;
}
.testimonial-card .profile-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  margin-right: 12px;
}
.testimonial-card .name {
  font-weight: 700;
  color: #ffffff;
}
.testimonial-card .google {
  font-size: 12px;
  color: #9ca3af;
}

.owl-theme .owl-dots {
  text-align: left !important;
  margin-top: 15px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: #a8a8a8;
  transition: background 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #b38137;
}/*# sourceMappingURL=style.css.map */