@charset "UTF-8";
/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.main-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  text-align: center;
  color: #fff;
}
.main-preloader .main-preloader-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .main-preloader .main-preloader-inner .img {
    width: 29%;
    margin: 0 auto;
  }
}

.size45 {
  font-size: 40px;
}
@media screen and (max-width: 1600px) {
  .size45 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1500px) {
  .size45 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .size45 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .size45 {
    font-size: 24px;
  }
}

.size68 {
  font-size: 68px;
}
@media screen and (max-width: 1600px) {
  .size68 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1500px) {
  .size68 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .size68 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .size68 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .size68 {
    font-size: 32px;
  }
}

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

.size35 {
  font-size: 35px;
}
@media screen and (max-width: 1600px) {
  .size35 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1500px) {
  .size35 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .size35 {
    font-size: 21px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .size20 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .size20 {
    font-size: 16px;
  }
}

.gredianbg {
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
}

.cliptxtbg {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p, li {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 600px) {
  p, li {
    font-size: 15px;
    line-height: 20px;
  }
}

.size16 {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 1500px) {
  .size16 {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 600px) {
  .size16 {
    font-size: 15px;
    line-height: 20px;
  }
}

.headingfnt {
  font-family: "Montserrat", sans-serif;
}

.reguler {
  font-weight: 400;
}

.mediaum {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.artiimporetxt {
  font-size: 10px;
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: #fff;
  margin: 0;
}
.artiimporetxt .leftshif {
  right: unset;
  left: 0;
}

.parqafont {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.gothammedium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.container {
  max-width: 74%;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

.containerright {
  max-width: 86%;
}
@media screen and (max-width: 1600px) {
  .containerright {
    max-width: 88%;
  }
}
@media screen and (max-width: 1500px) {
  .containerright {
    max-width: 93%;
  }
}
@media screen and (max-width: 999px) {
  .containerright {
    max-width: 96%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .containerright {
    max-width: 100%;
  }
}

.clr1 {
  color: #ddb072;
}

.clr2 {
  color: #773a3b;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.78rem 1.9rem;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 0.58rem 1rem;
    font-size: 13px;
  }
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn::before {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}
.btn::after {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}
.btn.active, .btn:hover {
  color: #fff;
  transition: all 0.6s ease;
}
.btn.active::before, .btn.active::after, .btn:hover::before, .btn:hover::after {
  height: 100%;
  transition: all 0.6s ease;
  bottom: 0;
}
.btn.revers {
  color: #fff;
}
.btn.revers::before {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  left: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}
.btn.revers::after {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}
.btn.white {
  color: #914b3a;
}
.btn.white::before {
  content: "";
  background: #fff;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}
.btn.white::after {
  content: "";
  background: #fff;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  position: absolute;
  transition: all 0.6s ease;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .orderChange {
    order: 2;
  }
}

header {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 111;
  transition: all 0.6s ease;
  top: 0;
}
header.scrolled {
  position: fixed;
  transition: all 0.6s ease;
}
header.scrolled .navbar .navbar-brand {
  width: 15.5%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header.scrolled .navbar .navbar-brand {
    width: 13.5%;
  }
}
@media screen and (max-width: 1300px) {
  header.scrolled .navbar .navbar-brand {
    width: 16%;
  }
}
@media screen and (max-width: 999px) {
  header.scrolled .navbar .navbar-brand {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  header.scrolled .navbar .navbar-brand {
    width: 30%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    left: 0;
  }
}
header .navbar-toggler {
  border: 0;
  padding: 0.55rem 0.75rem;
}
header .navbar-toggler.collapsed .menu1 {
  display: block;
  transition: all 0.6s ease;
  color: #713536;
}
header .navbar-toggler.collapsed .close1 {
  display: none;
  transition: all 0.6s ease;
  color: #713536;
}
header .navbar-toggler .menu1 {
  display: none;
  transition: all 0.6s ease;
  color: #713536;
  font-size: 35px;
}
header .navbar-toggler .close1 {
  display: block;
  transition: all 0.6s ease;
  color: #713536;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  header .navbar-toggler {
    margin-right: 15px;
  }
}
header .navbar {
  position: relative;
  background: transparent;
  width: 100%;
  transition: all 0.6s ease;
  z-index: 111;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1803921569);
}
@media screen and (max-width: 600px) {
  header .navbar {
    padding: 0.9rem 0;
  }
}
header .navbar .navbar-brand {
  width: 20.5%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 17.5%;
  }
}
@media screen and (max-width: 1300px) {
  header .navbar .navbar-brand {
    width: 19.5%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 27%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 40%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    height: 100vh;
  }
}
header .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0 0.8rem;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0;
    text-align: right;
  }
}
header .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}
header .navbar .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #666;
  height: 35%;
  right: 0;
  bottom: 32.5%;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 18px;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.49rem 1rem;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid rgba(145, 75, 58, 0.431372549);
  }
}
header .navbar .navbar-nav .nav-item .nav-link span {
  transform: rotate(90deg);
  display: inline-block;
  font-family: monospace;
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link::after {
    bottom: -2px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #7c323b;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .nav-link.active::before, header .navbar .navbar-nav .nav-item .nav-link.active::after, header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 1.5rem 0;
  left: -18%;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    position: relative;
    left: 0;
    padding: 0 0;
    top: 0;
  }
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #666666;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.49rem 1rem;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: right;
    font-size: 84%;
    padding: 0.29rem 6px;
    border-bottom: 1px solid rgba(145, 75, 58, 0.168627451);
  }
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::after {
  content: "";
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7c323b;
  transition: all 0.6s ease;
  background: transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active::before, header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active::after, header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before, header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::after {
  width: 80%;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  .subnavbat {
    display: none !important;
  }
}

.subnavbattwo {
  display: flex;
  justify-content: center;
}
.subnavbattwo .navbar-toggler {
  font-size: 16px;
  width: 100%;
  padding: 0.5rem 0;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.subnavbatitems ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subnavbatitems ul li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #1c2e5a;
  padding: 0.5rem 1rem;
  display: block;
  transition: all 0.6s ease;
  position: relative;
  font-size: 96%;
  border-bottom: 1px solid #3d3c40;
  text-align: center;
}
.subnavbatitems ul li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  background: #c38b0f;
  bottom: 0;
  width: 100%;
  height: 4px;
  transition: all 0.6s ease;
  transform: scaleX(0);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.subnavbatitems ul li.nav-item:hover, .subnavbatitems ul li.nav-item.current, .subnavbatitems ul li.nav-item.active {
  text-decoration: none;
  transition: all 0.6s ease;
}
.subnavbatitems ul li.nav-item:hover a.nav-link::before, .subnavbatitems ul li.nav-item.current a.nav-link::before, .subnavbatitems ul li.nav-item.active a.nav-link::before {
  transform: scaleX(1);
}

.subnavbat {
  width: 100%;
  background: #f9f2e9;
  z-index: 11;
  box-shadow: 0 9px 8px rgba(200, 139, 15, 0.0509803922);
}
@media screen and (max-width: 600px) {
  .subnavbat {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .subnavbat {
    top: 89px;
  }
}
.subnavbat ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: end;
}
.subnavbat ul li {
  margin: 0 1.4rem;
}
@media screen and (max-width: 1500px) {
  .subnavbat ul li {
    margin: 0 1.2rem;
    font-size: 14px;
  }
}
.subnavbat ul li a.nav-link {
  text-transform: uppercase;
  color: #1c2e5a;
  padding: 0.4rem 0rem;
  display: block;
  transition: all 0.6s ease;
  position: relative;
  font-size: 96%;
}
.subnavbat ul li a.nav-link::before {
  content: "";
  position: absolute;
  background: #c38b0f;
  bottom: 0;
  width: 100%;
  height: 4px;
  transition: all 0.6s ease;
  transform: scaleX(0);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.subnavbat ul li:hover, .subnavbat ul li.current, .subnavbat ul li.active {
  text-decoration: none;
  transition: all 0.6s ease;
}
.subnavbat ul li:hover a.nav-link::before, .subnavbat ul li.current a.nav-link::before, .subnavbat ul li.active a.nav-link::before {
  transform: scaleX(1);
}

.hmsec01 {
  position: relative;
}
.hmsec01 .actags {
  position: absolute;
  width: 29%;
  display: flex;
  flex-wrap: wrap;
  bottom: 5.8%;
  left: 14%;
}
@media screen and (max-width: 1500px) {
  .hmsec01 .actags {
    bottom: 5%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .actags {
    bottom: 5%;
    left: 0;
    width: 47%;
  }
}
.hmsec01 .actags a {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: block;
  height: 50px;
}
@media screen and (max-width: 999px) {
  .hmsec01 .actags a {
    height: 35px;
  }
}
.hmsec01 .overlay {
  position: absolute;
  width: 41%;
  right: 14%;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 11;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay {
    width: 49%;
    right: 2%;
  }
  .hmsec01 .overlay.last {
    width: 45%;
    right: 2%;
    padding: 0 0 0 8%;
  }
  .hmsec01 .overlay.last h5 {
    line-height: 19px;
    font-size: 13px;
  }
  .hmsec01 .overlay.last .img {
    width: 42.9%;
  }
}
.hmsec01 .overlay .img {
  margin-top: 2.9rem;
  overflow: hidden;
  animation: circle-full 2.9s forwards;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .hmsec01 .overlay .img {
    width: 29.9%;
    margin: 0 auto;
  }
}
.hmsec01 .overlay h3, .hmsec01 .overlay h4, .hmsec01 .overlay h5 {
  color: #fff;
  position: relative;
}
.hmsec01 .overlay h5 {
  line-height: 47px;
  overflow: hidden;
  animation: circle-full 2.5s forwards;
}
@media screen and (max-width: 1600px) {
  .hmsec01 .overlay h5 {
    line-height: 41px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay h5 {
    line-height: 30px;
    font-size: 19px;
  }
}
.hmsec01 .overlay h3 {
  font-size: 56px;
  margin: 0 0 1.25rem;
  line-height: 58px;
  animation: left_righ 1.5s forwards;
}
@media screen and (max-width: 1700px) {
  .hmsec01 .overlay h3 {
    font-size: 46px;
    line-height: 47px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay h3 {
    font-size: 42px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec01 .overlay h3 {
    font-size: 40px;
    line-height: 41px;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec01 .overlay h3 {
    font-size: 36px;
    line-height: 37px;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay h3 {
    font-size: 22px;
    line-height: 23px;
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay h3 {
    font-size: 13px;
    line-height: 17px;
  }
}
.hmsec01 .overlay h4 {
  font-size: 22px;
  line-height: 30px;
  width: 63%;
  animation: left_righ 1.6s forwards;
}
@media screen and (max-width: 1700px) {
  .hmsec01 .overlay h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec01 .overlay h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay h4 {
    font-size: 14px;
    line-height: 21px;
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay h4 {
    font-size: 9px;
    line-height: 12px;
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-control-next, .hmsec01 .carousel .carousel-control-prev {
    top: unset;
    bottom: 4%;
    border: 1px solid rgba(113, 53, 54, 0.4509803922);
    transform: unset;
    background: rgba(255, 255, 255, 0.4784313725);
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-control-prev {
    left: unset;
    right: 66px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-item .inbrand {
    transform: translateX(-12%);
    width: 160% !important;
  }
}

.hmsec02 {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
  overflow: hidden;
}
.hmsec02::before {
  content: "";
  width: 65%;
  position: absolute;
  left: 0;
  z-index: -1;
  background: #f9f2e9;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .hmsec02::before {
    width: 100%;
  }
}
.hmsec02::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  background: url("../img/bgleft.png") no-repeat;
  background-position: bottom;
  bottom: 0;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .hmsec02::after {
    width: 60%;
    background-position: top;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02::after {
    background-position: bottom;
  }
}
.hmsec02 .img {
  position: relative;
}

.hmsec03 {
  position: relative;
  background: url("../img/dottBack.png") #3d3c40 repeat;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hmsec03 {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .ordchang {
    order: 1;
  }
}
.hmsec03 .imgabso {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .hmsec03 .imgabso {
    flex: 0 0 36.6%;
    max-width: 36.6%;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec03 .imgabso {
    flex: 0 0 38.7%;
    max-width: 38.7%;
  }
}
.hmsec03 ul {
  list-style-type: none;
  margin: 2.5rem 0 0;
  padding: 0;
}
.hmsec03 ul li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin: 0 0 4.9rem;
}
.hmsec03 ul li::before {
  content: "";
  position: absolute;
  right: 0;
  height: 45%;
  top: 26.5%;
  width: 2px;
  background: #666568;
}
.hmsec03 ul li:nth-child(2)::before {
  content: unset;
}
.hmsec03 ul li:nth-child(3) {
  margin-bottom: 0;
}
.hmsec03 ul li:nth-child(4) {
  margin-bottom: 0;
}
.hmsec03 ul li:nth-child(4)::before {
  content: unset;
}
.hmsec03 ul li p:nth-child(2) {
  line-height: 22px;
  margin: 0.6rem 0 0;
}

.hmsec04 {
  padding: 5rem 0;
  background: #f9f2e9;
}
.hmsec04 .owl-one .owl-item .item {
  transition: all 0.6s ease;
  margin: 0 0.5rem;
  transform: scale(0.9);
}
.hmsec04 .owl-one .owl-item .item .img {
  position: relative;
  overflow: hidden;
}
.hmsec04 .owl-one .owl-item .item .img img {
  transition: all 0.6s ease;
}
.hmsec04 .owl-one .owl-item .item .img .overlay {
  width: 100%;
  bottom: 2%;
  left: 0;
  position: absolute;
  padding: 0 1rem;
}
.hmsec04 .owl-one .owl-item .item:hover .img {
  transition: all 0.6s ease;
}
.hmsec04 .owl-one .owl-item .item:hover .img img {
  transition: all 0.6s ease;
  transform: scale(1.1);
  filter: brightness(0.5);
}
.hmsec04 .owl-one .owl-item.active .item {
  transition: all 0.6s ease;
  transform: scale(1);
}

.hmsec05 {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}
.hmsec05::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16%;
  height: 100%;
  background: url("../img/bgleft.png") no-repeat;
  background-position: bottom;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .hmsec05::after {
    width: 32%;
    background-size: 100%;
  }
}
.hmsec05 .owl-testimonial .item {
  background: #f9f2e9;
  border: 1px solid #dcd6cd;
}
.hmsec05 .owl-testimonial .item .fisrpara {
  padding: 3rem 4rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec05 .owl-testimonial .item .fisrpara {
    padding: 3rem 2rem;
  }
}
.hmsec05 .owl-testimonial .item .fisrpara::before {
  content: "“";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  left: 5%;
  position: absolute;
  top: -8%;
  color: #969696;
  font-size: 6rem;
}
.hmsec05 .owl-testimonial .item .fisrpara::after {
  content: "“";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  right: 5%;
  position: absolute;
  bottom: -8%;
  color: #969696;
  font-size: 6rem;
  transform: rotate(180deg);
}
.hmsec05 .owl-testimonial .item .secndrpara {
  padding: 0 4rem 1rem;
}
.hmsec05 .owl-testimonial .item .secndrpara p {
  position: relative;
}
.hmsec05 .owl-testimonial .owl-nav {
  justify-content: start;
  margin-top: 2rem;
}

.hmsec06 {
  position: relative;
  padding: 5rem 0;
  background: #f9f2e9;
}

.abtsec01 {
  position: relative;
}
.abtsec01 .overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .abtsec01 .img {
    overflow: hidden;
  }
  .abtsec01 .img img {
    max-width: 240%;
    width: 240%;
    transform: translateX(-48%);
  }
}
@media screen and (max-width: 600px) {
  .abtsec01.collaborations .img img {
    max-width: 280%;
    width: 280%;
    transform: translateX(-34%);
  }
}

.abtsec02 {
  position: relative;
  padding: 5rem 0;
}
.abtsec02::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16%;
  height: 100%;
  background: url("../img/bgright.png") no-repeat;
  background-position: bottom;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .abtsec02::after {
    width: 18%;
    background-size: 100%;
  }
}

.img {
  position: relative;
}

.abtsec03 {
  position: relative;
  padding: 0 0 5rem;
  z-index: 1;
}
.abtsec03 .img {
  position: relative;
}
@media screen and (max-width: 999px) {
  .abtsec03 {
    padding: 5rem 0;
  }
  .abtsec03 .ordchn {
    order: -1;
  }
}
.abtsec03::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background: #f9f2e9;
  bottom: 0;
  height: 75%;
}
@media screen and (max-width: 1500px) {
  .abtsec03::before {
    height: 80%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec03::before {
    height: 100%;
  }
}

.abtsec04 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/dottBack.png") #713536 repeat;
}
@media screen and (max-width: 600px) {
  .abtsec04 {
    padding: 4rem 0;
  }
}
.abtsec04::after {
  content: "";
  position: absolute;
  right: 0;
  width: 19%;
  height: 100%;
  background: url("../img//bgrihttop.png") no-repeat;
  background-position: top;
  top: 0;
}
@media screen and (max-width: 600px) {
  .abtsec04::after {
    width: 63%;
    background-size: 100%;
  }
}
.abtsec04 ul {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  list-style: none;
}
@media screen and (max-width: 1600px) {
  .abtsec04 ul {
    width: 79%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec04 ul {
    width: 100%;
  }
}
.abtsec04 ul li {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .abtsec04 ul li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 2.9rem;
  }
}
.abtsec04 ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  background: #f9f2e9;
  right: 0;
}
@media screen and (max-width: 600px) {
  .abtsec04 ul li::before {
    width: 100%;
    top: unset;
    height: 1px;
    bottom: 0;
    left: 0;
  }
}
.abtsec04 ul li:nth-child(1) {
  padding-right: 10%;
}
@media screen and (max-width: 600px) {
  .abtsec04 ul li:nth-child(1) {
    padding: 0;
  }
}
.abtsec04 ul li:nth-child(2) {
  padding-left: 10%;
}
@media screen and (max-width: 600px) {
  .abtsec04 ul li:nth-child(2) {
    padding: 0;
    margin: 0;
  }
}
.abtsec04 ul li:nth-child(2)::before {
  content: unset;
}
.abtsec04 ul li h3 {
  margin-bottom: 1.8rem;
}
.abtsec04 ul li h3 span {
  position: relative;
}
.abtsec04 ul li h3 span::before {
  content: "";
  background: white;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 95%;
  position: absolute;
  transition: all 0.6s ease;
}
.abtsec04 ul li h3 span::after {
  content: "";
  background: #fff;
  right: 0;
  bottom: -2px;
  height: 1px;
  width: 95%;
  position: absolute;
  transition: all 0.6s ease;
}

.abtsec05 {
  background: #f9f2e9;
}
@media screen and (max-width: 999px) {
  .abtsec05 {
    padding: 5rem 0;
  }
  .abtsec05 .row {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .abtsec05 .row {
    padding: 0;
  }
}
.abtsec05 .contentpar {
  padding: 0 29% 0 11%;
}
@media screen and (max-width: 1500px) {
  .abtsec05 .contentpar {
    padding: 0 15% 0 8%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec05 .contentpar {
    padding: 0 15px;
  }
}

.abtsec06 {
  background: #fff;
}
@media screen and (max-width: 999px) {
  .abtsec06 {
    padding: 5rem 0;
  }
  .abtsec06 .row {
    padding: 0 15px;
  }
  .abtsec06 .orderchan {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .abtsec06 .row {
    padding: 0;
  }
}
.abtsec06 .contentpar {
  padding: 0 11% 0 29%;
}
@media screen and (max-width: 1500px) {
  .abtsec06 .contentpar {
    padding: 0 7% 0 15%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec06 .contentpar {
    padding: 0 15px;
  }
}

.abtsec08 {
  position: relative;
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}
.abtsec08::after {
  content: "";
  position: absolute;
  left: 0;
  width: 14%;
  height: 100%;
  background: url("../img/bgleft.png") no-repeat;
  background-position: bottom;
  bottom: 0;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  .projectpage01 p {
    line-height: 15px;
    margin-top: 5px;
  }
}

.projectpage02 {
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .projectpage02 {
    padding: 2.5rem 0;
  }
}

.projectpage03.dios .innecontainer {
  background: url("../img/project/dios/bg.webp") repeat;
}
.projectpage03.destiny .innecontainer {
  background: #914b3a;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
}
.projectpage03 .innecontainer {
  width: 83.33%;
  margin: 0 auto;
  background: #044449;
  padding: 1.9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .projectpage03 .innecontainer {
    width: 100%;
    padding: 1.9rem 30px;
  }
}
.projectpage03 .innecontainer p, .projectpage03 .innecontainer h3 {
  color: #fff;
}
.projectpage03 .innecontainer ul {
  margin: 0 0 0 2.9%;
  padding: 0;
}
.projectpage03 .innecontainer ul li {
  color: #fff;
  margin: 0;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .projectpage03 .innecontainer ul li {
    line-height: 21px;
    margin-bottom: 5px;
  }
}
.projectpage03 .innecontainer .img {
  text-align: center;
  position: relative;
  transition: all 0.6s ease;
  cursor: pointer;
}
.projectpage03 .innecontainer .img .map {
  transition: all 0.6s ease;
}
.projectpage03 .innecontainer .img:hover .map {
  filter: brightness(0.5);
}
.projectpage03 .innecontainer a.revers {
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .projectpage03 .innecontainer a.revers {
    position: relative;
    margin: 1rem 0;
  }
}
.projectpage03 .innecontainer .iconsezoom {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 127px;
  text-decoration: none;
}
.projectpage03 .innecontainer .iconsezoom img {
  border: 2px solid #bd825f;
  border-radius: 25px;
}
.projectpage03 .imgsec {
  position: relative;
  margin-top: -5%;
  z-index: -1;
  margin-bottom: 5rem;
}
.projectpage03 .dronetoour {
  margin: 2rem 0 4rem;
  overflow: hidden;
}
.projectpage03 .dronetoour a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.projectpage03 .dronetoour a .tranforanim {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .projectpage03 .dronetoour a .tranforanim {
    width: 140%;
  }
}
@media screen and (max-width: 600px) {
  .projectpage03 .dronetoour a .tranforanim {
    width: 100%;
  }
}
.projectpage03 .dronetoour a .imgoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.6196078431);
}
@media screen and (max-width: 999px) {
  .projectpage03 .dronetoour a .imgoverlay img {
    width: 120px;
  }
}

@media screen and (max-width: 999px) {
  .projectpage04 .gredianbg {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: transparent;
    color: #fff;
  }
}
.projectpage04 .club {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .projectpage04 .club {
    padding: 5rem 0;
  }
}
.projectpage04 .club::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #3f5794;
}
@media screen and (max-width: 999px) {
  .projectpage04 .club::before {
    height: 100%;
  }
}
.projectpage04 .poidium {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .projectpage04 .poidium .ordchage {
    order: 1;
  }
}
.projectpage04 .poidium::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #89795a;
}
@media screen and (max-width: 999px) {
  .projectpage04 .poidium::before {
    height: 100%;
  }
}
.projectpage04 ul {
  padding: 0 0 0 2.9%;
}
@media screen and (max-width: 1500px) {
  .projectpage04 ul {
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .projectpage04 ul {
    padding: 0 0 0 2rem;
  }
}
.projectpage04 ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1500px) {
  .projectpage04 ul li {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 999px) {
  .projectpage04 ul li {
    line-height: 21px;
    margin-bottom: 5px;
  }
}

.projectpage05 {
  position: relative;
  padding: 5rem 0;
}
.projectpage05 .nav-tabs {
  border: 0;
  background: #f9f2e9;
  margin-bottom: 2.9rem;
}
.projectpage05 .nav-tabs .nav-item {
  max-width: 50%;
  flex: 0 0 50%;
}
.projectpage05 .nav-tabs .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  border: 0;
  box-shadow: 0;
  position: relative;
  z-index: 1;
  color: #333;
  text-align: center;
  padding: 1.2rem 1rem;
}
.projectpage05 .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ba7e5c;
  transition: all 0.6s ease;
  z-index: -1;
}
.projectpage05 .nav-tabs .nav-item .nav-link.active, .projectpage05 .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
}
.projectpage05 .nav-tabs .nav-item .nav-link.active::before, .projectpage05 .nav-tabs .nav-item .nav-link:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.projectpage05 .owl-carousel .item {
  position: relative;
  cursor: pointer;
}
.projectpage05 .owl-carousel .item .img {
  border: 1px solid #8f8063;
  position: relative;
  transition: all 0.6s ease;
}
.projectpage05 .owl-carousel .item .img .overaly {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.projectpage05 .owl-carousel .item .img .overaly img {
  width: auto;
}
.projectpage05 .owl-carousel .item .img:hover {
  transition: all 0.6s ease;
}
.projectpage05 .owl-carousel .item .img:hover .overaly {
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.4509803922);
}
.projectpage05 .owl-carousel .item p {
  text-align: center;
  margin: 1rem 0 0;
}

.projectpage06 {
  padding: 5rem 0;
}
.projectpage06 .img {
  position: relative;
}
.projectpage06 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3882352941);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
  cursor: pointer;
}
.projectpage06 .img .overlay span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
  display: block;
  padding: 8px 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 1500px) {
  .projectpage06 .img .overlay span {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .projectpage06 .img .overlay span {
    font-size: 1rem;
  }
}
.projectpage06 p {
  line-height: 18px;
}

.projectpage07 .card {
  margin-top: 1rem;
}
.projectpage07 .card .card-header {
  padding: 0;
  background: transparent;
}
.projectpage07 .card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.96rem 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-size: 16px;
}
@media screen and (max-width: 600px) {
  .projectpage07 .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}
.projectpage07 .card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.projectpage07 .card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.projectpage07 .card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.projectpage07 .card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.projectpage07 .card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}

.projectpage08 {
  position: relative;
  padding: 2.5rem 0;
  background: #f9f9f9;
}
.projectpage08 a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 2rem;
  text-align: center;
}
.projectpage08 a .img {
  width: 75px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 999px) {
  .projectpage08 a .img {
    width: 45px;
  }
}

.projectpage-enquiry {
  position: relative;
  background-color: #89795a;
}
.projectpage-enquiry .custom-container {
  max-width: 86%;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .projectpage-enquiry .custom-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
.projectpage-enquiry .content {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .projectpage-enquiry .content {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .projectpage-enquiry .content {
    padding: 30px;
  }
}
.projectpage-enquiry .content form {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .projectpage-enquiry .content form {
    margin-top: 30px;
  }
}
.projectpage-enquiry .content form .input, .projectpage-enquiry .content form select {
  background-color: transparent;
  border-radius: 0;
  padding: 22px 15px;
  margin-top: 9px;
  width: 80%;
  color: #fff;
  border: 1px solid #fff;
}
.projectpage-enquiry .content form .input::-moz-placeholder, .projectpage-enquiry .content form select::-moz-placeholder {
  color: #fff;
}
.projectpage-enquiry .content form .input::placeholder, .projectpage-enquiry .content form select::placeholder {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .projectpage-enquiry .content form .input, .projectpage-enquiry .content form select {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .projectpage-enquiry .content form .input, .projectpage-enquiry .content form select {
    margin-top: 20px;
  }
}
.projectpage-enquiry .content form .input:focus, .projectpage-enquiry .content form select:focus {
  box-shadow: none;
  border-color: #fff;
}
.projectpage-enquiry .content form .input::-moz-placeholder, .projectpage-enquiry .content form select::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
  text-transform: uppercase;
}
.projectpage-enquiry .content form .input::placeholder, .projectpage-enquiry .content form select::placeholder {
  color: #fff !important;
  opacity: 1;
  text-transform: uppercase;
}
.projectpage-enquiry .content form select, .projectpage-enquiry .content form option {
  background-color: #000;
}

.projectland02 {
  position: relative;
  width: 100%;
  padding: 2rem 0 5rem;
  background: #f9f2e9;
}
.projectland02::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background: url(../img/bgright.png) no-repeat;
  background-position: bottom;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .projectland02::before {
    width: 45%;
    background-size: 100%;
  }
}
.projectland02.projectland03 {
  background: url(../img/dottBack.png) #3d3c40 repeat;
}
.projectland02.projectland03::before {
  content: unset;
}
.projectland02 a {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .projectland02 .row {
    margin: 0 -4px;
  }
}
@media screen and (max-width: 600px) {
  .projectland02 .row .col-6 {
    padding: 0 4px;
  }
}
@media screen and (max-width: 600px) {
  .projectland02 ul {
    margin: 0 0 0 18px;
    padding: 0;
  }
}
.projectland02 ul li {
  color: #713536;
}
.projectland02 ul li::marker {
  color: #b39257;
}
@media screen and (max-width: 600px) {
  .projectland02 ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
.projectland02 p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 600px) {
  .projectland02 p {
    font-size: 12px;
    line-height: 20px;
  }
}
.projectland02.ongoing .nav-tabs {
  background: #f9f2e9;
  margin-bottom: 2.9rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .projectland02.ongoing .nav-tabs {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .projectland02.ongoing .nav-tabs .nav-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.projectland02.ongoing .nav-tabs .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: 0;
  box-shadow: 0;
  position: relative;
  z-index: 1;
  color: #333;
  text-align: center;
  padding: 1.2rem 4rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .projectland02.ongoing .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 0.5rem 2rem;
  }
}
.projectland02.ongoing .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e9ddc9;
  transition: all 0.6s ease;
  z-index: -1;
}
.projectland02.ongoing .nav-tabs .nav-item .nav-link.active, .projectland02.ongoing .nav-tabs .nav-item .nav-link:hover {
  color: #ba7e5c;
  transition: all 0.6s ease;
}
.projectland02.ongoing .nav-tabs .nav-item .nav-link.active::before, .projectland02.ongoing .nav-tabs .nav-item .nav-link:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.projectland02.ongoing .img {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.projectland02.ongoing .img.explorimg {
  cursor: pointer;
}
.projectland02.ongoing .img img {
  transition: all 0.6s ease;
}
.projectland02.ongoing .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.projectland02.ongoing .img:hover .overlay {
  transition: all 0.6s ease;
  transform: scale(1);
  opacity: 1;
  background: rgba(0, 0, 0, 0.5411764706);
}
.projectland02.ongoing .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0274509804);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: all 0.6s ease;
  opacity: 0;
}
.projectland02.ongoing .img .overlay span {
  color: #773a3b;
  background: #fff;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 600px) {
  .projectland02.ongoing .img .overlay span {
    font-size: 12px;
    padding: 0.4rem 0.5rem;
  }
}

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

.career03 {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: #f9f2e9;
}
@media screen and (max-width: 600px) {
  .career03 {
    padding: 2.5rem 0;
  }
}
.career03::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background: url(../img/bgright.png) no-repeat;
  background-position: bottom;
  bottom: 0;
  background-size: 100%;
}
.career03 textarea {
  resize: none;
}

.contactsec02 {
  position: relative;
  padding: 5rem 0;
}
.contactsec02 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contactsec02 ul li {
  text-align: center;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 4rem;
}
@media screen and (max-width: 999px) {
  .contactsec02 ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .contactsec02 ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contactsec02 ul li p {
  color: #3d3c40;
}
.contactsec02 ul li p a {
  color: #3d3c40;
}
@media screen and (max-width: 600px) {
  .contactsec02 .img {
    width: 28px;
    margin: 0 auto 8px;
  }
}

.contactsec03 {
  position: relative;
  background: #fff6eb;
}
.contactsec03::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background: url(../img/bgright.png) no-repeat;
  background-position: bottom;
  bottom: 0;
  background-size: 100%;
}
.contactsec03 .frminnsec {
  padding: 5rem 27% 14rem 4%;
}
@media screen and (max-width: 1500px) {
  .contactsec03 .frminnsec {
    padding: 5rem 27% 9rem 4%;
  }
}
@media screen and (max-width: 999px) {
  .contactsec03 .frminnsec {
    padding: 5rem 0;
  }
}

footer {
  position: relative;
  background: #834435;
}
footer .sec01 {
  width: 100%;
  background: url(../img/ftbg.webp) no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}
@media screen and (max-width: 999px) {
  footer .sec01 {
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  footer .sec02 {
    margin-bottom: 42px;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  color: #fff;
  margin: 0 0 5px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer ul li a:hover {
  color: #fff;
  transition: all 0.6s ease;
  text-decoration: none;
}
footer ul li a.social {
  margin: 0 5px;
}
footer p {
  color: #fff;
}
footer p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}

#thank-you {
  background: #f9f2e9;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#thank-you h1, #thank-you p {
  text-align: center;
}
#thank-you .img {
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #thank-you .img {
    width: 240px;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .img {
    width: 210px;
  }
}

.ddYesnesub {
  display: none;
}
@media screen and (max-width: 600px) {
  .ddYesnesub {
    display: block;
  }
}

.dNonesub {
  display: none;
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  font-family: monospace;
  color: #713536;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  font-size: 2.2rem;
  bottom: unset;
  align-items: unset;
}
@media screen and (max-width: 1600px) {
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    width: 46px;
    height: 46px;
  }
}
.carousel .carousel-control-next span, .carousel .carousel-control-prev span {
  margin-top: 2px;
  font-size: 1.3em;
}
@media screen and (max-width: 1500px) {
  .carousel .carousel-control-next span, .carousel .carousel-control-prev span {
    margin-top: 1px;
  }
}
@media screen and (max-width: 600px) {
  .carousel .carousel-control-next span, .carousel .carousel-control-prev span {
    margin-top: 5px;
    font-size: 0.99em;
  }
}
.carousel .carousel-control-next:hover, .carousel .carousel-control-prev:hover {
  color: #713536;
  background: #fff;
}
.carousel .carousel-control-next {
  right: 5%;
}
.carousel .carousel-control-prev {
  left: 5%;
}

.mtop {
  margin-top: 125px;
}
.mtop.projectpage01 {
  margin-top: 167px;
}
@media screen and (max-width: 1600px) {
  .mtop.projectpage01 {
    margin-top: 139px;
  }
}
@media screen and (max-width: 1500px) {
  .mtop.projectpage01 {
    margin-top: 103px;
  }
}
@media screen and (max-width: 600px) {
  .mtop.projectpage01 {
    margin-top: 94px;
  }
}
@media screen and (max-width: 1600px) {
  .mtop {
    margin-top: 117px;
  }
}
@media screen and (max-width: 1500px) {
  .mtop {
    margin-top: 103px;
  }
}
@media screen and (max-width: 600px) {
  .mtop {
    margin-top: 94px;
  }
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #713536;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
  }
}
#scroll:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.owl-carousel .owl-nav {
  width: auto;
  position: unset;
  top: 0;
  display: flex;
  -ms-flex-pack: end;
  margin: 4rem auto 0;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 56px;
  height: 21px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/leftarrow.png") no-repeat !important;
  margin-right: 1rem;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../img/rightarrow.png") no-repeat !important;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrapper:after {
  position: absolute;
  content: url(../img/down-arrow.png);
  font-size: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

input, select, textarea, select {
  color: #3d3c40;
  border: 1px solid rgba(61, 60, 64, 0.4);
  resize: none;
  background: #fff;
  width: 100%;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(61, 60, 64, 0.4);
}
input::placeholder, select::placeholder, textarea::placeholder, select::placeholder {
  color: rgba(61, 60, 64, 0.4);
}

.stickyfix {
  position: fixed;
  top: 20rem;
  right: 0;
  z-index: 111;
}
@media screen and (max-width: 999px) {
  .stickyfix {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.stickyfix ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .stickyfix ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background: #b57d39;
  }
}
.stickyfix ul li {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .stickyfix ul li {
    flex: 0 0 33.33%;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5568627451);
  }
}
.stickyfix ul li:last-child {
  border-right: 0px solid rgba(255, 255, 255, 0.5568627451);
}
.stickyfix ul li a {
  color: #914b3a;
  width: 56px;
  height: 56px;
  border: 1px solid #914b3a;
  display: block;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.6s ease;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .stickyfix ul li a {
    margin: 0 auto;
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0;
    color: #fff;
    border-radius: 0;
  }
}
.stickyfix ul li a:hover {
  transition: all 0.6s ease;
}
.stickyfix ul li a:hover span {
  transition: all 1.6s ease;
  display: block;
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  .stickyfix ul li a:hover span {
    display: none;
  }
}
.stickyfix ul li a i {
  font-size: 1.6rem;
  transition: all 0.6s ease;
}
.stickyfix ul li a span {
  position: absolute;
  left: -153px;
  width: 153px;
  padding: 10px;
  background: linear-gradient(45deg, #914b3a 42%, #bd825f 100%);
  color: #fff;
  border-radius: 24px;
  text-align: center;
  transition: all 1.6s ease;
  display: none;
  opacity: 0;
  transform: translateX(80%);
}
@media screen and (max-width: 999px) {
  .stickyfix ul li a span {
    transform: unset;
    border: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
    opacity: 0;
  }
}

.EurostileLTStd {
  font-family: "Eurostile LT Std";
}

.Gilroy {
  font-family: "Gilroy";
}

.har-modal .modal-dialog {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: unset !important;
}
.har-modal .modal-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.har-modal .form-control:focus {
  border-color: #000000 !important;
  box-shadow: none !important;
}
.har-modal textarea::-moz-placeholder {
  color: #b1b1b3 !important;
}
.har-modal textarea::placeholder {
  color: #b1b1b3 !important;
}
.har-modal .close {
  display: none !important;
}

.disclaimer-modal .modal-content {
  padding: 10px 20px;
}

@font-face {
  font-family: "Eurostile LT Std";
  src: url("../fonts/EurostileLTStd.woff2") format("woff2"), url("../fonts/EurostileLTStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.exporea-Aima {
  animation-name: exporeaAimat;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1.29s;
}

.animate__flipInX {
  animation-name: flipInX;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1.29s;
}

.animate__fadeInUp {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1.29s;
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1.29s;
}

.tranforanim {
  animation: transanim 12s infinite;
}

.ExploreimgAnim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
}
.ExploreimgAnim .imgAnimBox {
  width: 100%;
  height: 100%;
  background: #f9f2e9;
  transform-origin: right;
}
.ExploreimgAnim .imgAnimBox.left {
  transform-origin: left;
}
@media screen and (max-width: 999px) {
  .ExploreimgAnim .imgAnimBox.left {
    transform-origin: right;
  }
}

.imgAnim-me {
  animation-name: imgAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1.4s;
}
@keyframes imgAnim {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes widthtrans {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@keyframes widthtranssec02 {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 100%;
  }
}
@keyframes animateleft {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  50% {
    left: 20%;
    opacity: 0.5;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes scaleimg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bottomtxt {
  0% {
    top: 29rem;
  }
  100% {
    top: 0;
  }
}
@keyframes exporeaAimat {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes transanim {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes bottom_top {
  0% {
    bottom: -100%;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=style.css.map */


.sect-design {
  background-color: #f0dedc;
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #e1c2c2;
  min-height: 300px;
  overflow: hidden;
}
.sect-design.one{
  border-color:#e1c2c2;
}
.sect-design.sc{
  border-color:#ccc4ec;
}
.sect-design.th{
  border-color:#b4dae4;
}
.sect-design.fr{
  border-color:#e1c2c2;
}
.sect-design-again {
  padding: 15px;
  border-radius: 10px;
  min-height: 300px;
  overflow: hidden;
  box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
  border-radius: 10px;
}
.sec-two {
  background-color: #fffaf6;
  padding: 20px;
  border: 2px solid #c7a8a8;
  border-radius: 10px;
}
.underline-add {
  border-bottom: 2px solid #7c323a;
}
.mediaum-new{
  color: #7c323a;
  font-size:18px;
}
.mediaum-extr{
  color: #7c323a;
  font-weight: 800;
  font-size: 30px;
}

a.btn-click {
    background-color: #ddb072;
    border-radius: 10px;
    color: #ffffff;
    padding: 11px 25px;
    font-size: 17px;
    text-decoration: none;
    width: 100%;
    max-width: 150px;
}
a.btn-click  i.fa.fa-arrow-right {
  padding-left: 8px;
  font-size: 20px;
}
a.btn-click:hover {
  background-color: #713536;
}

.section-wrapper {
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.section-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
}

/* LEFT MENU */
.left-menu {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 16px;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
}

.tab-btn.active {
  background: #e0e0e0;
  font-weight: 600;
}

/* RIGHT CONTENT */
.right-content {
  width: 70%;
}
.tab-content-new{
  display: none;
}
.tab-content-new.active {
  display: block;
}

.image-box {
  border: 2px solid #ddd;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.image-box img {
  width: 100%;
  border-radius: 4px;
}

.tab-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.image-box img{
  max-height: 200px;
}

/* MOBILE */
@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
  }

  .left-menu {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }

  .tab-btn {
    white-space: nowrap;
    min-width: 220px;
    text-align: center;
    font-size: 12px;
    padding: 10px 7px;
  }

  .right-content {
    width: 100%;
  }
}
.infra-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.infra-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1);
}

.infra-card img {
    height: 180px;
    object-fit: cover;
}

.infra-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.infra-card .card-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}
.accordion-strategic{
  width: 100%;
}
.accordion-strategic .accordion-item{
  border: 1px solid #ddb072;
}
.accordion-strategic h3 {
  padding: 15px;
  background-color: #ddb072;
  color: #ffffff;
}
.accordion-strategic .accordion-collapse{
  color: #000000;
  padding: 15px;
}

.quality-item {
  background: #ddb072;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

h3.card-title.text-center {
  color: #ffffff;
  margin-bottom: 15px;
}

.quality-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff;
}

.project-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Image Overlay */
.img-overlay {
    position: relative;
}

.img-overlay img {
    height: 230px;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 40, 0.65);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.overlay-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.overlay-content span {
    font-size: 13px;
    opacity: 0.9;
}