*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  overflow-y: auto;
}

body::-webkit-scrollbar, html::-webkit-scrollbar, .hamburger-area::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track, .hamburger-area::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb, .hamburger-area::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}

.home-secG .flex {
  height: 100vh;
  display: flex;
}
@media (max-width: 767px) {
  .home-secG .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 675px) {
  .home-secG .flex {
    height: auto;
  }
}
.home-secG .flex .colA {
  position: relative;
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  background: #000000 url(../images/backgrounds/chair-small.png) no-repeat;
  background-position: bottom right;
  background-size: 60%;
}
@media (max-width: 991px) {
  .home-secG .flex .colA {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .home-secG .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 20px;
    background-image: none;
    order: 2;
  }
}
.home-secG .flex .colA::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 400px;
  height: 400px;
  background: url(../../assets/images/logo-wh.png);
  background-size: cover;
  background-position: bottom right;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .home-secG .flex .colA::before {
    display: none;
    width: 150px;
    height: 150px;
    top: 4%;
    left: 96%;
  }
}
.home-secG .flex .colA .gallery-tab {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab {
    padding: 0;
    width: 100%;
  }
}
.home-secG .flex .colA .gallery-tab ul {
  text-align: left;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: 18%;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul {
    text-align: center;
    margin: auto;
  }
}
.home-secG .flex .colA .gallery-tab ul li {
  display: block;
  color: #fff;
  position: relative;
  font-size: 26px;
  line-height: 30px;
  font-family: "BrandonGrotW01";
  opacity: 0.4;
  padding: 5px 0;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 1024px) {
  .home-secG .flex .colA .gallery-tab ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 5px;
  }
}
.home-secG .flex .colA .gallery-tab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: -112% -50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li::before {
    bottom: 0;
    top: auto;
    translate: 0 0;
  }
}
.home-secG .flex .colA .gallery-tab ul li.active {
  opacity: 1;
}
.home-secG .flex .colA .gallery-tab ul li.active::before {
  width: 50px;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li.active::before {
    width: 100%;
  }
}
.home-secG .flex .colA .heading {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 18%;
}
@media (max-width: 767px) {
  .home-secG .flex .colA .heading {
    position: unset;
    translate: 0 0;
  }
}
.home-secG .flex .colA .heading h3 {
  color: #fff;
  font-weight: 100;
  font-family: "Silver South";
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 675px) {
  .home-secG .flex .colA .heading h3 {
    font-size: 40px;
  }
}
.home-secG .flex .colA .heading h3 em {
  font-size: 70px;
  line-height: 1.3;
  display: block;
  font-family: "BrandonGrotW01";
  font-style: inherit;
  margin-left: 50px;
}
@media (max-width: 675px) {
  .home-secG .flex .colA .heading h3 em {
    font-size: 40px;
  }
}
.home-secG .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  height: inherit;
}
@media (max-width: 991px) {
  .home-secG .flex .colB {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .home-secG .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}
.home-secG .flex .colB .gallery-tab-content {
  height: inherit;
  overflow: visible;
}
.home-secG .flex .colB .gallery-tab-content .tabs {
  transition: 0.2s linear;
  height: 100%;
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 675px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .item img {
    height: 45vh;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav {
  position: absolute;
  left: 0;
  --btnwidth: 60px;
  translate: calc(var(--btnwidth) / 2 * -1) 0;
  bottom: 0;
  z-index: 99;
  bottom: 20%;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
@media (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav {
    position: unset;
    display: initial;
    --btnwidth: 45px;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
  height: var(--btnwidth);
  width: var(--btnwidth);
  border-radius: 50%;
  background: #ffffff69;
  display: grid;
  place-items: center;
  border: 3px solid #ffffff8a;
  backdrop-filter: blur(3px);
}
@media (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
    position: absolute;
    top: 95%;
    translate: 0 -95%;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev img, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next img {
  width: 10px;
}
@media (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
    right: 10px;
  }
}

footer {
  background: #000 url(../images/footer/bg.jpg);
  padding: 35px 0;
  animation: bganimat 6s linear infinite alternate;
  background-size: cover;
}

@keyframes bganimat {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 20px 10px;
  }
}
.tab-nav ul {
  text-align: center;
}
.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
  overflow: hidden;
}
.tab-nav-content .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0s ease;
}
.tab-nav-content .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
  z-index: 99999;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.video_icon {
  margin: 50px 0px 30px 160px;
  height: 66px;
  width: 66px;
  border-width: 2px;
}
@media (max-width: 767px) {
  .video_icon {
    height: 55px;
    width: 55px;
    margin: 30px auto 30px;
  }
}
.video_icon::before {
  height: 60px;
  width: 60px;
}
@media (max-width: 767px) {
  .video_icon::before {
    height: 50px;
    width: 50px;
  }
}
.video_icon img {
  width: 13px;
}
@media (max-width: 767px) {
  .video_icon img {
    width: 9px;
  }
}

.video_icon {
  width: 55px;
  height: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}
.video_icon:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_icon img {
  width: 10px;
  position: relative;
  margin-left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
header {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.8s ease;
}
header.sticky.header-down {
  position: fixed;
}
@media (max-width: 675px) {
  header.sticky.header-down {
    padding-bottom: 10px;
  }
}
header.sticky.header-up {
  top: -100%;
}
header.header-fixed::before {
  height: 70%;
}
header.header-bg {
  background: rgba(255, 255, 255, 0.168627451);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#mobile-menu-overlay {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.4s ease;
}
#mobile-menu-overlay.overlay_active {
  pointer-events: all;
  opacity: 0.8;
  transition: 0.5s ease;
}

.no-overflow {
  overflow: hidden;
}

.section-padding {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media (max-width: 675px) {
  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .footer-top-area {
    padding: 0 30px;
  }
}
@media (max-width: 675px) {
  .footer-top-area {
    padding: 0 5px;
  }
}

.Contactus-model .inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .Contactus-model .inner-wrapper {
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.Contactus-model .inner-wrapper .colA {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .Contactus-model .inner-wrapper .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Contactus-model .inner-wrapper .colA::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1490196078);
}
.Contactus-model .inner-wrapper .colA video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Contactus-model .inner-wrapper .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .Contactus-model .inner-wrapper .colB {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex: 0 1 100%;
    max-width: 90%;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.3411764706);
    border-radius: 15px;
  }
}
.Contactus-model .inner-wrapper .colB .made-banner-content {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .Contactus-model .inner-wrapper .colB .made-banner-content {
    padding: 40px 20px 0px 20px;
  }
}
.Contactus-model .inner-wrapper .colB .made-banner-content h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Contactus-model .inner-wrapper .colB .made-banner-content h3 {
    color: #fff;
  }
}

.flex {
  display: flex;
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  background: #fff;
  transform: translateX(100%);
  padding: 70px 50px 30px;
  height: 100vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  overflow: hidden;
  transition: 0.8s ease;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../../assets/images/banner/section-bg.png);
  background-size: cover;
  background-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
.mobile-menu::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.mobile-menu::-webkit-scrollbar-track {
  box-shadow: none;
}
.mobile-menu::-webkit-scrollbar-thumb {
  outline: 0;
  background: #fff;
}
.mobile-menu.overfloy-y-hidden {
  overflow-y: hidden;
}
@media (max-width: 675px) {
  .mobile-menu {
    max-width: 100%;
    padding: 0px 0px 0px 30px;
  }
}
.mobile-menu.open-ham {
  transform: translateX(0%);
}
.mobile-menu .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.mobile-menu .close svg {
  width: 36px;
  height: 36px;
}
.mobile-menu .close:hover svg {
  transform: rotate(90deg);
}
.mobile-menu .close:hover svg path {
  fill: #914F1E;
}
.mobile-menu .menu-rapper {
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-menu .menu-rapper .colA {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-menu .menu-rapper .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.mobile-menu .menu-rapper .colA ul.main-list {
  margin: 0px 0 30px;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .mobile-menu .menu-rapper .colA ul.main-list {
    padding-top: 80px;
    margin: 0px 0 20px;
  }
}
.mobile-menu .menu-rapper .colA ul.main-list li {
  margin: 30px 0;
  opacity: 0;
  transform: translateX(-40px);
  transform-margin: 15px 0;
}
.mobile-menu .menu-rapper .colA ul.main-list li a {
  color: #00000085;
  font-size: 50px;
  transition: 0.2s ease;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .mobile-menu .menu-rapper .colA ul.main-list li a {
    font-size: 30px;
  }
}
.mobile-menu .menu-rapper .colA ul.main-list li a:hover {
  color: #000;
  letter-spacing: 2px;
}
.mobile-menu .menu-rapper .colA ul.main-list li.active a {
  color: #000;
  letter-spacing: 2px;
}
.mobile-menu .menu-rapper .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu .menu-rapper .colB {
    display: none;
  }
}

@keyframes menuFadeSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.single-grid-product .product-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0588235294);
  height: 100%;
  border-radius: 10px;
  transition: 1.2s ease;
}
.single-grid-product .product-image:hover::before {
  height: 50%;
}
.single-grid-product .product-image:hover a img {
  transform: scale(1.1);
}
.single-grid-product .product-image > a {
  position: relative;
}
.single-grid-product .product-image > a img {
  /*transform: scale(0.8);*/
}

.MenuSwiperSlider .swiper-wrapper .swiper-slide {
  height: 550px;
  border-radius: 50px;
  overflow: hidden;
}
.MenuSwiperSlider .swiper-wrapper .swiper-slide img {
  filter: grayscale(1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MenuSwiperSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.3s;
}
.MenuSwiperSlider .swiper-wrapper .swiper-slide.swiper-slide-active img {
  filter: grayscale(0);
}

.map-container {
  width: 100%;
  margin: 0 auto;
}
.map-container #map-tooltip {
  position: fixed;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  display: none;
  z-index: 9999;
}
.map-container svg path {
  fill: lightgray;
  stroke: white;
}
.map-container path:hover {
  fill: gray;
}

.home_secC .cards-md .card {
  position: sticky;
  top: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media (max-width: 1024px) {
  .home_secC .cards-md .card {
    height: calc(100vh - 86.77px);
    top: 86.77px;
  }
}
@media (max-width: 991px) {
  .home_secC .cards-md .card {
    position: unset;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home_secC .cards-md .card {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .home_secC .cards-md .card.card1 .card_content picture img {
    -o-object-position: right;
       object-position: right;
  }
}
.home_secC .cards-md .card.card2 .sec-md-sign {
  right: 20px;
  top: 20px;
  bottom: auto;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card.card2 .sec-md-sign {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .home_secC .cards-md .card.card3 .card_content h3 span, .home_secC .cards-md .card.card4 .card_content h3 span, .home_secC .cards-md .card.card5 .card_content h3 span {
    height: 55px;
  }
}
.home_secC .cards-md .card.card3 .sec-md-sign, .home_secC .cards-md .card.card4 .sec-md-sign, .home_secC .cards-md .card.card5 .sec-md-sign {
  right: 20px;
  top: 20px;
  bottom: auto;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card.card3 .sec-md-sign, .home_secC .cards-md .card.card4 .sec-md-sign, .home_secC .cards-md .card.card5 .sec-md-sign {
    top: 20px;
  }
}
.home_secC .cards-md .card .card_content {
  position: relative;
  height: inherit;
}
.home_secC .cards-md .card .card_content .sec-md-sign {
  position: absolute;
  bottom: -64px;
  z-index: 1;
}
.home_secC .cards-md .card .card_content .sec-md-sign img {
  width: 100px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card .card_content .sec-md-sign img {
    width: 80px;
  }
}
.home_secC .cards-md .card .card_content picture {
  display: block;
  position: relative;
  height: inherit;
}
.home_secC .cards-md .card .card_content picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0) 32%, rgba(0, 0, 0, 0.5411764706) 62%);
}
.home_secC .cards-md .card .card_content picture img, .home_secC .cards-md .card .card_content picture video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_secC .cards-md .card .card_content .content_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
@media (max-width: 675px) {
  .home_secC .cards-md .card .card_content .content_wrap {
    top: auto;
    bottom: 10%;
    translate: 0 -10%;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container {
    padding: 0 45px;
  }
}
@media (max-width: 1230px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container {
    max-width: 100%;
    padding: 0 68px;
  }
}
@media (max-width: 1024px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container {
    padding: 0 60px;
  }
}
@media (max-width: 675px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container {
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container.container2 {
    padding-right: 0;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content {
  max-width: 500px;
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 {
    font-size: 14px;
    line-height: 14px;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6, .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 {
  color: #fff;
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 span, .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 span {
  display: block;
  color: #f7cc17;
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 span em, .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 span em {
  display: inline-block;
  font-style: normal;
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 span em.caret, .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 span em.caret {
  color: #fff;
  vertical-align: middle;
  animation: blink-blink 1s step-end infinite;
}
@keyframes blink-blink {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h6 span .word, .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 span .word {
  display: inline;
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 {
  margin: 20px 0;
  font-size: 36px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content .read_more_btn a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content .read_more_btn a {
    padding: 4px 25px;
  }
}
.home_secC .cards-md .card .card_content .content_wrap .portfolio-container .content .read_more_btn a:hover {
  background: #f7cc17;
  color: #000;
  border-color: #f7cc17;
}

.fs-50 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .fs-50 {
    font-size: 30px;
  }
}

.map-sec {
  line-height: 0;
}

.Custom_contact ul {
  margin-top: 40px;
}
.Custom_contact ul li {
  margin: 40px 0;
}
.Custom_contact ul li .flex {
  justify-content: space-between;
}
.Custom_contact ul li .flex figure {
  flex: 0 1 10%;
  max-width: 10%;
  width: 100%;
}
.Custom_contact ul li .flex figure img {
  width: 100%;
}
.Custom_contact ul li .flex figcaption {
  flex: 0 1 85%;
  max-width: 85%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .Custom_contact ul li .flex figcaption {
    flex-wrap: wrap;
  }
}
.Custom_contact ul li .flex figcaption .cont-box {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 675px) {
  .Custom_contact ul li .flex figcaption .cont-box {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .Custom_contact ul li .flex figcaption .cont-box:first-child {
    margin-bottom: 20px;
  }
}
.Custom_contact ul li .flex figcaption .cont-box.w-80 {
  flex: 0 1 70%;
  max-width: 70%;
}
@media (max-width: 675px) {
  .Custom_contact ul li .flex figcaption .cont-box.w-80 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Custom_contact ul li .flex figcaption h5 {
  font-family: Poppins;
  font-weight: 600;
}
.Custom_contact ul li .flex figcaption a {
  color: #000;
  display: block;
  transition: 0.3s ease;
}
.Custom_contact ul li .flex figcaption a.fs-18 {
  font-size: 18px;
}
.Custom_contact ul li .flex figcaption a:hover {
  letter-spacing: 1px;
}

.Product_listing_custom {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 675px) {
  .Product_listing_custom {
    padding: 50px 0;
  }
}
.Product_listing_custom .inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 160px;
  padding: 0 25px;
}
.Product_listing_custom .listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper {
    gap: 0;
  }
}
.Product_listing_custom .listing-wrapper .product-bind {
  display: flex;
  flex-direction: row;
  row-gap: 64px;
  -moz-column-gap: 5%;
       column-gap: 5%;
  will-change: transform, opacity;
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(odd) {
  justify-content: flex-start;
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(odd) .product-box:first-child {
  flex-basis: 45%;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind:nth-child(odd) .product-box:first-child {
    flex-basis: 80%;
  }
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(odd) .product-box:last-child {
  flex-basis: 35%;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind:nth-child(odd) .product-box:last-child {
    flex-basis: 90%;
  }
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(even) {
  justify-content: flex-end;
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(even) .product-box:first-child {
  flex-basis: 30%;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind:nth-child(even) .product-box:first-child {
    flex-basis: 90%;
  }
}
.Product_listing_custom .listing-wrapper .product-bind:nth-child(even) .product-box:last-child {
  flex-basis: 40%;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind:nth-child(even) .product-box:last-child {
    flex-basis: 80%;
  }
}
/*.Product_listing_custom .listing-wrapper .product-bind:last-child .product-box:nth-child(odd) {*/
/*  flex-basis: 80%;*/
/*}*/
.Product_listing_custom .listing-wrapper .product-bind .product-box {
  position: relative;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box.four-box {
  flex-basis: 40%;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box.three-box {
  flex-basis: 30%;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box:hover .banner-images a::before {
  opacity: 0.4;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box:hover .banner-images img {
  transform: scale(1.1);
}
.Product_listing_custom .listing-wrapper .product-bind .product-box:hover .banner-content {
  bottom: 0%;
  opacity: 1;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-images a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-images a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-images a img {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content {
  padding: 30px;
  bottom: -50%;
  position: absolute;
  height: auto;
  left: 0px;
  width: 80%;
  max-width: 100%;
  background-color: rgba(26, 26, 26, 0.9);
  padding: 40px 30px 30px;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content {
    padding: 20px 15px 0;
    width: auto;
  }
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content .title {
  position: relative;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
}
@media (max-width: 675px) {
  .Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content a {
  font-size: 20px;
  line-height: 11px;
  text-transform: lowercase;
  color: #ffffff;
  padding: 20px 0;
  font-family: "BrandonGrotW01";
}
.Product_listing_custom .listing-wrapper .product-bind .product-box .banner-content a:hover {
  letter-spacing: 1px;
}

.black {
  border-color: #2f2f2f !important;
  color: #2f2f2f !important;
}
.black::-moz-placeholder {
  color: #2f2f2f !important;
}
.black::placeholder {
  color: #2f2f2f !important;
}

@media (max-width: 675px) {
  .custom-mt-20 {
    margin-top: 20px;
  }
}

.Home_SecB .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .Home_SecB .flex {
    flex-wrap: wrap;
  }
}
.Home_SecB .flex .col {
  width: 100%;
}
.Home_SecB .flex .col:first-child {
  flex: 0 1 55%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecB .flex .col:last-child {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecB .flex .col .made-banner-image {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-left: 8%;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col .made-banner-image {
    padding-left: 0;
    justify-content: right;
    align-items: right;
  }
}
.Home_SecB .flex .col .made-banner-image img {
  display: block;
  width: 100%;
}
.Home_SecB .flex .col .made-banner-image img:first-child {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col .made-banner-image img:first-child {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    flex: 0 1 50%;
    max-width: 50%;
    display: none;
  }
}
.Home_SecB .flex .col .made-banner-image img:nth-child(2) {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col .made-banner-image img:nth-child(2) {
    flex: 0 1 60%;
    max-width: 60%;
    display: block;
    margin-right: 20px;
    display: none;
  }
}
.Home_SecB .flex .col .made-banner-image img:last-child {
  display: none;
}
@media (max-width: 767px) {
  .Home_SecB .flex .col .made-banner-image img:last-child {
    display: block;
    padding: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */