* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
}

header.header .header-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header .header-wrp ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

header.header .header-wrp ul li {
  list-style: none;
}

header.header .header-wrp ul li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  position: relative;
}
header.header .header-wrp ul li a.contact_us {
  display: block;
  padding: 10px 20px;
  background-color: #c39887;
  font-weight: 600;
  color: #28201c;
  margin-left: 20px;
  font-size: 18px;
  text-shadow: 1px 1px #0000005e;
  transition: 0.3s;
}
header.header .header-wrp ul li a.contact_us:hover {
  background-color: black;
  color: white;
}
header.header .header-wrp ul li a.active span,
header.header .header-wrp ul li a:hover span {
  font-weight: 700;
}
header.header .header-wrp ul li a span {
  position: relative;
  color: #ffd7c6;
  font-weight: 400;
  font-size: 18px;
}
header.header .header-wrp ul li a span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: #ffd7c6;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header.header .header-wrp ul li a.active span:after,
header.header .header-wrp ul li a:hover span:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
header.header.fixed {
  background: #271f1c;
}
.banner-bottom-section {
  display: flex;
}

.banner-bottom-section .box-wrp {
  flex: 1;
  text-align: center;
  padding: 20px 0px;
  background: #c39887;
  background-image: linear-gradient(to right, #c39887, #56443c);
  color: white;
}

.banner-bottom-section .box-wrp h3 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.banner-bottom-section .box-wrp h3 span {
  color: #c29786;
  margin: 0;
}

.banner-bottom-section .box-wrp p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}

.why-us-section {
  padding-top: 30px;
}

.why-us-section h2.title {
  color: #28201c;
  font-weight: 300;
  font-size: 64px;
}

.why-us-section h2.title span {
  font-weight: 800;
  color: #56443c;
}

.section-our-services-and-transparency {
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid black;
}

.section-our-services-and-transparency h3 {
  flex: 1;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  cursor: pointer;
  color: #56443c;
}
.section-our-services-and-transparency h3.active {
  color: #c39887;
  font-weight: 700;
}
.section-our-services-and-transparency h3.active:after {
  content: "";
  width: 100%;
  background: #c29786;
  height: 5px;
  bottom: -3px;
  left: 0;
  position: absolute;
}

.img-and-content-service {
  gap: 20px;
  padding: 60px 0;
  display: none;
}
.img-and-content-service.act {
  display: flex;
}

.img-and-content-service .left-content-service {
  width: 400px;
}

.img-and-content-service .left-content-service img {
  width: 100%;
}

.img-and-content-service .right-content-uls {
  width: calc(100% - 420px);
}

.img-and-content-service .right-content-uls ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.img-and-content-service .right-content-uls ul li {
  list-style: none;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #28201c;
  padding-left: 40px;
  line-height: 32px;
}

.img-and-content-service .right-content-uls ul li span {
  font-weight: 600;
}
.img-and-content-service .right-content-uls ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #271f1c;
  left: 20px;
  top: 15px;
  border-radius: 50%;
}
.current-listing-section {
  padding: 40px 0;
  background: #ffe6dc;
}

.title-wrp-box h2 {
  font-size: 56px;
  font-weight: 300;
}

.title-wrp-box h2 span {
  font-weight: 800;
  color: #56433c;
}

.title-wrp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrp-box button.explore-listing {
  background: #28201c;
  color: white;
  border: 0;
  font-size: 18px;
  padding: 10px 16px;
  transition: 0.3s;
}
.title-wrp-box button.explore-listing:hover {
  background-color: black;
}
.current-listing-section .wrp-slider-box {
  display: flex;
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.current-listing-section .wrp-slider-box .item-box {
  width: calc(100% - 30px);
  margin: 0px auto;
}
.current-listing-section .wrp-slider-box .item-box img {
  width: 100%;
}
.current-listing-section .wrp-slider-box .item-box h4.title-slider-bx {
  background: #56433c;
  color: white;
  width: calc(100% + 16px);
  margin: 0 0 0 -8px;
  padding: 10px 30px;
}
.current-listing-section .wrp-slider-box .item-box .container-details {
  background: #271f1c;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.current-listing-section .wrp-slider-box .item-box .container-details svg {
  width: 30px;
  height: 30px;
  color: #ffd7c6;
}
.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  .address-bx
  svg {
  height: 26px;
}
.current-listing-section .wrp-slider-box .item-box .container-details span {
  color: #ffd7c6;
}
.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  .price-bx
  span {
  font-weight: 700;
  font-size: 22px;
}

.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  .price-bx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  .address-bx {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  font-size: 18px;
}
.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  a.see-details {
  text-decoration: none;
  border-top: 1px solid white;
  text-align: center;
  width: 100%;
  color: white !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  a.see-details
  span {
  color: white;
}
.current-listing-section
  .wrp-slider-box
  .item-box
  .container-details
  a.see-details
  svg {
  width: 20px;
  color: white;
  height: 20px;
}
.closed-transaction-section {
  padding: 60px 0;
}
.grid_layout-gallery {
  padding-top: 30px;
}
.one-row-column {
  display: flex;
  width: 100%;
  gap: 4px;
}
.one-row-column .box-img {
  flex: 1;
  position: relative;
}
.one-row-column .box-img img {
  width: 100%;
}
.one-row-column .box-img .text-posi {
  position: absolute;
  bottom: 0;
  color: white;
  left: 0;
  background: transparent;
  padding: 10px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.one-row-column .box-img .text-posi .addr-bx-po {
  display: flex;
  flex-direction: column;
}
.one-row-column .box-img .text-posi .addr-bx-po h3 {
  margin: 0;
  font-size: 18px;
  text-shadow: 0 0 10px black;
}
.one-row-column .box-img .text-posi .addr-bx-po span {
  text-shadow: 0 0 10px black;
  font-size: 14px;
}
.one-row-column .box-img .text-posi p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 0 10px black;
}
.video-play-section {
  display: flex;
  gap: 4px;
  margin-top: 20px;
  width: 100%;
}
.video-box-bx {
  width: calc(100% - 10px);
  margin: 0px auto;
}
.video-play-section .video-box-bx img {
  width: 100%;
}
.video-play-section .video-box-bx .ply-bx {
  position: relative;
}

.video-play-section .video-box-bx .ply-bx button.play-btn-video {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border: 3px solid #352f2c;
  border-radius: 50%;
  background: #ffffff9c;
}

.video-play-section .video-box-bx .ply-bx button.play-btn-video:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: none;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 2px solid #ffffff9c;
  border-radius: 50%;
  background: transparent;
}
.video-play-section .video-box-bx h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.video-play-section .video-box-bx {
  flex: 1;
}
.how-its-work-section {
  padding: 60px 0;
}
.how-its-work-timeline ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 30px;
}
.how-its-work-timeline ul li {
  list-style: none;
  position: relative;
  z-index: 1;
}
.how-its-work-timeline ul li .img-bx-timeline {
  background: #c39887;
  width: 120px;
  height: 120px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-its-work-timeline ul li .img-bx-timeline img.act {
  display: none;
}
.how-its-work-timeline ul li .img-bx-timeline img {
  width: 60px;
}
.how-its-work-timeline ul li.active .img-bx-timeline {
  background: #271f1c;
}
.how-its-work-timeline ul li.active .img-bx-timeline img.nrml {
  display: none;
}
.how-its-work-timeline ul li.active .img-bx-timeline img.act {
  display: block;
}
.how-its-work-timeline ul li p {
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0;
}
.how-its-work-timeline ul li.active p {
  font-weight: 600;
}
.how-its-work-timeline ul:after {
  content: "";
  position: absolute;
  top: 60px;
  height: 4px;
  background: #c29786;
  left: 70px;
  width: calc(100% - 140px);
}
.image-slider-box img {
  width: 100%;
  min-height: 420px;
}
.image-slider-box {
  position: relative;
  margin-bottom: 160px;
  display: none;
}
.image-slider-box.act {
  display: block;
}
.bx-image-wrp {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 630px;
  width: 50%;
  background: #ffffffe0;
  height: calc(100% - 80px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bx-image-wrp h3 {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
}
.bx-image-wrp p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  font-weight: 400;
}
.bx-image-wrp .slider-details-and-nextbtn {
  display: flex;
  justify-content: space-between;
}
.bx-image-wrp .slider-details-and-nextbtn .wrp-lft-smld {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bx-image-wrp .slider-details-and-nextbtn .wrp-lft-smld span.bx_wrp-pages {
  width: 50px;
  height: 50px;
  display: flex;
  border: 1px solid gray;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.bx-image-wrp .slider-details-and-nextbtn button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
}
footer.footer {
  background: #271f1c;
}
.about-ceo {
  display: flex;
  gap: 20px;
  background: #56433c;
  padding: 40px;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
.about-ceo .lft-img {
  width: 45%;
}
.about-ceo .lft-img img {
  width: 100%;
}
.about-ceo .right-img-detail {
  width: 55%;
  color: white;
}
.about-ceo .header-about-wrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}
.about-ceo .header-about-wrp .leftname {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-ceo .header-about-wrp .leftname span.about {
  font-size: 48px;
  line-height: 48px;
}
.about-ceo .header-about-wrp .leftname h4 {
  font-size: 64px;
  margin: 0;
  line-height: 48px;
  color: #c39887;
  font-weight: 800;
}
.about-ceo .header-about-wrp button.btn-getin-touch {
  padding: 14px 24px;
  font-size: 24px;
  background: #c39887;
  color: white;
  font-weight: 700;
  line-height: 48px;
  border: 0;
  transition: 0.3s all;
}
.about-ceo .header-about-wrp button.btn-getin-touch:hover {
  background-color: black;
  color: white;
}
.about-ceo .right-img-detail p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Bitter", serif;
}
ul.footer-social-media {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 30px 0px;
  border-bottom: 1px solid #c29786;
}
ul.footer-social-media li {
  list-style: none;
}
ul.footer-social-media li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
ul.footer-social-media li a img {
  height: 56px;
}
ul.footer-social-media li a span {
  color: #c39887;
  font-weight: 600;
  font-size: 24px;
}
.footer-contact-detail {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #c39887;
}
.footer-contact-detail .footer-details-bx {
  display: flex;
  gap: 10px;
  width: 33%;
  align-items: center;
}
.footer-contact-detail .footer-details-bx img {
  width: 100px;
}
.footer-contact-detail .center-div_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.footer-contact-detail .center-div_logo img {
  height: 50px;
}
.footer-contact-detail .footer-details-bx a.bold_text {
  font-size: 31px;
  font-weight: 700;
  color: #ffd7c6;
  text-decoration: none;
}
.footer-contact-detail .footer-details-bx a.normal_txt {
  color: #ffd7c6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.center-box-footer {
  width: 48%;
}
p.btm-footer-txt {
  color: #ffd7c6;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0;
}
ul.btm-footer-link {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 20px 0px;
}
ul.btm-footer-link li {
  position: relative;
  list-style: none;
}
ul.btm-footer-link li a {
  color: #ffd7c6;
}
ul.btm-footer-link li:first-child:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -20px;
  color: #ffd7c6;
}

.footer-contact-detail .footer-details-bx .text-link-footer {
  display: flex;
  flex-direction: column;
}
.owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  cursor: pointer !important;
}
.owl-nav button.owl-prev {
  left: -30px;
  cursor: pointer;
}
.owl-nav button.owl-next {
  right: -30px;
  cursor: pointer;
}
.owl-nav button span svg {
  width: 40px;
  height: 40px;
}
.video-play-section .owl-nav button svg {
  color: white;
}
.video-play-section .owl-nav button.owl-prev {
  left: 0px;
}
.video-play-section .owl-nav button.owl-next {
  right: 0px;
}

.how-its-work-timeline ul li.active:after {
  content: "";
  position: absolute;
  right: -260px;
  top: 59px;
  width: 340px;
  height: 6px;
  background: #271f1c;
}
.how-its-work-timeline ul li.active:last-child:after {
  display: none;
}

/* Container for the image and text */
.box-img {
  position: relative;
  overflow: hidden; /* Ensures the overlay doesn't overflow */
}

/* Image styling */
.box-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease; /* Smooth zoom effect on hover */
}

/* Text container */
.text-posi {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2; /* Ensures text is above the overlay */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth text animation */
}

/* Overlay effect */
.box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease; /* Smooth overlay fade-in */
  z-index: 1; /* Places the overlay above the image but below the text */
}

/* Hover effects */
.box-img:hover::before {
  opacity: 1; /* Show overlay on hover */
}

.box-img:hover img {
  transform: scale(1.1); /* Zoom in the image slightly */
}

.box-img:hover .text-posi {
  opacity: 1; /* Ensure text is fully visible */
  transform: translateY(-10px); /* Move text up slightly */
}

/* Text styling */
.text-posi h3 {
  font-size: 24px;
  margin: 0;
}

.text-posi span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.text-posi p {
  font-size: 20px;
  margin: 10px 0 0;
  font-weight: bold;
}




.container.text-banner {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 9;
  color: white;
  margin: 0px auto;
  right: 0;
}
.banner-section {
  position: relative;
}
.container.text-banner h4 {
  font-size: 54px;
  font-weight: 600;
}
.bg-text-bnr {
  display: flex;
  gap: 20px;
  background: #ffd7c6;
  width: fit-content;
  padding: 10px 30px;
  color: black;
}
.bg-text-bnr span:after {
  content: '';
    height: calc(100% - 24px);
    width: 2px;
    background: black;
    position: absolute;
    left: -14px;
    top: 12px;
}
.bg-text-bnr span {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 5.28px;
  position: relative;
  font-weight: 600;
  font-family: "Bitter", serif;
}
.bg-text-bnr span:first-child:after {
  display: none;
} 



button.menu_btn{
  padding: 6px 7px;
  background: transparent;
  border: 0;
  color: white;
  display: none;
}
button.menu_btn svg {
  width: 36px;
  height: 36px;
}
button.close_menu_btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: white;
  display: flex;
  margin-left: auto;
  display: none;
}
button.close_menu_btn svg {
  width: 40px;
  height: 40px;
}
@media(max-width:767px){
  header.header{
    z-index: 99;
  }
  button.menu_btn{
    display: block;
  }
  header.header .header-wrp ul {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100dvh;
    background: #271f1c;
    top: 0;
    left: -100%;
    align-items: flex-start;
    padding: 20px;
  }

  header.header .header-wrp ul li {
    width: 100%;
  }

  header.header .header-wrp ul li:last-child {
    text-align: center;
  }

  header.header .header-wrp ul li a.contact_us {
    padding: 20px 20px;
    font-size: 24px;
  }

  header.header .header-wrp ul li a {
    padding: 20px;
  }
  .banner-bottom-section {
    flex-wrap: wrap;
  }
  .banner-bottom-section .box-wrp {
    flex: 0 0 50%;
  }
  .banner-bottom-section {
    flex-wrap: wrap;
  }
  .banner-bottom-section .box-wrp {
    flex: 0 0 50%;
  }
  .banner-section img {
    min-height: 370px;
    object-fit: cover;
    background-position: bottom right;
  }
  .container.text-banner h4 {
    font-size: 38px;
  }
  .bg-text-bnr span {
    font-size: 14px;
    line-height: 36px;
  }
  .bg-text-bnr {
    padding: 0 14px;
  }
  .why-us-section h2.title {
    font-size: 36px;
    padding: 0 8px;
  }
  .section-our-services-and-transparency {
    padding: 0 8px;
    border: 0;
    gap: 8px;
    margin-top: 12px;
  }
  .section-our-services-and-transparency h3 {
    font-size: 22px;
    padding-bottom: 6px;
    line-height: 36px;
  }
  .img-and-content-service {
    flex-direction: column;
    padding: 30px 6px 0;
  }
  .img-and-content-service .left-content-service {
    width: 100%;
  }
  .img-and-content-service .right-content-uls {
    width: 100%;
  }
  .why-us-section {
    padding-bottom: 60px;
  }
  .img-and-content-service .right-content-uls ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .img-and-content-service .right-content-uls ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .title-wrp-box h2 {
    font-size: 36px;
  }
  .title-wrp-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 8px;
  }
  .current-listing-section .wrp-slider-box {
    width: calc(100% - 40px);
    margin:0px auto;
  }
  .owl-nav button span svg {
    width: 30px;
    height: 30px;
  }
  .one-row-column {
    flex-direction: column;
  }
  .grid_layout-gallery {
    padding: 20px 6px 0;
  }
  .title-wrp-box button.explore-listing {
    display: flex;
    margin-left: auto;
  }
  .image-slider-box{
    background-image: url(../img/how-it-work-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px 0px;
    margin-bottom: 0;
  }
  .how-its-work-timeline ul {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .how-its-work-timeline ul li {
    width: calc(50% - 10px);
  }
  .how-its-work-timeline ul li p {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .how-its-work-timeline ul:after {
    width: calc(100% - 180px);
    left: 100px;
    z-index: -1;
  }
  .how-its-work-timeline ul li.active:after {
    width: 100%;
    left: calc(100% - 100px);
    z-index: -1;
  }
  .image-slider-box img {
    display: none;
  }
  .bx-image-wrp {
    position: unset;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: unset;
    gap: 20px;
    padding: 20px 20px;
  }
  .about-ceo {
    flex-direction: column;
    top: 0;
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .about-ceo .lft-img {
    width: 100%;
  }
  .about-ceo .header-about-wrp {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about-ceo .right-img-detail {
    width: 100%;
  }
  .about-ceo .header-about-wrp button.btn-getin-touch {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-ceo .right-img-detail p {
    font-size: 20px;
    line-height: 26px;
  }
  ul.footer-social-media {
    flex-wrap: wrap;
    padding: 10px 10px;
    gap: 10px;
  }
  ul.footer-social-media li {
    width: calc(50% - 10px);
  }
  ul.footer-social-media li a img {
    height: 32px;
  }
  ul.footer-social-media li a span {
    font-size: 18px;
  }
  .footer-contact-detail {
    flex-direction: column;
    padding: 10px 0;
  }
  .footer-contact-detail .footer-details-bx {
    width: 100%;
    flex-direction: column;
  }
  .center-box-footer {
    width: 100%;
    padding: 0px 10px;
    order: 2;
  }
  ul.btm-footer-link {
    flex-direction: column;
    gap: 0;
  }
  ul.btm-footer-link li:first-child:after {
    display: none;
  }
  .footer-contact-detail .center-div_logo {
    width: 100%;
    order: 1;
    padding-top: 10px;
  }
  p.btm-footer-txt {
    margin-top: 8px;
  }
  .owl-nav button.owl-next {
    right: -20px;
  }
  .owl-nav button.owl-prev {
    left: -20px;
  }
  header.header.mobile_menu .header-wrp ul {
    left: 0px;
  }
  button.close_menu_btn {
    display: flex;
  }
  header.header.fixed {
    background: #271f1c;
  }
  .how-its-work-timeline ul li.active:nth-child(2):after {
    display: none;
  }
}



.gallery_1 * {
  font-family: Nunito, sans-serif;
}

.gallery_1 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 img {
  object-fit: cover;
}

.gallery_1 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.gallery_1 .responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.gallery_1 .responsive-container-block.Container {
  max-width: 1320px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery_1 .text-blk.heading {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #242424;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.gallery_1 .text-blk.subHeading {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  max-width: 750px;
  color: #a3a3a3;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.gallery_1 .responsive-container-block.imgContainer {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  min-height: auto;
  height: 720px;
  position: relative;
}

.gallery_1 .overlay {
  position: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  max-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.gallery_1 .overlay-inner {
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  max-width: 700px;
  width: 100%;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
}

.gallery_1 .close {
  position: absolute;
  top: 9px;
  right: 15px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #474545;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gallery_1 .overlay-inner img {
  height: auto;
  width: 100%;
  transform: none;
}

.gallery_1 .close:hover {
  cursor: pointer;
}

.gallery_1 .project {
  position: absolute;
  width: 39.8%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.gallery_1 .btn-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.gallery_1 .project:hover .btn-box {
  display: block;
}

.gallery_1 .btn {
  cursor: pointer;
}

.gallery_1 .smallImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_1 .project.project1 {
  width: 39.8%;
  height: 66.67%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 .project.project2 {
  bottom: 0px;
  top: auto;
  right: auto;
  width: 59.75%;
  height: 32.6%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 .project.project3 {
  left: 40.2%;
  right: auto;
  bottom: auto;
  width: 19.4%;
  height: 32.98%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 .project.project4 {
  left: 40.2%;
  top: 33.7%;
  width: 19.5%;
  height: 32.98%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 .project.project5 {
  right: 0px;
  left: auto;
  bottom: auto;
  width: 39.8%;
  height: 32.6%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery_1 .project.project6 {
  bottom: 0px;
  top: auto;
  left: auto;
  right: 0px;
  width: 39.8%;
  height: 66.67%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .gallery_1 .responsive-container-block.imgContainer {
    height: 600px;
  }

  .gallery_1 .text-blk.subHeading {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  .gallery_1 .project.project5 {
    top: 520px;
    width: 100%;
    left: 0px;
    right: auto;
    bottom: auto;
    height: 200px;
  }

  .gallery_1 .responsive-container-block.imgContainer {
    height: 930px;
  }

  .gallery_1 .project.project1 {
    width: 64%;
    height: 300px;
  }

  .gallery_1 .project.project3 {
    left: auto;
    width: 35%;
    height: 145px;
    right: 0px;
  }

  .gallery_1 .project.project4 {
    left: auto;
    width: 35%;
    height: 145px;
    top: 155px;
    right: 0px;
  }

  .gallery_1 .project.project6 {
    height: 200px;
    width: 100%;
  }

  .gallery_1 .project.project2 {
    width: 100%;
    top: 310px;
    height: 200px;
  }

  .gallery_1 .project {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .gallery_1 .overlay-inner {
    width: 90%;
  }

  .gallery_1 .text-blk.subHeading {
    line-height: 25px;
    font-size: 17px;
    max-width: 600px;
  }

  .gallery_1 .text-blk.heading {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  .gallery_1 .responsive-container-block.imgContainer {
    height: 890px;
  }

  .gallery_1 .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .gallery_1 .text-blk.heading {
    font-size: 30px;
    line-height: 35px;
  }

  .gallery_1 .text-blk.subHeading {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .gallery_1 .project.project1 {
    height: 250px;
  }

  .gallery_1 .project.project3 {
    height: 123px;
  }

  .gallery_1 .project.project4 {
    height: 123px;
    top: 127px;
  }

  .gallery_1 .project.project2 {
    top: 260px;
  }

  .gallery_1 .project.project5 {
    top: 470px;
  }

  .gallery_1 .project.project6 {
    top: 680px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}


.project {
  position: relative;
  overflow: hidden;
}

.project img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.project:hover img {
  transform: scale(1.1);
}

.project .text-posi {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.project:hover .text-posi {
  opacity: 1;
}

.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.project:hover::before {
  opacity: 1;
}


.banner-bottom-section {
	display: flex;
}
.box-wrp {
	flex: 1;
	text-align: center;
	transition: transform 0.3s ease, background-color 0.3s ease;
}
.box-wrp:hover {
	transform: scale(1.1);
	background-color: #f0f0f0;
}


        .about-ceo {
            display: flex;
            align-items: center;
        }
        .lft-img {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .lft-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .lft-img:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .right-img-detail {
            margin-left: 20px;
        }

/*animation added*/

.banner-section .text-banner h4 {
  animation: fadeIn 2s ease-in;
}

.banner-section .bg-text-bnr span {
  animation: fadeIn 2s ease-in 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner-section img {
  animation: slideInLeft 1.5s ease-out;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.banner-section .text-banner h4 {
  animation: bounce 2s infinite;
}

.banner-section .bg-text-bnr span {
  animation: bounce 2s infinite 1s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}

header.header.headerpages {
	background: #271f1c;
}