/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Avenir Next Cyr";
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 83px 0 0;
  }
}

p, li, .size16 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1500px) {
  p, li, .size16 {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 999px) {
  p, li, .size16 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  p, li, .size16 {
    font-size: 15px;
    line-height: 23px;
  }
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1400px) {
  .size60 {
    font-size: 50px;
  }
}
.size60.material-symbols-outlined {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60.material-symbols-outlined {
    font-size: 55px;
  }
}
@media screen and (max-width: 1400px) {
  .size60.material-symbols-outlined {
    font-size: 50px;
  }
}

.italic {
  font-style: italic;
}

.size48 {
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1500px) {
  .size48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .size48 {
    font-size: 32px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

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

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

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

.size26 {
  font-size: 25px;
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .size18 {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.clr1 {
  color: #c52e49;
}

.clr2 {
  color: #958362;
}

.clr3 {
  color: #fff;
}

.txtgredian {
  background: #F9CF7D;
  background: linear-gradient(90deg, rgb(249, 207, 125) 0%, rgb(206, 162, 90) 50%, rgb(177, 128, 73) 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.heading p {
  letter-spacing: 4px;
}

.headfnt {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.container {
  max-width: 80%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.container2 {
  max-width: 90%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 94.7%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 98%;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.material-symbols-outlined {
  font-weight: 200;
  font-size: 29px;
}
.material-symbols-outlined.size180 {
  font-size: 120px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size180 {
    font-size: 95px;
  }
}

#whatsAppChatOpener:before, #whatsAppChatOpener:after {
  background-color: #958362 !important;
}
#whatsAppChatOpener .whatsAppChatBadge {
  display: none;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
}
.navbar.bgclr {
  background: #000;
}
@media screen and (max-width: 999px) {
  .navbar {
    background: #000;
    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: transparent;
  margin-left: 25px;
}
.navbar .menu-btn .material-symbols-outlined {
  font-size: 51px;
}
@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: #000;
  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: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  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;
}
@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:hover {
  opacity: 0.7;
}

.hmsec01 {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 19/9;
}
.hmsec01 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
}
.hmsec01 .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay {
    position: unset;
  }
}
.hmsec01 .overlay .sec02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay .sec02 {
    position: absolute;
    bottom: 29%;
    width: 100%;
    margin: 0;
    display: none;
  }
}
.hmsec01 .overlay .sec02 .sctxt {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.hmsec01 .overlay .sec02 .scroll_down {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 45px;
  width: 29px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  display: block;
  margin-bottom: 5px;
}
.hmsec01 .overlay .sec02 .scroll_down::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}

.hmsec02 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/home/bg01.png") no-repeat #fff;
  background-position: right bottom;
}
@media screen and (max-width: 999px) {
  .hmsec02 {
    padding: 2.5rem 0;
  }
}
.hmsec02 a {
  text-decoration: none;
  transition: all 0.6s ease;
}
.hmsec02 a:hover {
  transition: all 0.6s ease;
  color: #705e3d;
}
@media screen and (max-width: 600px) {
  .hmsec02 p {
    text-align: justify;
  }
}
.hmsec02 h3 {
  font-weight: 600;
}

.hmsec03 {
  position: relative;
}
.hmsec03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  background: url("../img/home/bg02.jpg") repeat;
  width: 100%;
}
.hmsec03 .sec01 {
  position: relative;
  z-index: 1;
}
.hmsec03 .sec01 .milestones {
  background: #958362;
  color: #fff;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 999px) {
  .hmsec03 .sec01 .milestones {
    padding: 1.5rem 15px;
  }
  .hmsec03 .sec01 .milestones h3 br {
    display: none;
  }
}
.hmsec03 .sec01 .inncon {
  display: flex;
  flex-wrap: wrap;
}
.hmsec03 .sec01 .inncon .item {
  max-width: 25%;
  flex: 0 0 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec01 .inncon .item {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: start;
    border-bottom: 1px solid #a99b81;
    padding: 1rem 0;
  }
  .hmsec03 .sec01 .inncon .item:last-child {
    border-bottom: 0;
  }
}
.hmsec03 .sec01 .inncon .item .size60 {
  line-height: 52px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec01 .inncon .item .size60 {
    margin-bottom: 0;
  }
}
.hmsec03 .sec01 .inncon .item .size18 {
  line-height: 23px;
}
@media screen and (max-width: 1500px) {
  .hmsec03 .sec01 .inncon .item .size18 {
    line-height: 16px;
    font-size: 14px;
  }
}
.hmsec03 .sec01 .inncon .item .txt {
  padding-left: 15px;
  max-width: 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec01 .inncon .item .txt {
    max-width: 80%;
    flex: 0 0 80%;
  }
}
.hmsec03 .sec01 .inncon .item .ico {
  margin-top: 7px;
  max-width: 30%;
  flex: 0 0 30%;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec01 .inncon .item .ico {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.hmsec03 .sec01 .brd {
  border-right: 1px solid #fff;
}
.hmsec03 .sec02 {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec02 {
    padding: 2.5rem 0;
  }
}
.hmsec03 .sec02 .item {
  width: 100%;
  background: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
}
.hmsec03 .sec02 .item .overlay {
  display: none;
}
.hmsec03 .sec02 .item .txt {
  padding: 15px 15px;
}
.hmsec03 .sec02 .item .txt .btn {
  padding: 6px 18px;
  font-size: 12px;
}
.hmsec03 .sec02 .item .img {
  overflow: hidden;
}
.hmsec03 .sec02 .item:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.hmsec03 .sec02 .item:hover .overlay {
  transition: all 0.6s ease;
  background: rgba(149, 131, 98, 0.4705882353);
}
.hmsec03 .sec02 .item:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}
.hmsec03 .sec02 .nav {
  border: 0;
  border-bottom: 1px solid #000;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 999px) {
  .hmsec03 .sec02 .nav {
    margin: 1.5rem 0;
    width: 100%;
  }
}
.hmsec03 .sec02 .nav .nav-item {
  position: relative;
  padding: 0 10px;
}
.hmsec03 .sec02 .nav .nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #000;
}
.hmsec03 .sec02 .nav .nav-item:last-child::before {
  content: unset;
}
.hmsec03 .sec02 .nav .nav-item .nav-link {
  background: transparent;
  transition: all 0.6s ease;
  border: 0;
  width: 100%;
  display: block;
  padding: 11px 15px;
  text-transform: uppercase;
  color: #000;
}
.hmsec03 .sec02 .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #c52e49;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
.hmsec03 .sec02 .nav .nav-item .nav-link:hover, .hmsec03 .sec02 .nav .nav-item .nav-link.active {
  background: transparent;
  transition: all 0.6s ease;
  color: #c52e49;
}
.hmsec03 .sec02 .nav .nav-item .nav-link:hover::before, .hmsec03 .sec02 .nav .nav-item .nav-link.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}
@media screen and (max-width: 999px) {
  .hmsec03 .sec02 .owl-carousel .owl-nav {
    justify-content: start;
  }
}

.hmsec04 {
  position: relative;
  padding: 5rem 0;
  background: url("../img//home/bg03.jpg") no-repeat;
}
@media screen and (max-width: 999px) {
  .hmsec04 {
    padding: 2.5rem 0;
    background-size: cover;
  }
}
.hmsec04 .slider-nav {
  padding-right: 10%;
}
@media screen and (max-width: 1600px) {
  .hmsec04 .slider-nav {
    padding-right: 4%;
  }
}
.hmsec04 .slider-nav .slick-slide {
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #958362;
  padding: 16px 29px;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .hmsec04 .slider-nav .slick-slide {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .hmsec04 .slider-nav .slick-slide {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec04 .slider-nav .slick-slide {
    text-align: center;
    padding: 16px 15px;
  }
}
.hmsec04 .slider-nav .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #958362;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transition: all 0.6s ease;
}
.hmsec04 .slider-nav .slick-slide:hover, .hmsec04 .slider-nav .slick-slide.slick-current {
  color: #fff;
}
.hmsec04 .slider-nav .slick-slide:hover::before, .hmsec04 .slider-nav .slick-slide.slick-current::before {
  height: 100%;
  transition: all 0.6s ease;
}
.hmsec04 .slider-nav .slick-slide:last-child {
  border-bottom: 0px solid #958362;
}
@media screen and (max-width: 999px) {
  .hmsec04 .slider-nav .slick-slide:last-child {
    border-bottom: 1px solid #958362;
  }
}
@media screen and (max-width: 999px) {
  .hmsec04 .slider-nav .slick-arrow {
    display: none !important;
  }
}
.hmsec04 .slider-main .item ul {
  padding: 0 0 0 20px;
}
.hmsec04 .slider-main .item ul li {
  margin-bottom: 20px;
}
.hmsec04 .slider-main .item ul li::marker {
  color: #958362;
}
.hmsec04 .slider-main .item ul li:last-child {
  margin: 0;
}
.hmsec04 .slider-main .slick-slide .img {
  overflow: hidden;
}
.hmsec04 .slider-main .slick-slide .img img {
  transition: all 1.49s ease;
  transform: scale(2.5);
}
.hmsec04 .slider-main .slick-slide.slick-active .img {
  overflow: hidden;
}
.hmsec04 .slider-main .slick-slide.slick-active .img img {
  transition: all 1.49s ease;
  transform: scale(1);
}

.hmsec05 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec05 {
    padding: 2.5rem 0;
  }
}
.hmsec05 .txtsec {
  padding-right: 10%;
}
@media screen and (max-width: 600px) {
  .hmsec05 .txtsec {
    padding-right: 0%;
  }
}
.hmsec05 .txtsec p {
  text-align: justify;
}
.hmsec05 .sidex01 {
  position: absolute;
  width: 213px;
  height: 91px;
  background: url("../img/home/scropop01.png") no-repeat;
  background-size: 100%;
  top: -5.5%;
  left: 10%;
}
@media screen and (max-width: 1700px) {
  .hmsec05 .sidex01 {
    width: 168px;
    height: 75px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec05 .sidex01 {
    width: 100px;
    height: 44px;
    top: -3.5%;
    left: 6%;
  }
}
.hmsec05 .sidex02 {
  position: absolute;
  width: 170px;
  height: 183px;
  background: url("../img/home/scropop02.png") no-repeat;
  background-size: 100%;
  top: 21%;
  left: 0;
}
@media screen and (max-width: 1700px) {
  .hmsec05 .sidex02 {
    width: 124px;
    height: 138px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec05 .sidex02 {
    width: 76px;
    height: 84px;
  }
}
.hmsec05 .sidex03 {
  position: absolute;
  width: 178px;
  height: 188px;
  background: url("../img/home/scropop03.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 2%;
}
@media screen and (max-width: 1700px) {
  .hmsec05 .sidex03 {
    width: 127px;
    height: 133px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec05 .sidex03 {
    width: 69px;
    height: 72px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec05 .sidex03 {
    right: 0;
    left: unset;
  }
}

.abtsec01 {
  position: relative;
}
@media screen and (max-width: 999px) {
  .abtsec01 .img {
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .img img.w-100 {
    max-width: 150%;
    width: 150% !important;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .img img.w-100 {
    max-width: 410%;
    width: 410% !important;
  }
}
.abtsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .abtsec01 .overlay {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .overlay {
    padding: 0;
  }
  .abtsec01 .overlay p {
    text-align: justify;
  }
}
.abtsec01 .overlay ul {
  list-style-type: none;
  padding: 0;
  margin: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
@media screen and (max-width: 1600px) {
  .abtsec01 .overlay ul {
    width: 67%;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec01 .overlay ul {
    width: 66%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .overlay ul {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay ul {
    width: 100%;
  }
}
.abtsec01 .overlay ul li {
  max-width: 25%;
  flex: 0 0 25%;
  position: relative;
  padding: 0 1.5rem;
}
.abtsec01 .overlay ul li .size18 {
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  .abtsec01 .overlay ul li .size18 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .abtsec01 .overlay ul li .size18 {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay ul li .size18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
  }
}
.abtsec01 .overlay ul li::before {
  content: "";
  background: rgba(255, 255, 255, 0.3411764706);
  width: 1px;
  height: 80%;
  top: 10%;
  left: -7%;
  position: absolute;
}
.abtsec01 .overlay ul li:nth-child(1)::before {
  content: unset;
}
.abtsec01 .overlay ul li:nth-child(1) {
  padding-left: 0;
}
.abtsec01 .overlay ul li:nth-child(4) {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay ul li:nth-child(4) {
    padding-left: 1rem;
    padding-right: 0;
  }
  .abtsec01 .overlay ul li:nth-child(4)::before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay ul li:nth-child(3) {
    padding-left: 0;
    padding-right: 1rem;
  }
  .abtsec01 .overlay ul li:nth-child(3)::before {
    content: unset;
  }
}
.abtsec01 .overlay ul li .size60 {
  line-height: 64px;
}

.abtsec02 {
  position: relative;
  background: url("../img/home/bg02.jpg") repeat;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec02 {
    padding: 2.5rem 0;
  }
  .abtsec02 p {
    text-align: justify;
  }
}
.abtsec02 .item {
  transition: all 0.6s ease;
  padding: 0;
}
.abtsec02 .item .txt {
  text-align: center;
  transition: all 0.6s ease;
  margin-top: 1rem;
}
.abtsec02 .valuesection .owl-item {
  padding: 2.2vw;
  position: relative;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item {
    padding: 1rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .abtsec02 .valuesection .owl-item {
    padding: 15px;
  }
}
.abtsec02 .valuesection .owl-item .txt2 {
  display: none;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item .txt2 {
    display: block;
  }
}
.abtsec02 .valuesection .owl-item:nth-child(5) {
  left: -4vw;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item:nth-child(5) {
    left: 0;
  }
}
.abtsec02 .valuesection .owl-item.active.center .img {
  transform: scale(2.2);
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item.active.center .img {
    transform: scale(1);
  }
}
.abtsec02 .valuesection .owl-item.active.center .txt {
  margin-top: 54%;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item.active.center .txt {
    margin-top: 1rem;
  }
}
.abtsec02 .valuesection .owl-item.active.center .txt2 {
  display: block;
  width: 30vw;
  margin-left: -8.5vw;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item.active.center .txt2 {
    width: 100%;
    margin: 0;
    text-align: justify;
  }
}
.abtsec02 .valuesection .owl-item.active.center + .active {
  right: -4vw;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item.active.center + .active {
    right: 0;
  }
}
.abtsec02 .valuesection .owl-item.active.prevCard {
  left: -4vw;
}
@media screen and (max-width: 999px) {
  .abtsec02 .valuesection .owl-item.active.prevCard {
    left: 0;
  }
}

.abtsec03 {
  position: relative;
  background: url("../img/about/02.jpg") no-repeat;
  padding: 5rem 0;
  color: #fff;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 2.5rem 0;
    background-position: right bottom;
  }
}
.abtsec03 .txt {
  padding-right: 20%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .txt {
    padding-right: 0%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .txt {
    margin: 0 0 2rem;
    padding: 1.5rem 0;
    box-shadow: 0 5px 9px rgba(255, 255, 255, 0.1607843137);
    background: rgba(150, 131, 99, 0.968627451);
  }
  .abtsec03 .txt h3, .abtsec03 .txt p {
    padding: 0 20px;
    text-align: justify;
  }
}
.abtsec03 .txt p {
  height: 95px;
}
@media screen and (max-width: 999px) {
  .abtsec03 .txt p {
    height: auto;
    text-align: justify;
  }
}

.ourleadersec01 {
  position: relative;
}
.ourleadersec01 .sec01 {
  position: relative;
  padding: 5rem 0 10rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .ourleadersec01 .sec01 {
    padding: 2.5rem 0;
  }
}
.ourleadersec01 .bredcrum {
  position: relative;
  z-index: 1;
}
.ourleadersec01 .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29%;
}
@media screen and (max-width: 999px) {
  .ourleadersec01 .overlay {
    width: 100%;
    top: 0;
    bottom: unset;
    overflow: hidden;
    height: 100%;
  }
  .ourleadersec01 .overlay img {
    width: 114%;
    max-width: 114%;
  }
}
@media screen and (max-width: 600px) {
  .ourleadersec01 .overlay {
    height: 18%;
    overflow: hidden;
  }
}
.ourleadersec01.rede2 {
  background: url("../img/redevelopment/bg01.png") no-repeat #ded7c5;
  background-position: left bottom;
}
.ourleadersec01.carresec02 {
  background: url("../img/home/bg02.jpg") repeat;
}
.ourleadersec01.csr2 .sec01::before {
  content: "";
  position: absolute;
  width: 11%;
  height: 100%;
  background: url(../img/csr/bg.png) no-repeat;
  background-position: center right;
  right: 3%;
  background-size: 100%;
  top: 0;
}
@media screen and (max-width: 999px) {
  .ourleadersec01.csr2 .sec01::before {
    content: unset;
  }
}
.ourleadersec01.csr2 .sec01 .container {
  z-index: 1;
  position: relative;
}
.ourleadersec01 .galleryitem {
  padding: 2.9rem 0 5rem;
}
.ourleadersec01 .galleryitem ul.nav.navsubm {
  border-bottom: 1px solid #000;
}
.ourleadersec01 .galleryitem ul.nav.navsubm li {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .ourleadersec01 .galleryitem ul.nav.navsubm li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin: 0;
  }
}
.ourleadersec01 .galleryitem ul.nav.navsubm li:first-child {
  padding-left: 0;
}
.ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link {
  text-align: center;
  background: transparent;
  color: #000;
  border: 0;
  position: relative;
  font-size: 18px;
  padding: 17px 34px;
  display: block;
  text-transform: uppercase;
  transition: all 0.6s ease;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: #958362;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.6s ease;
  z-index: -1;
}
.ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link:hover, .ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link.active {
  color: #fff;
  background: transparent;
  transition: all 0.6s ease;
}
.ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link:hover::before, .ourleadersec01 .galleryitem ul.nav.navsubm li a.nav-link.active::before {
  height: 100%;
  transition: all 0.6s ease;
}
.ourleadersec01 .galleryitem .item {
  width: 100%;
  background: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
}
.ourleadersec01 .galleryitem .item .txt {
  padding: 15px 15px;
}
.ourleadersec01 .galleryitem .item .img {
  overflow: hidden;
}
.ourleadersec01 .galleryitem .item:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.ourleadersec01 .galleryitem .item:hover .overlay {
  transition: all 0.6s ease;
  background: rgba(149, 131, 98, 0.4705882353);
}
.ourleadersec01 .galleryitem .item:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}

.ourleadersec02 {
  position: relative;
  padding: 5rem 0;
  background: #12202e;
}
@media screen and (max-width: 600px) {
  .ourleadersec02 {
    padding: 2.5rem 0;
  }
}
.ourleadersec02.bgdif {
  background: #ba9d5e;
}
.ourleadersec02 .container {
  position: relative;
  z-index: 1;
}
.ourleadersec02 .txt {
  color: #fff;
}
.ourleadersec02 .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29%;
  background: #daccbd;
  height: 110%;
}
@media screen and (max-width: 999px) {
  .ourleadersec02 .overlay {
    display: none;
  }
}
.ourleadersec02 .sidex01 {
  position: absolute;
  width: 213px;
  height: 91px;
  background: url("../img/home/scropop01.png") no-repeat;
  background-size: 100%;
  top: -5.5%;
  left: 10%;
}
@media screen and (max-width: 1700px) {
  .ourleadersec02 .sidex01 {
    width: 168px;
    height: 75px;
  }
}
@media screen and (max-width: 1500px) {
  .ourleadersec02 .sidex01 {
    width: 100px;
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .ourleadersec02 .sidex01 {
    width: 76px;
    height: 34px;
    top: -2.5%;
  }
}
.ourleadersec02 .sidex02 {
  position: absolute;
  width: 170px;
  height: 183px;
  background: url("../img/home/scropop02.png") no-repeat;
  background-size: 100%;
  top: 21%;
  left: 0;
}
@media screen and (max-width: 1700px) {
  .ourleadersec02 .sidex02 {
    width: 124px;
    height: 138px;
  }
}
@media screen and (max-width: 1500px) {
  .ourleadersec02 .sidex02 {
    width: 61px;
    height: 84px;
  }
}
@media screen and (max-width: 600px) {
  .ourleadersec02 .sidex02 {
    width: 53px;
    height: 55px;
    top: 22%;
    z-index: 1;
  }
}
.ourleadersec02 .sidex03 {
  position: absolute;
  width: 178px;
  height: 188px;
  background: url("../img/home/scropop03.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 2%;
}
@media screen and (max-width: 1700px) {
  .ourleadersec02 .sidex03 {
    width: 127px;
    height: 133px;
  }
}
@media screen and (max-width: 1500px) {
  .ourleadersec02 .sidex03 {
    width: 69px;
    height: 72px;
  }
}
@media screen and (max-width: 600px) {
  .ourleadersec02 .sidex03 {
    width: 53px;
    height: 56px;
    left: unset;
    right: 0;
  }
}

.ourleadersec03 {
  position: relative;
}
@media screen and (max-width: 999px) {
  .ourleadersec03 {
    overflow: hidden;
  }
}
.ourleadersec03 .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 3rem 0 0;
}
@media screen and (max-width: 600px) {
  .ourleadersec03 .overlay {
    position: unset;
    background: url("../img/our-leadership/02a.jpg") no-repeat;
    background-size: cover;
    padding: 2.5rem 0;
    background-position: bottom center;
  }
  .ourleadersec03 .overlay p {
    text-align: justify;
  }
}
.ourleadersec03 .img {
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .ourleadersec03 .img {
    width: 140% !important;
    max-width: 140%;
  }
}
@media screen and (max-width: 600px) {
  .ourleadersec03 .img {
    display: none;
  }
}

.csrsec02 {
  position: relative;
  background: #705e3d;
  color: #fff;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .csrsec02 {
    padding: 2.5rem 0;
  }
}
.csrsec02 .sec01, .csrsec02 .sec02 {
  padding: 2.5rem 0;
}
.csrsec02 .sec01 p, .csrsec02 .sec02 p {
  text-align: justify;
}
.csrsec02 .sec01 .row, .csrsec02 .sec02 .row {
  align-items: center;
}
.csrsec02 .sec01 .img, .csrsec02 .sec02 .img {
  border: 1px solid #fff;
  position: relative;
}
.csrsec02 .sec01 .img .number, .csrsec02 .sec02 .img .number {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .csrsec02 .sec01 .img .number, .csrsec02 .sec02 .img .number {
    font-size: 20px;
    width: 34px;
    height: 34px;
    right: -17px;
  }
}
.csrsec02 .sec01 .txt {
  padding-left: 3rem;
}
@media screen and (max-width: 999px) {
  .csrsec02 .sec01 .txt {
    padding: 0;
  }
}
.csrsec02 .sec01 .img .number {
  right: -20px;
}
@media screen and (max-width: 999px) {
  .csrsec02 .sec01 .img .number {
    left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .csrsec02 .sec01 .img .number {
    left: -17px;
  }
}
@media screen and (max-width: 999px) {
  .csrsec02 .sec02 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.csrsec02 .sec02 .txt {
  padding-right: 3rem;
  padding-left: 4rem;
}
@media screen and (max-width: 999px) {
  .csrsec02 .sec02 .txt {
    padding: 0;
  }
}
.csrsec02 .sec02 .img .number {
  left: -20px;
}

.csrsec03 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .csrsec03 {
    padding: 2.5rem 0;
  }
}
.csrsec03 .sec01 p, .csrsec03 .sec02 p {
  text-align: justify;
}
.csrsec03 .sec01 ul, .csrsec03 .sec02 ul {
  padding: 0 0 0 20px;
}
.csrsec03 .sec01 ul li::marker, .csrsec03 .sec02 ul li::marker {
  color: #816d4c;
}
.csrsec03 .sec01 .txt, .csrsec03 .sec02 .txt {
  margin-top: 2rem;
}
.csrsec03 .sec01 p, .csrsec03 .sec01 li, .csrsec03 .sec02 p, .csrsec03 .sec02 li {
  line-height: 22px;
}
.csrsec03 .sec01 .txt {
  padding-right: 3rem;
}
@media screen and (max-width: 999px) {
  .csrsec03 .sec01 .txt {
    padding: 0;
  }
}
.csrsec03 .sec02 {
  padding: 0 0 2.5rem;
  background: #ebebeb;
}
.csrsec03 .sec02 .txt {
  padding-left: 3rem;
}
@media screen and (max-width: 999px) {
  .csrsec03 .sec02 .txt {
    padding: 0;
  }
}

.carresec03 {
  position: relative;
  padding: 5rem 0 0;
  background: url("../img/career/03.jpg") no-repeat;
}
@media screen and (max-width: 999px) {
  .carresec03 {
    padding: 2.5rem 0;
  }
  .carresec03 .orchange {
    order: -1;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .carresec03 {
    background-size: cover;
  }
}
.carresec03 .clgbngic {
  padding: 0 2.9rem;
}
@media screen and (max-width: 999px) {
  .carresec03 .clgbngic {
    padding: 0;
  }
}
.carresec03 .clgbngic input, .carresec03 .clgbngic textarea, .carresec03 .clgbngic select {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.6588235294);
  color: #000;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6588235294);
}
@media screen and (max-width: 999px) {
  .carresec03 .clgbngic input, .carresec03 .clgbngic textarea, .carresec03 .clgbngic select {
    padding: 8px 15px;
  }
}
.carresec03 .clgbngic input::-moz-placeholder, .carresec03 .clgbngic textarea::-moz-placeholder, .carresec03 .clgbngic select::-moz-placeholder {
  font-size: 14px;
  color: #000;
  padding: 0 15px;
}
.carresec03 .clgbngic input::placeholder, .carresec03 .clgbngic textarea::placeholder, .carresec03 .clgbngic select::placeholder {
  font-size: 14px;
  color: #000;
  padding: 0 15px;
}
.carresec03 .clgbngic input:focus, .carresec03 .clgbngic textarea:focus, .carresec03 .clgbngic select:focus {
  border: 1px solid #b89b5c;
  outline: 0;
}
.carresec03 .clgbngic input[type=file], .carresec03 .clgbngic textarea[type=file], .carresec03 .clgbngic select[type=file] {
  background: transparent;
  padding: 13px 0;
  border: 0;
  color: #fff;
}
.carresec03 .clgbngic label {
  color: #fff;
}
.carresec03 .content {
  background: #fff;
  text-align: center;
  padding: 3rem 2.9rem;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .carresec03 .content {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 999px) {
  .carresec03 .content {
    padding: 2rem 1.5rem;
  }
}
.carresec03 .content h4 {
  height: auto;
}
@media screen and (max-width: 999px) {
  .carresec03 .content h4 {
    height: auto;
  }
}
.carresec03 .content2 {
  background: url("../img/career/05.jpg") no-repeat;
  padding: 3rem 6rem;
}
@media screen and (max-width: 999px) {
  .carresec03 .content2 {
    background-size: cover;
    padding: 3rem 30px;
  }
}
.carresec03 .content2 p {
  color: #fff;
}
.carresec03 .sec01 {
  margin-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.buyerguidesec01 {
  position: relative;
  padding: 0 0 5rem;
}
@media screen and (max-width: 600px) {
  .buyerguidesec01 {
    padding: 0 0 2.5rem;
  }
}
.buyerguidesec01 .sec01 {
  padding: 0 0;
}
.buyerguidesec01 .sec01 .headline {
  padding: 2.5rem 5% 1.5rem;
  border-bottom: 1px solid #a6863a;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .buyerguidesec01 .sec01 .headline {
    padding: 2.5rem 0;
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .buyerguidesec01 .sec01 .headline p {
    text-align: justify;
  }
}
.buyerguidesec01 .sec01 .content {
  background: #ebebeb;
  padding: 5rem 6.5rem;
}
@media screen and (max-width: 600px) {
  .buyerguidesec01 .sec01 .content {
    padding: 2.5rem 15px;
  }
}
.buyerguidesec01 .sec01 .content p {
  text-align: justify;
}

.contactsec02 {
  background: url(../img/home/bg02.jpg) repeat;
  position: relative;
}
.contactsec02 .sec01 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .contactsec02 .sec01 {
    padding: 2.5rem 0;
  }
}
.contactsec02 .sec01 .bgicon {
  background: url(../img/contact/bgicon.png) no-repeat;
  width: 12%;
  height: 76%;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  .contactsec02 .sec01 .bgicon {
    width: 9%;
    height: 66%;
  }
}
.contactsec02 .sec01 .txt h2 {
  border-bottom: 1px solid #a6863a;
  padding: 0 0 10px;
}
.contactsec02 .sec01 .txt .brsec {
  padding: 1.9rem 0 1.4rem;
  border-bottom: 1px solid #a6863a;
}
.contactsec02 .sec01 .txt .brsec a {
  text-decoration: none;
  color: #000;
  transition: all 0.6s ease;
}
.contactsec02 .sec01 .txt .brsec a:hover {
  transition: all 0.6s ease;
  color: #a6863a;
}
.contactsec02 .sec01 .brsec .icosec {
  max-width: 5%;
  flex: 0 0 5%;
}
@media screen and (max-width: 1500px) {
  .contactsec02 .sec01 .brsec .icosec {
    padding-right: 7px;
  }
}
@media screen and (max-width: 600px) {
  .contactsec02 .sec01 .brsec .icosec {
    max-width: 8%;
    flex: 0 0 8%;
    padding: 0;
  }
}
.contactsec02 .sec01 .brsec .txt {
  max-width: 95%;
  flex: 0 0 95%;
}
@media screen and (max-width: 600px) {
  .contactsec02 .sec01 .brsec .txt {
    max-width: 92%;
    flex: 0 0 92%;
    padding-left: 10px;
  }
}
.contactsec02 .sec01 .frmcont {
  background: #958362;
  padding: 4.5rem 6rem;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .contactsec02 .sec01 .frmcont {
    padding: 2.5rem 3rem;
  }
}
@media screen and (max-width: 999px) {
  .contactsec02 .sec01 .frmcont {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .contactsec02 .sec01 .frmcont {
    padding: 1.5rem 15px;
  }
}
.contactsec02 .sec01 .frmcont input, .contactsec02 .sec01 .frmcont textarea {
  padding: 10px 15px;
  background: #cac1b1;
  color: #000;
  font-size: 15px;
  border: 1px solid #cac1b1;
}
@media screen and (max-width: 999px) {
  .contactsec02 .sec01 .frmcont input, .contactsec02 .sec01 .frmcont textarea {
    padding: 8px 15px;
  }
}
.contactsec02 .sec01 .frmcont input::-moz-placeholder, .contactsec02 .sec01 .frmcont textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.contactsec02 .sec01 .frmcont input::placeholder, .contactsec02 .sec01 .frmcont textarea::placeholder {
  font-size: 14px;
  color: #000;
}
.contactsec02 .sec01 .frmcont input:focus, .contactsec02 .sec01 .frmcont textarea:focus {
  border: 1px solid #b89b5c;
  outline: 0;
}
.contactsec02 .sec01 .frmcont input[type=file], .contactsec02 .sec01 .frmcont textarea[type=file] {
  background: transparent;
  padding: 13px 0;
  border: 0;
  color: #fff;
}
.contactsec02 .sec01 .frmcont .form-check-label {
  color: #fff;
}

.map {
  height: 450px;
}
@media screen and (max-width: 600px) {
  .map {
    height: 320px;
  }
}

.redesec03 {
  position: relative;
  padding: 5rem 0 0;
  background: url("../img/redevelopment/03.jpg") no-repeat;
}
@media screen and (max-width: 999px) {
  .redesec03 {
    padding: 2.5rem 0 0;
  }
}
.redesec03 .txt {
  text-align: center;
  color: #fff;
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .redesec03 .txt {
    margin-top: 0;
    text-align: justify;
  }
}
.redesec03 .sec01 {
  position: relative;
  padding: 0 0 5rem;
}
.redesec03 .sec01 .content {
  padding: 5rem 12rem;
  background: url("../img/redevelopment/bg02.jpg") no-repeat;
  background-size: cover;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .redesec03 .sec01 .content {
    padding: 2.5rem 30px;
    margin-top: 2.9rem;
  }
}
.redesec03 .sec01 .content input, .redesec03 .sec01 .content textarea {
  background: #ddd8c9;
  border: 0;
  color: #000;
  font-size: 15px;
  padding: 14px 12px;
}
.redesec03 .sec01 .content input::-moz-placeholder, .redesec03 .sec01 .content textarea::-moz-placeholder {
  color: #000;
}
.redesec03 .sec01 .content input::placeholder, .redesec03 .sec01 .content textarea::placeholder {
  color: #000;
}
.redesec03 .form-check-label {
  color: #fff;
}

.hisl {
  position: relative;
}
.hisl .sidex01 {
  position: absolute;
  width: 120px;
  height: 57px;
  background: url(../img/home/scropop01.png) no-repeat;
  background-size: 100%;
  top: 29%;
  left: 4%;
}
@media screen and (max-width: 1500px) {
  .hisl .sidex01 {
    width: 97px;
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .hisl .sidex01 {
    width: 45px;
    height: 26px;
    left: 4px;
  }
}
.hisl .sidex02 {
  background: url(../img/home/scropop02.png) no-repeat;
  position: absolute;
  width: 106px;
  height: 112px;
  background-size: 100%;
  top: 48%;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .hisl .sidex02 {
    width: 82px;
    height: 93px;
  }
}
@media screen and (max-width: 600px) {
  .hisl .sidex02 {
    width: 47px;
    height: 54px;
  }
}
.hisl .sidex03 {
  background: url(../img/home/scropop03.png) no-repeat;
  position: absolute;
  width: 109px;
  height: 114px;
  background-size: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .hisl .sidex03 {
    width: 90px;
    height: 96px;
  }
}
@media screen and (max-width: 600px) {
  .hisl .sidex03 {
    width: 55px;
    height: 58px;
  }
}

.ourprojectsec01 {
  position: relative;
}
@media screen and (max-width: 999px) {
  .ourprojectsec01 {
    overflow: hidden;
  }
}
.ourprojectsec01 .overaly {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .ourprojectsec01 .overaly {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  .ourprojectsec01 .overaly {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .ourprojectsec01 .overaly .size30 {
    font-size: 19px;
    line-height: 24px;
  }
}
.ourprojectsec01 .img {
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .ourprojectsec01 .img {
    width: 130%;
    max-width: 130%;
  }
}
@media screen and (max-width: 600px) {
  .ourprojectsec01 .img {
    width: 215%;
    max-width: 215%;
    transform: translateX(-22%);
  }
}
@media screen and (max-width: 600px) {
  .ourprojectsec01 .heading {
    width: 80%;
  }
}

.ourprojectsec02 {
  position: relative;
}
.ourprojectsec02 .sec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .ourprojectsec02 .sec01 {
    padding: 2.5rem 0;
  }
}
.ourprojectsec02 .sec01 .heading1 {
  padding: 0 24%;
}
@media screen and (max-width: 999px) {
  .ourprojectsec02 .sec01 .heading1 {
    padding: 0 0%;
  }
}
.ourprojectsec02 .sec01 .item {
  width: 100%;
  background: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 .item {
    height: 100%;
  }
}
.ourprojectsec02 .sec01 .item .txt {
  padding: 15px 15px;
}
.ourprojectsec02 .sec01 .item .txt h3 {
  color: #958362;
}
.ourprojectsec02 .sec01 .item .txt .btn {
  padding: 6px 18px;
  font-size: 12px;
  background: #958362;
  color: #fff;
}
.ourprojectsec02 .sec01 .item .txt2 {
  padding: 15px 15px;
  background: #fff;
  color: #000;
}
.ourprojectsec02 .sec01 .item .img {
  overflow: hidden;
  position: relative;
}
.ourprojectsec02 .sec01 .item .img .txtoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  background: rgba(0, 0, 0, 0.8509803922);
  color: #fff;
  top: 0;
  padding: 26px;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .ourprojectsec02 .sec01 .item .img .txtoverlay {
    font-size: 14px;
  }
}
.ourprojectsec02 .sec01 .item .overlay {
  display: none;
}
.ourprojectsec02 .sec01 .item:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.ourprojectsec02 .sec01 .item:hover .txtoverlay {
  opacity: 1;
  transition: all 0.6s ease;
}
.ourprojectsec02 .sec01 .item:hover .overlay {
  transition: all 0.6s ease;
  background: rgba(149, 131, 98, 0.4705882353);
}
.ourprojectsec02 .sec01 .item:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}
.ourprojectsec02 .sec01 .nav.navmain {
  border: 0;
  border-bottom: 0px solid #000;
  width: -moz-max-content;
  width: max-content;
  margin: 2.5rem auto 0;
}
.ourprojectsec02 .sec01 .nav.navmain .nav-item {
  position: relative;
  padding: 15px 10px;
}
.ourprojectsec02 .sec01 .nav.navmain .nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #000;
}
.ourprojectsec02 .sec01 .nav.navmain .nav-item:last-child::before {
  content: unset;
}
.ourprojectsec02 .sec01 .nav.navmain .nav-item .nav-link {
  background: transparent;
  transition: all 0.6s ease;
  border: 0;
  width: 100%;
  display: block;
  padding: 11px 15px;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 .nav.navmain .nav-item .nav-link {
    font-size: 20px;
    padding: 11px 10px;
  }
}
.ourprojectsec02 .sec01 .nav.navmain .nav-item .nav-link:hover, .ourprojectsec02 .sec01 .nav.navmain .nav-item .nav-link.active {
  background: transparent;
  transition: all 0.6s ease;
  color: #c52e49;
}
.ourprojectsec02 .sec01 ul.nav.navsubm {
  border-bottom: 1px solid #000;
}
.ourprojectsec02 .sec01 ul.nav.navsubm li {
  text-align: center;
  margin: 0 35px;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 ul.nav.navsubm li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin: 0;
  }
}
.ourprojectsec02 .sec01 ul.nav.navsubm li:first-child {
  margin-left: 0;
}
.ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link {
  text-align: center;
  background: transparent;
  color: #000;
  border: 0;
  position: relative;
  font-size: 18px;
  padding: 17px 10px;
  display: block;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  background: #958362;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.6s ease;
}
.ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link:hover, .ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link.active {
  color: #000;
  background: transparent;
}
.ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link:hover::before, .ourprojectsec02 .sec01 ul.nav.navsubm li a.nav-link.active::before {
  width: 100%;
  transition: all 0.6s ease;
}
.ourprojectsec02 .sec01 select {
  padding: 10px 20px;
  color: #000;
  border: 1px solid #958362;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 select {
    max-width: 47%;
    flex: 0 0 47%;
  }
}
.ourprojectsec02 .sec01 select option {
  color: #000;
}
.ourprojectsec02 .sec01 .procard {
  transition: all 0.35s ease;
}
.ourprojectsec02 .sec01 .procard.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: none;
}
.ourprojectsec02 .sec01 .tab-content .row {
  margin: 0 -5px;
}
.ourprojectsec02 .sec01 .tab-content .row .col-6 {
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  .ourprojectsec02 .sec01 .tab-content .row .col-6 .size18 {
    font-size: 14px;
  }
  .ourprojectsec02 .sec01 .tab-content .row .col-6 p {
    font-size: 12px;
  }
}

.projeinpage01 {
  position: relative;
}
.projeinpage01 .bredcrum {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .projeinpage01 .bredcrum {
    top: 20%;
  }
}
@media screen and (max-width: 999px) {
  .projeinpage01 .bredcrum {
    top: 8px;
  }
}
.projeinpage01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .projeinpage01 .overlay {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .projeinpage01 .overlay .imglogo {
    padding: 0 26%;
    margin: 11rem 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .projeinpage01 .overlay .imglogo {
    padding: 0 35%;
    margin: 11rem 0 0;
  }
}
.projeinpage01 .overlay p {
  line-height: 20px;
  margin: 1rem 0 0;
}
@media screen and (max-width: 1500px) {
  .projeinpage01 .overlay .imgrera {
    width: 23%;
    margin: 0 auto;
  }
}

.projeinpage02 {
  position: relative;
  background: url("../img/home/bg02.jpg") repeat;
}
@media screen and (max-width: 999px) {
  .projeinpage02 {
    padding: 2.5rem 0;
  }
}
.projeinpage02::before {
  content: "";
  position: absolute;
  background: url(../img/home/bg01.png) no-repeat;
  background-position: right bottom;
  width: 50%;
  height: 100%;
  right: 0;
}
.projeinpage02 ul {
  padding: 0 0 0 20px;
  margin: 1.2rem 0 0;
}
.projeinpage02 ul li {
  margin-bottom: 8px;
}
.projeinpage02 ul li:last-child {
  margin-bottom: 0;
}
.projeinpage02 ul li::marker {
  color: #958362;
}
@media screen and (max-width: 1700px) {
  .projeinpage02 .txt {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .projeinpage02 .txt {
    padding-left: 0;
  }
}

.projeinpage03 {
  background: #958362;
  position: relative;
  padding: 5rem 0;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .projeinpage03 {
    padding: 2.5rem 0;
  }
}
.projeinpage03 .content {
  padding: 0 8%;
}
@media screen and (max-width: 999px) {
  .projeinpage03 .content {
    padding: 0;
  }
}
.projeinpage03 ul.nav {
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .projeinpage03 ul.nav {
    margin-top: 2rem;
  }
}
.projeinpage03 ul.nav li {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .projeinpage03 ul.nav li {
    max-width: 25%;
    flex: 0 0 25%;
    margin: 0;
  }
}
.projeinpage03 ul.nav li a.nav-link {
  text-align: center;
  background: transparent;
  color: #fff;
  border: 0;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  padding: 10px 61px;
}
@media screen and (max-width: 999px) {
  .projeinpage03 ul.nav li a.nav-link {
    padding: 0.5rem 1rem;
  }
}
.projeinpage03 ul.nav li a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  transition: all 0.6s ease;
  z-index: -1;
}
.projeinpage03 ul.nav li a.nav-link:hover, .projeinpage03 ul.nav li a.nav-link.active {
  color: #a6863a;
  background: transparent;
}
.projeinpage03 ul.nav li a.nav-link:hover::before, .projeinpage03 ul.nav li a.nav-link.active::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}
.projeinpage03 .itme20 {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 999px) {
  .projeinpage03 .itme20 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 600px) {
  .projeinpage03 .itme20 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .projeinpage03 .itme20 .imgico {
    padding: 0 30%;
  }
}
@media screen and (max-width: 600px) {
  .projeinpage03 .itme20 .imgico {
    padding: 0 25px;
  }
}
.projeinpage03 .itme20 .txt {
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .projeinpage03 .itme20 .txt {
    margin-top: 10px;
  }
  .projeinpage03 .itme20 .txt p {
    font-size: 14px;
    line-height: 17px;
  }
}

.projeinpage04 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .projeinpage04 {
    padding: 2.5rem 0;
  }
}
.projeinpage04::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: url("../img/queen-neckles/bgicon.png") no-repeat;
  left: 0;
  background-position: top left;
}
.projeinpage04 .contet {
  position: relative;
  z-index: 1;
}
.projeinpage04 ul.nav {
  justify-content: center;
  border-bottom: 1px solid #958362;
}
.projeinpage04 ul.nav li {
  text-align: center;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 600px) {
  .projeinpage04 ul.nav li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin: 0;
  }
}
.projeinpage04 ul.nav li a.nav-link {
  text-align: center;
  background: transparent;
  color: #000;
  border: 0;
  position: relative;
  z-index: 1;
  padding: 11px 40px;
  display: block;
  transition: all 0.6s ease;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .projeinpage04 ul.nav li a.nav-link {
    font-size: 15px;
    padding: 11px 5px;
  }
}
.projeinpage04 ul.nav li a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #958362;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  transition: all 0.6s ease;
  z-index: -1;
}
.projeinpage04 ul.nav li a.nav-link:hover, .projeinpage04 ul.nav li a.nav-link.active {
  color: #fff;
  background: transparent;
  transition: all 0.6s ease;
}
.projeinpage04 ul.nav li a.nav-link:hover::before, .projeinpage04 ul.nav li a.nav-link.active::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}
.projeinpage04 .item {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.projeinpage04 .item .img {
  overflow: hidden;
}
.projeinpage04 .item .img .overlay .circle {
  background: #958362;
}
.projeinpage04 .item .txt {
  position: absolute;
  padding: 26px 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6784313725), transparent);
}
.projeinpage04 .item .txt p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .projeinpage04 .item .txt p {
    line-height: 20px;
    font-size: 15px;
  }
}
.projeinpage04 .item:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.projeinpage04 .item:hover .overlay {
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.4705882353);
}
.projeinpage04 .item:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}
.projeinpage04 .owl-carousel .owl-nav button.owl-prev, .projeinpage04 .owl-carousel .owl-nav button.owl-next {
  background: #958362 !important;
}
.projeinpage04 .owl-carousel .owl-nav button.owl-prev {
  left: -5%;
}
.projeinpage04 .owl-carousel .owl-nav button.owl-next {
  right: -5%;
}
.projeinpage04 .videosec {
  height: 550px;
}
@media screen and (max-width: 600px) {
  .projeinpage04 .videosec {
    height: 350px;
  }
}

.projeinpage05 {
  position: relative;
  background: #958362;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .projeinpage05 {
    padding: 2.5rem 0;
  }
}
.projeinpage05 #map {
  height: 500px;
  width: 100%;
}
.projeinpage05 ul {
  padding: 0 0 0 20px;
}
.projeinpage05 ul li {
  margin-bottom: 8px;
}
.projeinpage05 .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.projeinpage05 .img img {
  transition: all 0.6s ease;
}
.projeinpage05 .img .overlay {
  display: block;
}
.projeinpage05 .img .overlay .circle {
  opacity: 1;
  position: absolute;
  right: 6%;
  bottom: 6%;
  background: #958362;
}
.projeinpage05 .img .overlay .circle .material-symbols-outlined {
  color: #fff;
}
.projeinpage05 .img:hover img {
  transition: all 0.6s ease;
}
.projeinpage05 .img:hover .circle {
  transform: translate(-50%);
  right: 41%;
  bottom: 50%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .projeinpage05 .img:hover .circle {
    right: 31%;
    bottom: 36%;
  }
}
@media screen and (max-width: 999px) {
  .projeinpage05 .orderch {
    order: -1;
  }
}
.projeinpage05 .card .card-header {
  border-bottom: 1px solid #e3cc98;
}
@media screen and (max-width: 600px) {
  .projeinpage05 .card .card-header {
    padding: 0.2rem 0.25rem;
  }
}
.projeinpage05 .card .card-header button.btn-link {
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .projeinpage05 .card .card-header button.btn-link {
    padding: 5px 10px;
    font-size: 16px;
  }
}
.projeinpage05 .card ul {
  padding: 0 0 0 20px;
}
.projeinpage05 .card ul li {
  margin: 0;
}
.projeinpage05 .card ul li::marker {
  color: #e3cc98;
}
.projeinpage05 .txtcon {
  padding-right: 8%;
}
@media screen and (max-width: 999px) {
  .projeinpage05 .txtcon {
    padding-right: 0%;
  }
}

.projeinpage06 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .projeinpage06 {
    padding: 2.5rem 0;
  }
}
.projeinpage06 .item {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.projeinpage06 .item .img {
  overflow: hidden;
  border: 1px solid #958362;
}
.projeinpage06 .item .img .overlay .circle {
  background: #958362;
}
.projeinpage06 .item .txt {
  padding: 20px 20px 0;
  width: 100%;
  margin: 0 auto;
}
.projeinpage06 .item .txt p, .projeinpage06 .item .txt h6 {
  text-align: center;
}
.projeinpage06 .item:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.projeinpage06 .item:hover .overlay {
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.4705882353);
}
.projeinpage06 .item:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}
.projeinpage06 .owl-carousel .owl-nav button.owl-prev, .projeinpage06 .owl-carousel .owl-nav button.owl-next {
  background: #958362 !important;
  top: 35% !important;
}
.projeinpage06 .owl-carousel .owl-nav button.owl-prev {
  left: -5%;
}
.projeinpage06 .owl-carousel .owl-nav button.owl-next {
  right: -5%;
}

.reraSec {
  background: #12202e;
  padding: 1.5rem 0;
  border-bottom: 1px solid #b89b5c;
}
.reraSec .rera-banner {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 30px 50px;
  background: linear-gradient(135deg, #0c1525, #09101d);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #f2f2f2;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .reraSec .rera-banner {
    padding: 15px 10px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.reraSec .rera-banner::before, .reraSec .rera-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, gold, transparent);
}
.reraSec .rera-banner::before {
  top: 0;
}
.reraSec .rera-banner::after {
  bottom: 0;
}
.reraSec .rera-banner .qr-box {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .reraSec .rera-banner .qr-box {
    max-width: 29%;
    flex: 0 0 29%;
  }
}
.reraSec .rera-banner .qr-box img {
  width: 130px;
  height: auto;
}
.reraSec .rera-banner .content {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .reraSec .rera-banner .content {
    max-width: 62%;
    flex: 0 0 62%;
  }
}
.reraSec .rera-banner .content h6 {
  margin: 0;
}
.reraSec .rera-banner .content h6 span {
  color: #b89c5c;
  letter-spacing: 1px;
}
.reraSec .rera-banner .content p {
  margin-top: 6px;
  font-size: 15px;
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .reraSec .rera-banner .logo {
    position: absolute;
    right: 0;
    display: none;
  }
}
.reraSec .rera-banner .logo img {
  width: 55px;
}

.loyalpsec01 {
  position: relative;
}
.loyalpsec01.chanel {
  background: url(../img/home/bg02.jpg) repeat;
}
.loyalpsec01.chanel .sec01::before {
  background: #968363;
}
.loyalpsec01 .sec01 {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .loyalpsec01 .sec01 {
    padding: 3rem 0 5rem;
  }
}
@media screen and (max-width: 999px) {
  .loyalpsec01 .sec01 {
    padding: 2.5rem 0;
  }
}
.loyalpsec01 .sec01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background: #13212e;
  bottom: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .loyalpsec01 .sec01::before {
    height: 7%;
  }
}
@media screen and (max-width: 999px) {
  .loyalpsec01 .sec01::before {
    content: unset;
  }
}
.loyalpsec01 .sec01 .img {
  padding-left: 3rem;
}
@media screen and (max-width: 999px) {
  .loyalpsec01 .sec01 .img {
    padding-left: 0;
  }
}
.loyalpsec01 .sec01 .txt {
  padding-right: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .loyalpsec01 .sec01 .txt {
    padding-right: 0;
    margin-top: 0;
  }
}
.loyalpsec01 .sec01 .txt p {
  text-align: justify;
}

.loyalpsec02 {
  position: relative;
  padding: 0rem 0 9rem;
  background: #13212e;
  color: #fff;
}
.loyalpsec02.chanel {
  background: #968363;
}
.loyalpsec02.chanel .img {
  padding-right: 3rem;
}
@media screen and (max-width: 999px) {
  .loyalpsec02.chanel .img {
    padding-right: 0;
  }
}
.loyalpsec02.chanel .txt {
  padding-left: 3rem;
  margin-top: 3rem;
}
.loyalpsec02.chanel .txt ul {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 999px) {
  .loyalpsec02.chanel .txt {
    padding-left: 0;
    margin-top: 0;
  }
}
.loyalpsec02.chanel .txt p {
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .loyalpsec02 {
    padding: 2.5rem 0;
  }
}

.loyalpsec03 {
  position: relative;
  padding: 0 0 5rem;
}
@media screen and (max-width: 999px) {
  .loyalpsec03 {
    padding: 2.5rem 0;
  }
}
.loyalpsec03 .sec01 {
  background: url(../img/home/bg02.jpg) repeat;
  padding: 5rem 10rem 2.5rem;
  margin-top: -4.5rem;
  position: relative;
}
.loyalpsec03 .sec01.chanel {
  background: #ebebeb;
}
@media screen and (max-width: 999px) {
  .loyalpsec03 .sec01 {
    margin-top: 0;
    padding: 2.5rem 15px;
  }
}
.loyalpsec03 .sec01 .txt {
  text-align: center;
  padding: 0 20%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .loyalpsec03 .sec01 .txt {
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  .loyalpsec03 .sec01 .txt {
    padding: 0;
  }
}
.loyalpsec03 .sec01 form .box {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .loyalpsec03 .sec01 form .box {
    margin-bottom: 1.2rem;
  }
}
.loyalpsec03 .sec01 form input {
  background: #ffffff;
  border: 0;
  color: #000;
  font-size: 15px;
  padding: 14px 25px;
}
@media screen and (max-width: 600px) {
  .loyalpsec03 .sec01 form input {
    font-size: 14px;
    padding: 10px 18px;
  }
}
.loyalpsec03 .sec01 form input::-moz-placeholder {
  color: #000;
}
.loyalpsec03 .sec01 form input::placeholder {
  color: #000;
}

footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}
footer p, footer li {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  footer p, footer li {
    font-size: 14px;
  }
}
footer p .material-symbols-outlined, footer li .material-symbols-outlined {
  font-size: 20px;
}
footer .sec01 {
  background: #12202e;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  footer .sec01 {
    padding: 2rem 0;
  }
}
footer .sec01 ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
footer .sec01 ul li {
  margin-bottom: 0;
}
footer .sec01 ul li::marker {
  color: #b89b5c;
}
footer .sec01 a {
  text-decoration: none;
  color: #d3d3d3;
}
footer .sec01 a.fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  position: relative;
  background: #b89c5c;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  footer .sec01 a.fa-brands {
    font-size: 14px !important;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .sec01 a.fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
footer .sec01 a.fa-brands.fa-brands:hover {
  opacity: 0.7;
  transition: all 0.6s ease;
  color: #d3d3d3;
}
footer .sec01 a:hover {
  transition: all 0.6s ease;
  color: #b89b5c;
}
footer .sec01 p {
  color: #d3d3d3;
}
footer .sec02 {
  background: #203347;
  color: #fff;
  padding: 12px 0;
}
footer .sec02 a {
  text-decoration: none;
  color: #fff;
  transition: all 0.6s ease;
}
footer .sec02 a:hover {
  transition: all 0.6s ease;
  color: #b89b5c;
}

/* Chrome, Edge, Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-check-label {
  font-size: 13px;
}

.faq {
  padding: 2.5rem 0;
}

.mediatopbar {
  position: relative;
  overflow: hidden;
}
.mediatopbar .imgt {
  position: relative;
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt {
    overflow: hidden;
  }
  .mediatopbar .imgt .img-fluid {
    max-width: 137%;
    transform-origin: right;
  }
}
@media screen and (max-width: 600px) {
  .mediatopbar .imgt .img-fluid {
    max-width: 178%;
    transform: translateX(-31%) !important;
    filter: brightness(0.5);
  }
}
.mediatopbar .imgt .ovrlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 121px 0 0;
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt .ovrlay {
    padding: 0;
  }
}
.mediatopbar .imgt .bredcrum {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .mediatopbar .imgt .bredcrum {
    top: 94px;
  }
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}

.supportpageSec_01 {
  padding: 14rem 0;
  background: url(../img/home/bg02.jpg) repeat;
}
@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;
  }
}

.card {
  background: transparent;
  display: block;
  margin: 0 0 1rem;
  border: 0;
  width: 100%;
}
.card .card-header {
  padding: 0.2rem 0.5rem;
  border: 0;
  border-bottom: 1px solid #4e4e4e;
  background: transparent;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .card .card-header {
    padding: 0.2rem 0.25rem;
  }
}
.card .card-header button.btn-link {
  text-decoration: none;
  color: #ba9d5e;
  width: 100%;
  display: block;
  text-align: left;
  white-space: normal;
  line-height: 24px;
  background: transparent;
  border: 0;
  padding: 12px 20px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .card .card-header button.btn-link {
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .card .card-header button.btn-link {
    padding: 7px 13px;
  }
}
.card .card-header button.btn-link .material-symbols-outlined {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card .card-header button.btn-link .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link:hover, .card .card-header button.btn-link:focus, .card .card-header button.btn-link.active, .card .card-header button.btn-link:active {
  text-decoration: none;
  box-shadow: unset;
  outline: unset;
}
.card .card-body {
  border-top: 0;
}

.projectnav {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .projectnav {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .projectnav {
    top: 0;
  }
}
.projectnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  .projectnav ul {
    justify-content: center;
    overflow-x: scroll;
    padding: 15px 0;
    justify-content: start;
  }
}
.projectnav ul li {
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .projectnav ul li {
    padding: 0 30px;
  }
}
.projectnav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #000;
}
.projectnav ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  .projectnav ul li:last-child {
    padding-right: 15px;
  }
}
.projectnav ul li:last-child::before {
  content: unset;
}
.projectnav ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .projectnav ul li:first-child {
    padding-left: 15px;
  }
}
.projectnav ul li a {
  font-size: 18px;
  transition: all 0.6s ease;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .projectnav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .projectnav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .projectnav ul li a {
    display: block;
    width: 100%;
  }
}
.projectnav ul li a:hover, .projectnav ul li a.active {
  color: #b99c5c;
  transition: all 0.6s ease;
}

nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  nav .breadcrumb {
    padding: 6px 0;
  }
}
nav .breadcrumb li.breadcrumb-item {
  font-size: 15px;
  color: #8e8e8e;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1500px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 13px;
  }
}
nav .breadcrumb li.breadcrumb-item.active {
  color: #d2ad53;
}
@media screen and (max-width: 600px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 11px;
  }
}
nav .breadcrumb li.breadcrumb-item a {
  color: #8e8e8e;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "Poppins", sans-serif;
  color: #8e8e8e;
}

@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
  }
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  padding: 0 !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 0px;
  transition: all 0.6s ease;
  opacity: 1;
  background: #958362 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    height: 39px;
    width: 39px;
  }
}
@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: unset;
    transform: unset;
    margin: 0 0.5rem;
  }
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  transition: all 0.6s ease;
  cursor: not-allowed;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
}

.carousel-control-prev, .carousel-control-next, button.owl-prev, button.owl-next {
  opacity: 1;
}

#scroll, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  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, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 10px;
  }
}
#scroll:hover, .scroll-anchor:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.btn {
  font-size: 15px;
  background: #958362;
  color: #fff;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  border: 1px solid #958362;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn.btnwhite {
  background: #fff;
  color: #958362;
  border: 1px solid #fff;
  padding: 0.5rem 2.5rem;
}
.btn.btnblue {
  background: #22346c;
  color: #fff;
  border: 1px solid #22346c;
  padding: 0.5rem 2.5rem;
}
.btn.btntrans {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.btn:hover {
  color: #958362;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.btn:hover.btnwhite {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}

input, select, textarea, button, select, option {
  resize: none;
  font-size: 15px;
  border-radius: 0;
}
input:focus, select:focus, textarea:focus, button:focus, select:focus, option:focus {
  outline: 0;
  box-shadow: unset;
}

.modal .modal-content {
  padding: 2%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #958362 !important;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #958362;
  padding: 2%;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 12px 1rem !important;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=email]::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input[type=text]::placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::placeholder, .modal .modal-content .inconte .modal-body input[type=email]::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body label {
  font-size: 12px;
}

.img {
  position: relative;
}
.img img {
  transition: all 0.6s ease;
}
.img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img .overlay .circle {
  width: 71px;
  height: 71px;
  background: #c52e49;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .img .overlay .circle {
    width: 51px;
    height: 51px;
  }
}
.img .overlay .circle .material-symbols-outlined {
  color: #fff;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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 scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fadein {
  animation-name: fadein;
  animation-fill-mode: both;
}

.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}

@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */