body {
  font-family: "Inter", sans-serif;
  color: #232323;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.mainbtn {
  background-color: #E86936;
  border-radius: 25px 0px;
  color: #fff;
}

.mainbtn:hover {
  background-color: transparent;
  border: 1px solid #E86936;
  color: #E86936;
}

.mainbtn:focus {
  outline: none;
  box-shadow: none;
}

.heading-h1 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .heading-h1 {
    font-size: 36px;
  }
}

.heading-h2 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .heading-h2 {
    font-size: 30px;
  }
}

.heading-h3 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .heading-h3 {
    font-size: 20px;
  }
}

.heading-h4 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .heading-h4 {
    font-size: 16px;
  }
}

.spanhead {
  font-family: "Inter", sans-serif;
  color: #FFC01E;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
}

.spanhead::after {
  position: absolute;
  content: url("../webicon/head.webp");
  left: 108%;
  top: -6px;
}

@media (max-width: 575.98px) {
  .spanhead::after {
    content: "";
  }
}

.basiccard {
  border: 0px;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
  border-radius: 50px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

#pageloader {
  background: rgba(255, 255, 255, 0.97);
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader .loaderimg {
  left: 45%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 30%;
}

#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

form .parsley-custom-error-message {
  color: #e71111;
  font-size: 12px;
}

ul.parsley-errors-list {
  margin-bottom: 0px;
  list-style: none;
  padding: 5px;
}

.owl-carousel .owl-nav button.owl-next img {
  width: 60px;
}

.owl-carousel .owl-nav button.owl-prev img {
  width: 60px;
}

section.menu {
  background-image: url("../img/menubg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575.98px) {
  section.menu {
    background-color: #FFE2D7;
  }
}

section.menu nav .nav-item {
  padding-left: 20px;
}

section.menu nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

section.menu nav .nav-item .active {
  border-bottom: 2px solid #E86936;
}

section.hero .carousel-caption {
  text-align: left;
}

section.hero .carousel-caption p {
  color: #232323;
}

section.usp img {
  margin-top: -30px;
}

section.about {
  position: relative;
  z-index: 9999;
}

section.about::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #FFE2D7;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  border-radius: 0px 50px 50px 0px;
}

@media (max-width: 575.98px) {
  section.about::before {
    background-color: #FFE2D7;
    height: 40%;
  }
}

.fruit-carousel .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fruit-carousel .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.fruit-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -15%;
  right: 46%;
}

.fruit-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  .fruit-carousel .owl-nav button.owl-next {
    right: 10%;
  }
}

.fruit-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -15%;
  right: 51%;
}

.fruit-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  .fruit-carousel .owl-nav button.owl-prev {
    right: 25%;
  }
}

section.filter1 {
  position: relative;
  z-index: 9999;
}

section.filter1 .card {
  border: 1px solid #e71111;
  border-radius: 0px;
}

section.filter1 .fruitheading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 60px;
  color: #151414;
}

@media (max-width: 575.98px) {
  section.filter1 .fruitheading {
    font-size: 30px;
  }
}

section.filter1::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #E86936;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  border-radius: 0px 50px 50px 0px;
}

@media (max-width: 575.98px) {
  section.filter1::before {
    background-color: transparent;
  }
}

section.filter2 {
  position: relative;
  z-index: 9999;
}

section.filter2 .card {
  border: 1px solid #e71111;
  border-radius: 0px;
}

section.filter2 .fruitheading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 60px;
  color: #151414;
}

@media (max-width: 575.98px) {
  section.filter2 .fruitheading {
    font-size: 30px;
  }
}

section.filter2::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #FFC01E;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  border-radius: 50px 0px 0px 50px;
}

@media (max-width: 575.98px) {
  section.filter2::before {
    background-color: transparent;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

section.products .producthead {
  font-family: "Poppins", sans-serif;
  color: #FDF3DA;
  font-weight: 900;
  font-size: 128px;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  section.products .producthead {
    font-size: 68px;
  }
}

section.products .productdiv {
  margin-top: -60px;
}

@media (max-width: 575.98px) {
  section.products .productdiv {
    margin-top: -35px;
  }
}

section.products .productdiv .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -15%;
  right: 0%;
}

section.products .productdiv .owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.products .productdiv .owl-carousel .owl-nav button.owl-next {
    bottom: 0%;
    right: 10%;
  }
}

section.products .productdiv .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -15%;
  right: 4%;
}

section.products .productdiv .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.products .productdiv .owl-carousel .owl-nav button.owl-prev {
    bottom: 0%;
    right: 25%;
  }
}

section.products .productdiv .productcard {
  border: 1px solid #E86936;
  border-radius: 50px 0px;
}

section.products .productdiv .productcard .heading-h3 {
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
  margin-bottom: -40px;
  background-color: #fff;
  border-radius: 10px;
}

section.vision {
  background-image: url("../img/ourvision.webp");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.vision h2, section.vision li {
  color: #fff;
}

section.vision .visionbg {
  background: rgba(21, 20, 20, 0.7);
}

section.vision .visionbg li::marker {
  content: url("../webicon/tick.svg");
}

section.import .basiccard {
  background-repeat: no-repeat;
  background-position: center;
}

section.import .basiccard p {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  section.import .basiccard p {
    font-size: 18px;
  }
}

section.import .experience {
  background-image: url("../webicon/experience.svg");
}

section.import .storage {
  background-image: url("../webicon/storage.svg");
}

section.import .store {
  background-image: url("../webicon/store.svg");
}

section.import .store p {
  color: #232323;
}

section.import .product {
  background-image: url("../webicon/product.svg");
}

section.import .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -58%;
  right: 46%;
}

section.import .owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.import .owl-carousel .owl-nav button.owl-next {
    bottom: -56%;
    right: 40%;
  }
}

section.import .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -58%;
  left: 38%;
}

section.import .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.import .owl-carousel .owl-nav button.owl-prev {
    bottom: -56%;
    left: 34%;
  }
}

section.whyus {
  position: relative;
  z-index: 999;
  background-color: #FDF3DA;
}

section.whyus::before {
  position: absolute;
  content: url("../img/whybg.webp");
  top: -80px;
  right: 0;
}

@media (max-width: 575.98px) {
  section.whyus::before {
    content: "";
  }
}

section.whyus::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: #FFC01E;
  top: 5%;
  right: 0;
  width: 20%;
  height: 90%;
  border-radius: 50px 0px 0px 50px;
}

@media (max-width: 575.98px) {
  section.whyus::after {
    top: 2%;
    height: 35%;
    width: 40%;
  }
}

section.whyus li::marker {
  content: url("../webicon/tick.svg");
}

section.whyus .mainbtn {
  background-color: #FFC01E;
}

section.whyus .mainbtn:hover {
  background-color: transparent;
  border: 1px solid #FFC01E;
  color: #FFC01E;
}

section.retail .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.retail .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

section.retail .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -10%;
  right: 46%;
}

section.retail .owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.retail .owl-carousel .owl-nav button.owl-next {
    bottom: -5%;
    right: 45%;
  }
}

section.retail .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -10%;
  left: 38%;
}

section.retail .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.retail .owl-carousel .owl-nav button.owl-prev {
    bottom: -5%;
    left: 28%;
  }
}

section.footer {
  background-color: #FFE2D7;
  position: relative;
}

section.footer::before {
  position: absolute;
  content: url("../img/footbg.webp");
  top: -80px;
  right: 0;
}

@media (max-width: 575.98px) {
  section.footer::before {
    content: '';
  }
}

section.footer .footbg {
  border: 1px solid #E86936;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.1);
}

section.footer .footbg .heading-h4 {
  font-size: 16px;
}

section.footer .footbg p, section.footer .footbg a {
  color: #232323;
  font-size: 14px;
}

section.copyright {
  background-color: #E86936;
}

section.copyright p, section.copyright a {
  font-size: 14px;
  color: #fff;
}

section.whatwedo .basiccard {
  background-image: url("../img/missionbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
}

@media (max-width: 575.98px) {
  section.whatwedo .basiccard {
    background-image: none;
  }
}

section.whatwedo .basiccard li::marker {
  content: url("../webicon/tick.svg");
}

section.keypeople .card {
  border-radius: 25px;
  border: 1px solid #E86936;
}

section.keypeople .card img {
  margin-top: -50px;
}

section.keypeople .card p {
  font-size: 18px;
}

section.ourbrands .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -20%;
  left: 4%;
}

section.ourbrands .owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.ourbrands .owl-carousel .owl-nav button.owl-next {
    bottom: -44%;
    left: 45%;
  }
}

section.ourbrands .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  position: absolute;
  bottom: -20%;
  left: 0%;
}

section.ourbrands .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

@media (max-width: 575.98px) {
  section.ourbrands .owl-carousel .owl-nav button.owl-prev {
    bottom: -44%;
    left: 25%;
  }
}

section.whylk {
  background-image: url("../img/whylk.webp");
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 575.98px) {
  section.whylk {
    background-image: none;
  }
}

.portfolio-filter .portfolio-filter-group {
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}

.portfolio-filter .portfolio-filter-group .filter-button {
  border: 1px solid #E86936;
}

@media (max-width: 575.98px) {
  .portfolio-filter .portfolio-filter-group {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.portfolio-filter .card {
  border: 0px;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}

.portfolio-filter .card .heading-h3 {
  font-size: 20px;
}

.portfolio-filter .filter-active {
  background-color: #E86936;
  color: #fff;
}

section.contactus a {
  color: #232323;
}

section.contactus a:hover {
  color: #E86936;
}

section.address .basiccard {
  border-radius: 25px;
}

/* ------------------- MAIN CSS- mobile menu css ------------------*/
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 3px 0 20px 3px rgba(0, 0, 0, 0.3);
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* .cbp-spmenu a:hover {
	background: #4db6ac;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
} */
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  /*border-bottom: 1px solid #258ecd;*/
  padding: 0.9rem 1rem;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1031;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -270px;
    /* left: -190px; */
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

button#showLeft {
  background: transparent;
  border-color: transparent;
  line-height: 14px;
}

button#showLeft svg {
  fill: #151414;
  width: 30px;
}

button#showLeft:focus {
  outline: none;
  box-shadow: none;
}

button.cbpbtn {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 15px;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

button.cbpbtn svg {
  fill: #E86936;
}

.cbp-spmenu-left.cbp-spmenu-open {
  z-index: 99999;
}

button.cbpbtn:focus {
  box-shadow: none;
  outline: none;
}

.slide-logo {
  width: 70px;
  padding: 1rem !important;
}

.slide-category .nav-link {
  padding-left: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  color: #151414;
}

.cbp-spmenu li.partner {
  position: relative;
}

.cbp-spmenu li.partner::after {
  content: none;
}

.cbp-spmenu li.partner a.nav-link {
  background-color: #EA1E21;
  color: #fff;
  left: 0;
  z-index: 99;
}

.cbp-spmenu .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.83rem;
  letter-spacing: 2px;
}

.slide-link img {
  width: 20px;
}

ul.slide-contact {
  list-style-type: none;
  padding-left: 0px;
}

ul.slide-contact a {
  display: inline-block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px;
}

.slide-contact i.btn-primary:focus {
  font-size: 0.8rem;
}

.slide-contact li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.slide-contact li svg {
  fill: #E86936;
}

#showLeft {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  #showLeft {
    display: block;
  }
}

/* ------------------- MAIN CSS- mobile menu css close ------------------*/
