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

body, html {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 24px;
  color: #000;
  color: none;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}

body.overfloy-hidden {
  overflow: hidden;
  margin-right: 3px;
}
@media (max-width: 520px) {
  body.overfloy-hidden {
    margin-right: 0;
  }
}
body.overfloy-hidden header {
  transition: 0s;
  margin-right: 3px;
}

a[href] {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.5s ease;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h2, h3, h4, h5, h6 {
  font-family: "poppinsmedium";
}
h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family: "poppinssemibold";
}

h1 {
  font-size: 60px;
  line-height: 1;
  font-family: "avenir";
}
@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1230px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
  line-height: 1;
}

h3 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 1140px) {
  h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.headerheight {
  margin-top: 78.75px;
}
@media (max-width: 767px) {
  .headerheight {
    margin-top: 66px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 24px;
  }
}
.heading.size48 h3 {
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .heading.size48 h3 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .heading.size48 h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading.size48 h3 {
    font-size: 30px;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
}
.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}

input, button, select {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4235294118);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.overlay.overlay_active {
  left: 0;
  width: 100%;
  pointer-events: all;
  opacity: 1;
}

.overlay-whip {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(100%);
  background: rgb(255, 243, 229);
  z-index: 10;
  transition: 2s ease;
}
.overlay-whip.overlay_active {
  transform: translateX(-100%);
}

.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;
  }
}
.ModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.ModelPop .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ModelPop .close svg {
  width: 25px;
  height: 25px;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  filter: invert(1);
  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;
}

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

.has_flt_ttl {
  position: relative;
}
.has_flt_ttl figure {
  overflow: hidden;
}
.has_flt_ttl:hover figure img {
  transform: scale(1.1) !important;
}
.has_flt_ttl::before, .has_flt_ttl::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.has_flt_ttl::after {
  content: none;
}
.has_flt_ttl .btm_inf_flt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.has_flt_ttl .link_jtp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.explr-btn a {
  position: relative;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 4px 0;
  z-index: 1;
  font-family: "poppinsmedium";
}
.explr-btn a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.explr-btn a:hover img {
  transform: translateX(10px);
}
.explr-btn.brown a {
  color: #7e4c32;
  border-color: #7e4c32;
}

.animateToTop {
  animation: animateToTop 1s ease;
  opacity: 1 !important;
}
@keyframes animateToTop {
  0% {
    transform: translateY(100px);
    pointer-events: none;
  }
  100% {
    transform: translateY(0px);
    pointer-events: none;
  }
}

.webc-banner .bg {
  height: 65vh;
}
@media (max-width: 767px) {
  .webc-banner .bg {
    height: 48vh;
  }
}

.mobile-link {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-link {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .desktop-link {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s ease;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  transition: 0.5s ease;
  background: linear-gradient(85deg, rgb(128, 79, 52) 17%, rgb(67, 39, 24) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header.has-logo.has-background {
  background: linear-gradient(85deg, rgb(128, 79, 52) 17%, rgb(67, 39, 24) 100%);
}
header.has-logo.has-background::before {
  transition: 0s ease;
}
header.has-logo.has-background .header-wrapper {
  padding: 15px 0;
}
header.has-logo .header-wrapper .container-fluid .flex .colB {
  transition: 0s ease;
  position: unset;
  translate: 0 0;
  transform: translateY(0%);
}
@media (max-width: 991px) {
  header.has-logo .header-wrapper .container-fluid .flex .colB {
    margin-right: auto;
    margin-left: 20px;
  }
}
header.header-fixed::before {
  height: 100%;
}
header.header-fixed .header-wrapper {
  padding: 15px 0;
}
header.header-fixed .header-wrapper .container-fluid .flex .colC .products-btn a:hover {
  background: #fff;
  color: #7e4c32;
  border-color: #fff;
}
header.header-fixed .header-wrapper .container-fluid .flex .colC .products-btn a:hover span {
  background: #7e4c32;
}
header.header-fixed .header-wrapper .container-fluid .flex .colB {
  transform: translateY(0%);
}
header .header-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  header .header-wrapper {
    padding: 25px 0;
    transition: 0.5s ease;
  }
}
header .header-wrapper a, header .header-wrapper p, header .header-wrapper label {
  font-size: 14px;
  color: #fff;
}
header .header-wrapper .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1280px) {
  header .header-wrapper .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid {
    padding: 0 15px;
  }
}
header .header-wrapper .container-fluid .flex {
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .container-fluid .flex .colB {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: translateY(-165%);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colB {
    display: none;
  }
}
header .header-wrapper .container-fluid .flex .colB .logo {
  width: 70px;
}
@media (max-width: 1024px) {
  header .header-wrapper .container-fluid .flex .colB .logo {
    width: 60px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colB .logo {
    width: 48px;
  }
}
header .header-wrapper .container-fluid .flex .colA {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 1140px) {
  header .header-wrapper .container-fluid .flex .colA {
    gap: 0 40px;
  }
}
@media (max-width: 1024px) {
  header .header-wrapper .container-fluid .flex .colA {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colA {
    order: 2;
  }
}
header .header-wrapper .container-fluid .flex .colA .ham-btn {
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  header .header-wrapper .container-fluid .flex .colA .ham-btn {
    width: 35px;
    gap: 10px;
  }
}
header .header-wrapper .container-fluid .flex .colA .ham-btn span {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
header .header-wrapper .container-fluid .flex .colA .search-bar {
  position: relative;
}
@media (max-width: 991px) {
  header .header-wrapper .container-fluid .flex .colA .search-bar {
    display: none;
  }
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result.active {
  max-height: 260px;
  overflow-y: auto;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result.active::-webkit-scrollbar {
  width: 3px;
  background: none;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result.active::-webkit-scrollbar-track {
  box-shadow: none;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result.active::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result .search-menu ul li a {
  display: block;
  color: #000;
  padding: 6px 10px;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result .search-menu ul li a:hover {
  color: #fff;
  background: #7e4c32;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result .search-menu ul li:nth-child(even) a {
  background: #f5f5f5;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result .search-menu ul li:nth-child(even) a:hover {
  color: #fff;
  background: #7e4c32;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .search-result .search-menu ul li.no_prdt_msg:hover a {
  background: none;
  color: initial;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group {
  position: relative;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group input {
  color: #fff;
  font-family: inherit;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 7px 0;
  padding-right: 70px;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group input:focus {
  outline: none;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group label, header .header-wrapper .container-fluid .flex .colA .search-bar .form-group .btn-srch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group label {
  font-size: 12px;
  left: 0;
  line-height: 1;
  transition: 0.5s ease;
  pointer-events: none;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group label.valid {
  top: -2px;
}
header .header-wrapper .container-fluid .flex .colA .search-bar .form-group .btn-srch {
  right: 0;
  cursor: pointer;
}
header .header-wrapper .container-fluid .flex .colC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 1140px) {
  header .header-wrapper .container-fluid .flex .colC {
    gap: 0 25px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colC {
    order: 3;
  }
}
header .header-wrapper .container-fluid .flex .colC ul li {
  display: inline-block;
}
header .header-wrapper .container-fluid .flex .colC ul li:not(:first-child) {
  margin-left: 22px;
}
@media (max-width: 1024px) {
  header .header-wrapper .container-fluid .flex .colC ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .container-fluid .flex .colC ul li.call-btn {
    display: none;
  }
}
header .header-wrapper .container-fluid .flex .colC .products-btn a {
  display: inline-block;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 25px;
  font-family: "poppinsmedium";
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colC .products-btn a {
    padding: 5px 21px;
    font-family: "poppinsregular";
  }
}
@media only screen and (max-width: 320px) {
  header .header-wrapper .container-fluid .flex .colC .products-btn a {
    padding: 3px 16px;
  }
}
header .header-wrapper .container-fluid .flex .colC .products-btn a .dots {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  header .header-wrapper .container-fluid .flex .colC .products-btn a .dots {
    display: none;
  }
}
header .header-wrapper .container-fluid .flex .colC .products-btn a .dots span {
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #fff;
  transition: 0.5s ease;
}
header .header-wrapper .container-fluid .flex .colC .products-btn a .dots span:not(:first-child) {
  margin-left: 4px;
}
header .header-wrapper .container-fluid .flex .colC .products-btn a:hover {
  background: #7e4c32;
  border-color: #7e4c32;
}

.banner {
  position: relative;
}
.banner::before, .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.banner::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0.6362920168) 100%);
}
.banner::after {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0.6362920168) 100%);
}
.banner .bg {
  height: 100vh;
}
@media (max-width: 1366px) {
  .banner .bg {
    height: 85vh;
  }
}
@media (max-width: 991px) {
  .banner .bg {
    height: 525px;
  }
}
@media (max-width: 767px) {
  .banner .bg {
    height: 536px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner .banner-wrapper {
    bottom: 14%;
  }
}
.banner .banner-wrapper .flex {
  gap: 0 100px;
}
@media (max-width: 1230px) {
  .banner .banner-wrapper .flex {
    gap: 0 70px;
  }
}
@media (max-width: 1024px) {
  .banner .banner-wrapper .flex {
    gap: 0 90px;
  }
}
@media (max-width: 991px) {
  .banner .banner-wrapper .flex {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .banner .banner-wrapper .flex {
    gap: 15px 0;
  }
}
.banner .banner-wrapper .flex .colA {
  flex: 0 1 max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 1366px) {
  .banner .banner-wrapper .flex .colA {
    flex: 0 1 17%;
    max-width: 17%;
  }
}
@media (max-width: 1230px) {
  .banner .banner-wrapper .flex .colA {
    flex: 0 1 14%;
    max-width: 14%;
  }
}
@media (max-width: 1024px) {
  .banner .banner-wrapper .flex .colA {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .banner .banner-wrapper .flex .colA {
    flex: 0 1 100%;
    max-width: 28%;
  }
}
@media (max-width: 520px) {
  .banner .banner-wrapper .flex .colA {
    flex: 0 1 100%;
    max-width: 44%;
  }
}
.banner .banner-wrapper .flex .colB {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}
@media (max-width: 1366px) {
  .banner .banner-wrapper .flex .colB {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media (max-width: 1024px) {
  .banner .banner-wrapper .flex .colB {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media (max-width: 991px) {
  .banner .banner-wrapper .flex .colB {
    flex: 0 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .banner .banner-wrapper .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.banner .banner-wrapper .flex .colB h1 {
  font-weight: 700;
  line-height: 0.95;
  font-family: "Queen";
  font-size: 69px;
}
@media (max-width: 1366px) {
  .banner .banner-wrapper .flex .colB h1 {
    font-size: 62px;
  }
}
@media (max-width: 1024px) {
  .banner .banner-wrapper .flex .colB h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner .banner-wrapper .flex .colB h1 {
    font-size: 36px;
  }
}
.banner .banner-wrapper .flex .colB h1, .banner .banner-wrapper .flex .colB a, .banner .banner-wrapper .flex .colB p {
  color: #fff;
}
.banner .banner-wrapper .flex .colB p {
  max-width: 275px;
  margin-top: 12px;
}
.banner .banner-wrapper .flex .colB .explr-btn {
  margin-top: 20px;
}

.home-secA {
  background: #fff3e5  no-repeat;
  padding: 50px 0;
  background-position: -100% 100%;
  transition: background-position 1.5s ease;
}
@media (max-width: 767px) {
  .home-secA {
    padding: 35px 0;
  }
}
.home-secA .flex {
  align-items: center;
  margin-left: 125px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .home-secA .flex {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .home-secA .flex {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .home-secA .flex {
    margin-left: 0;
    gap: 35px 0;
  }
}
.home-secA .flex .colA {
  flex: 0 1 23%;
  max-width: 23%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 991px) {
  .home-secA .flex .colA {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 15px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colA .heading {
    padding: 0 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colA .heading h3 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colA .heading h3 br {
    display: none;
  }
}
.home-secA .flex .colA .heading p {
  color: #666666;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .home-secA .flex .colA .heading p {
    margin: 14px 0;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colA .explr-btn {
    text-align: center;
  }
}
.home-secA .flex .colB {
  flex: 0 1 72%;
  max-width: 72%;
  width: 100%;
}
@media (max-width: 991px) {
  .home-secA .flex .colB {
    flex: 0 1 55%;
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
.home-secA .flex .colB .home-secA-slider.animate .item img {
  transform: scale(1);
  transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.home-secA .flex .colB .home-secA-slider .owl-item.active:first-child .item {
  margin-left: 30px;
}
.home-secA .flex .colB .home-secA-slider .item figure img {
  transition: all 0s;
  transform: scale(1.3);
}
.home-secA .flex .colB .home-secA-slider .item::before {
  background: linear-gradient(195deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.72) 100%);
}
.home-secA .flex .colB .home-secA-slider .item .btm-ttl {
  padding: 30px;
}
@media (max-width: 767px) {
  .home-secA .flex .colB .home-secA-slider .item .btm-ttl {
    padding: 22px;
  }
}
.home-secA .flex .colB .home-secA-slider .item .btm-ttl h4 {
  color: #fff;
  font-weight: 100;
}
@media (max-width: 1366px) {
  .home-secA .flex .colB .home-secA-slider .item .btm-ttl h4 {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colB .home-secA-slider .item .btm-ttl h4 {
    font-size: 18px;
  }
}
.home-secA .flex .colB .home-secA-slider .owl-nav {
  position: absolute;
  top: 50%;
  right: 9vw;
  translate: 0 -50%;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px 0;
}
@media (max-width: 991px) {
  .home-secA .flex .colB .home-secA-slider .owl-nav {
    right: 12vw;
  }
}
@media (max-width: 767px) {
  .home-secA .flex .colB .home-secA-slider .owl-nav {
    display: none;
  }
}
.home-secA .flex .colB .home-secA-slider .owl-nav button.owl-next, .home-secA .flex .colB .home-secA-slider .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (max-width: 991px) {
  .home-secA .flex .colB .home-secA-slider .owl-nav button.owl-next, .home-secA .flex .colB .home-secA-slider .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 991px) {
  .home-secA .flex .colB .home-secA-slider .owl-nav button.owl-next img, .home-secA .flex .colB .home-secA-slider .owl-nav .owl-prev img {
    width: 6px;
  }
}
.home-secA .flex .colB .home-secA-slider .owl-nav .owl-next {
  background: #7e4c32;
}
.home-secA .flex .colB .home-secA-slider .owl-nav .owl-prev {
  background: #fff;
}

.home-secB {
  position: relative;
  height: calc(100vh - 70px);
  background:  no-repeat;
  background-size: 125% 125%;
  background-position: center center;
  background-attachment: fixed;
  display: grid;
  place-items: center;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
@media (max-width: 1024px) {
  .home-secB {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .home-secB {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .home-secB {
    background-attachment: initial;
    background-position: right;
  }
}
.home-secB.animate {
  transition: 2.5s ease;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .home-secB.animate {
    background-size: cover;
    background-position: right;
  }
}
.home-secB .secB-wrapper .content {
  text-align: center;
}
.home-secB .secB-wrapper .content > img {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .home-secB .secB-wrapper .content > img {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .home-secB .secB-wrapper .content > img {
    max-width: 50px;
  }
}
.home-secB .secB-wrapper .content h3 {
  font-size: 60px;
  line-height: 48px;
  color: #fff;
  font-family: "poppinssemibold";
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .home-secB .secB-wrapper .content h3 {
    font-size: 50px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .home-secB .secB-wrapper .content h3 {
    font-size: 40px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secB .secB-wrapper .content h3 {
    font-size: 34px;
    line-height: 22px;
  }
}
.home-secB .secB-wrapper .content h3 em {
  font-family: "Ballroom";
  font-weight: 100;
  display: block;
  font-style: normal;
}
.home-secB .secB-wrapper .content h6 {
  color: #fff;
  margin-top: 50px;
}
.home-secB .secB-wrapper .content .explr-btn {
  margin-top: 45px;
}
.home-secB .secB-wrapper .content .explr-btn a {
  color: #fff;
  font-family: "poppinsmedium";
}

.home-secC {
background: linear-gradient(135deg, #105f52 30%, #fff8dd 100%);





padding: 40px 0;


}
.home-secC.product-secA {
  padding: 0;
  background: #fff;
}
.home-secC.product-secA .product-nav {
  position: sticky;
  top: 70px;
  background: #f2f2f2;
  padding: 12px 0;
  z-index: 5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-secC.product-secA .product-nav {
    top: 66px;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
    padding: 12px 15px;
  }
}
.home-secC.product-secA .product-nav ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 8px 20px;
  border-radius: 20px;
  font-family: "poppinsmedium";
  opacity: 1;
  margin: 0 !important;
}
.home-secC.product-secA .product-nav ul li.active {
  background: #7e4c32;
  color: #fff;
}
.home-secC.product-secA .product-nav-content {
  overflow: visible;
}
.home-secC.product-secA .product-nav-content .tabs {
  height: 0;
}
.home-secC.product-secA .product-nav-content .tabs.active {
  height: 100%;
  overflow: visible;
}
.home-secC.product-secA .product-nav-content .tabs .sub-category-contnet {
  padding: 0 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .home-secC.product-secA .product-nav-content .tabs .sub-category-contnet {
    padding: 0 15px;
    padding-bottom: 25px;
  }
}
.home-secC.product-secA .product-nav-content .tabs .sub-category-contnet .grid .item .btm-ttl h6 {
  font-size: 22px;
  font-weight: 100;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab {
  padding: 20px 0 30px;
}
@media (max-width: 767px) {
  .home-secC.product-secA .product-nav-content .tabs .sub-categ-tab {
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
    padding: 20px 15px 30px;
  }
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul {
  text-align: center;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li {
  display: inline-block;
  color: #666666;
  font-family: "poppinsmedium";
  position: relative;
  cursor: pointer;
  opacity: 1;
  margin-left: 35px;
}
@media (max-width: 520px) {
  .home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li {
    margin-left: 8px;
    font-size: 14px;
  }
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li:first-child {
  margin-left: 0;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li[data-tab=All] {
  display: inline-block;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #7e4c32;
  height: 2px;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li.active {
  color: #7e4c32;
}
.home-secC.product-secA .product-nav-content .tabs .sub-categ-tab ul li.active::before {
  width: 100%;
}
.home-secC .secC-wrapper {
  padding: 0 25px;
}
@media (max-width: 767px) {
  .home-secC .secC-wrapper {
    padding: 0 15px;
  }
}
.home-secC .product-nav {
  margin-bottom: 5px;
}
.home-secC .product-nav ul li {
  color: #fff;
  font-size: 22px;
  transition: 0.5s ease;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .home-secC .product-nav ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secC .product-nav ul li {
    font-size: 13px;
  }
}
.home-secC .product-nav ul li:not(:first-child) {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .home-secC .product-nav ul li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secC .product-nav ul li:not(:first-child) {
    margin-left: 8px;
  }
}
.home-secC .product-nav ul li.active {
  opacity: 1;
}
.home-secC .product-nav-content .tabs {
  overflow: hidden;
}
.home-secC .product-nav-content .tabs .sub-categ-tab {
  padding: 20px 0 50px;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .sub-categ-tab {
    padding: 0 0 25px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul {
  text-align: center;
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li {
  display: inline-block;
  color: #fff;
  font-family: "poppinsmedium";
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .sub-categ-tab ul li {
    font-size: 12px;
  }
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li[data-tab=All] {
  display: none;
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li:not(:nth-child(2)) {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .sub-categ-tab ul li:not(:nth-child(2)) {
    margin-left: 10px;
  }
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
  height: 2px;
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li.active {
  opacity: 1;
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li.active::before {
  width: 100%;
}
.home-secC .product-nav-content .tabs .sub-categ-tab ul li:hover {
  opacity: 0.7;
}
.home-secC .product-nav-content .tabs.active .grid .item:nth-child(odd) {
  transform: translateX(0%);
}
.home-secC .product-nav-content .tabs.active .grid .item:nth-child(even) {
  transform: translateX(0%);
}
.home-secC .product-nav-content .tabs .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .home-secC .product-nav-content .tabs .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid {
    grid-template-columns: 100%;
    grid-gap: 10px 0;
  }
}
.home-secC .product-nav-content .tabs .grid .item {
  transition: 0.8s ease-in;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item::before, .home-secC .product-nav-content .tabs .grid .item::after {
    display: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item::before {
  transition: 0.5s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, rgba(0, 0, 0, 0.84) 100%);
}
.home-secC .product-nav-content .tabs .grid .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s ease;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -6%, rgba(0, 0, 0, 0.86) 93%);
}
.home-secC .product-nav-content .tabs .grid .item figure {
  position: relative;
}
.home-secC .product-nav-content .tabs .grid .item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.84) 100%);
  display: none;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figure::after {
    display: block;
  }
}


.home-secC .product-nav-content .tabs .grid .item .btm-ttl {
  bottom: 15%;
  transition: 0.5s ease;
  animation: fadein 0.5s ease;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@keyframes fadein {
  0% {
    transform: scale(1.5);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .home-secC .product-nav-content .tabs .grid .item .btm-ttl {
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item .btm-ttl {
    display: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item .btm-ttl h6 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item .btm-ttl h6 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item .btm-ttl h6 {
    text-align: left;
    font-size: 24px;
    padding: 0 10px;
    font-family: "poppinsregular";
  }
}
.home-secC .product-nav-content .tabs .grid .item:nth-child(odd) {
  transform: translateX(-10%);
}
.home-secC .product-nav-content .tabs .grid .item:nth-child(even) {
  transform: translateX(10%);
}
.home-secC .product-nav-content .tabs .grid .item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  padding: 30px;
  color: #fff;
  transition: 0.7s ease-out;
  z-index: 2;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption {
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
    transform: translateY(0%);
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption h5 {
  font-family: "poppinsregular";
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    padding: 0 15px 0;
    text-align: left;
    font-size: 22px;
    font-family: "poppinsregular";
  }
}
@media (max-width: 520px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption h5 {
    font-size: 18px;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption h5::before {
    background: #000;
    display: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .contnet {
  margin-bottom: 45px;
  max-height: 170px;
  padding-bottom: 10px;
  padding-right: 10px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .contnet {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .contnet {
    max-height: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .contnet::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.home-secC .product-nav-content .tabs .grid .item figcaption .contnet::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secC .product-nav-content .tabs .grid .item figcaption .contnet::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 0;
}
.home-secC .product-nav-content .tabs .grid .item figcaption .contnet p {
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .contnet p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px;
    text-align: justify;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a.model-open {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a.model-open img {
    display: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a {
    font-size: 12px;
    line-height: 1.3;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a:hover img {
  transform: translateX(12px);
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a .wtsp:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns a .wtsp:hover {
    transform: translateY(0px);
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn, .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .read-more {
  margin-right: 18px;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn, .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .read-more {
    margin-right: 14px;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .read-more {
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .read-more {
    font-size: 13px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .read-more {
    font-size: 12px;
    line-height: 1.3;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 2px 25px;
  transition: 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn {
    font-size: 13px;
    padding: 2px 25px 0px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn {
    padding: 0px 25px 1px;
    font-size: 12px;
  }
}
.home-secC .product-nav-content .tabs .grid .item figcaption .btm-btns .gallery-btn:hover {
  background: #7e4c32;
  border-color: #7e4c32;
}
.home-secC .product-nav-content .tabs .grid .item:hover .btm-ttl {
  animation: fadeout 0.8s ease;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes fadeout {
  100% {
    transform: scale(1.2);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .grid .item:hover:hover .btm-ttl {
    animation: none;
  }
}
.home-secC .product-nav-content .tabs .grid .item:hover::before {
  opacity: 0;
}
.home-secC .product-nav-content .tabs .grid .item:hover::after {
  opacity: 1;
}
.home-secC .product-nav-content .tabs .grid .item:hover figcaption {
  transform: translateY(0%);
}
.home-secC .product-nav-content .tabs .explr-btn {
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .home-secC .product-nav-content .tabs .explr-btn {
    margin-top: 30px;
  }
}
.home-secC .product-nav-content .tabs .explr-btn a {
  color: #fff;
}
.home-secC .product-nav-content .tabs .explr-btn a img {
  margin-left: 4rem;
}

.home-secD {
  height: calc(100vh - 70px);
  background: url(../images/backgrounds/SecD-bg.jpg) no-repeat;
  background-size: 125% 125%;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: relative;
}
@media (max-width: 1024px) {
  .home-secD {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .home-secD {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .home-secD {
    background-position: initial;
    background-size: cover;
    height: 250px;
    background-attachment: initial;
  }
}
.home-secD::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  background: linear-gradient(267deg, rgba(255, 255, 255, 0) -51%, rgba(0, 0, 0, 0.26) 90%);
  width: 100%;
}
.home-secD.animate {
  transition: 2.5s ease;
  background-size: 100% 100%, cover;
}
@media (max-width: 767px) {
  .home-secD.animate {
    background-position: initial;
    background-size: cover;
  }
}
.home-secD .content {
  position: relative;
}
.home-secD .content h3, .home-secD .content h6, .home-secD .content a {
  color: #fff;
}
.home-secD .content h6 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .home-secD .content h3 {
    font-family: "poppinssemibold";
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home-secD .content h6 {
    font-weight: 100;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home-secD .content > img {
    display: none;
  }
}
.home-secD .content .heading {
  margin: 85px 0 40px;
}
@media (max-width: 1280px) {
  .home-secD .content .heading {
    margin: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .home-secD .content .heading {
    margin: 0 0 20px;
  }
}
.home-secD .content .explr-btn {
  margin-top: 25px;
}
.home-secD .content .explr-btn a img {
  margin-left: 5rem;
}

.home-secE {
  position: relative;
  overflow: hidden;
}
.home-secE::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .home-secE::before {
    background: linear-gradient(267deg, rgba(255, 255, 255, 0) -51%, rgba(0, 0, 0, 0.63) 90%);
    width: 100%;
  }
}
.home-secE .bg {
  height: calc(100vh - 70px);
}
@media (max-width: 1024px) {
  .home-secE .bg {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .home-secE .bg {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .home-secE .bg {
    height: 44vh;
  }
}
@media only screen and (max-width: 320px) {
  .home-secE .bg {
    height: 56vh;
  }
}
.home-secE .bg.animate img {
  transform: scale(1);
}
.home-secE .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  transition: all 3.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
@media (max-width: 767px) {
  .home-secE .bg img {
    -o-object-position: 15% 1%;
       object-position: 15% 1%;
  }
}
.home-secE .secE-wrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-secE .secE-wrapper {
    top: 57%;
  }
}
@media only screen and (max-width: 320px) {
  .home-secE .secE-wrapper {
    top: 50%;
  }
}
.home-secE .secE-wrapper .content {
  max-width: 375px;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}
.home-secE .secE-wrapper .content .heading h3 {
  font-family: "poppinssemibold";
}
@media (max-width: 767px) {
  .home-secE .secE-wrapper .content .heading h3 {
    font-size: 22px;
  }
}
.home-secE .secE-wrapper .content .heading p {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .home-secE .secE-wrapper .content .heading p {
    margin: 14px 0;
    font-size: 14px;
    line-height: 22px;
    padding-right: 45px;
  }
}
.home-secE .secE-wrapper .content .explr-btn a {
  color: #fff;
}

footer {
  padding: 55px 0 75px;
  
  /* Gradient background */
  background: linear-gradient(135deg, #105f52 100%, #fff8dd 0%);

  
  /* Ensure gradient covers entire footer */
  background-size: cover;
  background-position: center;
}


@media (max-width: 1366px) {
  footer {
    padding: 45px 0 75px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 45px 0 40px;
  }
}
footer .footer-wrapper {
  padding: 0 70px;
}
@media (max-width: 1230px) {
  footer .footer-wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    padding: 0 15px;
  }
}
footer .footer-wrapper a, footer .footer-wrapper h6 {
  color: #fff;
}
footer .footer-wrapper .main-footer {
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
  footer .footer-wrapper .main-footer {
    padding-bottom: 60px;
  }
}
footer .footer-wrapper .flex {
  justify-content: space-between;
}
footer .footer-wrapper .flex .colC {
  flex: 0 1 auto;
}
footer .footer-wrapper .flex .colA {
  flex: 0 1 10%;
}
@media (max-width: 1140px) {
  footer .footer-wrapper .flex .colA {
    flex: 0 1 8%;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .flex .colA {
    flex: 0 1 10%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colA {
    flex: 0 1 20%;
  }
}
footer .footer-wrapper .flex .colB {
  flex: 1;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .flex .colB {
    order: 3;
    flex: 0 1 100%;
  }
}
footer .footer-wrapper .flex .colB .grid {
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  grid-gap: 0 6em;
}
@media (max-width: 1366px) {
  footer .footer-wrapper .flex .colB .grid {
    grid-gap: 0 4em;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .flex .colB .grid {
    margin-top: 25px;
    grid-gap: initial;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colB .grid {
    grid-template-columns: repeat(2, auto);
    grid-gap: 25px 0;
  }
}
footer .footer-wrapper .flex .colB .grid .col h6 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "poppinsregular";
}
footer .footer-wrapper .flex .colB .grid .col ul li a {
  font-size: 14px;
}
footer .footer-wrapper .flex .colB .grid .col.col-md-4 ul li:not(.mailaddr) {
  margin-top: 12px;
}
footer .footer-wrapper .flex .colB .grid .col.col-md-4 ul li:not(.mailaddr) a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media only screen and (max-width: 320px) {
  footer .footer-wrapper .flex .colB .grid .col.col-md-2 {
    justify-self: center;
  }
}
@media (max-width: 1140px) {
  footer .footer-wrapper .flex .colC {
    flex: 0 1 18%;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .flex .colC {
    flex: 0 1 50%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colC {
    flex: 0 1 80%;
    max-width: 56%;
    align-self: center;
  }
}
@media only screen and (max-width: 320px) {
  footer .footer-wrapper .flex .colC {
    max-width: 67%;
  }
}
footer .footer-wrapper .flex .colC .social-links ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-wrapper .flex .colC .social-links ul li a {
  display: block;
  height: 30px;
  width: 30px;
}
@media (max-width: 1140px) {
  footer .footer-wrapper .flex .colC .social-links ul li a {
    height: 25px;
    width: 25px;
  }
}
footer .footer-wrapper .flex .colC .social-links ul li a svg {
  height: inherit;
  width: inherit;
  transition: 0.5s ease;
}
footer .footer-wrapper .flex .colC .social-links ul li a svg path {
  fill: #fff;
}
footer .footer-wrapper .flex .colC .social-links ul li a svg:hover {
  opacity: 0.6;
}
footer .footer-wrapper .flex .colC .social-links ul li:not(:first-child) {
  margin-left: 12px;
}
@media (max-width: 1140px) {
  footer .footer-wrapper .flex .colC .social-links ul li:not(:first-child) {
    margin-left: 8px;
  }
}
footer .footer-wrapper .flex .colC .quick-inquiry-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colC .quick-inquiry-btn {
    display: none;
  }
}
footer .footer-wrapper .flex .colC .quick-inquiry-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-family: "poppinsmedium";
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colC .quick-inquiry-btn a {
    padding: 4px 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .colC .quick-inquiry-btn a img {
    width: 5px;
  }
}
footer .footer-wrapper .flex .colC .quick-inquiry-btn a:hover {
  background: #fff;
  color: #000;
}
footer .footer-wrapper .flex .colC .quick-inquiry-btn a:hover img {
  filter: invert(1);
}
footer .footer-wrapper .btm-ftr {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  footer .footer-wrapper .btm-ftr {
    padding: 15px 0 0;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .btm-ftr .flex {
    justify-content: center;
  }
}
footer .footer-wrapper .btm-ftr p, footer .footer-wrapper .btm-ftr span {
  font-size: 14px;
}
footer .footer-wrapper .btm-ftr span {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
background: linear-gradient(85deg, #214468f5  10%, #105f52 90%);

  z-index: 5;
  display: none;
}
@media (max-width: 767px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-strip ul li {
  text-align: center;
}
.footer-strip ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 0 12px;
  color: #fff;
  padding: 3px 0;
  font-family: "poppinsregular";
}
.footer-strip ul li a img {
  width: 13px;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.Inquiry-btn {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 0 12px;
  background: #fff;
  color: #7e4c32;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s ease;
  font-family: "poppinsmedium";
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.Inquiry-btn svg {
  height: 22px;
  width: 22px;
  fill: #7e4c32;
  transition: 0.5s ease;
}
.Inquiry-btn:hover {
  background: #fcf7f1;
}
@media (max-width: 767px) {
  .Inquiry-btn {
    display: none;
  }
}

.Products_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0s ease;
}
.Products_menu.is-open {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.5s ease, opacity 0.8s ease 0.2s;
}
.Products_menu .model-body {
  height: inherit;
  background: url("../images/backgrounds/logo-bg-footer-faded.png"), linear-gradient(85deg, rgb(128, 79, 52) 17%, rgb(67, 39, 24) 100%);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 30%, cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .Products_menu .model-body {
    width: 100vw;
  }
}
.Products_menu .model-body .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  .Products_menu .model-body .logo {
    padding: 15px;
    max-width: 100px;
  }
}
.Products_menu .model-body .close_model {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 767px) {
  .Products_menu .model-body .close_model {
    top: 25px;
    right: 25px;
  }
}
.Products_menu .model-body .close_model img {
  filter: invert(1);
}
.Products_menu .model-body .model-body-wrap {
  max-width: 100%;
}
.Products_menu .model-body .model-body-wrap .flex {
  align-items: center;
  justify-content: flex-end;
  gap: 0 5rem;
}
@media (max-width: 767px) {
  .Products_menu .model-body .model-body-wrap .flex {
    gap: 25px 0;
  }
}
.Products_menu .model-body .model-body-wrap .flex .colA {
  flex: 0 1 27%;
  max-width: 27%;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .Products_menu .model-body .model-body-wrap .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.Products_menu .model-body .model-body-wrap .flex .colA p {
  margin-top: 15px;
}
.Products_menu .model-body .model-body-wrap .flex .colB {
  flex: 0 1 55%;
  max-width: 55%;
  width: 100%;
}
@media (max-width: 767px) {
  .Products_menu .model-body .model-body-wrap .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
.Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav {
  position: absolute;
  top: 50%;
  right: 7vw;
  translate: 0 -50%;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px 0;
}
@media (max-width: 767px) {
  .Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav {
    display: none;
  }
}
.Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav button.owl-next, .Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav .owl-next {
  background: #7e4c32;
}
.Products_menu .model-body .model-body-wrap .flex .colB .home-secA-slider .owl-nav .owl-prev {
  background: #fff;
}
.Products_menu .model-body .model-body-wrap .flex .colB .item img {
  width: 100%;
}
.Products_menu .model-body .model-body-wrap .flex .colB .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, rgba(0, 0, 0, 0.84) 100%);
}
.Products_menu .model-body .model-body-wrap .flex .colB .item .btm-ttl {
  padding: 30px;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 1024px) {
  .Products_menu .model-body .model-body-wrap .flex .colB .item .btm-ttl {
    padding: 20px;
    font-size: 20px;
  }
}

.Hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-100%);
  z-index: 9;
  transition: 0.5s ease;
}
.Hamburger_menu.is-open {
  transform: translateX(0%);
}
.Hamburger_menu .model-body {
  position: relative;
  width: 420px;
  background: #fff3e5 no-repeat;
  background-position: bottom right;
  height: 100%;
  padding: 85px 45px 0;
}
@media (max-width: 767px) {
  .Hamburger_menu .model-body {
    width: 100vw;
    padding: 85px 25px 0;
  }
}
@media (max-width: 520px) {
  .Hamburger_menu .model-body {
    padding: 67px 15px 0;
  }
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .model-body {
    padding: 55px 15px 0;
    background-size: 67%;
  }
}
.Hamburger_menu .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .model-body .close_model {
    padding: 20px;
  }
}
.Hamburger_menu .Navigation-list .nav-model ul li {
  display: block;
}
.Hamburger_menu .Navigation-list .nav-model ul li a {
  font-size: 25px;
  line-height: 32px;
  font-family: "poppinsmedium";
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .Navigation-list .nav-model ul li a {
    font-size: 22px;
    line-height: 26px;
  }
}
.Hamburger_menu .Navigation-list .nav-model ul li a.active, .Hamburger_menu .Navigation-list .nav-model ul li a::hover {
  color: #7e4c32;
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li {
  position: relative;
  transition: 0.5s ease;
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li .menu_li_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li .menu_li_ttl img {
  filter: invert(1);
  width: 16px;
  cursor: pointer;
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li .side-sub-menu {
  padding: 5px 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li .side-sub-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .Hamburger_menu .Navigation-list .nav-model ul li.menu_li .side-sub-menu ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.Hamburger_menu .Navigation-list .nav-model ul li.menu_li .side-sub-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  color: #93816b;
}
.Hamburger_menu .Navigation-list .nav-model ul li a {
  display: inline-block;
  padding: 6px 0;
  transition: 0.5s ease;
  opacity: 1;
  color: #000;
}
.Hamburger_menu .Navigation-list .nav-model ul li a:hover {
  color: #000;
}
.Hamburger_menu .Navigation-list .btm-nv {
  border-top: 1px solid #7e4c32;
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .Navigation-list .btm-nv {
    margin-top: 20px;
    padding-top: 25px;
  }
}
.Hamburger_menu .Navigation-list .btm-nv ul li {
  margin-bottom: 8px;
}
.Hamburger_menu .Navigation-list .btm-nv ul li a {
  font-size: 18px;
}
.Hamburger_menu .Navigation-list .btm-nv ul li a:hover {
  transform: translateX(2px);
}
.Hamburger_menu .Navigation-list .social-lin {
  border-top: 1px solid #7e4c32;
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .Navigation-list .social-lin {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.Hamburger_menu .Navigation-list .social-lin .up-lin {
  display: block;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .Hamburger_menu .Navigation-list .social-lin .up-lin {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .Navigation-list .social-lin .up-lin {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.Hamburger_menu .Navigation-list .social-lin .up-lin > a {
  color: #105f52;
  font-family: "poppinsmedium";
  font-size: 14px;
  display: inline-block;
}
.Hamburger_menu .Navigation-list .social-lin .up-lin > a.tel {
  border-right: 1px solid #7e4c32;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .Hamburger_menu .Navigation-list .social-lin .up-lin > a.tel {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .Hamburger_menu .Navigation-list .social-lin .up-lin > a.tel {
    margin-right: 0;
    border-right: none;
  }
}
.Hamburger_menu .Navigation-list .social-lin ul li {
  display: inline-block;
  vertical-align: middle;
}
.Hamburger_menu .Navigation-list .social-lin ul li a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #105f52;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .Hamburger_menu .Navigation-list .social-lin ul li a {
    height: 40px;
    width: 40px;
  }
}
.Hamburger_menu .Navigation-list .social-lin ul li a svg {
  height: 23px;
  width: 23px;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .Hamburger_menu .Navigation-list .social-lin ul li a svg {
    height: 27px;
    width: 27px;
  }
}
.Hamburger_menu .Navigation-list .social-lin ul li a svg path {
  fill: #fff;
}
.Hamburger_menu .Navigation-list .social-lin ul li a:hover {
  background: #fff;
}
.Hamburger_menu .Navigation-list .social-lin ul li a:hover svg path {
  fill: #7e4c32;
}
.Hamburger_menu .Navigation-list .social-lin ul li:nth-child(3) a svg {
  height: 17px;
  width: 17px;
}
.Hamburger_menu .Navigation-list .social-lin ul li:not(:first-child) {
  margin-left: 12px;
}
@media (max-width: 1140px) {
  .Hamburger_menu .Navigation-list .social-lin ul li:not(:first-child) {
    margin-left: 8px;
  }
}

.inquiry_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(100%);
  z-index: 9;
  transition: 0.5s ease;
}
.inquiry_pop.is-open {
  transform: translateX(0%);
}
.inquiry_pop .model-body {
  position: relative;
  width: 650px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(255, 243, 229) 100%);
  height: 100%;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  .inquiry_pop .model-body {
    padding: 30px 35px 0;
  }
}
@media (max-width: 767px) {
  .inquiry_pop .model-body {
    width: 100vw;
    padding: 85px 12px 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body {
    padding: 15px 12px 0;
    padding-right: 0;
  }
}
.inquiry_pop .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .close_model {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .inquiry_pop .model-body .model-body-wrap {
    height: 100%;
    overflow-y: auto;
    padding-right: 12px;
    padding-bottom: 25px;
  }
  .inquiry_pop .model-body .model-body-wrap::-webkit-scrollbar {
    width: 2px;
    background: none;
  }
  .inquiry_pop .model-body .model-body-wrap::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .inquiry_pop .model-body .model-body-wrap::-webkit-scrollbar-thumb {
    background-color: #666666;
    outline: 0;
  }
}
.inquiry_pop .model-body .heading-ttl h3 {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .inquiry_pop .model-body .heading-ttl h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .heading-ttl h3 {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 25px;
  }
}
.inquiry_pop .model-body .form {
  margin-top: 20px;
}
.inquiry_pop .model-body .form .col {
  margin-bottom: 18px;
}
.inquiry_pop .model-body .form .col h6 {
  font-size: 16px;
  font-family: "poppinsregular";
  margin-bottom: 12px;
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .form .col h6 {
    font-size: 14px;
  }
}
.inquiry_pop .model-body .form .col ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 10px;
}
@media (max-width: 767px) {
  .inquiry_pop .model-body .form .col ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.inquiry_pop .model-body .form .col ul li {
  border: 1px solid #666666;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}
.inquiry_pop .model-body .form .col ul li.active, .inquiry_pop .model-body .form .col ul li:hover {
  background: #7e4c32;
  border-color: #7e4c32;
}
.inquiry_pop .model-body .form .col ul li.active span, .inquiry_pop .model-body .form .col ul li:hover span {
  color: #fff;
}
.inquiry_pop .model-body .form .col ul li.active img, .inquiry_pop .model-body .form .col ul li:hover img {
  filter: invert(1);
  mix-blend-mode: color-dodge;
}
.inquiry_pop .model-body .form .col ul li.active::before, .inquiry_pop .model-body .form .col ul li:hover::before {
  opacity: 1;
}
.inquiry_pop .model-body .form .col ul li img {
  margin: 0 auto;
  transition: 0.5s ease;
}
.inquiry_pop .model-body .form .col ul li span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
  height: auto;
  position: relative;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group.flex100 {
  flex: 0 1 100%;
  max-width: 100%;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group.message label {
  top: 18px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group.message label.valid {
  top: 1px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group textarea {
  min-height: 90px;
  resize: none;
  width: 100%;
  padding: 12px;
  font-family: inherit;
}
@media (max-width: 1366px) {
  .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group textarea {
    min-height: 60px;
  }
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group textarea:focus {
  outline: none;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group select {
  height: 100%;
  padding: 9px !important;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group input, .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group select {
  width: 100%;
  font-family: inherit;
  border: none;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #666666;
  background: none;
  color: #000;
  padding: 10px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group input:focus, .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group select:focus {
  outline: none;
  line-height: 16px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group input option, .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group select option {
  font-family: "poppinsregular";
  padding: 5px;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group input option:nth-child(odd), .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group select option:nth-child(odd) {
  background: #f5f5f5;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group label {
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  transition: 0.5s ease;
  line-height: 1;
}
.inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group label.valid {
  top: 1px;
  background: white;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .inquiry_pop .model-body .form .col.col-md-3 .form-fld .form-group label.valid {
    font-size: 11px;
  }
}
.inquiry_pop .model-body .form .sbmt-btn {
  text-align: center;
}
.inquiry_pop .model-body .form .sbmt-btn a {
  border-color: #000;
}
.inquiry_pop .model-body .form .sbmt-btn a img {
  filter: invert(1);
}
.inquiry_pop .model-body .form .sbmit-btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .inquiry_pop .model-body .form .sbmit-btn {
    margin-top: 10px;
  }
}
.inquiry_pop .model-body .form .sbmit-btn input, .inquiry_pop .model-body .form .sbmit-btn a {
  color: #fff;
  background: #7e4c32;
  padding: 6px 50px;
  border: 1px solid #7e4c32;
  font-family: "poppinsregular";
  border-radius: 20px;
}
.inquiry_pop .model-body .form .sbmit-btn input::before, .inquiry_pop .model-body .form .sbmit-btn a::before {
  border-radius: 20px;
}
.inquiry_pop .model-body .form .sbmit-btn input:hover, .inquiry_pop .model-body .form .sbmit-btn a:hover {
  color: #7e4c32;
  background: none;
}

.product-description {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(100%);
  z-index: 10;
  transition: 0.5s ease;
}
.product-description.is-open {
  transform: translateX(0%);
}
.product-description .model-body {
  position: relative;
  width: 700px;
  background: #FFF3E5 no-repeat;
  background-position: bottom right;
  height: 100%;
  padding: 80px 55px 0;
  padding-right: 45px;
  background-size: 33%;
}
@media (max-width: 1230px) {
  .product-description .model-body {
    padding: 70px 35px 0;
  }
}
@media (max-width: 860px) {
  .product-description .model-body {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .product-description .model-body {
    padding: 50px 12px 0;
    padding-right: 0;
  }
}
.product-description .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-description .model-body .close_model {
    padding: 15px;
  }
}
.product-description .model-body .model-body-wrap {
  border-right: 2px solid #000;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap {
    border-right: none;
  }
}
.product-description .model-body .model-body-wrap .tabs {
  max-height: 64vh;
  overflow-y: auto;
  padding-right: 50px;
  padding-bottom: 25px;
  margin-right: -6px;
}
@media (max-width: 860px) {
  .product-description .model-body .model-body-wrap .tabs {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs {
    max-height: 77vh;
    margin-right: 0;
    padding-right: 18px;
  }
}
.product-description .model-body .model-body-wrap .tabs::-webkit-scrollbar {
  width: 10px;
  background: none;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs::-webkit-scrollbar {
    width: 5px;
  }
}
.product-description .model-body .model-body-wrap .tabs::-webkit-scrollbar-track {
  box-shadow: none;
}
.product-description .model-body .model-body-wrap .tabs::-webkit-scrollbar-thumb {
  background-color: #7e4c32;
  outline: 0;
}
.product-description .model-body .model-body-wrap .tabs .content h3 {
  color: #000;
  font-size: 34px;
  list-style: 1.3;
  margin-bottom: 28px;
  font-family: "poppinsmedium";
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs .content h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.product-description .model-body .model-body-wrap .tabs .content h4, .product-description .model-body .model-body-wrap .tabs .content h5, .product-description .model-body .model-body-wrap .tabs .content h6 {
  color: #7e4c32;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs .content h4, .product-description .model-body .model-body-wrap .tabs .content h5, .product-description .model-body .model-body-wrap .tabs .content h6 {
    margin-bottom: 12px;
  }
}
.product-description .model-body .model-body-wrap .tabs .content h4 {
  font-size: 22px;
  font-family: "poppinsmedium";
  line-height: 1.2;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs .content h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.product-description .model-body .model-body-wrap .tabs .content p {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs .content p {
    margin-bottom: 22px;
  }
}
.product-description .model-body .model-body-wrap .tabs .content ul {
  padding-left: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .product-description .model-body .model-body-wrap .tabs .content ul {
    margin-bottom: 22px;
  }
}
.product-description .model-body .model-body-wrap .tabs .content ul li {
  list-style: disc;
  margin-bottom: 3px;
}
.product-description .model-body .model-body-wrap .tabs .content ul li::marker {
  color: #7e4c32;
}

.product-banner {
  position: relative;
}
.product-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(0, 0, 0, 0.28) 93%);
  z-index: 1;
}
.product-banner .bg {
  position: relative;
}
.product-banner .bg::before, .product-banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-banner .bg::before {
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, 0.65) 93%);
}
.product-banner .bg::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.56) 93%);
}
.product-banner .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-banner .bg-wrapper {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-banner .bg-wrapper .content {
  text-align: center;
  color: #fff;
}
.product-banner .bg-wrapper .content h1 {
  font-family: "poppinssemibold";
  font-size: 48px;
}
@media (max-width: 1366px) {
  .product-banner .bg-wrapper .content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .product-banner .bg-wrapper .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 365px) {
  .product-banner .bg-wrapper .content h1 {
    font-size: 25px;
  }
}
.product-banner .bg-wrapper .content p {
  margin-top: 10px;
}

.cstm-cls {
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff  no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .cstm-cls {
    padding: 25px 0;
  }
}
.cstm-cls .sub-category-contnet {
  flex: 0 1 35%;
  max-width: 35%;
  position: sticky;
  top: 150px;
}
@media (max-width: 991px) {
  .cstm-cls .sub-category-contnet {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .cstm-cls .sub-category-contnet {
    display: none;
  }
}
.cstm-cls .sub-category-contnet .grid {
  grid-template-columns: 100% !important;
}
.cstm-cls .sub-category-contnet .grid .item {
  pointer-events: none;
}
.cstm-cls .sub-category-contnet .grid .item .btm-ttl {
  display: none;
}

.Product_data {
  flex: 0 1 60%;
  max-width: 60%;
  width: 100%;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .Product_data {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .Product_data {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.Product_data h3 {
  font-size: 30px;
  color: #7e4c32;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Product_data h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.Product_data h4 {
  font-size: 18px;
  margin-bottom: 8px;
  text-indent: intial;
}
@media (max-width: 767px) {
  .Product_data h4 {
    font-size: 16px;
    font-family: "poppinsregular";
  }
}
.Product_data p {
  color: #666666;
  margin-bottom: 15px;
}
.Product_data ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.Product_data ul li {
  list-style: disc;
}
.Product_data ul li::marker {
  color: #7e4c32;
}
.Product_data .quick-inqr-btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .Product_data .quick-inqr-btn {
    text-align: center;
  }
}
.Product_data .quick-inqr-btn a {
  display: inline-block;
  background: #7e4c32;
  color: #fff;
  padding: 8px 35px;
  border-radius: 30px;
  border: 1px solid #7e4c32;
}
.Product_data .quick-inqr-btn a:hover {
  background: none;
  color: #7e4c32;
}

.banner-about .about-secA {
  padding: 75px 0;
  background: #fff url(../images/backgrounds/curtain.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1366px) {
  .banner-about .about-secA {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secA {
    padding: 35px 0;
  }
}
@media (max-width: 520px) {
  .banner-about .about-secA {
    background: #fff;
  }
}
.banner-about .about-secA .content {
  text-align: center;
  max-width: 545px;
  margin: 0 auto;
}
.banner-about .about-secA .content h1 {
  color: #7e4c32;
  font-size: 40px;
  font-family: "poppinssemibold";
}
@media (max-width: 1024px) {
  .banner-about .about-secA .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 365px) {
  .banner-about .about-secA .content h1 {
    font-size: 25px;
  }
}
.banner-about .about-secA .content p {
  color: #666666;
  margin-top: 15px;
}
@media (max-width: 520px) {
  .banner-about .about-secA .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner-about .about-secB {
  position: relative;
}
.banner-about .about-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.59) 93%);
}
@media (max-width: 991px) {
  .banner-about .about-secB::before {
    display: none;
  }
}
.banner-about .about-secB .bg {
  position: relative;
  height: calc(100vh - 78px);
}
@media (max-width: 1366px) {
  .banner-about .about-secB .bg {
    height: auto;
  }
}
.banner-about .about-secB .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.59) 93%);
}
.banner-about .about-secB .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .banner-about .about-secB .bg .colC {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .bg .colC .video_icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .bg .colC .video_icon img {
    width: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner-about .about-secB .bg .colC .video_icon::before {
    height: 40px;
    width: 40px;
  }
}
.banner-about .about-secB .about-secB-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper {
    position: relative;
    padding: 45px 0 15px;
  }
}
@media (max-width: 767px) {
  .banner-about .about-secB .about-secB-wrapper {
    position: relative;
    padding: 30px 0 15px;
  }
}
.banner-about .about-secB .about-secB-wrapper .grid {
  color: #fff;
  grid-template-columns: auto 1fr auto;
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid {
    display: flex;
    flex-direction: column;
    grid-gap: 20px 0;
  }
}
@media only screen and (max-width: 365px) {
  .banner-about .about-secB .about-secB-wrapper .grid {
    grid-gap: 15px 0;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid .colA {
    position: relative;
  }
}
.banner-about .about-secB .about-secB-wrapper .grid h2 {
  font-size: 40px;
  font-family: "poppinssemibold";
}
.banner-about .about-secB .about-secB-wrapper .grid h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60%;
  display: none;
  background: #7e4c32;
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid h2::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner-about .about-secB .about-secB-wrapper .grid h2::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-about .about-secB .about-secB-wrapper .grid h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid h2 {
    font-size: 32px;
    color: #7e4c32;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .banner-about .about-secB .about-secB-wrapper .grid h2 {
    display: block;
    font-size: 22px;
    text-align: center;
  }
}
.banner-about .about-secB .about-secB-wrapper .grid .colB {
  max-width: 100%;
  justify-self: center;
  margin-right: 6rem;
  text-align: justify;
  margin-left: 4rem;
}
@media (max-width: 1024px) {
  .banner-about .about-secB .about-secB-wrapper .grid .colB {
    margin-right: 3rem;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid .colB {
    margin-right: 0;
    margin-left: 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  .banner-about .about-secB .about-secB-wrapper .grid .colB p {
    color: #000;
  }
}
@media (max-width: 520px) {
  .banner-about .about-secB .about-secB-wrapper .grid .colB p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
  }
}
.banner-about .about-secB .about-secB-wrapper .grid .colC {
  align-self: center;
}

.about-secC {
  background: #fff no-repeat;
  padding: 75px 0;
  background-position: right center;
}
@media (max-width: 1024px) {
  .about-secC {
    background-size: 15%;
  }
}
@media (max-width: 991px) {
  .about-secC {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about-secC {
    padding: 15px 0 35px;
    background-position: right bottom;
    background-size: 40%;
  }
}
.about-secC .flex {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .about-secC .flex {
    gap: 30px 0;
  }
}
.about-secC .flex .colA {
  flex: 0 1 32%;
  max-width: 32%;
  width: 100%;
}
@media (max-width: 767px) {
  .about-secC .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secC .flex .colB {
  flex: 0 1 53%;
  max-width: 53%;
  width: 100%;
}
@media (max-width: 1230px) {
  .about-secC .flex .colB {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .about-secC .flex .colB {
    flex: 0 1 68%;
    max-width: 68%;
  }
}
@media (max-width: 767px) {
  .about-secC .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secC .flex .colB .content {
  margin-left: 10rem;
  margin-top: 4rem;
}
@media (max-width: 1366px) {
  .about-secC .flex .colB .content {
    margin-left: 7rem;
  }
}
@media (max-width: 1024px) {
  .about-secC .flex .colB .content {
    margin-left: 5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .about-secC .flex .colB .content {
    margin-left: 3rem;
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .about-secC .flex .colB .content {
    margin-left: 0;
  }
}
.about-secC .flex .colB .content .about-tab {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-secC .flex .colB .content .about-tab {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .about-secC .flex .colB .content .about-tab {
    margin-bottom: 22px;
  }
}
.about-secC .flex .colB .content .about-tab ul {
  text-align: left;
}
@media (max-width: 767px) {
  .about-secC .flex .colB .content .about-tab ul {
    text-align: center;
  }
}
.about-secC .flex .colB .content .about-tab ul li {
  font-size: 24px;
  line-height: 1;
  color: #666666;
  position: relative;
  font-family: "poppinssemibold";
  opacity: 0.5;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .about-secC .flex .colB .content .about-tab ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-secC .flex .colB .content .about-tab ul li {
    font-size: 18px;
    padding-bottom: 7px;
  }
}
.about-secC .flex .colB .content .about-tab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background: #7e4c32;
  transition: 0.5s ease;
}
.about-secC .flex .colB .content .about-tab ul li.active {
  color: #7e4c32;
  opacity: 1;
}
.about-secC .flex .colB .content .about-tab ul li.active::before {
  width: 100%;
}
.about-secC .flex .colB .content .about-tab ul li:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .about-secC .flex .colB .content .about-tab ul li:not(:first-child) {
    margin-left: 30px;
  }
}
.about-secC .flex .colB .content .about-tab-content .tabs p {
  color: #666666;
}
@media (max-width: 767px) {
  .about-secC .flex .colB .content .about-tab-content .tabs p {
    text-align: justify;
  }
}
@media (max-width: 520px) {
  .about-secC .flex .colB .content .about-tab-content .tabs p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about-secD {
  background: #fcf7f1;
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .about-secD {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .about-secD {
    padding: 35px 0;
  }
}
.about-secD .about-secD-wrapper {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper {
    padding: 0 15px;
  }
}
.about-secD .about-secD-wrapper .heading {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper .heading {
    margin-bottom: 35px;
  }
}
.about-secD .about-secD-wrapper .heading h3 {
  color: #7e4c32;
  font-family: "poppinssemibold";
}
.about-secD .about-secD-wrapper .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 25px;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper .grid {
    grid-gap: 20px 15px;
  }
}
@media (max-width: 991px) {
  .about-secD .about-secD-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid {
    grid-template-columns: 100%;
    grid-gap: 10px 0;
  }
}
.about-secD .about-secD-wrapper .grid .col {
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 30px;
  transition: 0.7s ease-out;
  cursor: context-menu;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper .grid .col {
    border-radius: 10px;
  }
}
.about-secD .about-secD-wrapper .grid .col:hover {
  background: #7e4c32;
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col:hover {
    background: #fff;
  }
}
.about-secD .about-secD-wrapper .grid .col:hover .card h5 {
  color: #fff;
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col:hover .card h5 {
    color: initial;
  }
}
.about-secD .about-secD-wrapper .grid .col:hover .card h5::before {
  background: #fff;
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col:hover .card h5::before {
    background: #7e4c32;
  }
}
.about-secD .about-secD-wrapper .grid .col:hover .card p {
  color: #fff;
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col:hover .card p {
    color: initial;
  }
}
.about-secD .about-secD-wrapper .grid .col:hover .card .ico-abt img {
  filter: invert(1) brightness(5);
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col:hover .card .ico-abt img {
    filter: none;
  }
}
.about-secD .about-secD-wrapper .grid .col .card {
  padding: 30px;
  padding-right: 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper .grid .col .card {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .about-secD .about-secD-wrapper .grid .col .card {
    padding: 25px;
  }
}
.about-secD .about-secD-wrapper .grid .col .card h5 {
  font-family: "poppinssemibold";
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 18px;
  transition: 0.3s ease;
}
@media (max-width: 520px) {
  .about-secD .about-secD-wrapper .grid .col .card h5 {
    padding-right: 50px;
  }
}
.about-secD .about-secD-wrapper .grid .col .card h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  height: 2px;
  bottom: 0;
  background: #7e4c32;
}
.about-secD .about-secD-wrapper .grid .col .card p {
  color: #666666;
  transition: 0.3s ease;
}
@media (max-width: 1366px) {
  .about-secD .about-secD-wrapper .grid .col .card p {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .about-secD .about-secD-wrapper .grid .col .card p {
    line-height: 20px;
  }
}
.about-secD .about-secD-wrapper .grid .col .card .ico-abt {
  position: absolute;
  right: 25px;
  top: 15px;
}
@media (max-width: 1024px) {
  .about-secD .about-secD-wrapper .grid .col .card .ico-abt img {
    max-width: 35px;
  }
}

.about-secE {
  position: relative;
}
.about-secE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0) -52%, rgba(0, 0, 0, 0.51) 93%);
  display: none;
}
@media (max-width: 767px) {
  .about-secE::before {
    display: block;
  }
}
.about-secE .bg {
  height: calc(100vh - 78px);
}
@media (max-width: 1024px) {
  .about-secE .bg {
    height: 65vh;
  }
}
@media (max-width: 991px) {
  .about-secE .bg {
    height: 44vh;
  }
}
@media (max-width: 767px) {
  .about-secE .bg {
    height: 50vh;
  }
}
.about-secE .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secE .about-secE-wrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 8%;
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper {
    left: 15px;
  }
}
.about-secE .about-secE-wrapper .heading {
  max-width: 345px;
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper .heading {
    max-width: 310px;
  }
}
.about-secE .about-secE-wrapper .heading h3 {
  font-family: "poppinssemibold";
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper .heading h3 {
    color: #fff;
  }
}
.about-secE .about-secE-wrapper .heading p {
  color: #666666;
  margin: 20px 0 28px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .about-secE .about-secE-wrapper .heading p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper .heading p {
    color: #fff;
  }
}
@media only screen and (max-width: 365px) {
  .about-secE .about-secE-wrapper .heading p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper .explr-btn a {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 767px) {
  .about-secE .about-secE-wrapper .explr-btn a img {
    filter: invert(1) brightness(5);
  }
}

.banner-contact {
  position: relative;
}
.banner-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(0, 0, 0, 0.27) 93%);
  z-index: 1;
}
.banner-contact .bg {
  position: relative;
}
.banner-contact .bg::before, .banner-contact .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-contact .bg::before {
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, 0.65) 93%);
}
.banner-contact .bg::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.56) 93%);
}
.banner-contact .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-contact .banner-wrapper {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-contact .banner-wrapper {
    left: 0;
    right: 0;
    bottom: 12%;
  }
}
.banner-contact .banner-wrapper .content {
  color: #fff;
  max-width: 365px;
}
@media (max-width: 767px) {
  .banner-contact .banner-wrapper .content {
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .banner-contact .banner-wrapper .content {
    padding: 0 15px;
  }
}
.banner-contact .banner-wrapper .content h1 {
  font-size: 48px;
  font-family: "poppinssemibold";
}
@media (max-width: 1366px) {
  .banner-contact .banner-wrapper .content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .banner-contact .banner-wrapper .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 365px) {
  .banner-contact .banner-wrapper .content h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-contact .banner-wrapper .content h1 {
    font-size: 22px;
  }
}
.banner-contact .banner-wrapper .content p {
  opacity: 0.9;
  line-height: 22px;
  margin: 15px 0 35px;
}
@media (max-width: 767px) {
  .banner-contact .banner-wrapper .content p {
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 25px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-contact .banner-wrapper .content p {
    font-size: 13px;
    margin: 15px 0 15px;
  }
}
.banner-contact .banner-wrapper .content a.wtsp {
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  width: auto;
  border: 1px solid #fff;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-contact .banner-wrapper .content a.wtsp {
    padding: 4px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-contact .banner-wrapper .content a.wtsp {
    font-size: 12px;
    gap: 0 8px;
  }
}
@media (max-width: 767px) {
  .banner-contact .banner-wrapper .content a.wtsp img {
    width: 13px;
  }
}
.banner-contact .banner-wrapper .content a.wtsp:hover {
  background: #7e4c32;
  border-color: #7e4c32;
}

.contact-secA {
  background: #fcf7f1;
  padding: 75px 0;
}
@media (max-width: 991px) {
  .contact-secA {
    padding: 40px 0;
  }
}
.contact-secA .flex {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-secA .flex {
    justify-content: center;
  }
}
.contact-secA .flex .colA {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
}
@media (max-width: 1140px) {
  .contact-secA .flex .colA {
    flex: 0 1 15%;
    max-width: 15%;
  }
}
@media (max-width: 991px) {
  .contact-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 15%;
  }
}
.contact-secA .flex .colA figure {
  width: 100%;
}
.contact-secA .flex .colA figure img {
  width: 100%;
}
.contact-secA .flex .colB {
  flex: 0 1 74%;
  max-width: 74%;
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 1140px) {
  .contact-secA .flex .colB {
    flex: 0 1 80%;
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .contact-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-secA .flex .colB .heading {
  margin-bottom: 25px;
}
.contact-secA .flex .colB .heading h3 {
  font-family: "poppinsregular";
  color: #7e4c32;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact-secA .flex .colB .heading h3 {
    text-align: center;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .heading h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .heading p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.contact-secA .flex .colB .grid {
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-secA .flex .colB .grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 0;
  }
}
@media (max-width: 991px) {
  .contact-secA .flex .colB .grid .col-md.col-md-1, .contact-secA .flex .colB .grid .col-md.col-md-2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-secA .flex .colB .grid .col-md.col-md-1, .contact-secA .flex .colB .grid .col-md.col-md-2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-secA .flex .colB .grid .col-md.col-md-3 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-secA .flex .colB .grid .col-md.col-md-1 .col p {
  max-width: 225px;
}
.contact-secA .flex .colB .grid .col-md .col {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.contact-secA .flex .colB .grid .col-md .col figure {
  height: 45px;
  width: 45px;
  border: 1px solid #7e4c32;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .grid .col-md .col figure {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .grid .col-md .col figure img {
    width: 11px;
  }
}
.contact-secA .flex .colB .grid .col-md .col p, .contact-secA .flex .colB .grid .col-md .col a {
  color: #666666;
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .grid .col-md .col p, .contact-secA .flex .colB .grid .col-md .col a {
    font-size: 14px;
    line-height: 1.4;
  }
}
.contact-secA .flex .colB .grid .col-md .explr-btn {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .contact-secA .flex .colB .grid .col-md .explr-btn {
    margin-top: 5px;
  }
}
.contact-secA .flex .colB .grid .col-md .explr-btn a {
  border-bottom: none;
  margin-left: 60px;
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .grid .col-md .explr-btn a {
    font-size: 12px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-secA .flex .colB .grid .col-md .explr-btn a img {
    width: 17px;
    margin-left: 8px;
  }
}

.contact-secB {
  background: #fff  no-repeat;
  background-position: bottom right;
  background-size: 13%;
  padding: 75px 0 80px;
}
@media (max-width: 1024px) {
  .contact-secB {
    padding: 50px 0 60px;
  }
}
@media (max-width: 991px) {
  .contact-secB {
    padding: 35px 0 50px;
  }
}
.contact-secB .flex {
  justify-content: space-between;
  align-items: center;
}
.contact-secB .flex .colA {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media (max-width: 1366px) {
  .contact-secB .flex .colA {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .contact-secB .flex .colA {
    display: none;
  }
}
@media (max-width: 1366px) {
  .contact-secB .flex .colA figure img {
    width: 100%;
  }
}
.contact-secB .flex .colB {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-secB .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-secB .flex .colB .heading {
  max-width: 525px;
}
.contact-secB .flex .colB .heading h3 {
  color: #7e4c32;
  font-family: "poppinssemibold";
}
.contact-secB .flex .colB .heading p {
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
}
.contact-secB .flex .colB .form {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .contact-secB .flex .colB .form {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .form {
    margin-top: 20px;
  }
}
.contact-secB .flex .colB .form .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-secB .flex .colB .form .col .form-group {
  position: relative;
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .form .col .form-group {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .form .col .form-group.select-bx {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-secB .flex .colB .form .col .form-group.select-bx {
    margin-top: 10px;
  }
}
.contact-secB .flex .colB .form .col .form-group.select-bx label {
  display: none;
}
.contact-secB .flex .colB .form .col .form-group input {
  padding: 7px 0;
}
.contact-secB .flex .colB .form .col .form-group input, .contact-secB .flex .colB .form .col .form-group textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  width: 100%;
  font-family: inherit;
}
.contact-secB .flex .colB .form .col .form-group input:focus, .contact-secB .flex .colB .form .col .form-group textarea:focus {
  outline: none;
}
.contact-secB .flex .colB .form .col .form-group textarea {
  padding-top: 12px;
  resize: vertical;
  min-height: 50px;
  max-height: 100px;
}
.contact-secB .flex .colB .form .col .form-group select {
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  width: 100%;
  height: 100%;
  font-family: "poppinsregular";
}
.contact-secB .flex .colB .form .col .form-group select:focus {
  outline: none;
}
.contact-secB .flex .colB .form .col .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.2s ease;
  pointer-events: none;
  line-height: 0;
  opacity: 0.4;
  font-family: "poppinsmedium";
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .form .col .form-group label {
    font-size: 14px;
  }
}
.contact-secB .flex .colB .form .col .form-group label.valid {
  top: 0;
  opacity: 1;
}
.contact-secB .flex .colB .form .col .form-group label.static {
  color: #666666;
  opacity: 0.7;
  top: -5px;
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .form .col .form-group label.static {
    top: -12px;
  }
}
.contact-secB .flex .colB .form .col .form-group.flex100 {
  flex: 0 1 100%;
  max-width: 100%;
}
.contact-secB .flex .colB .form .col .form-group.message label {
  opacity: 0.4;
  color: #000;
}
@media (max-width: 991px) {
  .contact-secB .flex .colB .get-quoate {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-secB .flex .colB .get-quoate {
    margin-top: 20px;
  }
}
.contact-secB .flex .colB .get-quoate a, .contact-secB .flex .colB .get-quoate input {
  color: #7e4c32;
  border: 1px solid #7e4c32;
  font-family: "poppinsmedium";
  padding: 11px 45px;
  border-radius: 24px;
}
@media only screen and (max-width: 320px) {
  .contact-secB .flex .colB .get-quoate a, .contact-secB .flex .colB .get-quoate input {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.contact-secB .flex .colB .get-quoate a:hover, .contact-secB .flex .colB .get-quoate input:hover {
  background: #7e4c32;
  color: #fff;
}

.blog-secA {
  padding: 55px 0;
}
@media (max-width: 1366px) {
  .blog-secA {
    padding: 45px 0;
  }
}
@media (max-width: 1024px) {
  .blog-secA {
    padding: 35px 0;
  }
}
.blog-secA .secA-wrapper {
  padding: 0 45px;
}
@media (max-width: 767px) {
  .blog-secA .secA-wrapper {
    padding: 0 15px;
  }
}
.blog-secA .heading {
  margin-bottom: 38px;
}
@media (max-width: 1366px) {
  .blog-secA .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .blog-secA .heading {
    margin-bottom: 28px;
  }
}
.blog-secA .heading h3 {
  font-family: "poppinssemibold";
}
@media (max-width: 767px) {
  .blog-secA .blog-tab-nav ul {
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
  }
}
.blog-secA .blog-tab-nav ul li {
  color: #666666;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  font-family: "poppinsmedium";
  padding-bottom: 5px;
}
.blog-secA .blog-tab-nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #7e4c32;
  transition: 0.5s ease;
}
.blog-secA .blog-tab-nav ul li.active {
  color: #7e4c32;
}
.blog-secA .blog-tab-nav ul li.active::before {
  width: 100%;
}
.blog-secA .blog-tab-nav ul li:not(:first-child) {
  margin-left: 28px;
}
.blog-secA .blog-tab-nav-content {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .blog-secA .blog-tab-nav-content {
    padding-top: 28px;
  }
}
.blog-secA .blog-tab-nav-content .tabs:not(:first-child) {
  margin-top: 15px;
}
.blog-secA .blog-tab-nav-content .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 15px;
}
@media (max-width: 991px) {
  .blog-secA .blog-tab-nav-content .grid {
    grid-template-columns: 100%;
    grid-gap: 15px 0;
  }
}
.blog-secA .blog-tab-nav-content .grid .item figure img {
  width: 100%;
}
.blog-secA .blog-tab-nav-content .grid .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.78) 93%);
}
.blog-secA .blog-tab-nav-content .grid .item .blog-title {
  padding: 0 25px 45px;
}
@media (max-width: 1024px) {
  .blog-secA .blog-tab-nav-content .grid .item .blog-title {
    padding: 0 15px 25px;
  }
}
.blog-secA .blog-tab-nav-content .grid .item .blog-title h5 {
  color: #fff;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  .blog-secA .blog-tab-nav-content .grid .item .blog-title h5 {
    font-size: 17px;
  }
}
@media (max-width: 1140px) {
  .blog-secA .blog-tab-nav-content .grid .item .blog-title h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog-secA .blog-tab-nav-content .grid .item .blog-title h5 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-secA .blog-tab-nav-content .grid .item .blog-title h5 {
    font-size: 16px;
  }
}

.blog-detail-banner {
  position: relative;
}
.blog-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(0, 0, 0, 0.27) 93%);
  z-index: 1;
}
.blog-detail-banner .bg {
  position: relative;
}
.blog-detail-banner .bg::before, .blog-detail-banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog-detail-banner .bg::before {
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, 0.65) 93%);
}
.blog-detail-banner .bg::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.56) 93%);
}
.blog-detail-banner .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-detail-banner .bg-wrapper {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
}
.blog-detail-banner .bg-wrapper .content {
  color: #fff;
}
.blog-detail-banner .bg-wrapper .content h1 {
  font-family: "poppinssemibold";
  font-size: 36px;
}
@media (max-width: 1024px) {
  .blog-detail-banner .bg-wrapper .content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-detail-banner .bg-wrapper .content h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 365px) {
  .blog-detail-banner .bg-wrapper .content h1 {
    font-size: 18px;
  }
}
.blog-detail-banner .bg-wrapper .content p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blog-detail-banner .bg-wrapper .content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.blog-detail-secA {
  padding: 55px 0;
  background: #fff  no-repeat;
  background-position: bottom right;
}
@media (max-width: 1140px) {
  .blog-detail-secA {
    background-size: 20%;
  }
}
@media (max-width: 1024px) {
  .blog-detail-secA {
    padding: 45px 0 20px;
  }
}
@media (max-width: 675px) {
  .blog-detail-secA {
    padding: 25px 0 10px;
  }
}
.blog-detail-secA .flex {
  justify-content: space-between;
}
.blog-detail-secA .flex .colA {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}
@media (max-width: 1140px) {
  .blog-detail-secA .flex .colA {
    flex: 0 1 68%;
    max-width: 68%;
  }
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colA {
    flex: 0 1 66%;
    max-width: 66%;
  }
}
@media (max-width: 767px) {
  .blog-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-detail-secA .flex .colA .content h2, .blog-detail-secA .flex .colA .content h3, .blog-detail-secA .flex .colA .content h4, .blog-detail-secA .flex .colA .content h5 {
  margin-bottom: 20px;
}
.blog-detail-secA .flex .colA .content h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .blog-detail-secA .flex .colA .content h3 {
    font-size: 20px;
  }
}
.blog-detail-secA .flex .colA .content h4 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .blog-detail-secA .flex .colA .content h4 {
    font-size: 18px;
  }
}
.blog-detail-secA .flex .colA .content p {
  color: #666666;
  margin-bottom: 25px;
  text-align: justify;
}
@media (max-width: 520px) {
  .blog-detail-secA .flex .colA .content p {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 365px) {
  .blog-detail-secA .flex .colA .content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.blog-detail-secA .flex .colA .content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}
.blog-detail-secA .flex .colA .content ul li {
  list-style: disc;
  color: #666666;
}
@media (max-width: 520px) {
  .blog-detail-secA .flex .colA .content ul li {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 365px) {
  .blog-detail-secA .flex .colA .content ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.blog-detail-secA .flex .colA .content ul li::marker {
  color: #7e4c32;
  font-size: 20px;
}
.blog-detail-secA .flex .colB {
  flex: 0 1 27%;
  max-width: 27%;
  width: 100%;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB {
    flex: 0 1 30%;
    max-width: 30%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-detail-secA .flex .colB {
    display: none;
  }
}
.blog-detail-secA .flex .colB .col-md h5 {
  font-family: "poppinsmedium";
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.blog-detail-secA .flex .colB .col-md.categories-md ul {
  margin: 25px 0 70px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.categories-md ul {
    margin: 15px 0 35px;
  }
}
.blog-detail-secA .flex .colB .col-md.categories-md ul li a {
  color: #666666;
  font-size: 17px;
  font-family: "poppinsmedium";
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.categories-md ul li a {
    font-size: 16px;
  }
}
.blog-detail-secA .flex .colB .col-md.categories-md ul li a:hover {
  color: #7e4c32;
}
.blog-detail-secA .flex .colB .col-md.categories-md ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.categories-md ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.share-md .social-links {
    margin-top: 15px;
  }
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li {
  display: inline-block;
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.share-md .social-links li:not(:first-child) {
    margin-left: 5px;
  }
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li a {
  display: grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.share-md .social-links li a {
    height: 35px;
    width: 35px;
  }
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li a svg {
  height: 25px;
  width: 25px;
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .colB .col-md.share-md .social-links li a svg {
    height: 20px;
    width: 20px;
  }
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li a:hover {
  background: #7e4c32;
  border-color: #7e4c32;
}
.blog-detail-secA .flex .colB .col-md.share-md .social-links li a:hover svg path {
  fill: #fff;
}

.blog-detail-secB {
  padding: 15px 0 55px;
}
.blog-detail-secB .heading {
  margin-bottom: 50px;
}
@media (max-width: 675px) {
  .blog-detail-secB .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 1280px) {
  .blog-detail-secB .more-blogs-slider {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .blog-detail-secB .more-blogs-slider {
    padding: 0;
  }
}
.blog-detail-secB .more-blogs-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.78) 93%);
}
.blog-detail-secB .more-blogs-slider .item .blog-title {
  padding: 0 25px 45px;
}
@media (max-width: 767px) {
  .blog-detail-secB .more-blogs-slider .item .blog-title {
    padding: 0 20px 25px;
  }
}
.blog-detail-secB .more-blogs-slider .item .blog-title h5 {
  color: #fff;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1140px) {
  .blog-detail-secB .more-blogs-slider .item .blog-title h5 {
    font-size: 16px;
  }
}
.blog-detail-secB .more-blogs-slider .owl-nav button.owl-prev, .blog-detail-secB .more-blogs-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.blog-detail-secB .more-blogs-slider .owl-nav button.owl-prev img, .blog-detail-secB .more-blogs-slider .owl-nav .owl-next img {
  width: 15px;
}
@media (max-width: 1366px) {
  .blog-detail-secB .more-blogs-slider .owl-nav button.owl-prev img, .blog-detail-secB .more-blogs-slider .owl-nav .owl-next img {
    width: 12px;
  }
}
.blog-detail-secB .more-blogs-slider .owl-nav .owl-prev {
  left: -40px;
}
@media (max-width: 1366px) {
  .blog-detail-secB .more-blogs-slider .owl-nav .owl-prev {
    left: -30px;
  }
}
@media (max-width: 1280px) {
  .blog-detail-secB .more-blogs-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.blog-detail-secB .more-blogs-slider .owl-nav .owl-next {
  right: -40px;
}
@media (max-width: 1366px) {
  .blog-detail-secB .more-blogs-slider .owl-nav .owl-next {
    right: -30px;
  }
}
@media (max-width: 1280px) {
  .blog-detail-secB .more-blogs-slider .owl-nav .owl-next {
    right: 0;
  }
}

.brands-secA {
  background: #fff  no-repeat;
  background-position: right top;
}
@media (max-width: 520px) {
  .brands-secA {
    background-position: 90% -5%;
  }
}
.brands-secA.home-brand-sec .brand-colA .brand-logo-slider {
  margin-top: 3rem;
}
@media (max-width: 1366px) {
  .brands-secA.home-brand-sec .brand-colA .brand-logo-slider {
    margin-right: 3rem;
  }
}
.brands-secA .heading {
  margin-bottom: 35px;
}
.brands-secA .heading p {
  color: #666666;
  line-height: 22px;
}
.brands-secA .brand-colA {
  padding: 55px 0 125px;
}
@media (max-width: 1024px) {
  .brands-secA .brand-colA {
    padding: 35px 0 75px;
  }
}
@media (max-width: 520px) {
  .brands-secA .brand-colA {
    padding: 0px 0 50px;
  }
}
.brands-secA .brand-colA .heading {
  max-width: 555px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .brands-secA .brand-colA .heading {
    padding-top: 175px;
  }
}
.brands-secA .brand-colA .heading p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .brands-secA .brand-colA .heading p {
    margin-top: 14px;
  }
}
.brands-secA .brand-colA .brand-logo-slider {
  margin-top: 5rem;
}
@media (max-width: 1366px) {
  .brands-secA .brand-colA .brand-logo-slider {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .brands-secA .brand-colA .brand-logo-slider {
    margin-top: 3rem;
  }
}
.brands-secA .brand-colA .brand-logo-slider img {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .brands-secA .brand-colA .brand-logo-slider img {
    filter: none;
  }
}
.brands-secA .brand-colA .brand-logo-slider img:hover {
  filter: none;
}
.brands-secA .brand-colB {
  padding-bottom: 50px;
}
.brands-secA .brand-colB .colB-wrapper {
  padding: 0 65px;
}
@media (max-width: 991px) {
  .brands-secA .brand-colB .colB-wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .brands-secA .brand-colB .colB-wrapper {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .brands-secA .brand-colB .colB-wrapper .heading {
    padding-right: 15px;
  }
}
.brands-secA .brand-colB .colB-wrapper .heading p {
  max-width: 565px;
  margin: 0 auto;
  margin-top: 10px;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-inline: 5px;
  background: #b6b6b6;
  transition: 0.5s ease;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .owl-dots button.owl-dot.active {
  background: #7e4c32;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .item {
  position: relative;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .item span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .item figure img {
  width: 100%;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .item .video-tesi {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
  z-index: 0;
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider .item .video-tesi .half-circ {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 45px;
  height: 45px;
  animation: rotate-360 2s linear infinite;
}
@keyframes rotate-360 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
.brands-secA .brand-colB .colB-wrapper .tesimonial-slider img {
  width: auto;
}

.banner-contact.banner-faq .banner-wrapper .content {
  max-width: 525px;
}
@media (max-width: 767px) {
  .banner-contact.banner-faq::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.faq-secA {
  background: #fcf7f1;
  padding: 75px 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .faq-secA {
    padding: 45px 0;
  }
}
.faq-secA .flex .colA {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}
.faq-secA .flex .colA figure img {
  width: 100%;
}
@media (max-width: 991px) {
  .faq-secA .flex .colA {
    display: none;
  }
}
.faq-secA .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media (max-width: 991px) {
  .faq-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.faq-secA .flex .colB .faq_tab_content {
  padding-left: 6rem;
}
@media (max-width: 1366px) {
  .faq-secA .flex .colB .faq_tab_content {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .faq-secA .flex .colB .faq_tab_content {
    padding-left: 0;
  }
}
.faq-secA .flex .colB .faq_tab_content .col {
  border-bottom: 1px solid #cfcac6;
}
.faq-secA .flex .colB .faq_tab_content .col:first-child .title {
  padding-top: 0;
}
.faq-secA .flex .colB .faq_tab_content .col .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .faq-secA .flex .colB .faq_tab_content .col .title {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .faq-secA .flex .colB .faq_tab_content .col .title {
    padding: 12px 0;
  }
}
.faq-secA .flex .colB .faq_tab_content .col .title h5 {
  font-size: 18px;
  color: #000;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .faq-secA .flex .colB .faq_tab_content .col .title h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 520px) {
  .faq-secA .flex .colB .faq_tab_content .col .title h5 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .faq-secA .flex .colB .faq_tab_content .col .title h5 {
    font-size: 15px;
    line-height: 1.3;
    font-family: "poppinsregular";
  }
}
.faq-secA .flex .colB .faq_tab_content .col .title .arr_ico span {
  display: block;
  position: relative;
  height: 2px;
  width: 15px;
  background: #000;
}
@media (max-width: 1024px) {
  .faq-secA .flex .colB .faq_tab_content .col .title .arr_ico span {
    height: 1px;
    width: 14px;
  }
}
.faq-secA .flex .colB .faq_tab_content .col .title .arr_ico span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 2px;
  width: 15px;
  background: #000;
  rotate: 90deg;
  transition: 0.1s ease;
}
@media (max-width: 1024px) {
  .faq-secA .flex .colB .faq_tab_content .col .title .arr_ico span::before {
    height: 1px;
    width: 14px;
  }
}
.faq-secA .flex .colB .faq_tab_content .col .title.active h5 {
  color: #7e4c32;
  opacity: 1;
}
.faq-secA .flex .colB .faq_tab_content .col .title.active span::before {
  rotate: 0deg;
}
.faq-secA .flex .colB .faq_tab_content .col .ttlancont {
  padding-bottom: 25px;
}
@media (max-width: 1300px) {
  .faq-secA .flex .colB .faq_tab_content .col .ttlancont {
    padding-bottom: 15px;
  }
}
.faq-secA .flex .colB .faq_tab_content .col .ttlancont p {
  opacity: 0.9;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq-secA .flex .colB .faq_tab_content .col .ttlancont p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .faq-secA .flex .colB .faq_tab_content .col .ttlancont p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.privacy-secA {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .privacy-secA {
    padding: 38px 0;
  }
}
.privacy-secA .content h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .privacy-secA .content h1 {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .privacy-secA .content h1 {
    text-align: center;
  }
}
.privacy-secA .content p, .privacy-secA .content li {
  text-align: justify;
}
.privacy-secA .content p {
  margin-bottom: 20px;
}
.privacy-secA .content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "poppinsregular";
}
@media (max-width: 991px) {
  .privacy-secA .content h4 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.privacy-secA .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.privacy-secA .content ul li {
  list-style: disc;
  margin-bottom: 4px;
}
.privacy-secA .content ul li::marker {
  color: #7e4c32;
  font-size: 21px;
}
.privacy-secA .content a {
  color: #7e4c32;
  text-decoration: underline;
}
.privacy-secA .content a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */