@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Boindy – HTML5 Template
    Author: Coderlift.com
    Support: helpcoderlift@gmail.com
    Description: Boindy  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
.section-bg-overylay-1 {
  position: relative;
  z-index: 1;
}
.section-bg-overylay-1::before {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(9, 51, 27, 0.5) 0%,
    rgba(9, 51, 27, 0.8) 20%,
    rgba(9, 51, 27, 0.64) 35.5%,
    rgba(9, 51, 27, 0.51) 49%,
    rgba(9, 51, 27, 0.41) 59%,
    rgba(9, 51, 27, 0.28) 72.5%,
    rgba(9, 51, 27, 0.09) 91.5%,
    rgba(9, 51, 27, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: -1;
}
.section-bg-overylay-2 {
  position: relative;
  z-index: 1;
}
.section-bg-overylay-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-270deg, #09331b 0%, rgba(9, 51, 27, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: -1;
}

.overlay-opacity-95::before {
  opacity: 0.95 !important;
}
.overlay-opacity-95::after {
  opacity: 0.95 !important;
}
.overlay-opacity-2::before {
  opacity: 0.2 !important;
}
.overlay-opacity-2::after {
  opacity: 0.2 !important;
}

.section-pt-100 {
  padding-top: 100px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-pt-100 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-pt-100 {
    padding-top: 60px;
  }
}

.section-pb-100 {
  padding-bottom: 100px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-pb-100 {
    padding-bottom: 60px;
  }
}

.section-pt-80 {
  padding-top: 80px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-pt-80 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-pt-80 {
    padding-top: 40px;
  }
}

.section-pb-80 {
  padding-bottom: 80px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-pb-80 {
    padding-bottom: 40px;
  }
}

.section-pt-60 {
  padding-top: 60px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-pt-60 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-pt-60 {
    padding-top: 20px;
  }
}

.section-60 {
  padding-bottom: 60px;
}
@media screen and (min-width: 778px) and (max-width: 992px) {
  .section-60 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-60 {
    padding-bottom: 20px;
  }
}

.gy-120 {
  --bs-gutter-y: 120px;
}

.gy-100 {
  --bs-gutter-y: 100px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-36 {
  --bs-gutter-y: 36px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-36 {
  --bs-gutter-x: 36px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}
@media (min-width: 468px) and (max-width: 575px) {
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
:root {
  /**
   * @font family declaration
   */
  --cl-ff-body: "Roboto", sans-serif;
  --cl-ff-heading: "Raleway", sans-serif;
  --cl-ff-text: "Roboto", sans-serif;
  --cl-ff-fontawesome: "Font Awesome 6 Free";
  --cl-color-grey-1: #f1f1f1;
  --cl-color-grey-2: #f5f6f8;
  --cl-color-white: #ffffff;
  --cl-color-black: #000;
  --cl-color-primary: #009961;
  --cl-color-dark-primary: #1bb27b;
  --cl-color-secondary: #09331b;
  --cl-color-bottle-green: #09331b;
  --cl-color-caribbean-green: #0acf83;
  --cl-color-dodger-blue: #1abcfe;
  --cl-color-english-holly: #021609;
  --cl-color-maastricht-blue: #09152b;
  --cl-color-alabaster: #ebf0e7;
  --cl-color-jewel: #0e7a31;
  --cl-color-border-color: #e6f2f2;
  --cl-color-heading-1: #09331b;
  --cl-color-text-body: #6d756d;
  --cl-color-text-body2: #413533;
  --cl-color-yellow: #f7b401;
  --cl-color-icon-black: #113007;
  --cl-color-badge: #ffab6c;
  --cl-color-cart-remove: #f44336;
  /**
   * @color declaration
   */
  /**
    * @font weight declaration
    */
  --cl-fw-normal-1: 400;
  --cl-fw-normal-2: 500;
  --cl-fw-bold-1: 700;
  --cl-fw-bold-2: 800;
  --cl-fw-bold-3: 600;
  /**
   * @font size declaration
   */
  --cl-fz-text-1: 1rem;
  --cl-fz-text-2: 0.875rem;
  --cl-fz-heading-1: 4.375rem;
  --cl-fz-heading-2: 3.4375rem;
  --cl-fz-heading-3: 2.8125rem;
  --cl-fz-heading-4: 2.25rem;
  --cl-fz-heading-5: 2rem;
  --cl-fz-heading-6: 1.75rem;
  --cl-fz-heading-7: 1.375rem;
  --cl-fz-heading-8: 1.125rem;
}

.cl-text-grey-1 {
  color: #f1f1f1;
}

.cl-btn--grey-1 {
  background-color: #f1f1f1;
}

.cl-bg-grey-1 {
  background-color: #f1f1f1;
}

.cl-text-grey-2 {
  color: #f5f6f8;
}

.cl-btn--grey-2 {
  background-color: #f5f6f8;
}

.cl-bg-grey-2 {
  background-color: #f5f6f8;
}

.cl-text-white {
  color: #ffffff;
}

.cl-btn--white {
  background-color: #ffffff;
}

.cl-bg-white {
  background-color: #ffffff;
}

.cl-text-black {
  color: #000;
}

.cl-btn--black {
  background-color: #000;
}

.cl-bg-black {
  background-color: #000;
}

.cl-text-primary {
  color: #009961;
}

.cl-btn--primary {
  background-color: #009961;
}

.cl-bg-primary {
  background-color: #009961;
}

.cl-text-dark-primary {
  color: #1bb27b;
}

.cl-btn--dark-primary {
  background-color: #1bb27b;
}

.cl-bg-dark-primary {
  background-color: #1bb27b;
}

.cl-text-secondary {
  color: #09331b;
}

.cl-btn--secondary {
  background-color: #09331b;
}

.cl-bg-secondary {
  background-color: #09331b;
}

.cl-text-bottle-green {
  color: #09331b;
}

.cl-btn--bottle-green {
  background-color: #09331b;
}

.cl-bg-bottle-green {
  background-color: #09331b;
}

.cl-text-caribbean-green {
  color: #0acf83;
}

.cl-btn--caribbean-green {
  background-color: #0acf83;
}

.cl-bg-caribbean-green {
  background-color: #0acf83;
}

.cl-text-dodger-blue {
  color: #1abcfe;
}

.cl-btn--dodger-blue {
  background-color: #1abcfe;
}

.cl-bg-dodger-blue {
  background-color: #1abcfe;
}

.cl-text-english-holly {
  color: #021609;
}

.cl-btn--english-holly {
  background-color: #021609;
}

.cl-bg-english-holly {
  background-color: #021609;
}

.cl-text-maastricht-blue {
  color: #09152b;
}

.cl-btn--maastricht-blue {
  background-color: #09152b;
}

.cl-bg-maastricht-blue {
  background-color: #09152b;
}

.cl-text-alabaster {
  color: #ebf0e7;
}

.cl-btn--alabaster {
  background-color: #ebf0e7;
}

.cl-bg-alabaster {
  background-color: #ebf0e7;
}

.cl-text-jewel {
  color: #0e7a31;
}

.cl-btn--jewel {
  background-color: #0e7a31;
}

.cl-bg-jewel {
  background-color: #0e7a31;
}

.cl-text-border-color {
  color: #e6f2f2;
}

.cl-btn--border-color {
  background-color: #e6f2f2;
}

.cl-bg-border-color {
  background-color: #e6f2f2;
}

.cl-text-heading-1 {
  color: #09331b;
}

.cl-btn--heading-1 {
  background-color: #09331b;
}

.cl-bg-heading-1 {
  background-color: #09331b;
}

.cl-text-text-body {
  color: #6d756d;
}

.cl-btn--text-body {
  background-color: #6d756d;
}

.cl-bg-text-body {
  background-color: #6d756d;
}

.cl-text-text-body2 {
  color: #413533;
}

.cl-btn--text-body2 {
  background-color: #413533;
}

.cl-bg-text-body2 {
  background-color: #413533;
}

.cl-text-yellow {
  color: #f7b401;
}

.cl-btn--yellow {
  background-color: #f7b401;
}

.cl-bg-yellow {
  background-color: #f7b401;
}

.cl-text-icon-black {
  color: #113007;
}

.cl-btn--icon-black {
  background-color: #113007;
}

.cl-bg-icon-black {
  background-color: #113007;
}

.cl-text-badge {
  color: #ffab6c;
}

.cl-btn--badge {
  background-color: #ffab6c;
}

.cl-bg-badge {
  background-color: #ffab6c;
}

.cl-text-cart-remove {
  color: #f44336;
}

.cl-btn--cart-remove {
  background-color: #f44336;
}

.cl-bg-cart-remove {
  background-color: #f44336;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--cl-ff-body);
  font-size: var(--cl-fz-body);
  font-weight: normal;
  color: var(--cl-color-text-body);
  line-height: 28px;
  background-color: var(--body-bg);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cl-ff-heading);
  color: var(--cl-color-heading-1);
  margin-top: 0px;
  font-weight: var(--cl-fw-bold-1);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--cl-fz-heading-1);
}

h2 {
  font-size: var(--cl-fz-heading-2);
}

h3 {
  font-size: var(--cl-fz-heading-3);
}

h4 {
  font-size: var(--cl-fz-heading-4);
}

h5 {
  font-size: var(--cl-fz-heading-5);
}

h6 {
  font-size: var(--cl-fz-heading-6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--cl-ff-text);
  font-size: var(--cl-fz-text-1);
  font-weight: var(--cl-fw-normal-1);
  color: var(--cl-color-text-body);
  margin-bottom: 15px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  p {
    line-height: 28px;
  }
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--cl-color-black);
  color: var(--cl-color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--cl-color-black);
  color: var(--cl-color-white);
  text-shadow: none;
}

::selection {
  background: var(--cl-color-black);
  color: var(--cl-color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--cl-color-black);
  font-size: var(--cl-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--cl-color-black);
  font-size: var(--cl-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: rgba(var(--cl-color-black), 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
  background: var(--cl-color-primary);
  border-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}

.nice-select::after {
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--cl-ff-fontawesome);
  transform-origin: center;
  color: var(--cl-color-white);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

/*----------------------------------------*/
/*  BACKGROUND CSS START
/*----------------------------------------*/
.grey-bg {
  background: var(--cl-color-grey-1);
}

.grey-bg-2 {
  background: var(--cl-color-grey-2);
}

.white-bg {
  background: var(--cl-color-white);
}

.black-bg {
  background: var(--cl-color-black);
}

/*----------------------------------------*/
/*  BUTTON  CSS START
/*----------------------------------------*/
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--cl-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--cl-color-black);
  animation: pulse 2s infinite;
  /* === Style 2 === */
}
.pulse-btn:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.pulse-btn i {
  padding-left: 2px;
}
.pulse-btn--style-2 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--cl-color-primary);
}
@media screen and (min-width: 480px) {
  .pulse-btn--style-2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.pulse-btn--style-2:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}

/* hamburger btn */
.hamurger-btn {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.hamurger-btn span {
  display: inline-block;
  width: 100%;
  background: var(--cl-color-black);
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
}
.hamurger-btn span:nth-child(1) {
  top: 0;
}
.hamurger-btn span:nth-child(2) {
  top: 10px;
}
.hamurger-btn span:nth-child(3) {
  top: 20px;
}

/* theme btn */
.cl-btn {
  text-decoration: none;
  border: 1px solid var(--cl-color-primary);
  justify-content: center;
  position: relative;
  z-index: 3;
  color: #000;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--cl-fw-normal-1);
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
  height: 45px;
  text-align: center;
  padding: 5px 10px;
  text-transform: capitalize;
  font-family: "Roboto";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  min-width: 120px;
  position: relative;
  z-index: 1;
}
.cl-btn::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 430px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-30%) translateY(-40%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-bottle-green);
}
.cl-btn:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-bottle-green);
  border-color: #8ec119;
}
.cl-btn:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cl-btn i {
  padding-left: 5px;
}
@media (min-width: 992px) {
  .cl-btn {
    height: 55px;
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .cl-btn {
    padding: 5px 40px;
  }
}
.cl-btn:focus {
  color: var(--cl-color-white);
}
.cl-btn--primary {
  gap: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-btn--primary {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-btn--primary {
    font-size: 16px;
  }
}
.cl-btn--primary i {
  border: 1px solid var(--cl-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  margin-left: 10px;
  padding: 0;
}
.cl-btn--primary::before {
  border-color: #8ec119;
  background-color: #8ec119;
  color: var(--cl-color-white);
}
.cl-btn--primary:hover {
  background-color: var(--cl-color-secondary);
  color: var(--cl-color-white);
}
.cl-btn--white {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-btn--white {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-btn--white {
    font-size: 16px;
  }
}
.cl-btn--white::before {
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-primary);
}
.cl-btn--white i {
  border: 1px solid var(--cl-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  margin-left: 10px;
  padding: 0;
}
.cl-btn--white svg path {
  fill: var(--cl-color-primary);
}
.cl-btn--white:hover {
  background-color: var(--cl-color-primary) !important;
}
.cl-btn--white:hover svg path {
  fill: var(--cl-color-white);
}
.cl-btn--outline {
  background-color: transparent;
  border: 1px solid var(--cl-color-primary);
  color: var(--cl-color-primary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-btn--outline {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-btn--outline {
    font-size: 16px;
  }
}
.cl-btn--outline i {
  border: 1px solid var(--cl-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  margin-left: 10px;
  padding: 0;
}
.cl-btn--outline svg {
  margin-left: 10px;
}
.cl-btn--outline svg path {
  fill: var(--cl-color-primary);
}
.cl-btn--outline:hover {
  border: 1px solid var(--cl-color-bottle-green);
}
.cl-btn--outline:hover i {
  border: 1px solid var(--cl-color-white);
}
.cl-btn--outline:hover svg path {
  fill: var(--cl-color-white);
}
.cl-btn--secondary {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
  font-size: 16px;
  height: 55px;
}
.cl-btn--secondary::before {
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-primary);
}
.cl-btn--secondary:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
  border-color: var(--cl-color-bottle-green);
}
.cl-btn--primary-hover {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
  font-size: 16px;
}
.cl-btn--primary-hover:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
}
.cl-btn--circle {
  height: 57px;
  width: 57px;
  border-radius: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-btn--circle i {
  padding-left: 0;
}
.cl-btn--circle:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-btn--circle svg path {
  stroke: var(--cl-color-white);
}
.cl-btn--circle::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 430px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-30%) translateY(-40%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-bottle-green);
}
.cl-btn--circle:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cl-btn--circle.rotate-icon__45 i,
.cl-btn--circle.rotate-icon__45 svg {
  transform: rotate(-45deg);
}

/* End theme btn */
/* Circle Button */
.circle-btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cl-color-primary);
  /* === Style 2 === */
  /* === Style 3 === */
}
.circle-btn__icon i,
.circle-btn__icon img,
.circle-btn__icon svg {
  width: 40px;
  font-size: 20px;
}
.circle-btn__text {
  position: absolute;
  width: 95px;
  height: 95px;
  animation: rotateText 10s linear infinite;
  color: var(--cl-color-white);
  font-family: "Raleway";
}
.circle-btn__text svg path {
  fill: transparent;
}
.circle-btn__text text {
  fill: var(--cl-color-white);
}
.circle-btn--style-2 {
  background-color: var(--cl-color-primary);
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  bottom: 70px;
  left: 20px;
}
.circle-btn--style-2 .circle-btn__icon {
  /* === Style 3 === */
}
.circle-btn--style-2 .circle-btn__icon svg {
  width: 20px;
}
.circle-btn--style-2 .circle-btn__icon--style-3 svg {
  width: 40px;
}
@media (min-width: 375px) {
  .circle-btn--style-2 {
    width: 110px;
    height: 110px;
    bottom: 60px;
  }
}
@media (min-width: 480px) {
  .circle-btn--style-2 {
    width: 110px;
    height: 110px;
    bottom: 60px;
  }
}
@media (min-width: 574px) {
  .circle-btn--style-2 {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .circle-btn--style-2 {
    width: 142px;
    height: 142px;
  }
  .circle-btn--style-2 .circle-btn__icon svg {
    width: auto;
  }
}
.circle-btn--style-2 .circle-btn__text {
  font-weight: 400;
  width: 120px;
  height: 120px;
  font-size: 13px;
  letter-spacing: 2px;
}
@media (min-width: 375px) {
  .circle-btn--style-2 .circle-btn__text {
    width: 130px;
    height: 130px;
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .circle-btn--style-2 .circle-btn__text {
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .circle-btn--style-2 .circle-btn__text {
    width: 175px;
    height: 175px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .circle-btn--style-2 .circle-btn__text {
    font-size: 12px;
  }
}
.circle-btn--style-3 {
  position: static;
}
.circle-btn--style-3 .circle-btn__text {
  font-size: 12px;
}
@media (max-width: 820px) {
  .circle-btn--style-3 {
    width: 90px;
    height: 90px;
  }
  .circle-btn--style-3 .circle-btn__icon svg {
    width: 30px;
  }
}
@media (max-width: 820px) {
  .circle-btn--style-3 .circle-btn__text {
    width: 110px;
    height: 110px;
  }
}

/*----------------------------------------*/
/*  SEARCH MODAL CSS START
/*----------------------------------------*/
/* The Modal (background) */
.search-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: -100%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  transition:
    top 0.6s,
    opacity 0.6s;
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.search-modal__content {
  background-color: var(--cl-color-alabaster);
  padding: 50px 20px;
  width: 60%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 8px;
  display: flex;
  /* The Close Button */
  /* bottom shape */
  /* search-input */
}
.search-modal__content.active {
  opacity: 1;
  top: 50%;
}
.search-modal__content__close {
  color: var(--cl-color-white);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  background-color: var(--cl-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.search-modal__content__close:hover {
  cursor: pointer;
  background-color: var(--cl-color-secondary);
}
.search-modal__content__shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-modal__content .search-input {
  width: 90%;
  border: 1px solid var(--cl-color-white);
  border-radius: 60px;
  padding: 20px;
  font-size: 24px;
  margin: auto;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.search-modal__content .search-input:focus {
  border: 1px solid var(--cl-color-primary);
}

/*----------------------------------------*/
/* SECTION TITLE CSS START
/*----------------------------------------*/
.section-title-block {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-title-block {
    margin-bottom: 60px;
  }
}
.section-title-block__subtitle {
  color: var(--cl-color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .section-title-block__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-title-block__subtitle {
    font-size: 18px;
  }
}
.section-title-block__subtitle img {
  width: 22px;
}
.section-title-block__opacity-heading {
  font-weight: 700;
  line-height: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--cl-color-jewel);
  color: transparent;
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  font-size: 45px;
  /* === Style 2 === */
  /* === Style 10 === */
}
@media (min-width: 768px) {
  .section-title-block__opacity-heading {
    font-size: 90px;
  }
}
@media (min-width: 992px) {
  .section-title-block__opacity-heading {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .section-title-block__opacity-heading {
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .section-title-block__opacity-heading {
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .section-title-block__opacity-heading {
    line-height: 90px;
    top: 50%;
  }
}
.section-title-block__opacity-heading--style-2 {
  top: 5%;
}
@media (min-width: 992px) {
  .section-title-block__opacity-heading--style-2 {
    top: 5%;
    left: 54%;
  }
}
@media (min-width: 1200px) {
  .section-title-block__opacity-heading--style-2 {
    top: 15%;
    left: 58%;
  }
}
@media (min-width: 1600px) {
  .section-title-block__opacity-heading--style-2 {
    top: 5%;
    left: 59%;
  }
}
.section-title-block__opacity-heading--style-10 {
  top: 5%;
}
@media (min-width: 992px) {
  .section-title-block__opacity-heading--style-10 {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .section-title-block__opacity-heading--style-10 {
    top: 15%;
  }
}
@media (min-width: 1600px) {
  .section-title-block__opacity-heading--style-10 {
    top: 5%;
  }
}
.section-title-block__heading {
  position: relative;
  color: var(--cl-color-bottle-green);
  font-style: normal;
  font-weight: var(--cl-fw-bold-1);
  line-height: 32px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-title-block__heading {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-title-block__heading {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .section-title-block__heading {
    font-size: 33px;
  }
}
@media (min-width: 575px) {
  .section-title-block__heading {
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .section-title-block__heading {
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .section-title-block__heading {
    line-height: 42px;
  }
}
.section-title-block__text {
  font-size: var(--cl-fz-text-2);
  font-style: normal;
  font-weight: var(--cl-fw-normal-1);
  line-height: 24px;
  text-align: justify;
  
}
@media (min-width: 768px) {
  .section-title-block__text {
    font-size: var(--cl-fz-text-1);
    line-height: 26px;
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .section-title-block__text {
    margin-bottom: 60px;
    line-height: 28px;
    text-align: justify;
  }
}
.section-title-block__text br {
  display: none;
}
@media (min-width: 992px) {
  .section-title-block__text br {
    display: block;
  }
}
.section-title-block__text--bold {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-title-block__text--bold {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-title-block__text--bold {
    font-size: 18px;
  }
}
.section-title-block__highlight-text {
  color: var(--cl-color-primary);
}
.section-title-block--center {
  text-align: center;
}
.section-title-block--dark .section-title-block__subtitle,
.section-title-block--dark .section-title-block__heading,
.section-title-block--dark .section-title-block__text {
  color: var(--cl-color-white);
}
.section-title-block__middle-shape {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 767px) {
  .section-title-block__middle-shape {
    margin: 20px auto;
  }
}
@media screen and (min-width: 992px) {
  .section-title-block__middle-shape {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .section-title-block__middle-shape {
    margin: 0 50%;
    width: 45%;
  }
}
.section-title-block__middle-shape img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-title-block__middle-shape--style2 {
  margin: 0;
  height: 100px;
  width: 90px;
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (min-width: 574px) {
  .section-title-block__middle-shape--style2 {
    right: 33%;
    top: 35%;
  }
}
@media screen and (min-width: 992px) {
  .section-title-block__middle-shape--style2 {
    right: 33%;
    top: 20%;
  }
}
.section-title-block__middle-shape--style2 img {
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb {
  background-image: url("../images/jpg/breadcrumb/breadcrumb.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .breadcrumb {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.breadcrumb__title {
  color: var(--cl-color-white);
  font-size: 28px;
}
@media (min-width: 768px) {
  .breadcrumb__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .breadcrumb__title {
    font-size: 48px;
  }
}
.breadcrumb__title-2 {
  font-size: 50px;
  line-height: 1.1;
  margin-top: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title-2 {
    font-size: 26px;
  }
}
.breadcrumb__title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: var(--cl-color-primary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  margin-bottom: 12px;
}
.breadcrumb__list span {
  font-size: 16px;
  color: var(--cl-color-white);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list span i {
  color: var(--cl-color-primary);
  font-weight: bold;
}
.breadcrumb__list span a:hover {
  color: var(--cl-color-primary);
}
.breadcrumb__list-2 span {
  font-size: 14px;
  color: var(--cl-color-11);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list-2 span a:hover {
  color: var(--cl-color-primary);
}
.breadcrumb__overlay {
  position: relative;
}
.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #09331b 0%, rgba(9, 51, 27, 0) 100%);
}
.breadcrumb__bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 250%;
}
@media (min-width: 992px) {
  .breadcrumb__bottom-shape {
    width: 100%;
  }
}
.breadcrumb__bottom-shape img {
  width: 100%;
}

/*----------------------------------------*/
/*  FEATURE LISTS CSS START
/*----------------------------------------*/
.cl-feature-lists {
  /* === Style 2 === */
}
@media (min-width: 768px) {
  .cl-feature-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .cl-feature-lists {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cl-feature-lists__item {
  max-width: 320px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 480px) {
  .cl-feature-lists__item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
@media (min-width: 574px) {
  .cl-feature-lists__item {
    align-items: initial;
    justify-content: initial;
    text-align: initial;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 30px;
    flex-direction: row;
    gap: 20px;
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cl-feature-lists__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .cl-feature-lists__item {
    flex-wrap: nowrap;
    gap: 30px;
  }
}
.cl-feature-lists__item__icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-color: var(--cl-color-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 10px;
}
.cl-feature-lists__item__icon svg {
  height: 35px;
}
.cl-feature-lists__content {
  flex: 0 0 calc(100% - 80px);
}
.cl-feature-lists__content__heading {
  font-weight: 700;
  line-height: 32px;
  color: var(--cl-color-english-holly);
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-feature-lists__content__heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-feature-lists__content__heading {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .cl-feature-lists__content__heading {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .cl-feature-lists__content__heading {
    margin-bottom: 10px;
  }
}
.cl-feature-lists__content__text {
  font-weight: 400;
  line-height: 28px;
  color: #4d5756;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cl-feature-lists__content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.cl-feature-lists--style-2 {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 565px;
}
@media screen and (min-width: 480px) {
  .cl-feature-lists--style-2 {
    margin-bottom: 25px;
    padding: 20px 45px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .cl-feature-lists--style-2 {
    margin-bottom: 35px;
    padding: 0px 10px;
  }
}
.cl-feature-lists--style-2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cl-feature-lists--style-2 ul li {
  list-style: none;
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0px;
  padding: 20px 10px;
  font-family: var(--cl-heading-body);
}
@media (min-width: 768px) {
  .cl-feature-lists--style-2 ul li {
    max-width: 50%;
  }
}
.cl-feature-lists--style-2 ul li svg {
  margin-top: 4px;
  margin-right: 10px;
}
.cl-feature-lists--style-2 ul li p {
  font-weight: 500;
  line-height: 28px;
  color: var(--cl-color-white);
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-feature-lists--style-2 ul li p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-feature-lists--style-2 ul li p {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/* TEAM MEMBER CSS START
/*----------------------------------------*/
.cl-team-block {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 15px;
  /* === Style 2 === */
  /* === Style 2 === */
}
@media screen and (min-width: 768px) {
  .cl-team-block {
    padding-bottom: 80px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-team-block {
    padding-top: 120px;
    padding-bottom: 95px;
  }
}
.cl-team-block__body-section {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .cl-team-block__body-section {
    width: 75%;
  }
}
@media screen and (min-width: 574px) {
  .cl-team-block__body-section {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-block__body-section {
    width: 100%;
  }
}
.cl-team-block .section-title-block__subtitle {
  margin: 0;
}
.cl-team-block .section-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 574px) {
  .cl-team-block .section-title-block {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 767px) {
  .cl-team-block .section-title-block {
    margin-bottom: 45px;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-block .section-title-block {
    margin-bottom: 55px;
    flex-direction: column;
  }
}
.cl-team-block .section-title-block__heading {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .cl-team-block .section-title-block__heading {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-team-block .section-title-block__heading {
    margin-bottom: 20px;
  }
}
.cl-team-block .section-title-block__text {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .cl-team-block .section-title-block__text {
    margin-bottom: 5px;
    margin-right: 42px;
  }
}
.cl-team-block .section-title-block__image {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cl-team-block .section-title-block__image {
    text-align: end;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-block .section-title-block__image {
    text-align: start;
  }
}
.cl-team-block .section-title-block__image img {
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1400px) {
  .cl-team-block .section-title-block__image img {
    width: 90% !important;
  }
}
.cl-team-block .section-title-block--style-2 {
  flex-direction: column;
}
.cl-team-block--style-2 {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-team-block--style-2 {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-team-block--style-2 {
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
.cl-team-block--style-2 .cl-team-block__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
}
@media screen and (min-width: 767px) {
  .cl-team-block--style-2 .cl-team-block__shape-1 {
    left: 1%;
    top: -5%;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-block--style-2 .cl-team-block__shape-1 {
    left: 1%;
    top: -5%;
  }
}
@media screen and (min-width: 1200px) {
  .cl-team-block--style-2 .cl-team-block__shape-1 {
    left: 1%;
    top: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .cl-team-block--style-2 .cl-team-block__shape-1 {
    left: 1%;
    top: -15%;
  }
}
.cl-team-block--style-2 .cl-team-block__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-team-block--style-2
  .cl-team-members__single
  .cl-team-member-social-btn:hover
  .cl-team-members__single__social-icon {
  visibility: visible;
  opacity: 1;
}
.cl-team-block--style-3 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-team-block--style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-team-block--style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-team-block--style-3__shape-1 {
  position: absolute;
  top: 0.5%;
  left: 1%;
  width: 10.2%;
}
@media screen and (min-width: 480px) {
  .cl-team-block--style-3__shape-1 {
    top: 1%;
    width: 10.2%;
  }
}
@media screen and (min-width: 574px) {
  .cl-team-block--style-3__shape-1 {
    top: 1%;
    width: 13.2%;
  }
}
@media screen and (min-width: 768px) {
  .cl-team-block--style-3__shape-1 {
    top: 3%;
    width: 9%;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-block--style-3__shape-1 {
    top: 8%;
    width: 14.2%;
  }
}
.cl-team-block--style-3__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Team Members Content */
.cl-team-members {
  /* ==== Style 2 ==== */
}
.cl-team-members .col {
  margin-bottom: 60px;
}
.cl-team-members__single {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
  border-radius: 10px;
}
@media screen and (min-width: 574px) {
  .cl-team-members__single {
    margin-bottom: 45px;
  }
}
.cl-team-members__single img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cl-team-members__single img:hover {
  border-radius: 10px;
}
.cl-team-members__single__meta-info {
  padding: 10px 19px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  background-color: var(--cl-color-white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-radius: 10px;
  z-index: 3;
}
.cl-team-members__single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--cl-color-bottle-green);
  opacity: 0;
  border-radius: 10px;
}
.cl-team-members__single:hover::after {
  opacity: 0.8;
}
.cl-team-members__single:hover__social-icon {
  bottom: 25%;
}
.cl-team-members__single:hover i {
  opacity: 1;
  color: white;
  transform: scale(1);
}
.cl-team-members__single:hover .cl-team-members__meta::after,
.cl-team-members__single:hover .cl-team-members__meta::before {
  background-color: var(--cl-color-primary);
}
.cl-team-members__single__social-icon {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 90%;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 480px) {
  .cl-team-members__single__social-icon {
    bottom: 17%;
  }
}
@media (min-width: 574px) {
  .cl-team-members__single__social-icon {
    bottom: 32%;
  }
}
@media (min-width: 767px) {
  .cl-team-members__single__social-icon {
    bottom: 25%;
  }
}
@media (min-width: 992px) {
  .cl-team-members__single__social-icon {
    bottom: 30%;
  }
}
@media (min-width: 1200px) {
  .cl-team-members__single__social-icon {
    bottom: 25%;
  }
}
.cl-team-members__single__social-icon i {
  font-size: 22px;
  color: var(--cl-color-white);
  margin: 0 10px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  transform: scale(0.1);
}
.cl-team-members__single__social-icon i:hover {
  color: var(--cl-color-primary);
}
@media (min-width: 992px) {
  .cl-team-members__single__social-icon i {
    font-size: 30px;
  }
}
.cl-team-members__meta {
  position: absolute;
}
.cl-team-members__meta::before,
.cl-team-members__meta::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cl-color-alabaster);
  height: 26px;
  width: 26px;
  border-radius: 100%;
  transition: 0.4s;
}
.cl-team-members__meta::before {
  left: auto;
  right: 3%;
}
.cl-team-members__meta__name {
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-team-members__meta__name {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-team-members__meta__name {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .cl-team-members__meta__name {
    font-size: 22px;
  }
}
.cl-team-members__meta__designation {
  margin-bottom: 0;
  color: var(--cl-color-bottle-green);
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-team-members__meta__designation {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-team-members__meta__designation {
    font-size: 16px;
  }
}
.cl-team-members--style-2 .cl-team-members__single {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cl-team-members--style-2 .cl-team-members__single {
    margin: 0 5px;
  }
}
.cl-team-members--style-2 .cl-team-members__single__image {
  height: 300px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.cl-team-members--style-2 .cl-team-members__single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.cl-team-members--style-2 .cl-team-members__single__image:hover img {
  border-radius: 0;
}
.cl-team-members--style-2 .cl-team-members__single__social-icon {
  position: absolute;
  bottom: 22px;
  margin: 0;
  z-index: 4;
  left: auto;
  right: -3%;
  width: 41px;
  height: auto;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  background-color: var(--cl-color-primary);
  border-radius: 0 0 20px 20px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.cl-team-members--style-2 .cl-team-members__single__social-icon i {
  font-size: 19px;
  color: var(--cl-color-white);
  margin-left: 0;
  margin-right: 0px;
}
.cl-team-members--style-2 .cl-team-members__single__social-icon i:hover {
  color: var(--cl-color-caribbean-green);
}
.cl-team-members--style-2 .cl-team-members__single__social-icon.active {
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 150px;
  height: auto;
  visibility: visible;
  opacity: 1;
  animation: expandIcon 0.4s ease-in-out forwards;
}
.cl-team-members--style-2
  .cl-team-members__single
  .cl-team-member-social-btn
  svg {
  transition: 0.4s;
}
.cl-team-members--style-2
  .cl-team-members__single
  .cl-team-member-social-btn:hover
  svg {
  transform: rotate(180deg);
  transition: 0.4s;
}
.cl-team-members--style-2
  .cl-team-members__single
  .cl-team-member-social-btn:hover
  .cl-team-members__single__social-icon {
  visibility: visible;
  opacity: 1;
}
.cl-team-members--style-2
  .cl-team-members__single:hover
  .cl-team-members__meta::after {
  opacity: 1;
}
.cl-team-members--style-2 .cl-team-members__single:hover::before {
  opacity: 0.8;
}
.cl-team-members--style-2 .cl-team-members__single::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 10%;
  width: 100%;
  background-color: var(--cl-color-primary);
  opacity: 0;
  border-radius: 10px;
}
.cl-team-members--style-2 .cl-team-members__single::after {
  display: none;
}
.cl-team-members--style-2 .cl-team-members__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  background: var(--cl-color-alabaster);
  text-align: left;
  width: 100%;
  bottom: 0;
}
.cl-team-members--style-2 .cl-team-members__meta::before {
  display: none;
}
.cl-team-members--style-2 .cl-team-members__meta::after {
  display: none;
}
.cl-team-members--style-2 .cl-team-members__meta__name {
  margin: 0;
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-team-members--style-2 .cl-team-members__meta__name {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-team-members--style-2 .cl-team-members__meta__name {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .cl-team-members--style-2 .cl-team-members__meta__name {
    margin: 0;
  }
}
.cl-team-members--style-2 .cl-team-members__meta__name::after {
  display: none;
}
.cl-team-members--style-2 .cl-team-members__meta__name::before {
  display: none;
}
.cl-team-members--style-2 .cl-team-members__meta__designation {
  margin-bottom: 0;
}
.cl-team-members--style-2 .cl-team-members__meta .plus-btn svg {
  cursor: pointer;
}
.cl-team-members--style-2
  .cl-team-members__meta
  .plus-btn
  svg:hover
  .cl-team-members__single__social-icon {
  opacity: 1;
}

/* Team Member */
.team-member-content {
  position: relative;
}
.team-member-content .cl-team-members__single__meta-info {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 76px;
  background-color: var(--cl-color-alabaster);
  padding: 17px 20px;
  border-radius: 0px;
}
.team-member-content .cl-team-members__meta__name {
  color: var(--cl-color-bottle-green);
}
.team-member-content .cl-team-members__meta__name::after {
  display: none;
}
.team-member-content .cl-team-members__meta__name::before {
  display: none;
}
.team-member-content .cl-team-members__single__social-icon {
  opacity: 1;
  display: flex;
}

/*----------------------------------------*/
/*  CONTACT CSS START
/*----------------------------------------*/
.cl-contact-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 375px) {
  .cl-contact-block {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .cl-contact-block {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-contact-block {
    padding-top: 135px;
    padding-bottom: 120px;
  }
}
.cl-contact-block .section-title-block__heading {
  margin: 0;
}
.cl-contact-block__image {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cl-contact-block__image {
    height: 711px;
    width: 180%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cl-contact-block__image {
    width: 200%;
  }
}
.cl-contact-block__image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cl-contact-block__shape {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 9%;
}
@media (min-width: 768px) {
  .cl-contact-block__shape {
    top: -9%;
    left: -10%;
    width: 14%;
  }
}
.cl-contact-block .contact-area {
  position: relative;
  z-index: 1;
  background-color: var(--cl-color-primary);
  outline: 30px;
  padding: 40px 30px;
  border-radius: 10px;
  /* === Style 2 === */
}
@media (min-width: 768px) {
  .cl-contact-block .contact-area {
    padding-left: 25%;
  }
}
@media (min-width: 992px) {
  .cl-contact-block .contact-area {
    padding-left: 32%;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .cl-contact-block .contact-area {
    padding-right: 77px;
    padding-left: 36.4%;
  }
}
.cl-contact-block .contact-area .section-title-block {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .cl-contact-block .contact-area .section-title-block {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .cl-contact-block .contact-area .section-title-block {
    margin-bottom: 40px;
  }
}
.cl-contact-block .contact-area .contact-shape {
  position: absolute;
  right: -15%;
  bottom: 0;
  width: 40%;
}
@media screen and (min-width: 100px) and (max-width: 479px) {
  .cl-contact-block .contact-area .contact-shape {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .cl-contact-block .contact-area .contact-shape {
    width: 30%;
    right: 2%;
    bottom: 2%;
  }
}
.cl-contact-block .contact-area--style-2 .cl-contact-form input {
  border: 1px solid var(--cl-color-alabaster);
}
.cl-contact-block--inner-contact .contact-area {
  padding: 20px;
  background-color: var(--cl-color-alabaster);
}
@media screen and (min-width: 574px) {
  .cl-contact-block--inner-contact .contact-area {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cl-contact-block--inner-contact .contact-area {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-contact-block--inner-contact .contact-area {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-contact-block--inner-contact .contact-area {
    padding: 70px;
  }
}
.cl-contact-block--inner-contact .section-title-block__heading {
  color: var(--cl-color-bottle-green);
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .cl-contact-block--inner-contact .section-title-block__heading {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cl-contact-block--inner-contact .section-title-block__heading {
    font-size: 30px;
  }
}
.cl-contact-block--inner-contact .cl-btn--secondary {
  background-color: var(--cl-color-primary);
}
.cl-contact-block--inner-contact .footer__widget {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .cl-contact-block--inner-contact .footer__widget {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-contact-block--inner-contact .footer__widget {
    margin-top: 50px;
  }
}
.cl-contact-block--inner-contact .footer__widget i {
  color: var(--cl-color-primary);
}
.cl-contact-block--inner-contact .footer__widget i:hover {
  color: var(--cl-color-bottle-green);
}
.cl-contact-block--inner-contact .footer__widget li {
  cursor: pointer;
  margin-bottom: 0px;
}
.cl-contact-block--inner-contact .footer__widget li a {
  color: var(--cl-color-text-body);
}
.cl-contact-block--inner-contact .footer__widget li a:hover {
  color: var(--cl-color-primary);
}
.cl-contact-block--inner-contact .footer__widget .footer__widget__title {
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-contact-block--inner-contact .footer__widget .footer__widget__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cl-contact-block--inner-contact .footer__widget .footer__widget__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .cl-contact-block--inner-contact .footer__widget .footer__widget__title {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 992px) {
  .cl-contact-block--inner-contact .footer__widget .footer__widget__title {
    margin-bottom: 33px;
  }
}
.cl-contact-block__map {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
.cl-contact-block__map iframe {
  width: 100%;
  height: 100%;
}

.cl-contact-form {
  /* === Style 2 === */
}
.cl-contact-form input,
.cl-contact-form textarea {
  height: 50px;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  width: 100%;
  font-size: var(--cl-fz-text-1);
  font-weight: 400;
  line-height: 28px;
  color: var(--cl-color-primary);
}
.cl-contact-form input::placeholder,
.cl-contact-form textarea::placeholder {
  color: var(--cl-color-text-body);
}
@media screen and (min-width: 574px) {
  .cl-contact-form input,
  .cl-contact-form textarea {
    height: 58px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
.cl-contact-form input:focus,
.cl-contact-form input:focus-visible,
.cl-contact-form textarea:focus,
.cl-contact-form textarea:focus-visible {
  outline: 1px solid var(--cl-color-secondary);
}
.cl-contact-form textarea {
  min-height: 150px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  border: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-contact-form .cl-btn {
    width: 100%;
  }
}
.cl-contact-form .cl-btn--secondary::before {
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-bottle-green);
}
.cl-contact-form .cl-btn--secondary:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-bottle-green);
  border-color: var(--cl-color-bottle-green);
}
.cl-contact-form--inner-contact .cl-btn--secondary {
  color: var(--cl-color-white);
}
.cl-contact-form--inner-contact .cl-btn--secondary:hover {
  background-color: var(--cl-color-bottle-green);
}
.cl-contact-form--style-2 input,
.cl-contact-form--style-2 textarea {
  border: 1px solid var(--cl-color-alabaster);
}
.cl-contact-form--style-2 .cl-btn--secondary {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-contact-form--style-2 .cl-btn--secondary:hover {
  background-color: var(--cl-color-bottle-green);
}

/*----------------------------------------*/
/*  FILTER BLOCK CSS START
/*----------------------------------------*/
.cl-filter-block {
  padding-bottom: 60px;
  /* Filter List Component */
}
.cl-filter-block .section-title-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cl-filter-block .section-title-block {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .cl-filter-block .section-title-block {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-filter-block .section-title-block {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .cl-filter-block {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-filter-block {
    padding-bottom: 120px;
  }
}
.cl-filter-block .cl-filter-block-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .cl-filter-block .cl-filter-block-list ul {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .cl-filter-block .cl-filter-block-list ul {
    margin-bottom: 80px;
  }
}
.cl-filter-block .cl-filter-block-list ul li {
  padding: 6px 24px;
  border: 1px solid var(--cl-color-primary);
  border-radius: 5px;
  color: var(--cl-color-primary);
  margin-left: 15px;
  list-style: none;
  font-weight: var(--cl-fw-bold-1);
  font-size: 14px;
  font-family: "Raleway";
  cursor: pointer;
  background-color: var(--cl-color-white);
}
.cl-filter-block .cl-filter-block-list ul li:first-of-type {
  margin-left: 0px;
}
.cl-filter-block .cl-filter-block-list .filter-button-group .fl-button:hover,
.cl-filter-block .cl-filter-block-list .filter-button-group .fl-button.active {
  background-color: var(--cl-color-primary);
  color: white;
}

.project-wrapper {
  position: relative;
  /* === Style 2 === */
}
.project-wrapper__shape {
  position: absolute;
  right: -130px;
  top: -160px;
  width: 33.5%;
  z-index: -1;
}
.project-wrapper__shape img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.project-wrapper__single-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 4px 25px 0px rgba(9, 51, 27, 0.15);
}
.project-wrapper__single-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.project-wrapper__single-card::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    var(--cl-color-bottle-green) 0%,
    rgba(9, 51, 27, 0.69) 40.32%,
    rgba(9, 51, 27, 0) 100%
  );
  content: "";
  z-index: 1;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.project-wrapper__single-card__hover-content {
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: 3;
  padding: 0px 30px 30px 30px;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
@media screen and (min-width: 574px) {
  .project-wrapper__single-card__hover-content {
    padding: 0px 10px 10px 10px;
    bottom: -30%;
  }
}
@media screen and (min-width: 767px) {
  .project-wrapper__single-card__hover-content {
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .project-wrapper__single-card__hover-content {
    padding: 0px 30px 30px 30px;
  }
}
.project-wrapper__single-card__hover-content-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .project-wrapper__single-card__hover-content-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .project-wrapper__single-card__hover-content-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 574px) {
  .project-wrapper__single-card__hover-content-title {
    font-size: var(--cl-fz-text-1);
  }
}
@media screen and (min-width: 768px) {
  .project-wrapper__single-card__hover-content-title {
    font-size: var(--cl-fz-heading-8);
  }
}
@media screen and (min-width: 1200px) {
  .project-wrapper__single-card__hover-content-title {
    font-size: var(--cl-fz-heading-7);
  }
}
.project-wrapper__single-card__hover-content p,
.project-wrapper__single-card__hover-content-title {
  color: var(--cl-color-white);
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .project-wrapper__single-card__hover-content p,
  .project-wrapper__single-card__hover-content-title {
    margin-bottom: 13px;
  }
}
.project-wrapper__single-card__hover-content-title {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.project-wrapper__single-card__hover-content-title:hover {
  color: var(--cl-color-primary);
}
.project-wrapper__single-card__hover-content .cl-btn--primary {
  padding: 15px 20px;
}
.project-wrapper__single-card:hover
  .project-wrapper__single-card__hover-content {
  opacity: 1;
  bottom: -15px;
}
@media screen and (min-width: 374px) {
  .project-wrapper__single-card:hover
    .project-wrapper__single-card__hover-content {
    bottom: -5px;
  }
}
@media screen and (min-width: 574px) {
  .project-wrapper__single-card:hover
    .project-wrapper__single-card__hover-content {
    bottom: 0;
  }
}
.project-wrapper__single-card:hover::after {
  opacity: 1;
}
.project-wrapper__single-card--innerpage
  .project-wrapper__single-card__hover-content-title {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.project-wrapper__single-card--innerpage
  .project-wrapper__single-card__hover-content-title:hover {
  color: var(--cl-color-white);
}
.project-wrapper--style-2 {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .project-wrapper--style-2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .project-wrapper--style-2 {
    width: 135%;
  }
}
.project-wrapper--style-2 .project-wrapper__single-card {
  margin: 18px;
  height: auto;
  box-shadow: 0px 4px 25px 0px rgba(9, 51, 27, 0.15);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .project-wrapper--style-2 .project-wrapper__single-card {
    margin: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .project-wrapper--style-2 .project-wrapper__single-card {
    margin: 18px;
  }
}
.project-wrapper--style-2 ul.slick-dots {
  display: flex;
  margin-top: 0;
  justify-content: center;
  margin-left: 0;
}
@media (min-width: 767px) {
  .project-wrapper--style-2 ul.slick-dots {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .project-wrapper--style-2 ul.slick-dots {
    margin-left: -13%;
  }
}
.project-wrapper--style-2 ul.slick-dots li {
  margin-left: 15px;
  height: 10px;
  width: 10px;
  background-color: var(--cl-color-secondary);
  list-style: none;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.project-wrapper--style-2 ul.slick-dots .slick-active {
  background-color: var(--cl-color-primary);
}
.project-wrapper--style-2 ul.slick-dots .slick-active::before {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 10px;
  border: 1px solid var(--cl-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.project-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project-slider-arrow__next-arrow,
.project-slider-arrow__left-arrow {
  background: transparent;
  width: 58px;
  height: 58px;
  line-height: 60px;
  color: var(--cl-color-primary);
  right: inherit;
  border: 1px solid var(--cl-color-primary);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
}
.project-slider-arrow__next-arrow:hover,
.project-slider-arrow__left-arrow:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.project-slider-arrow__next-arrow:hover.active,
.project-slider-arrow__left-arrow:hover.active {
  color: red;
  background-color: red;
}
.project-slider-arrow__next-arrow,
.project-slider-arrow__left-arrow {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.project-slider-arrow__next-arrow svg,
.project-slider-arrow__left-arrow svg {
  width: 40%;
}
@media (min-width: 480px) {
  .project-slider-arrow__next-arrow,
  .project-slider-arrow__left-arrow {
    height: 48px;
    width: 48px;
  }
  .project-slider-arrow__next-arrow svg,
  .project-slider-arrow__left-arrow svg {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .project-slider-arrow__next-arrow,
  .project-slider-arrow__left-arrow {
    height: 58px;
    width: 58px;
  }
}
.project-slider-arrow__next-arrow svg path,
.project-slider-arrow__left-arrow svg path {
  fill: var(--cl-color-primary);
}
.project-slider-arrow__next-arrow:hover svg path,
.project-slider-arrow__left-arrow:hover svg path {
  fill: var(--cl-color-white);
}

/*----------------------------------------*/
/* TESTIMONIAL CSS START
/*----------------------------------------*/
.cl-testimonial-block {
  background-image: url(../../../assets/images/png/home-1/testimonials-bg.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 118px;
  /* === Style 2 === */
  /* Inner Page */
}
@media screen and (min-width: 574px) {
  .cl-testimonial-block {
    padding-bottom: 118px;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block {
    padding-bottom: 80px;
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.cl-testimonial-block__shape {
  position: absolute;
  left: 50px;
  top: 28%;
  width: 7.2%;
}
.cl-testimonial-block__shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-testimonial-block .section-title-block__heading {
  margin: 0 auto;
}
.cl-testimonial-block .testimonial-card {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block .testimonial-card {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card {
    margin-top: 80px;
  }
}
.cl-testimonial-block .testimonial-card::after {
  position: absolute;
  left: 12px;
  bottom: -12px;
  height: 50%;
  width: 93%;
  background-color: var(--cl-color-secondary);
  content: "";
  z-index: -1;
  opacity: 0.6;
  border-radius: 10px;
}
@media screen and (min-width: 575px) {
  .cl-testimonial-block .testimonial-card::after {
    left: 20px;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card::after {
    width: 95%;
    left: 19px;
    bottom: -15px;
  }
}
@media screen and (min-width: 993px) {
  .cl-testimonial-block .testimonial-card::after {
    width: 95%;
    left: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card::after {
    width: 91%;
    left: 60px;
    bottom: -20px;
  }
}
.cl-testimonial-block .testimonial-card::before {
  position: absolute;
  left: 20px;
  bottom: -22px;
  height: 50%;
  width: 88%;
  background-color: var(--cl-color-secondary);
  content: "";
  z-index: -1;
  opacity: 0.6;
  border-radius: 10px;
}
@media screen and (min-width: 575px) {
  .cl-testimonial-block .testimonial-card::before {
    left: 33px;
    bottom: -25px;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card::before {
    width: 92%;
    left: 30px;
    bottom: -30px;
  }
}
@media screen and (min-width: 993px) {
  .cl-testimonial-block .testimonial-card::before {
    width: 93%;
    left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card::before {
    width: 88%;
    left: 80px;
    bottom: -40px;
  }
}
.cl-testimonial-block .testimonial-card__single-card {
  display: flex !important;
  gap: 10px;
  padding: 25px;
  background-color: var(--cl-color-bottle-green);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .cl-testimonial-block .testimonial-card__single-card {
    gap: 20px;
  }
}
@media screen and (min-width: 574px) {
  .cl-testimonial-block .testimonial-card__single-card {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block .testimonial-card__single-card {
    flex-wrap: initial;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__single-card {
    padding: 50px;
    gap: 50px;
  }
}
.cl-testimonial-block .testimonial-card__text {
  margin-bottom: 30px;
  font-family: var(--cl-ff-heading);

  font-style: italic;
  max-width: 902px;
  color: var(--cl-color-white);
  line-height: 28px;
  font-weight: var(--cl-fw-normal-2);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-testimonial-block .testimonial-card__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) {
  .cl-testimonial-block .testimonial-card__text {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card__text {
    text-align: initial;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card__text {
    margin-bottom: 80px;
    font-size: var(--cl-fz-heading-8);
  }
}
.cl-testimonial-block .testimonial-card__text--style-3 {
  color: var(--cl-color-bottle-green);
}
.cl-testimonial-block .testimonial-card__user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  justify-content: initial;
}
@media screen and (min-width: 480px) {
  .cl-testimonial-block .testimonial-card__user-info {
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card__user-info {
    justify-content: initial;
  }
}
.cl-testimonial-block .testimonial-card__user-img img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 100%;
  object-position: right;
  border: 2px solid var(--cl-color-white);
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card__user-img img {
    height: 80px;
    width: 80px;
  }
}
.cl-testimonial-block .testimonial-card__user-img svg {
  position: absolute;
  right: 0;
  top: -15%;
  height: 70px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block .testimonial-card__user-img svg {
    height: 90px;
    width: 90px;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__user-img svg {
    height: 100px;
    width: 135px;
    right: -30%;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card__user-img svg {
    right: 0;
  }
}
.cl-testimonial-block .testimonial-card__user-name {
  color: var(--cl-color-white);
  font-weight: var(--cl-fw-bold-1);
  font-family: var(--cl-ff-heading);
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cl-testimonial-block .testimonial-card__user-name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__user-name {
    font-size: 22px;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card__user-name {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card__user-name {
    line-height: 32px;
  }
}
.cl-testimonial-block .testimonial-card__designation {
  margin: 0;
  color: var(--cl-color-primary);
  font-size: 12px;
  font-weight: var(--cl-fw-normal-1);
}
@media (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card__designation {
    font-size: var(--cl-fz-text-1);
    font-weight: var(--cl-fw-normal-1);
  }
}
.cl-testimonial-block .testimonial-card__right-img {
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 480px) {
  .cl-testimonial-block .testimonial-card__right-img {
    height: 320px;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block .testimonial-card__right-img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block .testimonial-card__right-img {
    width: 257px;
  }
}
.cl-testimonial-block .testimonial-card__right-img img {
  border-radius: 10px;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  width: 100%;
}
.cl-testimonial-block .testimonial-card ul.slick-dots {
  position: absolute;
  bottom: -55px;
  left: 45%;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {
  .cl-testimonial-block .testimonial-card ul.slick-dots {
    bottom: -12%;
    left: 45%;
  }
}
@media (min-width: 1200px) {
  .cl-testimonial-block .testimonial-card ul.slick-dots {
    bottom: -18%;
    left: 50%;
  }
}
.cl-testimonial-block .testimonial-card ul.slick-dots li {
  width: 10px;
  height: 10px;
  text-indent: -99999px;
  color: var(--cl-color-secondary);
  background: var(--cl-color-secondary);
  list-style: none;
  border-radius: 10px;
  cursor: pointer;
}
.cl-testimonial-block .testimonial-card ul.slick-dots .slick-active {
  position: relative;
  background-color: var(--cl-color-primary);
  z-index: 1;
}
.cl-testimonial-block .testimonial-card ul.slick-dots .slick-active::before {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 10px;
  border: 1px solid var(--cl-color-primary);
}
.cl-testimonial-block--style-2 {
  padding-top: 60px;
  padding-bottom: 160px;
  background-image: url(../../../assets/images/jpg/home-3/testimonials-bg.html);
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block--style-2 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block--style-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-testimonial-block--style-2 .testimonial-s2-prev-arrow {
  background: transparent;
  border: 2px solid var(--cl-color-white);
  width: 58px;
  height: 58px;
  line-height: 60px;
  color: var(--cl-color-white);
  position: absolute;
  right: inherit;
  right: 0;
  bottom: -105px;
  text-align: center;
  display: inline-block;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (min-width: 575px) {
  .cl-testimonial-block--style-2 .testimonial-s2-prev-arrow {
    right: 20%;
  }
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block--style-2 .testimonial-s2-prev-arrow {
    right: 30%;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2 .testimonial-s2-prev-arrow {
    right: 0;
  }
}
@media screen and (min-width: 1616px) {
  .cl-testimonial-block--style-2 .testimonial-s2-prev-arrow {
    right: -17%;
    top: 52%;
    left: inherit;
    color: var(--cl-color-white);
    border-color: var(--cl-color-white);
  }
}
.cl-testimonial-block--style-2 .testimonial-s2-prev-arrow:hover {
  background: var(--cl-color-primary);
  color: var(--cl-color-white);
  border: 2px solid var(--cl-color-primary);
}
.cl-testimonial-block--style-2 .testimonial-s2-prev-arrow:active {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-testimonial-block--style-2 .testimonial-s2-next-arrow {
  background: transparent;
  border: 2px solid var(--cl-color-white);
  width: 58px;
  height: 58px;
  line-height: 60px;
  color: var(--cl-color-white);
  position: absolute;
  left: 20px;
  bottom: -105px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transform: translateX(-25%);
}
.cl-testimonial-block--style-2 .testimonial-s2-next-arrow:hover {
  background: var(--cl-color-primary);
  color: var(--cl-color-white);
  border: 2px solid var(--cl-color-primary);
}
.cl-testimonial-block--style-2 .testimonial-s2-next-arrow:active {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
@media screen and (min-width: 575px) {
  .cl-testimonial-block--style-2 .testimonial-s2-next-arrow {
    left: 30%;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2 .testimonial-s2-next-arrow {
    right: 15%;
    left: inherit;
  }
}
@media screen and (min-width: 1616px) {
  .cl-testimonial-block--style-2 .testimonial-s2-next-arrow {
    right: -11%;
    top: 38%;
    left: inherit;
    color: var(--cl-color-white);
    border-color: var(--cl-color-white);
  }
}
.cl-testimonial-block--style-2 .testimonial-card__user-info {
  justify-content: start;
}
.cl-testimonial-block--style-2 .testimonial-card {
  margin-top: 0;
}
.cl-testimonial-block--style-2 .testimonial-card::after,
.cl-testimonial-block--style-2 .testimonial-card::before {
  display: none;
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__image-wrapper {
  height: auto;
  width: auto;
}
@media screen and (min-width: 767px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__image-wrapper {
    margin-right: -70px;
    width: 100%;
    height: 529px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__image-wrapper {
    margin-right: -70px;
    width: 418px;
    height: 529px;
    margin: auto;
  }
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__image-wrapper
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid var(--cl-color-white);
}
.cl-testimonial-block--style-2 .testimonial-card .testimonial-card__card-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__card-wrap {
    margin: 0px;
  }
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__single-card {
  background-color: transparent;
  gap: 0;
  padding: 0;
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__single-card
  .testimonial-card__body {
  background-color: var(--cl-color-white);
  padding: 10px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__single-card
    .testimonial-card__body {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 992px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__single-card
    .testimonial-card__body {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__single-card
    .testimonial-card__body {
    padding: 50px 70px;
  }
}
.cl-testimonial-block--style-2 .testimonial-card .testimonial-card__text {
  color: var(--cl-color-secondary);
  margin-bottom: 40px;
}
.cl-testimonial-block--style-2 .testimonial-card .testimonial-card__user-name {
  color: var(--cl-color-secondary);
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__user-img
  img {
  border: 2px solid var(--cl-color-secondary);
}
.cl-testimonial-block--style-2
  .testimonial-card
  .testimonial-card__user-img
  svg {
  height: 80px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block--style-2
    .testimonial-card
    .testimonial-card__user-img
    svg {
    width: 100px;
  }
}
.cl-testimonial-block--style-2
  .testimonial-card--style-3
  .testimonial-card__user-img
  img {
  object-position: center;
}
.cl-testimonial-block--inner-page {
  background-image: none;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cl-testimonial-block--inner-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-testimonial-block--inner-page {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-testimonial-block--inner-page .testimonial-card {
  margin: 0;
}
.cl-testimonial-block--inner-page .testimonial-card::before,
.cl-testimonial-block--inner-page .testimonial-card::after {
  display: none;
}
.cl-testimonial-block--inner-page .review-icon i {
  color: var(--cl-color-yellow);
  margin-bottom: 25px;
}
.cl-testimonial-block--inner-page .testimonial-card__single-card {
  padding: 31px;
  background-color: var(--cl-color-alabaster);
}
.cl-testimonial-block--inner-page .testimonial-card__text {
  color: var(--cl-color-text-body);
  text-decoration: none;
  margin-bottom: 25px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cl-testimonial-block--inner-page .testimonial-card__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-testimonial-block--inner-page .testimonial-card__text {
    font-size: 16px;
  }
}
.cl-testimonial-block--inner-page .testimonial-card__user-info {
  display: flex;
  justify-content: space-between;
}
.cl-testimonial-block--inner-page
  .testimonial-card__user-info
  .testimonial-card__user-img {
  height: 50px;
  width: 50px;
  border: 0.5px solid var(--cl-color-primary);
  border-radius: 50px;
}
.cl-testimonial-block--inner-page
  .testimonial-card__user-info
  .testimonial-card__user-img
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 0;
  object-position: center;
}
.cl-testimonial-block--inner-page
  .testimonial-card__user-info
  .testimonial-card__user-name {
  color: var(--cl-color-bottle-green);
}
.cl-testimonial-block--inner-page .testimonial-card__user-info svg {
  width: 60px;
  height: 45px;
}
.cl-testimonial-block--inner-page .testimonial-card__user-info svg path {
  fill: var(--cl-color-primary);
}

.bg-overly {
  position: relative;
  z-index: 1;
}
.bg-overly::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--cl-color-secondary);
  content: "";
  opacity: 0.9;
}

/*----------------------------------------*/
/*  IMAGES GROUPS CSS START
/*----------------------------------------*/
/* Images Groups Style One*/
.section-blocks__group-images {
  position: relative;
  z-index: 1;
  width: 83%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section-blocks__group-images {
    margin: 0;
  }
}
.section-blocks__group-images::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 70%;
  height: 90%;
  display: block;
  background-color: var(--cl-color-primary);
  z-index: -1;
  border-radius: 10px;
}
.section-blocks__group-images__main {
  width: 100%;
}
.section-blocks__group-images__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-blocks__group-images__left {
  position: absolute;
  top: 87px;
  left: -13%;
}
.section-blocks__group-images__bottom-left {
  position: absolute;
  left: -10%;
  bottom: 3%;
  width: 66.5%;
  z-index: 2;
}
@media (min-width: 1120px) {
  .section-blocks__group-images__bottom-left {
    left: -9%;
  }
}
@media (min-width: 1400px) {
  .section-blocks__group-images__bottom-left {
    left: -8%;
  }
}
@media (min-width: 1520px) {
  .section-blocks__group-images__bottom-left {
    left: -20%;
  }
}
.section-blocks__group-images__bottom-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.section-blocks__group-images__shape {
  position: absolute;
  right: 0;
  top: 23px;
  width: 50%;
}
@media (min-width: 479px) {
  .section-blocks__group-images__shape {
    right: 0;
    top: 23px;
    width: 38%;
  }
}
.section-blocks__group-images__shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-blocks__group-images__badge {
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: var(--cl-color-primary);
  right: -10%;
  top: 27%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  gap: 0;
}
@media (min-width: 479px) {
  .section-blocks__group-images__badge {
    height: 120px;
    width: 120px;
    top: 105px;
  }
}
@media (min-width: 574px) {
  .section-blocks__group-images__badge {
    height: 135px;
    width: 135px;
    top: 115px;
  }
}
@media (min-width: 767px) {
  .section-blocks__group-images__badge {
    height: 170px;
    width: 170px;
    top: 160px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-images__badge {
    height: 130px;
    width: 130px;
    top: 100px;
    right: -15%;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-images__badge {
    height: 150px;
    width: 150px;
    top: 120px;
  }
}
@media (min-width: 1400px) {
  .section-blocks__group-images__badge {
    height: 200px;
    width: 200px;
    right: -19%;
    top: 130px;
    gap: 0;
  }
}
.section-blocks__group-images__badge__count-number {
  font-style: normal;
  font-weight: 800;
  color: var(--cl-color-white);
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  font-size: 40px;
}
@media (min-width: 768px) {
  .section-blocks__group-images__badge__count-number {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-images__badge__count-number {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-images__badge__count-number {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-images__badge__count-number {
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .section-blocks__group-images__badge__count-number {
    line-height: 80px;
  }
}
.section-blocks__group-images__badge__count-text {
  font-weight: 400;
  color: var(--cl-color-white);
  line-height: 1;
  margin-bottom: 0;
  font-size: 7px;
}
@media (min-width: 768px) {
  .section-blocks__group-images__badge__count-text {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-images__badge__count-text {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-images__badge__count-text {
    font-size: 14px;
  }
}
@media (min-width: 1340px) {
  .section-blocks__group-images__badge__count-text {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .section-blocks__group-images__badge__count-text {
    line-height: 28px;
  }
}

/* Image Group 2 */
.section-image-group-2 {
  position: relative;
  z-index: 1;
}
.section-image-group-2__main {
  width: 100%;
  max-width: 570px;
  height: 100%;
  max-height: 550px;
  border-radius: 70px 30px 70px 30px;
}
.section-image-group-2__main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 40px 15px 40px 15px;
}
@media screen and (min-width: 575px) {
  .section-image-group-2__main img {
    border-radius: 70px 30px 70px 30px;
  }
}
.section-image-group-2__shape-1 {
  width: 12.5%;
  position: absolute;
  top: -13%;
  left: -13%;
}
.section-image-group-2__shape-1 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-2 {
  width: 60%;
  position: absolute;
  top: -10%;
  right: -10%;
}
.section-image-group-2__shape-2 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-3 {
  width: 5%;
  position: absolute;
  bottom: 0;
  right: -10%;
}
.section-image-group-2__shape-3 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-4 {
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-image-group-2__shape-4 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-5 {
  width: 15%;
  position: absolute;
  bottom: -7%;
  left: -7%;
  z-index: -1;
}
.section-image-group-2__shape-5 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-6 {
  width: 85%;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: -1;
}
.section-image-group-2__shape-6 img {
  width: 100%;
  height: 100%;
}
.section-image-group-2__shape-7 {
  position: absolute;
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .section-image-group-2__shape-7 {
    display: block;
  }
}

/* Section Image 3 */
.section-blocks__group-image-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .section-blocks__group-image-3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-image-3 {
    margin-bottom: 0px;
  }
}
.section-blocks__group-image-3__main {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .section-blocks__group-image-3__main {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-3__main {
    width: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .section-blocks__group-image-3__main {
    width: 83.4%;
    margin: auto 0;
  }
}
.section-blocks__group-image-3__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-blocks__group-image-3__hover-left {
  width: 12.3%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 575px) {
  .section-blocks__group-image-3__hover-left {
    width: 15%;
    left: -10px;
  }
}
@media screen and (min-width: 767px) {
  .section-blocks__group-image-3__hover-left {
    width: 16%;
    left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-3__hover-left {
    left: -2%;
    width: 15.3%;
  }
}
@media screen and (min-width: 1300px) {
  .section-blocks__group-image-3__hover-left {
    left: -55px;
    width: 19.3%;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-3__hover-left {
    left: -25px;
    width: 17.3%;
  }
}
@media screen and (min-width: 1600px) {
  .section-blocks__group-image-3__hover-left {
    left: -24%;
    width: 20.3%;
  }
}
.section-blocks__group-image-3__hover-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-blocks__group-image-3__right {
  position: absolute;
  right: 4%;
  top: 20px;
  width: 7.6%;
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-3__right {
    right: 6%;
  }
}
@media screen and (min-width: 1300px) {
  .section-blocks__group-image-3__right {
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-3__right {
    right: 6%;
  }
}
@media screen and (min-width: 1600px) {
  .section-blocks__group-image-3__right {
    right: 4%;
  }
}
.section-blocks__group-image-3__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-blocks__group-image-3__bottom-right {
  position: absolute;
  right: 0;
  bottom: 13%;
  height: 100px;
  width: 181px;
  border: 5px solid var(--cl-color-white);
  border-radius: 5px;
}
@media screen and (min-width: 480px) {
  .section-blocks__group-image-3__bottom-right {
    height: 125px;
    width: 200px;
  }
}
@media screen and (min-width: 767px) {
  .section-blocks__group-image-3__bottom-right {
    height: 180px;
    width: 280px;
  }
}
@media screen and (min-width: 992px) {
  .section-blocks__group-image-3__bottom-right {
    height: 141px;
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-3__bottom-right {
    height: 180px;
    width: 279px;
  }
}
.section-blocks__group-image-3__bottom-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-blocks__group-image-3__bottom-right a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-blocks__group-image-3__badge {
  position: absolute;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 43.9%;
  height: 30.1%;
  background-color: var(--cl-color-dark-primary);
  top: 10%;
  left: 0;
  padding: 7px;
}
@media screen and (min-width: 1300px) {
  .section-blocks__group-image-3__badge {
    left: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-3__badge {
    left: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .section-blocks__group-image-3__badge {
    left: -24%;
    top: 15%;
    height: 25.1%;
  }
}
.section-blocks__group-image-3__badge::after {
  position: absolute;
  left: 14%;
  top: 32%;
  height: 100%;
  width: 55%;
  content: "";
  z-index: -1;
  transform: rotate(-66deg);
  overflow-y: hidden;
  background-color: var(--cl-color-bottle-green);
}
@media screen and (min-width: 1300px) {
  .section-blocks__group-image-3__badge::after {
    left: calc(0% + 42px);
    top: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-3__badge::after {
    height: 100%;
    width: 55%;
    left: calc(0% + 38px);
    top: 59px;
  }
}
@media screen and (min-width: 1600px) {
  .section-blocks__group-image-3__badge::after {
    height: 100%;
    width: 55%;
    left: calc(0% + 37px);
    top: 57px;
  }
}
.section-blocks__group-image-3__badge__count-number {
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--cl-color-white);
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  font-family: var(--cl-ff-heading);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  font-size: 26px;
}
@media (min-width: 768px) {
  .section-blocks__group-image-3__badge__count-number {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-image-3__badge__count-number {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-image-3__badge__count-number {
    width: 91px;
    height: 91px;
    margin-bottom: 5px;
  }
}
.section-blocks__group-image-3__badge__count-text {
  font-weight: var(--cl-fw-bold-1);
  color: var(--cl-color-white);
  font-family: var(--cl-ff-heading);
  line-height: 32px;
  margin-bottom: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-blocks__group-image-3__badge__count-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-blocks__group-image-3__badge__count-text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-image-3__badge__count-text {
    font-size: 16px;
  }
}
@media (min-width: 1340px) {
  .section-blocks__group-image-3__badge__count-text {
    font-size: 22px;
  }
}

/* Section Image 4 */
.section-blocks__group-image-4 {
  position: relative;
  z-index: 1;
}
.section-blocks__group-image-4::after {
  position: absolute;
  left: 43px;
  top: -8px;
  background-color: #ffffff00;
  height: 80%;
  width: 60%;
  content: "";
  z-index: -1;
  border-radius: 10px;
}
@media screen and (min-width: 480px) {
  .section-blocks__group-image-4::after {
    left: 45px;
    width: 60%;
    top: -20px;
  }
}
@media screen and (min-width: 767px) {
  .section-blocks__group-image-4::after {
    left: 80px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .section-blocks__group-image-4::after {
    left: 5px;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-4::after {
    left: 20px;
    top: -20px;
    height: 80%;
  }
}
.section-blocks__group-image-4__main {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .section-blocks__group-image-4__main {
    width: 86%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .section-blocks__group-image-4__main {
    width: 100%;
    margin: auto 45px;
  }
}
.section-blocks__group-image-4__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-blocks__group-image-4__left {
  position: absolute;
  left: 2%;
  top: 20px;
  width: 6.6%;
}
@media screen and (min-width: 992px) {
  .section-blocks__group-image-4__left {
    left: -8%;
    width: 9.2%;
  }
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-4__left {
    left: -8%;
    top: 60px;
  }
}
.section-blocks__group-image-4__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-blocks__group-image-4__bottom-left {
  position: absolute;
  left: -10px;
  bottom: 15%;
  height: 89px;
  width: 215px;
  border: 3px solid #ffffff;
  border-radius: 19px;
}
@media screen and (min-width: 480px) {
  .section-blocks__group-image-4__bottom-left {
    height: 126px;
    width: 312px;
    left: -10px;
  }
}
@media screen and (min-width: 767px) {
  .section-blocks__group-image-4__bottom-left {
    height: 150px;
    width: 373px;
    left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .section-blocks__group-image-4__bottom-left {
    height: 100px;
    width: 244px;
    left: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .section-blocks__group-image-4__bottom-left {
    height: 250px;
    width: 300px;
    left: -90px;
  }
}
@media screen and (min-width: 1400px) {
  .section-blocks__group-image-4__bottom-left {
    height: 250px;
    width: 352px;
    left: -120px;
  }
}
.section-blocks__group-image-4__bottom-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 19px;
}
.section-blocks__group-image-4__bottom-right {
  position: absolute;
  right: -19%;
  top: -7.3%;
  width: 21%;
  z-index: -1;
}

/*----------------------------------------*/
/*  BRAND OVERLY CSS START
/*----------------------------------------*/
.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #000000b8;
  z-index: -1;
  opacity: 0.8;
}
.bg-overlay--english-holly::before {
  background-color: var(--cl-color-english-holly);
  opacity: 0.8;
}
.bg-overlay--bottle-green::before {
  background-color: var(--cl-color-bottle-green);
  opacity: 0.9;
}
.bg-overlay--theme::before {
  background-color: var(--cl-color-primary);
  opacity: 1;
}

/*----------------------------------------*/
/*  ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/* PRELOADER CSS START
/*----------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #d6fff0;
}

.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.preloader .btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation:
    mltShdSpin 1.7s infinite ease,
    round 1.7s infinite ease;
  display: inline-block;
}

@keyframes mltShdSpin {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/* SERVICE CSS START
/*----------------------------------------*/
.cl-service-block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* Shape 1 */
  /* == Section Title == */
  /* == Services Block Cards == */
  /* == Services Bottom Shape == */
  /* == Services Block Card == */
  /* == Service Block Shape == */
  /* ======= Service Block Style 2 ======= */
}
@media screen and (min-width: 768px) {
  .cl-service-block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-service-block {
    padding-top: 120px;
    padding-bottom: 10px;
  }
}
.cl-service-block__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 18.8%;
}
.cl-service-block__shape-1:hover {
  pointer-events: none;
}
.cl-service-block__shape-1--style-2 {
  left: 5%;
  top: 5%;
  width: 12.4%;
}
.cl-service-block__shape-1--style-3 {
  left: 6%;
  top: 14%;
  width: 7.6%;
}
.cl-service-block .cl-btn-sv {
  margin-top: 10px;
}
.cl-service-block .section-title-block {
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cl-service-block .section-title-block {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.cl-service-block .section-title-block__text {
  margin-bottom: 20px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cl-service-block .section-title-block__text {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cl-service-block .section-title-block__text {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .cl-service-block .section-title-block__text {
    margin: 0;
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cl-service-block .section-title-block__middle {
    display: none;
  }
}
.cl-service-block__cards {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .cl-service-block__cards {
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .cl-service-block__cards {
    padding-bottom: 85px;
  }
}
.cl-service-block__cards--style-3 {
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cl-service-block__cards--style-3 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-service-block__cards--style-3 {
    padding-bottom: 72px;
  }
}
.cl-service-block .services-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250%;
}
@media (min-width: 992px) {
  .cl-service-block .services-shape-bottom {
    width: 100%;
  }
}
.cl-service-block .services-shape-bottom img {
  width: 100%;
}
.cl-service-block__card {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  /* == Services Style 2 == */
}
@media (min-width: 574px) {
  .cl-service-block__card {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cl-service-block__card {
    padding: 15px;
  }
}
@media (min-width: 1340px) {
  .cl-service-block__card {
    padding: 30px;
    padding-bottom: 35px;
  }
}
.cl-service-block__card__image {
  margin-bottom: 35px;
  overflow: hidden;
  height: 119px;
  border-radius: 10px;
  width: 100%;
  display: block;
}
.cl-service-block__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cl-service-block__card .cl-btn--circle {
  height: 40px;
  width: 40px;
  min-width: inherit;
  transition: all 0.3s ease-in-out;
}
.cl-service-block__card .cl-btn--circle:hover {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-service-block__card .cl-btn--circle--style-2 {
  height: 38px;
  width: 38px;
  min-width: inherit;
}
@media (min-width: 1200px) {
  .cl-service-block__card .cl-btn--circle--style-2 {
    height: 57px;
    width: 57px;
  }
}
.cl-service-block__card .cl-btn--circle--style-2::before {
  border-color: var(--cl-color-primary);
  background-color: var(--cl-color-bottle-green);
}
.cl-service-block__card .cl-btn--circle--style-2:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-white);
  border-color: var(--cl-color-primary);
}
.cl-service-block__card__middle {
  margin-bottom: 14px;
}
@media screen and (min-width: 575px) {
  .cl-service-block__card__middle {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .cl-service-block__card__middle {
    margin-bottom: 25px;
  }
}
.cl-service-block__card__heading {
  margin-bottom: 5px;
  color: var(--cl-color-english-holly);
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-service-block__card__heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-service-block__card__heading {
    font-size: 22px;
  }
}
.cl-service-block__card__heading:hover {
  color: var(--cl-color-primary) !important;
}
@media screen and (min-width: 575px) {
  .cl-service-block__card__heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .cl-service-block__card__heading {
    margin-bottom: 17px;
  }
}
.cl-service-block__card__text {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-service-block__card__text {
    font-size: 16px;
  }
}
.cl-service-block__card:hover {
  background-color: var(--cl-color-bottle-green);
}
.cl-service-block__card:hover__icon {
  background: var(--cl-color-bottle-green);
}
.cl-service-block__card:hover__icon svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block__card:hover .cl-service-block__card__heading,
.cl-service-block__card:hover .cl-service-block__card__text {
  color: var(--cl-color-white);
}
.cl-service-block__card:hover .cl-btn--circle svg path {
  stroke: var(--cl-color-primary);
}
.cl-service-block__card:hover .cl-service-block__shape svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block__card--style-2 .cl-btn--circle {
  height: 40px;
  width: 40px;
}
.cl-service-block__card--style-2:hover {
  background-color: var(--cl-color-bottle-green);
}
.cl-service-block__card--style-2:hover .cl-btn--circle {
  color: var(--cl-color-primary);
  background: var(--cl-color-white);
}
.cl-service-block__card--style-2:hover .cl-service-block__card__icon svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block__card--style-2:hover__icon {
  background: var(--cl-color-bottle-green);
}
.cl-service-block__card--style-2:hover__icon svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block__card--style-2:hover h4,
.cl-service-block__card--style-2:hover p {
  color: var(--cl-color-white);
}
.cl-service-block__card--style-2:hover .cl-btn--circle {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-service-block__card--style-2:hover .cl-btn--circle svg path {
  stroke: var(--cl-color-primary);
}
.cl-service-block__card--style-2:hover .cl-service-block__shape svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block__shape {
  position: absolute;
  bottom: -70px;
  right: -50px;
  width: 171px;
  height: 171px;
  z-index: -1;
}
.cl-service-block--bg-transparent {
  background: linear-gradient(
    180deg,
    var(--cl-color-alabaster) 0%,
    rgba(235, 240, 231, 0) 100%
  );
}
.cl-service-block--style-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  /* Services Content List */
}
@media (min-width: 768px) {
  .cl-service-block--style-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .cl-service-block--style-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cl-service-block--style-2::before {
  content: "";
  background:
    linear-gradient(rgb(255 236 236 / 62%), rgb(10 53 29 / 20%)),
    url(../../assets/images/jpg/home-1/bn2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.cl-service-block--style-2__shape-1 {
  position: absolute;
  left: 10%;
  top: 120px;
  width: 5.8%;
}
.cl-service-block--style-2__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-service-block--style-2__shape-1 {
    display: none;
  }
}
.cl-service-block--style-2 .section-title-block__heading {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cl-service-block--style-2 .section-title-block__heading {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cl-service-block--style-2 .section-title-block__heading {
    margin-bottom: 82px;
  }
}
.cl-service-block--style-2 .cl-btn {
  padding: 5px 17px;
  height: 55px;
}
@media (min-width: 1200px) {
  .cl-service-block--style-2 .cl-btn {
    padding: 5px 27px;
    height: 60px;
  }
}
.cl-service-block--style-2__bottom {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .cl-service-block--style-2__bottom {
    margin-top: 60px;
  }
}
.cl-service-block--style-2__bottom .service-card__button .cl-btn {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-service-block--style-2__bottom .service-card__button .cl-btn svg path {
  fill: var(--cl-color-primary);
}
.cl-service-block--style-2__bottom .service-card__button .cl-btn:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-service-block--style-2__bottom
  .service-card__button
  .cl-btn:hover
  svg
  path {
  fill: var(--cl-color-white);
}
.cl-service-block--style-2__bottom__shape-2 {
  position: absolute;
  bottom: 15px;
  right: 4%;
  width: 63px;
  height: auto;
}
.cl-service-block--style-2__bottom__shape-2 img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .cl-service-block--style-2__bottom__shape-2 {
    bottom: 0px;
    right: 13%;
    width: 128px;
  }
}
@media (min-width: 992px) {
  .cl-service-block--style-2__bottom__shape-2 {
    bottom: 0px;
    right: 16%;
    width: 183px;
  }
}

/* === Service Content ===  */
.services .service-card {
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  background-color: var(--cl-color-white);
  border-radius: 10px;
  transition: 0.4s;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .services .service-card {
    padding: 16px 16px;
  }
}
@media (min-width: 1200px) {
  .services .service-card {
    margin: 0 10px;
    margin-bottom: 24px;
    padding: 16px 16px;
  }
}
@media (min-width: 1600px) {
  .services .service-card {
    margin: 0 5px;
    margin-bottom: 24px;
  }
}
.services .service-card__hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.services .service-card__hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .service-card__hover-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4c6a07c9;
  border-radius: 10px;
  opacity: 0.8;
  transition: 0.4s;
}
.services .service-card__title {
  font-weight: var(--cl-fw-bold-1);
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
  color: var(--cl-color-bottle-green);
  font-size: 18px;
}
@media (min-width: 768px) {
  .services .service-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .services .service-card__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .services .service-card__title {
    margin-bottom: 15px;
    line-height: 32px;
  }
}
.services .service-card__icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #f1e3d0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 2%;
}
@media (min-width: 1200px) {
  .services .service-card__icon {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 1340px) {
  .services .service-card__icon {
    height: 150px;
    width: 150px;
  }
}
.services .service-card__icon__wrapper {
  border: 2px dashed var(--cl-color-white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.services .service-card__icon svg {
  height: 40px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1200px) {
  .services .service-card__icon svg {
    height: 50px;
  }
}
.services .service-card__text {
  text-align: center;
  font-style: normal;
  font-weight: var(--cl-fw-text-1);
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .services .service-card__text {
    font-size: 16px;
  }
}
.services .service-card__button {
  display: flex;
  justify-content: center;
}
.services .service-card__button .cl-btn {
  padding: 15px 17.3px;
  height: 45px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .services .service-card__button .cl-btn {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .services .service-card__button .cl-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .services .service-card__button .cl-btn {
    padding: 10px 15px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .services .service-card__button .cl-btn {
    padding: 15px 17.3px;
    height: 45px;
  }
}
.services .service-card:hover .service-card {
  border-radius: 10px;
}
.services .service-card:hover .service-card__hover-img {
  visibility: visible;
  opacity: 1;
}
.services .service-card:hover .service-card__icon {
  background-color: var(--cl-color-white);
}
.services .service-card:hover .service-card__icon__wrapper {
  border: 2px dashed var(--cl-color-primary);
}
.services .service-card:hover .service-card__icon__wrapper svg path {
  fill: var(--cl-color-primary);
}
.services .service-card:hover .service-card__title {
  color: var(--cl-color-white);
}
.services .service-card:hover .service-card__text {
  color: var(--cl-color-white);
}
.services .service-card:hover .service-card__button .cl-btn {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.services .service-card:hover .service-card__button .cl-btn svg path {
  fill: var(--cl-color-primary);
}
.services .service-card .cl-btn--primary:hover {
  color: var(--cl-color-white) !important;
}
.services .service-card .cl-btn--primary:hover svg path {
  fill: var(--cl-color-white) !important;
}

/* === Service Block Style 3 === */
.cl-service-block__cards--style-3 .cl-service-block__card {
  filter: drop-shadow(0px 4px 30px rgba(2, 22, 9, 0.15));
  margin-bottom: 36px;
  padding: 0px;
  border: none;
}
.cl-service-block__cards--style-3 .cl-service-block__card__image {
  display: block;
  margin: 0;
  height: 220px;
  width: 300px;
  border-radius: initial;
  -webkit-mask-image: url(../images/png/home-3/image-mask.html);
  mask-image: url(../images/png/home-3/image-mask.html);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
@media screen and (min-width: 480px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__image {
    height: 300px;
    width: 400px;
  }
}
@media screen and (min-width: 574px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__image {
    height: 160px;
    width: 230px;
  }
}
@media screen and (min-width: 767px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__image {
    height: 220px;
    width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__image {
    height: 290px;
    width: 350px;
  }
}
.cl-service-block__cards--style-3 .cl-service-block__card:hover {
  background-color: var(--cl-color-primary);
}
.cl-service-block__cards--style-3
  .cl-service-block__card:hover
  .cl-btn--circle {
  color: var(--cl-color-primary);
  background: var(--cl-color-white);
}
.cl-service-block__cards--style-3
  .cl-service-block__card:hover
  .cl-service-block__card__icon
  svg
  path {
  fill: var(--cl-color-white);
}
.cl-service-block__cards--style-3 .cl-service-block__card__middle,
.cl-service-block__cards--style-3 .cl-service-block__card__content {
  padding: 0px 16px;
}
.cl-service-block__cards--style-3 .cl-service-block__card__content {
  padding: 0px 15px 20px 15px;
}
@media (min-width: 1200px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__content {
    padding: 0px 30px 20px 30px;
  }
}
.cl-service-block__cards--style-3 .cl-service-block__card__heading {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cl-service-block__cards--style-3 .cl-service-block__card__heading:hover {
  color: var(--cl-color-bottle-green) !important;
}
@media (min-width: 1200px) {
  .cl-service-block__cards--style-3 .cl-service-block__card__middle {
    margin: 0px 16px 16px 16px;
  }
}
.cl-service-block__cards--style-3 .cl-btn--circle:hover {
  background-color: var(--cl-color-bottle-green) !important;
}
.cl-service-block__cards--style-3 .cl-btn--circle:hover svg path {
  stroke: var(--cl-color-white);
}

/* Inner Service */
.inner-service .cl-service-block__cards {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .inner-service .cl-service-block__cards {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .inner-service .cl-service-block {
    padding-bottom: 40px;
  }
}

/*----------------------------------------*/
/* TIME LINE SECTION CSS START
/*----------------------------------------*/
.time-line-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 65px;
  /* === Style 2 === */
}
@media (min-width: 768px) {
  .time-line-section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .time-line-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.time-line-section .section-title-block__heading {
  margin: 0 auto;
}
.time-line-section .section-title-block {
  margin-bottom: 36px;
}
@media (min-width: 1300px) {
  .time-line-section .section-title-block {
    margin-bottom: 46px;
  }
}
@media (min-width: 1300px) {
  .time-line-section .section-title-block {
    margin-bottom: 56px;
  }
}
@media (min-width: 1300px) {
  .time-line-section .section-title-block {
    margin-bottom: 33px;
  }
}
.time-line-section__shape-1 {
  position: absolute;
  right: 50px;
  top: 10%;
  width: 7.2%;
}
.time-line-section__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .time-line-section__shape-1 {
    display: none;
  }
}
.time-line-section .time-line-number {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-bottom: 93px;
  gap: 24px;
}
.time-line-section .time-line-number::after {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  border: 0.5px dashed var(--cl-color-primary);
  content: "";
  z-index: -1;
}
.time-line-section .time-line-number span {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cl-color-white);
  background-color: var(--cl-color-secondary);
  border-radius: 50%;
  position: relative;
  font-family: "Raleway";
  font-size: var(--cl-fz-text-2);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.time-line-section .time-line-number span svg {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
  .time-line-section .time-line-number {
    display: none;
  }
}
.time-line-section .time-line-cards {
  position: relative;
}
.time-line-section .time-line-cards__shape-2 {
  position: absolute;
  bottom: 10px;
  z-index: -1;
}
.time-line-section .time-line-cards__shape-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.time-line-section .time-line-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.time-line-section .time-line-card::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed var(--cl-color-primary);
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}
.time-line-section .time-line-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.time-line-section .time-line-card__number span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cl-color-bottle-green);
  margin-bottom: 10px;
  border-radius: 50%;
  font-size: var(--cl-fz-text-2);
  color: var(--cl-color-white);
  transition: 0.4s;
}
.time-line-section .time-line-card__content {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #fbfafa;
  border-radius: 10px;
  transition: 0.4s;
  margin: 0 12px;
  box-shadow: 0px 0px 10px 0px #c3c3c3;
  /* Shape */
}
@media (min-width: 768px) {
  .time-line-section .time-line-card__content {
    padding: 30px 30px 40px 30px;
  }
}
@media (min-width: 1200px) {
  .time-line-section .time-line-card__content {
    padding: 3px 3px 13px 3px;
  }
}
.time-line-section .time-line-card__content__hover-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.time-line-section .time-line-card__content__hover-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.time-line-section .time-line-card__content__title {
  font-weight: var(--cl-fw-bold-1);
  line-height: 32px;
  text-align: center;
  margin-bottom: 5px;
  color: var(--cl-color-bottle-green);
  font-size: 16px;
}
@media (min-width: 768px) {
  .time-line-section .time-line-card__content__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .time-line-section .time-line-card__content__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .time-line-section .time-line-card__content__title {
    margin-bottom: 15px;
  }
}
.time-line-section .time-line-card__content__icon {
  height: 70px;
  width: 70px;
  padding: 15px;
  border: 1px dashed var(--cl-color-primary);
  border-radius: 50%;
  background-color: var(--cl-color-white);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .time-line-section .time-line-card__content__icon {
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .time-line-section .time-line-card__content__icon {
    height: 102px;
    width: 102px;
  }
}
.time-line-section .time-line-card__content__icon svg {
  width: 30px;
  height: 30px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .time-line-section .time-line-card__content__icon svg {
    width: 40px;
    height: 40px;
  }
}
.time-line-section .time-line-card__content__text {
  text-align: center;
  font-style: normal;
  font-weight: var(--cl-fw-normal-1);
  line-height: 28px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .time-line-section .time-line-card__content__text {
    font-size: 16px;
  }
}
.time-line-section .time-line-card:hover .time-line-card__number span {
  background-color: var(--cl-color-primary);
}
.time-line-section .time-line-card:hover .time-line-card__content {
  background-color: white;
}
.time-line-section .time-line-card:hover .time-line-card__content__hover-img {
  visibility: visible;
  opacity: 1;
}
.time-line-section .time-line-card:hover .time-line-card__content__title {
  color: #8ec119;
}
.time-line-section .time-line-card:hover .time-line-card__content__text {
  color: #123a23;
}
.time-line-section .time-line-card:hover .time-line-card__content__icon {
  border: 1px dashed var(--cl-color-secondary);
}
.time-line-section .time-line-card:hover span {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.time-line-section--style-2 {
  padding-top: 40px;
  padding-bottom: 10px;
  background-image: url(../../../assets/images/png/home-2/time-line-bg.html);
  position: relative;
}
@media (min-width: 768px) {
  .time-line-section--style-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .time-line-section--style-2 {
    padding-top: 120px;
    padding-bottom: 88px;
  }
}
.time-line-section--style-2::after {
  position: absolute;
  content: "";
  background-color: var(--cl-color-primary);
  opacity: 0.92;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.time-line-section--style-2 .time-line-card__content {
  margin: 0 18px;
}
.time-line-section--style-2 .section-title-block__opacity-heading {
  -webkit-text-stroke: 1px var(--cl-color-white);
}
.time-line-section--style-2 .section-title-block {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .time-line-section--style-2 .section-title-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .time-line-section--style-2 .section-title-block {
    margin-bottom: 78px;
  }
}
.time-line-section--style-2 .time-line-card {
  margin-bottom: 34px;
}
.time-line-section--style-2 .time-line-card::before {
  content: "";
  border-top: 1px dashed var(--cl-color-white);
  top: 25px;
}
.time-line-section--style-2 .time-line-card .time-line-card__content__image {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
}
.time-line-section--style-2
  .time-line-card
  .time-line-card__content__image
  img {
  width: 100%;
}
.time-line-section--style-2 .time-line-card .time-line-card__content__title {
  color: var(--cl-color-white);
  font-family: "Raleway";
  font-style: normal;
  font-weight: var(--cl-fw-bold-1);
  line-height: 18px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .time-line-section--style-2 .time-line-card .time-line-card__content__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .time-line-section--style-2 .time-line-card .time-line-card__content__title {
    line-height: 32px;
  }
}
.time-line-section--style-2 .time-line-card .time-line-card__content__text {
  color: var(--cl-color-white);
  font-family: "Roboto";
  font-style: normal;
  font-weight: var(--cl-fw-normal-1);
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .time-line-section--style-2 .time-line-card .time-line-card__content__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .time-line-section--style-2 .time-line-card .time-line-card__content__text {
    font-size: 16px;
  }
}
.time-line-section--style-2 .time-line-card .time-line-card__number {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .time-line-section--style-2 .time-line-card .time-line-card__number {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .time-line-section--style-2 .time-line-card .time-line-card__number {
    margin-bottom: 59px;
  }
}
.time-line-section--style-2 .time-line-card .time-line-card__number span {
  background-color: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
  margin-bottom: 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: var(--cl-fw-bold-1);
  line-height: 28px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .time-line-section--style-2 .time-line-card .time-line-card__number span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .time-line-section--style-2 .time-line-card .time-line-card__number span {
    font-size: 18px;
  }
}
.time-line-section--style-2 .time-line-card:hover .time-line-card__content {
  background: transparent;
}
.time-line-section--style-2
  .time-line-card:hover
  .time-line-card__content__hover-img {
  visibility: hidden;
}
.time-line-section--style-2 .time-line-card:hover .time-line-card__number span {
  background-color: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
}
.time-line-section--style-2 .time-line-card__number span {
  height: 50px;
  width: 150px;
  border-radius: 10px;
}
.time-line-section--style-2 .time-line-card__content {
  padding: 0;
  background: transparent;
}

/*----------------------------------------*/
/* PRICING TABLE CSS START
/*----------------------------------------*/
.pricing-table-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../../../assets/images/png/home-2/pricing-table-bg.html");
  background-color: var(--cl-color-alabaster);
  /* === Style 2 === */
}
@media (min-width: 768px) {
  .pricing-table-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .pricing-table-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pricing-table-section .section-title-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pricing-table-section .section-title-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .pricing-table-section .section-title-block {
    margin-bottom: 50px;
  }
}
.pricing-table-section .section-title-block__opacity-heading {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pricing-table-section .pricing-table-cards .single-pt-card {
  height: 100%;
  padding: 25px 15px;
  border-radius: 10px;
  margin: 0 8px;
  background-color: var(--cl-color-white);
  transition: 0.6s;
  position: relative;
  box-shadow: 0px 4px 30px 0px rgba(2, 22, 9, 0.15);
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .pricing-table-section .pricing-table-cards .single-pt-card {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card {
    padding: 40px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table-section .pricing-table-cards .single-pt-card {
    padding: 60px 40px;
  }
}
.pricing-table-section .pricing-table-cards .single-pt-card::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../../../assets/images/png/home-2/pricing-table-bg-hover.html");
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0;
  z-index: -1;
}
.pricing-table-section .pricing-table-cards .single-pt-card:hover {
  background-color: var(--cl-color-primary);
}
.pricing-table-section .pricing-table-cards .single-pt-card:hover::before {
  opacity: 1;
  z-index: -1;
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  .single-pt-card__heading {
  color: var(--cl-color-white);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  .single-pt-card__price {
  color: var(--cl-color-bottle-green);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  .single-pt-card__list-heading {
  color: var(--cl-color-bottle-green);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  .single-pt-card__span {
  color: var(--cl-color-alabaster);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  .single-pt-card__button
  a {
  background-color: var(--cl-color-bottle-green);
}
.pricing-table-section .pricing-table-cards .single-pt-card:hover ul li {
  color: var(--cl-color-alabaster);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  ul
  li
  svg
  path.vector {
  fill: var(--cl-color-bottle-green);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card:hover
  ul
  li
  svg
  path {
  fill: var(--cl-color-white);
}
.pricing-table-section .pricing-table-cards .single-pt-card__heading {
  color: var(--cl-color-secondary);
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__heading {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__heading {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__heading {
    margin-bottom: 18px;
  }
}
.pricing-table-section .pricing-table-cards .single-pt-card__price {
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: var(--cl-fw-bold-1);
  line-height: 18px;
  color: var(--cl-color-secondary);
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    line-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__price {
    line-height: 32px;
  }
}
.pricing-table-section .pricing-table-cards .single-pt-card__span {
  color: var(--cl-color-primary);
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: var(--cl-fw-normal-1);
  line-height: 28px;
}
.pricing-table-section .pricing-table-cards .single-pt-card__button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__button {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__button {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__button {
    margin-bottom: 40px;
  }
}
.pricing-table-section .pricing-table-cards .single-pt-card__button button {
  text-transform: uppercase;
}
.pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
  color: var(--cl-color-secondary);
  margin-bottom: 16px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: var(--cl-fw-bold-1);
  line-height: 28px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table-section .pricing-table-cards .single-pt-card__list-heading {
    margin-bottom: 28px;
  }
}
.pricing-table-section .pricing-table-cards .single-pt-card ul {
  line-height: 28px;
}
.pricing-table-section .pricing-table-cards .single-pt-card ul li {
  list-style: none;
  color: var(--cl-color-text-2);
  margin-bottom: 10px;
}
.pricing-table-section .pricing-table-cards .single-pt-card ul li:last-child {
  margin-bottom: 0;
}
.pricing-table-section .pricing-table-cards .single-pt-card ul li svg {
  margin-right: 8px;
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card
  ul
  li
  svg
  path#Vector {
  fill: var(--cl-color-bottle-green);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card
  ul
  li
  svg
  path#Vector_2 {
  fill: var(--cl-color-primary);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card
  ul
  .border-none
  svg
  path#Vector {
  fill: var(--cl-color-text-body);
}
.pricing-table-section
  .pricing-table-cards
  .single-pt-card
  ul
  .border-none
  svg
  path#Vector_2 {
  fill: var(--cl-color-text-body);
}
@media screen and (min-width: 768px) {
  .pricing-table-section .pricing-table-cards .single-pt-card {
    margin: 0px 2px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-table-section .pricing-table-cards .single-pt-card {
    margin-bottom: 0;
  }
}
.pricing-table-section--style-2 {
  background-image: none;
  background-color: transparent;
}
.pricing-table-section--style-2 .switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: var(--cl-color-alabaster);
}
.pricing-table-section--style-2 .switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#monthly
  ~ label[for="monthly"],
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#yearly
  ~ label[for="yearly"] {
  color: var(--cl-color-white);
}
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#monthly
  ~ label[for="monthly"]:hover,
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#yearly
  ~ label[for="yearly"]:hover {
  background: transparent;
}
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}
.pricing-table-section--style-2
  .switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}
.pricing-table-section--style-2 .switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  color: var(--cl-color-primary);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .pricing-table-section--style-2 .switch-wrapper label {
    min-width: 142px;
  }
}
.pricing-table-section--style-2 .switch-wrapper label:hover {
  background: var(--lightgray);
}
.pricing-table-section--style-2 .switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--cl-color-primary);
  transition: transform 0.25s ease-in-out;
}

/*----------------------------------------*/
/* NEWS TICKER CSS START
/*----------------------------------------*/
.news-ticker ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-ticker ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}
.news-ticker ul li a {
  text-transform: uppercase;
}
.news-ticker ul li::before {
  content: "";
  background-image: url(../images/png/home-2/news-ticker-icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  ICON BOX CSS START
/*----------------------------------------*/
.cl-icon-box__single {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
@media (min-width: 576px) {
  .cl-icon-box__single {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .cl-icon-box__single {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .cl-icon-box__single {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 1340px) {
  .cl-icon-box__single {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.cl-icon-box__content {
  flex: 0 0 calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1340px) {
  .cl-icon-box__content {
    flex: 0 0 calc(100% - 90px);
  }
}
.cl-icon-box__icon {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 1340px) {
  .cl-icon-box__icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin-right: 20px;
  }
}
.cl-icon-box__icon i,
.cl-icon-box__icon img {
  width: 34px;
}
.cl-icon-box__label {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--cl-color-primary);
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cl-icon-box__label {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .cl-icon-box__label {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cl-icon-box__label {
    margin-bottom: 15px;
  }
}
.cl-icon-box__heading {
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-icon-box__heading {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cl-icon-box__heading {
    font-size: 15px;
  }
}
.cl-icon-box--dark .cl-icon-box__heading {
  color: var(--cl-color-white);
  display: inline-block;
  width: fit-content;
}
.cl-icon-box--dark a.cl-icon-box__heading:hover {
  color: var(--cl-color-primary);
}

/*----------------------------------------*/
/*  FAQ CSS START
/*----------------------------------------*/
.cl-faq-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../../../assets/images/jpg/home-3/faq-bg.html);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cl-faq-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-faq-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-faq-block .section-title-block--dark {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cl-faq-block .section-title-block--dark {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-faq-block .section-title-block--dark {
    margin-bottom: 50px;
  }
}
.cl-faq-block::after {
  position: absolute;
  content: "";
  background-color: var(--cl-color-secondary);
  opacity: 0.92;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cl-faq-block__shape-1 {
  position: absolute;
  top: 170px;
  right: 4%;
  height: 160px;
  width: 170px;
}
.cl-faq-block__shape-1 img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 755px) and (max-width: 1140px) {
  .cl-faq-block__shape-1 {
    height: 120px;
    width: 130px;
    top: 4%;
    right: 3%;
  }
}
@media screen and (min-width: 200px) and (max-width: 754px) {
  .cl-faq-block__shape-1 {
    height: 55px;
    width: 66px;
    top: 2%;
    right: 3%;
  }
}

.accordion {
  --bs-accordion-bg: transparent;
  /* === Style 2 === */
  /* === Style 3 === */
}
.accordion__item {
  border: 0;
  margin-top: 20px;
}
.accordion__item h3 {
  color: var(--cl-color-bottle-green);
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .accordion__item h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .accordion__item h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  .accordion__item h3 {
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .accordion__item h3 {
    line-height: 32px;
  }
}
.accordion__item__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: var(--cl-color-white);
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s ease-in-out;
  gap: 10px;
}
@media screen and (min-width: 479px) {
  .accordion__item__heading {
    padding: 13px 27px 13px 35px;
  }
}
.accordion__item__heading i {
  color: var(--cl-color-primary);
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 768px) {
  .accordion__item__heading i {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .accordion__item__heading i {
    font-size: 30px;
  }
}
.accordion__item__heading[aria-expanded="true"] {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
  transition: all 0.3s ease-in-out;
}
.accordion__item__heading[aria-expanded="true"]:hover {
  color: var(--cl-color-bottle-green);
}
.accordion__item__heading[aria-expanded="true"] h3 {
  color: var(--cl-color-white);
}
.accordion__item__heading[aria-expanded="true"] i {
  transform: rotate(-45deg);
  color: var(--cl-color-white);
}
.accordion__item__heading:hover {
  color: var(--cl-color-primary);
}
.accordion__body {
  margin-top: 20px;
  color: var(--cl-color-white);
  line-height: 28px;
  font-weight: 400;
  font-family: "Raleway";
  padding-bottom: 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .accordion__body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .accordion__body {
    font-size: 18px;
  }
}
.accordion--style-2 .accordion__body {
  color: var(--cl-color-text-body);
}
.accordion--style-2 .accordion__item__heading {
  border: 1px solid var(--cl-color-alabaster);
}
.accordion--style-2 .accordion__item__heading h3 {
  text-align: initial;
}
.accordion--style-3 .accordion__item {
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 5px;
}
.accordion--style-3 .accordion__item:first-child {
  margin-top: 0;
}
.accordion--style-3 .accordion__body {
  color: var(--cl-color-black);
  margin: 0;
  line-height: 28px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .accordion--style-3 .accordion__body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .accordion--style-3 .accordion__body {
    font-size: 18px;
  }
}
.accordion--style-3 .accordion__item__heading h3 {
  color: var(--cl-color-bottle-green);
}
.accordion--style-3 .accordion__item__heading i {
  color: var(--cl-color-icon-black);
  font-size: 17px;
  font-weight: var(--cl-fw-bold-2);
}
.accordion--style-3 .accordion__item__heading[aria-expanded="true"] h3 {
  color: var(--cl-color-white);
}
.accordion--style-3 .accordion__item__heading[aria-expanded="true"] i {
  transform: rotate(-45deg);
  color: var(--cl-color-white);
}
.accordion--style-3 .accordion-body-content {
  padding: 30px;
}
.accordion--style-3 .accordion-img {
  width: 238px;
}
.accordion--style-3 .accordion-img img {
  width: 100%;
  border-radius: 10px;
}

/*----------------------------------------*/
/* PROMO CSS START
/*----------------------------------------*/
.cl-promo-area {
  position: relative;
  overflow: hidden;
}
.cl-promo-area__right-image {
  position: absolute;
  top: 45px;
  right: 6%;
  width: 11.2%;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .cl-promo-area__right-image {
    top: 40px;
    right: 11%;
    width: 11%;
  }
}
@media screen and (min-width: 574px) {
  .cl-promo-area__right-image {
    width: 5.1%;
    right: 0%;
  }
}
@media screen and (min-width: 992px) {
  .cl-promo-area__right-image {
    right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .cl-promo-area__right-image {
    right: 0%;
  }
}
@media screen and (min-width: 1400px) {
  .cl-promo-area__right-image {
    top: 50px;
    right: 3%;
    width: 7.2%;
  }
}
.cl-promo-area__right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-promo-area .promo-btn {
  height: 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-promo-area .promo-btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-promo-area .promo-btn {
    font-size: 16px;
  }
}
.cl-promo-area .promo-btn:hover {
  background-color: var(--cl-color-primary);
}
@media screen and (min-width: 767px) {
  .cl-promo-area .promo-btn {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-promo-area .promo-btn {
    height: 55px;
  }
}
.cl-promo-area__body {
  position: relative;
  padding: 23px 15px 23px;
  display: flex;
  flex-direction: column;
}
.cl-promo-area__body__bg-shape {
  position: absolute;
  left: -37%;
  top: 0;
  width: 260px;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 468px) {
  .cl-promo-area__body__bg-shape {
    left: -25%;
  }
}
@media screen and (min-width: 574px) {
  .cl-promo-area__body__bg-shape {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .cl-promo-area__body__bg-shape {
    left: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .cl-promo-area__body__bg-shape {
    left: 10%;
  }
}
.cl-promo-area__body__bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: 100%;
}
.cl-promo-area__body::after {
  content: "";
  background-color: var(--cl-color-secondary);
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.cl-promo-area__body__left-image {
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-position: center;
  z-index: -1;
}
.cl-promo-area__body__left-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .cl-promo-area__body__left-image img {
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .cl-promo-area__body__left-image {
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .cl-promo-area__body__left-image {
    left: -51%;
    z-index: -1;
  }
}
@media screen and (min-width: 574px) {
  .cl-promo-area__body {
    flex-direction: initial;
    margin-top: 0;
  }
}
.cl-promo-area__body__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .cl-promo-area__body__content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .cl-promo-area__body__content {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cl-promo-area__body__content__heading {
  color: var(--cl-color-white);
  font-family: var(--cl-ff-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 768px) {
  .cl-promo-area__body__content__heading {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .cl-promo-area__body__content__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 374px) {
  .cl-promo-area__body__content__heading {
    line-height: 30px;
  }
}
@media screen and (min-width: 480px) {
  .cl-promo-area__body__content__heading {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .cl-promo-area__body__content__heading {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cl-promo-area__body__content__heading {
    line-height: 40px;
  }
}
.cl-promo-area__body__content__heading br {
  display: none;
}
@media screen and (min-width: 480px) {
  .cl-promo-area__body__content__heading br {
    display: block;
  }
}
.cl-promo-area__body svg {
  position: absolute;
  right: 175px;
  height: 60px;
}
@media screen and (min-width: 480px) {
  .cl-promo-area__body svg {
    top: 50px;
    right: 335px;
  }
}
@media screen and (min-width: 574px) {
  .cl-promo-area__body svg {
    top: 14px;
    right: 260px;
    height: 80px;
  }
}
@media screen and (min-width: 767px) {
  .cl-promo-area__body svg {
    top: 14px;
    right: 362px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-promo-area__body svg {
    top: 15px;
    right: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-promo-area__body svg {
    top: 13px;
  }
}

/*----------------------------------------*/
/* PRODUCTS CSS START
/*----------------------------------------*/
.cl-products {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-products {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-products .section-title {
  padding-bottom: 30px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .cl-products .section-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .cl-products .section-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .cl-products .section-title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-products .section-title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products .section-title {
    padding-bottom: 80px;
  }
}

/******* Product Card *******/
.single-products-item {
  position: relative;
  z-index: 1;
  background-color: var(--cl-color-alabaster);
  border-radius: 5px 5px 0px 0px;
}
.single-products-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-products-item__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-products-item__top {
  position: relative;
  height: 340px;
}
@media screen and (min-width: 574px) {
  .single-products-item__top {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .single-products-item__top {
    height: 340px;
  }
}
.single-products-item__bottom {
  padding: 18px 0 0 20px;
  background-color: var(--cl-color-white);
  box-shadow: 0px 4px 10px 0px rgba(9, 51, 27, 0.1);
}
.single-products-item__badge {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
  padding: 5px 12px;
  border-radius: 5px 0px 0px 0px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 15px;
  width: 67px;
  text-align: center;
}
.single-products-item__badge--new-badge {
  background-color: var(--cl-color-badge);
}
.single-products-item__wishlist {
  position: absolute;
  right: 8%;
  top: 5%;
  width: 24px;
  height: 22px;
}
.single-products-item__wishlist i {
  font-size: 22px;
  color: var(--cl-color-bottle-green);
  cursor: pointer;
}
@media (min-width: 768px) {
  .single-products-item__wishlist i {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .single-products-item__wishlist i {
    font-size: 28px;
  }
}
.single-products-item__title {
  font-family: var(--cl-ff-heading);
  font-weight: 700;
  color: var(--cl-color-bottle-green);
  transition: 0.4s;
  font-size: 16px;
}
@media (min-width: 768px) {
  .single-products-item__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .single-products-item__title {
    font-size: 18px;
  }
}
.single-products-item__title:hover {
  color: var(--cl-color-secondary);
}
.single-products-item__price {
  display: flex;
  gap: 7px;
}
.single-products-item__discount {
  color: var(--cl-color-primary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-products-item__discount {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .single-products-item__discount {
    font-size: 16px;
  }
}
.single-products-item__regular {
  text-decoration: line-through;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-products-item__regular {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .single-products-item__regular {
    font-size: 16px;
  }
}
.single-products-item__card {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--cl-color-secondary);
  height: 35px;
  width: 35px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.single-products-item__card:hover {
  background-color: var(--cl-color-primary);
}
.single-products-item__card i {
  color: var(--cl-color-white);
  font-size: 20px;
}

/* pagination */
.pagination {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding-top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .pagination {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    padding-top: 60px;
  }
}
.pagination ul {
  column-gap: 7px;
}
.pagination ul li {
  list-style: none;
  height: 49px;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cl-color-white);
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}
.pagination ul li:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.pagination ul li:active {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}

/********** Products Details Style ************/
.cl-products-details-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-products-details-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-details-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-details-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-products-details-block .image-group {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cl-products-details-block .image-group {
    margin-bottom: 0;
  }
}
.cl-products-details-block .image-group__main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  background-color: var(--cl-color-alabaster);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cl-products-details-block .image-group__main-img {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .image-group__main-img {
    height: 480px;
  }
}
@media (min-width: 1340px) {
  .cl-products-details-block .image-group__main-img {
    height: 570px;
  }
}
.cl-products-details-block .image-group__main-img img {
  height: 60%;
  width: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cl-products-details-block .image-group__main-img img {
    height: 80%;
  }
}
.cl-products-details-block .image-group__bottom-img {
  column-gap: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cl-products-details-block .image-group__bottom-img {
    column-gap: 20px;
    margin-top: 20px;
  }
}
.cl-products-details-block .image-group__img {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  border: 0.5px solid var(--cl-color-primary);
  background-color: var(--cl-color-white);
}
@media (min-width: 768px) {
  .cl-products-details-block .image-group__img {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .cl-products-details-block .image-group__img {
    height: 120px;
    width: 120px;
  }
}
.cl-products-details-block .image-group__img img {
  width: 60%;
  object-fit: contain;
}
.cl-products-details-block .products-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-details-block .products-info {
    padding: 0 25px;
  }
}
.cl-products-details-block .products-info__price-info {
  border-bottom: 1px solid #f0f4f5;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__price-info {
    padding-bottom: 30px;
  }
}
.cl-products-details-block .products-info__price-info span {
  margin-right: 15px;
}
.cl-products-details-block .products-info__review {
  color: var(--cl-color-bottle-green);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info__review {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__review {
    font-size: 16px;
  }
}
.cl-products-details-block .products-info__review i {
  color: var(--cl-color-yellow);
  margin-right: 5px;
}
.cl-products-details-block .products-info__title {
  font-size: 36px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info__title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__title {
    font-size: 45px;
  }
}
.cl-products-details-block .products-info__regular {
  color: var(--cl-color-text-body);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info__regular {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__regular {
    font-size: 18px;
  }
}
.cl-products-details-block .products-info__discount {
  color: var(--cl-color-primary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info__discount {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__discount {
    font-size: 18px;
  }
}
.cl-products-details-block .products-info__product-quantity {
  display: flex;
  column-gap: 30px;
}
.cl-products-details-block .products-info__product-quantity .product-quantity {
  margin-right: 15px;
  margin-bottom: 15px;
}
.cl-products-details-block .products-info__product-quantity .cl-btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.cl-products-details-block .products-info p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info p {
    font-size: 16px;
  }
}
.cl-products-details-block .products-info__sort-by-filter .sort-icon {
  padding: 20px 30px;
  background-color: var(--cl-color-alabaster);
  border-radius: 100px;
}
.cl-products-details-block .products-info__sort-by-filter .sort-icon:hover {
  background-color: var(--cl-color-primary);
}
.cl-products-details-block
  .products-info__sort-by-filter
  .sort-icon:hover
  svg
  path {
  fill: var(--cl-color-white);
}
.cl-products-details-block .products-info__sort-by-filter a {
  display: inline-block;
  margin-right: 15px;
}
.cl-products-details-block .products-info__wishlist {
  padding: 20px 30px;
  background-color: var(--cl-color-alabaster);
  border-radius: 100px;
}
.cl-products-details-block .products-info__wishlist:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-products-details-block .products-info__key-value,
.cl-products-details-block .products-info__categories {
  color: var(--cl-color-secondary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-details-block .products-info__key-value,
  .cl-products-details-block .products-info__categories {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-details-block .products-info__key-value,
  .cl-products-details-block .products-info__categories {
    font-size: 16px;
  }
}
.cl-products-details-block .products-info__key-value span,
.cl-products-details-block .products-info__categories span {
  color: var(--cl-color-primary);
}
.cl-products-details-block .products-info__specification-keys > span {
  margin-right: 15px;
}
.cl-products-details-block .products-info__specification-keys > span span {
  margin-right: 5px;
}
.cl-products-details-block .products-info__social-icon ul {
  column-gap: 8px;
}
.cl-products-details-block .products-info__social-icon ul a i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background-color: var(--cl-color-alabaster);
  color: var(--cl-color-primary);
  border-radius: 100%;
}
.cl-products-details-block .products-info__social-icon ul a i:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
}

/***** Product Quantity *****/
.product-quantity {
  padding-right: 3px !important;
}
.product-quantity .quantity {
  width: 180px;
  height: 60px;
  border-radius: 5px;
  padding: 20px 0px;
  border: 1px solid var(--cl-color-alabaster);
}
.product-quantity .quantity .plus,
.product-quantity .quantity .input-text {
  border: none;
  padding: 0;
  text-align: center;
  line-height: 0.5;
  font-size: 20px;
  background-color: transparent;
}
.product-quantity .quantity .plus:focus,
.product-quantity .quantity .input-text:focus {
  border-color: transparent;
  box-shadow: none;
}
.product-quantity .quantity .minus {
  border: none;
  padding: 0;
  text-align: center;
  line-height: 0.5;
  font-size: 30px;
  background-color: transparent;
}
.product-quantity .quantity .minus:focus {
  border-color: transparent;
  box-shadow: none;
}
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-quantity--style-1 .quantity {
  border: 1px solid var(--cl-color-primary);
  border-radius: 100px;
}
.product-quantity--style-2 .quantity {
  padding: 0;
  width: 70px;
  border: none;
  height: 30px;
}
@media screen and (min-width: 480px) {
  .product-quantity--style-2 .quantity {
    border: 1px solid var(--cl-color-alabaster);
    width: 100px;
  }
}
@media screen and (min-width: 574px) {
  .product-quantity--style-2 .quantity {
    width: 150px;
    height: 50px;
  }
}
@media screen and (min-width: 767px) {
  .product-quantity--style-2 .quantity {
    width: 160px;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .product-quantity--style-2 .quantity {
    width: 180px;
  }
}
.product-quantity--style-2 .quantity .plus,
.product-quantity--style-2 .quantity .input-text {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .product-quantity--style-2 .quantity .plus,
  .product-quantity--style-2 .quantity .input-text {
    font-size: 20px;
  }
}
.product-quantity--style-2 .quantity .minus,
.product-quantity--style-2 .quantity .plus,
.product-quantity--style-2 .quantity .input-text {
  border: 1px solid var(--border-color);
}
.product-quantity--style-2 .quantity .minus:focus,
.product-quantity--style-2 .quantity .plus:focus,
.product-quantity--style-2 .quantity .input-text:focus {
  border-color: var(--border-color);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (min-width: 480px) {
  .product-quantity--style-2 .quantity .minus,
  .product-quantity--style-2 .quantity .plus,
  .product-quantity--style-2 .quantity .input-text {
    border: none;
  }
  .product-quantity--style-2 .quantity .minus:focus,
  .product-quantity--style-2 .quantity .plus:focus,
  .product-quantity--style-2 .quantity .input-text:focus {
    border-color: transparent;
    box-shadow: none;
  }
}
.product-quantity--style-3 .quantity {
  border: 1px solid var(--cl-color-alabaster);
}

/***** Product Filter *****/
.product-filter .nav-tabs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  border: 0;
}
.product-filter .nav-tabs .nav-item {
  padding: 0;
  background-color: var(--cl-color-alabaster);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-left: 0;
}
.product-filter .nav-tabs .nav-item:first-child {
  border-left: 0;
}
@media screen and (min-width: 574px) {
  .product-filter .nav-tabs .nav-item {
    grid-template-columns: 2, 1fr;
    border-left: 0;
  }
}
@media screen and (min-width: 996px) {
  .product-filter .nav-tabs .nav-item {
    border-left: 1px solid var(--cl-color-black);
  }
}
.product-filter .nav-tabs .nav-link {
  font-weight: var(--cl-fw-bold-1);
  color: var(--cl-color-bottle-green);
  height: 100%;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-filter .nav-tabs .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .product-filter .nav-tabs .nav-link {
    font-size: 22px;
  }
}
.product-filter .nav-tabs .nav-link.active {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
  border-radius: 0;
}
@media screen and (min-width: 574px) {
  .product-filter .nav-tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .product-filter .nav-tabs .nav-item-3 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 996px) {
  .product-filter .nav-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .product-filter .nav-tabs .nav-item-3 {
    grid-column: span 1;
  }
}
.product-filter .tab-content {
  padding-top: 40px;
}
.product-filter .tab-pane {
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-filter .tab-pane {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-filter .tab-pane {
    font-size: 16px;
  }
}

/********** Cart Style **********/
.cl-products-pricing-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-products-pricing-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-products-pricing-block .cart-table-section table {
  display: block;
  width: 100%;
}
.cl-products-pricing-block .order-total th {
  padding: 15px 0 !important;
  background-color: transparent;
  border: none;
}
.cl-products-pricing-block .order-total td {
  padding: 0;
  border: none;
}
.cl-products-pricing-block .cart-table-section table th {
  padding: 25px 20px;
  background-color: var(--cl-color-alabaster);
  font-family: "Raleway";
  font-size: 18px;
  font-weight: var(--cl-fw-bold-1);
  line-height: 1px;
  color: var(--cl-color-bottle-green);
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block .cart-table-section table th {
    padding: 25px 31px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-products-pricing-block .cart-table-section table th {
    padding: 25px 41px;
  }
}
.cl-products-pricing-block .cart-table-section table td {
  padding: 15px 10px;
  border-bottom: 1px solid var(--cl-color-alabaster);
}
@media screen and (min-width: 1400px) {
  .cl-products-pricing-block .cart-table-section table td {
    padding: 15px 40px;
  }
}
.cl-products-pricing-block .cart-table-section .shop_table_responsive {
  display: block;
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 5px;
}
.cl-products-pricing-block .cart-table-section .screen-reader-text {
  color: var(--cl-color-alabaster);
}
.cl-products-pricing-block .cart-table-section th.product-name {
  text-align: left;
}
.cl-products-pricing-block .cart-table-section td.product-name {
  text-align: left;
  padding: 15px 10px;
}
.cl-products-pricing-block .cart-table-section .woocommerce-Price-amount1,
.cl-products-pricing-block
  .cart-table-section
  .woocommerce-Price-currencySymbol1 {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-table-section .woocommerce-Price-amount1,
  .cl-products-pricing-block
    .cart-table-section
    .woocommerce-Price-currencySymbol1 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .woocommerce-Price-amount1,
  .cl-products-pricing-block
    .cart-table-section
    .woocommerce-Price-currencySymbol1 {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cart-table-section .woocommerce-Price-amount2,
.cl-products-pricing-block
  .cart-table-section
  .woocommerce-Price-currencySymbol2 {
  color: #898989;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: var(--cl-fw-normal-1);
  line-height: 26px;
}
.cl-products-pricing-block .cart-table-section .woocommerce-Price-amount3,
.cl-products-pricing-block
  .cart-table-section
  .woocommerce-Price-currencySymbol3 {
  color: #4d5756;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: var(--cl-fw-normal-1);
  line-height: 28px;
}
.cl-products-pricing-block .cart-table-section td.product-name a {
  color: var(--cl-color-bottle-green);
  word-wrap: break-word;
  line-height: 1.4;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    .shop_table_responsive
    :is(thead, th) {
    display: none;
  }
  .cl-products-pricing-block
    .cart-table-section
    .shop_table_responsive
    :is(tbody, tfoot, tr) {
    display: block;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    tr {
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 100px;
    min-height: 136px;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block .cart-table-section .shop_table_responsive tr {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td.product-remove {
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .cl-products-pricing-block .cart-table-section .product-quantity {
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td:not(:last-child) {
    border-bottom: 1px dashed var(--cl-color-alabaster);
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td.product-thumbnail {
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 115px;
    border-bottom: none;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td.product-thumbnail {
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td:before {
    flex: 1 1 auto;
    margin-bottom: 5px;
    padding-top: 0;
    text-align: left;
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    .shop_table_responsive
    td:before {
    content: attr(data-title);
    float: left;
    padding-top: 3px;
    color: var(--color-gray-900);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td.product-name {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    :is(.woocommerce-cart-form__contents, .group_table)
    td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 0;
    padding-right: 10px;
  }
}
.cl-products-pricing-block
  .cart-table-section
  .cart-table-section
  > .cart
  tbody {
  position: relative;
}
.cl-products-pricing-block .cart-table-section th.product-thumbnail {
  width: 10px;
}
.cl-products-pricing-block
  .cart-table-section
  .woocommerce-cart-form__cart-item
  td.product-thumbnail {
  height: 70px;
  width: 70px;
}
.cl-products-pricing-block
  .cart-table-section
  .woocommerce-cart-form__cart-item
  td.product-thumbnail
  img {
  border-radius: 5px;
  min-height: 60px;
  max-width: 60px;
  border: 1px solid var(--cl-color-alabaster);
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    .woocommerce-cart-form__cart-item
    td.product-thumbnail
    img {
    border: 0.5px solid var(--cl-color-alabaster);
    min-height: 70px;
    max-width: 70px;
  }
}
.cl-products-pricing-block .cart-table-section .product-remove .remove {
  padding: 5px 10px;
  height: 20px;
  width: 20px;
  background-color: var(--cl-color-cart-remove);
  border-radius: 100px;
  color: var(--cl-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-products-pricing-block .cart-table-section .cart-actions {
  margin-top: 18px;
  flex-direction: column;
  column-gap: 10px;
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions {
    flex-direction: row;
    align-items: center;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .actions {
  padding: 0;
  padding-top: 20px;
}
.cl-products-pricing-block
  .cart-table-section
  .cart-actions
  .screen-reader-text {
  color: var(--cl-color-bottle-green);
  padding: 19px 40px;
  font-weight: var(--cl-fw-bold-1);
  padding: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block
    .cart-table-section
    .cart-actions
    .screen-reader-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    .cart-actions
    .screen-reader-text {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-coupon-form {
  column-gap: 30px;
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .cl-coupon-form {
    flex-direction: row;
    align-items: center;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .input-control {
  padding: 13px;
  color: var(--cl-color-text-body);
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    font-size: 16px;
  }
}
.cl-products-pricing-block
  .cart-table-section
  .cart-actions
  .input-control:focus {
  border-color: var(--cl-color-primary);
  box-shadow: none;
}
@media screen and (min-width: 480px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 100%;
  }
}
@media screen and (min-width: 574px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 315px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 385px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .input-control {
    width: 366px;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-btn--primary {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 480px) {
  .cl-products-pricing-block
    .cart-table-section
    .cart-actions
    .cl-btn--primary {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block
    .cart-table-section
    .cart-actions
    .cl-btn--primary {
    margin-top: 0px;
    width: 27%;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-hide {
  padding: 15px 30px;
  background-color: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
  margin-top: 10px;
  width: 100%;
  height: 50px;
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-hide:hover {
  background-color: var(--cl-color-primary);
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-hide::before {
  border-color: var(--cl-color-primary);
  background-color: var(--cl-color-primary);
}
.cl-products-pricing-block .cart-table-section .cart-actions .cl-hide:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
  border-color: var(--cl-color-primary);
}
.cl-products-pricing-block
  .cart-table-section
  .cart-actions
  .cl-hide:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media screen and (min-width: 480px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .cl-hide {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .cl-hide {
    width: 20%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .cl-hide {
    width: 17%;
  }
}
.cl-products-pricing-block .cart-table-section .cart-actions .cart-actions {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-table-section .cart-actions .cart-actions {
    flex-direction: row;
  }
}
.cl-products-pricing-block .cart-totals-section {
  padding: 20px 15px;
  margin-top: 20px;
  border: none;
  height: 100%;
  display: flex;
  align-items: initial;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .cl-products-pricing-block .cart-totals-section {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section {
    padding: 38px 15px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block .cart-totals-section {
    padding: 30px 15px;
  }
}
.cl-products-pricing-block .cart-totals-section .shop_table {
  width: 100%;
}
.cl-products-pricing-block .cart-totals-section h2 {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 19px;
  margin-bottom: 35px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-totals-section h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 767px) {
  .cl-products-pricing-block .cart-totals-section h2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-products-pricing-block .cart-totals-section h2 {
    margin-bottom: 35px;
  }
}
.cl-products-pricing-block .cart-totals-section .wc-proceed-to-checkout {
  margin-top: 40px;
}
.cl-products-pricing-block .cart-totals-section .cart-subtotal {
  border-bottom: 1px solid var(--cl-color-white);
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-totals-section .cart-subtotal {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section .cart-subtotal {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cart-totals-section .cart-subtotal th {
  padding-bottom: 10px;
}
.cl-products-pricing-block
  .cart-totals-section
  .cart-subtotal
  .cl-Price-amount {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  padding-bottom: 10px;
  text-align: end;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block
    .cart-totals-section
    .cart-subtotal
    .cl-Price-amount {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block
    .cart-totals-section
    .cart-subtotal
    .cl-Price-amount {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-totals {
  margin-bottom: 22px;
  margin-top: 20px;
  display: inline-flex;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-totals ul {
  display: flex;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-totals ul li {
  display: inline-flex;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-totals
  ul
  li
  label {
  order: 2;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-totals
  ul
  li
  input {
  order: 1;
}
.cl-products-pricing-block .cart-totals-section .shipping-flex {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: end;
  justify-content: end;
  text-align: end;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-destination {
  margin: 0;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-methods2 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-methods {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cl-products-pricing-block .cart-totals-section .cl-shipping-methods li {
  list-style: none;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:checked,
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:checked
  + label,
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--cl-color-bottle-green);
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:checked
  + label:before,
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cl-color-primary);
  border-radius: 100%;
  background: #fff;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:checked
  + label:after,
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--cl-color-primary);
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cl-products-pricing-block
  .cart-totals-section
  .cl-shipping-methods
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cl-products-pricing-block .cart-totals-section .shipping-calculator-button {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-normal-1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-totals-section .shipping-calculator-button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section .shipping-calculator-button {
    font-size: 16px;
  }
}
.cl-products-pricing-block .cart-totals-section .order-total {
  display: inline-flex;
  width: 100%;
  border-top: 1px solid var(--cl-color-white);
  border-bottom: 1px solid var(--cl-color-white);
  justify-content: space-between;
}
.cl-products-pricing-block .cart-totals-section .order-total th {
  color: var(--cl-color-text-body);
  font-weight: var(--cl-fw-normal-2);
  padding-top: 15px;
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-totals-section .order-total th {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section .order-total th {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cart-totals-section .order-total td {
  padding-top: 15px;
  text-align: end;
}
.cl-products-pricing-block .cart-totals-section .order-total .amount {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-products-pricing-block .cart-totals-section .order-total .amount {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-products-pricing-block .cart-totals-section .order-total .amount {
    font-size: 18px;
  }
}
.cl-products-pricing-block .cl-proceed-to-checkout {
  margin-top: 30px !important;
}
.cl-products-pricing-block .cl-proceed-to-checkout .checkout-button {
  width: 100%;
}
/************* cl-checkout-block ***********/
.cl-checkout-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cl-checkout-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .cl-checkout-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-checkout-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/********** Bill Details ***********/
.bill-details__title {
  color: var(--cl-color-bottle-green);
  margin-bottom: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .bill-details__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .bill-details__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .bill-details__title {
    margin-bottom: 40px;
  }
}
.bill-details label {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-normal-2);
  font-size: 16px;
}
@media (min-width: 768px) {
  .bill-details label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .bill-details label {
    font-size: 18px;
  }
}
.bill-details input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0px 8px;
}
.bill-details__form-group-container {
  column-gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1400px) {
  .bill-details__form-group-container {
    flex-direction: row;
  }
}
.bill-details__form-group-container-name input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 2px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (min-width: 1400px) {
  .bill-details__form-group-container-name input {
    width: 311px;
  }
}
.bill-details__form-group-container-name input[type="text"]:focus {
  border: 1px solid var(--cl-color-primary);
  border-radius: 5px;
}
.bill-details__form-group-company input[type="text"]:focus,
.bill-details__form-group-street input[type="text"]:focus,
.bill-details__form-group input[type="text"]:focus,
.bill-details__form-group-notes input[type="text"]:focus {
  border: 1px solid var(--cl-color-primary);
  border-radius: 5px;
}
.bill-details .nice-select {
  width: 100%;
  margin-bottom: 20px;
}
.bill-details .nice-select::after {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 10px;
  height: 2px;
  background-color: var(--cl-color-primary);
  content: "";
  transform: rotate(40deg);
}
.bill-details .nice-select::before {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 10px;
  height: 2px;
  background-color: var(--cl-color-primary);
  content: "";
  transform: rotate(-40deg);
}
.bill-details .nice-select ul li {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.bill-details .nice-select ul li:hover {
  color: var(--cl-color-bottle-green);
}
.bill-details__form-group-country .custom_select,
.bill-details__form-group-district .custom_select {
  position: relative;
  margin-bottom: 20px;
}
.bill-details__form-group-country .custom_select .nice-select,
.bill-details__form-group-district .custom_select .nice-select {
  width: 100%;
  height: 40px;
  border: 1px solid var(--cl-color-alabaster);
  border-radius: 5px;
}
.bill-details__form-group-country .custom_select .down-arrow,
.bill-details__form-group-district .custom_select .down-arrow {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}
.bill-details__form-group-country .custom_select .list,
.bill-details__form-group-district .custom_select .list {
  position: absolute;
  right: 0;
  text-align: left;
}
.bill-details__form-group-country .nice-select.open,
.bill-details__form-group-district .nice-select.open {
  border: 1px solid var(--cl-color-primary);
  border-radius: 5px;
}
.bill-details__form-group-street .form-input1 {
  margin-bottom: 10px;
}
.bill-details__form-group-street input {
  padding: 15px 20px;
  font-size: 14px;
  color: #898989;
  font-weight: var(--cl-fw-normal-1);
  font-family: "Roboto";
}
.bill-details__form-group-street ::placeholder {
  color: var(--cl-color-text-body);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: var(--cl-fw-normal-1);
}
.bill-details__checkbox {
  align-items: center;
  column-gap: 3px;
  height: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.bill-details__form-group-notes input {
  min-height: 84px;
  padding: 20px;
}
.bill-details__form-group-notes ::placeholder {
  color: var(--cl-color-text-body);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: var(--cl-fw-normal-1);
}

/*********** Order Details ***********/
.order-details {
  padding: 53px 33px;
  background-color: var(--cl-color-alabaster);
  border-radius: 5px;
}
.order-details__product-info {
  margin-top: 45px;
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 8px;
}
.order-details__product-info h5 {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-3);
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__product-info h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__product-info h5 {
    font-size: 18px;
  }
}
.order-details__img {
  height: 100px;
  width: 100px;
  border: 0.5px solid var(--cl-color-bottle-green);
  border-radius: 5px;
  padding: 27px 20px;
}
.order-details__img img {
  height: 45px;
  width: auto;
}
.order-details__product-quantity {
  margin-top: 25px;
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 28px;
}
.order-details__product-quantity-price p {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-bold-3);
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__product-quantity-price p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__product-quantity-price p {
    font-size: 19px;
  }
}
.order-details__quantity {
  column-gap: 20px;
  flex-direction: column;
  align-items: initial;
}
@media screen and (min-width: 480px) {
  .order-details__quantity {
    flex-direction: row;
    align-items: end;
  }
}
.order-details__shipping {
  margin-top: 25px;
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 10px;
}
.order-details__subtotal-value-title,
.order-details__shipping-title,
.order-details__total-value-title,
.order-details__product-quantity-title {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  margin: 0;
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__subtotal-value-title,
  .order-details__shipping-title,
  .order-details__total-value-title,
  .order-details__product-quantity-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__subtotal-value-title,
  .order-details__shipping-title,
  .order-details__total-value-title,
  .order-details__product-quantity-title {
    font-size: 18px;
  }
}
.order-details__product-quantity-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  .order-details__product-quantity-title {
    margin-top: 0;
  }
}
.order-details__payment-details label {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-3);
  cursor: pointer;
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__payment-details label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__payment-details label {
    font-size: 18px;
  }
}
.order-details__payment-details label:hover {
  color: var(--cl-color-primary);
}
.order-details__payment-details input {
  cursor: pointer;
}
.order-details__subtotal-value,
.order-details__total-value {
  margin-top: 25px;
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 10px;
}
.order-details__subtotal-value-price {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-normal-2);
  margin: 0;
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__subtotal-value-price {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__subtotal-value-price {
    font-size: 18px;
  }
}
.order-details__product-quantity-price p {
  font-family: "Raleway";
}
.order-details__total-value-price {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-normal-2);
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__total-value-price {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__total-value-price {
    font-size: 18px;
  }
}
.order-details__shipping-price {
  position: relative;
}
.order-details__shipping-price label {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-normal-2);
  font-family: "Raleway";
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-details__shipping-price label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .order-details__shipping-price label {
    font-size: 18px;
  }
}
.order-details__shipping-price [type="radio"]:checked,
.order-details__shipping-price [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.order-details__shipping-price [type="radio"]:checked + label,
.order-details__shipping-price [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--cl-color-bottle-green);
}
.order-details__shipping-price [type="radio"]:checked + label:before,
.order-details__shipping-price [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--cl-color-primary);
  border-radius: 100%;
  background: #fff;
}
.order-details__shipping-price [type="radio"]:checked + label:after,
.order-details__shipping-price [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--cl-color-primary);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-details__shipping-price [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.order-details__shipping-price [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.order-details__payment-details {
  margin-top: 40px;
}
.order-details__payment-details [type="radio"]:checked,
.order-details__payment-details [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.order-details__payment-details [type="radio"]:checked + label,
.order-details__payment-details [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--cl-color-bottle-green);
}
.order-details__payment-details [type="radio"]:checked + label:before,
.order-details__payment-details [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--cl-color-text-body);
  border-radius: 100%;
  background: #fff;
}
.order-details__payment-details [type="radio"]:checked + label:after,
.order-details__payment-details [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--cl-color-primary);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-details__payment-details [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.order-details__payment-details [type="radio"]:checked + label:before {
  border: 1px solid var(--cl-color-primary);
}
.order-details__payment-details [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.order-details__payment-details [type="radio"]:checked + label {
  color: var(--cl-color-primary);
}
.order-details .paypal-text {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-normal-1);
  line-height: 28px;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-details .paypal-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .order-details .paypal-text {
    font-size: 14px;
  }
}
.order-details .paypal-wrapper {
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 480px) {
  .order-details .paypal-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.order-details .paypal {
  column-gap: 18px;
  flex-direction: column;
  align-items: initial;
  row-gap: 10px;
}
@media screen and (min-width: 480px) {
  .order-details .paypal {
    flex-direction: row;
    align-items: center;
  }
}
.order-details .cl-btn--primary {
  margin-top: 40px;
  width: 100%;
}

.shop_table {
  border-collapse: separate; /* Ensures that cell spacing works */
  border-spacing: 0; /* Set spacing between cells, e.g., 5px */
}

.products-info__social-icon ul li {
  list-style: none;
}

.cl-shipping-methods2 li {
  list-style: none;
}

/********** Cart page Style **********/
.cart-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.boindy-container {
  display: flex;
  gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .boindy-container {
    flex-wrap: nowrap;
  }
}

.boindy-cart-table,
.boindy-cart-empty {
  width: 100%;
  flex-direction: column !important;
  gap: 20px !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0.5px solid var(--cl-color-alabaster);
}

th,
td {
  padding: 18px 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 570px) {
  th,
  td {
    text-align: left;
  }
}

.cart-totals-inner .shipping-flex {
  border-bottom: none !important;
  margin: 0px !important;
  padding: 18px 10px;
}
@media screen and (min-width: 480px) {
  .cart-totals-inner .shipping-flex {
    padding: 18px 0px;
  }
}
.cart-totals-inner .order-total {
  border-bottom: none !important;
  margin: 0px !important;
  padding: 18px 10px;
}
@media screen and (min-width: 480px) {
  .cart-totals-inner .order-total {
    padding: 18px 0px;
  }
}
.cart-totals-inner .cart-subtotal {
  padding: 18px 10px;
}
@media screen and (min-width: 480px) {
  .cart-totals-inner .cart-subtotal {
    padding: 18px 0px;
  }
}

.boindy-cart-table th {
  padding: 18px 0px;
}
@media screen and (min-width: 480px) {
  .boindy-cart-table th {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 992px) {
  .boindy-cart-table th {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .boindy-cart-table th {
    padding: 18px 40px;
  }
}
.boindy-cart-table td {
  padding: 18px 0px;
}
@media screen and (min-width: 480px) {
  .boindy-cart-table td {
    padding: 18px 5px;
  }
}
@media screen and (min-width: 570px) {
  .boindy-cart-table td {
    padding: 18px 10px;
  }
}
@media screen and (min-width: 767px) {
  .boindy-cart-table td {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 992px) {
  .boindy-cart-table td {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .boindy-cart-table td {
    padding: 18px 40px;
  }
}

th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.boindy-product-image {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}

.boindy-quantity-control {
  display: flex;
  align-items: center;
  gap: 0px;
  border: 1px solid var(--cl-color-alabaster);
  justify-content: center;
  height: 40px;
  width: 75%;
  border-radius: 5px;
}
@media screen and (min-width: 480px) {
  .boindy-quantity-control {
    gap: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  .boindy-quantity-control {
    height: 56px;
  }
}

.boindy-quantity-control button {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

.boindy-quantity-control input {
  width: 10px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 570px) {
  .boindy-quantity-control input {
    width: 30px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.boindy-action-button {
  color: var(--cl-color-white);
  background-color: red;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  padding: 5px 5px;
  height: 20px;
  line-height: 0;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.boindy-cart-totals {
  width: 100%;
  padding: 45px 20px 20px 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
  display: none;
  background-color: var(--cl-color-alabaster);
  /* Hide by default */
}
@media screen and (min-width: 992px) {
  .boindy-cart-totals {
    width: 320px;
  }
}

.boindy-cart-totals h3 {
  margin-bottom: 20px;
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  border-bottom: 1px solid var(--cl-color-white);
  padding-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .boindy-cart-totals h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .boindy-cart-totals h3 {
    font-size: 22px;
  }
}

.boindy-cart-totals p {
  margin-bottom: 10px;
  text-align: end;
}

.boindy-cart-totals .subtotal {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-black);
  font-weight: var(--cl-fw-bold-1);
  border-bottom: 1px solid var(--cl-color-white);
}
.boindy-cart-totals .subtotal span {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  padding-bottom: 10px;
  text-align: end;
  font-size: 16px;
}
@media (min-width: 768px) {
  .boindy-cart-totals .subtotal span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .boindy-cart-totals .subtotal span {
    font-size: 18px;
  }
}
.boindy-cart-totals .cl-shipping-methods {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.boindy-cart-totals .cl-shipping-methods li {
  list-style: none;
  text-align: end;
}
.boindy-cart-totals .cl-shipping-methods [type="radio"]:checked,
.boindy-cart-totals .cl-shipping-methods [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.boindy-cart-totals .cl-shipping-methods [type="radio"]:checked + label,
.boindy-cart-totals .cl-shipping-methods [type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--cl-color-bottle-green);
}
.boindy-cart-totals .cl-shipping-methods [type="radio"]:checked + label:before,
.boindy-cart-totals
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cl-color-primary);
  border-radius: 100%;
  background: #fff;
}
.boindy-cart-totals .cl-shipping-methods [type="radio"]:checked + label:after,
.boindy-cart-totals
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--cl-color-primary);
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.boindy-cart-totals
  .cl-shipping-methods
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.boindy-cart-totals .cl-shipping-methods [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.boindy-cart-totals .total {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-black);
  font-weight: var(--cl-fw-bold-1);
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--cl-color-white);
  border-bottom: 1px solid var(--cl-color-white);
}
.boindy-cart-totals .total span {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  padding-bottom: 10px;
  text-align: end;
  font-size: 16px;
}
@media (min-width: 768px) {
  .boindy-cart-totals .total span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .boindy-cart-totals .total span {
    font-size: 18px;
  }
}
.boindy-cart-totals .shipping {
  display: flex;
  flex-direction: column;
  color: var(--cl-color-bottle-green);
}
.boindy-cart-totals .shipping a {
  color: var(--cl-color-primary);
  font-weight: var(--cl-fw-normal-1);
  font-size: 14px;
  font-family: "Raleway";
  padding-bottom: 10px;
  text-align: end;
}
.boindy-cart-totals label {
  color: var(--cl-color-bottle-green);
  font-family: "Roboto";
  font-size: 14px;
}
@media (min-width: 768px) {
  .boindy-cart-totals label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .boindy-cart-totals label {
    font-size: 16px;
  }
}
.boindy-cart-totals span {
  color: var(--cl-color-bottle-green);
  font-family: "Roboto";
  font-size: 14px;
}
@media (min-width: 768px) {
  .boindy-cart-totals span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .boindy-cart-totals span {
    font-size: 16px;
  }
}

.boindy-cart-totals .boindy-total {
  font-size: 1.2em;
  font-weight: bold;
}

.boindy-cart-totals .boindy-proceed-button {
  background-color: #008000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
}

.coupon-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.boindy-coupon-section {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 570px) {
  .boindy-coupon-section {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .boindy-coupon-section {
    width: 64%;
  }
}

.boindy-coupon-section input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.boindy-coupon-section button {
  background-color: #008000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .boindy-coupon-section button {
    width: inherit;
  }
}

.boindy-update-button {
  background-color: #008000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .boindy-update-button {
    margin-left: auto;
    width: inherit;
  }
}

.boindy-coupon-section label {
  font-weight: bold;
}

.boindy-cart-empty {
  display: none;
  text-align: center;
}

.boindy-cart-empty h3 {
  margin-bottom: 20px;
}

.boindy-cart-empty .boindy-shop-button {
  background-color: #008000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cart-coupon-area {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .cart-coupon-area {
    flex-direction: initial;
    align-items: center;
    margin-top: 30px;
  }
}

.product-img {
  display: flex;
  align-items: center;
  gap: 0px;
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  font-family: "Raleway";
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-img {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-img {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .product-img {
    gap: 20px;
  }
}
.product-img img {
  display: none;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 767px) {
  .product-img img {
    display: block !important;
  }
}

/*----------------------------------------*/
/* Gallery Style
/*----------------------------------------*/
.gallery_block .gallery-card {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .gallery_block .gallery-card {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .gallery_block .gallery-card {
    height: 420px;
  }
}
.gallery_block .gallery-card__image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}
.gallery_block .gallery-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery_block .gallery-card__search-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background-color: var(--cl-color-primary);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.gallery_block .gallery-card__search-icon i {
  font-size: 20px;
  opacity: 1;
}
.gallery_block .gallery-card:hover .gallery-card__search-icon {
  opacity: 0.9;
  visibility: visible;
}
.gallery_block .gallery-card:hover .gallery-card__search-icon i {
  opacity: 1;
}

@keyframes expandIcon {
  0% {
    opacity: 0;
    visibility: hidden;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    visibility: visible;
    bottom: 28px;
  }
}
/*----------------------------------------*/
/*  WIDGETS CSS START
/*----------------------------------------*/
.widgets--phone {
  flex: 0 0 170px;
}
@media (min-width: 1300px) {
  .widgets--phone {
    flex: 0 0 180px;
  }
}
@media (min-width: 1600px) {
  .widgets--phone {
    flex: 0 0 217px;
  }
}
.widgets--phone img {
  max-width: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .widgets--phone img {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .widgets--phone img {
    max-width: 40px;
    flex: 0 0 40px;
  }
}
@media (min-width: 1340px) {
  .widgets--phone img {
    max-width: 50px;
    flex: 0 0 50px;
  }
}
.widgets--phone__content {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.widgets--phone__content__label {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: var(--cl-color-secondary);
}
.widgets--phone__content__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--cl-ff-heading);
  color: var(--cl-color-primary);
  transition: all 0.3s ease-in-out;
}
.widgets--phone__content__number:hover,
.widgets--phone__content__number:focus {
  color: var(--cl-color-secondary);
}
@media (min-width: 1340px) {
  .widgets--phone__content__number {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .widgets--phone__content__number {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  HEADER CSS START
/*----------------------------------------*/
.header {
  /* Hamburger */
  /* === Style 2 === */
  /* === Style 3 === */
}
.header .cl-btn--header {
  padding: 5px 15px;
  font-size: 15px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #8ec119;
  color: white;
  min-width: 110px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-color: var(--cl-color-alabaster);
}
.header .cl-btn--header::before {
  border-color: var(--cl-color-bottle-green);
  background-color: var(--cl-color-bottle-green);
}
.header .cl-btn--header:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-white);
  border-color: var(--cl-color-bottle-green);
}
@media screen and (min-width: 1200px) {
  .header .cl-btn--header {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .header .cl-btn--header {
    height: 50px;
    padding: 22px 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .header .cl-btn--header {
    font-size: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .header .cl-btn--header {
    padding: 22px 30px;
  }
}
.header .cl-btn--header:hover {
  background-color: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
}
.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header__top {
  background-color: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
}
.header__top__bg-1 {
  background-image: url(../images/png/home-1/header-top-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  background-position: top;
}
@media screen and (max-width: 991px) {
  .header__top__bg-1 {
    background-position: bottom;
  }
}
.header__top__right__date-time {
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  padding-right: 30px;
  padding-left: 15px;
}
@media screen and (min-width: 767px) {
  .header__top__right__date-time {
    padding-left: 85px;
  }
}
@media screen and (min-width: 992px) {
  .header__top__right__date-time {
    padding-right: 33px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .header__top__right__date-time {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .header__top__right__date-time {
    padding-right: 30px;
    padding-left: 0;
  }
}
.header__top__right__date-time i {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-color-primary);
}
.header__top__right__date-time p {
  margin-bottom: 0;
  color: var(--cl-color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top__right__date-time p {
    font-size: var(--cl-fz-text-2);
  }
}
.header__top__right__social-link {
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .header__top__right__social-link {
    padding: 17px 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header__top__right__social-link {
    padding: 17px 60px;
    margin-left: 30px;
  }
}
.header__top__right__social-link::after {
  content: "";
  background-color: var(--cl-color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
}
.header__top__right__social-link li {
  display: inline-block;
  margin-left: 10px;
  transition: inherit;
}
.header__top__right__social-link li:last-child {
  margin-right: 0;
}
.header__top__right__social-link li i {
  transition: inherit;
}
.header__top__right__social-link li a {
  font-size: 15px;
  color: var(--cl-color-white);
  display: inline-block;
  transition: inherit !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top__right__social-link li a {
    font-size: var(--cl-fz-text-2);
  }
}
.header__top__right__social-link li a:hover {
  color: white;
}
.header__bottom {
  position: relative;
  z-index: 9;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* Logo */
}
@media (min-width: 1800px) {
  .header__bottom .container-fluid {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
}
.header__bottom__line {
  position: relative;
  z-index: 1;
}
.header__bottom__line::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: var(--cl-color-jewel);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
@media (min-width: 768px) {
  .header__bottom__line::after {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .header__bottom__line::after {
    width: 97%;
  }
}
.header__bottom__line--style-2::after {
  background-color: var(--cl-color-white);
}
.header__bottom .logo {
  position: relative;
  z-index: 1;
  min-height: 95px;
  display: flex;
  align-items: center;
  margin-left: 7px;
}
@media (min-width: 768px) {
  .header__bottom .logo {
    min-height: 95px;
  }
}
@media (min-width: 1300px) {
  .header__bottom .logo {
    min-height: 90px;
  }
}
.header__bottom__left__shape {
  
  position: absolute;
  top: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  display: inline-block;
  z-index: -1;
}
.header__bottom__left__shape::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90px;
  height: 100%;
  top: 0;
  right: -80px;
  background: var(--cl-color-white);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .header__bottom__left__shape::after {
    width: 100px;
  }
}
.header__bottom--dark .header__widgets__icons {
  margin-right: 20px;
  padding-left: 0;
  border-left: none;
}
.header__bottom--dark .header__widgets__icons__cart {
  position: relative;
  z-index: 1;
  border-color: var(--cl-color-text-body);
  color: var(--cl-color-white);
}
.header__bottom--dark .header__widgets__icons__cart svg {
  fill: var(--cl-color-white);
  height: 24px;
  width: 24px;
}
.header__bottom--dark .header__widgets__icons__cart::after {
  position: absolute;
  left: 5px;
  top: 0;
  height: 10px;
  width: 10px;
  background-color: var(--cl-color-white);
  content: "";
  border-radius: 100px;
}
.header__info {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .header__info {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header__info {
    padding-left: 20px;
  }
}
.header__info ul li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.21);
}
.header__info ul li:last-child {
  margin-right: 0;
  border-right: 1px solid transparent;
}
.header__info ul li a {
  color: var(--cl-color-white);
  font-size: 16px;
  font-weight: var(--cl-fw-normal-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__info ul li a {
    font-size: var(--cl-fz-text-2);
  }
}
.header__info ul li a:hover {
  color: var(--cl-color-primary);
}
.header__info ul li a i {
  margin-right: 5px;
  color: var(--cl-color-primary);
}
.header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.header__info ul li a svg path {
  fill: var(--cl-color-4);
}
.header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
}
.header__widgets {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header__widgets {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .header__widgets {
    justify-content: flex-end;
  }
}
.header__widgets__single {
  margin-left: 10px;
}
@media (min-width: 1340px) {
  .header__widgets__single {
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .header__widgets__single {
    margin-left: 30px;
  }
}
.header__widgets__single:first-child {
  margin-left: 0;
}
.header__widgets--phone {
  flex: 0 0 170px;
}
@media (min-width: 1300px) {
  .header__widgets--phone {
    flex: 0 0 180px;
  }
}
@media (min-width: 1600px) {
  .header__widgets--phone {
    flex: 0 0 217px;
  }
}
.header__widgets--phone img {
  max-width: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__widgets--phone img {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header__widgets--phone img {
    max-width: 40px;
    flex: 0 0 40px;
  }
}
@media (min-width: 1340px) {
  .header__widgets--phone img {
    max-width: 50px;
    flex: 0 0 50px;
  }
}
.header__widgets--phone__content {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.header__widgets--phone__content__label {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: var(--cl-color-bottle-green);
}
.header__widgets--phone__content__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--cl-ff-heading);
  color: var(--cl-color-primary);
}
.header__widgets--phone__content__number:hover,
.header__widgets--phone__content__number:focus {
  color: var(--cl-color-secondary);
}
@media (min-width: 1340px) {
  .header__widgets--phone__content__number {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .header__widgets--phone__content__number {
    font-size: 18px;
  }
}
.header__widgets__icons {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(109, 117, 109, 0.2);
  padding-left: 10px;
  height: 50px;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 1400px) {
  .header__widgets__icons {
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .header__widgets__icons {
    padding-left: 20px;
  }
}
.header__widgets__icons__search {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header__widgets__icons__search svg {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1340px) {
  .header__widgets__icons__search svg {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1600px) {
  .header__widgets__icons__search svg {
    height: 35px;
    width: 35px;
  }
}
.header__widgets__icons__search:hover svg path {
  fill: var(--cl-color-primary);
}
.header__widgets__icons__cart {
  width: 52px;
  height: 52px;
  border: 1px solid var(--cl-color-bottle-green);
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__widgets__icons__cart:hover {
  border: 1px solid var(--cl-color-primary);
}
.header__widgets__icons__cart:hover svg path {
  stroke: var(--cl-color-primary);
}
@media (min-width: 1200px) {
  .header__widgets__icons__cart {
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .header__widgets__icons__cart {
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .header__widgets__icons__cart {
    margin-left: 20px;
  }
}
@media (min-width: 1800px) {
  .header__widgets__icons__cart {
    margin-left: 30px;
  }
}
.header__widgets__icons__cart--bg-primary {
  position: relative;
  width: 35px;
  height: 35px;
}
.header__widgets__icons__cart--bg-primary::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 10px;
  background-color: var(--cl-color-primary);
  content: "";
  border-radius: 100px;
}
@media screen and (min-width: 1200px) {
  .header__widgets__icons__cart--bg-primary {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .header__widgets__icons__cart--bg-primary {
    width: 35px;
    height: 35px;
  }
}
.header__hamburger button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  background-color: var(--cl-color-alabaster);
  box-sizing: border-box;
  padding: 10px;
}
.header__hamburger button span {
  background-color: var(--cl-color-primary);
  display: block;
  width: 100%;
  height: 2px;
}
.header__hamburger button span:nth-child(1) {
  margin-bottom: 2px;
}
.header__hamburger button span:nth-child(2) {
  margin-bottom: 3px;
}
.header__sticky.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--cl-color-white);
}
.header--style-2 .header__top {
  background-color: var(--cl-color-primary);
}
.header--style-2 .header__bottom {
  background-color: var(--cl-color-english-holly);
}
.header--style-2 .cl-btn--header {
  padding: 5px 15px;
  border-radius: 8px;
  min-width: 120px;
  height: 45px;
  text-transform: uppercase;
  background-color: var(--cl-color-white);
}
@media (min-width: 992px) {
  .header--style-2 .cl-btn--header {
    height: 55px;
  }
}
@media (min-width: 1600px) {
  .header--style-2 .cl-btn--header {
    min-width: 202px;
  }
}
.header--style-2 .main-menu ul li {
  margin-right: 5px;
}
@media (min-width: 1600px) {
  .header--style-2 .main-menu ul li {
    margin-right: 15px;
  }
}
.header--style-3 .header__bottom .container::after {
  background-color: var(--cl-color-white);
}
.header--style-3 .cl-btn--header {
  padding: 5px;
  font-size: 14px;
  min-width: 110px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .header--style-3 .cl-btn--header {
    padding: 5px;
    font-size: 14px;
    min-width: 110px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header--style-3 .cl-btn--header {
    padding: 5px 15px;
    font-size: 16px;
    min-width: 120px;
    height: 55px;
  }
}

/* logo */
.logo img {
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .logo img {
    width: 150px;
  }
}

/* main menu css */
.main-menu {
  position: relative;
  z-index: 1;
  margin-left: 0px;
  text-align: left;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--cl-color-bottle-green);
  position: relative;
  font-weight: 400;
  font-family: "Roboto";
}
.main-menu ul li a::before {
  content: "\f06c";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 17px;
  color: var(--cl-color-primary);
  font-family: var(--cl-ff-fontawesome);
  font-weight: 700;
  margin-right: 4px;
  display: inline-block;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
@media (min-width: 1340px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}
.main-menu ul li.has-dropdown {
  padding: 10px 0;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--cl-color-black);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  display: inline-block;
}
.main-menu ul li.current-page a {
  color: var(--cl-color-primary);
}
.main-menu ul li.current-page a::before {
  opacity: 1;
  visibility: visible;
}
.main-menu ul li.current-page a::after {
  color: var(--cl-color-primary);
}
.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: var(--cl-color-white);
  z-index: 99;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
}
.main-menu ul li .submenu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main-menu ul li .submenu li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main-menu ul li .submenu li:first-child > a::before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main-menu ul li .submenu li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-menu ul li .submenu li:last-child > a::before {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown {
  padding: 0;
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--cl-color-black);
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: -1px;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--cl-color-primary);
  z-index: -1;
  margin: 0;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--cl-color-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--cl-color-white);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.main-menu ul li:hover > a {
  color: var(--cl-color-primary);
}
.main-menu ul li:hover > a::before {
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover > a::after {
  color: var(--cl-color-primary);
}
.main-menu ul li:hover > .submenu {
  top: 98%;
  visibility: visible;
  opacity: 1;
}
.main-menu--dark ul li a {
  color: var(--cl-color-white);
}
.main-menu--dark ul li.has-dropdown > a::after {
  color: var(--cl-color-white);
}
.main-menu--dark .submenu li.has-dropdown > a::after {
  color: var(--cl-color-black);
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
/* sidebar */
@media (max-width: 575px) {
  .offcanvas__area {
    width: 290px;
  }
}
.offcanvas__area .modal.show .modal-dialog {
  transform: none !important;
  background-color: var(--cl-color-primary);
}
.offcanvas__area .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(100px, 0px);
}
.offcanvas__area .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--cl-color-white);
}
.offcanvas__area .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.offcanvas__wrapper {
  position: relative;
  padding: 45px;
  background-color: var(--cl-color-primary);
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 46px;
  background: var(--cl-color-jewel);
  color: var(--cl-color-white);
  border-radius: 50%;
}
.offcanvas__close-btn:hover {
  background: var(--cl-color-black);
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.offcanvas__logo {
  max-width: 160px;
}
.offcanvas__search {
  position: relative;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .offcanvas__search {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .offcanvas__search {
    margin-bottom: 18px;
  }
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  font-size: 14px;
}
.offcanvas__search input::placeholder {
  color: var(--cl-color-white);
}
.offcanvas__search input:focus {
  border-color: var(--cl-color-secondary);
}
.offcanvas__search input[type="text"] {
  color: var(--cl-color-white);
}
.offcanvas__search input::placeholder {
  color: var(--cl-color-grey-1);
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--cl-color-white);
}
.offcanvas__search button i {
  transition: all 0.3s ease-in-out;
}
.offcanvas__search button i:hover {
  color: var(--cl-color-secondary);
}
.offcanvas__text p {
  margin-bottom: 25px;
  color: var(--cl-color-white);
}
.offcanvas__contact h4 {
  margin-bottom: 20px;
  color: var(--cl-color-white);
  font-size: 16px;
}
@media (min-width: 768px) {
  .offcanvas__contact h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .offcanvas__contact h4 {
    font-size: 22px;
  }
}
.offcanvas__contact ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .offcanvas__contact ul li {
    margin-bottom: 20px;
  }
}
.offcanvas__contact ul li:last-child {
  margin-bottom: 0px;
}
.offcanvas__contact ul li:hover i {
  background: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
  border-color: var(--cl-color-primary);
}
.offcanvas__contact ul li:hover a {
  color: var(--cl-color-black);
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 0.2666666667);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: var(--cl-color-white);
  transition: all 0.3s ease-in-out;
}
.offcanvas__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: var(--cl-color-white);
}
@media screen and (min-width: 1200px) {
  .offcanvas__contact-text a {
    color: rgba(255, 255, 255, 0.1);
  }
}
.offcanvas__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--cl-color-grey-1);
  color: var(--cl-color-primary);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offcanvas__social ul li a:hover {
  background: var(--cl-color-bottle-green);
  color: var(--cl-color-white);
}

/*----------------------------------------*/
/* MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--cl-color-white);
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--cl-color-secondary);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(204, 204, 204, 0.2) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--cl-color-white);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--cl-color-primary);
  color: var(--cl-color-white);
  border-color: var(--cl-color-primary);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--cl-color-black);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--cl-color-white);
}

/*----------------------------------------*/
/*  BLOG CSS START
/*----------------------------------------*/
.postbox__wrapper {
  margin-left: 0px;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .postbox__wrapper {
    margin-left: -38px;
    padding-right: 20px;
  }
}
.postbox__area {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .postbox__area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .postbox__area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.postbox__thumb {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 165px;
}
@media screen and (min-width: 375px) {
  .postbox__thumb {
    height: 200px;
  }
}
@media screen and (min-width: 480px) {
  .postbox__thumb {
    height: 275px;
  }
}
@media screen and (min-width: 574px) {
  .postbox__thumb {
    height: 300px;
  }
}
@media screen and (min-width: 767px) {
  .postbox__thumb {
    height: 380px;
  }
}
@media screen and (min-width: 992px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .postbox__thumb {
    height: 500px;
  }
}
.postbox__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__video {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 574px) {
  .postbox__video {
    height: 300px;
  }
}
@media screen and (min-width: 767px) {
  .postbox__video {
    height: 335px;
  }
}
@media screen and (min-width: 992px) {
  .postbox__video {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .postbox__video {
    height: 350px;
    width: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .postbox__video {
    width: 430px;
  }
}
.postbox__video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__item .image-wrapper {
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
}
.postbox__item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postbox__content {
  border-top: none;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .postbox__content {
    padding: 35px 0;
  }
}
@media screen and (min-width: 992px) {
  .postbox__content {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .postbox__content {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postbox__content--single {
  padding-bottom: 5px;
}
.postbox__content--style-1 {
  margin-left: 0px;
}
@media screen and (min-width: 1200px) {
  .postbox__content--style-1 {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .postbox__content--style-1 {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .postbox__content--style-1 {
    margin-left: -55px;
  }
}
.postbox__user-name {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.postbox__title {
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  .postbox__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .postbox__title {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) {
  .postbox__title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .postbox__title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .postbox__title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .postbox__title {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.postbox__title--style-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  .postbox__title--style-1 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .postbox__title--style-1 {
    font-size: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .postbox__title--style-1 {
    width: 415px;
    margin-top: 0px;
  }
}
.postbox__title a:hover {
  color: var(--cl-color-primary);
}
.postbox__meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.postbox__meta span {
  font-size: var(--cl-fz-text-2);
  font-weight: var(--cl-fz-bold-1);
  color: var(--cl-color-black);
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  margin-right: 3px;
}
.postbox__meta span:hover {
  color: var(--cl-color-primary);
}
.postbox__meta span:hover i {
  color: var(--cl-color-primary);
}
.postbox__meta span.date,
.postbox__meta span.postbox__viewers {
  color: var(--cl-color-black);
}
.postbox__meta span.date:hover i,
.postbox__meta span.postbox__viewers:hover i {
  color: var(--cl-color-black);
}
.postbox__meta span.postbox__viewers:hover i {
  color: var(--cl-color-black);
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 15px;
}
.postbox__text p:last-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .postbox__text p:last-child {
    margin-bottom: 40px;
  }
}
.postbox__text ul li {
  list-style: none;
  margin-bottom: 15px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: var(--cl-color-secondary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .postbox__text ul li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .postbox__text ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .postbox__text ul li {
    font-size: 18px;
  }
}
.postbox__text ul li:last-child {
  margin-bottom: 0;
}
.postbox__text ul li i {
  color: var(--cl-color-primary);
  margin-right: 8px;
}
@media screen and (min-width: 1600px) {
  .postbox__text ul li {
    margin-bottom: 20px;
  }
}
.postbox__text .list-item li {
  margin-bottom: 5px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: var(--cl-color-white);
  font-size: 24px;
}
@media (min-width: 768px) {
  .postbox__slider button {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .postbox__slider button {
    font-size: 30px;
  }
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 575px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: var(--cl-color-white);
}
.postbox__comment-form-title {
  font-size: 26px;
  font-weight: var(--cl-fw-bold-3);
  margin-bottom: 40px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .postbox__comment-form-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .postbox__comment-form-title {
    font-size: 26px;
  }
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: var(--cl-fw-bold-3);
  color: var(--cl-color-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input,
.postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: var(--cl-fz-text-2);
  color: var(--cl-color-black);
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #f7f7f7;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-title {
  font-size: 26px;
  font-weight: var(--cl-fw-bold-2);
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .postbox__comment-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .postbox__comment-title {
    font-size: 26px;
  }
}
.postbox__comment-box {
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.postbox__comment-name span {
  font-size: 14px;
  color: var(--cl-color-1);
}
@media (max-width: 575px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: var(--cl-color-11);
  margin-bottom: 15px;
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  color: var(--cl-color-primary);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-reply a:hover {
  color: var(--cl-color-white);
  background: var(--cl-color-primary);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--cl-color-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--cl-color-primary);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--cl-ff-fontawesome);
  font-size: 10px;
  color: var(--cl-color-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--cl-color-1);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--cl-color-black);
  font-weight: var(--cl-fw-bold-3);
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--cl-color-primary);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: var(--cl-color-black);
  margin-right: 10px;
}
.postbox__video-content-title {
  color: var(--cl-color-bottle-green);
  margin-top: 10px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .postbox__video-content-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .postbox__video-content-title {
    font-size: 30px;
  }
}
.postbox__video-content-list li {
  list-style: none;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-3);
  font-size: 14px;
}
@media (min-width: 768px) {
  .postbox__video-content-list li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .postbox__video-content-list li {
    font-size: 18px;
  }
}
.postbox__video-content-list li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .postbox__video-content-list li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .postbox__video-content-list li {
    margin-bottom: 20px;
  }
}
.postbox__video-content-list li i {
  width: 24px;
  height: 24px;
  border: 1px solid var(--cl-color-primary);
  color: var(--cl-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  line-height: 32px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .postbox__video-content-list li i {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .postbox__video-content-list li i {
    font-size: 20px;
  }
}
.postbox__social-link {
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .postbox__social-link {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.postbox__social-link ul li {
  list-style: none;
}
.postbox__social-list {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .postbox__social-list {
    flex-wrap: nowrap;
  }
}
.postbox__social-list li {
  margin-right: 10px;
  font-weight: 400;
  padding: 14px 20px;
  transition: 0.3s all ease-in-out;
  border-radius: 3px;
  display: inline-flex;
  height: 38px;
  line-height: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .postbox__social-list li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .postbox__social-list li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .postbox__social-list li {
    margin-right: 20px;
  }
}
.postbox__social-list li:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.postbox__social-list .bold {
  color: var(--cl-color-maastricht-blue);
  font-weight: var(--cl-fw-bold-1);
}
.postbox__social-list .bold:hover {
  background-color: transparent;
  color: var(--cl-color-bottle-green);
}
.postbox__social-icon span {
  margin-right: 20px;
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .postbox__social-icon span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .postbox__social-icon span {
    font-size: 18px;
  }
}
.postbox__social-icon i {
  margin-right: 20px;
}
.postbox__social-icon .fa-linkedin {
  color: #0072ac;
}
.postbox__social-icon .fa-linkedin:hover {
  color: var(--cl-color-primary);
}
.postbox__social-icon .fa-pinterest {
  color: #da0021;
}
.postbox__social-icon .fa-pinterest:hover {
  color: var(--cl-color-bottle-green);
}
.postbox__social-icon .fa-facebook {
  color: #0072ac;
}
.postbox__social-icon .fa-facebook:hover {
  color: var(--cl-color-primary);
}
.postbox__social-icon .fa-twitter {
  color: #3ac4ff;
}
.postbox__social-icon .fa-twitter:hover {
  color: var(--cl-color-primary);
}
.postbox__comment {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid var(--cl-color-alabaster);
  border-bottom: 1px solid var(--cl-color-alabaster);
}
.postbox__comment .user-img {
  min-height: 80px;
  min-width: 80px;
}
.postbox__comment .user-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.postbox__comment-user-block {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .postbox__comment-user-block {
    padding-right: 195px;
  }
}
.postbox__comment-user-block--style-2 {
  padding-right: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .postbox__comment-user-block--style-2 {
    padding-right: 85px;
  }
}
.postbox__comment .user-name {
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-bold-1);
  line-height: 28px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .postbox__comment .user-name {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .postbox__comment .user-name {
    font-size: 18px;
  }
}
.postbox__comment span {
  color: var(--cl-color-text-body);
  line-height: 28px;
  font-weight: var(--cl-fw-normal-2);
  letter-spacing: 1.4px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .postbox__comment span {
    font-size: 14px;
  }
}
.postbox__comment p {
  font-family: "Roboto";
  color: var(--cl-color-text-body);
  line-height: 28px;
  font-weight: var(--cl-fw-normal-1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .postbox__comment p {
    font-size: 16px;
  }
}
.postbox__comment-single-comment {
  position: relative;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .postbox__comment-single-comment {
    flex-direction: initial;
    gap: 30px;
  }
}
.postbox__comment-single-comment:last-child {
  padding-left: 0px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .postbox__comment-single-comment:last-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .postbox__comment-single-comment:last-child {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .postbox__comment-single-comment:last-child {
    padding-left: 110px;
  }
}
.postbox__comment-single-comment .share-btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .postbox__comment-single-comment .share-btn {
    right: 29%;
  }
}
.postbox__comment-single-comment .share-btn--style-2 {
  right: 0;
}
@media screen and (min-width: 992px) {
  .postbox__comment-single-comment .share-btn--style-2 {
    right: 16%;
  }
}
.postbox__comment-single-comment .share-btn a svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--cl-color-bottle-green);
}
.postbox__comment-single-comment .share-btn a:hover svg path {
  fill: var(--cl-color-primary);
}
.postbox .contact-area input {
  border: 1px solid var(--cl-color-alabaster);
}

.blog-details--2 .postbox__video {
  width: 100%;
}
.blog-details--2 .postbox__content {
  margin: 0;
}

/* Single Blog */
.single .postbox__wrapper {
  padding: 0;
  margin: 0;
}
.single .format-image .postbox__thumb {
  height: 165px;
}
@media screen and (min-width: 375px) {
  .single .format-image .postbox__thumb {
    height: 200px;
  }
}
@media screen and (min-width: 480px) {
  .single .format-image .postbox__thumb {
    height: 275px;
  }
}
@media screen and (min-width: 574px) {
  .single .format-image .postbox__thumb {
    height: 300px;
  }
}
@media screen and (min-width: 767px) {
  .single .format-image .postbox__thumb {
    height: 380px;
  }
}
@media screen and (min-width: 992px) {
  .single .format-image .postbox__thumb {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .single .format-image .postbox__thumb {
    height: 550px;
  }
}
.single .border-bottom {
  border-color: var(--cl-color-alabaster) !important;
}
.single .postbox__comment {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  border: none;
}
@media screen and (min-width: 767px) {
  .single .postbox__comment {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .single .postbox__comment {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.single .postbox__thumb {
  width: 100%;
  height: 165px;
}
@media screen and (min-width: 375px) {
  .single .postbox__thumb {
    height: 200px;
  }
}
@media screen and (min-width: 480px) {
  .single .postbox__thumb {
    height: 275px;
  }
}
@media screen and (min-width: 574px) {
  .single .postbox__thumb {
    height: 300px;
  }
}
@media screen and (min-width: 767px) {
  .single .postbox__thumb {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .single .postbox__thumb {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .single .postbox__thumb {
    height: 377px;
  }
}
.single .postbox__comment-user-block {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .single .postbox__comment-user-block {
    padding-right: 250px;
  }
}
.single .postbox__comment-user-block--style-2 {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .single .postbox__comment-user-block--style-2 {
    padding-right: 180px;
  }
}
.single .postbox__comment-single-comment .share-btn {
  right: 0;
}
@media screen and (min-width: 992px) {
  .single .postbox__comment-single-comment .share-btn {
    right: 36%;
  }
}
.single .share-btn--style-2 {
  right: 0;
}
@media screen and (min-width: 992px) {
  .single .share-btn--style-2 {
    right: 24% !important;
  }
}
.single .contact-area {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .single .contact-area {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .single .contact-area {
    margin-top: 40px;
  }
}
.single .postbox__social-link {
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .single .postbox__social-link {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .single .postbox__social-link {
    padding-bottom: 30px;
  }
}

/* recent post css start */
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb {
  min-width: 97px;
  min-height: 78px;
}
.rc__post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 17px;
}
.rc__post-title a:hover {
  color: var(--cl-color-primary);
}
.rc__meta {
  margin-bottom: 15px;
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: var(--cl-fw-bold-3);
}

/* sidebar css start */
.sidebar__widget {
  background: var(--cl-color-white);
}
.sidebar__widget-title {
  color: var(--cl-color-secondary);
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar__widget ul li {
  position: relative;
  list-style: none;
  width: 100%;
  line-height: 0;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--cl-color-grey-1);
  outline: none;
  margin-bottom: 15px;
}
.sidebar__widget ul li a {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__widget ul li a i {
  color: var(--cl-color-text-body);
}
.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar__widget ul li i {
  color: var(--cl-color-primary);
}
.sidebar__widget ul li:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
  border-color: var(--cl-color-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar__widget ul li:hover i {
  color: var(--cl-color-white);
}
.sidebar__widget .sidebar__widget-content--style-2 ul li {
  line-height: 7px;
  height: 62px;
}
.sidebar__wrapper {
  padding-right: 0px;
}
@media screen and (min-width: 1200px) {
  .sidebar__wrapper {
    padding-right: 65px;
  }
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 62px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--cl-color-grey-1);
  outline: none;
  padding-right: 80px;
}
.sidebar__search input::placeholder {
  color: var(--cl-color-text-body);
}
.sidebar__search input[type="text"]:focus {
  border: 1px solid var(--cl-color-primary);
  border-radius: 5px;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  font-size: 21px;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--cl-color-bottle-green);
}
.sidebar__contact {
  width: 100%;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 90px 40px;
}
.sidebar__contact .cl-btn--primary-hover {
  font-weight: var(--cl-fw-normal-2);
}
.sidebar__contact h2 {
  color: var(--cl-color-white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sidebar__contact h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar__contact h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar__contact h2 {
    margin-bottom: 35px;
  }
}
.sidebar__contact h3 {
  color: var(--cl-color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sidebar__contact h3 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar__contact h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar__contact h3 {
    margin-bottom: 35px;
  }
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--cl-color-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--cl-color-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

/* tagcloud css start */
.tagcloud a {
  background: var(--cl-color-alabaster);
  color: var(--cl-color-bottle-green);
  display: inline-block;
  font-weight: var(--cl-fz-normal-1);
  line-height: 1;
  padding: 18px 21px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .tagcloud a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .tagcloud a {
    font-size: 16px;
  }
}
.tagcloud a:hover {
  background: var(--cl-color-primary);
  color: var(--cl-color-white);
}

/* blockquote css start */
.blockquote {
  background: var(--cl-color-alabaster);
  padding: 10px 20px;
  border-left: 10px solid var(--cl-color-primary);
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blockquote {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .blockquote {
    padding: 25px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blockquote {
    padding: 30px 50px;
  }
}
@media (max-width: 575px) {
  .blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blockquote p {
  width: 100%;
  line-height: 28px;
  font-family: "Raleway";
  color: var(--cl-color-secondary);
  font-style: normal;
  font-weight: var(--cl-fw-bold-3);
  font-size: 14px;
}
@media (min-width: 768px) {
  .blockquote p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blockquote p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .blockquote p {
    width: 797px;
  }
}
.blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: var(--cl-color-primary);
  font-style: inherit;
  font-weight: var(--cl-fw-bold-3);
  position: relative;
}
.blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--cl-color-primary);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--cl-color-primary);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.blockquote--style-2 {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.blockquote--style-2 p {
  color: var(--cl-color-white);
  margin: 0;
}

/* Blog Section Style */
.cl-blogs {
  padding-top: 60px;
  /* === Style 2 === */
}
.cl-blogs .section-title-block__heading {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cl-blogs .section-title-block__heading {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cl-blogs {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .cl-blogs {
    padding-top: 100px;
  }
}
.cl-blogs .section-title-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .cl-blogs .section-title-block {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blogs .section-title-block {
    margin-bottom: 40px;
  }
}
.cl-blogs .section-title-block__right-shape {
  margin-top: 15px;
}
@media screen and (min-width: 574px) {
  .cl-blogs .section-title-block__right-shape {
    margin-top: 0px;
  }
}
.cl-blogs .section-title-block__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 576px) {
  .cl-blogs .section-title-block__subtitle {
    justify-content: left;
  }
}
.cl-blogs__single {
  border-radius: 10px;
  background: var(--cl-color-white);
  box-shadow: 0px 4px 50px 0px rgba(9, 51, 27, 0.15);
  position: relative;
}
.cl-blogs__thumbnail {
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cl-blogs__thumbnail {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .cl-blogs__thumbnail {
    height: 300px;
  }
}
.cl-blogs__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cl-blogs__info-meta {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 767px) {
  .cl-blogs__info-meta {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cl-blogs__info-meta {
    padding: 15px 20px;
  }
}
@media (min-width: 1024px) {
  .cl-blogs__info-meta {
    padding: 15px 25px;
  }
}
@media (min-width: 1200px) {
  .cl-blogs__info-meta {
    padding: 25px 20px;
  }
}
@media (min-width: 1600px) {
  .cl-blogs__info-meta {
    padding: 35px 30px;
    padding-right: 55px;
  }
}
.cl-blogs__date-info {
  padding: 15px;
  background-color: var(--cl-color-primary);
  height: 90px;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 30%;
  left: 15px;
}
@media screen and (min-width: 480px) {
  .cl-blogs__date-info {
    top: 30%;
  }
}
@media screen and (min-width: 574px) {
  .cl-blogs__date-info {
    top: 33%;
    height: 70px;
    width: 81px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cl-blogs__date-info {
    top: 32%;
    width: 90px;
    left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blogs__date-info {
    top: 25%;
    left: 15px;
    width: 110px;
    height: 88px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blogs__date-info {
    top: 36.1%;
    right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-blogs__date-info {
    top: 35.1%;
    left: 30px;
  }
}
.cl-blogs__date-count {
  margin: 0;
  color: var(--cl-color-white);
  font-weight: 700;
  line-height: 22px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .cl-blogs__date-count {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .cl-blogs__date-count {
    font-size: 45px;
  }
}
@media screen and (min-width: 767px) {
  .cl-blogs__date-count {
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blogs__date-count {
    margin-bottom: 10px;
  }
}
.cl-blogs__date-description {
  margin: 0;
  color: var(--cl-color-white);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .cl-blogs__date-description {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-blogs__date-description {
    font-size: 16px;
  }
}
.cl-blogs__user-meta {
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 570px) {
  .cl-blogs__user-meta {
    margin-bottom: 15px;
    gap: 5px;
  }
}
@media (min-width: 768px) {
  .cl-blogs__user-meta {
    margin-bottom: 15px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .cl-blogs__user-meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .cl-blogs__user-meta {
    gap: 10px;
  }
}
.cl-blogs__user-meta a {
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--cl-color-text-3);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  align-items: center;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.cl-blogs__user-meta a:hover {
  color: var(--cl-color-primary);
}
@media (min-width: 992px) {
  .cl-blogs__user-meta a {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .cl-blogs__user-meta a {
    margin-right: 15px;
    font-size: 14px;
    gap: 9px;
  }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .cl-blogs__user-meta a {
    margin: 0;
  }
}
.cl-blogs__user-meta a i {
  color: var(--cl-color-primary);
  transition: all 0.3s ease-in-out;
}
.cl-blogs__user-meta a i:hover {
  color: var(--cl-color-bottle-green);
}
.cl-blogs__comment {
  color: var(--cl-color-text-3);
  font-family: "Roboto";
  font-size: var(--cl-fz-text-2);
  font-style: normal;
  font-weight: var(--cl-fw-normal-2);
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.cl-blogs__comment:hover {
  color: var(--cl-color-primary);
}
.cl-blogs__comment i {
  color: var(--cl-color-primary);
  transition: all 0.3s ease-in-out;
}
.cl-blogs__comment i:hover {
  color: var(--cl-color-bottle-green);
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .cl-blogs__comment {
    margin: 0;
  }
}
.cl-blogs__title {
  color: var(--cl-color-english-holly);
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-blogs__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-blogs__title {
    font-size: 22px;
  }
}
.cl-blogs__title:hover {
  color: var(--cl-color-primary);
}
@media (min-width: 1200px) {
  .cl-blogs__title {
    line-height: 32px;
    margin-bottom: 22px;
  }
}
.cl-blogs .cl-btn--secondary {
  font-style: normal;
  font-weight: var(--cl-fw-normal-1);
  font-family: "Roboto";
  line-height: 1;
  padding: 10px 10px;
  border-radius: 3px;
  height: inherit;
  background-color: var(--cl-color-alabaster);
  border-color: var(--cl-color-alabaster);
  font-size: 12px;
}
@media (min-width: 768px) {
  .cl-blogs .cl-btn--secondary {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cl-blogs .cl-btn--secondary {
    padding: 15px 20px;
  }
}
.cl-blogs .cl-btn--secondary:hover {
  background-color: var(--cl-color-primary);
}
.cl-blogs--style-2 {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .cl-blogs--style-2 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .cl-blogs--style-2 {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
.cl-blogs--style-2 .section-title-block__subtitle {
  justify-content: center;
}
.cl-blogs--style-2__shape-1 {
  position: absolute;
  top: 15%;
  left: 2%;
  width: 24.7%;
}
.cl-blogs--style-2__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-blogs--style-2__shape-2 {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 15%;
}
.cl-blogs--style-2__shape-2 svg,
.cl-blogs--style-2__shape-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-blogs--style-2 .cl-blogs__date-info {
  right: auto;
}

/* === Style 3 === */
.cl-blog-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .cl-blog-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blog-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-blog-area .row--custom {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cl-blog-area .row--custom {
    align-items: center;
    justify-content: end;
  }
}
.cl-blog-area .section-title-block {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .cl-blog-area .section-title-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .section-title-block {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blog-area .section-title-block {
    margin-bottom: 60px;
  }
}
.cl-blog-area .section-title-block .section-title-block__right i {
  font-size: 16px;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-text p {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text p {
    margin-bottom: 0px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card-button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .cl-blog-area .cl-blog-area-wrap__single-card-button {
    justify-content: initial;
  }
}
.cl-blog-area .cl-blog-area-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .cl-blog-area .cl-blog-area-wrap {
    row-gap: 24px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 24px;
  align-items: initial;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 767px) {
  .cl-blog-area .cl-blog-area-wrap__single-card {
    flex-direction: initial;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card {
    column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-blog-area .cl-blog-area-wrap__single-card {
    column-gap: 60px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card-image {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 767px) {
  .cl-blog-area .cl-blog-area-wrap__single-card-image {
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card-image {
    max-width: 340px;
    height: 164px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card-image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-text {
  padding-right: 10px;
}
@media screen and (min-width: 767px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text {
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text {
    padding-right: 40px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-text p {
  color: var(--cl-color-text-body2);
}
.cl-blog-area .cl-blog-area-wrap__single-card__content {
  display: flex;
  align-items: center;
  padding-right: 0px;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1300px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content {
    padding-right: 120px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-date-card {
  width: 100%;
  height: 120px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  background: var(--cl-color-white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 480px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-date-card {
    width: 150px;
    height: 115px;
  }
}
@media screen and (min-width: 767px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-date-card {
    padding: 10px 20px;
    width: 325px;
    height: 164px;
  }
}
@media screen and (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-date-card {
    padding: 18px 52px;
    width: 164px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-date-card h6,
.cl-blog-area .cl-blog-area-wrap__single-card__content-date-card p {
  color: var(--cl-color-english-holly);
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-date-card h6 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-date-card h6 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-date-card h6 {
    font-size: 45px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-text h5 {
  color: var(--cl-color-black);
  font-weight: var(--cl-fw-bold-1);
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cl-blog-area .cl-blog-area-wrap__single-card__content-text h5 {
    font-size: 22px;
  }
}
.cl-blog-area .cl-blog-area-wrap__single-card__content-text h5:hover {
  color: var(--cl-color-primary);
}
.cl-blog-area .cl-blog-area-wrap__single-card .cl-btn--circle {
  min-width: inherit;
}
.cl-blog-area
  .cl-blog-area-wrap__single-card:hover
  .cl-blog-area-wrap__single-card__content-date-card {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
}
.cl-blog-area
  .cl-blog-area-wrap__single-card:hover
  .cl-blog-area-wrap__single-card__content-date-card
  h6,
.cl-blog-area
  .cl-blog-area-wrap__single-card:hover
  .cl-blog-area-wrap__single-card__content-date-card
  p {
  color: var(--cl-color-white);
}
.cl-blog-area
  .cl-blog-area-wrap__single-card:hover
  .cl-blog-area-wrap__single-card-image {
  transform: rotate(4deg);
}
.cl-blog-area
  .cl-blog-area-wrap__single-card:hover
  .cl-blog-area-wrap__single-card-image
  img {
  border-radius: 0px;
}

/*----------------------------------------*/
/*  Hero Blocks CSS START
/*----------------------------------------*/
.cl-hero-block {
  position: relative;
  z-index: 0;
  /* Hero Slider */
  /* Hero Contents */
  /* === Hero Style 2 === */
  /* === Style 3 === */
}
.cl-hero-block__slider__prev-arrow {
  background: var(--cl-color-primary);
  width: 58px;
  height: 58px;
  line-height: 60px;
  color: var(--cl-color-white);
  position: absolute;
  right: 80px;
  top: 60%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
}
.cl-hero-block__slider__prev-arrow:hover {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-hero-block__slider__prev-arrow:active {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-hero-block__slider__next-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-color-primary);
  color: var(--cl-color-white);
  text-align: center;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}
.cl-hero-block__slider__next-arrow:hover {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-hero-block__slider__next-arrow:active {
  background: var(--cl-color-white);
  color: var(--cl-color-primary);
}
.cl-hero-block__slider__single {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .cl-hero-block__slider__single {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block__slider__single {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 800px;
  }
}
.cl-hero-block__content {
  position: relative;
  z-index: 2;
  /* Sub Title */
  /* Title */
  /* Content */
  /* Button Group */
}
.cl-hero-block__content__shape {
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -12%);
  opacity: 0.4;
  z-index: -1;
}
@media (min-width: 768px) {
  .cl-hero-block__content__shape {
    left: 0;
    transform: translate(-27%, -13%);
  }
}
.cl-hero-block__content__shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-hero-block__content__subtitle {
  display: inline-flex;
  padding: 6px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cl-hero-block__content__subtitle {
    margin-bottom: 25px;
  }
}
.cl-hero-block__content__title {
  font-weight: var(--cl-fw-bold-2);
  letter-spacing: 0px;
  font-size: 32px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cl-hero-block__content__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block__content__title {
    font-size: 55px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1120px) {
  .cl-hero-block__content__title {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block__content__title {
    font-size: 70px;
  }
}
.cl-hero-block__content__text {
  margin-bottom: 20px;
  padding: 0px;
}
@media (min-width: 480px) {
  .cl-hero-block__content__text {
    padding: 0 30px;
  }
}
@media (min-width: 574px) {
  .cl-hero-block__content__text {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .cl-hero-block__content__text {
    margin-bottom: 25px;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block__content__text {
    margin-bottom: 35px;
    max-width: 72ch;
  }
}
.cl-hero-block__content__buttons-group .cl-btn {
  margin: 5px 2px;
}
@media (min-width: 768px) {
  .cl-hero-block__content__buttons-group .cl-btn {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block__content__buttons-group .cl-btn {
    min-width: 183px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block__content__buttons-group .cl-btn--outline {
    min-width: 149px !important;
    padding: 5px 33px !important;
  }
}
.cl-hero-block__content--dark .cl-hero-block__content__subtitle {
  color: var(--cl-color-white);
}
.cl-hero-block__content--dark .cl-hero-block__content__title {
  color: var(--cl-color-white);
}
.cl-hero-block__content--dark .cl-hero-block__content__text {
  color: var(--cl-color-white);
}
.cl-hero-block__content--dark .cl-btn--outline {
  border: 1px solid var(--cl-color-white);
  color: var(--cl-color-white);
}
.cl-hero-block__content--dark .cl-btn--outline:hover {
  border: 1px solid var(--cl-color-bottle-green);
}
.cl-hero-block .hero-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250%;
}
@media (min-width: 992px) {
  .cl-hero-block .hero-shape-bottom {
    width: 100%;
  }
}
.cl-hero-block .hero-shape-bottom img {
  width: 100%;
}
.cl-hero-block--style-2 .cl-hero-block__slider__single {
  min-height: auto;
  position: relative;
}
.cl-hero-block--style-2 .cl-hero-block__slider__single__shape {
  position: absolute;
  top: 109px;
  left: 98px;
  width: 5.2%;
}
.cl-hero-block--style-2 .cl-hero-block__slider__single__shape img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cl-hero-block--style-2__shape {
  position: absolute;
  top: 0;
}
.cl-hero-block--style-2 .cl-hero-block__content {
  text-align: left;
}
.cl-hero-block--style-2 .cl-hero-block__content .circle-btn {
  position: static;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  transform: scale(0.8);
  font-family: var(--cl-ff-heading);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .cl-hero-block--style-2 .cl-hero-block__content .circle-btn {
    position: absolute;
    bottom: -10%;
    right: 2%;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-2 .cl-hero-block__content .circle-btn {
    bottom: -16%;
    right: 10%;
    transform: scale(1);
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__heading-wrap {
  margin-bottom: 20px;
}
.cl-hero-block--style-2 .cl-hero-block__content__title {
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) {
  .cl-hero-block--style-2 .cl-hero-block__content__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block--style-2 .cl-hero-block__content__title {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-2 .cl-hero-block__content__title {
    font-size: 55px;
  }
}
@media (min-width: 1340px) {
  .cl-hero-block--style-2 .cl-hero-block__content__title {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .cl-hero-block--style-2 .cl-hero-block__content__title {
    font-size: 70px;
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__img {
  padding: 10%;
}
@media (min-width: 992px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-right: -7%;
    margin-left: -7%;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-left: -2%;
    margin-right: -10%;
  }
}
@media (min-width: 1340px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-left: -2%;
    margin-right: -13%;
  }
}
@media (min-width: 1600px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-left: -5%;
    margin-right: -12%;
  }
}
@media (min-width: 1600px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-left: 15%;
    margin-right: -30%;
  }
}
@media (min-width: 1800px) {
  .cl-hero-block--style-2 .cl-hero-block__content__img {
    margin-right: -45%;
    margin-left: 15%;
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__shape-1,
.cl-hero-block--style-2 .cl-hero-block__content__shape-2,
.cl-hero-block--style-2 .cl-hero-block__content__shape-3 {
  margin: 5px 5px;
  height: 30px;
}
@media (min-width: 992px) {
  .cl-hero-block--style-2 .cl-hero-block__content__shape-1,
  .cl-hero-block--style-2 .cl-hero-block__content__shape-2,
  .cl-hero-block--style-2 .cl-hero-block__content__shape-3 {
    margin: 0 10px;
    height: 35px;
  }
}
@media (min-width: 1340px) {
  .cl-hero-block--style-2 .cl-hero-block__content__shape-1,
  .cl-hero-block--style-2 .cl-hero-block__content__shape-2,
  .cl-hero-block--style-2 .cl-hero-block__content__shape-3 {
    margin: 0 20px;
    height: 50px;
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__shape-1 {
  max-width: 70px;
  width: 100%;
  border-radius: 0px 50px 50px 0px;
}
@media (min-width: 1340px) {
  .cl-hero-block--style-2 .cl-hero-block__content__shape-1 {
    max-width: 146px;
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__shape-2 {
  border-radius: 1000px;
}
.cl-hero-block--style-2 .cl-hero-block__content__shape-3 {
  border-radius: 0px 50px 50px 0px;
  max-width: 120px;
}
@media (min-width: 1340px) {
  .cl-hero-block--style-2 .cl-hero-block__content__shape-3 {
    max-width: 222px;
  }
}
.cl-hero-block--style-2 .cl-hero-block__content__title {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .cl-hero-block--style-2 .cl-hero-block__content .cl-btn {
    height: 60px;
  }
}
@media screen and (min-width: 150px) and (max-width: 767px) {
  .cl-hero-block--style-2 .cl-hero-block__content {
    text-align: center;
  }
  .cl-hero-block--style-2 .cl-hero-block__content__heading-wrap {
    justify-content: center;
  }
}
.cl-hero-block--style-3 .cl-hero-block__slider__prev-arrow,
.cl-hero-block--style-3 .cl-hero-block__slider__next-arrow {
  right: 23%;
  background: transparent;
  border: 2px solid var(--cl-color-white);
}
.cl-hero-block--style-3 .cl-hero-block__slider__prev-arrow:hover,
.cl-hero-block--style-3 .cl-hero-block__slider__next-arrow:hover {
  color: var(--cl-color-white);
  background-color: var(--cl-color-primary);
  border: 2px solid var(--cl-color-primary);
}
.cl-hero-block--style-3 .cl-hero-block__slider__next-arrow {
  right: 8%;
  top: 60%;
  height: 62px;
  width: 62px;
}
@media (min-width: 767px) {
  .cl-hero-block--style-3 .cl-hero-block__slider__next-arrow {
    top: 62%;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3 .cl-hero-block__slider__next-arrow {
    right: 18%;
    top: 57%;
  }
}
.cl-hero-block--style-3 .cl-hero-block__slider__prev-arrow {
  top: 50%;
  right: 11.5%;
  height: 62px;
  width: 62px;
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3 .cl-hero-block__slider__prev-arrow {
    right: 20.5%;
  }
}
.cl-hero-block--style-3 .cl-hero-block__slider__single {
  background-position: center;
  background-size: cover;
  min-height: 540px;
}
@media (min-width: 768px) {
  .cl-hero-block--style-3 .cl-hero-block__slider__single {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3 .cl-hero-block__slider__single {
    background-position: bottom center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0px;
    min-height: 750px;
    height: 90vh;
  }
}
.cl-hero-block--style-3 .cl-hero-block__slider__single .cl-hero-block__content {
  /* Content Title */
  /* Content Text */
}
.cl-hero-block--style-3
  .cl-hero-block__slider__single
  .cl-hero-block__content__title {
  text-transform: uppercase;
  line-height: 45px;
  color: var(--cl-color-white);
}
@media (min-width: 768px) {
  .cl-hero-block--style-3
    .cl-hero-block__slider__single
    .cl-hero-block__content__title {
    line-height: 53px;
  }
}
@media (min-width: 992px) {
  .cl-hero-block--style-3
    .cl-hero-block__slider__single
    .cl-hero-block__content__title {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3
    .cl-hero-block__slider__single
    .cl-hero-block__content__title {
    line-height: 80px;
    margin-bottom: 18px;
  }
}
.cl-hero-block--style-3
  .cl-hero-block__slider__single
  .cl-hero-block__content__text {
  color: var(--cl-color-white);
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3
    .cl-hero-block__slider__single
    .cl-hero-block__content__text {
    margin-bottom: 38px;
  }
}
.cl-hero-block--style-3 .hero-shape-bottom {
  height: 142px;
  width: 142px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -114px;
}
@media (min-width: 768px) {
  .cl-hero-block--style-3 .hero-shape-bottom {
    bottom: -125px;
  }
}
@media (min-width: 1200px) {
  .cl-hero-block--style-3 .hero-shape-bottom {
    bottom: -125px;
  }
}

/* Text Highlight */
.highlight-text__primary {
  color: var(--cl-color-primary);
}
.highlight-text__line {
  position: relative;
  z-index: 1;
}
.highlight-text__line::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 3px;
  width: 100%;
  background-color: var(--cl-color-heading-1);
  content: "";
}
.highlight-text__line--dark::after {
  background-color: var(--cl-color-white);
}
.highlight-text__bg {
  margin: 20px auto;
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0px 5px;
  line-height: 1;
}
.highlight-text__bg--white {
  -webkit-text-fill-color: var(--cl-color-black);
  -webkit-text-stroke: 1px var(--cl-color-black);
  background-color: var(--cl-color-white);
}
.highlight-text__bg--green {
  -webkit-text-fill-color: var(--cl-color-black);
  -webkit-text-stroke: 1px var(--cl-color-black);
  background-color: var(--cl-color-primary);
}

/*----------------------------------------*/
/*  FEATURES CARD  CSS START
/*----------------------------------------*/
.cl-features-section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .cl-features-section {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-features-section {
    padding-top: 50px;
  }
}
.cl-features-section__shape-1 {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 7.2%;
}
.cl-features-section__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-features-section__card {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  background-color: var(--cl-color-alabaster);
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .cl-features-section__card {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cl-features-section__card {
    padding: 30px 25px;
  }
}
@media (min-width: 1400px) {
  .cl-features-section__card {
    margin-bottom: 24px;
  }
}
.cl-features-section__card__icon {
  height: 90px;
  width: 90px;
  padding: 5px;
  border: 2px solid var(--cl-color-primary);
  border-radius: 50%;
  background-color: var(--cl-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .cl-features-section__card__icon {
    height: 55px;
    width: 55px;
    flex: 0 0 55px;
  }
}
@media screen and (min-width: 480px) {
  .cl-features-section__card__icon {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
}
@media (min-width: 992px) {
  .cl-features-section__card__icon {
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
    padding: 15px;
  }
}
@media (min-width: 1120px) {
  .cl-features-section__card__icon {
    height: 90px;
    width: 90px;
    flex: 0 0 90px;
    padding: 15px;
  }
}
.cl-features-section__card__icon svg {
  width: 40px;
  height: 40px;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-features-section__card__icon svg {
    width: 30px;
    height: 30px;
  }
}
.cl-features-section__card__content__title {
  font-weight: var(--cl-fw-bold-1);
  line-height: 32px;
  color: var(--cl-color-bottle-green);
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cl-features-section__card__content__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cl-features-section__card__content__title {
    font-size: 22px;
  }
}
.cl-features-section__card__content__text {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--cl-color-text-body);
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-features-section__card__content__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cl-features-section__card__content__text {
    font-size: 14px;
  }
}
.cl-features-section__card::after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  height: 50px;
  width: 50px;
  background-color: var(--cl-color-primary);
  content: "";
  border-radius: 100%;
}
@media screen and (min-width: 767px) {
  .cl-features-section__card::after {
    height: 55px;
    width: 55px;
  }
}
@media screen and (min-width: 992px) {
  .cl-features-section__card::after {
    height: 64px;
    width: 64px;
  }
}
.cl-features-section__card:hover {
  background-color: var(--cl-color-primary);
}
.cl-features-section__card:hover .cl-features-section__card__icon {
  background-color: var(--cl-color-primary);
  border: 2px solid var(--cl-color-white);
}
.cl-features-section__card:hover .cl-features-section__card__icon svg path {
  fill: var(--cl-color-white);
}
.cl-features-section__card:hover .cl-features-section__card__content__title {
  color: var(--cl-color-white);
}
.cl-features-section__card:hover .cl-features-section__card__content__text {
  color: var(--cl-color-white);
}
.cl-features-section__card:hover::after {
  background-color: var(--cl-color-bottle-green);
}

.cl-features-section {
  /* === Style 3 === */
}
.cl-features-section--style-3 {
  padding-top: 80px;
}
@media screen and (min-width: 375px) {
  .cl-features-section--style-3 {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .cl-features-section--style-3 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-features-section--style-3 {
    padding-top: 120px;
  }
}
.cl-features-section--style-3 .row--custom {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 0px;
}
@media screen and (min-width: 578px) {
  .cl-features-section--style-3 .row--custom {
    --bs-gutter-y: 0px;
    --bs-gutter-x: 10px;
  }
}
@media screen and (min-width: 767px) {
  .cl-features-section--style-3 .row--custom {
    --bs-gutter-y: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-features-section--style-3 .row--custom {
    --bs-gutter-y: 0px;
  }
}
.cl-features-section--style-3 .cl-features-section__card__bg {
  position: relative;
  z-index: 1;
}
.cl-features-section--style-3 .cl-features-section__card__bg svg {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card {
  justify-content: center;
  background-color: transparent;
  flex-direction: column;
  text-align: center;
  overflow: initial;
  position: absolute;
  top: 45px;
  left: 0px;
  margin: 0;
  padding: 0 50px;
}
@media screen and (min-width: 375px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    padding: 0px 65px;
  }
}
@media screen and (min-width: 420px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    top: 40px;
    left: 0px;
    padding: 0px 90px;
  }
}
@media screen and (min-width: 480px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    top: 40px;
    left: 0px;
    padding: 0px 130px;
  }
}
@media screen and (min-width: 574px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    top: 40px;
    left: 0px;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 767px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    top: 40px;
    left: 0;
    padding: 0px 40px;
  }
}
@media screen and (min-width: 992px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    left: 10px;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card {
    top: 40px;
    left: 0;
    padding: 0px 25px;
  }
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card::after {
  display: none;
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card
  .cl-features-section__card__icon {
  border: transparent;
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card:hover
  .cl-features-section__card__icon {
  border-color: transparent;
  background-color: var(--cl-color-white);
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card:hover
  .cl-features-section__card__icon
  svg
  path {
  fill: var(--cl-color-primary);
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card__content {
  padding: 0;
}
@media screen and (min-width: 480px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__content {
    padding: 0 10px;
  }
}
@media screen and (min-width: 574px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__content {
    padding: 0;
  }
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card__content__text {
  font-size: 16px;
}
.cl-features-section--style-3 .cl-features-section__card__bg:hover svg path {
  fill: var(--cl-color-primary);
}
.cl-features-section--style-3
  .cl-features-section__card__bg:hover
  .cl-features-section__card__content__text,
.cl-features-section--style-3
  .cl-features-section__card__bg:hover
  .cl-features-section__card__content__title {
  color: var(--cl-color-white);
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card__icon {
  height: 70px;
  width: 70px;
  padding: 5px;
  border: 2px solid var(--cl-color-primary);
  border-radius: 30px 30px 30px 30px;
  background-color: var(--cl-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__icon {
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
  }
}
@media (min-width: 992px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__icon {
    padding: 15px;
  }
}
@media (min-width: 1120px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__icon {
    height: 74px;
    width: 74px;
    flex: 0 0 74px;
    padding: 15px;
  }
}
.cl-features-section--style-3
  .cl-features-section__card__bg
  .cl-features-section__card__icon
  svg {
  width: 40px;
  height: 40px;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-features-section--style-3
    .cl-features-section__card__bg
    .cl-features-section__card__icon
    svg {
    width: 30px;
    height: 30px;
  }
}

/*----------------------------------------*/
/*  ABOUT CSS START
/*----------------------------------------*/
.cl-about-block {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  /* Shape 1 */
  /* Shape 2 */
  /* Section Title Block */
  /* Section Image group */
  /* === Style 2 === */
  /* === Style 3 === */
}
@media screen and (min-width: 767px) {
  .cl-about-block {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-about-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cl-about-block__shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 13.5%;
  z-index: -1;
}
.cl-about-block__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-about-block__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.1%;
  z-index: -1;
}
.cl-about-block__shape-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-about-block .section-title-block {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  margin-top: 10px;
  /* Heading */
  /* Content */
}
@media screen and (min-width: 480px) {
  .cl-about-block .section-title-block {
    text-align: initial;
  }
}
@media screen and (min-width: 767px) {
  .cl-about-block .section-title-block {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block .section-title-block {
    padding-left: 40px;
  }
}
.cl-about-block .section-title-block__heading {
  margin: 0;
}
@media (min-width: 1200px) {
  .cl-about-block .section-title-block__heading {
    margin-bottom: 20px;
  }
}
.cl-about-block .section-title-block__text {
  margin-bottom: 20px;
   text-align: justify;
}
@media screen and (min-width: 767px) {
  .cl-about-block .section-title-block__text {
    margin-bottom: 20px;
     text-align: justify;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block .section-title-block__text {
    margin-bottom: 25px;
     text-align: justify;
  }
}
.cl-about-block .section-blocks__group-images {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cl-about-block .section-blocks__group-images {
    margin-bottom: 0;
  }
}
.cl-about-block--style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .cl-about-block--style-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cl-about-block--style-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-about-block--style-2 .cl-about-block__shape-2 {
  bottom: 10%;
}
.cl-about-block--style-2 .section-title-block {
  position: relative;
  z-index: 1;
  padding-right: 0px;
  /* Heading */
  /* Content */
}
@media (min-width: 992px) {
  .cl-about-block--style-2 .section-title-block {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .cl-about-block--style-2 .section-title-block {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .cl-about-block--style-2 .section-title-block {
    padding-left: 60px;
  }
}
.cl-about-block--style-2 .section-title-block .bottom-shape {
  position: absolute;
  bottom: -60px;
  right: 39%;
}
.cl-about-block--style-2 .section-title-block__heading {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .cl-about-block--style-2 .section-title-block__heading {
    margin-bottom: 15px;
  }
}
.cl-about-block--style-2 .section-title-block__text {
  max-width: 570px;
  color: var(--cl-color-text-body) !important;
  margin-bottom: 25px !important;
}
.cl-about-block--style-2 .section-title-block__text--bold {
  max-width: inherit;
  color: var(--cl-color-english-holly) !important;
  margin-bottom: 10px !important;
}
.cl-about-block--style-2 .section-title-block__bottom {
  padding-top: 35px;
  gap: 10px;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .cl-about-block--style-2 .section-title-block__bottom {
    gap: 0px;
  }
}
.cl-about-block--style-2 .section-title-block__bottom::before {
  content: "";
  background-image: url(../images/png/home-2/about-line.html);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .cl-about-block--style-2 .section-title-block__bottom {
    flex-direction: row;
    gap: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .cl-about-block--style-2 .section-title-block__bottom {
    gap: 30px;
  }
}
.cl-about-block--style-2 .section-title-block__bottom .widgets {
  gap: 10px;
  align-items: center;
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 374px) {
  .cl-about-block--style-2 .section-title-block__bottom .widgets {
    width: 45%;
  }
}
@media screen and (min-width: 480px) {
  .cl-about-block--style-2 .section-title-block__bottom .widgets {
    margin: 0;
  }
}
.cl-about-block--style-2 .section-title-block__bottom .plus-btn {
  font-weight: 400;
}
.cl-about-block--style-2 .section-title-block__bottom .plus-btn i {
  border: 2px solid var(--cl-color-white);
  border-radius: 100%;
  padding: 2px;
  margin-left: 10px;
  font-size: 10px;
}
.cl-about-block--style-2 .highlight-text-color {
  color: var(--cl-color-primary);
}
.cl-about-block--style-2 .header__widgets__single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cl-about-block--style-2 .widgets--phone__content {
  text-align: left;
}
.cl-about-block--style-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .cl-about-block--style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-about-block--style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-about-block--style-3 .section-title-block {
  margin-top: 0;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 374px) {
  .cl-about-block--style-3 .section-title-block {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 480px) {
  .cl-about-block--style-3 .section-title-block {
    padding-top: 0px;
  }
}
@media screen and (min-width: 574px) {
  .cl-about-block--style-3 .section-title-block {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .cl-about-block--style-3 .section-title-block {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block--style-3 .section-title-block {
    padding-left: 0;
  }
}
.cl-about-block--style-3 .section-title-block__heading {
  margin: 0;
  line-height: 32px;
}
@media (min-width: 992px) {
  .cl-about-block--style-3 .section-title-block__heading {
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cl-about-block--style-3 .section-title-block__heading {
    margin-bottom: 45px;
    line-height: 55px;
  }
}
.cl-about-block--style-3 .section-title-block__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .cl-about-block--style-3 .section-title-block__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block--style-3 .section-title-block__text {
    margin-bottom: 25px;
  }
}
.cl-about-block--style-3 .section-title-block br {
  display: none;
}
@media screen and (min-width: 480px) {
  .cl-about-block--style-3 .section-title-block br {
    display: block;
  }
}
.cl-about-block--style-3 .cl-about-block__shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.3%;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .cl-about-block--style-3 .cl-about-block__shape-1 {
    right: 150px;
    top: -25px;
  }
}
.cl-about-block--style-3 .cl-about-block__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-about-block--style-3 .cl-about-block__shape-1--style-2 {
  right: 15px;
  top: 15px;
  width: 13.5%;
}
@media screen and (min-width: 992px) {
  .cl-about-block--style-3 .cl-about-block__shape-1--style-2 {
    right: 16%;
    top: 9%;
    width: 10.5%;
  }
}
@media screen and (min-width: 1200px) {
  .cl-about-block--style-3 .cl-about-block__shape-1--style-2 {
    right: 36%;
    top: 16%;
    width: 6.5%;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block--style-3 .cl-about-block__shape-1--style-2 {
    right: 39%;
    top: 12%;
    width: 6.5%;
  }
}
.cl-about-block--style-3 .highlight-text {
  color: var(--cl-color-primary);
}
.cl-about-block--style-3 .cl-about-block-wrap__counter-block__count-number {
  font-weight: var(--cl-fw-bold-2);
  color: var(--cl-color-white);
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}
@media (min-width: 768px) {
  .cl-about-block--style-3 .cl-about-block-wrap__counter-block__count-number {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .cl-about-block--style-3 .cl-about-block-wrap__counter-block__count-number {
    font-size: 70px;
  }
}
@media screen and (min-width: 767px) {
  .cl-about-block--style-3 .cl-about-block-wrap__counter-block__count-number {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block--style-3 .cl-about-block-wrap__counter-block__count-number {
    margin-bottom: 30px;
  }
}
.cl-about-block--style-3 .cl-btn {
  width: 100%;
  height: 60px;
}
@media (min-width: 992px) {
  .cl-about-block--style-3 .cl-btn {
    width: inherit;
    height: 55px;
  }
}

/* About Block Wrap */
.cl-about-block-wrap__content {
  padding: 0px;
}
@media screen and (min-width: 1400px) {
  .cl-about-block-wrap__content {
    padding: 0 10px;
  }
}
.cl-about-block-wrap__content-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__content-list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__content-list {
    margin-bottom: 40px;
  }
}
.cl-about-block-wrap__content-list ul li {
  font-family: "Raleway";
  list-style: none;
  padding: 12px 5px 12px 12px;
  color: var(--cl-color-bottle-green);
  font-weight: var(--cl-fw-normal-2);
  background-color: var(--cl-color-alabaster);
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__content-list ul li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__content-list ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block-wrap__content-list ul li {
    padding: 12px 0px 12px 20px;
    font-size: 18px;
  }
}
.cl-about-block-wrap__content-list ul li:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}
.cl-about-block-wrap__content-list ul li:hover i {
  border-color: var(--cl-color-white);
  color: var(--cl-color-white);
}
.cl-about-block-wrap__content-list ul li:last-child {
  margin: 0;
}
.cl-about-block-wrap__content-list ul li i {
  border: 1px solid var(--cl-color-primary);
  border-radius: 50%;
  margin-right: 10px;
  padding: 2px;
  color: var(--cl-color-bottle-green);
  font-size: var(--cl-fz-text-2);
}
.cl-about-block-wrap__content-list ul li svg {
  margin-right: 10px;
}
.cl-about-block-wrap__content-list ul li svg path.vector {
  fill: var(--cl-color-bottle-green);
}
.cl-about-block-wrap__content-list ul li svg path {
  fill: var(--cl-color-primary);
}
.cl-about-block-wrap__content-list ul li:hover svg path.vector {
  fill: var(--cl-color-bottle-green);
}
.cl-about-block-wrap__content-list ul li:hover svg path {
  fill: var(--cl-color-white);
}
.cl-about-block-wrap__content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__content p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__content p {
    margin-bottom: 30px;
  }
}
.cl-about-block-wrap__button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .cl-about-block-wrap__button-block {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__button-block {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-about-block-wrap__button-block {
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .cl-about-block-wrap__button-block {
    gap: 30px;
  }
}
.cl-about-block-wrap__button-block .cl-btn {
  padding: 5px 15px;
}
@media screen and (min-width: 1400px) {
  .cl-about-block-wrap__button-block .cl-btn {
    padding: 5px 30px;
  }
}
.cl-about-block-wrap__left-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.cl-about-block-wrap__right-img {
  height: 400px;
  margin-bottom: 0px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__right-img {
    margin-bottom: 20px;
  }
}
.cl-about-block-wrap__right-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  .cl-about-block-wrap__right-img {
    margin-bottom: 30px;
    margin-top: -90px;
    height: 100%;
    width: 100%;
  }
}
.cl-about-block-wrap__left-img {
  height: 400px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__left-img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__left-img {
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
  }
}
.cl-about-block-wrap__counter-block {
  height: 150px;
  width: 150px;
  background-color: var(--cl-color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .cl-about-block-wrap__counter-block {
    height: 170px;
    width: 170px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__counter-block {
    margin: 0 auto;
    height: 200px;
    width: 200px;
  }
}
.cl-about-block-wrap__counter-block__count-number {
  font-weight: var(--cl-fw-bold-2);
  color: var(--cl-color-white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}
@media (min-width: 768px) {
  .cl-about-block-wrap__counter-block__count-number {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .cl-about-block-wrap__counter-block__count-number {
    font-size: 70px;
  }
}
@media screen and (min-width: 767px) {
  .cl-about-block-wrap__counter-block__count-number {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cl-about-block-wrap__counter-block__count-number {
    margin-bottom: 30px;
  }
}
.cl-about-block-wrap__counter-block__count-text {
  font-weight: var(--cl-fw-normal-1);
  color: var(--cl-color-white);
  line-height: 28px;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-about-block-wrap__counter-block__count-text {
    font-size: 16px;
  }
}
.cl-about-block-wrap__column-reverse {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .cl-about-block-wrap__column-reverse {
    flex-direction: column;
    gap: 0;
  }
}

.inner-about-2 .cl-about-block--style-3 .cl-about-block__shape-1 {
  right: 30%;
  top: 10%;
  width: 6.2%;
}
@media (min-width: 992px) {
  .inner-about-2 .cl-about-block--style-3 .cl-about-block__shape-1 {
    right: 35%;
  }
}
@media (min-width: 1200px) {
  .inner-about-2 .cl-about-block--style-3 .cl-about-block__shape-1 {
    right: 40%;
  }
}

/*----------------------------------------*/
/*  PROCESS CSS START
/*----------------------------------------*/
.cl-progress-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cl-progress-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .cl-progress-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-progress-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* === Counter Style 1 === */
.cl-counter-block {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  /* === Counter Style 2 === */
  /* === Counter Style 3 === */
  /* === Style 4 === */
}
@media (min-width: 768px) {
  .cl-counter-block {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .cl-counter-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cl-counter-block__top-shape {
  position: absolute;
  left: 0;
  top: -39px;
  width: 100%;
  height: 40px;
}
.cl-counter-block__top-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.cl-counter-block__left-shape {
  position: absolute;
  left: 0;
  top: -40px;
  width: 18.7%;
  z-index: 2;
}
.cl-counter-block__left-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-counter-block__right-shape {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 17%;
}
.cl-counter-block__right-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-counter-block--style-2 {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .cl-counter-block--style-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .cl-counter-block--style-2 {
    padding-top: 120px;
  }
}
.cl-counter-block--style-2 .cl-counter-block__left-shape {
  width: 11.3%;
  top: 20%;
  left: 53px;
}
.cl-counter-block--style-2 .section-title-block__opacity-heading {
  color: var(--cl-color-jewel);
}
.cl-counter-block--style-3 {
  padding-top: 0px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .cl-counter-block--style-3 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .cl-counter-block--style-3 {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .cl-counter-block--style-3 .section-title-block__opacity-heading {
    top: 20%;
  }
}
.cl-counter-block--style-4 {
  margin-top: 40px;
}

/* Counters Style */
.counters {
  position: relative;
  z-index: 1;
  /* === Style 2 === */
  /* === Style 3 === */
}
.counters__left-shape {
  position: absolute;
  left: 0;
  top: -50px;
  width: 15%;
  z-index: 0;
}
.counters__left-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.counters__single {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .counters__single {
    margin-bottom: 0;
  }
}
.counters__single__big-number {
  color: var(--cl-color-white);
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.15;
  width: 100%;
  margin: 0px;
}
@media screen and (min-width: 767px) {
  .counters__single__big-number {
    font-size: 55px;
  }
}
@media screen and (min-width: 992px) {
  .counters__single__big-number {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .counters__single__big-number {
    font-size: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .counters__single__big-number {
    font-size: 110px;
  }
}
.counters__single__main-number {
  color: var(--cl-color-white);
  margin: 0px;
  line-height: 40px;
  font-size: 38px;
}
@media (min-width: 768px) {
  .counters__single__main-number {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .counters__single__main-number {
    font-size: 45px;
  }
}
@media screen and (min-width: 992px) {
  .counters__single__main-number {
    line-height: 0;
    margin-bottom: 30px;
  }
}
.counters__single p {
  color: var(--cl-color-white);
  margin-bottom: 0;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .counters__single p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .counters__single p {
    font-size: 18px;
  }
}
.counters--style-2 {
  z-index: 0;
}
.counters--style-2 .counters__single__big-number {
  z-index: 99;
}
.counters--style-2 .counter-wrap {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .counters--style-2 .counter-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .counters--style-2 .counter-wrap {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 1200px) {
  .counters--style-2 .counter-wrap {
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: contain;
    background-position: initial;
  }
}
.counters--style-2 .counter-wrap::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0px;
  width: 19.3%;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0% 0%, 100% -140%, 0% 100%);
  background-color: transparent;
}
@media (min-width: 992px) {
  .counters--style-2 .counter-wrap::before {
    background-color: var(--cl-color-alabaster);
  }
}
.counters--style-2 .counter-wrap::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 19.3%;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(62% 100%, 100% 0, 100% 100%);
  background-color: transparent;
}
@media (min-width: 992px) {
  .counters--style-2 .counter-wrap::after {
    background-color: var(--cl-color-alabaster);
  }
}
.counters--style-2 .counters__single__big-number {
  font-size: 60px;
}
@media (min-width: 768px) {
  .counters--style-2 .counters__single__big-number {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .counters--style-2 .counters__single__big-number {
    font-size: 76px;
  }
}
@media (min-width: 1200px) {
  .counters--style-2 .counters__single__big-number {
    font-size: 110px;
  }
}
.counters--style-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.counters--style-3 .row--custom {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .counters--style-3 .row--custom {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .counters--style-3 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .counters--style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.counters--style-3 .counters__text-line {
  top: 0;
}
@media screen and (min-width: 992px) {
  .counters--style-3 .counters__text-line {
    top: -31px;
  }
}

/*----------------------------------------*/
/*  PROJECT CSS START
/*----------------------------------------*/
.cl-project-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  /* === Wrapper Style 2 === */
  /* Section Title */
  /* Project Slider Arrow */
}
@media (min-width: 768px) {
  .cl-project-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .cl-project-block {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.cl-project-block::before {
  content: "";
  background-color: var(--cl-color-alabaster);
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cl-project-block .project-wrapper--style-2 {
  margin-top: 50px;
}
@media screen and (min-width: 574px) {
  .cl-project-block .project-wrapper--style-2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .cl-project-block {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .cl-project-block .project-wrapper--style-2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-project-block {
    padding-bottom: 120px;
  }
}
.cl-project-block__shape-1 {
  position: absolute;
  top: -180px;
  right: 5%;
  width: 5.5%;
  z-index: 3;
}
.cl-project-block__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl-project-block .section-title-block__middle-shape {
  margin: 0;
  width: 23%;
  margin: auto;
}
@media screen and (min-width: 479px) {
  .cl-project-block .section-title-block__middle-shape {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .cl-project-block .section-title-block__middle-shape {
    width: 100%;
  }
}
.cl-project-block .project-slider-arrow {
  justify-content: center;
  gap: 17px;
}
.cl-project-block .project-slider-arrow .project-slider-arrow__next-arrow,
.cl-project-block .project-slider-arrow .project-slider-arrow__left-arrow {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .cl-project-block .project-slider-arrow {
    justify-content: flex-end;
  }
}

/*----------------------------------------*/
/*  CTA AREA CSS START
/*----------------------------------------*/
.cl-cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cl-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-cta-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-cta-section__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cl-cta-section__wrapper {
    text-align: initial;
  }
}
.cl-cta-section__span-color {
  color: var(--cl-color-secondary);
  font-weight: 500;
  text-decoration-line: underline;
}
.cl-cta-section__span-color:hover {
  color: var(--cl-color-primary);
}
.cl-cta-section__text {
  max-width: 511px;
}

/*----------------------------------------*/
/*  BRAND SECTION CSS START
/*----------------------------------------*/
.cl-brand-block {
  background-image: url(../../../assets/images/jpg/home-1/brand-bg.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  /* === Style 2 === */
}
@media screen and (min-width: 768px) {
  .cl-brand-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-brand-block {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}
.cl-brand-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 50px;
  justify-content: center;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .cl-brand-block__wrapper {
    row-gap: 30px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 574px) {
  .cl-brand-block__wrapper {
    row-gap: 25px;
  }
}
@media screen and (min-width: 992px) {
  .cl-brand-block__wrapper {
    justify-content: space-between;
    row-gap: 30px;
  }
}
.cl-brand-block__single {
  flex: 0 0 calc(50% - 40px);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .cl-brand-block__single {
    flex: 0 0 calc(33% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .cl-brand-block__single {
    flex: 0 0 calc(20% - 100px);
  }
}
.cl-brand-block__single img {
  width: 100%;
}
.cl-brand-block--style-2 {
  background-color: var(--cl-color-primary);
  background-image: none;
}

/*----------------------------------------*/
/*  CHOOSE US CSS START
/*----------------------------------------*/
.cl-choose-us-area {
  padding-top: 70px;
  padding-bottom: 50px;
}
.cl-choose-us-area .row--customize {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .cl-choose-us-area .row--customize {
    flex-direction: initial;
  }
}
.cl-choose-us-area .row .cl-btn {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .cl-choose-us-area .row .cl-btn {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .cl-choose-us-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cl-choose-us-area {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.cl-choose-us-area .section-title-block {
  padding-right: 0;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/png/home-2/choose-bg.html");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .cl-choose-us-area .section-title-block {
    text-align: initial;
  }
}
.cl-choose-us-area .section-title-block .bottom-shape {
  position: absolute;
  bottom: 0px;
  right: 45%;
  width: 13%;
}
@media (min-width: 1200px) {
  .cl-choose-us-area .section-title-block .bottom-shape {
    bottom: -10%;
  }
}
.cl-choose-us-area .section-title-block .bottom-shape svg,
.cl-choose-us-area .section-title-block .bottom-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .cl-choose-us-area .section-title-block {
    padding-right: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .cl-choose-us-area .section-title-block {
    padding-right: 100px;
  }
}
@media (min-width: 1340px) {
  .cl-choose-us-area .section-title-block {
    padding-right: 175px;
  }
}
.cl-choose-us-area .section-title-block__text {
  margin-bottom: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .cl-choose-us-area .section-title-block__text {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .cl-choose-us-area .section-title-block__text {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/*  FOOTER CSS START
/*----------------------------------------*/
.footer {
  /* Footer Area */
  /* copyright style */
  /* === Footer Style 2 And Style 3 === */
  /* === Style 2 And Style 3 === */
}
.footer__top {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (min-width: 570px) {
  .footer__top {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .footer__top {
    padding: 0px;
  }
}
.footer__top .footer_top__shape {
  position: absolute;
  width: 18%;
  top: 0px;
  left: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer__top .footer_top__shape {
    left: 2%;
  }
}
.footer__top .footer_top__shape img {
  width: 100%;
}
.footer__top > div .col-10:nth-child(3) .footer__widget,
.footer__top > div .col-10:nth-child(4) .footer__widget {
  margin-bottom: 40px;
}
@media (min-width: 580px) {
  .footer__top > div .col-10:nth-child(3) .footer__widget,
  .footer__top > div .col-10:nth-child(4) .footer__widget {
    margin-bottom: 0px;
  }
}
.footer__top > div .col-10:nth-child(4) .footer__widget {
  margin-bottom: 40px;
}
@media (min-width: 580px) {
  .footer__top > div .col-10:nth-child(4) .footer__widget {
    margin-bottom: 0px;
  }
}
.footer__widget .logo {
  margin-bottom: 10px;
}
.footer__widget .logo a {
  display: block;
}
@media (min-width: 1200px) {
  .footer__widget .logo {
    margin-bottom: 30px;
  }
}
.footer__widget .logo img {
  width: calc(100% - 145px);
}
@media (min-width: 480px) {
  .footer__widget .logo img {
    width: calc(100% - 130px);
  }
}
@media (min-width: 574px) {
  .footer__widget .logo img {
    width: calc(100% - 80px);
  }
}
@media (min-width: 767px) {
  .footer__widget .logo img {
    width: calc(100% - 150px);
  }
}
@media (min-width: 992px) {
  .footer__widget .logo img {
    width: 150px;
  }
}
.footer__widget__title {
  color: var(--cl-color-black);
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .footer__widget__title {
    font-size: 22px;
    margin-bottom: 49px;
  }
}
.footer__widget__text {
  margin-bottom: 30px;
}
.footer__widget__social-links {
  display: flex;
  column-gap: 16px;
}
.footer__widget__social-links li {
  list-style: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.footer__widget__social-links li:hover {
  background-color: var(--cl-color-white);
}
.footer__widget__social-links li:hover i {
  color: var(--cl-color-primary);
}
.footer__widget__social-links li i {
  font-size: 14px;
  color: var(--cl-color-grey-1);
}
.footer__widget__social-links li a {
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__widget__social-links--style-2 li:hover,
.footer__widget__social-links--style-3 li:hover {
  background-color: var(--cl-color-primary);
}
.footer__widget__social-links--style-2 li:hover i,
.footer__widget__social-links--style-3 li:hover i {
  color: var(--cl-color-white);
}
.footer__widget__social-links--style-2 li a,
.footer__widget__social-links--style-3 li a {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__widget__menu {
  padding: 0;
  margin: 0;
}
.footer__widget__menu li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: start;
}
.footer__widget__menu li:last-child {
  margin: 0;
}
.footer__widget__menu li a {
  color: var(--cl-color-grey-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
}
@media (min-width: 1200px) {
  .footer__widget__menu li a {
    font-size: 16px;
  }
}
.footer__widget__menu li a:hover {
  color: var(--cl-color-primary);
}
.footer__widget__menu--with-line li {
  padding-left: 25px;
}
.footer__widget__menu--with-line li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  width: 10px;
  background-color: var(--cl-color-white);
}
.footer__widget__menu--style-3 li,
.footer__widget__menu--style-2 li {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .footer__widget__menu--style-3 li,
  .footer__widget__menu--style-2 li {
    margin-bottom: 20px;
  }
}
.footer__widget__about {
  max-width: 330px;
}
.footer__widget__newsletter .form-control {
  margin-bottom: 10px;
  border-radius: 8px;
  height: 45px;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.footer__widget__newsletter .form-control:focus,
.footer__widget__newsletter .form-control:focus-visible {
  outline: 1px solid var(--cl-color-primary);
  border-color: inherit;
  box-shadow: inherit;
}
@media (min-width: 992px) {
  .footer__widget__newsletter .form-control {
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__widget__newsletter .form-control {
    max-width: 340px;
  }
}
.footer__widget__newsletter .cl-btn {
  padding: 22px 40px;
  height: 55px;
  border-radius: 8px !important;
  width: 100%;
  height: 35px;
}
@media (min-width: 992px) {
  .footer__widget__newsletter .cl-btn {
    height: 55px;
  }
}
@media screen and (min-width: 767px) {
  .footer__widget__newsletter .cl-btn {
    width: 190px;
  }
}
.footer__widget__contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .footer__widget__contact li {
    margin-bottom: 17px;
  }
}
.footer__widget__contact li i {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  color: var(--cl-color-grey-1);
}
.footer__widget__contact li a {
  list-style: none;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.1);
}
.footer__widget__contact li a:hover {
  color: var(--cl-color-primary);
}
.footer__widget__contact li p {
  margin-bottom: 0;
  line-height: 1.4;
}
.footer__area {
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 15px;
  /*==== Footer Style 2  ====*/
}
@media screen and (min-width: 767px) {
  .footer__area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__area {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.footer__area__contact {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .footer__area__contact {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer__area__contact {
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__area__contact {
    margin-bottom: 40px;
  }
}
.footer__area--dark-mode {
  background-color: var(--cl-color-english-holly);
}
.footer__area--dark-mode .footer__widget {
  margin-bottom: 30px;
  color: var(--cl-color-white);
}
@media screen and (min-width: 574px) {
  .footer__area--dark-mode .footer__widget {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 767px) {
  .footer__area--dark-mode .footer__widget {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer__area--dark-mode .footer__widget {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__area--dark-mode .footer__widget {
    margin-bottom: 0px;
  }
}
.footer__area--dark-mode .footer__widget__title {
  color: var(--cl-color-white);
}
.footer__area--dark-mode .footer__widget p,
.footer__area--dark-mode .footer__widget a {
  color: var(--cl-color-white);
}
.footer__area--dark-mode .footer__widget--style-2,
.footer__area--dark-mode .footer__widget--style-3 {
  padding-right: 0px;
}
@media screen and (min-width: 1200px) {
  .footer__area--dark-mode .footer__widget--style-2,
  .footer__area--dark-mode .footer__widget--style-3 {
    padding-right: 80px;
  }
}
.footer__area--dark-mode > div .col-10:nth-child(3) .footer__widget {
  margin-bottom: 40px;
}
@media (min-width: 580px) {
  .footer__area--dark-mode > div .col-10:nth-child(3) .footer__widget {
    margin-bottom: 0px;
  }
}
.footer__area--dark-mode > div .col-10:nth-child(4) .footer__widget {
  margin-bottom: 0px;
}
@media (min-width: 580px) {
  .footer__area--dark-mode > div .col-10:nth-child(4) .footer__widget {
    margin-bottom: 0px;
  }
}
.footer__copyright {
  padding-top: 0px;
  padding-bottom: 20px;
}
.footer__copyright__content {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding-top: 0;
  padding-bottom: 0;
  row-gap: 10px;
  text-align: start;
}
@media screen and (min-width: 480px) {
  .footer__copyright__content {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer__copyright__content {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.footer__copyright__year {
  text-align: center;
  color: var(--cl-color-white);
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__copyright__year {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .footer__copyright__year {
    font-size: 16px;
  }
}
.footer__copyright__year span a {
  color: var(--cl-color-secondary);
  transition: all 0.3s ease-in-out;
}
.footer__copyright__year span a:hover {
  color: var(--cl-color-white);
}
@media (max-width: 767px) {
  .footer__copyright__year {
    margin: 0;
  }
}
.footer__copyright__menu {
  color: var(--cl-color-white);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .footer__copyright__menu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
  }
}
.footer__copyright__menu li {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  position: relative;
  z-index: 1;
}
.footer__copyright__menu li a {
  color: var(--cl-color-white);
  transition: 0.4s;
}
.footer__copyright__menu li a:hover {
  color: var(--cl-color-secondary);
}
.footer__copyright__menu li::before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: var(--cl-color-white);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%);
  display: none;
}
@media screen and (min-width: 441px) {
  .footer__copyright__menu li {
    margin-left: 15px;
    padding-left: 10px;
  }
  .footer__copyright__menu li::before {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .footer__copyright__menu li:first-child::before {
    display: none;
  }
}
.footer__copyright__menu--right {
  text-align: right;
}
.footer__copyright__menu--right li a {
  padding-left: 10px;
}
.footer__copyright span {
  color: var(--cl-color-secondary);
  transition: 0.4s;
}
.footer__copyright span:hover {
  color: var(--cl-color-white);
}
.footer__copyright--dark-mode {
  background-color: var(--cl-color-bottle-green-3);
  padding: 34px;
  line-height: 32px;
  border-radius: 10px;
}
.footer__copyright--style-1 {
  background-color: var(--cl-color-primary);
}
.footer--style-2 .footer__widget__title,
.footer--style-3 .footer__widget__title {
  font-size: 18px;
}
.footer--style-2 .footer__area,
.footer--style-3 .footer__area {
  padding-top: 0;
  padding-bottom: 20px;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .footer--style-2 .footer__area,
  .footer--style-3 .footer__area {
    padding-bottom: 40px;
  }
}
.footer--style-2 .footer__area__contact.cl-icon-box,
.footer--style-3 .footer__area__contact.cl-icon-box {
  overflow: hidden;
}
.footer--style-2 .footer__area__contact.cl-icon-box > div .col-12,
.footer--style-3 .footer__area__contact.cl-icon-box > div .col-12 {
  min-height: 100%;
}
.footer--style-2
  .footer__area__contact.cl-icon-box
  > div
  .col-12:nth-child(1)
  .cl-icon-box__single,
.footer--style-3
  .footer__area__contact.cl-icon-box
  > div
  .col-12:nth-child(1)
  .cl-icon-box__single {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .footer--style-2
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(1)
    .cl-icon-box__single,
  .footer--style-3
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(1)
    .cl-icon-box__single {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .footer--style-2
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single,
  .footer--style-3
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single {
    justify-content: flex-end;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .footer--style-2
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single,
  .footer--style-3
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single {
    display: inline-flex;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer--style-2
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single::after,
  .footer--style-3
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(2)
    .cl-icon-box__single::after {
    content: "";
    width: 0.5px;
    height: 150%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: -10%;
  }
}
.footer--style-2
  .footer__area__contact.cl-icon-box
  > div
  .col-12:nth-child(3)
  .cl-icon-box__single,
.footer--style-3
  .footer__area__contact.cl-icon-box
  > div
  .col-12:nth-child(3)
  .cl-icon-box__single {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .footer--style-2
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(3)
    .cl-icon-box__single,
  .footer--style-3
    .footer__area__contact.cl-icon-box
    > div
    .col-12:nth-child(3)
    .cl-icon-box__single {
    border-top: none;
  }
}
.footer--style-2 .footer__copyright,
.footer--style-3 .footer__copyright {
  padding-bottom: 0;
}
.footer--style-2 .footer__copyright__content,
.footer--style-3 .footer__copyright__content {
  background-color: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 47px 15px 47px;
}
.footer--style-2 .footer__copyright__content a,
.footer--style-3 .footer__copyright__content a {
  color: var(--cl-color-primary);
}
.footer--style-2 .footer__copyright__menu a,
.footer--style-3 .footer__copyright__menu a {
  color: var(--cl-color-white);
}
.footer--style-3 .footer__copyright,
.footer--style-2 .footer__copyright {
  padding-bottom: 0;
}
.footer--style-3 .footer__copyright__content,
.footer--style-2 .footer__copyright__content {
  background-color: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 47px 15px 47px;
}
.footer--style-3 .footer__copyright__content a,
.footer--style-2 .footer__copyright__content a {
  color: var(--cl-color-primary);
}
.footer--style-3 .footer__copyright__menu a,
.footer--style-2 .footer__copyright__menu a {
  color: var(--cl-color-white);
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer--style-3 .footer__copyright__menu a,
  .footer--style-2 .footer__copyright__menu a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .footer--style-3 .footer__copyright__menu a,
  .footer--style-2 .footer__copyright__menu a {
    font-size: 16px;
  }
}
.footer--style-3 .footer__copyright__menu a:hover,
.footer--style-2 .footer__copyright__menu a:hover {
  color: var(--cl-color-primary);
}

/*----------------------------------------*/
/*  404 CSS START
/*----------------------------------------*/
.cl-404-block {
  padding-top: 40px;
  padding-bottom: 40px;
  /* Content */
}
@media screen and (min-width: 768px) {
  .cl-404-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-404-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cl-404-block__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cl-404-block__content {
  max-width: 575px;
  margin: auto;
}
.cl-404-block__content-title {
  font-weight: var(--cl-fw-bold-1);
  font-size: 28px;
}
@media (min-width: 768px) {
  .cl-404-block__content-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .cl-404-block__content-title {
    font-size: 45px;
  }
}
.cl-404-block__content-excerpt {
  margin-bottom: 22px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cl-404-block__content-excerpt {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cl-404-block__content-excerpt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .cl-404-block__content-excerpt {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 992px) {
  .cl-404-block__content-excerpt {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .cl-404-block__content-excerpt {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=main.css.map */

/* ourproducts */

/* ==========================
   HELENA FEATURED PRODUCTS
========================== */

#helena-featured-products {
  position: relative;
  padding: 50px 0;
  overflow: hidden;

  /* Replace URL with your image */
  background:
    linear-gradient(rgb(1 2 1 / 26%), rgb(9 102 51 / 72%)),
    url(../../assets/images/jpg/home-1/bn2.png);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Organic Background Pattern */

#helena-featured-products::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.04) 0,
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 255, 255, 0.03) 0,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(255, 255, 255, 0.03) 0,
      transparent 40%
    );

  pointer-events: none;
  z-index: 1;
}

/* Header */

.helena-products-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.helena-subtitle {
  display: inline-block;
  color: #8cc63f;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.helena-products-header h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

/* ==========================
   SLIDER WRAPPER
========================== */

.helena-products-marquee {
  position: relative;
  overflow: hidden;

  /* IMPORTANT FIX */
  padding: 20px 0;

  z-index: 2;
}

/* Soft Edge Fade */

.helena-products-marquee::before,
.helena-products-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.helena-products-marquee::before {
  left: 0;

  background: linear-gradient(to right, rgba(8, 35, 20, 1), rgba(8, 35, 20, 0));
}

.helena-products-marquee::after {
  right: 0;

  background: linear-gradient(to left, rgba(8, 35, 20, 1), rgba(8, 35, 20, 0));
}

/* Track */

.helena-products-track {
  display: flex;
  gap: 30px;
  width: max-content;

  animation: helenaProductScroll 38s linear infinite;

  will-change: transform;
}

.helena-products-marquee:hover .helena-products-track {
  animation-play-state: paused;
}

/* ==========================
   PRODUCT CARD
========================== */

.helena-product-card {
  width: 240px;
  height: 300px;

  flex-shrink: 0;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;

  overflow: hidden;
}

/* Decorative Circle */

.helena-product-card::before {
  content: "";
  position: absolute;

  top: -70px;
  right: -70px;

  width: 140px;
  height: 140px;

  background: rgba(140, 198, 63, 0.12);

  border-radius: 50%;
}

/* Glow */

.helena-product-card::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);

  pointer-events: none;
}

/* Hover */

.helena-product-card:hover {
  transform: translateY(-12px);

  border-color: #8cc63f;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 25px rgba(140, 198, 63, 0.15);
}

/* Product Image */

.helena-product-card img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;

  position: relative;
  z-index: 2;

  transition: transform 0.4s ease;
}

.helena-product-card:hover img {
  transform: scale(1.08);
}

/* ==========================
   ANIMATION
========================== */

@keyframes helenaProductScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {
  #helena-featured-products {
    padding: 90px 0;
  }

  .helena-products-header h2 {
    font-size: 44px;
  }

  .helena-product-card {
    width: 210px;
    height: 260px;
  }

  .helena-products-track {
    gap: 22px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {
  #helena-featured-products {
    padding: 70px 0;
  }

  .helena-products-header {
    margin-bottom: 50px;
  }

  .helena-products-header h2 {
    font-size: 34px;
  }

  .helena-product-card {
    width: 170px;
    height: 210px;
    border-radius: 22px;
  }

  .helena-products-track {
    gap: 18px;
    animation-duration: 28s;
  }

  .helena-products-marquee::before,
  .helena-products-marquee::after {
    width: 70px;
  }
}

/* bottom-shape */

#helena-featured-products {
  position: relative;
  overflow: hidden;
}

.helena-section-divider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}

.helena-section-divider img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================
   CLEAN LOOP SLIDER
========================== */

#helena-clean-slider {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.helena-clean-wrapper {
  overflow: hidden;
  padding: 20px 0; /* prevents hover cut */
}

.helena-clean-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: helenaCleanLoop 30s linear infinite;
}

.helena-clean-wrapper:hover .helena-clean-track {
  animation-play-state: paused;
}

.helena-clean-card {
  width: 250px;
  height: 350px;
  flex-shrink: 0;

  background: #ffffff;

  border: 2px solid #455a45;

  border-radius: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.35s ease;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

  position: relative;
}

.helena-clean-card:hover {
  transform: translateY(-12px);

  border-color: #8cc63f;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.helena-clean-card img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: 0.35s ease;
}

.helena-clean-card:hover img {
  transform: scale(1.06);
}

@keyframes helenaCleanLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Tablet */

@media (max-width: 991px) {
  .helena-clean-card {
    width: 210px;
    height: 210px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .helena-clean-track {
    gap: 16px;
    animation-duration: 22s;
  }

  .helena-clean-card {
    width: 170px;
    height: 170px;
    border-radius: 18px;
  }
}

/* map */
.helena-footer-map {
  height: 100%;
}

.helena-map-wrapper {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  height: 250px;
}

.helena-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 767px) {
  .helena-map-wrapper {
    height: 220px;
  }
}

/* core-value */

/* =========================
   HELENA CORE VALUES
========================= */

#helena-values-section {
  padding: 100px 0;
  background: #135f38;
  position: relative;
  overflow: hidden;
}

#helena-values-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  top: -200px;
  right: -150px;
}

.helena-values-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.helena-values-header span {
  color: #8cc63f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.helena-values-header h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  max-width: 700px;
  margin: 15px auto 0;
  line-height: 1.2;
}

.helena-values-wrapper {
  max-width: 1300px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.helena-value-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 20px;

  padding: 35px 20px;

  text-align: center;

  transition: 0.35s;
}

.helena-value-item:hover {
  transform: translateY(-8px);
  background: #ffffff;
}

.helena-value-item i {
  width: 70px;
  height: 70px;

  border-radius: 50%;

  background: #8cc63f;

  color: #135f38;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;

  margin: 0 auto 20px;
}

.helena-value-item h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  transition: 0.35s;
}

.helena-value-item:hover h3 {
  color: #135f38;
}

/* Tablet */

@media (max-width: 991px) {
  .helena-values-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .helena-values-header h2 {
    font-size: 38px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  #helena-values-section {
    padding: 70px 0;
  }

  .helena-values-wrapper {
    grid-template-columns: 1fr;
  }

  .helena-values-header h2 {
    font-size: 30px;
  }
}

.product-icons-im {
  width: 100%;
}
.services .service-card {
  background: #fff5e8;
}
.cl-btn--primary:hover {
  background-color: #8ec119;
}
.working-procc-img {
  width: 100%;
  border-radius: 15px;
}

.working-floww {
  background:
    linear-gradient(rgb(255 255 255 / 64%), rgb(255 255 255 / 64%)),
    url(../../assets/images/product/work-flow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.qua-pro {
  font-size: 18px;
  text-align: left;
}
.qua-pro-p {
  font-size: 14px !important;
  color: #4e4e4e !important;
  text-align: left;
}

.whychooseus {
  background:
    linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)),
    url(../../assets/images/product/why-choose-uss.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.about-us-banners {
  background: url(../../assets/images/banners/about-us-bann.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}


/* ===================================
   HELENA CORE VALUES
=================================== */

#helena-core-values{
    position:relative;
    padding:120px 0;
    overflow:hidden;

    background:
    linear-gradient(
    rgba(10,35,20,.80),
    rgba(10,35,20,.80)
    ),
    url("../../assets/images/jpg/home-1/bg11.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
#helena-core-values::before{
    content:'';
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at 20% 20%,
        rgba(140,198,63,.06),
        transparent 35%
    ),
    radial-gradient(
        circle at 80% 70%,
        rgba(0,166,90,.05),
        transparent 40%
    );

    pointer-events:none;
}
.helena-values-grid{
    position:relative;
    z-index:2;
}
/* Heading */

.helena-values-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}

.helena-values-heading span{
    display:block;
    color:#7aa83d;
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
}

.helena-values-heading h2{
    font-size:58px;
    line-height:1.15;
    color:#123d2a;
    font-weight:700;
    margin:0;
}

/* Grid */

.helena-values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    max-width:1400px;
    margin:auto;
    padding:0 20px;
}

/* Card */

.helena-value-card{
    position:relative;
    background:#faf8f1;
    border-radius:26px;
    min-height:430px;
    overflow:hidden;
    padding:140px 32px 40px;
    box-shadow:
    0 10px 35px rgba(0,0,0,.08);

    transition:.45s ease;
}

/* Hover Image */

.helena-card-bg{
    position:absolute;
    inset:0;
    opacity:0;
    transition:.45s ease;
}

.helena-card-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.helena-card-bg::after{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        rgba(15,75,45,.82),
        rgba(15,75,45,.82)
    );
}

/* Icon */

.helena-value-icon{
    position:absolute;
    top:25px;
    left:25px;

    width:90px;
    height:90px;

    background:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:3;

    box-shadow:
    0 8px 20px rgba(0,0,0,.10);
}

.helena-value-icon::before{
    content:'';
    position:absolute;
    inset:-10px;
    border:3px solid #8cc63f;
    border-radius:50%;
}

.helena-value-icon img{
    width:150px;
}

/* Number */

.helena-value-number{
    position:absolute;
    top:35px;
    right:30px;

    font-size:64px;
    font-weight:700;

    color:#d9d5c1;

    z-index:2;
}

/* Content */

.helena-value-content{
    position:relative;
    z-index:3;
}

.helena-value-content h3{
    color:#123d2a;
    font-size:32px;
    line-height:1.25;
    margin-bottom:18px;
    padding-right:60px; /* avoids overlap with number */
}

.helena-divider{
    display:block;
    width:45px;
    height:3px;
    background:#8cc63f;
    margin-bottom:20px;
}

.helena-value-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin:0;
}

/* Bottom Curve */

.helena-bottom-accent{
    position:absolute;
    left:-5%;
    bottom:-40px;

    width:120%;
    height:90px;

    background:
    linear-gradient(
        90deg,
        #8cc63f,
        #00a65a
    );

    border-radius:100% 100% 0 0;

    z-index:2;
}

/* Hover */

.helena-value-card:hover{
    transform:translateY(-12px);
}

.helena-value-card:hover .helena-card-bg{
    opacity:1;
}

.helena-value-card:hover h3,
.helena-value-card:hover p{
    color:#fff;
}

.helena-value-card:hover .helena-divider{
    background:#fff;
}

.helena-value-card:hover .helena-value-number{
    color:rgba(255,255,255,.18);
}

.helena-value-card:hover .helena-bottom-accent{
    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,.18),
        rgba(255,255,255,.08)
    );
}

/* ======================
   LARGE LAPTOP
====================== */

@media(max-width:1400px){

    .helena-values-grid{
        gap:28px;
        padding:0 15px;
    }

    .helena-value-card{
        min-height:400px;
    }

}

/* ======================
   TABLET
====================== */

@media(max-width:1200px){

    .helena-values-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .helena-value-card{
        min-height:380px;
        padding:120px 25px 35px;
    }

    .helena-value-content h3{
        font-size:28px;
        padding-right:45px;
    }

    .helena-value-number{
        font-size:54px;
        top:25px;
        right:20px;
    }

}

/* ======================
   SMALL TABLET
====================== */

@media(max-width:991px){

    #helena-core-values{
        padding:90px 0;
    }

    .helena-values-grid{
        gap:22px;
    }

    .helena-value-card{
        min-height:auto;
        padding:115px 22px 30px;
    }

    .helena-value-icon{
        width:75px;
        height:75px;
        top:20px;
        left:20px;
    }

    .helena-value-icon img{
        width:120px;
    }

    .helena-value-number{
        font-size:48px;
    }

    .helena-value-content h3{
        font-size:24px;
        line-height:1.3;
        padding-right:40px;
    }

    .helena-value-content p{
        font-size:15px;
        line-height:1.8;
        text-align:justify;
    }

}

/* ======================
   MOBILE
====================== */

@media(max-width:767px){

    #helena-core-values{
        padding:70px 0;
        background-attachment:scroll;
    }

    .helena-values-grid{
        grid-template-columns:1fr;
        gap:20px;
        padding:0 15px;
    }

    .helena-value-card{

        min-height:auto;

        padding:
        105px
        22px
        30px;

        border-radius:22px;
    }

    .helena-value-icon{
        width:70px;
        height:70px;
        top:18px;
        left:18px;
    }

    .helena-value-icon::before{
        inset:-7px;
    }

    .helena-value-icon img{
        width:105px;
    }

    .helena-value-number{
        top:18px;
        right:18px;
        font-size:40px;
    }

    .helena-value-content h3{

        font-size:24px;

        line-height:1.35;

        padding-right:0;

        margin-bottom:14px;
    }

    .helena-value-content p{

        font-size:15px;

        line-height:1.8;

        text-align:justify;
    }

    .helena-bottom-accent{
        height:70px;
        bottom:-30px;
    }

}

/* ======================
   SMALL MOBILE
====================== */

@media(max-width:480px){

    .helena-values-grid{
        padding:0 12px;
    }

    .helena-value-card{

        padding:
        95px
        18px
        28px;

        border-radius:18px;
    }

    .helena-value-icon{
        width:62px;
        height:62px;
    }

    .helena-value-icon img{
        width:90px;
    }

    .helena-value-number{
        font-size:34px;
        right:15px;
    }

    .helena-value-content h3{

        font-size:21px;

        margin-bottom:12px;

        line-height:1.35;
    }

    .helena-value-content p{

        font-size:14px;

        line-height:1.75;

        text-align:justify;

        padding-bottom:30px
    }

    .helena-divider{
        width:40px;
        margin-bottom:15px;
    }

}

/* ======================
   EXTRA SMALL DEVICES
====================== */

@media(max-width:360px){

    .helena-value-card{
        padding:90px 16px 25px;
    }

    .helena-value-content h3{
        font-size:19px;
    }

    .helena-value-content p{
        font-size:13px;
    }

    .helena-value-number{
        font-size:30px;
    }

}

/* ==========================
HELENA VISION
========================== */

#helena-vision{
position:relative;
padding:120px 0;
overflow:hidden;


background:
linear-gradient(
    rgba(248,247,242,.94),
    rgba(248,247,242,.94)
),
url("../../assets/images/jpg/home-1/bn2.png");

background-size:cover;
background-position:center;


}

.helena-vision-content h2{
font-size:58px;
line-height:1.15;
color:#123d2a;
font-weight:700;
margin:15px 0 25px;
}

.helena-vision-subtitle{
display:inline-flex;
align-items:center;
gap:10px;


color:#135F38;
font-weight:600;
font-size:16px;


}

.helena-vision-content p{
color:#666;
line-height:1.9;
margin-bottom:20px;
font-size:17px;
}

.helena-vision-highlight{
margin-top:30px;


background:#fff;
padding:22px 28px;

border-left:4px solid #8CC63F;
border-radius:12px;

font-weight:600;
color:#135F38;

box-shadow:
0 10px 30px rgba(0,0,0,.06);

transition:.35s;


}

.helena-vision-highlight:hover{
transform:translateY(-5px);
}

.helena-vision-stats{
display:flex;
gap:30px;
margin-top:40px;
flex-wrap:wrap;
}

.helena-stat h3{
color:#135F38;
font-size:42px;
font-weight:700;
margin:0;
}

.helena-stat span{
color:#666;
font-size:14px;
}

/* Images */

.helena-vision-images{
position:relative;
min-height:650px;
}

.helena-main-image{
width:80%;
margin-left:auto;
}

.helena-main-image img{
width:100%;
border-radius:28px;
display:block;


transition:.5s;


}

.helena-main-image:hover img{
transform:scale(1.03);
}

.helena-floating-image{
position:absolute;


left:0;
bottom:60px;

width:52%;

border-radius:24px;
overflow:hidden;

border:6px solid #fff;

box-shadow:
0 20px 40px rgba(0,0,0,.15);

animation:helenaFloat 4s ease-in-out infinite;


}

.helena-floating-image img{
width:100%;
display:block;
}

.helena-circle-badge{
position:absolute;


top:40px;
left:20px;

width:140px;
height:140px;

border-radius:50%;

background:#135F38;
color:#fff;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

text-align:center;

box-shadow:
0 15px 35px rgba(0,0,0,.15);

animation:helenaFloat 5s ease-in-out infinite;


}

.helena-circle-badge i{
font-size:30px;
margin-bottom:10px;
}

.helena-circle-badge span{
font-size:14px;
font-weight:600;
}

/* Animation */

@keyframes helenaFloat{


0%,100%{
    transform:translateY(0);
}

50%{
    transform:translateY(-12px);
}


}

/* Tablet */

@media(max-width:991px){


#helena-vision{
    padding:90px 0;
}

.helena-vision-content{
    text-align:center;
    margin-bottom:60px;
}

.helena-vision-content h2{
    font-size:42px;
}

.helena-vision-stats{
    justify-content:center;
}

.helena-vision-images{
    min-height:520px;
}


}

/* Mobile */

@media(max-width:767px){


#helena-vision{
    padding:70px 0;
}

.helena-vision-content h2{
    font-size:34px;
}

.helena-vision-images{
    min-height:auto;
}

.helena-main-image{
    width:100%;
}

.helena-floating-image{
    position:relative;
    width:85%;
    margin:-50px auto 0;
    left:auto;
    bottom:auto;
}

.helena-circle-badge{
    width:100px;
    height:100px;

    top:-20px;
    left:10px;
}

.helena-circle-badge span{
    font-size:12px;
}

.helena-stat h3{
    font-size:32px;
}


}

/* ==========================
   HELENA NAME TICKER
========================== */

#helena-name-slider{
    padding:25px 0;
    overflow:hidden;
    background:transparent;
}

.helena-name-wrapper{
    overflow:hidden;
}

.helena-name-track{
    display:flex;
    align-items:center;
    gap:80px;

    width:max-content;

    animation:helenaTicker 20s linear infinite;
}

.helena-name-wrapper:hover .helena-name-track{
    animation-play-state:paused;
}

.helena-name-item{
    display:flex;
    align-items:center;
    gap:18px;

    flex-shrink:0;
}

.helena-name-item i{
    font-size:22px;
    color:#8CC63F;

    transition:.3s ease;
}

.helena-name-item span{

    font-size:48px;
    font-weight:800;
    letter-spacing:4px;
    line-height:1;

    color:#135F38;

    text-transform:uppercase;
}

.helena-name-item:hover i{
    transform:rotate(15deg) scale(1.2);
}

@keyframes helenaTicker{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}

/* Tablet */

@media(max-width:991px){

    .helena-name-item span{
        font-size:38px;
    }

    .helena-name-track{
        gap:60px;
    }
}

/* Mobile */

@media(max-width:767px){

    #helena-name-slider{
        padding:15px 0;
    }

    .helena-name-item span{
        font-size:28px;
        letter-spacing:2px;
    }

    .helena-name-item i{
        font-size:16px;
    }

    .helena-name-track{
        gap:40px;
    }
}


/* newstyle */

.cl-service-block--style-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  /* Services Content List */
}

@media (min-width: 768px) {
  .cl-service-block--style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .cl-service-block--style-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cl-service-block--style-3::before {
  content: "";
  background:
    linear-gradient(
        rgba(224, 231, 224, 0.74),
        rgba(224, 231, 224,0.74)
    ),
    url("../../assets/images/jpg/home-1/12.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.cl-service-block--style-3__shape-1 {
  position: absolute;
  left: 10%;
  top: 120px;
  width: 5.8%;
}

.cl-service-block--style-3__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-service-block--style-3__shape-1 {
    display: none;
  }
}

.cl-service-block--style-3 .section-title-block__heading {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .cl-service-block--style-3 .section-title-block__heading {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .cl-service-block--style-3 .section-title-block__heading {
    margin-bottom: 82px;
  }
}

.cl-service-block--style-3 .cl-btn {
  padding: 5px 17px;
  height: 55px;
}

@media (min-width: 1200px) {
  .cl-service-block--style-3 .cl-btn {
    padding: 5px 27px;
    height: 60px;
  }
}

.cl-service-block--style-3__bottom {
  position: relative;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .cl-service-block--style-3__bottom {
    margin-top: 60px;
  }
}

.cl-service-block--style-3__bottom .service-card__button .cl-btn {
  background-color: var(--cl-color-white);
  color: var(--cl-color-primary);
}

.cl-service-block--style-3__bottom .service-card__button .cl-btn svg path {
  fill: var(--cl-color-primary);
}

.cl-service-block--style-3__bottom .service-card__button .cl-btn:hover {
  background-color: var(--cl-color-primary);
  color: var(--cl-color-white);
}

.cl-service-block--style-3__bottom
  .service-card__button
  .cl-btn:hover
  svg
  path {
  fill: var(--cl-color-white);
}

.cl-service-block--style-3__bottom__shape-2 {
  position: absolute;
  bottom: 15px;
  right: 4%;
  width: 63px;
  height: auto;
}

.cl-service-block--style-3__bottom__shape-2 img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .cl-service-block--style-3__bottom__shape-2 {
    bottom: 0px;
    right: 13%;
    width: 128px;
  }
}

@media (min-width: 992px) {
  .cl-service-block--style-3__bottom__shape-2 {
    bottom: 0px;
    right: 16%;
    width: 183px;
  }
}

/* ourcatalogue */

/* ==================================
   HELENA CATALOGUE FLIPBOOK
================================== */

#helena-catalogue-preview{
    position:relative;
    padding:80px 15px;
    background:
        linear-gradient(
            rgba(248,247,242,.95),
            rgba(248,247,242,.95)
        ),
        url("../../assets/images/jpg/home-1/bn2.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
}

/* Decorative Background */

#helena-catalogue-preview::before{
    content:'';
    position:absolute;
    inset:0;

    background:
        radial-gradient(circle at 15% 20%,rgba(140,198,63,.08),transparent 35%),
        radial-gradient(circle at 85% 70%,rgba(0,166,90,.06),transparent 40%);

    pointer-events:none;
}

/* Container */

.helena-book-container{
    position:relative;
    z-index:1;

    max-width:1400px;
    margin:auto;

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;
}

/* Flipbook */

#helena-flip-book{
    width:100%;
    max-width:1000px;
    height:700px;

    transform-origin:center center;
    transition:transform .35s ease;

    filter:
    drop-shadow(
        0 25px 50px rgba(0,0,0,.18)
    );
}

/* Pages */

.page{
    background:#fff;
    overflow:hidden;
    border-radius:8px;
}

/* Canvas */

.page canvas{
    width:100%;
    height:100%;
    display:block;
}

/* Page Shadow Enhancement */

.stf__parent{
    box-shadow:
        0 25px 60px rgba(0,0,0,.15);
}

.stf__item{
    background:#fff;
}

/* Tablet */

@media(max-width:991px){

    #helena-catalogue-preview{
        padding:60px 15px;
    }

    #helena-flip-book{
        height:600px;
    }
}

/* Mobile */

@media(max-width:767px){

    #helena-catalogue-preview{
        padding:40px 10px;
    }

    #helena-flip-book{
        height:500px;
    }
}

/* Small Mobile */

@media(max-width:480px){

    #helena-flip-book{
        height:420px;
    }
}
/* Loader */

#helena-pdf-loader{
    position:absolute;
    inset:0;
    background:#f8f7f2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:999;
}

.helena-loader-spinner{
    width:60px;
    height:60px;
    border:4px solid #ddd;
    border-top:4px solid #0a6633;
    border-radius:50%;
    animation:helenaSpin 1s linear infinite;
}

#helena-pdf-loader p{
    margin-top:15px;
    font-weight:600;
    color:#0a6633;
}

@keyframes helenaSpin{
    to{
        transform:rotate(360deg);
    }
}

/* Controls */

.helena-book-controls{
    position:relative;
    z-index:9999;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;

    margin-bottom:30px;
    flex-wrap:wrap;
}

.helena-book-controls button{
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#0a6633;
    color:#fff;
    cursor:pointer;
    transition:.3s;
}

.helena-book-controls button:hover{
    background:#8cc63f;
    transform:translateY(-3px);
}

.helena-page-info{
    font-weight:700;
    color:#0a6633;
    min-width:80px;
    text-align:center;
}

.helena-book-container{
    overflow:auto;
    cursor:grab;
}

.helena-book-container.dragging{
    cursor:grabbing;
}

#helena-pdf-loader{
    transition:.4s ease;
}

/* ==========================
   HELENA PRODUCTS GRID
========================== */

/* ==========================
   HELENA PRODUCTS GRID
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #f8fbf5 0%,
        #ffffff 100%
    );
}

/* Background bubbles */

.helena-product-image::before,
.helena-product-image::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image{
        height:200px;
    }

    .helena-product-image img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}


/* ==========================
   HELENA PRODUCTS GRID INSECTICIDES
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-insecticide{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #ffd3f0;
}

/* Background bubbles */

.helena-product-image-insecticide::before,
.helena-product-image-insecticide::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-insecticide::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-insecticide::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-insecticide::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-insecticide::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-insecticide img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-insecticide img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-insecticide{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-insecticide{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-insecticide{
        height:200px;
    }

    .helena-product-image-insecticide img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}



/* ==========================
   HELENA PRODUCTS GRID Herbicides
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-herbicides{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #fff4a0;
}

/* Background bubbles */

.helena-product-image-herbicides::before,
.helena-product-image-herbicides::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-herbicides::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-herbicides::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-herbicides::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-herbicides::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-herbicides img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-herbicides img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-herbicides{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-herbicides{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-herbicides{
        height:200px;
    }

    .helena-product-image-herbicides img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}



/* ==========================
   HELENA PRODUCTS GRID Fungicides
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-fungicides{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #a5eaff;
}

/* Background bubbles */

.helena-product-image-fungicides::before,
.helena-product-image-fungicides::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-fungicides::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-fungicides::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-fungicides::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-fungicides::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-fungicides img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-fungicides img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-fungicides{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-fungicides{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-fungicides{
        height:200px;
    }

    .helena-product-image-fungicides img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}





/* ==========================
   HELENA PRODUCTS GRID PGR
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-pgr{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #e0ff99;
}

/* Background bubbles */

.helena-product-image-pgr::before,
.helena-product-image-pgr::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-pgr::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-pgr::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-pgr::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-pgr::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-pgr img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-pgr img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-pgr{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-pgr{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-pgr{
        height:200px;
    }

    .helena-product-image-pgr img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}





/* ==========================
   HELENA PRODUCTS GRID Fertilizers
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-fertilizers{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #afdcf2;
}

/* Background bubbles */

.helena-product-image-fertilizers::before,
.helena-product-image-fertilizers::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-fertilizers::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-fertilizers::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-fertilizers::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-fertilizers::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-fertilizers img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-fertilizers img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-fertilizers{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-fertilizers{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-fertilizers{
        height:200px;
    }

    .helena-product-image-fertilizers img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}





/* ==========================
   HELENA PRODUCTS GRID Bio fertilizers
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-biofertilizers{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #faffb8;
}

/* Background bubbles */

.helena-product-image-biofertilizers::before,
.helena-product-image-biofertilizers::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-biofertilizers::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-biofertilizers::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-biofertilizers::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-biofertilizers::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-biofertilizers img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-biofertilizers img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-biofertilizers{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-biofertilizers{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-biofertilizers{
        height:200px;
    }

    .helena-product-image-biofertilizers img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}






/* ==========================
   HELENA PRODUCTS GRID Biostimulants
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-biostimulants{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #9dffb7;
}

/* Background bubbles */

.helena-product-image-biostimulants::before,
.helena-product-image-biostimulants::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-biostimulants::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-biostimulants::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-biostimulants::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-biostimulants::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-biostimulants img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-biostimulants img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-biostimulants{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-biostimulants{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-biostimulants{
        height:200px;
    }

    .helena-product-image-biostimulants img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}






/* ==========================
   HELENA PRODUCTS GRID Organic Fertilizers
========================== */

#helena-products-grid{
    padding:80px 15px;
}

.helena-products-wrap{
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* ==========================
   CARD
========================== */

.helena-product-item{
    position:relative;

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    border:1px solid #e9ecef;

    width:100%;

    transition:.45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

/* Floating particles */

.helena-product-item::before,
.helena-product-item::after{
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    opacity:0;
    z-index:2;
}

/* Particle 1 */

.helena-product-item::before{
    width:14px;
    height:14px;
    background:#8cc63f;

    left:18%;
    top:45%;
}

/* Particle 2 */

.helena-product-item::after{
    width:10px;
    height:10px;
    background:#c5e891;

    right:18%;
    top:38%;
}

.helena-product-item:hover{
    transform:translateY(-10px);

    border-color:#8cc63f;

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);
}

.helena-product-item:hover::before{
    opacity:.8;
    animation:helenaParticleOne 3s infinite ease-in-out;
}

.helena-product-item:hover::after{
    opacity:.7;
    animation:helenaParticleTwo 2.6s infinite ease-in-out;
}

/* ==========================
   IMAGE AREA
========================== */

.helena-product-image-organicfertilizers{
    position:relative;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    overflow:hidden;

    background: #ffcda2;
}

/* Background bubbles */

.helena-product-image-organicfertilizers::before,
.helena-product-image-organicfertilizers::after{
    content:'';
    position:absolute;
    border-radius:50%;
    transition:.8s ease;
    pointer-events:none;
}

/* Top bubble */

.helena-product-image-organicfertilizers::before{
    width:160px;
    height:160px;

    top:-80px;
    right:-80px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.20) 0%,
        rgba(140,198,63,.06) 70%,
        transparent 100%
    );
}

/* Bottom bubble */

.helena-product-image-organicfertilizers::after{
    width:100px;
    height:100px;

    bottom:-50px;
    left:-50px;

    background:
    radial-gradient(
        circle,
        rgba(140,198,63,.15) 0%,
        rgba(140,198,63,.04) 70%,
        transparent 100%
    );
}

.helena-product-item:hover .helena-product-image-organicfertilizers::before{
    transform:
    translate(-15px,15px)
    scale(1.2);
}

.helena-product-item:hover .helena-product-image-organicfertilizers::after{
    transform:
    translate(15px,-15px)
    scale(1.15);
}

/* Product Image */

.helena-product-image-organicfertilizers img{
    position:relative;
    z-index:5;

    width:100%;
    max-width:190px;
    max-height:200px;

    object-fit:contain;

    transition:.45s ease;
}

.helena-product-item:hover .helena-product-image-organicfertilizers img{
    transform:
    scale(1.08)
    translateY(-5px);
}

/* ==========================
   CONTENT
========================== */

.helena-product-content{
    padding:22px;
    text-align:center;
}

.helena-product-content h3{
    font-size:20px;
    font-weight:700;

    color:#173f2d;

    line-height:1.4;

    margin-bottom:16px;

    transition:.3s ease;
}

.helena-product-item:hover .helena-product-content h3{
    color:#0d5a36;
}

/* ==========================
   BUTTON
========================== */

.helena-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:180px;
    height:56px;

    padding:0 26px;

    background:#009d5a;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:400;

    border-radius:4px;
    border:none;

    transition:all .35s ease;
}

.helena-product-btn i{
    font-size:18px;

    transition:all .35s ease;
}

.helena-product-btn:hover{
    background:#8dc63f;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(141,198,63,.35);
}

.helena-product-btn:hover i{
    transform:rotate(90deg) scale(1.1);
}

/* ==========================
   PARTICLE ANIMATIONS
========================== */

@keyframes helenaParticleOne{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(25px,-35px)
        scale(1.4);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

@keyframes helenaParticleTwo{

    0%{
        transform:
        translate(0,0)
        scale(1);
    }

    50%{
        transform:
        translate(-20px,-25px)
        scale(1.3);
    }

    100%{
        transform:
        translate(0,0)
        scale(1);
    }

}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .helena-products-wrap{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-products-wrap{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .helena-product-image-organicfertilizers{
        height:220px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    #helena-products-grid{
        padding:60px 15px;
    }

    .helena-products-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .helena-product-image-organicfertilizers{
        height:220px;
    }

    .helena-product-content{
        padding:20px;
    }

    .helena-product-content h3{
        font-size:18px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    #helena-products-grid{
        padding:50px 12px;
    }

    .helena-product-image-organicfertilizers{
        height:200px;
    }

    .helena-product-image-organicfertilizers img{
        max-width:160px;
        max-height:170px;
    }

    .helena-product-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:52px;
    }

}







/* singleproduct */

/* ==================================
   HELENA PRODUCT DETAILS
================================== */

#helena-product-details{
    padding:100px 0;
    overflow:hidden;
}

.helena-product-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* ==================================
   LEFT SIDE
================================== */

.helena-product-showcase{
    position:relative;
    height:600px;
    border-radius:30px;

    background:
    linear-gradient(
        135deg,
        #0d5a36,
        #1d7d47
    );

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;
}

.helena-product-category{
    position:absolute;
    top:25px;
    left:25px;

    background:#8cc63f;
    color:#fff;

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

    z-index:3;
}

.helena-main-product{
    max-height:470px;
    max-width:85%;

    position:relative;
    z-index:2;

    object-fit:contain;

    animation:floatProduct 4s ease-in-out infinite;
}

@keyframes floatProduct{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

}

.helena-product-bg-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(20px);
}

.shape-one{
    width:250px;
    height:250px;

    background:
    rgba(255,255,255,.12);

    top:-60px;
    right:-60px;
}

.shape-two{
    width:300px;
    height:300px;

    background:
    rgba(140,198,63,.25);

    bottom:-100px;
    left:-100px;
}

/* ==================================
   RIGHT SIDE
================================== */

.helena-product-info{
    width:100%;
}

.helena-product-subtitle{
    display:inline-block;

    color:#8cc63f;

    font-size:14px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1.5px;

    margin-bottom:12px;
}

.helena-product-info h2{
    font-size:52px;
    line-height:1.15;
    color:#173f2d;

    margin-bottom:20px;
}

.helena-product-description{
    font-size:17px;
    line-height:1.9;

    color:#666;

    text-align:justify;

    margin-bottom:30px;
}

/* ==================================
   PACK SIZE
================================== */

.helena-pack-section{
    margin-bottom:35px;
}

.helena-pack-section h4{
    font-size:22px;
    color:#173f2d;
    margin-bottom:15px;
}

.helena-pack-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.helena-pack-list span{
    padding:12px 18px;

    border-radius:10px;

    background:#0d5a36;
    color:#fff;

    font-size:14px;
    font-weight:600;

    transition:.35s ease;
}

.helena-pack-list span:hover{
    background:#8cc63f;
    transform:translateY(-3px);
}

/* ==================================
   BENEFITS
================================== */

.helena-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;

    margin-top:10px;
}

.helena-benefit{
    display:flex;
    align-items:center;
    gap:14px;

    padding:18px;

    background:#f8fbf5;

    border-radius:16px;

    transition:.35s ease;
}

.helena-benefit:hover{
    transform:translateY(-5px);

    background:#eef7e6;
}

.helena-benefit i{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#e7f3d5;

    color:#0d5a36;

    font-size:18px;

    flex-shrink:0;
}

.helena-benefit span{
    font-size:15px;
    font-weight:600;
    color:#173f2d;
}

/* ==================================
   SOCIAL
================================== */

.helena-share{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:18px;

    margin-top:40px;
}

.helena-share span{
    font-size:16px;
    font-weight:600;
    color:#173f2d;
}

.helena-share ul{
    display:flex;
    gap:12px;

    list-style:none;

    padding:0;
    margin:0;
}

.helena-share li{
    margin:0;
}

.helena-share a{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f3f5f4;

    color:#173f2d;

    transition:.35s ease;
}

.helena-share a:hover{
    background:#8cc63f;
    color:#fff;

    transform:translateY(-4px);
}

/* ==================================
   LARGE TABLET
================================== */

@media(max-width:1199px){

    .helena-product-wrapper{
        gap:45px;
    }

    .helena-product-info h2{
        font-size:44px;
    }

    .helena-product-showcase{
        height:520px;
    }

    .helena-main-product{
        max-height:400px;
    }

}

/* ==================================
   TABLET
================================== */

@media(max-width:991px){

    #helena-product-details{
        padding:80px 0;
    }

    .helena-product-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .helena-product-showcase{
        height:500px;
    }

    .helena-main-product{
        max-height:380px;
    }

    .helena-product-info{
        text-align:center;
    }

    .helena-product-description{
        text-align:justify;
    }

    .helena-pack-list{
        justify-content:center;
    }

    .helena-share{
        justify-content:center;
    }

    .helena-benefits{
        grid-template-columns:repeat(2,1fr);
    }

    .helena-product-info h2{
        font-size:40px;
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    #helena-product-details{
        padding:70px 0;
    }

    .helena-product-showcase{
        height:380px;
        border-radius:24px;
    }

    .helena-main-product{
        max-height:280px;
        max-width:80%;
    }

    .helena-product-category{
        top:18px;
        left:18px;

        font-size:12px;
        padding:8px 14px;
    }

    .helena-product-info h2{
        font-size:32px;
        margin-bottom:15px;
    }

    .helena-product-description{
        font-size:15px;
        line-height:1.8;
    }

    .helena-pack-section h4{
        font-size:20px;
    }

    .helena-benefits{
        grid-template-columns:1fr;
        gap:12px;
    }

    .helena-benefit{
        padding:16px;
    }

    .helena-share{
        flex-direction:column;
        gap:15px;
    }

}

/* ==================================
   SMALL MOBILE
================================== */

@media(max-width:480px){

    #helena-product-details{
        padding:60px 0;
    }

    .helena-product-showcase{
        height:320px;
    }

    .helena-main-product{
        max-height:220px;
    }

    .helena-product-info h2{
        font-size:28px;
    }

    .helena-product-subtitle{
        font-size:12px;
    }

    .helena-product-description{
        font-size:14px;
    }

    .helena-pack-list{
        gap:8px;
    }

    .helena-pack-list span{
        padding:10px 14px;
        font-size:13px;
    }

    .helena-benefit span{
        font-size:14px;
    }

    .helena-share a{
        width:42px;
        height:42px;
    }

}

/* enquiry */

/* ==========================
   HELENA POPUP
========================== */

.helena-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(6px);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
    padding:20px;
}

.helena-popup-overlay.active{
    display:flex;
}

.helena-popup{

    width:100%;
    max-width:950px;

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    display:grid;
    grid-template-columns:280px 1fr;

    position:relative;

    box-shadow:
    0 30px 80px rgba(0,0,0,.18);

    animation:helenaPopup .35s ease;
}

@keyframes helenaPopup{

    from{
        opacity:0;
        transform:translateY(25px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ==========================
   CLOSE
========================== */

.helena-close{

    position:absolute;

    top:18px;
    right:18px;

    width:46px;
    height:46px;

    border:none;

    border-radius:50%;

    background:#fff;

    box-shadow:
    0 10px 25px rgba(0,0,0,.12);

    cursor:pointer;

    z-index:10;

    transition:.3s;
}

.helena-close:hover{
    transform:rotate(90deg);
}

/* ==========================
   LEFT SIDE
========================== */

.helena-popup-left{

    background:
    linear-gradient(
    180deg,
    #f9fcf6 0%,
    #f3f8ea 100%
    );

    padding:35px 28px;

    display:flex;
    align-items:center;

    position:relative;
}

.helena-left-content{
    width:100%;
}

.helena-left-content h5{

    font-size:18px;

    font-weight:600;

    margin-bottom:8px;

    color:#222;
}

.helena-left-content h2{

    font-size:42px;

    line-height:1.15;

    color:#0c5d36;

    margin-bottom:15px;

    font-weight:700;
}

.helena-line{

    width:55px;
    height:4px;

    background:#8cc63f;

    border-radius:20px;

    display:block;

    margin-bottom:20px;
}

.helena-left-content p{

    color:#666;

    font-size:15px;

    line-height:1.8;
}

.helena-mail-card{

    width:140px;
    height:140px;

    background:#fff;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:25px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);
}

.helena-mail-card i{

    font-size:55px;

    color:#8cc63f;
}

/* ==========================
   RIGHT SIDE
========================== */

.helena-popup-right{
    padding:35px;
}

/* ==========================
   HEADER
========================== */

.helena-form-header{
    text-align:center;
    margin-bottom:25px;
}

.helena-form-icon{

    width:70px;
    height:70px;

    margin:auto;

    border-radius:50%;

    background:#f3f8ea;

    display:flex;
    align-items:center;
    justify-content:center;
}

.helena-form-icon i{
    color:#0c5d36;
    font-size:28px;
}

.helena-form-header h2{

    font-size:38px;

    color:#0c5d36;

    margin:12px 0 8px;

    font-weight:700;
}

.helena-form-header p{

    color:#666;

    font-size:15px;
}

/* ==========================
   FORM
========================== */

.helena-form-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;
}

.helena-field{

    position:relative;

    margin-bottom:15px;
}

.helena-field i{

    position:absolute;

    left:18px;
    top:50%;

    transform:translateY(-50%);

    color:#888;

    z-index:2;
}

.helena-field textarea + i{
    top:25px;
}

.helena-field input,
.helena-field select,
.helena-field textarea{

    width:100%;

    border:1px solid #e4e4e4;

    border-radius:12px;

    padding:15px 18px 15px 50px;

    font-size:15px;

    transition:.3s;
}

.helena-field select{
    height:56px;
}

.helena-field textarea{

    height:120px;

    resize:none;
}

.helena-field input:focus,
.helena-field select:focus,
.helena-field textarea:focus{

    outline:none;

    border-color:#8cc63f;

    box-shadow:
    0 0 0 4px rgba(140,198,63,.12);
}

/* ==========================
   SECURITY
========================== */

.helena-security{

    background:#f7faef;

    padding:14px 18px;

    border-radius:12px;

    color:#0c5d36;

    margin-bottom:18px;

    font-size:14px;
}

/* ==========================
   SUBMIT
========================== */

.helena-submit{

    width:100%;

    height:56px;

    border:none;

    border-radius:12px;

    background:
    linear-gradient(
    90deg,
    #0c5d36,
    #137447
    );

    color:#fff;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;
}

.helena-submit:hover{

    transform:translateY(-2px);

    background:
    linear-gradient(
    90deg,
    #8cc63f,
    #7dbd32
    );
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .helena-popup{

        max-width:700px;

        grid-template-columns:1fr;
    }

    .helena-popup-left{

        text-align:center;

        padding:30px;
    }

    .helena-line{
        margin:0 auto 20px;
    }

    .helena-mail-card{
        margin:25px auto 0;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .helena-popup-overlay{
        padding:12px;
    }

    .helena-popup{

        border-radius:18px;

        max-height:92vh;

        overflow-y:auto;
    }

    .helena-popup-right{
        padding:22px;
    }

    .helena-popup-left{
        padding:22px;
    }

    .helena-left-content h2{
        font-size:30px;
    }

    .helena-form-header h2{
        font-size:30px;
    }

    .helena-form-row{
        grid-template-columns:1fr;
    }

    .helena-mail-card{
        width:120px;
        height:120px;
    }

    .helena-mail-card i{
        font-size:45px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    .helena-close{

        width:40px;
        height:40px;

        top:12px;
        right:12px;
    }

    .helena-form-header h2{
        font-size:26px;
    }

    .helena-left-content h2{
        font-size:26px;
    }

}

/* contactus */
/* ─────────────────────────────────────
       SHARED: SECTION LABEL
    ───────────────────────────────────── */
    .section-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 18px;
    }
    .section-label .sl-text {
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: #2b7a47;
    }
    .section-label .sl-line {
      display: block;
      width: 34px;
      height: 1px;
      background: #2b7a47;
    }
    .section-label .sl-leaf {
      color: #2b7a47;
      font-size: 13px;
    }

    /* ─────────────────────────────────────
       SECTION 1: CONTACT HEADER
    ───────────────────────────────────── */
    .contact-header {
      text-align: center;
      padding: 30px 24px 30px;
      background:#f8fbf5;
    }
    .contact-header h1 {
      font-family: 'Playfair Display', serif;
      font-size: 35px;
      font-weight: 700;
      color: #162c1e;
      line-height: 1.18;
      margin-bottom: 18px;
    }
    .contact-header .sub {
      font-size: 15px;
      color: #888;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.75;
    }

    /* ─────────────────────────────────────
       SECTION 2: HERO + FORM
    ───────────────────────────────────── */
    .hero-section {
      position: relative;
      min-height: 610px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 64px 20px;
      overflow: hidden;
    }

    /* Background photo */
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1920&auto=format&fit=crop&q=85')
        center / cover no-repeat;
      z-index: 0;
    }
    .hero-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.07);
    }

    /* ── Floating Leaves ── */
    .flw {
      position: absolute;
      z-index: 4;
      pointer-events: none;
      filter: drop-shadow(2px 3px 6px rgba(0,0,0,0.22));
    }
    .flw svg { display: block; }

    .fl1  { width:66px; top: 7%;  left: 3.5%;   animation: afl1  7.5s ease-in-out infinite; }
    .fl2  { width:50px; top: 28%; left: 1%;      animation: afl2  9s   ease-in-out infinite; }
    .fl3  { width:72px; top: 60%; left: 5%;      animation: afl3  8s   ease-in-out infinite; }
    .fl4  { width:54px; top: 83%; left: 2%;      animation: afl1 10.5s ease-in-out infinite reverse; }
    .fl5  { width:60px; top: 5%;  right: 4.5%;   animation: afl2  8.5s ease-in-out infinite; }
    .fl6  { width:47px; top: 36%; right: 1.5%;   animation: afl3  7s   ease-in-out infinite; }
    .fl7  { width:74px; top: 72%; right: 5%;     animation: afl1  9.5s ease-in-out infinite; }

    @keyframes afl1 {
      0%,100% { transform: rotate(-14deg) translateY(0px); }
      35%      { transform: rotate(  9deg) translateY(-20px); }
      70%      { transform: rotate(-22deg) translateY(11px); }
    }
    @keyframes afl2 {
      0%,100% { transform: rotate( 22deg) translateY(0px); }
      50%      { transform: rotate(-10deg) translateY(-24px); }
    }
    @keyframes afl3 {
      0%,100% { transform: rotate( -6deg) translateY(0px); }
      30%      { transform: rotate( 16deg) translateY(15px); }
      70%      { transform: rotate(-18deg) translateY(-13px); }
    }

    /* ── Form Card ── */
    .form-card {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 520px;
      background: rgba(255,255,255,0.925);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-radius: 22px;
      padding: 46px 42px;
      box-shadow: 0 28px 90px rgba(0,0,0,0.20);
    }

    .form-head {
      text-align: center;
      margin-bottom: 32px;
    }
    .form-icon-circle {
      width: 58px;
      height: 58px;
      background: #1c4d28;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
    .form-icon-circle i {
      font-size: 21px;
      color: #fff;
    }
    .form-head h2 {
      font-family: 'Playfair Display', serif;
      font-size: 26px;
      font-weight: 700;
      color: #162c1e;
      margin-bottom: 13px;
    }
    .div-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    .div-row .dr-line {
      display: block;
      width: 28px;
      height: 1px;
      background: #2b7a47;
    }
    .div-row .dr-leaf {
      color: #2b7a47;
      font-size: 12px;
    }

    /* ── Form Inputs ── */
    .f-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 14px;
    }
    .f-group {
      position: relative;
      margin-bottom: 14px;
    }
    .f-group.inline {
      margin-bottom: 0;
    }
    .f-group .f-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #2b7a47;
      font-size: 13px;
      pointer-events: none;
      z-index: 2;
    }
    .f-group.ta-group .f-icon {
      top: 15px;
      transform: none;
    }
    .f-group input,
    .f-group textarea {
      width: 100%;
      padding: 13px 14px 13px 40px;
      border: 1.5px solid #ddd;
      border-radius: 9px;
      background: #fafafa;
      font-family: 'Inter', sans-serif;
      font-size: 13.5px;
      color: #333;
      outline: none;
      transition: border-color .28s ease, box-shadow .28s ease, background .28s ease;
    }
    .f-group input::placeholder,
    .f-group textarea::placeholder {
      color: #bbb;
    }
    .f-group input:focus,
    .f-group textarea:focus {
      border-color: #2b7a47;
      background: #fff;
      box-shadow: 0 0 0 4px rgba(43,122,71,.11);
    }
    .f-group textarea {
      height: 140px;
      resize: none;
      padding-top: 14px;
      line-height: 1.55;
    }

    .submit-btn {
      width: 100%;
      padding: 16px 20px;
      background: #1c4d28;
      color: #fff;
      border: none;
      border-radius: 9px;
      font-family: 'Inter', sans-serif;
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 10px;
      transition: background .3s, transform .3s, box-shadow .3s;
    }
    .submit-btn i { font-size: 14px; }
    .submit-btn:hover {
      background: #143820;
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(28,77,40,.42);
    }
    .submit-btn:active {
      transform: none;
      box-shadow: none;
    }

    /* ─────────────────────────────────────
       SECTION 3: INFO CARDS
    ───────────────────────────────────── */
    .info-section {
      padding: 40px 48px;
      background:#f8fbf5;
    }
    .info-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
      max-width: 1020px;
      margin: 0 auto;
    }
    .info-card{
  position:relative;
  padding:36px 30px;
  border-radius:20px;

  background:linear-gradient(
    135deg,
    rgba(28,77,40,0.08),
    rgba(43,122,71,0.15)
  );

  border:1px solid rgba(43,122,71,0.15);

  backdrop-filter:blur(12px);
  overflow:hidden;

  transition:.4s ease;
}
.info-card::after{
    content:"🌿";
    position:absolute;
    right:-10px;
    bottom:-20px;
    font-size:90px;
    opacity:.08;
}
.info-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  background:linear-gradient(
    to bottom,
    #2b7a47,
    #86b96f
  );
}

.info-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(28,77,40,.15);
}
    .info-icon {
      width: 54px;
      height: 54px;
      background: #1c4d28;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      transition: transform .3s;
    }
    .info-card:hover .info-icon { transform: scale(1.1); }
    .info-icon i {
      font-size: 20px;
      color: #fff;
    }
    .info-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 21px;
      font-weight: 700;
      color: #162c1e;
      margin-bottom: 10px;
    }
    .info-uline {
      width: 32px;
      height: 2.5px;
      background: #2b7a47;
      border-radius: 2px;
      margin-bottom: 16px;
    }
    .info-card .prim {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #111;
      margin-bottom: 5px;
    }
    .info-card .sec {
      font-size: 13.5px;
      color: #999;
      line-height: 1.62;
    }

    /* ─────────────────────────────────────
       SECTION 4: MAP
    ───────────────────────────────────── */
    .map-section {
      padding: 50px 48px 50px;
      background: #fff;
    }
    .map-head {
      text-align: center;
      margin-bottom: 40px;
    }
    .map-head h2 {
      font-family: 'Playfair Display', serif;
      font-size: 35px;
      font-weight: 700;
      color: #162c1e;
      margin-bottom: 12px;
      margin-top: -15px;
    }
    .map-head p {
      font-size: 15px;
      color: #888;
    }
    .map-wrap {
      max-width: 980px;
      margin: 0 auto;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 8px 50px rgba(0,0,0,0.13);
    }
    .map-wrap iframe {
      display: block;
      width: 100%;
      height: 460px;
      border: none;
    }

    /* ─────────────────────────────────────
       RESPONSIVE
    ───────────────────────────────────── */
    @media (max-width: 900px) {
      .info-grid { grid-template-columns: 1fr; max-width: 480px; }
    }
    @media (max-width: 680px) {
      .contact-header h1 { font-size: 20px; }
      .f-row { grid-template-columns: 1fr; gap: 14px; }
      .form-card { padding: 32px 22px; }
      .info-section, .map-section { padding: 52px 20px; }
      .map-head h2 { font-size: 20px; }
    }

    