<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&amp;display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
.footer_wrapper {
  /*margin-top: 40px;*/
  padding-top: 15px;
  background-color: #f0ffcb;
}
.footer_wrapper .fotoer_logo_area,
.footer_wrapper .footer_menu_area {
  margin-top: 40px;
}
.footer_wrapper .fotoer_logo_area p {
  font-size: 15px;
  max-width: 380px;
  width: 100%;
  margin: 30px 0;
}
.footer_wrapper .fotoer_logo_area .social_list a {
  color: #000;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 0.625rem;
  font-size: 15px;
  font-weight: 600;
}
.footer_wrapper .footer_menu_area h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}
.footer_wrapper .menu_list {
  margin-top: 30px;
}
.footer_wrapper .menu_list li {
  margin-top: 15px;
}
.footer_wrapper .menu_list li a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.footer_wrapper .menu_list li a:hover {
  opacity: 0.8;
}
.footer_wrapper .copyright_area {
  margin-top: 40px;
  padding: 6px 0;
  border-top: 1px solid black;
}
.footer_wrapper .copyright_area p {
  font-size: 15px;
}
.footer_wrapper .copyright_area img {
  max-width: 15px;
}

.header_top_wrapper {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Topbar Section */
.topbar_wrapper {
  padding: 12px 0;
  background: #87a53f;
}
@media all and (max-width: 991px) {
  .topbar_wrapper {
    transition: 0.5s;
    padding: 10px 0;
  }
}
.topbar_wrapper .topbar_contact_area a:first-child {
  margin-right: 40px;
}
@media all and (max-width: 991px) {
  .topbar_wrapper .topbar_contact_area a:first-child {
    transition: 0.5s;
    margin-right: 20px;
  }
}
.topbar_wrapper .topbar_contact_area a,
.topbar_wrapper .login_text a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .topbar_wrapper .topbar_contact_area a,
  .topbar_wrapper .login_text a {
    transition: 0.5s;
    font-size: 12px;
  }
}
.topbar_wrapper .topbar_contact_area a:hover,
.topbar_wrapper .login_text a:hover {
  opacity: 0.8;
}
.topbar_wrapper .topbar_contact_area a i {
  font-size: 13px;
  margin-right: 5px;
}
.topbar_wrapper .login_text i {
  font-size: 13px;
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .topbar_wrapper .login_text {
    transition: 0.5s;
    display: none;
  }
}
.topbar_wrapper .navbar-fixed .topbar_bar_area {
  box-shadow: 0 5px 5px #e3e3e3;
}
@media all and (min-width: 992px) {
  .topbar_wrapper .navbar-fixed .topbar_bar_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: none;
  }
}
.topbar_wrapper .topbar_social_area {
  gap: 10px 40px;
}
@media all and (max-width: 767px) {
  .topbar_wrapper .topbar_social_area {
    transition: 0.5s;
    gap: 10px 20px;
  }
}

/* Header Section */
.header_wrapper {
  padding: 13px 0;
  background: white;
}
@media all and (max-width: 991px) {
  .header_wrapper {
    transition: 0.5s;
    padding: 11px 0;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .nav_area {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .main_menu_list {
  gap: 8px 40px;
}
.header_wrapper .main_menu_list li {
  position: relative;
}
.header_wrapper .main_menu_list li a,
.header_wrapper .main_menu_list li h6 {
  color: #000;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding: 2px 0;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .main_menu_list li a,
  .header_wrapper .main_menu_list li h6 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.header_wrapper .main_menu_list li a:hover,
.header_wrapper .main_menu_list li h6:hover {
  opacity: 0.7;
}
.header_wrapper .menu_toggle_btn {
  display: none;
}
.header_wrapper .menu_toggle_btn i {
  font-size: 22px;
  color: #87a53f;
}
@media all and (max-width: 991px) {
  .header_wrapper .menu_toggle_btn {
    transition: 0.5s;
    display: block;
  }
}
.header_wrapper .dropdown_area:hover .inner_menu_grid {
  opacity: 1;
  visibility: visible;
  top: 105%;
}
.header_wrapper .inner_menu_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  position: absolute;
  top: 117%;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: #fff;
  border-top: 2px solid #87a53f;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align: left;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  padding: 24px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: auto;
  max-height: calc(100vh - 105px);
  min-width: 792px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .inner_menu_grid::-webkit-scrollbar {
  width: 5px;
}
.header_wrapper .inner_menu_grid::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.header_wrapper .inner_menu_grid::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.header_wrapper .inner_menu_grid::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.header_wrapper .inner_menu_item h4 a {
  display: block;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.header_wrapper .inner_menu_item .inner_menu_list {
  margin-top: 20px;
}
.header_wrapper .inner_menu_item .inner_menu_list li {
  margin-top: 10px;
}
.header_wrapper .inner_menu_item .inner_menu_list a {
  position: relative;
  font-size: 13px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  color: #838181 !important;
}
.header_wrapper .inner_menu_item .inner_menu_list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #87a53f;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}
.header_wrapper .inner_menu_item .inner_menu_list a:hover {
  opacity: 0.8;
}
.header_wrapper .inner_menu_item .inner_menu_list a:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: center left;
}
.header_wrapper .inner_menu_item .inner_menu_list a.active_inner_menu {
  color: #87a53f !important;
}

.active_menu {
  border-bottom: 2px solid #87a53f;
}

.navbar_fixed {
  top: 0;
}
.navbar_fixed .topbar_wrapper,
.navbar_fixed .header_category_wrapper {
  display: none;
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  z-index: 100000000;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    transition: 0.5s;
    display: inline;
  }
}
.mobile_menu_area .header_button_area .default_btn {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .mobile_menu_area .header_button_area .default_btn {
    transition: 0.5s;
    height: 45px;
    min-width: 150px;
  }
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(199, 199, 199, 0.2392156863);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile_menu_area .menu_close_icon {
  margin-bottom: 20px;
  padding-right: 15px;
}
.mobile_menu_area .menu_close_icon i {
  font-size: 20px;
}
.mobile_menu_area .mobile_language_login_area {
  padding-bottom: 15px;
}
.mobile_menu_area .mobile_language_login_area .accordion-item {
  width: 100px;
}
.mobile_menu_area .mobile_language_login_area .accordion-item span {
  margin: 0 6px;
}
.mobile_menu_area .category_title {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
}
.mobile_menu_area .accordion-item {
  border: none;
  margin: 15px 0;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}
.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobile_menu_area .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}
.mobile_menu_area .page_title {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(192, 188, 188);
}
.mobile_menu_area .category_list {
  margin-top: 20px;
  gap: 8px !important;
}
.mobile_menu_area .category_list li {
  margin-top: 10px;
}
.mobile_menu_area .category_list li a,
.mobile_menu_area .category_list li button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.mobile_active_menu {
  color: #87a53f !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}
@media all and (max-width: 575px) {
  .navbar_active {
    transition: 0.5s;
    width: 80vw;
  }
}
.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* Header Category Section */
.header_category_wrapper {
  background: #000000;
}
@media all and (max-width: 991px) {
  .header_category_wrapper {
    transition: 0.5s;
    display: none;
  }
}
.header_category_wrapper .category_list a,
.header_category_wrapper .category_list button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-align: center;
  padding: 20px 50px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_category_wrapper .category_list a,
  .header_category_wrapper .category_list button {
    transition: 0.5s;
    padding: 16px 35px;
  }
}
.header_category_wrapper .category_list a:hover,
.header_category_wrapper .category_list button:hover {
  background: #81984c;
}
.header_category_wrapper .category_list .active_filter {
  background: #87a53f;
}

/* Hero Section */
.hero_wrapper {
  padding-top: 1.2rem;
}
.hero_wrapper .hero_img {
  width: 100%;
  max-height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 992px) {
  .hero_wrapper .hero_img {
    transition: 0.5s;
    max-height: 310px;
  }
}
@media all and (max-width: 768px) {
  .hero_wrapper .hero_img {
    transition: 0.5s;
    max-height: 229px;
  }
}
@media all and (max-width: 600px) {
  .hero_wrapper .hero_img {
    transition: 0.5s;
    max-height: 96px;
  }
}
.hero_wrapper .hero_content {
  background: #000;
  max-width: 35vw;
  padding: 2.5vw;
  position: relative;
  bottom: 8vw;
  left: 3vw;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 600px) {
  .hero_wrapper .hero_content {
    transition: 0.5s;
    max-width: 50vw;
  }
}
.hero_wrapper .hero_content .hero_content_title {
  color: #fff;
  font-family: "Libre Baskerville", serif !important;
  font-style: italic;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
  font-size: 2vw;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hero_wrapper .hero_content .hero_content_title {
    transition: 0.5s;
    font-size: 16px;
  }
}
.hero_wrapper .hero_content .row.align-items-center {
  margin: 0 -15px;
}
.hero_wrapper .hero_content .hero_content_subtitle {
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8vw;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 600px) {
  .hero_wrapper .hero_content .hero_content_subtitle {
    transition: 0.5s;
    font-size: 1.3vw;
  }
}
.hero_wrapper .hero_content .hero_content_hero_btn {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  color: #000;
  background: #faf8f7;
  padding: 1vw 2.5vw;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 600px) {
  .hero_wrapper .hero_content .hero_content_hero_btn {
    transition: 0.5s;
    font-size: 1.5vw;
  }
}
.hero_wrapper .swiper-button-next,
.hero_wrapper .swiper-button-prev {
  top: 32%;
  visibility: hidden;
}
.hero_wrapper .swiper-button-prev::after {
  visibility: visible;
  position: absolute;
  color: #87a53f !important;
  background: #fff;
  padding: 0.6vw 1vw;
  border-radius: 50%;
  left: 6.5vw;
  font-size: 1.7vw;
  border: 1px solid #666;
}
@media all and (max-width: 768px) {
  .hero_wrapper .swiper-button-prev::after {
    transition: 0.5s;
    left: 7vw;
  }
}
@media all and (max-width: 425px) {
  .hero_wrapper .swiper-button-prev::after {
    transition: 0.5s;
    left: 5.5vw;
  }
}
.hero_wrapper .swiper-button-next::after {
  visibility: visible;
  position: absolute;
  font-size: 1.7vw;
  right: 6.6vw;
  border-radius: 50%;
  padding: 0.6vw 1vw;
  color: #87a53f !important;
  background: #fff;
  border: 1px solid #666;
}
@media all and (max-width: 768px) {
  .hero_wrapper .swiper-button-next::after {
    transition: 0.5s;
    right: 7vw;
  }
}
@media all and (max-width: 425px) {
  .hero_wrapper .swiper-button-next::after {
    transition: 0.5s;
    right: 5.5vw;
  }
}

/* Banner Section */
.banner_wrapper a {
  display: block;
  text-align: center;
}
.banner_wrapper a img {
  width: 100%;
}
@media all and (min-width: 992px) {
  .banner_wrapper {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: -60px;
  }
}

/* Trending Section */
.trending_wrapper {
  margin-top: 70px;
}
@media all and (max-width: 767px) {
  .trending_wrapper {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.trending_wrapper .nav-pills {
  gap: 10px 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_wrapper .nav-pills {
    transition: 0.5s;
    gap: 10px 14px;
  }
}
@media all and (max-width: 767px) {
  .trending_wrapper .nav-pills {
    transition: 0.5s;
    gap: 10px 12px;
  }
}
.trending_wrapper .nav-link {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  padding: 4px 10px;
  border: 1px solid grey !important;
  outline: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.trending_wrapper .nav-link:hover:not(.active) {
  background-color: #dddcdc;
}
.trending_wrapper .nav-link.active {
  color: white;
  background: #000000;
}
.trending_wrapper .tab-content {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_wrapper .tab-content {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .trending_wrapper .tab-content {
    transition: 0.5s;
    margin-top: 40px;
  }
}
.trending_wrapper .trending_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 24px 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_wrapper .trending_grid {
    transition: 0.5s;
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .trending_wrapper .trending_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
.trending_wrapper.related_product_wrapper {
  margin-top: 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trending_wrapper.related_product_wrapper {
    transition: 0.5s;
    margin-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_wrapper.related_product_wrapper {
    transition: 0.5s;
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .trending_wrapper.related_product_wrapper {
    transition: 0.5s;
    margin-top: 70px;
  }
}
.trending_wrapper .related_slider_area {
  margin-top: 40px;
}

/* Trending Category Section */
.trending_category_wrapper {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_category_wrapper {
    transition: 0.5s;
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .trending_category_wrapper {
    transition: 0.5s;
    margin-top: 50px;
  }
}
.trending_category_wrapper .category_item {
  position: relative;
  display: block;
  margin-top: 20px;
  border: 1px solid white;
  padding: 15px;
  background-color:white;
  border-radius: 4px;
}
.trending_category_wrapper .category_item .category_img {
  height: 480px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .trending_category_wrapper .category_item .category_img {
    transition: 0.5s;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_category_wrapper .category_item .category_img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .trending_category_wrapper .category_item .category_img {
    transition: 0.5s;
    height: 260px;
  }
}
@media all and (min-width: 1200px) {
  .trending_category_wrapper .category_item:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .trending_category_wrapper .category_item:hover::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: top center;
  }
  .trending_category_wrapper .category_item:hover .eye_icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  .trending_category_wrapper .category_item:hover h4 {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
  }
}
@media all and (min-width: 1200px) {
  .trending_category_wrapper .category_item {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .trending_category_wrapper .category_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
  }
}
.trending_category_wrapper .category_item .eye_icon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 120px;
  max-height: 120px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-width: 80px;
  max-height: 80px;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .trending_category_wrapper .category_item .eye_icon {
    transition: 0.5s;
    max-width: 70px;
    max-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_category_wrapper .category_item .eye_icon {
    transition: 0.5s;
    max-width: 60px;
    max-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .trending_category_wrapper .category_item .eye_icon {
    transition: 0.5s;
    max-width: 50px;
    max-height: 50px;
  }
}
.trending_category_wrapper .category_item h4 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (min-width: 1200px) {
  .trending_category_wrapper .category_item h4 {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending_category_wrapper .category_item h4 {
    transition: 0.5s;
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .trending_category_wrapper .category_item h4 {
    transition: 0.5s;
    font-size: 22px;
  }
}
.trending_category_wrapper .load_more {
  max-width: 360px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .trending_category_wrapper .load_more {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    min-width: 360px;
  }
}

/* Blog Section */
.latest_blog_wrapper .left_blog .blog_img img {
  max-height: 586px;
}
.latest_blog_wrapper .left_blog .blog_video video,
.latest_blog_wrapper .left_blog .blog_video img {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .left_blog .blog_video video,
  .latest_blog_wrapper .left_blog .blog_video img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .left_blog .blog_video video,
  .latest_blog_wrapper .left_blog .blog_video img {
    transition: 0.5s;
    height: 220px;
  }
}
.latest_blog_wrapper .left_blog .blog_video video {
  background: rgb(0, 0, 0);
}
.latest_blog_wrapper .left_blog .blog_content {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .left_blog .blog_content {
    transition: 0.5s;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .left_blog .blog_content {
    transition: 0.5s;
    margin-top: 15px;
  }
}
.latest_blog_wrapper .left_blog .blog_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  margin-top: 4px;
  max-width: 537px;
  width: 100%;
}
.latest_blog_wrapper .blog_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_grid {
    transition: 0.5s;
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 130px) repeat(1, minmax(0, 1fr));
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}
.latest_blog_wrapper .blog_grid .blog_title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_grid .blog_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .latest_blog_wrapper .blog_grid .blog_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_grid .blog_title {
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
  }
}
.latest_blog_wrapper .blog_grid .blog_img_area {
  width: 100%;
  display: block;
}
.latest_blog_wrapper .blog_grid .blog_img_area img {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_grid .blog_img_area img {
    transition: 0.5s;
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_grid .blog_img_area img {
    transition: 0.5s;
    height: 130px;
  }
}

/* Service Section */
.service_wrapper {
  padding: 60px 0;
  background: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_wrapper {
    transition: 0.5s;
    padding: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .service_wrapper {
    transition: 0.5s;
    padding: 30px 0;
  }
}
.service_wrapper .page_title {
  color: white;
}
.service_wrapper .service_item {
  margin-top: 30px;
}
.service_wrapper .service_item img {
  max-width: 56px;
}
.service_wrapper .service_item h4 {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .service_wrapper .service_item h4 {
    transition: 0.5s;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.service_wrapper .service_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

/* Testimonial Section */
.testimonial_wrapper .item {
  padding: 27px 33px;
  background: #f3f7ea;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .item {
    transition: 0.5s;
    padding: 24px 28px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .item {
    transition: 0.5s;
    padding: 16px;
  }
}
.testimonial_wrapper .item .user_grid {
  display: grid;
  grid-template-columns: minmax(0, 40px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}
.testimonial_wrapper .item .user_grid img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_wrapper .item h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.084em;
  color: #000000;
}
.testimonial_wrapper .item .ratting_list {
  margin: 20px 0;
}
.testimonial_wrapper .item .ratting_list img {
  max-height: 16px;
}
.testimonial_wrapper .item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .item h4 {
    transition: 0.5s;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .item h4 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.testimonial_wrapper .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.084em;
  color: #4f4f4f;
  margin-top: 10px;
}
.testimonial_wrapper .swiper-pagination-bullet {
  border: 1px solid black !important;
  opacity: 1;
}
.testimonial_wrapper .swiper-pagination-bullet-active {
  background-color: black !important;
}

/* Section */
/* Section */
/* Section */
/* Category Section */
.cateogry_wrapper .category_btn i {
  font-size: 18px;
}
.cateogry_wrapper .category_grid {
  display: grid;
  grid-template-columns: minmax(0, 315px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 0px 70px;
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .category_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 280px) repeat(1, minmax(0, 1fr));
    gap: 0px 20px;
  }
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .category_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cateogry_wrapper .category_area {
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .category_area {
    transition: 0.5s;
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 100001;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .cateogry_wrapper .category_area::-webkit-scrollbar {
    width: 5px;
  }
  .cateogry_wrapper .category_area::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
  }
  .cateogry_wrapper .category_area::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
  }
  .cateogry_wrapper .category_area::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
  }
  .cateogry_wrapper .category_area.category_active {
    left: 0;
  }
}
.cateogry_wrapper .accordion-item {
  border: none;
  background-color: transparent;
}
.cateogry_wrapper .accordion-button {
  padding: 14px 0;
  background-color: transparent;
  border: none !important;
}
.cateogry_wrapper .accordion-button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
.cateogry_wrapper .accordion-button:not(.collapsed) span {
  color: #87a53f;
}
.cateogry_wrapper .accordion-button:not(.collapsed) path {
  fill: #87a53f;
}
.cateogry_wrapper .accordion-button .icon {
  width: 24px;
  height: 24px;
}
.cateogry_wrapper .accordion-button span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  margin-left: 14px;
}
.cateogry_wrapper .active_category {
  color: #87a53f !important;
}
.cateogry_wrapper .category_list li {
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .category_list li {
    transition: 0.5s;
    margin-bottom: 10px;
  }
}
.cateogry_wrapper .category_list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.cateogry_wrapper .category_list li a:hover {
  color: #6e6d6d;
}
.cateogry_wrapper .sub_category_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr);
  gap: 35px 47px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .sub_category_grid {
    transition: 0.5s;
    gap: 30px 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cateogry_wrapper .sub_category_grid {
    transition: 0.5s;
    gap: 30px 20px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .sub_category_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px 10px;
    margin-bottom: 20px;
  }
}
.cateogry_wrapper .sub_category_grid:nth-child(even) .left_product {
  order: 2;
}
@media all and (min-width: 768px) {
  .cateogry_wrapper .sub_category_grid:nth-child(even) {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  }
}
.cateogry_wrapper .left_product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border: 1.5px solid #dadada;
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .left_product {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .left_product {
    transition: 0.5s;
    padding: 16px;
  }
}
.cateogry_wrapper .left_product img {
  max-height: 250px;
}
.cateogry_wrapper .left_product:hover {
  box-shadow: 5px 5px 5px rgba(225, 222, 222, 0.5294117647);
}
.cateogry_wrapper .sub_category_title {
  text-align: center;
}
.cateogry_wrapper .right_product {
  padding: 20px;
  background: #ffffff;
  border: 1.5px solid #dadada;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .right_product {
    transition: 0.5s;
    padding: 16px;
  }
}
.cateogry_wrapper .right_product:hover {
  box-shadow: 5px 5px 5px rgba(225, 222, 222, 0.5294117647);
}
.cateogry_wrapper .right_product img {
  max-width: 168px;
  max-height: 140px;
}
.cateogry_wrapper .right_product .sub_category_title {
  margin-top: 10px;
}
.cateogry_wrapper .left_product,
.cateogry_wrapper .right_product {
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cateogry_wrapper .left_product img,
.cateogry_wrapper .right_product img {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .left_product img,
  .cateogry_wrapper .right_product img {
    transition: 0.5s;
    max-height: 100px;
  }
}
@media all and (min-width: 992px) {
  .cateogry_wrapper .left_product,
  .cateogry_wrapper .right_product {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .cateogry_wrapper .left_product:hover::before,
  .cateogry_wrapper .right_product:hover::before {
    opacity: 1;
    visibility: visible;
    transform-origin: top center;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .cateogry_wrapper .left_product:hover .view_icon,
  .cateogry_wrapper .right_product:hover .view_icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
}
.cateogry_wrapper .left_product::before,
.cateogry_wrapper .right_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 108, 34, 0.64);
  border: 1.5px solid #dadada;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}
.cateogry_wrapper .main_category_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .main_category_grid {
    transition: 0.5s;
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .main_category_grid {
    transition: 0.5s;
    gap: 20px 10px;
  }
}
.cateogry_wrapper .category_item {
  display: block;
  padding: 40px 20px;
  background: #ffffff;
  border: 1.84914px solid #dadada;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .category_item {
    transition: 0.5s;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cateogry_wrapper .category_item {
    transition: 0.5s;
    padding: 20px 15px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .category_item {
    transition: 0.5s;
    padding: 20px 10px;
  }
}
.cateogry_wrapper .category_item:hover {
  box-shadow: 5px 5px 5px rgba(225, 222, 222, 0.5294117647);
}
.cateogry_wrapper .category_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  background: #a0ba60;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .category_item .icon {
    transition: 0.5s;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cateogry_wrapper .category_item .icon {
    transition: 0.5s;
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .category_item .icon {
    transition: 0.5s;
    width: 50px;
    height: 50px;
  }
}
.cateogry_wrapper .category_item .icon img {
  max-width: 60px;
  max-height: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .category_item .icon img {
    transition: 0.5s;
    max-width: 40px;
    max-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cateogry_wrapper .category_item .icon img {
    transition: 0.5s;
    max-width: 30px;
    max-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .category_item .icon img {
    transition: 0.5s;
    max-width: 20px;
    max-height: 20px;
  }
}
.cateogry_wrapper .category_item .category_title {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .category_item .category_title {
    transition: 0.5s;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .category_item .category_title {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.cateogry_wrapper .product_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cateogry_wrapper .product_grid {
    transition: 0.5s;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cateogry_wrapper .product_grid {
    transition: 0.5s;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .product_grid {
    transition: 0.5s;
    gap: 15px;
  }
}
.cateogry_wrapper .product_grid .product_item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px 10px;
  padding: 20px;
  background: #ffffff;
  border: 1.5px solid #dadada;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .product_grid .product_item {
    transition: 0.5s;
    padding: 16px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .product_grid .product_item {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.cateogry_wrapper .product_grid .product_item:hover {
  box-shadow: 5px 5px 5px rgba(225, 222, 222, 0.5294117647);
}
.cateogry_wrapper .product_grid .product_item:hover .hover_img {
  display: block;
}
.cateogry_wrapper .product_grid .product_item:hover .show_img {
  display: none;
}
.cateogry_wrapper .product_grid .product_item img {
  max-height: 250px;
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .product_grid .product_item img {
    transition: 0.5s;
    max-height: 180px;
  }
}
.cateogry_wrapper .product_grid .product_item .hover_img {
  display: none;
}
.cateogry_wrapper .product_grid .product_content {
  text-align: center;
}
.cateogry_wrapper .product_grid .product_content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #757575;
  text-decoration: underline;
  margin-top: 2px;
}
@media all and (max-width: 991px) {
  .cateogry_wrapper .product_grid .product_content h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .cateogry_wrapper .product_grid .product_content h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.cateogry_wrapper .product_grid .product_content h4:hover {
  opacity: 0.8;
}
.cateogry_wrapper .round-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
}

/* Product Details Section */
.product_details_wrapper .product_details_grid {
  display: grid;
  grid-template-columns: minmax(0, 100px) minmax(0, 0.9fr) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 35px;
}
@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .thumb_area {
    transition: 0.5s;
    order: 2;
  }
}
.product_details_wrapper .thumb_img {
  padding: 10px;
  width: 100%;
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
.product_details_wrapper .thumb_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_details_wrapper .thumb_img img {
    transition: 0.5s;
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 991px) {
  .product_details_wrapper .thumb_img img {
    transition: 0.5s;
    width: 50px;
    height: 50px;
  }
}
.product_details_wrapper .thumb_img:hover {
  opacity: 0.8;
}
.product_details_wrapper .main_product_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #c3c3c3;
  height: 600px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .product_details_wrapper .main_product_img {
    transition: 0.5s;
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product_details_wrapper .main_product_img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .main_product_img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .product_details_wrapper .main_product_img {
    transition: 0.5s;
    padding: 16px;
  }
}
.product_details_wrapper .swiper-button-next,
.product_details_wrapper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product_details_wrapper .swiper-button-next::after,
.product_details_wrapper .swiper-button-prev::after {
  font-weight: 600;
  font-size: 18px;
  color: #87a53f;
}
.product_details_wrapper .swiper-button-next:hover,
.product_details_wrapper .swiper-button-prev:hover {
  background-color: #dadada;
}
@media all and (min-width: 992px) {
  .product_details_wrapper .content_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .content_area {
    transition: 0.5s;
    order: 3;
  }
}
.product_details_wrapper .content_area h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.product_details_wrapper .content_area p {
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  .product_details_wrapper .content_area p {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.product_details_wrapper .specification_list {
  gap: 10px 50px;
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_details_wrapper .specification_list {
    transition: 0.5s;
    gap: 10px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .specification_list {
    transition: 0.5s;
    gap: 10px 30px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .specification_list {
    transition: 0.5s;
    gap: 10px 20px;
  }
}
@media all and (max-width: 991px) {
  .product_details_wrapper .specification_list {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.product_details_wrapper .gallery-thumbs {
  max-height: 600px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: auto;
}

.product_details_wrapper .gallery-thumbs::-webkit-scrollbar {
  width: 5px;
}

.product_details_wrapper .gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}

.product_details_wrapper .gallery-thumbs::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

.product_details_wrapper .gallery-thumbs::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

.magnifier {
  border: 2px solid #80b948 !important;
  background-color: #f8f9f6;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .product_details_wrapper .gallery-thumbs {
    transition: 0.5s;
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product_details_wrapper .gallery-thumbs {
    transition: 0.5s;
    max-height: 300px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .gallery-thumbs {
    transition: 0.5s;
  }
}
.product_details_wrapper .gallery-thumbs .swiper-slide-thumb-active .thumb_img {
  border-color: #a0ba60;
}

/* Album Section */
.album_wrapper .album_slider_area {
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  .album_wrapper .album_slider_area {
    transition: 0.5s;
    padding-bottom: 20px;
  }
}
.album_wrapper .album_item {
  display: block;
}
@media all and (min-width: 992px) {
  .album_wrapper .album_item {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .album_wrapper .album_item:hover .overlay_shape::before {
    opacity: 1;
    visibility: visible;
    transform-origin: top center;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .album_wrapper .album_item:hover .view_icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
}
.album_wrapper .album_item .album_img {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .album_wrapper .album_item .album_img {
    transition: 0.5s;
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .album_wrapper .album_item .album_img {
    transition: 0.5s;
    height: 220px;
  }
}
@media all and (max-width: 767px) {
  .album_wrapper .album_item .album_img {
    transition: 0.5s;
    height: 180px;
  }
}
.album_wrapper .album_item .overlay_shape::before {
  background: rgba(0, 0, 0, 0.452);
}
.album_wrapper .swiper-scrollbar {
  bottom: -30px;
  width: 100%;
  height: 1px;
  background-color: #87a53f;
}
@media all and (max-width: 991px) {
  .album_wrapper .swiper-scrollbar {
    transition: 0.5s;
    bottom: -20px;
  }
}
.album_wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  top: -8px;
  height: 15px;
  background: #87a53f;
  border-radius: 39px;
}
.album_wrapper.project_wrapper .project_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .album_wrapper.project_wrapper .project_grid {
    transition: 0.5s;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .album_wrapper.project_wrapper .project_grid {
    transition: 0.5s;
    gap: 20px 10px;
  }
}

/* Album Details Section */
.album_details_wrapper .album_slider_img {
  text-align: center;
}
.album_details_wrapper .album_slider_img img {
  width: 100%;
  max-height: 500px;
}
.album_details_wrapper .album_slider_img .caption {
  text-align: start;
}
.album_details_wrapper .album_slider_img .caption h5 {
  font-size: 15px;
  margin-top: 4px;
}
@media all and (max-width: 767px) {
  .album_details_wrapper .album_slider_img .caption h5 {
    transition: 0.5s;
    font-size: 13px;
  }
}
.album_details_wrapper .album_thumb_area {
  margin-top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .album_details_wrapper .album_thumb_area {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 991px) {
  .album_details_wrapper .album_thumb_area {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.album_details_wrapper .album_thumb_img {
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.album_details_wrapper .album_thumb_img:hover {
  opacity: 0.8;
}
.album_details_wrapper .album_thumb_img img {
  width: 100%;
  height: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .album_details_wrapper .album_thumb_img img {
    transition: 0.5s;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .album_details_wrapper .album_thumb_img img {
    transition: 0.5s;
    height: 170px;
  }
}
@media all and (max-width: 767px) {
  .album_details_wrapper .album_thumb_img img {
    transition: 0.5s;
    height: 140px;
  }
}
.album_details_wrapper .swiper-slide-thumb-active .album_thumb_img {
  border: 2px solid #87a53f;
}
.album_details_wrapper .slider_btn_area {
  margin-top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .album_details_wrapper .slider_btn_area {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 991px) {
  .album_details_wrapper .slider_btn_area {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.album_details_wrapper .slider_btn_inner {
  padding: 10px 20px;
  background: #87a53f;
  border-radius: 23px;
}
.album_details_wrapper .slider_btn_inner button:hover {
  opacity: 0.8;
}
.album_details_wrapper .slider_btn_inner span {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.album_details_wrapper .slider_btn_inner svg {
  width: 16px;
}

/* Section */
.about_wrapper p {
  text-align: justify;
}
@media all and (min-width: 1200px) {
  .about_wrapper p {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 18px;
  }
}
.about_wrapper .mission_item {
  margin-top: 30px;
}
.about_wrapper .mission_item h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media all and (max-width: 767px) {
  .about_wrapper .mission_item h4 {
    transition: 0.5s;
    font-size: 22px;
  }
}
.about_wrapper .best_furniture_wrapper {
  margin-top: 30px;
  background-color: #eee;
  padding: 40px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about_wrapper .best_furniture_wrapper {
    transition: 0.5s;
    padding: 30px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_wrapper .best_furniture_wrapper {
    transition: 0.5s;
    padding: 25px 20px;
  }
}
@media all and (max-width: 767px) {
  .about_wrapper .best_furniture_wrapper {
    transition: 0.5s;
    padding: 20px 16px;
  }
}
.about_wrapper .content a {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-top: 30px;
}
.about_wrapper .content a:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .about_wrapper .content a {
    transition: 0.5s;
    font-size: 16px;
  }
}
.about_wrapper .progress_item {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .about_wrapper .progress_item {
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
.about_wrapper .progress_item h4,
.about_wrapper .progress_item h5 {
  font-size: 18px;
  font-weight: 500;
}
.about_wrapper .progress {
  height: 15px;
  margin-top: 16px;
  background-color: #e1e1e1;
}
@media all and (max-width: 767px) {
  .about_wrapper .progress {
    transition: 0.5s;
    height: 12px;
    margin-top: 10px;
  }
}
.about_wrapper .progress .progress-bar {
  background-color: #d1bc92;
}
.about_wrapper .about_icon_item {
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .about_wrapper .about_icon_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.about_wrapper .about_icon_item .icon {
  height: 50px;
}
.about_wrapper .about_icon_item img {
  max-width: 50px;
}
.about_wrapper .about_icon_item h4 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_wrapper .about_icon_item h4 {
    transition: 0.5s;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .about_wrapper .about_icon_item h4 {
    transition: 0.5s;
    font-size: 16px;
    margin-top: 10px;
  }
}

.article_wrapper .article_item {
  display: block;
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 380px;
}
.article_wrapper .article_item::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.article_wrapper .article_item:hover {
  opacity: 0.9;
}
.article_wrapper .article_item:hover::before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform-origin: top center;
  opacity: 1;
  visibility: visible;
}
.article_wrapper .article_item:hover .view_icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .article_wrapper .article_item {
    transition: 0.5s;
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article_wrapper .article_item {
    transition: 0.5s;
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_wrapper .article_item {
    transition: 0.5s;
    height: 260px;
  }
}
@media all and (max-width: 767px) {
  .article_wrapper .article_item {
    transition: 0.5s;
    height: 220px;
  }
}
.article_wrapper .article_item .article_assets {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_wrapper .content_grid {
  display: grid;
  grid-template-columns: minmax(0, 30px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 90%;
  background-color: white;
  padding: 8px 20px;
}
.article_wrapper .content_grid h4 {
  font-size: 18px;
  font-weight: 500;
}
.article_wrapper .content_grid h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.article_wrapper .content_grid p {
  font-size: 14px;
  line-height: 20px;
}

.article_details_wrapper p {
  text-align: justify;
}
.article_details_wrapper .wirter_info_list {
  gap: 6px 30px;
}
.article_details_wrapper .wirter_info_list a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #007236;
}
.article_details_wrapper .wirter_info_list a:hover {
  opacity: 0.8;
}
.article_details_wrapper .wirter_info_list a span {
  font-size: 16px;
  font-weight: 500;
}
.article_details_wrapper .article_right_area {
  margin-top: 50px;
}
.article_details_wrapper .tag_list {
  margin-top: 20px;
}
.article_details_wrapper .tag_list a {
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}
.article_details_wrapper .tag_list a:hover {
  background-color: #c4c4c4;
}
.article_details_wrapper .recent_grid {
  display: grid;
  grid-template-columns: minmax(0, 100px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.article_details_wrapper .recent_grid h4 {
  font-size: 16px;
  font-weight: 500;
}
.article_details_wrapper .recent_grid h5 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.article_new_details_wrapper .breadcrumb {
  margin: 0;
  justify-content: center;
}
.article_new_details_wrapper .breadcrumb li,
.article_new_details_wrapper .breadcrumb a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_new_details_wrapper .breadcrumb li,
  .article_new_details_wrapper .breadcrumb a {
    transition: 0.5s;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .article_new_details_wrapper .breadcrumb li,
  .article_new_details_wrapper .breadcrumb a {
    transition: 0.5s;
    font-size: 18px;
  }
}
.article_new_details_wrapper .title_area {
  max-width: 1400px;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article_new_details_wrapper .page_title {
  font-family: "Source Sans Pro", sans-serif;
}
.article_new_details_wrapper .content_item {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_new_details_wrapper .content_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .article_new_details_wrapper .content_item {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.article_new_details_wrapper .category_title {
  font-weight: 600;
}
.article_new_details_wrapper .furniture_area {
  margin-top: 50px;
}
.article_new_details_wrapper .details_gallery_img_row {
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  .article_new_details_wrapper .details_gallery_img_row {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.article_new_details_wrapper .details_gallery_img_row .img_item {
  margin-top: 15px;
}
.article_new_details_wrapper .details_gallery_img_row img {
  height: 450px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article_new_details_wrapper .details_gallery_img_row img {
    transition: 0.5s;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_new_details_wrapper .details_gallery_img_row img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .article_new_details_wrapper .details_gallery_img_row img {
    transition: 0.5s;
    height: 250px;
  }
}

.article_slider_wrapper {
  margin-top: 100px;
  padding: 50px 0;
  background: #f5f8f0;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .article_slider_wrapper {
    transition: 0.5s;
    margin-top: 80px;
    padding: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article_slider_wrapper {
    transition: 0.5s;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_slider_wrapper {
    transition: 0.5s;
    margin-top: 40px;
    padding: 30px 0;
  }
}
@media all and (max-width: 767px) {
  .article_slider_wrapper {
    transition: 0.5s;
    margin-top: 30px;
    padding: 20px 0;
  }
}

/* Project Details Section */
@media all and (min-width: 768px) {
  .project_details_wrapper .project_inner_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding-left: 20px;
  }
}
.project_details_wrapper .project_img {
  max-height: 500px;
}

/* Guide Section */
.guide_wrapper .guide_img_area {
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_wrapper .guide_img_area {
    transition: 0.5s;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  .guide_wrapper .guide_img_area {
    transition: 0.5s;
    padding: 10px;
  }
}
.guide_wrapper .guide_img_area img {
  max-height: 500px;
}
.guide_wrapper .guide_item {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .guide_wrapper .guide_item {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.guide_wrapper .guide_item .title_area {
  padding: 18px 20px;
  border: 1px solid rgb(215, 215, 215);
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_wrapper .guide_item .title_area {
    transition: 0.5s;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  .guide_wrapper .guide_item .title_area {
    transition: 0.5s;
    padding: 10px;
  }
}
.guide_wrapper .guide_item .title_area h4 {
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .guide_wrapper .guide_item .title_area h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.guide_wrapper .guide_item .content_area {
  padding: 18px 20px;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_wrapper .guide_item .content_area {
    transition: 0.5s;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  .guide_wrapper .guide_item .content_area {
    transition: 0.5s;
    padding: 10px;
  }
}

/* Experience Section */
.experience_wrapper .experience_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px 30px;
  padding: 16px;
  background: rgba(135, 165, 63, 0.2);
  border-radius: 8px;
  margin-top: 28px;
}
@media all and (max-width: 767px) {
  .experience_wrapper .experience_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 20px;
  }
}
.experience_wrapper .map_area {
  width: 100%;
  height: 250px;
}
.experience_wrapper .map_area iframe {
  width: 100%;
  height: 100%;
}
.experience_wrapper .contact_list {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .experience_wrapper .contact_list {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.experience_wrapper .contact_list li,
.experience_wrapper .contact_list a {
  font-size: 18px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .experience_wrapper .contact_list li,
  .experience_wrapper .contact_list a {
    transition: 0.5s;
    font-size: 16px;
  }
}
.experience_wrapper .contact_list a:hover {
  opacity: 0.8;
}

/* Care Guide Section */
@media all and (min-width: 1200px) {
  .care_guide_wrapper p {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 18px;
  }
}
.care_guide_wrapper .care_img p {
  margin-top: 20px;
}
.care_guide_wrapper .sub_category_title {
  font-family: "Playfair Display", serif;
}
@media all and (max-width: 991px) {
  .care_guide_wrapper .sub_category_title {
    transition: 0.5s;
    font-size: 20px;
  }
}
.care_guide_wrapper .care_list {
  margin-top: 20px;
  padding-left: 20px;
}
.care_guide_wrapper .care_list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .care_guide_wrapper .care_list li {
    transition: 0.5s;
    font-size: 14px;
  }
}
.care_guide_wrapper .care_list li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #62a482;
}

/* CSR Section */
.csr_wrapper .social_item {
  margin-top: 30px;
}
.csr_wrapper .social_item img {
  height: 170px;
  width: 100%;
}
.csr_wrapper .social_item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.csr_wrapper .csr_content p {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .csr_wrapper .csr_content p {
    transition: 0.5s;
    font-size: 16px;
  }
}
.csr_wrapper .csr_content .blog_title {
  font-family: "Playfair Display", serif;
}
.csr_wrapper .csr_content ol {
  margin-top: 20px;
}
.csr_wrapper .csr_content ol li {
  font-size: 18px;
  list-style-type: number;
}
@media all and (max-width: 767px) {
  .csr_wrapper .csr_content ol li {
    transition: 0.5s;
    font-size: 16px;
  }
}

/* Brochures Section */
.brochures_wrapper .brochures_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brochures_wrapper .brochures_grid {
    transition: 0.5s;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .brochures_wrapper .brochures_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.brochures_wrapper .brochures_item {
  position: relative;
}
.brochures_wrapper .brochures_img_area:hover .preview_download_area {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.brochures_wrapper .brochures_img_area:hover .overlay_shape::before {
  opacity: 1;
  visibility: visible;
  transform-origin: top center;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.brochures_wrapper .overlay_shape::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47));
}
.brochures_wrapper .brochures_img {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brochures_wrapper .brochures_img {
    transition: 0.5s;
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brochures_wrapper .brochures_img {
    transition: 0.5s;
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .brochures_wrapper .brochures_img {
    transition: 0.5s;
    height: 180px;
  }
}
.brochures_wrapper .brochures_img img {
  height: 100%;
  width: 100%;
}
.brochures_wrapper .sub_category_title {
  margin-top: 10px;
}
.brochures_wrapper .view_icon {
  position: static;
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.brochures_wrapper .preview_download_area {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  width: 90%;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 991px) {
  .brochures_wrapper .preview_download_area {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
    transform: translate(0px, 0px);
    text-align: end;
  }
}
.brochures_wrapper .preview_download_area .view_icon {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 991px) {
  .brochures_wrapper .preview_download_area .view_icon {
    transition: 0.5s;
    display: block;
  }
  .brochures_wrapper .preview_download_area .view_icon.preview_icon {
    display: none;
  }
  .brochures_wrapper .preview_download_area .view_icon span {
    display: none;
  }
  .brochures_wrapper .preview_download_area .view_icon:nth-child(2) {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}

/* About Shipping Section */
.about_shipping_wrapper .shipping_content_area,
.about_shipping_wrapper .shpping_item {
  padding: 18px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_shipping_wrapper .shipping_content_area,
  .about_shipping_wrapper .shpping_item {
    transition: 0.5s;
    padding: 13px 15px;
  }
}
@media all and (max-width: 767px) {
  .about_shipping_wrapper .shipping_content_area,
  .about_shipping_wrapper .shpping_item {
    transition: 0.5s;
    padding: 12px 14px;
  }
}
.about_shipping_wrapper .shipping_content_area {
  margin-top: 50px;
  border: 1px solid rgb(215, 215, 215);
}
.about_shipping_wrapper .shipping_content_area ol li {
  list-style: number;
}
.about_shipping_wrapper .shpping_item {
  border: 1px solid #d7d7d7;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  text-align: justify;
}
.about_shipping_wrapper .shpping_item p {
  font-weight: 500;
}
@media all and (min-width: 1200px) {
  .about_shipping_wrapper .shpping_item p {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 17px;
  }
}

/* Ask Question Section */
.ask_question_wrapper .page_title {
  text-align: center;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}
.ask_question_wrapper .accordion {
  margin-top: 30px;
}
.ask_question_wrapper .accordion-item {
  background-color: transparent;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .ask_question_wrapper .accordion-item {
    transition: 0.5s;
    margin-bottom: 20px;
  }
}
.ask_question_wrapper .accordion-button {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  color: black !important;
  background-color: transparent;
  padding: 18px 20px;
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px 5px 0 0;
}
.ask_question_wrapper .accordion-button::after {
  background-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ask_question_wrapper .accordion-button {
    transition: 0.5s;
    padding: 13px 15px;
  }
}
@media all and (max-width: 767px) {
  .ask_question_wrapper .accordion-button {
    transition: 0.5s;
    padding: 12px 14px;
    font-size: 16px;
  }
}
.ask_question_wrapper .ask_form_area {
  background-color: #ebebeb;
  padding: 60px;
  border-radius: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ask_question_wrapper .ask_form_area {
    transition: 0.5s;
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ask_question_wrapper .ask_form_area {
    transition: 0.5s;
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .ask_question_wrapper .ask_form_area {
    transition: 0.5s;
    padding: 20px;
  }
}
.ask_question_wrapper .ask_form_area .blog_title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
@media all and (min-width: 1200px) {
  .ask_question_wrapper .ask_form_area p {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 18px;
    margin-top: 10px;
  }
}
.ask_question_wrapper .form_area .input_row {
  margin-top: 20px;
}

/* Get In Touch Section */
.get_in_touch_wrapper .get_in_touch_item:not(:first-child) {
  margin-top: 30px;
}
.get_in_touch_wrapper .header_area {
  background-color: #ebebeb;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}
.get_in_touch_wrapper .header_area h4 {
  font-size: 18px;
  font-weight: 700;
}
.get_in_touch_wrapper .touch_content_area {
  border: 1px solid #d7d7d7;
  padding: 10px 20px 30px;
  border-radius: 0 0 5px 5px;
}
.get_in_touch_wrapper .contact_list li {
  display: grid;
  grid-template-columns: minmax(0, 20px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 5px;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .get_in_touch_wrapper .contact_list li {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.get_in_touch_wrapper .contact_list li i {
  position: relative;
  top: 5px;
  font-size: 15px;
}
.get_in_touch_wrapper .contact_list li a {
  font-size: 17px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .get_in_touch_wrapper .contact_list li a {
    transition: 0.5s;
    font-size: 15px;
  }
}
.get_in_touch_wrapper .contact_list li a:hover {
  opacity: 0.8;
}
.get_in_touch_wrapper .time_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 6px;
}
.get_in_touch_wrapper .time_list li h4 {
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .get_in_touch_wrapper .time_list li h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .get_in_touch_wrapper .time_list li h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.get_in_touch_wrapper .form_area .input_row {
  margin-top: 20px;
}
.get_in_touch_wrapper .form_area .input_row:first-child {
  margin-top: 0;
}
.get_in_touch_wrapper .form_area .submit_btn_sm {
  height: 48px;
}
@media all and (max-width: 767px) {
  .get_in_touch_wrapper .form_area .submit_btn_sm {
    transition: 0.5s;
    height: 40px;
  }
}
.get_in_touch_wrapper .map_area {
  margin-top: 30px;
}
.get_in_touch_wrapper .map_area iframe {
  width: 100%;
  height: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .get_in_touch_wrapper .map_area iframe {
    transition: 0.5s;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .get_in_touch_wrapper .map_area iframe {
    transition: 0.5s;
    height: 320px;
  }
}
@media all and (max-width: 767px) {
  .get_in_touch_wrapper .map_area iframe {
    transition: 0.5s;
    height: 280px;
  }
}

/* Design Service Section */
.design_service_wrapper .page_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.design_service_wrapper .design_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .design_service_wrapper .design_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.design_service_wrapper .design_grid .form_area {
  border: 1px solid #d7d7d7;
  padding: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .design_service_wrapper .design_grid .form_area {
    transition: 0.5s;
    padding: 4ch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .design_service_wrapper .design_grid .form_area {
    transition: 0.5s;
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .design_service_wrapper .design_grid .form_area {
    transition: 0.5s;
    padding: 20px;
  }
}
.design_service_wrapper .design_grid .form_area .input_row {
  margin-top: 20px;
}
.design_service_wrapper .design_grid .form_area .input_row:first-child {
  margin-top: 0;
}
.design_service_wrapper .design_grid .form_area .submit_btn_sm {
  height: 48px;
}
@media all and (max-width: 767px) {
  .design_service_wrapper .design_grid .form_area .submit_btn_sm {
    transition: 0.5s;
    height: 40px;
  }
}
.design_service_wrapper .design_grid .img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .design_service_wrapper .design_grid .img {
    transition: 0.5s;
    display: none;
  }
}
.design_service_wrapper .design_grid .img img {
  width: 100%;
  height: 100%;
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e65581 !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #80b948;
}

::selection {
  color: rgb(255, 255, 255);
  background: #80b948;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #80b948;
}

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

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

/* Common Class */
.home_body {
  background: #f8f9f6;
}

@media all and (max-width: 575px) {
  .container {
    transition: 0.5s;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

.mt-72 {
  margin-top: 72px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-72 {
    transition: 0.5s;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .mt-72 {
    transition: 0.5s;
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .mm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.d-none-lg {
  display: none;
}
@media all and (max-width: 991px) {
  .d-none-lg {
    transition: 0.5s;
    display: block;
  }
}

.header_area {
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .header_area {
    transition: 0.5s;
    margin-bottom: 15px;
  }
}
.header_area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.084em;
  color: #000000;
  margin-top: 5px;
}

.load_more {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 13px 47px;
  background: #000000;
}
.load_more:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .load_more {
    transition: 0.5s;
    padding: 13px 42px;
  }
}
@media all and (max-width: 767px) {
  .load_more {
    transition: 0.5s;
    font-size: 16px;
    padding: 12px 38px;
  }
}

.page_title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    transition: 0.5s;
    font-size: 22px;
  }
}

.blog_title {
  font-family: "Inter", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_title {
    transition: 0.5s;
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .blog_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}

.article_details_title {
  font-family: "Inter", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_details_title {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .article_details_title {
    transition: 0.5s;
    font-size: 20px;
  }
}

.title_top_border {
  position: relative;
}
.title_top_border::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 165px;
  height: 1.5px;
  background-color: #8f8f8f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_top_border::before {
    transition: 0.5s;
    width: 120px;
    top: -15px;
  }
}
@media all and (max-width: 767px) {
  .title_top_border::before {
    transition: 0.5s;
    width: 80px;
    top: -5px;
  }
}

.category_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
@media all and (max-width: 991px) {
  .category_title {
    transition: 0.5s;
    font-size: 18px;
  }
}

.sub_category_title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub_category_title {
    transition: 0.5s;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub_category_title {
    transition: 0.5s;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .sub_category_title {
    transition: 0.5s;
    font-size: 16px;
  }
}

.details_text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #757575;
  text-decoration: underline;
  margin-top: 5px;
}
@media all and (max-width: 991px) {
  .details_text {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .details_text {
    transition: 0.5s;
    font-size: 14px;
  }
}
.details_text:hover {
  opacity: 0.8;
}

.default_section_gap {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 50px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100001;
  display: none;
}

.hero_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  background: #faf8f7;
  padding: 13px 47px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_btn {
    transition: 0.5s;
    padding: 12px 40px;
  }
}
@media all and (max-width: 767px) {
  .hero_btn {
    transition: 0.5s;
    padding: 10px 30px;
    font-size: 16px;
  }
}
.hero_btn:hover {
  opacity: 0.9;
}

.main_content_area {
  margin-top: 201px;
}
@media all and (max-width: 991px) {
  .main_content_area {
    transition: 0.5s;
    margin-top: 104px;
  }
}
@media all and (min-width: 992px) {
  .main_content_area.others_content_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: 137px;
  }
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 70px;
  bottom: 150px;
  z-index: 100000;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .scrolltop {
    transition: 0.5s;
    right: 20px;
  }
}
.scrolltop i {
  font-size: 16px;
  color: #fec021;
}
.scrolltop:hover {
  background-color: rgba(17, 17, 17, 0.7);
}

.preloader_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20000;
  background-color: #87a53f;
}
.preloader_area h4 {
  color: white;
}
@keyframes ldio-iuwjvg8zdlf {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.preloader_area .ldio-iuwjvg8zdlf div {
  position: absolute;
  width: 12px;
  height: 24px;
  top: 60px;
  animation: ldio-iuwjvg8zdlf 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@media all and (max-width: 767px) {
  .preloader_area .ldio-iuwjvg8zdlf div {
    transition: 0.5s;
    width: 9px;
    height: 20px;
  }
}
.preloader_area .ldio-iuwjvg8zdlf div:nth-child(1) {
  transform: translate(30px, 0);
  background: white;
  animation-delay: -0.6s;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
}
.preloader_area .ldio-iuwjvg8zdlf div:nth-child(2) {
  transform: translate(55px, 0);
  background: white;
  animation-delay: -0.4s;
  -webkit-transform: translate(55px, 0);
  -moz-transform: translate(55px, 0);
  -ms-transform: translate(55px, 0);
  -o-transform: translate(55px, 0);
}
.preloader_area .ldio-iuwjvg8zdlf div:nth-child(3) {
  transform: translate(80px, 0);
  background: white;
  animation-delay: -0.2s;
  -webkit-transform: translate(80px, 0);
  -moz-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
}
.preloader_area .ldio-iuwjvg8zdlf div:nth-child(4) {
  transform: translate(105px, 0);
  background: white;
  animation-delay: -1s;
  -webkit-transform: translate(105px, 0);
  -moz-transform: translate(105px, 0);
  -ms-transform: translate(105px, 0);
  -o-transform: translate(105px, 0);
}
.preloader_area .loadingio-spinner-bars-6h6yawidgru {
  width: 160px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.preloader_area .ldio-iuwjvg8zdlf {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.preloader_area .ldio-iuwjvg8zdlf div {
  box-sizing: content-box;
}

.scroll_active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

.img_zoom_animate {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img_zoom_animate:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bounes_animate {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bounes_animate:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.mfp-close {
  cursor: pointer !important;
}

.slider_next_btn,
.slider_prev_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #777777;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.slider_next_btn:hover,
.slider_prev_btn:hover {
  border: 1px solid white;
  background-color: #80b948;
}
.slider_next_btn:hover path,
.slider_prev_btn:hover path {
  fill: white;
}
.slider_next_btn.swiper-button-disabled,
.slider_prev_btn.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider_next_btn {
  order: 2;
}

.white_slider_next_btn,
.white_slider_prev_btn {
  border: 2px solid #ffffff;
}

.disable_btn {
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

@media all and (max-width: 767px) {
  .m-sm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.niceSelect .list {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.niceSelect .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.niceSelect .list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.niceSelect .current {
  display: flex;
  align-items: center;
  height: 100%;
}

.trend_product_item {
  display: block;
}
.trend_product_item:hover {
  opacity: 0.8;
}
.trend_product_item .img_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trend_product_item .img_area {
    transition: 0.5s;
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .trend_product_item .img_area {
    transition: 0.5s;
    height: 180px;
  }
}
.trend_product_item .img_area img {
  max-height: 222px;
  background: whitesmoke;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .trend_product_item .img_area img {
    transition: 0.5s;
    height: 130px;
  }
}
.trend_product_item h5 {
  font-family: "Playfair Display", serif;
 
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trend_product_item h5 {
    transition: 0.5s;
    font-size: 20px;
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .trend_product_item h5 {
    transition: 0.5s;
    font-size: 18px;
    margin-top: 10px;
  }
}

.logo {
  display: block;
}
.logo img {
  max-width: 163px;
  max-height: 88px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    transition: 0.5s;
    max-width: 130px;
  }
}
@media all and (max-width: 991px) {
  .logo img {
    transition: 0.5s;
    max-width: 100px;
  }
}

.bredcrumb_wrapper {
  background: #000000;
  margin-bottom: 30px;
  padding: 15px 0;
}
.bredcrumb_wrapper .breadcrumb {
  margin: 0;
}
.bredcrumb_wrapper .breadcrumb a,
.bredcrumb_wrapper .breadcrumb li {
  font-weight: 400;
  font-size: 16px;
  color: #ababab;
}
.bredcrumb_wrapper .breadcrumb .active {
  font-weight: 600;
  color: white;
}

.pagination_area {
  margin-top: 75px;
}
@media all and (max-width: 991px) {
  .pagination_area {
    transition: 0.5s;
    margin-top: 50px;
  }
}
.pagination_area ul {
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 23px;
}
@media all and (max-width: 767px) {
  .pagination_area ul {
    transition: 0.5s;
    padding: 10px;
  }
}
.pagination_area ul li a,
.pagination_area ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  min-width: 34px;
  height: 34px;
  border-radius: 5px;
}
.pagination_area ul li a.pagination_active,
.pagination_area ul li button.pagination_active {
  color: white;
  background: #87a53f;
}
.pagination_area ul li a:not(.pagination_active):hover,
.pagination_area ul li button:not(.pagination_active):hover {
  background-color: rgb(220, 217, 217);
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination_area ul li a,
  .pagination_area ul li button {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .pagination_area ul li a,
  .pagination_area ul li button {
    transition: 0.5s;
    font-size: 14px;
  }
}
.pagination_area ul li button svg {
  width: 18px;
}

.slider_next_btn,
.slider_prev_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slider_next_btn:hover,
.slider_prev_btn:hover {
  background: #dddcdc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_next_btn,
  .slider_prev_btn {
    transition: 0.5s;
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .slider_next_btn,
  .slider_prev_btn {
    transition: 0.5s;
    width: 34px;
    height: 34px;
  }
}
.slider_next_btn::after,
.slider_prev_btn::after {
  font-size: 18px;
  font-weight: 500;
  color: #87a53f;
}
@media all and (max-width: 767px) {
  .slider_next_btn::after,
  .slider_prev_btn::after {
    transition: 0.5s;
    font-size: 16px;
  }
}

.view_icon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 182px;
  width: 95%;
  height: 44px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #ffffff !important;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 991px) {
  .view_icon {
    transition: 0.5s;
    display: none;
  }
}
.view_icon img {
  width: 24px;
}
.view_icon span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}

.overlay_shape {
  position: relative;
}
.overlay_shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 108, 34, 0.64);
  border: 1.5px solid #dadada;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}

.form_area .input_row {
  margin-top: 30px;
  text-align: start;
}
@media all and (max-width: 767px) {
  .form_area .input_row {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.form_area .input_row label {
  display: block;
  text-align: start;
}
.form_area .input_row label .star {
  color: #dc3545;
}
.form_area .form-control,
.form_area .form-select {
  height: 45px;
}
.form_area textarea.form-control {
  height: auto;
}
.form_area .form-control:valid {
  background-image: none !important;
}
.form_area .submit_btn {
  background-color: #333;
  border: none;
  outline: none;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
}
.form_area .submit_btn:hover {
  opacity: 0.8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form_area .submit_btn {
    transition: 0.5s;
    padding: 12px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .submit_btn {
    transition: 0.5s;
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media all and (max-width: 767px) {
  .form_area .submit_btn {
    transition: 0.5s;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.form_area .submit_btn_sm {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: initial;
  border: 1px solid transparent;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.form_area .submit_btn_sm:hover {
  opacity: 0.8;
}

.article_slider_icon_area .slider_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.article_slider_icon_area .slider_icon:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */

/* Blog Section */
.latest_blog_wrapper .left_blog .blog_img img {
  max-height: 586px;
}
.latest_blog_wrapper .left_blog .blog_video video,
.latest_blog_wrapper .left_blog .blog_video img {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .left_blog .blog_video video,
  .latest_blog_wrapper .left_blog .blog_video img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .left_blog .blog_video video,
  .latest_blog_wrapper .left_blog .blog_video img {
    transition: 0.5s;
    height: 220px;
  }
}
.latest_blog_wrapper .left_blog .blog_video video {
  background: rgb(0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .left_blog .blog_content {
    transition: 0.5s;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .left_blog .blog_content {
    transition: 0.5s;
    margin-top: 15px;
  }
}
.latest_blog_wrapper .left_blog .blog_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  margin-top: 4px;
  max-width: 537px;
  width: 100%;
}
.latest_blog_wrapper .blog_title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_title {
    transition: 0.5s;
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .latest_blog_wrapper .blog_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_title {
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
  }
}
.latest_blog_wrapper .blog_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_grid {
    transition: 0.5s;
    gap: 20px 10px;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 130px) repeat(1, minmax(0, 1fr));
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}
.latest_blog_wrapper .blog_grid .blog_img_area {
  width: 100%;
  display: block;
}
.latest_blog_wrapper .blog_grid .blog_img_area img {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest_blog_wrapper .blog_grid .blog_img_area img {
    transition: 0.5s;
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper .blog_grid .blog_img_area img {
    transition: 0.5s;
    height: 130px;
  }
}
.latest_blog_wrapper.new_blog_wrapper .blog_video {
  position: relative;
}
.latest_blog_wrapper.new_blog_wrapper .blog_video video,
.latest_blog_wrapper.new_blog_wrapper .blog_video img {
  width: 100%;
  height: 550px;
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper.new_blog_wrapper .blog_video video,
  .latest_blog_wrapper.new_blog_wrapper .blog_video img {
    transition: 0.5s;
    height: 350px;
  }
}
.latest_blog_wrapper.new_blog_wrapper .left_blog,
.latest_blog_wrapper.new_blog_wrapper .blog_img_area {
  position: relative;
}
.latest_blog_wrapper.new_blog_wrapper a,
.latest_blog_wrapper.new_blog_wrapper p {
  color: white !important;
}
.latest_blog_wrapper.new_blog_wrapper .left_blog .blog_content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)) minmax(0, 0.5fr);
  align-items: start;
  gap: 20px 30px;
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper.new_blog_wrapper .left_blog .blog_content {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    bottom: 60px;
  }
  .latest_blog_wrapper.new_blog_wrapper .left_blog .blog_content p {
    display: none;
  }
}
.latest_blog_wrapper.new_blog_wrapper .blog_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
}
.latest_blog_wrapper.new_blog_wrapper .blog_grid:hover {
  opacity: 0.8;
}
.latest_blog_wrapper.new_blog_wrapper .blog_grid .blog_img_area img {
  height: 260px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
@media all and (max-width: 767px) {
  .latest_blog_wrapper.new_blog_wrapper .blog_grid .blog_img_area img {
    transition: 0.5s;
    height: 220px;
  }
}
.latest_blog_wrapper.new_blog_wrapper .blog_content {
  position: absolute;
  bottom: 40px;
  left: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.latest_blog_wrapper.new_blog_wrapper .content {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}</pre></body></html>