/*!
Theme Name: packagingx
Theme URI: http://packagingx.co.uk/
Author: packagingx
Author URI: http://packagingx.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: packagingx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts.
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  font-family: 'Outfit', sans-serif;
   font-size: 18px;
   color: #252525;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #de5b53;
  outline: none;
  border: none;
  -moz-outline-style: none;
}
a:visited {
  color: #de5b53;
  outline: none;
  border: none;
  -moz-outline-style: none;
}
a:hover,
a:focus,
a:active {
  color: #2b2b2b;
  outline: none;
  border: none;
  -moz-outline-style: none;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 2px solid rgb(233, 233, 233);
  border-radius: 3px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostOutfit {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*packagingx*/
.wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
@media (min-width: 1400px){
   .container{
    width: 1270px;
    padding: 0;
    margin: 0 auto;
   }
  }
 /*Header Area*/
 section#header {
  background-color: #ebebeb;
    position: relative;
 }
 header#navbar_top {
    background-color: #fff;
    z-index: 999999;
}
.top-logo {
    padding: 0;
    margin: 10px;
}
 .top-bar p{
  color: #2b2b2b;
    font-size: 12px;
  font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    margin: 0;
    letter-spacing: 1px;
}
.navbar-nav li a {
  font-family: 'Outfit', sans-serif;
    font-size: 17px;
    /* color: #2b2b2b !important; */
    font-weight: 500;
    margin: 0;
    margin-right: 10px;
    transition: .15s ease-in-out;
}
.navbar-nav li a:hover{
  color: #de5b53 !important;
}
a.dropdown-item img {
    max-width: 46px;
    margin-right: 12px;
    margin-bottom: 3px;
}
.dropdown-menu{
border: 0px solid rgba(0,0,0,.15)!important;
}
ul.dropdown-menu{
  background: #ffffff;
    filter: drop-shadow(0 0 35px rgba(0,0,0,.16));
    border-radius: 6px;
    /* padding: 0px; */
    /* margin: 0; */
    display: none;
    top: 50px;
}
.dropdown:hover ul.dropdown-menu{
  display: inline-block;
}
.dropdown-menu li{
  margin: 0;
}
.dropdown-menu li a{
  font-family: 'Outfit', sans-serif;
   font-weight: 400;
   color: #212529;
}
.dropdown-menu li a:visited{
  color: #212529;
}
.dropdown-menu li a:hover{
    background-color: #f7f7f7;
}
.fixed-top {
  background-color: #fff !important;
  opacity: 1;
  padding: 0;
  box-shadow: 1px 4px 5px 0 rgb(0 0 0 / 5%);
}
a#qoute_home{
  background-color: #00cc83;
    position:  relative;
    top:  0;
    left:  15px;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
  color: #fff;
  font-size:16px;
}
a#qoute_home:hover{
  background-color: #19a463;
  color: #fff;
}
a#home {
    font-family: 'Outfit', sans-serif;
  font-size: 16px;
    background-color: #f8f8f8;
    font-weight: 500;
    position: relative;
    padding: 15px 20px;
    margin: 0;
    display: inline-block;
    left: 30px;
    right: 0;
    top: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #2b2b2b;
}
a#home:hover{
  background-color: #de5b53;
  color: #fff;
}
#boxstyle ul {
    left: 650px;
    right: 0;
    top: 60px;
}
.navbar-nav button:hover{
  background-color: #05947c !important;
    color: #fff;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}
a#get {
    background-color: #4cbc9d;
    color: #fff;
  font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 16px;
    margin: 0;
    position: relative;
    bottom: 0;
    top: -10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#menu-single nav {
    padding: 0;
}
a#single-get {
    background-color: #de5b53;
  font-family: 'Outfit', sans-serif;
    padding: 10px 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
a#single-get:hover{
  background-color: #2d0300;
  color: #fff;
}
#single-get img{
  margin: 0 5px;
    padding: 0;
}
#get img {
    margin: 0 5px;
    padding: 0;
}
a#get:hover{
  background-color: #2a616c;
  color: #fff;
}
a#phone {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    background-color: #2a616c;
    padding: 10px 16px;
    border-radius: 5px;
    left: 24px;
    right: 0;
    display: block;
    top: -10px;
}
a#phone:hover{
  background-color: #4cbc9d;
  text-decoration: underline;
}
a#single-phone {
  font-family: 'Outfit', sans-serif;
    background-color: #2d0300;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin-left: 12px;
}
a#single-phone:hover{
  background-color: #de5b53;
  color: #fff;
}
section#menubar {
    padding: 32px 0 80px 0;
    height: 100%;
    background-position: 60% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    background-image: url(https://packagingx.co.uk/wp-content/uploads/2022/08/home-Slider.png);
}
.slide {
    padding-top: 60px;
    margin: 0;
}
.slide h1 {
    color: #303840;
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 60px;
  }
.slide strong {
    color: #de5b53;
    margin-right: -48px;
    margin-left: -32px;
    padding-right: 48px;
    padding-left: 32px;
    background-image: url(/wp-content/uploads/2022/01/packaging-underline-1.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.slide p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 400;
    text-align: left;
}
a#pick {
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: #00cc83;
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 15px 35px;
    margin-right: 10px;
    text-align: center;
    transition: all 10ms ease-out;
    -webkit-transition: all 10ms ease-out;
    -moz-transition: all 10ms ease-out;
    -o-transition: all 10ms ease-out;
}
a#pick:hover{
  background-color: #19a463;
  color: #fff;
   transition: all 10ms ease-out;
  -webkit-transition: all 10ms ease-out;
  -moz-transition: all 10ms ease-out;
  -o-transition: all 10ms ease-out;
}
a#pick_packing {
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: #00cc83;
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 15px 20px;
    margin-right: 0;
    top: 30px;
    text-align: center;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}
a#pick_packing:hover{
  background-color: #19a463;
  color: #fff;
   transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}
a#getfree {
   transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
   transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
  font-family: 'Outfit', sans-serif;
    color: #303840;
    border:  none;
  font-weight:500;
    padding: 15px 35px;
    text-align: center;
    margin: 0;
}
a#getfree:hover{
  background-color: rgb(222, 91, 83);
  color: #fff;
   transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}
.slide-img{
  /*padding-top: 100px;*/
  padding-bottom: 45px;
  position: relative;
  width:100%;
}
.slide-img-sub{
  position: relative;
  animation:glide 2s ease-in-out alternate infinite;
  -webkit-animation:glide 2s ease-in-out alternate infinite;
  -moz-animation:glide 2s ease-in-out alternate infinite;
  -ms-animation:glide 2s ease-in-out alternate infinite;
  -o-animation:glide 2s ease-in-out alternate infinite;
}
@-webkit-keyframes glide {
    from {left:0; top:0;}
    to   {left:0; top:20px;}
}
.custombox-heading {
    padding:40px 0;
    margin:0;
}
.custombox-heading h4{
  font-family: 'Outfit', sans-serif;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.custombox-img {
    width: 100%;
    text-align: center;
}
.custombox-img img {
    text-align: center;
    padding-bottom: 32px;
    display: inline-block;
    position: relative;
    margin: 0;
    max-width: 100px;
}
.custombox-img span {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    padding: 0;
    line-height: 24px;
    text-align: center;
    position: relative;
    display: block;
}
/*worlds*/
section#Worlds {
    background: #fffbf8;
    padding: 100px 0;
    margin: 30px 0;
}
/*Box Style*/
section#boxstyle{
  background-color: white;
  padding-top: 138px;
  padding-bottom: 0px;
  margin: 0 0 100px 0;
}
.boxstyle h2 {
    font-family: 'Outfit', sans-serif;
    color: #303840;
    font-size: 50px;
   font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  max-width: 890px;
}
.boxstyle span {
    color: #de5b53;
}
.boxstyle p {
  font-family: 'Outfit', sans-serif;
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 777px;
    margin: 0 auto;
    padding: 20px 0 80px 0;
    width: 100%;
}
.product {
  background-color: white;
    padding: 30px 0 50px 0;
    margin: 20px 0 50px 0;
    border-radius: 30px;
    text-align: center;
    min-height: 440px;
    transition: 0.3s;
    position: relative;
}
.product:hover .pro-overlay {
  box-shadow: 0 15px 40px rgb(69 63 181 / 10%);
  opacity: 1;
  cursor: pointer;
}
.product img{
  text-align: center;
  display: inline-block;
  position: relative;
}
.product span {
    color: silver;
}
/*.product:hover{
  transition: all 0.65s;
  -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -ms-transition: all 0.65s;
    -o-transition: all 0.65s;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
    background-color: rgb(222, 91, 83);
}*/
/*.product span {
    position: absolute;
    left: 48%;
    bottom: 0;
    width: 51px;
    height: 10px;
    background-color: rgb(149, 195, 179);
}*/
.product span {
   /* background-image: url(images/box/shadow.png);*/
    /*height: 62px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    bottom: 46px;*/
}
/*.product:hover h3:before{
  display: none;
}*/
.product h3 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 0 20px;
    margin: 50px 0 10px 0;
    position: relative;
}
a#discover {
  background: none;
    border: 0 solid #ccc;
    padding: 0 25px;
    color: #a0a0a0;
}
.product a{
  font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.box-btn {
    text-align: center;
    margin: 50px 0;
    padding: 0;
}
.box-btn a {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
  border: 1px solid #2b2b2b;
  margin-left: 20px;
}
.box-btn a:hover{
    background-color: rgb(222, 91, 83);
    color: #fff;
    border: 1px solid #fff;
}
.box-btn p {
    font-family: 'Outfit', sans-serif;
  font-size: 18px;
}
.product:hover span {
  opacity: 0;
}
.pro-overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 15px 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: -29.489px 39.133px 61.1px 3.9px rgb(76 188 157 / 15%);
}
.pro-overlay span{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  margin: 0;
}
.pro-overlay h2 {
   font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  padding: 6px 0;
  margin: 0;
}
.pro-overlay p{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
.pro-overlay b{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}
.pro-overlay ul{
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.pro-overlay ul li {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin: 0;
}
a#pro-overlay_btn {
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    background-color: white;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    padding: 10px 16px;
    margin: 10px 0;
    display: block;
    float: left;
  width:100%;
}
a#pro-overlay_btn:hover {
    background-color: #2b2b2b;
  color: white;
}
/* Its Works */
section#itworks {
    padding: 100px 0 0 0; 
    margin: 0;
  Background-color: #fff;
}
section#itworks_slid {
  padding: 0 0 100px 0;
    margin: 0;
  Background-color: #fff;
}
.itworks {
  margin: 30px 0;
}
.itworks h2{
  font-family: 'Outfit', sans-serif;
    color: #303840;
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}
.itworks span {
    color: #de5b53;
}
.itworks p {
    font-family: 'Outfit', sans-serif;
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    max-width: 930px;
}
.work-data {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin: 20px 0;
    box-shadow: 0px 0px 2px rgb(23 43 77 / 30%), 0px 3px 2px rgb(23 43 77 / 8%)
}
.work-data:hover{
  box-shadow: 0px 0px 2px rgb(23 43 77 / 4%), 0px 3px 2px rgb(23 43 77 / 28%)
}
.work-data a{
  text-decoration: none;
}
.work-data img {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
.work-data h4 {
  font-family: 'Outfit', sans-serif;
    color: #585858;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 10px 20px;
    margin: 0;
    text-align: left;
}
.work-data p {
  padding: 0 15px 30px 20px;
    color: #818181;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.itworks-btn {
    text-align: right;
    padding: 0;
    position: relative;
    margin: 0;
    top: 140px;
}
.itworks-btn a {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #585858;
    font-weight: 400;
    padding: 0 15px;
    text-decoration: none;
}
.itworks-btn a i {
    font-size: 18px;
    color: #8fc0af;
    padding: 0 10px;
}
.owl-theme .owl-dots .owl-prev.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #2b2b2b !important;
}
#boxestyle .owl-dots .owl-dot.active span, 
#boxestyle .owl-dots .owl-dot:hover span {
    background-color: #2b2b2b !important;
}
#boxestyle .owl-dot span {
    padding: 0 22px;
    height: 5px;
}
#boxestyle .owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#boxestyle .owl-nav button{
  display: none;
}
.get-start {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}
.get-start a{
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
div#packing {
    margin-top: 40px;
    padding: 0;
}
.packing h3 {
    font-family: 'Outfit', sans-serif;
    color: #e16a63;
    font-size: 54px;
    font-weight: 700;
}
.packing p {
  color: #545454;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    max-width: 720px;
    width: 100%;
    padding: 5px 0 10px 0;
}
p.paking-subheading {
    color: #7c7884;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    margin: 0;
    text-align: left;
    max-width: 720px;
    width: 100%;
    padding: 20px 0;
}
.packings img {
    padding: 0;
    margin: 0;
}
.packing ul {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: block;
}
.packing i.fa.fa-check {
    padding-right: 20px;
}
.packing ul li {
    font-family: 'Outfit', sans-serif;
    color: #262626;
    font-size: 20px;
    text-align: left;
    line-height: 32px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
a#packaging-btn {
  font-family: 'Outfit', sans-serif;
    background-color: #de5b53;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    top: 20px;
}
a#packaging-btn:hover{
  color: #fff;
}
.btn3d {
  position: relative;
  top: -6px;
  border: 0;
  transition: all 40ms linear;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
  -moz-outline-style: none;
  outline: medium none;
}
.btn3d:active,
.btn3d.active {
  top: 2px;
}
.btn3d.btn-default {
  color: #2b2b2b;
  background-color: white;
  padding: 20px 35px;
  border-radius: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn3d.btn-default:hover{
  background-color: #de5b53;
  color: #fff;
}
.btn3d.btn-default:active,
.btn3d.btn-default.active {
  color: #666666;
  background-color: #f9f9f9;
}
/*video*/
section#video {
    background-color: #ffede5;
    padding: 115px 0 100px 0;
    margin: 0;
}
.video h1 {
    color: #de5b53;
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
.video p{
  color: #252525;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 20px 0 70px 0;
}
.video-area {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.video-area::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    height: 100%;
    top: 15px;
    width: 100%;
    border-right: 15px solid #de5b53;
    border-bottom: 15px solid #de5b53;
}
/*inspired*/
section#inspired {
  padding: 86px 0 0 0;
    margin: 0;
    background-color: #fff7f0;
    background-image: url(/wp-content/uploads/2022/05/inspiration-bg.svg);
    background-repeat: space;
}
.inspired h2{
  color: #303840;
  font-family: 'Outfit', sans-serif;
    font-size: 42px;
  font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}
.inspired p {
    color: #5e5e5e;
  font-family: 'Outfit', sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 0;
}
.inspired span {
    text-decoration: underline;
}
.gallery {
    padding: 50px 0;
    position: relative;
}
.gallery-left {
  position: relative;
  cursor: pointer;
}
.gallery-left:hover .overlay{
  opacity: 1;
  top: 50%;
  left: 50%;
}
.overlay {
    position: absolute;
    display: inline-block;
    flex-direction: row;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(100, 93, 90, 0.9);
    width: 100%;
    top: 50%;
    height: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.overlay h3 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 600;
    top: 36%;
    display: block;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
}
.overlay h3:before{
    content: '';
    display: block;
    width: 34px;
    height: 4px;
    background-color: #8fc0af;
    margin: 0 auto 28px;
}
.more {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: 37%;
}
.more i {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}
.gallery-right{
  position: relative;
  cursor: pointer;
}
.gallery-right:hover .overlay{
  opacity: 1;
  top: 50%;
  left: 50%;
}
#top {
    position: relative;
    bottom: 160px;
}
#bottom {
  position: relative;
}
/*FAQs*/
section#faqs {
    margin: 0;
    padding: 80px 0;
    background: #f7f7f78f;
}
.faqs-txt {
    padding: 0 50px;
}
.faqs h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
  font-weight: 700;
    color: #de5b53;
    text-align: center;
    padding: 0;
    margin: 0;
}
.faqs h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #303840;
    text-align: center;
    padding: 0;
    margin: 0;
}
.faqs p {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #545454;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 50px;
    padding: 20px 0 50px 0;
    width: 100%;
    line-height: 30px;
    max-width: 930px;
}
.faqs-txt h5 {
  font-family: 'Outfit', sans-serif;
    color:#2b2b2b;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding-bottom: 10px;
}
.faqs-txt p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    padding-bottom: 50px;
    margin: 0;
    text-align: left;
}
.faqs-txt:nth-child(2){
   top: -80px;
    position: relative;
}
/*Talk*/
section#talk {
    background-color: #ffede5;
    background-image: url(./images/talk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.talk h2 {
  font-family: 'Outfit', sans-serif;
    font-size: 66px;
    color: #de5b53;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
    font-weight: 700;
    max-width: 820px;
}
.talk p{
  font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #545454;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
/*Footer Bottom*/
section#widget {
    margin: 150px 0 80px 0;
    padding: 0;
}
.packaging h3{
  color: #7c7884;
    font-size: 22px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;

}
.packaging ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.packaging ul li a {
color: #7c7884;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-decoration: none;
}
.packaging ul li a:hover{
  text-decoration: underline;
  color: #de5b53;
    transition: all 0.3s ease-in-out;
}
.packaging ul li{
  text-align: left;
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.packaging p {
    text-align: left;
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    max-width: 130px;
    margin: 0;
    width: 100%;
}
.social{
  text-align: left;
  margin-top: 13px;
}
.social ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.social ul li {
    display: inline-block;
    padding: 14px 0;
    position: relative;
    margin: 0 8px;
}
.social ul li i{
  color: #000;
  font-size: 20px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.social ul li i:hover{
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
section#payment {
    margin: 0 0 60px 0;
    padding: 0;
}
.payment h1{
  color: #8fc0af; 
  font-size: 22px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.payment p {
    color: #2b2b2b;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 14px;
    width: 100%;
}
.payment img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.copyright p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
}
/*Category Page*/
header#header-cat {
    background-color: #f6f6f6;
}
.top-bar-cat p {
    color: #2b2b2b;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}
.top-bar-cat span {
    border-top: 2px solid #ccc;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 284px;
    text-align: center;
    top: -20px;
    bottom: 0;
}
section#cat-menu {
  background-color: #d0f0c0;
  padding: 32px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-box-menu {
    background-image: url('/wp-content/uploads/2022/02/CD-Cover-Slider-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
 }
section#cat-cosmetics {
  background-color: #fdd0d7;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-retail {
  padding: 15px 0 50px 0;
    margin: 0;
    position: relative;
    height: 100%;
    max-height: 700px;
    background-image: url(/wp-content/uploads/2022/02/Reatil-boxes-1.jpg);
     background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
section#products{
    padding: 50px 0;
    margin: 0;
    position: relative;
    height: 100%;
    max-height: 700px;
    background-image: url(/wp-content/uploads/2022/07/Custom-Product-Packaging-slider.jpg);
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
section#cat-eco {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-display {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-food {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-gift {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#cat-metalized {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  height: 100%;
  max-height: 700px;
}
section#menu-single {
  background-color: #ffede5;
  padding: 24px 0;
  margin: 0;
  position: relative;
}
#cat-menu .navbar-nav button {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #fff;
    position: relative;
    left: 900px;
    top: -40px;
}
.cat-slide {
    padding: 60px 0 40px 0px;
    margin: 0;
}
#box-top {
    text-align: right;
    /* background-color: #f3f3f3; */
    padding: 0;
    margin: 10px auto;
    border-radius: 5px;
}
section#box-top {
  text-align: right;
    /* background-color: #f3f3f3; */
    padding: 0;
    margin: 10px auto;
    border-radius: 5px;
}
.box-top p{
  color: #bdbdbd;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 22px;
    /* padding: 25px; */
    /* text-align: left; */
    margin: 0;
}
.box-top span{
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    /* text-decoration: underline;*/
}
.cat-slide h1 {
  color: #2b2b2b;
    font-size: 40px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0;
    letter-spacing: -.04em;
}
section#cat-box-menu .cat-slide h1{
    width: 100%;
    max-width: 550px;
}

.cat-slide p {
  font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #252525;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    max-width: 480px;
}
.cat-slide a {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
}
.cat-slide a:after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #2a616c;
    top: 20px;
    right: 0;
    left: 10px;
}
.cat-form {
    top: 100px;
    left: 60px;
    position: relative;
    background-color: #fff;
    right: 0;
    margin: 0;
    box-shadow: rgb(76 188 157 / 33%) 10px 10px 35px;
    padding: 40px;
    border-radius: 5px;
}
.cat-form h2{
  color: #4cbc9d;
  font-family: 'Outfit', sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.cat-form h2 img {
    margin: 0 10px;
    padding: 0;
}
.cat-form p {
  color: #7c7b7b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.cat-form span{
  border-top: 2px solid #ccc;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    top: -20px;
    bottom: 0;
}
.cat-form label {
    color: #848484;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    padding: 0 0 5px 16px;
    margin: 0;
}
.cat-form .form-group {
    padding: 10px 0;
    margin: 0;
}
.cat-form input{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-form select{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-form select:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.cat-form textarea {
    background-color: rgb(244, 244, 244);
    border: 0;
    color: #001d2f;
    font-size: 14px;
    outline: 0;
    resize: none;
    padding: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.cat-form button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(76, 188, 157);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 14px 40px 14px 20px;
    margin: 0;
    color: #ffffff;
    float: right;
    position: relative;
    border: 0;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cat-form button i {
    color: #fff;
    padding: 0 10px;
}
.cat-form button:hover{
  color: #fff;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
  background-color: #2a616c;
}
.cat-forms {
    left: 60px;
    position: relative;
    background-color: #fff;
    right: 0;
    margin: 0;
    box-shadow: rgb(76 188 157 / 33%) 10px 10px 35px;
    padding: 40px;
    border-radius: 5px;
}
.cat-forms h2{
  color: #4cbc9d;
  font-family: 'Outfit', sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.cat-forms h2 img {
    margin: 0 10px;
    padding: 0;
}
.cat-forms p {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    /* font-style: italic; */
    font-size: 22px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0;
}
.cat-forms span{
  border-top: 2px solid #ccc;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    top: -20px;
    bottom: 0;
}
.cat-forms label {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    text-align: left;
    padding: 0 0 5px 16px;
    margin: 0;
}
.cat-forms .form-group {
    padding: 10px 0;
    margin: 0;
}
.cat-forms input{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-forms select{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-forms select:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.cat-forms textarea {
    background-color: rgb(244, 244, 244);
    border: 0;
    color: #001d2f;
    font-size: 14px;
    outline: 0;
    resize: none;
    padding: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.cat-forms button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(76, 188, 157);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 14px 40px 14px 20px;
    margin: 0;
    color: #ffffff;
    float: right;
    position: relative;
    border: 0;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cat-forms button i {
    color: #fff;
    padding: 0 10px;
}
.cat-forms button:hover{
  color: #fff;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
  background-color: #2a616c;
}

.trusted{
  margin: 0;
  padding: 0 10px;
}
.trusted h2{
  font-family: 'Outfit', sans-serif;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}
.trusted img{
  margin-right: 20px;
    padding: 0;
    max-width: 120px;
}
section#cbd-products {
    padding: 0;
    margin: 0;
}
.product_heading{
  padding: 0;
  margin: 20px 0;
}
.product_heading h2{
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.product_heading a{
  padding: 0;
    margin: 0;
    text-align: right;
    display: block;
    color: #b6b6b6;
    font-size: 16px;
}
.product_heading a:hover {
    color: black;
}
.carousel-wrapper{
  padding: 0;
  margin: 20px 0;
}
.carousel-wrapper h2{
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.cbd-product {
  margin: 20px auto;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 0;
    position: relative;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    cursor: pointer;
  border: 1px solid rgb(0, 0 , 0, 0.1)
}
.cbd-product:hover{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  z-index: 18;
    box-shadow: -9.489px 9.133px 11.1px 3.9px rgb(0 0 0 / 3%);
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cbd-heading {
    padding: 0;
    margin: 100px 0 20px;
}
.cbd-heading h2 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    position: relative;
}
.cbd-heading p {
    font-weight: 300;
    max-width: 1100px;
}
.cbd-product img {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 210px;
}
.cbd-product span {
    background-image: url(images/products/cbd-shadow.png);
    height: 85px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    right: 70px;
    bottom: 65px;
}
.cbd-product a{
  text-decoration: none;
  color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
}
.cbd-product h5 i {
    margin-left: 5px;
    position: relative;
    transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
}
.cbd-product h5:hover i{
  margin-left: 7px;
  position: relative;
  -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
}
.cbd-product a:hover{
  text-decoration: none;
}
.cbd-product h3 {
  text-decoration: none;
    color: #3e3e3e;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    padding: 0 24px;
    margin: 0;
    font-size: 20px;
}
.cbd-product h5 {
  text-decoration: none;
    color: #3e3e3e;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
    padding: 0 24px;
}
.cbd-product p {
  color: #949494;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 5px 24px;
    margin: 0;
}
.cbd-title {
    padding: 0 0 25px 0;
    margin: 0;
}
.cbd-title h2{
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    font-weight: 600;
    text-align: left;
    max-width: 400px;
}
div#product-txt {
    padding: 100px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbd-txt {
    padding: 0 15px;
}
.cbd-txt p {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    padding: 0;
}
.cbd-txt h3 {
    margin-bottom: 40px;
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -.03em;
}
.cbd-txt a {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 42px;
    padding: 0;
}
.cbd-txt h4{
  color: #2b2b2b;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  position: relative;
}
.cbd-txt h4:after {
    content: "";
    position: absolute;
    right: 80px;
    top: 12px;
    height: 4px;
    width: 130px;
    background-color: #cae8d9;
}
.cbd-txt img{
  width: 100%;
}
img.ecoclass {
    width: 140px;
    margin: 0;
    opacity: 0.4;
}
a#cbd-btn {
  font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgb(0,0,0,0.1);
    padding: 18px 35px;
    margin: 0;
    border-radius: 5px;
}
#delivered {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.del-txt {
    padding:0 15px;
    margin: 0 40px;
    vertical-align: middle;
    position: relative;
    display: block;
    height: 100%;
}
.del-txt li {
    font-size: 20px;
    font-weight: 500;
    color: #00b95f;
    padding: 8px;
}
.del-txt li span {
    color: #2b2b2b;
}
.del-txt a {
    color: #2b2b2b;
}
i.fa-li.fa.fa-check-square {
    top: 0.4em;
    bottom: 0;
}
.del-txt h2{
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin: 15px auto;
}
.del-txt p{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 18px;
  text-align: left;
}
a#btn-del {
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(0,0,0,0.1);
    padding: 18px 35px;
}
#mathod {
    padding: 30px 0 0 0;
    border-bottom: 0px solid rgba(13, 13, 13, 0.05);
}
#sec-mathod{
  padding: 0;
}
.mathod{
    margin: 10px 0;
    background: #f7f7f7;
    padding: 45px;
    border-radius: 10px;
}
.mathod:hover {
    -webkit-transform: translateY(-8px);
    transition-duration: 0.3s;
}
.mathod img{
    float: left;
    max-width: 36px;
    margin: 20px 0;
}
.mathod h4 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.mathod p {
    font-family: 'Outfit', sans-serif;
    color: #7c7884;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
}
div#source {
    background-color: #001d2f;
    margin: 0;
    padding: 50px 0;
    top: -110px;
    bottom: 0;
    position: relative;
    border-radius: 140px 0;
}
.source i {
    font-size: 50px;
    padding: 25px 0;
    margin: 0;
    text-align: center;
    color: #fff;
    display: block;
}
.source h3{
  color: #4cbc9d;
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0;
}
.source p {
    font-size: 15px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
}
#ready-area{
  padding: 250px 0 100px 0;
  margin: 0;
}
#single-ready-area{
  padding: 200px 0 100px 0;
  margin: 0;
}
.ready-area h2 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 90px;
    font-weight: 700;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.single-ready-area h2 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 90px;
    font-weight: 700;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
a#single-ready-btn {
    font-family: 'Outfit', sans-serif;
    margin: 0 auto;
    padding: 18px 35px;
    width: 100%;
    position: relative;
    max-width: 200px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
    border-radius: 5px;
    display: block;
    top: 50px;
}
a#ready-btn {
    font-family: 'Outfit', sans-serif;
    margin: 0 auto;
    padding: 14px 20px;
    width: 100%;
    position: relative;
    max-width: 140px;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
    border-radius: 5px;
    display: block;
    top: 50px;
}
#quote_section{
  padding: 0;
  margin: 100px 0 0;
    display: flex;
  justify-content: center;
  align-items: center
}
.quote_long {
    padding: 0;
    margin: 60px 0;
    text-align: left;
}
.quote_long p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 400;
    padding: 10px 25px;
    margin: 0;
    text-align: left;
}
.quote_area{
  padding: 0;
  margin: 60px 0;
  text-align: left;
}
.quote_area h2{
  font-family: 'Outfit', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #2b2b2b;
  text-align: left;
  padding: 0;
  margin: 0;
}
.quote_area p {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #2b2b2b;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0;
    text-align: left;
}
.quote_area ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.quote_area ul li {
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    /* background-image: url(https://packagingx.co.uk/wp-content/uploads/2022/04/check.png); */
    /* padding: 0 0 0 50px; */
    background-repeat: no-repeat;
    margin: 40px 0;
    background-position: left top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
span.checkk.check-icon {
    background: none;
    border: none;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.quote_area ul li b{
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
}
.quote_area_form {
    padding: 30px;
    margin: 40px 0;
    border-width: 2px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 10px;
}
.quote_area_form h4{
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.quote_area_form .form-group{
  padding: 0;
  margin: 10px 0;
}
.quote_area_form .form-group label{
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 10px 0;
}
.quote_area_form input {
    border-width: 2px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 10px;
    height: 60px;
    padding-left: 15px;
}
.quote_area_form textarea {
    resize: none;
}
input#quote_area_form {
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.quote_area_form .iti{
  position: relative;
  display: block !important;
}
.singlebox-img {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px auto;
}
.singlebox-img img {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    max-width: 70px;
    width: 100% !important;
}
.singlebox-img span {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 150px;
    margin: 10px auto;
    padding: 5px 0;
    text-align: center;
    position: relative;
    display: block;
}
.singlebox-img-secure {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    margin: 25px 0;
    max-width: 250px;
    width: 100% !important;
}
.singlebox-img-secure img{
   text-align: center;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    max-width: 120px;
    width: 100% !important;
}
section#single-box {
    padding: 60px 0;
}
.single-gallery{
    padding-right: 50px;
}
.single-gallery h2 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin-left: 40px;
letter-spacing: -1px;
}
.single-gallery h2:after {
    content: '';
    background-color: rgb(222, 91, 83);
    position: absolute;
    width: 14px;
    height: 41px;
    left: -35px;
    right: 0;
}
.single-gallery p{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.product-form h5{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    background-color: #80808014;
    padding: 10px 20px;
    max-width: 210px;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}
.product-form h1 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
.product-form p {
  font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
}
.product-form ul {
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
}
.product_space {
    margin: 0;
    padding: 5px 0;
}
.product-form h2 img {
    margin-right: 20px;
}
.product-form .form-group {
    padding: 12px 0;
    margin: 0;
}
.product-form label {
font-family: 'Outfit', sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 10px 10px;
}
.product-form input{
  border-width: 2px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    border-radius: 3px;
    height: 60px;
    padding-left: 15px;
}
.product-form select{
  border-width: 2px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    border-radius: 3px;
    height: 60px;
}
.product-form textarea{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 400;
    resize: none;
    outline: none;
    padding: 20px;
}
input#product_form {
   font-family: 'Outfit', sans-serif;
    font-size: 16px;
    background-color: #00cc83;
    border-radius: 5px;
    border: 1px solid #00cc83;
    color: #fff;
    text-align: center;
    margin: -15px 0 10px 0;
    font-weight: 500;
    display: block;
    width: 100%;
}
input#product_form:hover {
    background-color: #19a463;
}
.product-form button {
    color: #fff;
    font-weight: 500;
    background-color: #00cc83;
    border-radius: 5px;
    border: 1px solid #00cc83;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin: 0px;
    display: block;
}
.product-form i {
    position: relative;
    top: 46px;
    left: 300px;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
    padding: 0;
    color: #fff;
}
.product-form button i {
  color: #fff;
    font-size: 16px;
    padding: 0 10px 0 0;
}
.product-form button:hover{
  background-color: #05947c;
  color: #fff;
  border: 1px solid #fff;
}
.product-form .iti{
  position: relative;
  display: block !important;
}
div#singlebox {
    margin-top: 80px;
}
section#tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin: 40px 0 0 0;
}
.tabs {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 15px;
    text-align: center;
}
.tabs ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs ul li {
    display: inline-block;
    padding: 0;
    margin: 0 25px;
}
.tabs ul li a{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.tabs ul li a:hover{
  color: #de5b53;
    text-decoration: underline;
}
section#specification {
    padding: 80px 0;
}
.specific{
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.specifictxt {
    margin-top: 50px;
}
.specifictxt h3 {
    font-size: 22px;
}
.specifictxt p {
    color: grey;
}
.specificimg {
    text-align: center;
}
.specific h4{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.specific table {
    padding: 0;
    margin: 0;
}
.specific table tr {
    border-bottom: 2px solid rgba(209, 209, 209, 0.3);
    padding: 0;
    line-height: 60px;
}
.specific table tr th{
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.specific table tr td{
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #2b2b2b;
}
section#description{
  padding: 80px 0;
    background-color: #fffbf8;
}
.des {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.des h2{
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 600;
  padding:15px 0;
}
.des h4{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 90px 0;
}
.des p{
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
    letter-spacing: 0.25px;
}
.des h3{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
}
.related {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
.related span{
font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    /* padding: 25px; */
    margin: 72px 0;
    position: relative;
    text-decoration: underline;
    /* background: aliceblue;*/
}
.related img{
  text-align: center;
  padding: 0;
  border-radius: 5px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.related img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.related a {
  text-decoration: none;
}
.related a p{
  font-family: 'Outfit', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 20px 25px 0;
}
.related a p:hover {
    text-decoration: underline;
    color: #cf2e2e;
}
.related p{
    font-size: 12px;
    color: grey;
    text-align: center;
    padding: 0 37px;
}
section#subscribe {
    padding: 110px 0 0 0;
    margin: 50px 0 0 0;
}
div#sub-form {
  background-color: #ececec8f;
    padding: 60px 0;
    text-align: left;
    position: relative;
    z-index: 777777;
    margin: 0;
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2022/01/inspiration-bg.svg);
    background-position: 161px -490px;
    background-repeat: space;
    background-size: cover;
    background-blend-mode: soft-light;
}
.subscribe {
    padding: 0px 80px;
    text-align: left;
}
.subscribe h5 {
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 86px;
    font-weight: 600;
    line-height: 87px;
    text-align: center;
    margin: 15px 0;
}
.subscribesubtext2{
    text-align: center;
    font-size: 22px;
    color: #464545;
    font-weight: 400;
    margin: 20px 0;
}
.subscribe input{
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 53px;
  padding-left: 15px;
  width: 330px;
}
.subscribe input::placeholder{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
}
.subscribe button {
    font-family: 'Outfit', sans-serif;
    background-color: #212529;
    border-radius: 5px;
  border:0;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 16px 22px;
    margin-left: 10px;
    position: relative;
}
.subscribe button:hover{
  background-color: #000;
    color: #fff;
  border:0;
}
.subscribe .es-field-wrap {
    margin-bottom: 0.6em;
    float: left;
}
.subscribe .es_textbox_button {
    font-family: 'Outfit', sans-serif;
    background-color: #20613d;
    border-radius: 5px;
    border: 0;
    color: white;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin: 0;
    float: right;
    display: block;
    max-width: 140px;
    padding: 0 22px;
    margin-left: 0;
    position: relative;
}
.subscribe .es_textbox_button:hover {
  background:black;
}
.es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
    float: left;
}
.sub_img {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.sub_img img {
  position: absolute;
    top: -96px;
    bottom: 0;
    left: 150px;
    right: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    max-width: 380px;
}
section#faq{
  background-color: #fff;
  padding: 0;
  margin: 150px 0;
}
.faq-heading {
    padding: 0;
    margin: 0;
}
.faq-heading h2 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 100px;
    width: 100%;
}
.single-faq-heading h4 {
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 58px;
    text-align: left;
    margin: 0;
    padding: 20px 0;
    /* line-height: 100px; */
    width: 100%;
}
.accordion {
    padding: 0;
    margin: 0;
}
.accordion-item {
    border-bottom: 2px solid #f2f2f2;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
}
.accordion-item button {
  color: #2b2b2b !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color:transparent!important;
    text-align: left;
    padding: 30px 20px;
    margin: 0;
}
.accordion-button{
  box-shadow: none !important;
}
.accordion-button::after {
  content: "";
    width: 0;
    height: 0;
    position: relative;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4c4c4c14;
    top: 0;
    right: 0;
    left: 0;
}
.accordion-body {
    padding: 0;
    margin: 0;
}
.accordion-body p {
  color: #818181;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0 20px 20px 20px;
    margin: 0;
    text-align: left;
    background: transparent;
}
.connect {
    padding: 0;
    margin: 50px 0 0;
}
.connect span {
    display: block;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.design-single {
    background-color: #fff3e2;
    padding: 40px 0;
    margin: 0;
    background-image: url(/wp-content/uploads/2022/01/inspiration-bg.svg);
    background-repeat: round;
    border-radius: 6px;
}
.design{
  background-color: #fff3e2;
    padding: 40px 0;
    margin: 0;
    background-image: url(/wp-content/uploads/2022/01/inspiration-bg.svg);
    background-repeat: round;
    border-radius: 6px;
}
.connect h5 {
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 36px;
    display: block;
    margin: 0 0 0 90px;
}
.connect ul {
  list-style: none;
    position: relative;
    text-align: center;
    padding: 0;
    top: 10px;
}
.connect ul li{
  display: inline-block;
    padding: 0;
    margin: 0 10px;
    text-align: center;
}
.connect ul li i{
  color: #2b2b2b;
  font-size: 30px;
}
section#cat {
    background-color: #fff;
    padding: 160px 0 60px 0;
    margin: 0;
    text-align: center;
    border-top: 2px solid #c2dfd0;
}
section#single-cat{
    padding: 80px 0 0;
    margin: 0;
    text-align: center;
    background-color: #fcfcfc;
}
.packaging-cat h6 {
    color: #918e8e;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    text-decoration: underline;
}
.packaging-cat ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.packaging-cat ul li {
    text-align: left;
    color: #918e8e;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.packaging-cat ul li a {
    color: #464545;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
}
.packaging-cat ul li a:hover{
  text-decoration: underline;
}
.packaging-cat h5{
  font-size: 50px;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -2px;
  color: #000;
  padding: 0;
  margin: 0;
}
.packaging-cat p {
    text-align: left;
    color: #918e8e;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0;
    padding: 20px 0;
}
div#cat-single {
    background-color: #fcfcfc;
    padding: 40px 20px;
    margin: 0;
}
.payment_txt {
    text-align: left;
    padding: 30px 0;
    margin: 0;
}
.payment_txt h6{
    color: #918e8e;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
}
.payment_txt p {
    color: #000;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.payment_txt span{
    color: #000;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}
i.fa.fa-lock {
    padding: 0 10px 0 0;
    font-size: 15px;
    color: #918e8e;
}
section#payment-cat{
  background-color: #de5b53;
    background: linear-gradient( 90deg , var(--bs-red) 0%, rgb(217 91 82) 35%, rgb(222 103 90) 100%);
    padding: 20px;
}
.payment-cat h3 {
  color: #fff;
    font-size: 26px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 0;
}
.payment-cat p {
  color: #fff;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.payment-cat img {
    text-align: left;
    display: block;
    padding: 0;
}
.payment-cat span {
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0 auto;
}
footer#footer-cat {
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
}
#footer-cat .container{
    border-top: 1px solid rgb(255,255,255,0.2);
    padding: 10px 0;
    margin: 0 auto;
}
.copyright-cat img{
  text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.copyright-cat p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #464545;
    text-align: center;
    padding: 0;
    margin: 0;
}
.copyright-right {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
}
.single-gallery .previews, 
.single-gallery .full, 
.single-gallery .desc {
  float: left;
  margin-right: 10px;
}
.single-gallery .desc, 
.single-gallery .full {
  width: 100%;
  font-size: 12px;
}
.single-gallery .desc h2 {
  margin-top: 0;
}
.single-gallery .previews a {
  display: block;
  margin-bottom: 20px;
}
.single-gallery .full, 
.single-gallery .full img {
   height: 100%;
}
.single-gallery .previews a:hover, 
.single-gallery .previews a.selected {
  border: 2px solid #2b2b2b;
  border-radius: 10px;
}
.single-gallery .full img:hover {
  cursor: pointer;
}
section#relatedproducts {
    padding: 0;
    margin-top: 100px;
}
.cate_details a{
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.cate_details h2{
  font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2a616c;
    border-color: #2a616c;
    padding: 8px 18px;
}
.page-item .page-link {
    z-index: 3;
    color: #001d2f;
    padding: 8px 18px;
    border: 0;
}
.page-link {
    position: relative;
    display: block;
    color: #2a616c;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.pagination a {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0 4px;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #2a616c;
    border-color: #2a616c;
}
.pagination {
    display: inline-flex;
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}
ul.pagination span {
    position: relative;
    margin-right: 10px;
}
section#get {
    background-color: #de5b53;
    padding: 100px 0;
}
.contact-form .row{
  padding: 0;
  margin: 15px 0;
}
.contact-form p {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 100px 0 75px 0;
}
.contact-form h1 {
    font-family: 'Outfit', sans-serif;
    color: #d95b52;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
.contact-form h4 {
font-family: 'Outfit', sans-serif;
    color: #002941;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 0;
    padding: 0 0 100px 0;
}
.contact-form .form-group{
  margin: 5px 0;
  padding: 0;
}
.contact-form .form-group label {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 0;
    position: relative;
    z-index: 1;
    padding: 0;
}
.contact-form .form-group input{
  border: 1px solid #e5e5e5;
  height: 54px;
  padding-left: 20px;
  border-radius: 5px;
  margin: 10px 0;
}
.contact-form .form-group input::placeholder {
  padding: 0 0 0 5px;
  color: #788295;
  font-size: 14px;
}
.contact-form .form-group select{
  border: 1px solid #e5e5e5;
  height: 54px;
  color: #788295;
  border-radius: 5px;
  margin: 10px 0;
    font-size: 14px;
}
.contact-form .form-group textarea{
  resize: none;
}
.contact-form .form-group textarea::placeholder{
  color: #788295;
  padding: 10px 10px 0 10px;
  font-size: 14px;
}
.contact-form input#send {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    padding: 10px 30px;
    background-color: #00cc83;
}
.contact-form input#send:hover {
    background-color: #19a463;
}
.contact-form i {
    position: relative;
   top: 50px;
    left: 460px;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
    padding: 0;
    color: #fff;
}
.contact-form form{
    padding-bottom: 20px;;
    border-radius: 15px;
}
.contact-form .iti{
  position: relative;
  display: block !important;
}
#captchaInput {
    width: 7em;
    margin-left: 0.5em;
}
.call-us {
  text-align: center;
  padding: 0;
  margin: 100px 0;
}
.call-us h2{
  font-family: 'Outfit', sans-serif;
    color: black;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: 0;
}
.call-us h4 {
    font-family: 'Outfit', sans-serif;
    color: #777777;
    font-weight: 500;
    font-size: 33px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.call-us p{
    font-family: 'Outfit', sans-serif;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.call-us a{
  color: #fff;
    padding: 15px 30px;
    background-color: #d95b52;
    border-radius: 5px;
    text-decoration: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
section#carousel {
    margin:0;
    padding:0;
    background: #fffbf8;
}
.home-demo .item img {
    max-width: 170px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.home-demo >.owl-nav{
  display: none;
}
.hoechie-tab-content img{
  cursor: move;
}
section#about {
    margin: 0;
    padding: 0;
}
section#about ol{
  background-color: #f7f7f7;
  padding: 30px 0;
  margin: 0 auto;
  border-radius: 10px;
}
section#about ol li{
  font-family: 'Outfit', sans-serif;
  line-height: 27px;
  padding: 0;
  margin: 0 40px;
}
section#about ol li a{
  padding: 0;
  margin: 0 10px;
}
.recommended_txts{
  padding: 0 35px;
  margin: 30px 0;
}
.recommended_txts h4{
  font-family: 'Outfit', sans-serif;
  color: #cf2e2e;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  margin: 0;
}
.about_txts{
  padding: 0 35px;
  margin: 30px 0;
}
.about_txts h1{
   font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_txts h3{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_txts p{
   font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #252525;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.about_txt {
  padding: 0;
    margin: 0;
}
.about_txt h1{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
}
.about_txt h2{
    font-family: 'Outfit', sans-serif;
    color: #eaeaea;
    font-size: 148px;
    line-height: 0;
    font-weight: 900;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt h3{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 46px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt h4{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}
.about_txt h5{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt p{
  font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #252525;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txts a {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #de5b53;
    display: block;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 40px auto;
}
.about_img {
  margin: 100px 0;
  padding: 0;
}
.about_img img{
  border-radius: 5px;
}
nav {
    float: right;
}
.top-menu {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    left: -40px;
    right: 0;
}
section#eco {
    background-image: url(/wp-content/uploads/2022/02/Eco-Friendly-boxes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#meta {
    background-image: url(/wp-content/uploads/2022/01/Metalized-Boxes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#gift {
    background-image: url(/wp-content/uploads/2022/01/Gift-Boxes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#food {
    background-image: url(/wp-content/uploads/2022/01/Food-Slider.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#cos {
    background-image: url(/wp-content/uploads/2022/01/Cosmetics-Slider-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#bottom {
    background-image: url(/wp-content/uploads/2022/01/Bottom-clousre-box.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
section#con {
    background-image: url(/wp-content/uploads/2022/01/Get-a-Free-qoute.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0;
}
.top-logo img {

}
.contact-slide {
    padding: 100px 0;
    margin: 0;
}
.contact-slide p {
font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
}
.contact-slide h1 {
  color: #000;
    font-size: 60px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: -.04em;
}
.contact-slide strong {
    color: #d95b52;
}
section#blogs_heading{
  padding: 40px 0;
  margin: 0 auto;
  background-color: #f3f3f3;
}
section#breadcrumbs {
    background: #f8f8f8;
}
.breadcrumbs {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    color: darkgray;
}

.breadcrumbs ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}
.breadcrumbs a{
  padding: 0 5px;
  margin: 0;
  color: #2b2b2b;
}
.breadcrumbs i{
  font-size: 20px;
  padding: 0;
  margin: 0 5px;
}
.breadcrumbs a i{
  font-size: 20px;
  padding: 0;
  margin: 0 5px;
  color: #2b2b2b;
}
span.posted-on a {
    color: black;
}
section#blog {
    margin: 80px 0;
    padding: 0;
}
section#blog h1{
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 12px;
    padding: 10px 0;
    position: relative;
}
.listcat {
    margin: 0;
    padding: 50px 0;
    list-style: none;
    text-align: center;
}
.listcat ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.listcat ul li {
    padding: 10px 12px;
    margin: 0 5px;
    display: block;
    background-color: aliceblue;
    border-radius: 5px;
}
.listcat ul li:hover {
    background-color: antiquewhite;
    text-decoration: underline;
}
.listcat ul li a{
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  text-decoration:none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.card {
  margin: 0 0 50px 0;
  padding: 0;
  border:  none;
   transition: all .2s ease 0s;
}
.card img{
  border-radius: 20px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.blog_list {
    padding: 30px 0;
    margin: 0;
}
.blog_list h2 {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    line-height: 23px;
}
.blog_list h2 a{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size:1.5rem;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
ul.cate-list{
  padding: 0;
  margin: 10px 0;
}
ul.cate-list li a {
    font-family: 'Outfit', sans-serif;
    color: #404040;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.blog_list ul {
    margin: 0;
    line-height: 23px;
    padding: 10px 0;
}
.blog_list ul li {
    font-family: 'Outfit', sans-serif;
    color: #bbbbbb;
    font-size: 14px;
    list-style: none;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}
.blog_list ul li i{
  color: #bbbbbb;
  font-size: 14px;
  padding: 0;
  margin-right: 10px;
}
.blog_list ul li img {
    padding: 0;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 50px;
    min-height: 50px;
    height: 100%;
    border-radius: 50px;
}
.blog_list ul li a{
  font-family: 'Outfit', sans-serif;
    color: white;
    font-size: 14px;
    text-decoration: none;
    background: #00cc83;
    padding: 5px;
}
.blog_list p {
  font-family: 'Outfit', sans-serif;
    color: #666;
    font-size: 16px;
    padding: 0;
    text-align: left;
    margin: 0;
}
a.blog_det {
   font-family: 'Outfit', sans-serif;
    color: #de5b53;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    line-height: 23px;
    margin: 0;
}
a.blog_det i {
   margin: 0 10px;
   padding: 0;
   font-size: 13px;
   line-height: 23px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.entry-meta {
    padding: 0 15px;
    font-size: 14px;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 16px;
}
.navigation li a:hover,
.navigation li.active a {
   background-color: #ffede5;
   color: #2b2b2b;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #c9c9c9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #cacaca;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: #fff;
}
section#subscribes {
    padding: 0;
    margin: 50px 0;
    z-index: 0;
    position: relative;
    display: block;
}
aside {
  background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.widget_block h2 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
}
.widget_block ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_block ul li {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.widget_block ul li a{
  font-family: 'Outfit', sans-serif;
    color: #404040;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
}
.widget_block ul li a:hover{
  color: #de5b53;
}
.owl-carousel .owl-dots.disabled, 
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-nav button span {
    width: 56px;
    height: 6px;
    background-color: #c8c8c8;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 10px;
}
.owl-nav button span:hover{
  background-color: #9a9a9a;
}
 .owl-carousel .nav-button {
      height: 36px;
      width: 6px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
    }
.list-group {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.list-group img {
    border: 1px solid rgb(0,0,0,0.1) !important;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 120px;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
}
.list-group img:hover {
   filter: drop-shadow(0 0 8px rgba(0,0,0,.1));
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
.list-group a{
    background-color: none;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: transparent;
}
.list-group a.active img {
    border: 1px solid #2b2b2b;
    outline: none;
}
.bhoechie-tab-content img {
    width: 100%;
    cursor: move;
}
.list-group-item{
    background-color: none;
    border-radius: 5px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.box-top a:hover {
    text-decoration: none;
}
.box-top a {
    color: black;
    text-decoration: underline;
}
section#clients {
    margin: 80px 0 40px 0;
    padding: 0;
}
.our_clints {
    text-align: left;
    padding: 0;
    margin: 0;
}
.our_clints span {
    color: #7c7884;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}
.our_clints h2 {
  color: #de5b53;
    font-family: 'Outfit', sans-serif;
    font-size: 66px;
    font-weight: 700;
    padding: 20px 50px 0 0;
    margin: 0;
    line-height: 66px;
}
.clients_txt {
    padding: 0;
    margin: 0;
    text-align: left;
}
.clients_txt p {
    color: #252525;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.clients_txt p span{
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.clients_logo {
    padding: 10px 0;
    margin: 20px 0;
    text-align: center;
}
.clients_logo img{
  text-align: center;
  padding: 0;
  margin: 0;
}
div#our_clints {
    padding: 50px 30px;
    margin: 0;
}
div#our_clints .item{
  background-color: #fff;
  padding: 10px 10px;
  margin: 0;
  text-align: left;
}
div#our_clints .quote {
    color: #fff;
    background-color:  transparent;
    padding: 10px;
    text-align: center;
    width: 80px;
    height: 70px;
    border-radius: 50%;
    margin: 0;
}
div#our_clints .quote img {
    width: 100%;
    max-width: 100px;
    display: block;
    border-radius: 50%;
}
div#our_clints .quote i{
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
div#our_clints blockquote{
  padding: 20px 0;
  margin: 0;
  text-align: left;
}
div#our_clints h4{
  font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
div#our_clints p{
  color: #252525;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}
div#our_clints .owl-nav {
  display: none !important;
}
div#home_logo .owl-nav {
    display: none !important;
}
/* Rating Star*/
.rating-stars ul {
  list-style-type:none;
  padding:0;
  margin: 0;
  text-align: left;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}
.rating-stars ul > li.star > i.fa {
  font-size: 16px;
  color: #e59819;
}
.rating-stars ul > li.star.hover > i.fa {
  color: #de5b53;
  font-size: 16px;
}
.rating-stars ul > li.star.selected > i.fa {
  color: #e59819;
  font-size: 16px;
}
.main-section {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  height: 100vh;
}
.fullwidth-container {
  display: block; width: 80%; margin: 2rem 10%;
}
.line-heading {
  font-family: 'Outfit', sans-serif;
    color: #cecece;
    font-weight: 600;
    line-height: 1.1;
    display: flex;
    align-items: center;
    margin: 0 0 20px 10%;
    white-space: nowrap;
    font-size: 26px;
}
.line-heading:after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin: 0 0 0 20px;
  background: rgb(122 122 122 / 20%);
  text-shadow: none;
  transition: all .6s ease-in-out 0s
}
.line-heading:hover:after{
  width: 180px;
  background: rgba(204,214,246,.6);
}
.faqs h3{
  font-family: 'Outfit', sans-serif;
  font-size: 52px;
  letter-spacing: -.045em;
  margin: 0 10%;
  text-align: left;
}
#faqSection div {
  float: left;
  display: inline-block;
  width: 46%;
  margin: 0 2%;
  overflow: hidden;
}
#faqSection .collapsible {
  background-color: white;
    border: 1px solid hsla(0,0%,51.4%,.16);
    border-radius: 7px;
    transition: box-shadow .2s ease 0s;
    color: #2b2b2b;
    margin: 0 0 8px;
    width: 100%;
    padding: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    text-align: left;
}
#faqSection .collapsible:hover {
  box-shadow: 0 10px 18px -19px rgb(0 0 0);
}
#faqSection .active, #faqSection .collapsible:hover {}
#faqSection .collapsible:after {content:"\002B";font-weight:bold;float:right;margin-left:5px}
#faqSection .active:after {content:"\2212"}
#faqSection .faq-content {
  overflow: hidden;
  width: calc(100% - 2%);
  padding: 5px 2%;
  transition: all .25s ease-in-out 0s;
  background: #fcfcfc;
  border: 1px solid hsla(0,0%,51.4%,.16);
  border-radius: 7px;
  max-height: 0;
  visibility: hidden;
}
#faqSection .faq-content p {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    line-height: 140%;
    margin: 0 0 12px;
}
.about_faqs {
    padding: 0;
    margin: 20px 0;
}
.about_faqs .accordion-item button {
    color: #2b2b2b !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background-color: #f7f7f7!important;
    text-align: left;
    border: 1px solid hsla(0,0%,51.4%,.16);
    transition: box-shadow .2s ease 0s;
    padding: 16px 20px;
    margin: 0;
}
.about_faqs .accordion-body {
    padding: 10px 0;
    margin: 0;
 }
#faqSection .faq-content a {
  color: #00C58E;
  font-weight: 600;
  letter-spacing: .05rem;
}
#faqSection .faq-content ul {border-left:2px solid #00C58E}
#faqSection .faq-content li {
  color: #bad2e2;
  font-size: .85rem;
  line-height: 160%;
  font-weight: 200;
  margin: 8px 0 8px 2%;
  list-style: none;
  width: 90%;
  font-family: sans-serif;
  text-shadow: 1px 1px 0 rgb(0 0 0);
}
#democarousel .items{
  margin: 0 15px;
  padding: 0;
}
#democarousel .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#democarousel .items h3{
    font-size: 18px;
}
#democarousel .nav-button.owl-next {
    right: -45px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#democarousel .nav-button.owl-prev {
    left: -45px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#democarousel .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#displaycarousel .items{
  margin: 0 15px;
  padding: 0;
}
#displaycarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#displaycarousels .items h3{
    font-size: 18px;
}
#displaycarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#displaycarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#displaycarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#foodcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#foodcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#foodcarousels .items h3{
    font-size: 18px;
}
#foodcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#foodcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#foodcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#cbdcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#cbdcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#cbdcarousels .items h3{
    font-size: 18px;
}
#cbdcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#cbdcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#cbdcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#giftcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#giftcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#giftcarousels .items h3{
    font-size: 18px;
}
#giftcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#giftcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#giftcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#cosmeticscarousels .items{
  margin: 0 15px;
  padding: 0;
}
#cosmeticscarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#cosmeticscarousels .items h3{
    font-size: 18px;
}
#cosmeticscarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#cosmeticscarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#cosmeticscarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#ecocarousels .items{
  margin: 0 15px;
  padding: 0;
}
#ecocarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#ecocarousels .items h3{
    font-size: 18px;
}
#ecocarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#ecocarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#ecocarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#metalizedcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#metalizedcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#metalizedcarousels .items h3{
    font-size: 18px;
}
#metalizedcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#metalizedcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#metalizedcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#bottomcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#bottomcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#bottomcarousels .items h3{
    font-size: 18px;
}
#bottomcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#bottomcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#bottomcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#foldcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#foldcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#foldcarousels .items h3{
    font-size: 18px;
}
#foldcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#foldcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#foldcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#showcasecarousels .items{
  margin: 0 15px;
  padding: 0;
}
#showcasecarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#showcasecarousels .items h3{
    font-size: 18px;
}
#showcasecarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#showcasecarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#showcasecarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#topcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#topcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#topcarousels .items h3{
    font-size: 18px;
}
#topcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#topcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#topcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#figurecarousels .items{
  margin: 0 15px;
  padding: 0;
}
#figurecarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#figurecarousels .items h3{
    font-size: 18px;
}
#figurecarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#figurecarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#figurecarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
#rectangularcarousels .items{
  margin: 0 15px;
  padding: 0;
}
#rectangularcarousels .items img{
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#rectangularcarousels .items h3{
    font-size: 18px;
}
#rectangularcarousels .nav-button.owl-next {
    right: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#rectangularcarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #ffede5;
    border-radius: 50%;
    height: 50px;
    color: #2b2b2b;
    width: 50px;
    font-size: 30px;
    padding: 2px 0;
    margin: 0;
}
#rectangularcarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #2b2b2b !important;
}
.copyright-right ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright-right ul li{
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.copyright-right ul li a{
  font-family: 'Outfit', sans-serif;
   font-size: 14px;
   color: #fff;
   font-weight: 400;
   text-decoration: none;
}
.copyright-right ul li a:hover{
  color: antiquewhite;
  text-decoration: underline;
}
.subscribes {
    position: relative;
    top: 40px;
    bottom: 0;
    left: 0;
    padding: 0;
    float: right;
    right: 0;
    margin: 0;
}
.subscribes input.es_required_field {
    width: 100%;
    position: absolute;
    padding: 13px 20px;
    background-color: #fff;
    border-radius: 25px;
    top: 0;
    margin: 0;
    left: 0;
    height: 50px;
    bottom: 0;
    right: 0;
    border: 0;
}
.subscribes input.es_subscription_form_submit {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #00cc83;
    position: relative;
    top: -63px;
    border: 0;
    bottom: 0;
    left: -4px;
    right: 0;
    float: right;
    padding: 12px 35px;
    border-radius: 25px;
    margin: 0;
}
.subscribes h4 {
    padding: 0 15px;
    margin: 0;
    top: -40px;
    text-align: right;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: relative;
    font-weight: normal;
}
.subscribes h4 span{
  font-family: 'Outfit', sans-serif;
   font-size: 16px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
}
.subscribes p {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #ffffff8f;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: right;
    left: 0;
    right: 0;
    position: absolute;
}
.post-thumbnail img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0;
}
.entry-content p img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.entry-content {
    padding: 0 60px;
    margin: 0;
}
.entry-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #2b2b2b;
    padding: 20px 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
}
div#recent_blog {
    padding: 0;
    margin: 20px 0;
    border-top: 1px solid #0000000f;
}
.blog_sidebar {
    background-color: transparent;
    border-radius: 5px;
    padding: 35px 30px 40px 35px;
    margin: 0;
    border: 2px solid #ededed;
    text-align: center;
}
.blog_sidebar h5 {
  font-family: 'Outfit', sans-serif;
    font-size: 34px;
    color: #152e3a;
    font-weight: 600;
    line-height: 40px;
    padding: 10px 0;
    margin: 0;
}
.blog_sidebar p{
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #152e3a;
  text-align: center;
}
a#pick_sidebar {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding:15px;
}
span.highlight {
    position: relative;
    background-color: #e4f1fb;
}
.entry-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 50px 0 0;
}
.entry-content h3{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2b2b2b;
    margin-top: 40px;
}
.widget_recent_entries_thumbnail ul  li{
   position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 14px 0;
    border-radius: 8px;
    border: 1px solid #e8ecf3;
    width: 100%;
    transition: .3s ease-in-out;
}
.widget-image{
  box-shadow: 0 3px 10px 0 rgb(52 53 54 / 24%);
    width: 100px;
    height: 100px;
}
.widget-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: .3s ease-in-out;
}
.widget-data {
    padding: 0 0 0 10px;
    margin: 0;
    display: block;
    line-height: 23px;
    word-wrap: break-word;
}
.widget-data h4 a{
  font-family: 'Outfit', sans-serif;
   color: #404040;
   font-size: 18px;
   padding: 0;
   margin: 0;
   line-height: 23px;
}
.widget-data span {
   display: block;
   font-family: 'Outfit', sans-serif;
   color: #404040;
   font-size: 16px;
   padding: 0;
   margin: 0;
}
.main-header .header-search-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -80px;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    color: #6a6a6a;
    line-height: 38px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
}
.main-header .header-search-icon:hover {
    color: black;
}
.search-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}
.search-popup {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    text-align: right;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.search-popup .search-form {
    position: relative;
    padding: 0px 15px 50px;
    padding-top: 200px;
    max-width: 1024px;
    margin: 0 auto;
}
.search-popup .close-search {
    position: relative;
    right: 25px;
    top: 25px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #de5b53;
    float: right;
    z-index: 55555;
}
.search-popup .close-search i {
    font-size: 23px;
    color: #fff;
    text-align: center;
    z-index: 77777;
    position: relative;
    margin: 0;
    padding: 3px 6px 0px 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: -1px;
}
.form-group {
    margin-bottom: 15px;
}
.search-popup .search-form fieldset {
    position: relative;
    border: 0;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
}
.search-popup .search-form 
fieldset input[type="search"], 
.search-popup 
.search-form fieldset input
.form-control {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.search-popup 
.search-form fieldset input[type="submit"] {
  position: absolute;
    display: block;
    right: 0px;
    top: 10px;
    text-align: center;
    width: 131px;
    padding: 10px;
    color: #fff;
    background: #de5b53;
    height: 70px;
    font-size: 19px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-family: 'Outfit', sans-serif;
    -moz-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
    border: 0;
}
section.error-404 {
    background-color: #de5b53;
    padding: 0;
    margin: 0;
}
.about_found {
    padding: 50px 0;
    margin: 0;
}
.about_found h2{
   font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 140px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_found p{
  font-family: 'Outfit', sans-serif;
   color: #fff;
   font-size: 18px;
   text-align: center;
   font-weight: normal;
   padding: 0;
   margin: 0;
}
.about_found a {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    width: 100%;
    display: block;
    padding: 0;
    margin: 40px auto;
}
.mytext {
    background-color: #f4f4f4;
    padding: 35px;
    margin: 0;
    line-height: 3.7;
    font-size: 30px;
}
.searchtext {
    font-size: 40px;
    font-weight: 500;
}
section#search {
    margin: 100px 0;
}
input.search-form-control {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.search-form-control:focus{
    outline: none;
}
p.subscribesubtext {
  /*padding: 9px;
    background-color: #2d8956;*/
    border-radius: 5px;
    margin: 0;
    color: #918e8e;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
div#faqss {
    background: #f7f7f7;
    padding: 100px;
}
p.antique {
    background: antiquewhite;
    padding: 25px;
    font-size: 1.3em;
}
h2.p\.antique {
    background: #e6e6e6;
    padding: 25px;
    margin: 0;
}
.del-txt h5 {
    color: #bdbdbd;
}
.progress-wrap{
  bottom: 75px!important;
}
section#instagram{
  padding: 40px 0;
  margin: 0;
}
section#instagram .swiper-pagination-bullets{
  display: none;
}
section#instagram button{
  display: none;
}
section#instagram .container-fluid{
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
section#manufacturer {
    background-color: #fff9f4;
    padding: 75px 0;
    margin: 0 auto;
}
.leading_txt{
  padding: 0;
  margin: 0;
}
.leading_txt h2{
  font-family: 'Outfit', sans-serif;
  color: #303840;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 300px;
  margin: 0;
}
.leading_txt h2 span{
  font-family: 'Outfit', sans-serif;
  color: #303840;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.leading_txt p {
    font-family: 'Outfit', sans-serif;
    color: #5e5e5e;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0 370px;
    margin: 0;
}
section#manufacturer_area {
    background-color: #fff4eb;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.leading_area {
    padding: 10px 0;
    margin: 0;
}
.leading_area h5{
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  margin: 0;
}
.leading_area p {
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 10px 220px 10px 0;
    margin: 0;
}
.swiper-slide.ei-media-type-image{
  margin: 0 10px;
  padding: 0;
}
div#ez-toc-container {
    padding: 50px!important;
}
.box-top {
    background-color: #f2f9ff;
    padding: 43px 50px;
    margin: 20px auto;
    text-align: left;
    border-radius: 20px;
}
.box-top img{
  text-align: left;
  width: 70px;
  padding: 15px 0;
  margin: 0;
}
.box-top h5 {
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 44px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 47px;
    padding: 0;
    margin: 0;
}
.box-top span{
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0;
}
.box-top a{
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}
.image-holder {
      padding: 0;
      margin: 0;
      display: block;
    }
.image-holder img {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    object-fit: cover;
    display: block;
}
.list {
      margin: 0;
      padding: 100px 0 30px 0;
      list-style: none;
  }
.leading_learn a {
    color: black;
}
.list li {
    padding: 7px 0;
    margin: 0 auto;
    display: block;
}
.list li a{
    font-family: 'Outfit', sans-serif;
      color: #000;
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      text-decoration: none;
      padding: 0;
      margin: 0;
  }
.list h5{
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.list li p{
      font-family: 'Outfit', sans-serif;
      color: #5e5e5e;
      font-size: 20px;
      text-align: left;
      padding: 10px 120px 10px 0;
      margin: 0;
  }
.leading_learn {
      padding-bottom: 100px;
      margin: 0;
  }
.px_accordion .accordion-item button {
    color: #2b2b2b !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: transparent!important;
    text-align: left;
    padding: 35px 10px;
    margin: 0;
} 
.px_accordion .card-body {
    flex: 1 1 auto;
    padding: 0 10px;
    color: darkgrey;
}
.ei-follow-us {
    display: none;
}
.px_accordion .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
 .px_accordion .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");