/*===============================================
Template Name: printmax - Financ & Business Consluting HTML5 Template
Author:  https://www.templatemonster.com/authors/dreamit/
Description: Description
Version: 1.0.0
Text Domain: printmax
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. printmax Header Area Css
02. Sater Css Hero Area
03. Sater Css Section Title
04. Sater Css Collection Area
05. Sater Css Feature Area
06. Sater Css Service Area
07. Sater Css Countdown Area
08. Sater Css Product Area
09. Sater Css Countdown Area
10. Sater Css Populer Product Area
11. Sater Css Testimonial Area
12. Sater Css Brand Area
13. Sater Css Blog  Area14. Sater Css Footer  Area
15. Sater Css Package  Area
16. Sater Css Portfolio  Area
17. Sater Css Resouce Apps  Area

<======= Start Inner Page ========>

18. Start printmax Inner page Breadcumb Area
19. Sater Css Team   Area
20. Sater Css Portfolio Details  Area
21. Sater Css Service Details  Area
22. Sater Css Checkout  Area
23. Sater Css Cart  Area
24. Sater Css Contact  Area
25. Sater Css Shop  Area
26. Sater Css Shop Two  Area
27. Sater Css Shop Details  Area
28. Sater Css Sidbar Cart Area
29. Sater Css Saidber List Area
30. Sater Css Sidbar product Area
31. All Animation CSS
=======================*/

/*---=====================================================
   <!--printmax Header Area Css-->
=========================================================---*/
.contact{
  color: #fff;
}
.printmax-header-area {
  position: relative;
  margin-bottom: -100px;
  border-bottom: 1px solid #1a1a1a1f;
  padding: 16px 78px 16px 60px;
  z-index: 2;
}
a.logo_two {
  display: none;
}
.sticky a.logo_two {
  display: block;
}
.sticky a.active_logo {
  display: none;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.printmax-header-area ul {
  display: inline-block;
  margin-left: 112px;
}
.header-menu ul li {
  display: inline-block;
  margin: 0 18px 0;
  position: relative;
  z-index: 1;
}
.header-menu ul li a {
  display: inline-block;
  padding: 20px 0 20px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Inter";
  position: relative;
}
.header-menu > ul > li > a:before {
  position: absolute;
  content: "";
  top: 29px;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #224634;
  opacity: 0;
  transition: 0.5s;
}
.header-menu > ul > li > a:hover:before {
  opacity: 1;
}
.sticky .header-menu > ul > li > a:before {
  background: #fff;
}
.header-menu ul li span {
  font-size: 15px;
  color: #131414;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(88deg);
}

/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 225px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #224634;
  opacity: 0;
}

.header-menu ul li:hover > .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-menu ul .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}
.header-menu ul .sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.header-menu ul .sub_menu li:hover > a {
  color: #224634 !important;
  margin-left: 10px;
}
.header-menu ul .sub_menu li a:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 18px;
  height: 8px;
  width: 8px;
  background: #224634;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}
.header-menu ul .sub_menu li a:hover:before {
  opacity: 1;
}
.sticky .header-menu ul .sub_menu li a:hover:before {
  left: 8px;
}
.sticky .header-menu ul .sub_menu li a:hover {
  margin-left: 15px;
}
/* sub menu style two */
.printmax-header-area.style_two .header-menu ul .sub_menu li a {
  display: block;
  padding: 12px 20px;
}
.sticky .sub_menu li a {
  padding: 12px 20px !important;
}
/* header right */

.header_right {
  display: flex;
  align-items: center;
}
.header_right .nav-btn.navSidebar-button {
  margin-top: -8px;
}
button.cart_btn.headers-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
  line-height: 40px;
  transition: 0.5s;
  outline: 0;
  border: 1px solid rgba(26, 26, 26, 0.2);
  margin-right: 11px;
}
button.cart_btn.headers-button:hover {
  background: #224634;
}
button.cart_btn.headers-button i {
  font-size: 20px;
  color: #1a1a1a;
  transition: 0.5s;
}
button.cart_btn.headers-button:hover i {
  color: #fff;
}
small.cart_counter {
  position: absolute;
  top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #1a1a1a;
  line-height: 16px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  right: -6px;
}
.sticky button.cart_btn.headers-button {
}
.header-button {
  display: inline-block;
  margin: 0 15px 0;
}
.header-button a {
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.header-button a i {
  transform: rotate(0deg) !important;
}
/* header button */

/* sticky */
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #224634 !important;
  transition: 0.5s;
  z-index: 9;
}
.sticky .header-menu ul li a {
  color: #fff;
}
.sticky .header-menu ul li a i {
  color: #fff;
}

.printmax-header-area.style_two .header-menu ul .sub_menu li a:before {
  left: 6px;
}
.sticky .header-button a {
  border: 1px solid #ffff !important;
}

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}
.cart_sidebar {
  top: 0;
  width: 400px;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.cart_sidebar.active {
  right: 0px;
}
.cart_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}
.cart_sidebar .close_btn:hover {
  color: #224634;
}
.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}
.cart_sidebar .heading_title span {
  color: #224634;
}
.cart_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #131313;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}
.cart_sidebar .total_price span:last-child {
  color: #224634;
}
.cart_sidebar .btns_group {
  margin: -5px;
}
.cart_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}
.cart_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}
ul.btns_group.ul_li {
  margin-top: 16px;
}
ul.btns_group.ul_li a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #224634;
}
ul.btns_group a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}
ul.btns_group li:last-child a:hover {
  color: #fff;
}
ul.btns_group li:first-child a {
  background: #224634;
  color: #fff;
}
ul.btns_group li:first-child a:hover {
  color: #062e61;
}
ul.btns_group li:first-child a:before {
  background: #fff;
}
ul.btns_group li:last-child a:before {
  background: #224634;
}
ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
  transform: scale(1);
}
.cart_sidebar .btn.btn_border {
  padding: 15px 20px;
}
.cart_sidebar::-webkit-scrollbar {
  width: 0px;
}
.cart_sidebar_overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
  background: #224634;
}
.cart_sidebar_overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  left: 0;
}
.cart_item {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 25px;
  transition: 0.5s;
}
.cart_item.remove {
  display: none;
}
.cart_item:not(:last-child) {
  margin-bottom: 20px;
}
.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 10px;
}
.cart_item .item_image img {
  width: 100px;
  height: 100px;
}

.cart_item .item_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0;
}
.cart_item .item_price {
  line-height: 1;
  display: block;
  font-weight: 600;
  color: #224634;
}
.cart_item button.remove_btn {
  border: 0;
  outline: 0;
  background: #224634;
  color: #fff;
  padding: 1px 12px;
  margin-top: 7px;
}
.cart_item .remove_btn:hover {
  color: #ffffff;
  background-color: #131313;
}

/*===========================================
<-- Sater Css Hero Area -->
==============================================*/

section.hero_area {
  background: url(../images/home_one/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  position: relative;
  z-index: 1;
}
.hero_content {
  margin-top: 75px;
}
.hero_content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #224634;
  font-weight: 500;
  margin-bottom: 22px;
}
.hero_content h1 {
  font-size: 63px;
  line-height: 76px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
}

/* hero btn */
.slider_button {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.banner_btn a {
  background: #1a1a1a !important;
  padding: 14px 45px !important;
  border-radius: 28px !important;
}
.banner_btn a:hover {
  color: #fff !important;
}

.banner_btn span {
  background-color: #224634 !important;
  border-radius: 28px !important;
}
.slider_info {
  margin-left: 30px;
}
.slider_info a {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
}
.slider_info span {
  color: #fff;
}

/* hero thumb */

.hero-thumb {
  position: relative;
  z-index: 1;
  margin-left: 128px;
  margin-top: 77px;
}
.hero_container_shape {
  position: absolute;
  bottom: 6%;
  left: -32%;
}
.hero_container_shape2 {
  position: absolute;
  top: 0%;
  right: 4%;
  z-index: -1;
}
.hero_container_shape3 {
  position: absolute;
  bottom: 45%;
  left: -14%;
  z-index: -1;
}
.hero_container_shape4 {
  position: absolute;
  bottom: 4%;
  right: -16%;
  z-index: -1;
}

/* hero counter  */
.banner_counter {
  position: absolute;
  background: #fff;
  width: 229px;
  border-radius: 10px;
  filter: drop-shadow(0px 30px 50px rgba(151, 160, 157, 0.3));
  background-color: #ffffff;
  text-align: center;
  padding: 35px 44px 28px;
  top: 36%;
  right: -17%;
}
.banner_counter-_number {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #1a1a1a52;
  line-height: 100px;
  margin-bottom: 25px;
  position: relative;
}
.banner_counter-_number:before {
  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #1a1a1a;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: 8px;
}
.banner_counter-_number h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.banner_counter-_number span {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.counter_text {
  position: relative;
  margin-left: 20px;
}
.counter_text p {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Inter";
}
.counter_text p i {
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  transform: rotate(-54deg);
  left: -20px;
}
/* hero contaner social */
.hero_container {
  position: absolute;
  top: 11%;
  transform: translateY(50%);
  left: 4%;
}
.hero_cotaner_social {
  position: relative;
  z-index: 1;
}
.hero_cotaner_social:before {
  position: absolute;
  left: 6px;
  content: "";
  bottom: -63px;
  background: url(../images/home_one/arrwo.png);
  height: 98%;
  width: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero_follow h3 {
  transform: rotate(90deg);
  margin-bottom: 215px;
  position: relative;
  left: -25px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  text-transform: uppercase;
}
.hero_social a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #ffffff;
  border: 1px solid rgba(19, 20, 20, 0.1);
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.hero_social a:hover {
  background-color: #224634;
  border: 1px solid #224634;
  color: #ffff;
}
.hero_rotate {
  position: absolute;
  left: 0;
  right: 13%;
  margin: auto;
  text-align: center;
  top: 18%;
}

/*===========================================
<-- Sater Printmax Button Css Css  -->
==============================================*/
.printmax_btn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  background: #224634;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 11px 33px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
}
.printmax_btn span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #1a1a1a;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.printmax_btn a:hover,
.printmax_btn a:focus {
  color: #224634;
}
.printmax_btn a:hover span,
.printmax_btn a:focus span {
  width: 200%;
  height: 500px;
}
.printmax_btn a i {
  font-size: 14px;
  font-weight: 600;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 8px;
}

/*===========================================
<-- Sater Printmax Feature Area Css  -->
==============================================*/

section.feature_area {
  padding: 100px 0 20px;
}
.feature_title h2 {
  font-size: 28px;
  line-height: 38px;
  color: #1a1a1a;
  font-weight: 600;
  position: relative;
}
.feature_title h2:before {
  position: absolute;
  content: "";
  left: -37px;
  top: -22px;
  width: 92px;
  height: 92px;
  border-radius: 46px;
  background-color: #edf5f6;
  z-index: -1;
}
.feature_item {
  border-radius: 10px;
  background-color: #edf5f6;
  display: flex;
  align-items: center;
  padding: 35px 0 35px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}
.feature_item:hover .feature_icon i {
  background-color: #224634;
  color: #1a1a1a;
}
.feature_item:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  background: #f7f1ee;
  color: #1a1a1a;
  height: 80%;
  width: 80%;
  border-radius: 10px;
  transition: 0.5s;
  content: "";
  z-index: -1;
}
.feature_item:hover:before {
  transform: scale(1);
  height: 100%;
  width: 100%;
}
.feature_icon i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #224634;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 31px;
  color: #fff;
  margin-right: 20px;
  transition: 0.5s;
}
.feature_content h3 {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0;
}

/*===========================================
<-- Sater Printmax Collection Area Css  -->
==============================================*/

section.collection_area {
  padding: 70px 0 90px;
}
.collection_single_item {
  background: #edf5f6;
  padding: 52px 50px 62px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.collection_single_item.second {
  background: #f7f1ee;
}
.collection_single_item.second:hover:before {
  background: #edf5f6;
}
.collection_single_item:after {
  position: absolute;
  content: "";
  right: -16px;
  top: 11px;
  height: 70%;
  width: 44%;
  background: url(../images/home_one/collection_shpe.png);
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.collection_single_item:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 0%;
  background: #f7f1ee;
  transition: 0.5s;
  z-index: -1;
  border-radius: 20px;
}
.collection_single_item:hover:before {
  width: 100%;
  left: 0;
}
.collection_content {
  padding: 0 178px 0 0;
}
.collection_content h3 {
  font-size: 32px;
  line-height: 42px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 15px;
}
.collection_btn {
  margin-top: 38px;
}
.collection_btn a {
  padding: 12px 36px;
}
.collection_single_item.second .collection_btn a {
  background: #fff;
  color: #1a1a1a;
}
.collection_single_item.second .collection_btn a:hover {
  color: #ffff;
}
.collection_single_item.second .printmax_btn span {
  background: #224634;
}
.collection_thumb {
  position: absolute;
  right: 10%;
  bottom: 0%;
}
.collection_single_item.second .collection_thumb {
  position: absolute;
  right: 1%;
  bottom: 3%;
}
.collection_btn span {
  background: #fff;
}
.collection_shap {
  position: absolute;
  right: -25%;
  bottom: -48%;
  z-index: -1;
}

/*===========================================
<-- Sater Printmax About Area Css  -->
==============================================*/

section.about_area {
  background: url(../images/home_one/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 120px;
  position: relative;
}
.about_thumb {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.about_thumb_inner {
  margin-bottom: 30px;
}
.about_counter {
  background: #d7e6e8;
  text-align: center;
  padding: 34px 26px 34px;
  border-radius: 15px;
}
.about_counter-_number {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #1a1a1a52;
  line-height: 120px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.about_counter-_number:before {
  position: absolute;
  content: "";
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #1a1a1a;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: 11px;
}
.about_counter p {
  font-size: 18px;
  text-transform: uppercase;
  color: #131414;
  font-weight: 500;
}
.about_counter-_number h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.about_counter-_number span {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

/* about Shape */
.about_shap {
  position: absolute;
  top: -6%;
  left: -11%;
  z-index: -1;
}
.about_shap1 {
  position: absolute;
  left: -5%;
  bottom: 25%;
}
.about_shap2 {
  position: absolute;
  right: 0;
  left: 0%;
  margin: auto;
  text-align: center;
  top: 37%;
  z-index: -1;
}

/* about content */

.about_content p {
  margin: 28px 0 28px;
  width: 80%;
}
.about_list ul li {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 13px;
}
.about_list ul li img {
  margin-right: 10px;
}
.about_btn {
  margin-top: 45px;
}
.about_btn a {
  display: inline-block;
  padding: 14px 43px;
  background: #1a1a1a;
  border-radius: 28px;
}
.about_btn a:hover {
  color: #fff;
}
.about_btn span {
  background: #224634;
}
.about_shaps {
  position: absolute;
  right: 20%;
  bottom: 18%;
}

/*===========================================
<-- Sater Printmax Collection Area Style Two  Css  -->
==============================================*/

section.collection_area.style_two {
  padding: 105px 0 120px;
}
.collection_img {
  position: relative;
  overflow: hidden;
}
.collection_img img {
  width: 100%;
}
.collection_img:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(
    0deg,
    rgb(25 25 25 / 75%) 0%,
    rgb(25 25 25 / 69%) 6%,
    rgba(25, 25, 25, 0) 70%,
    rgba(25, 25, 25, 0) 100%
  );
  border-radius: 20px;
  transition: 0.5s;
}
.collection_img:hover:before {
  height: 100%;
}
.collection_img:hover .collection_contents {
  bottom: 6%;
  opacity: 1;
}
.collection_contents {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.collection_icon_btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #224634;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 5px;
}
.collection_icon_btn a:hover {
  color: #fff;
}
.collection_icon_btn a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 100%;
  top: 0;
  background: #1a1a1a;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}
.collection_icon_btn a:hover:before {
  width: 100%;
}
.collection_contents h3 a {
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  display: inline-block;
}
.collection_contents h3 a:hover {
  color: #224634;
}
.collection_contents p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  margin-top: 10px;
}

/* collection content second */

.collection_single_box.upper {
  margin-bottom: 30px;
}
.collection_img:hover .collection_contents.second {
  bottom: 10%;
}
.collection_contents.second h3 a {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}
.collection_contents.style_third h3 a {
  font-size: 28px;
}
.collection_img:hover .collection_contents.style_third {
  bottom: 10%;
}

/*===========================================
<-- Sater Css Section Title  -->
==============================================*/
.section_title.text-center {
  margin-bottom: 60px;
}
.section_title h4 {
  margin-bottom: 14px;
  font-size: 18px;
  color: #224634;
  font-weight: 500;
}
.section_title h1 {
  font-size: 46px;
  line-height: 56px;
  color: #1a1a1a;
  font-weight: 700;
}
.section_title.style_left {
  padding-left: 208px;
  margin-bottom: 65px;
}

/*===========================================
<-- Sater Printmax Countdown Area  Css  -->
==============================================*/

section.countdown_area {
  background: url(../images/home_one/countdown_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 88px 0 2px;
}
.countdown_thumbs {
  margin-left: -150px;
  margin-top: -67px;
}
.countdown_thumb {
  margin-left: -41px;
  top: -39px;
  position: relative;
}
.Countdown_content {
  position: relative;
}
.Countdown_content h2 {
  font-size: 60px;
  color: #1a1a1a;
  font-weight: 700;
}
/* Start Count Down css*/
.countdown_item {
  border-radius: 40px;
  background-color: #ffffff;
  border: 2px solid rgba(3, 24, 18, 0.1);
  display: inline-block;
  padding: 21px 25px 21px;
  margin: 30px 0 40px;
}

#clockdiv div > span {
  display: inline-block;
  font-size: 38px;
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Inter";
}
.countdown_number {
  display: inline-block;
}
.countdown_number strong {
  font-size: 38px;
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Inter";
  margin: 0 20px;
}
.countdown_shape {
  position: absolute;
  top: -36%;
  right: 0;
  left: 0;
}
.countdown_btn a {
  background: #1a1a1a;
  padding: 14px 45px;
  border-radius: 28px;
}

/*===========================================
<-- Sater Printmax Product Section  Css  -->
==============================================*/

section.product-section {
  padding: 105px 70px 97px;
}
.product-box-thumb {
  position: relative;
  overflow: hidden;
}
.product-icon {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.product_single_item.active .product-icon,
.product_single_item:hover .product-icon {
  top: 30px;
  visibility: visible;
  opacity: 1;
  right: 30px;
}
.product-icon ul li {
  display: block;
  margin: 10px 0;
}
.product-icon button {
  font-size: 16px;
  color: #1a1a1a;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 42px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: none;
}
.product-icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7b098;
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}
.product-icon button:hover::after {
  transform: scale(1);
  filter: hue-rotate(360deg);
}
.product_contnet {
  text-align: center;
  margin: 30px 0 0;
}
.product_contnet h6 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Inter";
  margin: 0 0 6px;
}
.product_contnet p {
  font-size: 16px;
  color: #224634;
  font-weight: 500;
  font-family: "Inter";
}

.product_list .owl-nav {
  position: absolute;
  top: -26%;
  right: 12%;
  display: flex;
}
.product_list .owl-prev i {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
}
.product_list .owl-next i {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.product_list .owl-prev i:hover,
.owl-next i:hover {
  background: #224634;
  border: 1px solid #224634;
}

/*===========================================
<-- Sater Css Printmax Feature Area Style Two -->
==============================================*/

section.feature_area.style_two {
  background: #edf5f6;
  padding: 105px 0 107px;
  position: relative;
  z-index: 1;
}
.feature_item.style_two {
  background: #fff;
  display: block;
  padding: 40px 0 26px 30px;
  transition: 0.5s;
}
.feature_item.style_two:hover {
  filter: drop-shadow(0px 10px 27px rgba(177, 177, 177, 0.3));
}
.feature_item.style_two:before {
  display: none;
}
.feature_item.style_two .feature_icon {
  float: left;
  margin-right: 25px;
}
.feature_item.style_two .feature_content {
  overflow: hidden;
}

.feature_item.style_two .feature_content h3 {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0 0 10px;
}
.feature_shape {
  position: absolute;
  top: 15%;
  right: 11%;
}
.feature_shape2 {
  position: absolute;
  left: 5%;
  top: 19%;
  z-index: -1;
}
/*===========================================
<-- Sater Css Printmax Marqee Area -->
==============================================*/

.marquee_area {
  position: relative;
  background: #fff;
}
.marquee_bg {
  background: #224634;
  padding: 35px 0 36px;
  transform: rotate(-1deg);
}
.marquee {
  position: relative;
  --duration: 40s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
}
.marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee-block h3 {
  margin: 0 40px 0 0;
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.marquee-block span {
  margin-right: 40px;
}

/*===========================================
<-- Sater Css Printmax Popular product Area -->
==============================================*/

section.popular_product {
  padding: 130px 0 120px;
}
.popular_thumb {
  position: relative;
}

.popular_product_btn {
  position: absolute;
  bottom: 40px;
  left: 8%;
  right: 0;
  margin: auto;
  text-align: center;
}
.popular_btn {
  display: inline-block;
}
.popular_btn_arrow {
  display: inline-block;
}
.popular_btn a {
  background: #ffff;
  border: 1px solid #1a1a1a;
  padding: 15px 145px;
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Cabin";
  border-radius: 30px;
}
.popular_btn_arrow a {
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #1a1a1a;
  line-height: 60px;
  text-align: center;
}
.popular_btn_arrow a:hover {
  color: #fff;
}
.popular_btn_arrow span {
  background: #224634;
}

.popular_btn_arrow a i {
  font-size: 14px;
  font-weight: 600;
  transform: rotate(0deg);
  display: inline-block;
  margin-left: 0;
  color: #fff !important;
}
.popular_product_card {
  border: 1px solid rgba(26, 26, 26, 0.15);
  padding: 20px 20px 20px;
  border-radius: 10px;
}
.popular_product_card_inner {
  display: flex;
  align-items: center;
}
.popular_content {
  margin-left: 40px;
}
.popular_content p {
  margin: 7px 0 10px;
}
.popular_content h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
}
.popular_content span.dolar {
  font-size: 16px;
  color: #224634;
  font-weight: 500;
}
.star_icon i {
  font-size: 14px;
  color: #ff7d2e;
  margin: 12px 1px 35px;
}
.card_all_btn {
  display: flex;
  align-items: center;
}

.card_btn a {
  border-radius: 5px;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  background: #edf5f6;
  padding: 8px 23px;
}
.card_icon button {
  font-size: 16px;
  color: #1a1a1a;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #edf5f6;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: none;
  line-height: 42px;
  top: -4px;
  margin-left: 10px;
}
.card_icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7b098;
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}
.card_icon button:hover::after {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

/* owlCarousel */
.card_list .owl-nav {
  position: absolute;
  bottom: -22%;
  left: 12px;
  display: flex;
}
.card_list .owl-prev i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.15);
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
}
.card_list .owl-next i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.15);
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
}
.card_list .owl-prev i:hover,
.owl-next i:hover {
  background: #224634;
  border: 1px solid #224634;
}

section.testimonial_area {
  background: #f7f1ee;
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}
.testimonial-content {
  background: #fff;
  text-align: center;
  padding: 50px 25px 45px;
  position: relative;
  border-radius: 10px;
}
.testimonial-content:before {
  content: "";
  position: absolute;
  right: 41%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transition: 0.5s;
}
.testimonial-content p {
  font-size: 20px;
  line-height: 34px;
  color: #5d5f62;
  font-weight: 400;
  font-family: "Cabin";
  margin-bottom: 19px;
  margin-top: 20px;
}
.testi_icon {
  text-align: center;
  display: inline-block;
}
.testi-star i {
  font-size: 15px;
  color: #ff7d2e;
  margin-right: 3px;
}
.tesit-auothor {
  text-align: center;
  margin-top: 40px;
}
.testi-author-thumb {
  text-align: center;
  display: inline-block;
}
.testi_bio h4 {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
}
.testi_bio h5 {
  font-size: 17px;
  color: #5d5f62;
  font-weight: 400;
  font-family: "Cabin";
}
.testi_rating {
  border-top: 1px solid rgba(6, 50, 50, 0.10196078431372549);
  padding-top: 10px;
  position: relative;
}
.testi_rating_content {
  display: flex;
  align-items: center;
}
.rating-_number h1 {
  font-size: 58px;
  color: #224634;
  font-weight: 700;
  position: relative;
  margin-right: 52px;
}
.rating-_number h1:before {
  position: absolute;
  content: "";
  right: -25px;
  top: 12px;
  width: 1px;
  height: 44px;
  background-color: rgba(3, 24, 18, 0.2);
}
.rating-star i {
  font-size: 15px;
  color: #ff7d2e;
  margin-right: 5px;
}
h5.title_two {
  font-size: 17px;
  color: #5d5f62;
  font-weight: 400;
  margin-top: 7px;
}
.testi_shape {
  position: absolute;
  right: -24%;
  left: 0;
  text-align: center;
  bottom: 22%;
  z-index: -1;
}
section.testimonial_area .owl-carousel .owl-item img {
  display: block;
  width: inherit;
}

/* owlCarousel */
.testimonial .owl-nav {
  position: absolute;
  bottom: 1%;
  left: -51%;
  display: flex;
}
.testimonial .owl-next i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.15);
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
}
.testimonial .owl-prev i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.15);
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
}
.testimonial .owl-prev i:hover,
.owl-next i:hover {
  background: #224634;
  border: 1px solid #224634;
}

/*===========================================
<-- Sater Css Brand Area -->
==============================================*/
section.brand_area {
  padding: 120px 0 53px;
}
.brand_container {
  border: 1px solid #1a1a1a;
  margin: 0;
}
.single_brnd_item {
  text-align: center;
  padding: 70px 0 70px;
  border-right: 1px solid #1a1a1a;
}
section.brand_area .owl-carousel .owl-item img {
  display: inline-block !important;
  width: inherit;
}
section.brand_area.style_two {
  background: #edf5f6;
  padding: 40px 0 120px;
}
section.brand_area.inner_page {
  padding: 120px 0 120px;
}
/*===========================================
<-- Sater Css Blog Area -->
==============================================*/

section.blog_area {
  padding: 50px 0 65px;
}
.single-blog-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.single-blog-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-blog-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: all 0.1s;
  transition: all 0.6s;
  z-index: 2;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg)
    translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg)
    translate3d(0, -150%, 0);
}

.single-blog-box:hover .single-blog-thumb::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg)
    translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg)
    translate3d(0, 150%, 0);
}

.blog-content {
  margin: 28px 72px 0 0;
}
.blog-title h3 a {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: #1a1a1a;
  font-weight: 600;
  transition: 0.5s;
}
.blog-title h3 a:hover {
  color: #224634;
}
.meta-blog p {
  font-size: 16px;
  color: #5d5f62;
  font-weight: 400;
  border-top: 1px solid rgba(26, 26, 26, 0.10196078431372549);
  margin-top: 16px;
  padding-top: 18px;
  position: relative;
  padding-left: 18px;
}
.meta-blog p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #224634;
}

/* Start Blog Area Style Two  */
section.blog_area.style_two {
  background: #edf5f6;
  padding: 105px 0 27px;
}

/*===========================================
<-- Sater Css Footer Area -->
==============================================*/

.footer_area {
  background: url(../images/home_one/footer_bg.jpg);
  padding: 120px 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
p.footer_desc {
  font-weight: 400;
  margin: 29px 0 27px;
  width: 81%;
}
.footer_info p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 0;
}
.footer_info p i {
  margin-right: 8px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #224634;
}
.footer_info h6 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
}

.footer-widget-title h4 {
  margin-bottom: 34px;
  font-size: 26px;
  color: #1a1a1a;
  font-weight: 600;
}
.footer-widget-menu ul li a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Cabin";
  margin-left: -15px;
  color: #5d5f62;
}
.footer-widget-menu ul li a:hover {
  margin-left: 0;
  color: #224634;
}

.footer-widget-menu ul li a i {
  font-size: 12px;
  opacity: 0;
  transition: 0.5s;
}
.footer-widget-menu ul li a:hover i {
  opacity: 1;
}
.subscribe_form {
  position: relative;
}
p.subscribe_text {
  width: 87%;
  margin-bottom: 23px;
}
.subscribe_form input {
  background: #fff;
  width: 100%;
  outline: 0;
  color: #1a1a1a !important;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 0 30px 30px 0;
  padding: 0 24px;
}
.subscribe_form input::placeholder {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 500;
}
.subscribe_form input:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
}
button.btn i {
  border-radius: 18px;
  font-size: 18px;
  color: #224634;
  position: absolute;
  top: 15px;
  font-weight: 600;
  right: 38px;
}
button.btn i:hover {
  color: #1a1a1a;
}
.footer_social_icon {
  margin-top: 5px;
}
.footer_social_icon a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer_social_icon a:hover {
  color: #fff;
}
.footer_social_icon a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #224634;
  transition: 0.5s;
  content: "";
  z-index: -1;
}
.footer_social_icon a:hover:before {
  width: 100%;
}

/* footer bottom */

.row.add-border {
  position: relative;
  padding-top: 22px;
  margin-top: 110px;
}
.row.add-border:before {
  position: absolute;
  top: 0;
  left: 12px;
  height: 1px;
  width: 98%;
  background: rgb(87 54 54 / 15%);
  content: "";
}
.footer-bottom-content-copy p {
  margin: 0;
  font-size: 17px;
  color: #233f23;
  font-weight: 400;
}
.payments {
  text-align: right;
}

/* ================================================ */
/* Start Css Home Two */
/* ================================================ */

section.topber_area {
  background: #224634;
  position: relative;
  z-index: 1;
  padding: 12px 8px 12px 29px;
}
section.topber_area:after {
  position: absolute;
  top: 0;
  left: -2%;
  height: 100%;
  width: 28%;
  background: #031812;
  content: "";
  z-index: -1;
  transform: skew(-40deg);
}
section.topber_area:before {
  position: absolute;
  top: 0;
  right: -2%;
  height: 100%;
  width: 28%;
  background: #031812;
  content: "";
  z-index: -1;
  transform: skew(40deg);
}

.header-address-info {
  text-align: right;
}
.header-address-info p {
  margin: 0;
}
.header-address-info span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Cabin";
  margin-right: 40px;
}
.header-address-info p i {
  margin-right: 8px;
  font-size: 15px;
  color: #0d1110;
}

.top_print_text p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.topber_right_social {
  display: flex;
  align-items: center;
}
h4.topber_follow {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Cabin";
  margin: 0;
}
.topber_right_social ul li {
  display: inline-block;
  margin-left: 20px;
}
.topber_right_social ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.topber_right_social ul li a:hover {
  color: #224634;
}

/* ======== Header Area Style Two ============ */

.printmax-header-area.style_two {
  margin-bottom: 0;
  padding: 16px 50px 16px 10px;
  border-bottom: 0;
}
.printmax-header-area.style_two ul {
  display: inline-block;
  margin-left: 0;
}
.printmax-header-area.style_two .header-logo {
  text-align: center;
}
.header_right.style_two {
  justify-content: right;
}
.search-containers {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.search-containers input {
  padding: 0 29px;
  width: 100%;
  color: black;
  height: 48px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid rgba(3, 24, 18, 0.1);
  outline: 0;
}
.search-containers input::placeholder {
  color: #5d5f62;
  font-weight: 400;
  font-family: "Cabin";
}
.search-containers button {
  position: absolute;
  top: 24%;
  color: #5d5f62;
  right: 10%;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
}
.header_right.style_two button.cart_btn.headers-button {
  background: #f8f4ee;
  border: 0;
}
.header_right.style_two button.cart_btn.headers-button:hover {
  background: #224634;
}
.header_right.style_two small.cart_counter {
  background: #224634;
  transition: 0.5s;
}
.header_right.style_two
  button.cart_btn.headers-button:hover
  small.cart_counter {
  background: #031812;
}
.header_right.style_two .nav-btn.navSidebar-button {
  margin-top: -5px;
}
.header_right.style_two .nav-btn.navSidebar-button span {
  background-color: #f7f1ee;
}
/* ================================================ */
/* Start Css Hero Area Style Two */
/* ================================================ */

section.hero_area.style_two {
  background: url(../images/home-two/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 750px;
}
.hero_content.style_two {
  margin-top: 0;
}
.hero_content.style_two h4 {
  margin-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cabin";
}
.hero_content.style_two h1 {
  font-size: 60px;
  line-height: 74px;
  text-transform: unset;
}
.hero_content.style_two .slider_button {
  justify-content: center;
  margin-top: 44px;
}
.hero_content.style_two .banner_btn a {
  background: #1a1a1a !important;
  padding: 15px 39px !important;
  border-radius: 28px !important;
  font-size: 18px !important;
  font-family: "Cabin" !important;
}

.hero_content.style_two .popular_btn_arrow a {
  background-color: #224634;
}
.hero_content.style_two .popular_btn_arrow a i {
  color: #fff;
}
.hero_content.style_two .popular_btn_arrow span {
  background-color: #000000;
}
/* hreo left werapper */

.hero_left_wrapper {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
}
.hero_left_img {
  position: relative;
  z-index: 1;
}
.img_two {
  position: absolute;
  top: -14%;
  left: -43%;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hero_left_wrapper_shape {
  position: absolute;
  right: 0%;
  top: -14%;
}
.hero_left_wrapper_shape2 {
  position: absolute;
  left: -52%;
  bottom: 39%;
  transform: translateY(10px);
}
.hero_left_wrapper_shape3 {
  position: absolute;
  bottom: 19%;
  right: -5%;
}

/* hreo Right werapper */

.hero_right_wrapper {
  position: absolute;
  right: 8%;
  top: 45%;
  transform: translateY(-50%);
}
.img_wrapper_two {
  position: absolute;
  top: 13%;
  right: -12%;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hero_right_wrapper_shape {
  position: absolute;
  left: -29%;
  bottom: -4%;
}
.hero_right_wrapper_shape2 {
  position: absolute;
  top: 17%;
  left: -16%;
}

/* hero shape */

.hero_wrappe_shpa {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15%;
}

/* ================================================ */
/* Start Css Feature Area Style Three */
/* ================================================ */
section.feature_area.style_three {
  padding: 120px 0 90px;
}

.feature_item.style_three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 420px;
  min-height: 420px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 28px 18px 18px 18px;
  margin: 0 auto 24px auto;
  overflow: hidden;
}
.feature_item.style_three .feature_content {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.feature_item.style_three .feature_btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.style_three .feature_content h3 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0 0 13px;
}
.feature_btn a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #224634;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature_btn a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #224634;
  transition: 0.5s;
  z-index: -1;
}
.feature_btn a:hover:before {
  width: 100%;
}
.feature_btn {
  margin-top: 108px;
}
.feature_img {
  position: absolute;
  bottom: -45%;
  right: -12%;
  z-index: -1;
}
.feature_img.second {
  bottom: -30%;
  right: 6%;
}
.feature_img.third {
  bottom: -24%;
  right: -8%;
}

/* ================================================ */
/* Start Css About Area Style Two */
/* ================================================ */

section.about_area.style_two {
  background: transparent;
  padding: 0 0 120px;
}
section.about_area.style_two .style_two .about_thumb {
  margin-left: -15px;
}

.about_shapse {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.about_shaps1 {
  position: absolute;
  right: 10%;
  bottom: 3%;
}
.about_shaps2 {
  position: absolute;
  top: 9%;
  left: 9%;
}
.about_shaps3 {
  position: absolute;
  right: 11%;
  top: 14%;
}
.about_shaps4 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  transform: rotate(17deg);
}
section.about_area.style_two .section_title h1 {
  font-size: 40px;
}
section.about_area.style_two .about_content {
  background: url(../images/home-two/abt_img.png);
  padding: 57px 0 62px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
.about_btn_list {
  display: flex;
  align-items: center;
}
.about_btn_list .about_btn {
  margin-top: 0;
}
.style_two .about_list ul li {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Inter";
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 23px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.style_two .about_list ul li i {
  color: #224634;
  margin-right: 15px;
}
.popular_btn_arrow.style_two a {
  width: 56px;
  height: 56px;
  background-color: #224634;
  line-height: 56px;
}
.popular_btn_arrow.style_two span {
  background: #fff;
}

/* Marque Area Style Two */

.marquee_area.style_two {
  position: relative;
  background: transparent;
}
.style_two .marquee_bg {
  transform: rotate(0deg);
  padding: 40px 0 40px;
}
.style_three .marquee_bg {
  transform: rotate(0deg);
  background: #224634;
  padding: 40px 0 40px;
}
.style_three .marquee-block h3 {
  color: #fff;
}

/* ================================================ */
/* Start Css service Area */
/* ================================================ */

section.service_area {
  padding: 105px 0 120px 291px;
}
.service_single_item {
  background: #f7f1ee;
  padding: 50px 35px 42px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.service_single_item:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 0;
  background: url(../images/home-two/service_img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
  z-index: -1;
  border-radius: 20px;
}
.service_single_item:hover:before {
  width: 100%;
  left: 0;
}
.service_content h3 {
  font-size: 26px;
  color: #031812;
  font-weight: 600;
  margin: 35px 0 28px;
}
.service_button {
  display: flex;
  align-items: center;
}
.service_btn a {
  padding: 13px 110px 13px 35px;
  background: #fff;
  color: #031812;
}
.service_btn a:hover {
  color: #fff;
}
.service_btn span {
  background: #224634;
}
.service_button .popular_btn_arrow a {
  width: 54px;
  height: 54px;
  background-color: #fff;
  line-height: 52px;
}
.service_button .popular_btn_arrow a i {
  color: #000 !important;
}
.popular_btn_arrow a:hover i {
  color: #ffff;
}

section.service_area .owl-carousel .owl-item img {
  display: block;
  width: inherit;
}
.service_list .owl-nav {
  position: absolute;
  top: -31%;
  right: 26%;
  display: flex;
}
.service_list .owl-prev i {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #edf5f6;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  transition: 0.5s;
  margin-right: 15px;
}
.service_list .owl-next i {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #edf5f6;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  transition: 0.5s;
}
.service_list .owl-prev i:hover {
  background: #224634;
}
.service_list .owl-next i:hover {
  background: #224634;
  border: none;
}

/* ================================================ */
/* Start Css Printing Area */
/* ================================================ */

section.printing_area {
  background: #edf5f6;
  padding: 120px 0 120px;
}
.printing_thumb {
  position: relative;
  margin-left: -83px;
}
.printing_shape {
  position: absolute;
  left: 0%;
  bottom: 3%;
}
.printing_content p {
  margin: 20px 0 28px;
  width: 84%;
}
.printing_icon_box {
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}

.printing_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #224634;
  line-height: 60px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.printing_icon_box.style_two .printing_icon {
  background-color: #224634;
}
.printing_content h3 {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0;
}
.printing_list.printing_werpper {
  border-top: 1px solid #5d5f6257;
  padding-top: 22px;
  margin-top: 30px;
}
.printing_list ul li {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 13px;
}
.printing_list ul li img {
  margin-right: 10px;
}

.printing-thumb {
  position: relative;
}

.print_counter {
  position: absolute;
  top: 8%;
  right: 19%;
}
.print_counter-_number {
  background: #ffff;
  padding: 45px 58px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 199px;
}
.print_counter-_number:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 11%;
  width: 157px;
  height: 157px;
  border-radius: 78px;
  background-color: #dcebed;
  z-index: -1;
  margin: auto;
  text-align: center;
}
.print_counter-_number p {
  color: #031812;
  font-weight: 500;
}
.print_counter-_number h1 {
  font-size: 46px;
  color: #224634;
  font-weight: 700;
  font-family: "Cabin";
  display: inline-block;
}
.print_counter-_number span {
  font-size: 46px;
  color: #224634;
  font-weight: 700;
}

/* ================================================= */
/* Start Printmax Package Area  */
/* ================================================= */

section.package_area {
  padding: 120px 0 120px;
}

.package_shape {
  position: absolute;
  top: 20%;
  left: 11%;
}
.package_shaps1 {
  position: absolute;
  top: 9%;
  left: 17%;
}
.package_shaps2 {
  position: absolute;
  bottom: 36%;
  left: 9%;
}
.printing_btn {
  left: -8%;
  margin: auto;
  right: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 8%;
  text-align: center;
  justify-content: center;
}
.printing_btn .service_btn a {
  padding: 15px 138px;
  background: #fff;
  color: #031812;
  border: 1px solid black;
  border-radius: 30px;
}
.printing_btn .popular_btn_arrow a i {
  color: #fff;
}

.package_content {
  text-align: center;
  margin-top: 26px;
}
.package_content h3 {
  font-size: 20px;
  color: #031812;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
}
.package_content p {
  font-size: 18px;
}
.Package_list .owl-dots {
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: -16%;
}
.Package_list .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(243, 51, 80, 0);
  border: 1px solid rgba(3, 24, 18, 0.3);
  margin-right: 10px;
  display: inline-block;
}
.Package_list .owl-dot.active {
  background: #224634;
  border: 1px solid #224634;
}

/* Start Printmax Testimonai Area Style Two  */

section.testimonial_area.style_three {
  padding: 120px 0 120px !important;
}
.testi_ratings {
  text-align: right;
}

/* ================================================= */
/* Start Printmax Product Area  Style Twp  */
/* ================================================= */

section.product-section.style_two {
  padding: 105px 0 80px;
}
.product_single_item.style_two {
  margin-bottom: 30px;
}
.style_two .product-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.product_single_item.style_two:hover .product-box-thumb img {
  transform: scale(1.1);
}
p.product_hot {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Inter";
  width: 55px;
  height: 26px;
  border-radius: 4px;
  background-color: #224634;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
span.pruduct_discount {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  border-radius: 4px;
  background-color: #224634;
  position: absolute;
  display: inline-block;
  top: 15%;
  left: 5%;
  width: 55px;
  height: 26px;
  text-align: center;
}
.style_two .product_contnet {
  text-align: left;
  margin: 25px 0 0;
}
.product_rating i {
  color: #ffb018;
  font-size: 14px;
  margin-right: 4px;
}
.style_two .product_contnet h6 {
  font-size: 22px;
  font-weight: 500;
  margin: 11px 0 13px;
  cursor: pointer;
}

/* ================================================= */
/* Start Printmax Download Area  */
/* ================================================= */

section.download_app_area {
  background: url(../images/home-two/app_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 42px 0 0;
  background-size: cover;
}
.app_content {
  position: relative;
}
.apps_shape {
  position: absolute;
  right: 18%;
  bottom: -2%;
}
.app_content h2 {
  font-size: 46px;
  line-height: 56px;
  color: #031812;
  font-weight: 700;
}
ul.app_btn li {
  display: inline-block;
  margin-right: 13px;
  margin-top: 38px;
}
.app_thumb {
  position: relative;
  z-index: 1;
  margin-bottom: -37px;
}
img.app_rotate {
  position: absolute;
  top: 9%;
  z-index: -1;
  left: 4%;
}

/* =============================== */
/* cart sidebar - start */
/* =============================== */

.sidebar-product-wrapper {
  display: block;
}
.product_sidebar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  background-color: transparent;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transform: scale(0);
}
.product_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.product_sidebar.active {
  transform: scale(1);
}
.product_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}
.product_sidebar .close_btns:hover {
  color: #224634;
}
.product_inner {
  background: #f7f1ee;
  padding: 50px 50px 50px;
  border-radius: 20px;
}
.product-size {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  margin-top: 31px;
}
span.sub-title {
  margin-right: 50px;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
}
.product-size ul li {
  margin: 0 2px;
  display: inline-block;
}
.product-size ul li a {
  height: 40px;
  width: 40px;
  border: 1px solid #23262a;
  display: block;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  color: #1a1a1a;
}
.product-size ul li a:hover {
  background: green;
  border-color: black;
  color: #fff;
}

.product-color {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product-color .nice-select {
  border: 1px solid #23262a;
  border-radius: 0;
  height: 40px;
  line-height: 39px;
}
.product-color .nice-select .list {
  display: inline-grid;
}
.product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

select.select_option {
  outline: 0;
  border: 1px solid black;
  padding: 10px 20px;
  background: transparent;
  color: #5d5f62;
}
/*=====================================
<-- Printmax pop up Css -->
=======================================*/

.confirm-box {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-box {
  background: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #062e5f;
  font-weight: 500;
}

.button-box {
  margin-top: 30px;
}

.yes-button,
.no-button {
  padding: 8px 20px;
  font-size: 16px;
  margin: 0 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
  filter: hue-rotate(360deg);
}

.yes-button {
  background: #ff7a1f;
}

.no-button {
  background: #062e5f;
}

/* ============================================= */
/* Start Home Three */
/* ============================================= */

section.hero_area.style_three {
  background: url(../images/home-three/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  position: relative;
}
.hero_content.style_three {
  margin-top: 102px;
}
.hero_content.style_three h4 {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Inter";
  text-transform: capitalize;
}
.hero_content.style_three h1 {
  font-size: 64px;
  text-transform: capitalize;
}
.hero_right {
  margin-top: 80px;
}
.hero-thumbs img {
  width: 100%;
}
.banner_icon_box {
  display: flex;
  align-items: center;
  background: url(../images/home-three/banner_icon_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 30px 52px;
  margin-top: 25px;
  border-radius: 20px;
}
.banner_icon {
  width: 76px;
  height: 76px;
  border-radius: 38px;
  background-color: #ffffff;
  flex-shrink: 0;
  line-height: 76px;
  text-align: center;
  margin-right: 20px;
}
.banner_icon img {
  width: initial;
}
h3.banner_title {
  font-size: 22px;
  line-height: 28px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
}
.video-icon a {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #224634;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  margin: 0 10px 0 20px;
}
.video-icon span {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Inter";
}
.hero_container.style_two {
  left: initial;
  right: 2%;
}

/* ============================================= */
/* Start Printmax About Area Style Three */
/* ============================================= */

section.about_area.style_three {
  background: #edf5f6;
  z-index: 1;
}
section.about_area.style_three .about_counter {
  background: #224634;
}
.about_shaps.two {
  right: 5%;
  bottom: 8%;
  z-index: -1;
}
.printing_icon_box.style_three .printing_icon {
  background: #fff;
}
.about_btn.style_three a {
  background: #224634;
}
.about_btn.style_three span {
  background: #1a1a1a;
}

/* ============================================= */
/* Start Printmax Service Area Style Three */
/* ============================================= */
section.service_areas {
  padding: 105px 0 90px;
}

.service_single_item.style_two {
  padding: 40px 40px 32px;
  background: #edf5f6;
  overflow: hidden;
  margin-bottom: 30px;
}
.service_single_item.style_two:before {
  display: none;
}
.service_single_item.style_two:after {
  position: absolute;
  content: "";
  right: 0;
  top: -21%;
  height: 100%;
  width: 48%;
  background: url(../images/home-three/line-shape.png);
  background-repeat: no-repeat;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.service_single_item.style_two:hover:after {
  top: 0;
  opacity: 1;
}
.service_single_item.style_two .service_icon {
  transform: rotate(361deg);
  display: inline-block;
  transition: 0.5s;
}
.service_single_item.style_two:hover .service_icon {
  transform: rotate(0deg);
}
.service_single_item.style_two .service_content h3 {
  font-size: 24px;
  margin: 30px 0 50px;
  line-height: 34px;
  position: relative;
  z-index: 1;
}
.service_single_item.style_two .service_content h3:before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  background: #5d5f6229;
  z-index: -1;
  bottom: -22px;
}
.service_single_item.style_two .service_content h3::after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 25%;
  background: #224634;
  z-index: -1;
  bottom: -22px;
  transition: 0.5s;
}
.service_single_item.style_two:hover .service_content h3::after {
  width: 100%;
}
.style_two .service_btn a {
  padding: 0;
  background: #fff;
  color: #031812;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  line-height: 42px;
  text-align: center;
  overflow: hidden;
}
.service_single_item.style_two:hover .service_btn a {
  width: 128px;
}
.service_single_item.style_two .service_btn a:hover {
  color: #fff;
}

.service_single_item.style_two .printmax_btn a i {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0;
}
.service_single_item.style_two:hover .printmax_btn a i {
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 10px;
}
.service_single_item.lust_item .printmax_btn a i {
  margin-left: 10px;
}
.service_single_item.lust_item:hover .printmax_btn a i {
  margin-right: 0;
}
.service_single_item.lust_item {
  background: #f7f1ee;
  padding: 44px 83px 33px 40px;
}
.service_single_item.lust_item:after {
  display: none;
}
.service_single_item.lust_item .service_icon {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.service_single_item.lust_item .service_content {
  overflow: hidden;
}

.service_single_item.lust_item .service_content p {
  font-size: 18px;
  color: #1a1a1a;
}
.service_btns {
  margin-top: 101px;
}
.service_single_item.lust_item .service_btns a {
  background: #f7f1ee;
  padding: 11px 42px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.service_single_item.lust_item .service_btns a:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
}
.lust_item .printmax_btn a i {
  margin-left: 10px;
  transform: rotate(-50deg) !important;
}
.lust_item:hover .printmax_btn a i {
  margin-right: 0;
  transform: rotate(0deg);
}
.service_shape {
  position: absolute;
  bottom: -46%;
  right: -22%;
}
.video-icon.style_two {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 58px;
}
.video-icon.style_two:before {
  position: absolute;
  content: "";
  left: 0;
  top: -25%;
  height: 110px;
  width: 100%;
  background: url(../images/home-three/vedio_shape.png);
  z-index: -1;
  background-repeat: no-repeat;
}
.video-icon.style_two a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
  font-size: 35px;
  color: #224634;
}

/* ============================================= */
/* Start Printmax Portfolio Area */
/* ============================================= */

section.portfolio_area {
  padding: 105px 0 186px;
}
.section_right_btn {
  text-align: right;
}
.section_right_btn a {
  background: #edf5f6;
  color: #1a1a1a;
  padding: 14px 40px;
  border-radius: 28px;
}
.port_container {
  padding: 0 72px 0;
}
.portfolio_single_item {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.portfolio_thumb img {
  transition: 0.5s;
}
.portfolio_single_item:hover .portfolio_thumb img {
  transform: scale(1.1);
}
.portfolio_content {
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-top: 0;
  position: relative;
  padding: 23px 40px 30px;
}
.portfolio_content h3 {
  margin: 0;
}
.portfolio_content h3 a {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  display: inline-block;
}
.portfoli_btn a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfoli_btn a:hover {
  color: #fff;
}
.portfoli_btn a:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #224634;
  z-index: -1;
  transition: 0.5s;
  border-radius: 50%;
}
.portfoli_btn a:hover:before {
  width: 100%;
  left: 0;
}
.portfoli_btn {
  position: absolute;
  right: 40px;
  bottom: 24%;
}
.portfolio_list .owl-dots {
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: -14%;
}
.portfolio_list .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(243, 51, 80, 0);
  border: 1px solid rgba(3, 24, 18, 0.3);
  margin-right: 10px;
  display: inline-block;
}
.portfolio_list .owl-dot.active {
  background: #224634;
  border: 1px solid #224634;
}

/* ============================================= */
/* Start Printmax Resouce Area */
/* ============================================= */

section.resouce_area {
  background: #edf5f6;
  padding: 120px 0 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.resource_right {
  position: relative;
  z-index: 1;
  left: -76px;
}
.resource_shape {
  position: absolute;
  top: -1%;
  left: -10%;
  z-index: -1;
}
.resource_shape2 {
  position: absolute;
  top: 3%;
  left: 0;
}
.resource_thumb {
  position: relative;
  z-index: 1;
}
.resource_img {
  margin-left: -30px;
  margin-top: 30px;
}
.resouce_btn a {
  padding: 14px 46px;
  border-radius: 28px;
  margin-top: 10px;
}
.resouce_warpper_shape {
  position: absolute;
  right: 0%;
  top: -27%;
  z-index: -1;
}
.resouce_warpper_shapes {
  position: absolute;
  bottom: 27%;
  right: 18%;
  z-index: -1;
}

/* ============================================= */
/* Start Printmax Testimonial Area Style Two */
/* ============================================= */

section.testimonial_area.style_two {
  padding: 105px 0 115px;
  overflow: hidden;
}
/* === testimonial item style two === */
.testi_warpper_left {
  margin-top: -67px;
}
.testimonial_item.style_two {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px 20px 20px;
  margin-left: 115px;
  position: relative;
}
.testi_sps {
  position: absolute;
  bottom: 13%;
  right: 9%;
}
.testimonial_item.style_two .testi-author-thumb {
  flex-shrink: 0;
}
.testimonial_item.style_two .testimonal-content {
  padding: 0 0 0 40px;
}
.testimonial_item.style_two .testimonal-content p {
  font-size: 18px;
  line-height: 28px;
  color: #5d5f62;
}
.testimonial_item.style_two .tesit-auothor .bio h4.name {
  margin: 0;
  font-size: 22px;
  color: #031812;
  font-weight: 600;
}
.testimonial_item.style_two .tesit-auothor .bio h5.designation {
  font-size: 17px;
  color: #5d5f62;
  font-weight: 400;
  font-family: "Cabin";
}
.testimonial_item.style_two .testi-star i {
  font-size: 15px;
  color: #ffb608;
  margin: 7px 4px 0 0;
}
.testimonial_item.style_two .tesit-auothor {
  margin-top: 25px;
  text-align: left;
}
.testimonial_item.style_two .testi_icon {
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}
.testi_shapes {
  position: absolute;
  right: 0%;
  top: -36%;
}

.testi_list2 .owl-nav {
  position: absolute;
  bottom: 0%;
  left: -52%;
  display: flex;
}
.testi_list2 .owl-prev i {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  border: aliceblue;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.testi_list2 .owl-next i {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  border: aliceblue;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.testi_list2 .owl-prev i:hover,
.owl-next i:hover {
  background: #224634;
}

/* ============================================= */
/* Start Printmax Galary */
/* ============================================= */

.galary_img {
  position: relative;
  z-index: 1;
}

.galary_img img {
  width: 100%;
}
.galary_social {
  position: absolute;
  top: 69%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.galary_img:hover .galary_social {
  top: 50%;
  opacity: 1;
}
.galary_social a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 80px;
  color: #224634;
}
section.blog_area.style_three {
  padding: 105px 0 65px;
}

.breadcumb-area {
  padding: 60px 0 90px;
  position: relative;
  background: url(../images/inner-img/breatcome-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcumb-content {
  text-align: center;
}
.breadcumb-title h4 {
  padding-bottom: 20px;
  font-size: 48px;
  color: #1a1a1a;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.breadcumb-content ul li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  margin-right: 6px;
}

.breadcumb-content ul li a {
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
}
.breadcumb-content ul li a:hover {
  color: #224634;
}
.breadcumb-content ul li a:hover i {
  color: #224634;
}
.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  right: 8px;
  top: 3px;
  background: #1a1a1a;
  width: 2px;
  height: 12px;
  transition: 0.5s;
  transform: rotate(17deg);
}

/*======= Shop Section ========= */

.shops-section {
  padding: 115px 0 60px;
}

.shops-section {
  padding: 115px 0 60px;
}

.single-products-box2 {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}

.single-products-box2 .products-thumb img {
  width: inherit;
  transition: 0.5s;
  border-radius: 4px;
  margin-right: 30px;
}

.single-products-box2 .product-content2 {
  text-align: left;
}

.single-products-box2 .product-title h2 {
  font-size: 24px;
  line-height: 15px;
}

.single-products-box2 .product-price p {
  margin-bottom: 5px;
}

p.description {
  padding: 12px 0 4px;
}

.product-thumb-icon2 a {
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  background-color: #1a1a1a;
  color: #ffff;
  transition: 0.5s;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.product-thumb-icon2 a:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #224634;
  transform: scale(0);
  transition: 0.5s;
}

.product-thumb-icon2 a:hover:after {
  transform: scale(1);
}

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}
.cart_sidebar {
  top: 0;
  width: 400px;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.cart_sidebar.active {
  right: 0px;
}
.cart_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}
.cart_sidebar .close_btn:hover {
  color: #224634;
}
.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}
.cart_sidebar .heading_title span {
  color: #224634;
}
.cart_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #131313;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}
.cart_sidebar .total_price span:last-child {
  color: #224634;
}
.cart_sidebar .btns_group {
  margin: -5px;
}
.cart_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}
.cart_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}

.shop-section {
  padding: 100px 0 100px;
}

/* Shop Form*/

.form_box {
  padding: 11px 0 0;
}

p.form-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-right: 12px;
}

.form_box select {
  width: 30%;
  height: 38px;
  padding-left: 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #1a1a1a;
  border: 1px solid rgba(6, 36, 98, 0.4);
  transition: 0.5s;
}

.upper.widget_search {
  margin-bottom: 40px;
  background: inherit;
  text-align: right;
}

.widget_search form {
  position: relative;
}

.upper.widget_search input {
  height: 60px;
  width: 100%;
  color: #1a1a1a;
  background: #22463499;
  border: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0 20px 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #224634;
  border-radius: 0 4px 4px 0;
}

/*Shop Left*/

.categories-title h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
  padding: 0px 0 25px;
  margin: 0 0 30px;
  position: relative;
  color: #1d263a;
  padding-left: 20px;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 29px;
  width: 3px;
  background: #224634;
}

.widget-check-box {
  padding: 40px 35px 18px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  background-color: rgba(7, 72, 131, 0);
}

.widget-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Inter";
  user-select: none;
  color: #1a1a1a;
}

.widget-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.widget-check span {
  display: inline;
  float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.widget-check input:checked ~ .checkmark {
  background-color: #224634;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.widget-check input:checked ~ .checkmark:after {
  display: block;
}

.widget-check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
}

/*Price Range
===========================*/

.range-wrapper-box {
  padding: 40px 35px 40px;
  background: #fff;
  box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.slider-labels {
  margin-top: 35px;
}

.text-right.caption {
  display: inline-block;
}

.caption {
  display: inline-block;
}

.caption strong {
  width: 74px;
  height: 34px;
  line-height: 35px;
  background: #224634;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "Inter";
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}

span#slider-range-value1,
span#slider-range-value2 {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #1a1a1a;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -7px;
  top: -6px;
  background-color: #224634;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #224634;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid rgba(237, 28, 37, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product
======================*/

.product-categories-box {
  padding: 30px 30px 20px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

.products-collection {
  margin-bottom: 20px;
}

.product-thumb {
  float: left;
  padding-right: 17px;
}

.products-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.product-price span {
  font-size: 15px;
  font-weight: 400;
  color: #224634;
}

.product-icon-list ul {
  line-height: 20px;
}

.product-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #224634;
  letter-spacing: 4px;
  font-size: 14px;
}

/*Shop Right
======================*/

.row.products {
  padding-left: 80px;
}

.single-products-box {
  text-align: center;
  margin-bottom: 30px;
}

.products-thumb {
  position: relative;
  z-index: 1;
}

.products-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #78a97e47;
  opacity: 0.8;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.products-thumb img {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.product-sale {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-sale span {
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 24px;
  background: #224634;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.product-thumb-icon a {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0d0e14;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  bottom: 40%;
  z-index: 1;
  overflow: hidden;
}

.product-thumb-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 50%;
  background: #224634;
  transition: 0.6s;
}

.product-thumb-icon a:nth-child(1) {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
  position: absolute;
  right: 0;
  opacity: 0;
}

.product-content {
  padding: 23px 0 6px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

ul.product-rating li {
  list-style: none;
  display: inline-block;
  color: #224634;
  letter-spacing: 0.3em;
  font-size: 14px;
}

.product-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 17px;
}

.product-price p {
  font-size: 15px;
  font-family: "Inter";
  padding: 14px 0 0px;
  color: #224634;
}

.product-price p span {
  color: #616161;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-thumb-icon a:hover {
  color: #fff;
}

.product-thumb-icon a:hover:before {
  left: 0;
  width: 100%;
}

.single-products-box:hover .products-thumb:before {
  height: 100%;
  top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
  opacity: 1;
  left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
  opacity: 1;
  right: 92px;
}

/*pagination
==================*/

.pagination-menu {
  padding-top: 30px;
}

.pagination-menu ul {
  display: inline-block;
}

.pagination-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}

.pagination-menu ul li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-block;
  color: #1a1a1a;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.pagination-menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #224634;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.pagination-menu ul li a:hover:before {
  transform: scale(1);
}

.pagination-menu ul li a:hover {
  color: #fff;
}

/*================================
 <--Start Gardenic  Cart Section  Css-->
=================================*/
.cart-section {
  padding: 100px 0 100px;
}

.cart-empty p {
  padding: 18px 25px;
  position: relative;
  background-color: #fbfaf6;
  border-bottom: 2px solid #224634;
  display: inline-block;
  width: 100%;
  color: #224634;
}

.cart-empty p i {
  color: #224634;
  padding-right: 10px;
}

.Advisor-button a {
  font-size: 15px;
  padding: 15px 30px;
  background: #0a480f;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.Advisor-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #224634;
  transform: scale(0);
  transition: 0.5s;
}

.Advisor-button a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  padding-left: 3px;
  color: #224634;
  transition: 0.5s;
}

.Advisor-button a:hover::before {
  transform: scale(1);
}

.Advisor-button a:hover i {
  color: #fff;
}

/*
<!-- ============================================================== -->
<!--  Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
  padding: 120px 0 90px;
}
.style-three.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  border: 1px solid rgba(6, 36, 98, 0.1);
  padding: 15px 44px 15px;
  border-radius: 10px;
  margin-right: 15px;
}
.style-three .tabs li a {
  background: inherit;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}

.style-three .tabs li.current:before {
  background: transparent;
}

.style-three li.current a {
  border: 1px solid #224634;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
  padding-left: 30px;
}

.category-title h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 0 23px;
}

.category-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #224634;
  letter-spacing: 0.4em;
  font-size: 16px;
}

li.category-text {
  letter-spacing: 0 !important;
  color: #67686c !important;
  padding-left: 6px;
}

.category-price h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #224634;
  padding: 6px 0 19px;
}

.category-price span {
  color: #616161;
  padding-left: 14px;
  text-decoration: line-through;
}

.category-color p {
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 0 6px;
}

.category-color span {
  color: #67686c;
  padding-left: 20px;
  position: relative;
}

.category-color span:before {
  position: absolute;
  content: ":";
  left: 4px;
  top: -3px;
}

/* --- Quantity button
================================*/

.category-count-button {
  display: inline-flex;
  padding: 8px 0 30px;
}

.quantity-with_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 170px;
  text-align: left;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 38px;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: 0.5s;
  background: #224634;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 0;
  height: 54px;
  text-align: center;
  width: 170px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #fff !important;
  background: linear-gradient(90deg, #224634 50%, transparent 0) repeat-x,
    linear-gradient(90deg, #224634 50%, transparent 0) repeat-x,
    linear-gradient(0deg, #224634 50%, transparent 0) repeat-y,
    linear-gradient(0deg, #224634 50%, transparent 0) repeat-y;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
  animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  height: 100%;
  border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
  display: inline-block;
  padding-left: 20px;
}

.category-button a {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
  background: #224634;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.category-button a:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #1a1a1a;
  border-radius: 4px;
  transition: 0.5s;
}

.category-button a i {
  padding-left: 10px;
  font-size: 16px;
}

.category-button a:hover:before {
  left: 0;
  width: 100%;
}
/*Tab Items
=======================*/

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  padding: 50px 0 50px 60px;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  width: 100%;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.tabs li a {
  display: inline-block;
  outline: none;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  margin-right: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Nunito";
  border: 1px dashed #224634;
  color: #1b1b1b;
}
.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item img {
  width: 100%;
}
.tabs_item:first-child {
  display: block;
}
.tab-thumb {
  right: -80px;
  position: relative;
}
li.current a {
  background: #224634;
  color: #fff;
}
li.current a span {
  color: #fff;
}
.tabs_item .Gardenic-section-title p {
  padding: 17px 0 5px;
}

.tabs_item .Gardenic-section-title h4 {
  margin-top: 0;
}

.tabs_item .Gardenic-button a {
  margin-top: 30px;
}

.tab-thumb:hover:before {
  transform: scale(1);
}

/* table
================*/

table.category-table {
  padding: 2px 0 0;
  display: inline-block;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
}

table.category-table tr td {
  padding-right: 25px;
  padding-bottom: 12px;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #0d0e14;
  font-weight: 500;
}

table.category-table td.table-text {
  color: #616161;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
}

table.category-table td.table-text:before {
  position: absolute;
  content: ":";
  left: -15px;
  top: 0;
  font-size: 20px;
  color: #0d0e14;
}

/*shop tab style
=====================*/

.appoinment-tab .tabs li a {
  font-size: 22px;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 9px 29px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}
.appoinment-tab li.current a {
  background: #224634;
  color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
  background: #fff;
  height: 66px;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  padding: 20px 0 0 30px;
}

tr.tabs-bg {
  background: #f5f5f5 !important;
}

table.tab-items-table tr td {
  padding-right: 100px;
}

table.tab-items-table td.table-title {
  font-size: 16px;
  color: #131313;
  font-weight: 500;
}

table.tab-items-table td.table-text {
  font-weight: 400;
}

table.tab-items-table td.table-text i {
  color: #224634 !important;
  margin-left: 10px !important;
}

/*post comment box
===================*/

.post-comment-thumb {
  float: left;
  margin-right: 20px;
}

.post-content {
  overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
  list-style: none;
  display: inline-block;
  color: #224634;
  letter-spacing: 0.2em;
  font-size: 14px;
}

/*post title*/

h4.post-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  padding: 2px 0 9px;
}

h4.post-title span {
  padding-left: 31px;
  font-size: 15px;
  color: #616161;
  font-weight: 400;
  position: relative;
}

.post-title span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #0d0e14;
}

/*right reply*/

span.rights-reply {
  font-weight: 500;
  cursor: pointer;
}

.posts-reply span i {
  display: inline-block;
  margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
  padding: 35px 0 0;
}

.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
  font-size: 15px;
  margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
  display: inline-block;
}

.sidebar-rating-list ul {
  display: inline-block;
  padding-left: 15px;
}

.sidebar-rating-list ul li {
  list-style: none;
  display: inline-block;
  color: #224634;
  letter-spacing: 0.4em;
  font-size: 15px;
}

/*from box*/

.contact-form-box2 {
  padding: 25px 0 0;
}

p.form_text {
  color: #000;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

h6.form-title {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 13px;
  margin: 0;
}

.contact-form-box2 .form-box input {
  height: 54px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 0px 25px;
  display: block;
  width: 100%;
  color: #616161;
  margin-bottom: 30px;
  border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
  color: #616161;
  opacity: 0.6;
}

.contact-form-box2 .form-box textarea {
  height: 155px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 15px 25px;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
  color: #616161;
  opacity: 0.6;
}

.product-item-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  padding: 20px 0 30px;
}

/*contact form button*/

.style-Two.contact-form button {
  padding: 11px 53px;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  background: #224634;
  transition: 0.5s;
  font-weight: 500;
}

.style-Two.contact-form button i {
  padding-left: 6px;
  position: relative;
  top: 2px;
}

.style-Two.contact-form button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0, 1);
  opacity: 0;
}

.style-Two.contact-form button:hover:before {
  transform: scale(1);
  opacity: 1;
}

.style-Two.contact-form button:hover {
  color: #1a1a1a;
}

/*--==============================================->
  <!--Start Service Details css-->
 ==================================================-*/
section.service_details {
  background: #edf5f6;
  padding: 120px 0 92px;
}
.service_details_img img {
  border-radius: 30px;
  margin-bottom: 50px;
  width: 100%;
}
.service_details_content {
  padding: 0 63px 0 0;
}
.service_details_content h2 {
  font-size: 42px;
  color: #063232;
  font-weight: 600;
}
p.details_decs1 {
  margin: 18px 23px 25px 0;
}
p.details_decs2 {
  margin: 0 17px 25px 0;
}
.service_details_item {
  padding: 30px 25px 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.service_detls_icon {
  float: left;
  margin-right: 20px;
}
.service_dtls_content h3 {
  font-size: 20px;
  color: #002c2a;
  font-weight: 500;
  margin-bottom: 15px;
}
/* sidebar box */
.sidebar_box {
  background: #fff;
  padding: 45px 50px 50px;
  border-radius: 20px;
}
h2.sidebar_title {
  font-size: 26px;
  color: #063232;
  font-weight: 500;
  margin-bottom: 12px;
}
.sidebar_box p {
  margin-bottom: 12px;
}
.sidebar-list ul li {
  font-size: 16px;
  line-height: 38px;
  color: #063232;
  font-weight: 400;
}
.sidebar-list ul li i {
  color: #0c6e6d;
  font-size: 15px;
  margin-right: 15px;
}
.consalt_btn.sidebar_style {
  text-align: left;
}

/* =================================
   Start Inner Page Faq Area
==================================== */
section.faq_area {
  background: #fff;
  padding: 105px 0 100px;
}

.tab_container {
  margin: 0 219px 0;
}
/*accordion*/
.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
}
.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  background: #f4f8f9;
  border: 0;
  padding: 25px 40px 25px;
  border-radius: 5px;
  z-index: 1;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  color: #1a1a1a !important;
}
.accordion li a:before {
  position: absolute;
  content: "";
  left: 4%;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: rgba(12, 110, 109, 0.10196078431372549);
  transition: 0.5s;
}
.accordion li a.active:before {
  width: 91%;
}
.accordion li p {
  display: none;
  font-size: 16px;
  color: #6b7a7a;
  padding: 24px 42px 33px 40px;
  margin: 0;
  filter: drop-shadow(0px 10px 40px rgba(12, 110, 109, 0.1)) !important;
  background: #fff;
}
a.active {
  color: #063232 !important;
  background: #fff !important;
  filter: drop-shadow(0px 10px 100px rgba(12, 110, 109, 0.1)) !important;
}
.accordion li a span {
  position: relative;
  z-index: 1;
}
.accordion li a i {
  font-size: 15px;
  color: #063232;
  transform: rotate(0deg);
}
.accordion li a.active i {
  transform: rotate(90deg);
}
.accordion li.ctive {
  background: #0c6e6d !important;
}

/* ==== Start Porfolio  Details Csss ====*/

section.portfolio_details {
  padding: 120px 0 120px;
}

.port_dtls_thumb img {
  width: 100%;
}
.porfolio_dtls_container {
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 65px 50px 50px;
  width: 100%;
}
.portfolio_info {
  padding-left: 50px;
}
.portfolio_info h2 {
  font-size: 25px;
  padding-bottom: 17px;
}
.portfolio-details-box li strong {
  margin-right: 5px;
}
.pr-title {
  padding: 24px 0 18px;
}
.port_dtl_social span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.port_dtl_social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #224634;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-right: 2px;
  line-height: 35px;
  margin-left: 10px;
}
.port_dtl_social a:hover {
  color: #1e1e1e;
}
.portfolio_details .col-md-6 {
  float: left;
}
.portfolio_info ul {
  list-style: none;
}
.portfolio_info h3 {
  margin: 0 0 21px;
}
.portfolio_info ul li {
  padding: 12px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid#F9F4EE;
}

.port_dtl_social {
  margin-top: 20px;
}
.pr-title h2 {
  font-size: 25px;
}

/* === Start Team Area ==== */

section.team_area {
  padding: 105px 0 90px;
}
.team_single_box {
  text-align: center;
  background: #edf5f6;
  padding: 50px 0 50px;
  border-radius: 20px 100px 20px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team_single_box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #f7f1ee;
  width: 100%;
  height: 0;
  transition: 0.5s;
  border-radius: 20px 100px 20px 20px;
  z-index: -1;
}
.team_single_box:hover:before {
  height: 100%;
}
.team_conent h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
}
.team_social {
  display: inline-block;
  padding: 9px 28px;
  background: #224634;
  border-radius: 5px;
  margin-top: 9px;
}
.team_social a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin: 0 6px;
}
.team_social a:hover {
  color: #0a480f;
}

/*================================
 <--Gardenic   Blgo Details  Area Css-->
==================================*/
.blog-detials-area {
  padding: 120px 0 120px;
}

.blog-grid-area {
  padding: 120px 0 90px;
}

.blog-details-main {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
  background: #224634;
  padding: 16px 30px;
}

.blog-details-meta span {
  margin-right: 30px;
  color: #fff;
}

.blog-details-meta span i {
  color: #fff;
  padding-right: 5px;
}

.blog-details-content {
  padding: 20px 0 18px;
}

.blog-details-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-des {
  padding: 30px 0 10px;
}
.blog-details-blockquote {
  background: #edf5f6;
  padding: 40px 38px 26px;
  position: relative;
  margin-bottom: 10px;
}
.blog-details-blockquote blockquote {
  font-size: 18px;
}
.blog-details-video-thumb {
  margin-top: 30px;
  position: relative;
}

.blog-details-video-thumb img {
  width: 100%;
}

.blog-details-video-thumb-inner img {
  width: 100%;
}

.blog-details-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-details-content-list p i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 31px;
  border-radius: 100%;
  margin-right: 15px;
  color: #224634;
}

.blog-detials-area .blog-content {
  padding: 20px 30px 38px;
}

.blog-details-button a {
  display: inline-block;
  border: 2px solid #224634;
  padding: 3px 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.blog-details-button a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -1px;
  height: 104%;
  width: 104%;
  background: #224634;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.blog-details-button a.active {
  background: transparent;
  transition: 0.5s;
  margin-left: 10px;
  color: #224634;
}
.blog-details-button a.active:before {
  background: transparent;
}

.blog-details-button a.active:hover:before {
  background: #224634;
}

.blog-details-button a.active:hover {
  color: #fff;
  border-color: #224634;
}

.blog-details-social {
  text-align: right;
}

.blog-details-social a {
  display: inline-block;
  border: 2px solid #224634;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: 0.5s;
  margin-left: 5px;
  color: #224634;
}

.blog-details-social a:hover {
  background: #224634;
  border-color: #224634;
  color: #fff;
}

/* Blog Details Author */

.blog-details-author {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 32px;
}

.blog-details-author-inner {
  background: #224634;
  padding: 30px 30px 19px;
}

.blog-details-author-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-author-content h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #ffff;
}
.blog-details-author-content p {
  color: #ffffffbd;
}

/* Comment CSS */

.blog-details-comment {
  margin-bottom: 10px;
  position: relative;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  font-size: 18px;
  margin-top: 0;
}

.blog-details-comment-content span {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.blog-details-comment-reply {
  position: absolute;
  right: 25px;
}

.blog-details-comment-reply a {
  background: #224634;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Blog Details Contact */

.blog-details-contact {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin: 12px 10px 10px;
  padding-top: 8px;
}
/*input-box*/
.input-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #0202021a;
  margin-bottom: 30px;
  padding: 0 20px;
  outline: 0;
  border-radius: 3px;
}

.input-box textarea {
  width: 100%;
  height: 207px;
  outline: 0;
  border: 1px solid #0202021a;
  padding: 22px 20px 0;
  border-radius: 3px;
}

/*input button*/
.input-button {
  margin-top: 27px;
}
.input-button button {
  display: inline-block;
  padding: 13px 39px;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  background: #224634;
  border: 1px solid #224634;
  transition: 0.5s;
}
.input-button button:hover {
  border: 1px solid #224634;
  color: #224634;
  background: none;
}
.input-button button i {
  margin-left: 10px;
}

.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
  background: #edf5f6;
  border: 1px solid #e2e5e7;
}
.widget_search form {
  position: relative;
}
.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #fff;
  border: 0;
  outline: 0;
  background: rgb(32 88 38 / 50%);
}
.widget_search input::placeholder {
  color: #fff;
}
button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #224634;
  border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
  padding: 42px 40px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
  border: 1px solid #e2e5e7;
  background: #edf5f6;
}

/*categories menu*/

.widget-categories-menu ul {
  display: block;
}
.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: transparent;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #eaeaea;
  position: relative;
  z-index: 1;
}
.widget-categories-menu ul li:hover {
  border: 2px solid #224634;
}
.widget-categories-menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #224634;
  transition: 0.5s;
  z-index: -1;
}
.widget-categories-menu ul li:hover:before {
  width: 100%;
}
.widget-categories-menu ul li a {
  display: block;
  color: #224634;
  transition: 0.5s;
}
.widget-categories-menu ul li a span {
  display: inline-block;
  float: right;
  background: #224634;
  height: 22px;
  width: 22px;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  color: #fff;
  line-height: 22px;
  transition: 0.5s;
}
.widget-categories-menu ul li:hover a span {
  background: #fff;
  color: #0e1317;
}
.widget-categories-menu ul li:hover a {
  color: #fff;
}
.pdf-button a {
  display: block;
  background: #224634;
  padding: 15px 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.pdf-button a i {
  float: right;
  font-size: 20px;
  margin-top: 2px;
}
/* Sidber Recent Post */

.sidber-widget-recent-post {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 22px;
}
.recent-widget-content a {
  color: #1b1b1b !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 26px;
  transition: 0.5s;
  margin-bottom: 7px;
}
.recent-widget-thumb {
  float: left;
  margin-right: 25px;
}
.sidber-widget-recent-post .recent-widget-content a {
  color: #224634;
  font-size: 18px;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
  list-style: none;
  margin-bottom: 6px;
}
.widget-achivement ul li a i {
  font-size: 17px;
  margin-right: 3px;
}
.widget-achivement ul li a {
  font-weight: 600;
  transition: 0.5s;
  color: #1b1b1b;
}
.widget-achivement ul li a span {
  float: right;
}
.widget-achivement ul li a:hover {
  color: #224634;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
  overflow: hidden;
}
.widget-gallery-thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
  display: inline-block;
  border: 2px solid #eaeaea;
  padding: 3px 20px;
  margin: 4px 3px;
  border-radius: 2px;
  color: #1b1b1b;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.widget-tags a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  background: #224634;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}
.widget-tags a:hover {
  color: #fff;
  border-color: #224634;
}
.widget-tags a:hover:before {
  width: 102%;
}

/* =================================
   Start Printmax Page Conatct Area
==================================== */
section.contact_area.inner_section {
  padding: 118px 0 120px;
}
.cotact_info_item {
  text-align: center;
  background-color: #ffffff;
  padding: 51px 80px 21px;
  border-radius: 5px;
  transition: 0.5s;
  border: 2px solid#F7F3ED;
  margin-bottom: 30px;
}
.cotact_info_item:hover {
  filter: drop-shadow(0px 10px 27px rgba(177, 177, 177, 0.3));
  border-color: #fff;
}
.icontact_warpper_icon i {
  display: inline-block;
  font-size: 45px;
  color: #224634;
}
.contact_warpper_content h3 {
  font-size: 22px;
  margin: 24px 0 10px;
}
.contact_warpper {
  background: #edf5f6;
  padding: 60px 60px 60px;
}
.form-box input {
  border-radius: 0;
  transition: 0.5s;
  background: transparent !important;
  border: 1px solid #acacac4f;
  color: #1e1e1e;
  outline: 0;
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 21px;
}
.form-box.message textarea {
  color: #232323;
  transition: 0.5s;
  background: transparent !important;
  border: 1px solid #acacac4f;
  outline: 0;
  width: 100%;
  height: 120px;
  position: relative;
  padding: 9px 19px;
  border-radius: 0;
}
.contact-form button {
  display: block;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cabin";
  width: 100%;
  border: transparent;
  padding: 16px 0;
  margin-top: 13px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #224634;
}
.contact-form button:hover {
  background-color: #000;
}

/*<!-- ============================================================== -->
 <!-- Start Printmax Cart Area -->
<!-- ============================================================== -->*/

.cart-section {
  padding: 112px 0 90px;
  background-color: #fff;
}
img.cart-thumb {
  border-radius: 10px;
  margin: 10px 0 10px;
}
h2.cart-title.mb-4 {
  font-size: 40px;
  font-weight: 600;
}
button.remove-btn:hover i {
  color: #224634;
}

/* Cart Product Mobile */
.cart-product-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-product-mobile-thumb {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 135px;
  flex: 1 0 135px;
  max-width: 135px;
  border: 1px solid #e5e5e5;
}
.col-auto button {
  outline: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  background: #224634;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 11px 33px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  transition: 0.5s;
}
.col-auto button:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Cart Totals */
.cart-totals {
  max-width: 800px;
  padding: 33px;
  background-color: #f8f9fa;
  margin: 30px auto;
  border-radius: 20px;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: #f8f9fa;
  border-bottom-width: var(--bs-border-width);
}
.cart-totals .title {
  margin-bottom: 15px;
}
.cart-totals .table {
  margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
  padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
  padding-right: 0;
}
button.show-alert {
  outline: 0;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  background: #224634 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 11px 33px;
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
}
button.show-alert.btn:hover {
  background: #1a1a1a !important;
  color: #fff;
}

/* Start Printmax Shp-product Checuot Css */

.shop-product-section {
  padding: 100px 0 90px;
}
h4.check_title {
  font-size: 30px;
  font-weight: 600;
}
input.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  outline: 0;
}
label.lebel_name {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
label.form-check-label {
  color: #000000d6;
}
/* check box */
.checkout-box {
  background: #f8f9fa;
  padding: 25px 40px 22px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.form-check-input:checked {
  background-color: #224634;
  border-color: #224634;
}
h4.check_title.two {
  margin-bottom: 25px;
}
button.btn.two {
  outline: 0;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  background: #224634 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 11px 33px;
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
  margin-bottom: 20px;
}
button.btn.two:hover {
  color: #fff;
  background: #000 !important;
}

/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotates {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 0.5s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}
.nav-btn.navSidebar-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: left;
  margin-top: 20px;
}
.nav-btn.navSidebar-button span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #224634;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #1a1a1a;
}
.nav-btn.navSidebar-button a i {
  font-size: 17px;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 5px;
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 40px 32px;
}
.close-side-widget i {
  color: #006666;
  font-size: 28px;
  display: block;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.xs-bg-black {
  background-color: #006666;
}
.xs-sidebar-widget.style_two {
  background: #fff;
  left: 0;
}
/*html css*/
.nav-btn.navSidebar-button a {
  color: #1a1a1a;
}
.sidebar-info-contents .widget-search {
  padding: 0 0 15px;
}
.sidebar-info-contents .widget {
  display: block;
}
.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 8px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-style: italic;
}
.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}
.widget form {
  position: relative;
}
.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #fff;
  border: 1px solid #e9e9e9;
}
button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #224634;
  border-radius: 0 4px 4px 0;
}
ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
}
ul.list-style-one li span {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  float: right;
  display: inline-block;
  padding: 0 5px;
}
ul.list-style-one li a {
  transition: 0.5s;
  color: #1a1a1a;
}
ul.list-style-one li a i {
  background: #224634;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  margin-right: 5px;
}
a.white-bg i {
  background: #e9e9e9 !important;
}
a.yellow-bg i {
  background: #eeee22 !important;
}
a.green-bg i {
  background: #9bc45c !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
  padding: 12px 0 0;
}
.sidebar-tag-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  color: #1a1a1a;
  padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
  padding: 20px 0 0;
}
ul.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
}
ul.social-icon li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #1a1a1a;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}
ul.social-icon li a:hover {
  background: #224634;
  color: #fff;
}
ul.list-style-one li a:hover span {
  background: #224634;
  border-radius: 30px;
  color: #fff;
}
ul.list-style-one li a:hover {
  color: #224634;
}

/*Tab style
======================*/

.shops-section .tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: right;
  padding: 5px 0 0;
}
.shops-section .tabs {
  display: inline;
}
.shops-section .tabs li.current:before {
  position: inherit;
}

.shops-section .tabs li a {
  font-size: 35px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: #0b3510 !important;
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
  padding: 0;
}

.shops-section li.current a {
  color: #fff !important;
  background: #224634 !important;
}

/*widget
==============*/

.widget {
  display: inline-block;
}

.widget select {
  padding: 15px 13px;
  width: 85%;
  display: inline-block;
  position: relative;
  top: -6px;
  color: #6a6e49;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}
.content-thumb-box {
  margin-bottom: 20px;
}
.content-thumb-box img {
  width: 100%;
  border-radius: 10px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #006666;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li i {
  margin-right: 10px;
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #006666;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #006666;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #006666;
  color: #fff;
}

/***
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #006666;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #1a1a1a;
  border-left: 3px solid #1a1a1a;
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;

  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #006666;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}

.search-box-btn i {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9e9fa1;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9e9fa1;
}

.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #006666;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

/*===========================
<-- Loader Css -->
=============================*/
/* PRELOADER CSS */
.loading-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #224634;
  z-index: 1000;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #f4f1ee;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .animation-preloader {
  z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid #e2dfdd;
  border-top-color: #1a1a1a;
  width: 150px;
  height: 150px;
  margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
  font: bold 5em "", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  color: #e2dfdd;
  position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #010103;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "Inter", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "Inter", sans-serif;
  }
}

/* taps */
.product-thumb2 {
  padding: 15px 6px 0;
}

.product-thumb2 .item img {
  height: 100px;
  width: 150px;
}

/*Owl Carousel*/

.product-thumb2 .owl-nav {
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.product-thumb2 .owl-prev,
.product-thumb2 .owl-next {
  border: 1px solid #fff;
}

.product-thumb2 .owl-prev i,
.product-thumb2 .owl-next i {
  color: #fff;
}

.product-thumb2 .owl-prev {
  margin-left: 10px;
  position: absolute;
  left: 15px;
  top: -94px;
}

.product-thumb2 .owl-next {
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: -94px;
}

/*owl carousel*/

.product-thumb2 .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.product-thumb2 .owl-prev,
.product-thumb2 .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  border: 1px solid #224634;
  transition: 0.5s;
}

.product-thumb2 .owl-prev i,
.product-thumb2 .owl-next i {
  color: #224634;
  font-size: 15px;
  transition: 0.5s;
}

.product-thumb2 .owl-next {
  margin-left: 10px;
}

.product-thumb2 .owl-prev:hover i,
.product-thumb2 .owl-next:hover i {
  color: #fff;
}

/* Shop Sidebar Styles */
.shop-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sidebar-search-box .input-group {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-search-box .form-control {
    border: none;
    padding: 12px 15px;
    font-size: 14px;
}

.sidebar-search-box .btn {
    padding: 12px 20px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.sidebar-search-box .btn:hover {
    background: var(--secondary-color);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.category-list {
    margin: 0;
    padding: 0;
}

.category-item {
    margin-bottom: 10px;
}

.category-link {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    background: transparent;
}

.category-link:hover {
    background: rgba(0, 95, 60, 0.1);
    color: #005f3c;
}

.category-link.active {
    background: var(--primary-color);
    color: #fff;
}

.category-link i {
    font-size: 16px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.category-link:hover i {
    color: #005f3c;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .shop-sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shop-sidebar {
        padding: 15px;
    }
    
    .sidebar-title {
        font-size: 16px;
    }
    
    .category-link {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Product Hover Buttons Fix */
.product-thumb-icon {
    display: flex;
    gap: 96px;
    justify-content: center;
}

.product-thumb-icon a {
    margin: 0 48px;
}



/* Cart Button Fix */
.cart_btn.headers-button {
    position: relative;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Shop Search Bar Styles */
.sidebar-search-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.sidebar-search-box .search-form {
    margin: 0;
}

.sidebar-search-box .input-group {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.sidebar-search-box .input-group:focus-within {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.15);
}

.sidebar-search-box .form-control {
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
    color: #495057;
}

.sidebar-search-box .form-control:focus {
    box-shadow: none;
    outline: none;
}

.sidebar-search-box .btn {
    padding: 12px 15px;
    background: #28a745;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.sidebar-search-box .btn:hover {
    background: #218838;
}

.sidebar-search-box .btn i {
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sidebar-search-box {
        margin-bottom: 20px;
    }
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #1a5d1a !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #0d3d0d !important;
}

/* Language Toggle Styles */
[data-translate] {
    transition: opacity 0.2s ease-in-out;
}

.language-toggle {
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-toggle:hover {
    opacity: 0.8;
}

/* Language Toggle Button Styles */
.language-toggle {
    background: #1a5d1a;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    min-width: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.language-toggle:hover {
    background: #0d3d0d;
    color: white;
}

/* Subcategories Box Styles */
.subcategories-box {
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subcategories-box .category-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.subcategories-box .category-link:hover i {
    transform: translateX(3px);
}

.subcategories-box .category-link.active i {
    transform: translateX(3px);
}

/* Ensure proper spacing between category boxes */
.sidebar-categories + .sidebar-categories {
    margin-top: 20px;
}

.feature_item.style_three .feature_img {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
.feature_item.style_three .feature_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Style for the sort select box */
#sort {
  width: 100%;                /* Makes it fill the parent container */
  min-width: 200px;           /* Ensures a reasonable minimum */
  max-width: 300px;           /* Prevents it from being too wide */
  padding: 8px 12px;          /* Adds space inside the select */
  border: 1px solid #ccc;     /* Subtle border */
  border-radius: 4px;         /* Rounded corners */
  background: #fff;           /* White background */
  font-size: 1rem;            /* Readable font size */
  box-sizing: border-box;     /* Includes padding/border in width */
  appearance: none;           /* Remove default arrow for custom styling (optional) */
}

#sort:focus {
  border-color: #007bff;
  outline: none;
}

form, .widget {
  overflow: visible !important; /* Ensure dropdown is not clipped */
}


