@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*CSS Table Of Content Starts Here*/
/*============================================ 
# Template Name: Marijuana
# Version: 1.0
# Date: 00/00/2023
# Author: gramentheme
# Author URI: .....
# Description: Marijuana - Medicine HTML Templates
============================================*/
/*======== Scss Compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer
============================================*/
/*CSS Table Of Content Ends Here
@import "animate.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "odometer.css";*/
:root {
  --body: #ffffff;
  --white: #ffffff;
  --theme: #4baf47;
  --black: #222222;
  --subtitle: #275c53 ;
  --base: #4baf47;
  --pra: #3d3838;
  --footer: #181818;
  --border: #cccccc;
  --border1: #414141;
  --ratting: #FF8000;
}

body {
  color: var(--black);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--body);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  font-family: "DM Sans", sans-serif;
}

h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
  line-height: 120%;
  padding-top:20px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

h5 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  font-family: "DM Sans", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  color: var(--black);
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: var(--title);
}

input:focus {
  color: var(--black);
  outline: none;
}

input {
  color: var(--black);
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--pra);
  font-family: "DM Sans", sans-serif;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fz-16 {
    font-size: 14px;
  }
}

.fz-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fz-18 {
    font-size: 16px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fz-24 {
    font-size: 20px;
  }
}

.fz-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fz-26 {
    font-size: 22px;
  }
}

.fz-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fz-30 {
    font-size: 26px;
  }
}

.fz-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 28px;
  }
}

.fz-38 {
  font-size: 38px;
}

.ifz32 {
  font-size: 32px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.d1 {
  font-size: 80px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.d2 {
  font-size: 72px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.d3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.d4 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.pfz-24 {
  font-size: 24px;
  line-height: 150%;
}

.pfz-20 {
  font-size: 20px;
  line-height: 150%;
}

.pfz-18 {
  font-size: 18px;
  line-height: 150%;
}

.pfz-16 {
  font-size: 16px;
  line-height: 150%;
}

.pfz-14 {
  font-size: 14px;
  line-height: 150%;
}

.pfz-12 {
  font-size: 12px;
  line-height: 150%;
}

.p-24 {
  padding: 24px;
}
@media (max-width: 991px) {
  .p-24 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .p-24 {
    padding: 15px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.pb-250 {
  padding-bottom: 250px;
}
@media (max-width: 1199px) {
  .pb-250 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-250 {
    padding-bottom: 80px;
  }
}

.pt-250 {
  padding-top: 250px;
}
@media (max-width: 1199px) {
  .pt-250 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-250 {
    padding-top: 80px;
  }
}

.pb-130 {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 30px;
  }
}

.pt-120 {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 30px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 50px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .pt-20 {
    padding-top: 15px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .pt-16 {
    padding-top: 10px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .pb-15 {
    margin-bottom: 10px;
  }
}

.pt-15 {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .pt-15 {
    margin-top: 10px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.p-8 {
  padding: 8px;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

.mt-50 {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mb-50 {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

.mt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .mt-20 {
    margin-top: 15px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mt-15 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.bodyfont {
  font-family: "DM Sans", sans-serif;
}

.ftext {
  color: var(--ftext);
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--base);
  transition: all 0.4s;
}
.pagination a:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span {
  margin-top: -4px;
}
.pagination a span i {
  font-size: 22px;
  color: var(--text);
}
.pagination .border-added {
  border: none;
  width: 44px;
  height: 44px;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  transition: 0.6s;
  border: 1px solid var(--theme);
  background-color: var(--white);
  opacity: 1;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
}

.social {
  gap: 12px;
}
.social li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li a i {
  color: var(--white);
  font-size: 16px;
}

.cmn__icon {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
}
.cmn__icon i {
  color: var(--white);
  font-size: 16px;
}

.section__title {
  
  text-align: center;
  margin: 0 auto 50px;
}
.section__title h6 {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--subtitle);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section__title h2 {
  text-transform: capitalize;
  font-size: 42px;
}
@media (max-width: 1199px) {
  .section__title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section__title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .section__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .section__title h2 {
    font-size: 24px;
  }
}

.sub__tittle h6 {
  text-transform: uppercase;
  color: var(--subtitle);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.sub__tittle h6::before {
  position: absolute;
  top: 7px;
  left: 220px;
  width: 60px;
  height: 1px;
  content: "";
  background-color: var(--subtitle);
}


.sub__tittle h2 {
  text-transform: uppercase;
  color: var(--subtitle);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.sub__tittle h2::before {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 60px;
  height: 1px;
  content: "";
  background-color: var(--subtitle);
}

.ralt {
  position: relative;
}

.section__bg {
  background-color: #f5f0ea;
}

@media (min-width: 992px) {
  .img__ending {
    justify-content: flex-end;
  }
}

.btnround5 {
  border-radius: 5px !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

.bgwhite {
  background: var(--white);
}

.boxes1 {
  background: var(--boxes1);
}

.boxes2 {
  background: var(--boxes2);
}

.boxes3 {
  background: var(--boxes3);
}

.boxes4 {
  background: var(--boxes4);
}

.blacks {
  color: #181818 !important;
}

.tcapi {
  text-transform: capitalize;
}

.icolor1 {
  color: var(--icolor1);
}

.icolor2 {
  color: var(--icolor2);
}

.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

.round16 {
  border-radius: 16px;
}

.round20 {
  border-radius: 20px;
}

.round50 {
  border-radius: 50%;
}

.shadow1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.shadow2 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}

.shadow6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.bor {
  border: 1px solid var(--border);
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.primary-color {
  color: var(--theme) !important;
}

.border-none {
  border: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.primary-hover:hover {
  color: var(--theme);
}

.header__top {
  padding: 10px 0px;
}
@media (max-width: 991px) {
  .header__top {
    display: none;
  }
}
.header__top .header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top .header__wrapper .info {
  display: flex;
  align-items: center;
}
.header__top .header__wrapper .info li {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.header__top .header__wrapper .info li:not(:last-child) {
  margin-right: 20px;
}
.header__top .header__wrapper .info li i {
  margin-right: 5px;
  color: var(--theme);
}
.header__top .header__wrapper .social__icon li {
  border: 1px solid var(--theme);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.header__top .header__wrapper .social__icon li a i {
  color: var(--theme);
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.header__top .header__wrapper .social__icon li:hover a i {
  color: var(--white);
}

.header__one {
  background: var(--theme);
  padding: 25px 0;
}

.header__two .logo__menuadjust .main__logo {
  display: none;
}
@media (max-width: 991px) {
  .header__two .logo__menuadjust .main__logo {
    display: block;
  }
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background: var(--theme);
}
.menu-fixed .logo__menuadjust .main__logo {
  display: block;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
}
.header-wrapper .logo__menuadjust {
  display: flex;
  align-items: center;
  gap: 150px;
}
@media (max-width: 1199px) {
  .header-wrapper .logo__menuadjust {
    gap: 50px;
  }
}
.header-wrapper .menu__components {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-wrapper .menu__components i {
  color: var(--white);
}
.header-wrapper .menu__components .fa-bars {
  font-size: 28px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 991px) {
  .header-wrapper .menu__components .fa-bars {
    display: none;
  }
}
.header-wrapper .main__logo .logo {
  display: block;
  width: 200px;
}
.header-wrapper .main__logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.4s;
  position: relative;
}
.header-wrapper .main-menu li a {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  padding: 40px 16px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 16px !important;
  color: var(--title);
}
.header-wrapper .main-menu li .sub-menu {
  position: relative;
  padding: 5px 5px 5px 5px;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul {
    position: absolute;
    top: -31px;
    left: 100%;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li a {
    color: var(--black);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li:hover a {
    color: var(--base);
    padding-left: 10px;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul li a::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu ul {
    display: block !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 5px 8px;
  margin: 1px;
  border-radius: 8px;
  transition: all 0.4s;
}
.header-wrapper .main-menu li .sub-menu li a::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 10px;
  background: var(--base);
  width: 10px;
  height: 2px;
  transition: all 0.4s;
  opacity: 0;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--changeborder);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 10px 10px;
  }
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  color: var(--base);
  padding-left: 20px;
}
.header-wrapper .main-menu li .sub-menu li:hover a::before {
  position: absolute;
  content: "";
  left: 7px;
  bottom: 18px;
  background: var(--base);
  width: 10px;
  height: 2px;
  transition: all 0.4s;
  opacity: 1;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li:hover .sub-menu::before {
    position: absolute;
    content: "";
    top: -18px;
    left: 26px;
    width: 28px;
    height: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu {
    gap: 0 20px;
  }
  .header-wrapper .main-menu li a {
    padding: 40px 2px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu {
    gap: 0 20px;
  }
  .header-wrapper .main-menu li a {
    padding: 16px 10px;
    color: var(--black);
  }
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}
@media (max-width: 1600px) {
  .header-wrapper .buttonsearch__area {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 55px;
    width: 100%;
    left: 0;
    display: block !important;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    background: var(--white);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    position: fixed;
    display: none !important;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    border-bottom: 1px solid rgba(170, 181, 200, 0.5);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
  }
  .main-menu li .sub-menu {
    display: none;
  }
  .main-menu li .sub-menu li {
    border-bottom: unset;
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
}
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 450px;
  height: 100%;
  background-color: var(--theme);
  padding: 40px;
  padding-top: 45px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.side_bar p.text-justify {
  color: var(--white);
}
.side_bar .info li {
  font-size: 18px;
}
.side_bar .info li a {
  color: var(--white);
}
.side_bar .info li i {
  color: var(--white);
  margin-right: 5px;
}
.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: none;
}
.side_bar button:hover {
  transform: rotate(90deg);
}
.side_bar button i {
  color: var(--theme);
}
.side_bar .social__icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.side_bar .social__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.side_bar .social__icon li a i {
  font-size: 16px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.side_bar .social__icon li:hover {
  background-color: var(--white);
}
.side_bar .social__icon li:hover a i {
  color: var(--theme);
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--white);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.banner__section {
  overflow: hidden;
  position: relative;
}
.banner__section .arry__button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .banner__section .arry__button {
    display: none;
  }
}
.banner__section .arry__button .arry__prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 1px solid var(--pra);
  margin-bottom: 17px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.banner__section .arry__button .arry__prev i {
  color: var(--white);
}
.banner__section .arry__button .arry__prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.banner__section .arry__button .arry__prev:hover i {
  color: var(--white);
}
.banner__section .arry__button .arry__next {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.banner__section .arry__button .arry__next i {
  color: var(--white);
}
.banner__section .swiper-slide-active .banner__image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}
.banner__section .banner-pagination {
  display: flex;
}
.banner__section .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 8x;
  border-radius: 20px;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
}
.banner__section .banner-pagination .swiper-pagination-bullet:hover {
  background: var(--white);
}
.banner__section .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--theme);
  transition: 0.6s;
}
.banner__section .banner__pagination__wrapper {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateY(-50%);
}

.banner__image {
  background: url(../img/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.banner__image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.banner__content {
  position: relative;
  padding: 250px 0;
}
@media (max-width: 1399px) {
  .banner__content {
    padding: 180px 0;
  }
}
@media (max-width: 1199px) {
  .banner__content {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .banner__content {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0;
  }
}
.banner__content h1 {
  text-transform: capitalize;
  color: var(--white-color);
  line-height: 92px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .banner__content h1 {
    line-height: 80px;
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .banner__content h1 {
    line-height: 65px;
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .banner__content h1 {
    line-height: 50px;
    margin-bottom: 25px;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 {
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.banner__content p {
  color: var(--white-color);
  line-height: 28px;
}
.banner__content .banner__button {
  margin-top: 30px;
  gap: 20px;
}
.banner__content .content__two {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner__content .content__two {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.banner__content .content__two .content {
  max-width: 820px;
}
.banner__content .content__two .video__content .video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.banner__content .content__two .video__content .video a {
  position: relative;
  color: var(--white-color);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  display: block;
  transition: 0.6s;
}
.banner__content .content__two .video__content .video-pulse::after,
.banner__content .content__two .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid var(--theme-color);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner__content .content__two .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}






.banner__two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.banner__two .banner__content {
  padding: initial;
  max-width: 650px;
}

.breadcumd__banner {
  background: url(../img/banner/breadcumd-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.breadcumd__banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.breadcumd__banner .breadcumd__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .breadcumd__banner .breadcumd__wrapper {
    gap: 20px;
  }
}
.breadcumd__banner .breadcumd__wrapper .left__content {
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 575px) {
  .breadcumd__banner .breadcumd__wrapper .left__content {
    font-size: 24px;
  }
}
.breadcumd__banner .breadcumd__wrapper .right__content {
  display: flex;
  align-items: center;
}
.breadcumd__banner .breadcumd__wrapper .right__content li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: var(--theme);
}
.breadcumd__banner .breadcumd__wrapper .right__content li:not(:last-child) {
  margin-right: 10px;
  color: var(--white);
}
.breadcumd__banner .breadcumd__wrapper .right__content li a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.breadcumd__banner .breadcumd__wrapper .right__content li a i {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}
.breadcumd__banner .breadcumd__wrapper .right__content li a:hover {
  color: var(--theme);
}
.breadcumd__banner .breadcumd__wrapper .right__content li a:hover i {
  color: var(--theme);
}
.breadcumd__banner .breadcumd__wrapper .right__content li i {
  color: var(--white);
}

.banner-section {
  position: relative;
}
.banner-section .banner-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  font-size: 68px;
  color: var(--white);
  transform: translate(-140%, 0);
  line-height: 92px;
  margin-bottom: 20px;
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .Title {
  color: var(--white);
  transform: translate(-160%, 0);
  transition: transform 1.3s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  max-width: 480px;
  line-height: 28px;
  margin-bottom: 20px;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-180%, 0);
  transition: transform 1.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: var(--white);
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .banner__button {
  margin-top: 30px;
  gap: 20px;
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .Title, .banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}
.banner-section .banner-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}
.banner-section .banner-showcaseSlider .swiper-pagination {
  position: absolute;
  top: 85%;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.banner-section .banner-showcaseSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--white);
  opacity: 1;
  transition: 0.8s ease-in-out, 0.4s ease-in-out;
}
.banner-section .banner-showcaseSlider .swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.banner-section .banner-showcaseSlider .showcaseSlider-nav {
  display: flex;
  position: absolute;
  top: 45%;
  bottom: 55%;
  right: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 1;
}
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  width: 60px;
  height: 60px;
  line-height: 51px;
  border-radius: 100%;
  border: 1px solid var(--theme);
  margin-bottom: 17px;
  background: transparent;
}
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: var(--theme);
}
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.banner-section .banner-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 20px;
  color: var(--theme);
}
@media (max-width: 575px) {
  .banner-section .banner-showcaseSlider .showcaseSlider-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-contents {
    padding-left: 38px;
  }
}

.feature__section {
  position: relative;
  margin-top: -80px;
  z-index: 99;
}
@media (max-width: 991px) {
  .feature__section {
    margin-top: 0;
  }
}
.feature__section .feature__wrapper {
  padding: 30px;
  background-color: var(--white);
}
.feature__section .feature__items .feature__thumb {
  position: relative;
}
.feature__section .feature__items .feature__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.feature__section .feature__items .feature__thumb::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, var(--black), transparent);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  border-radius: 10px;
}
.feature__section .feature__items .feature__box {
  position: absolute;
  bottom: 25px;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.feature__section .feature__items .feature__box .feature__title {
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 99;
  position: relative;
}
.feature__section .feature__items .feature__box .feature__icon {
  margin-bottom: -60px;
}
.feature__section .feature__items .feature__box .feature__icon .icon {
  height: 80px;
  width: 80px;
  display: none;
  line-height: 90px;
  text-align: center;
  background: var(--theme);
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 99;
}
.feature__section .feature__items .feature__box .feature__icon i {
  font-size: 36px;
  color: var(--white);
}
.feature__section .feature__items .feature__content {
  position: absolute;
  background: var(--theme);
  padding: 30px 30px 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  bottom: -60px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.feature__section .feature__items .feature__content .feature__title {
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  z-index: 99;
  position: relative;
}
.feature__section .feature__items .feature__content p {
  color: var(--white);
}
.feature__section .feature__items:hover .feature__box {
  visibility: hidden;
  bottom: 60px;
}
.feature__section .feature__items:hover .feature__content {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.about__section .about__thumb img {
  width: 100%;
  height: 100%;
}
.about__section .style__two {
  position: relative;
}
.about__section .style__two::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 50%;
  width: 15px;
  background: var(--theme);
}
.about__section .style__two::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 55%;
  width: 15px;
  background: var(--theme);
}
.about__section .style__two .video__content .video {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: inline-block;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.about__section .style__two .video__content .video a {
  position: relative;
  color: var(--white);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: block;
  transition: 0.6s;
}
.about__section .style__two .video__content .video-pulse::after,
.about__section .style__two .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about__section .style__two .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.about__section .about__content h2 {
  text-transform: capitalize;
  font-weight: 500;
}
.about__section .about__content h2 span {
  color: var(--theme);
}
.about__section .about__content ul li {
  color: var(--pra);
}
.about__section .about__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about__section .about__content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.about__section .about__content .text p {
  color: var(--theme) !important;
  font-weight: 600;
}

.canabis__section {
  background: url(../img/canabis/canabis-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.canabis__section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  border-radius: 10px;
}
.canabis__section .canabis__content {
  max-width: 650px;
}
.canabis__section .canabis__content .video__content {
  margin-bottom: 60px;
}
.canabis__section .canabis__content .video__content .video a {
  position: relative;
  color: var(--white);
  font-size: 25px;
  z-index: 1;
  background-color: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: block;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.canabis__section .canabis__content .video__content .video-pulse::after,
.canabis__section .canabis__content .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid var(--theme);
  opacity: 0.7;
  left: 43%;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: translate(-50%, -50%);
}
.canabis__section .canabis__content .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  text-align: center;
  margin: 0 auto;
  animation-delay: 1s;
}
.canabis__section .canabis__content h2 {
  color: var(--white);
}

.product__section .product__items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.1);
}
.product__section .product__items .product__thumb {
  position: relative;
}
.product__section .product__items .product__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.product__section .product__items .product__thumb .product__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 10px;
}
.product__section .product__items .product__thumb .product__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme);
  margin: 0px 2px;
  transition: all 0.4s ease-out 0s;
  transform: scaleX(0);
  cursor: pointer;
}
.product__section .product__items .product__thumb .product__icon li a i {
  color: var(--white);
  font-size: 14px;
}
.product__section .product__items .product__thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--subtitle)));
  background: linear-gradient(to bottom, transparent 0%, var(--subtitle) 100%);
  content: "";
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__section .product__items .product__thumb::after {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  top: 15px;
  border: 2px solid var(--theme);
  content: "";
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product__section .product__items .product__content {
  padding: 30px 0;
}
.product__section .product__items .product__content h4 {
  text-transform: capitalize;
}
.product__section .product__items .product__content h4 a {
  transition: all 0.4s ease-in-out;
}
.product__section .product__items .product__content h4 a:hover {
  color: var(--theme);
}
.product__section .product__items .product__content .product__price {
  gap: 6px;
}
.product__section .product__items .product__content .product__price del {
  font-size: 16px;
  color: var(--pra);
  font-weight: 500;
}
.product__section .product__items .product__content .product__price span {
  font-size: 16px;
  color: var(--pra);
  font-weight: 500;
}
.product__section .product__items .product__content ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}
.product__section .product__items .product__content ul li i {
  color: var(--theme);
}
.product__section .product__items:hover .product__thumb .product__icon li {
  transform: scaleX(1) !important;
}
.product__section .product__items:hover .product__thumb::before {
  bottom: 0;
  height: 100%;
}
.product__section .product__items:hover .product__thumb::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.story__section .story__content .sub__tittle h6 {
  margin-bottom: 20px;
}
.story__section .story__content .sub__tittle h6::before {
  display: none;
}
.story__section .story__content h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.story__section .story__content h6 {
  color: var(--theme);
  line-height: 150%;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.story__section .story__content .button .cmn--btn span {
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.story__section .story__content .button .cmn--btn:hover span {
  color: var(--white) !important;
}
.story__section .story__thumb img {
  width: 100%;
  height: 100%;
}

.apply__section .apply__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.apply__section .apply__wrapper {
  padding: 60px 0 0 60px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .apply__section .apply__wrapper {
    padding: 30px 30px;
  }
}
.apply__section .apply__wrapper .info__header h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.apply__section .contact__right .form__clt input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--subtitle);
  padding: 20px 0;
  color: var(--black);
  background-color: transparent;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .apply__section .contact__right .form__clt input {
    font-size: 14px;
  }
}
.apply__section .contact__right .cmn--btn {
  background: transparent;
}
.apply__section .contact__right .cmn--btn span {
  color: var(--theme);
}
.apply__section .contact__right .cmn--btn:hover span {
  color: var(--white);
}

.service__section .service__items {
  background-color: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.service__section .service__items .service__thumb {
  overflow: hidden;
}
.service__section .service__items .service__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.service__section .service__items .service__content {
  padding: 25px 25px;
}
.service__section .service__items .service__content h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.service__section .service__items .service__content h4 a {
  transition: all 0.4s ease-in-out;
}
.service__section .service__items .service__content h4 a:hover {
  color: var(--theme);
}
.service__section .service__items:hover .service__thumb img {
  transform: scale(1.1);
}

.discount__section .discount__items .discount__thumb {
  position: relative;
}
.discount__section .discount__items .discount__thumb::before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.7803921569) 20%, rgba(0, 60, 56, 0) 80%);
  content: "";
  border-radius: 10px;
}
.discount__section .discount__items .discount__thumb::after {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  top: 15px;
  border: 2px solid var(--theme);
  content: "";
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.discount__section .discount__items .discount__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.discount__section .discount__items .discount__thumb .discount__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.discount__section .discount__items .discount__thumb .discount__wrap .discount__content {
  padding: 60px 60px;
}
.discount__section .discount__items .discount__thumb .discount__wrap .discount__content h6 {
  color: var(--theme);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.discount__section .discount__items .discount__thumb .discount__wrap .discount__content h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.discount__section .discount__items .discount__thumb .discount__wrap .discount__content p {
  color: var(--white);
  margin-bottom: 40px;
}
.discount__section .discount__items:hover .discount__thumb::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.contact__section {
  background-size: cover;
}
.contact__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.contact__section .contact__item a i {
  font-size: 28px;
  color: var(--theme);
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  background-color: var(--white);
  line-height: 70px;
  border-radius: 100%;
}
.contact__section .contact__item h5 {
  color: var(--white);
}
.contact__section .contact__item h2 {
  color: var(--white);
}

.work__section .work__items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.1);
  padding: 30px;
}
.work__section .work__items .work__icon {
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme);
  font-size: 48px;
  line-height: 55px;
  color: transparent;
}
.work__section .work__items .work__content h5 {
  text-transform: capitalize;
  font-weight: 600;
}
.work__section .work__items .work__content h5 a {
  transition: all 0.3s ease-in-out;
}
.work__section .work__items .work__content h5 a:hover {
  color: var(--theme);
}
.work__section .work__items .work__content p {
  margin-bottom: 15px;
}
.work__section .work__items .work__content .arrow__button {
  font-size: 18px;
  position: relative;
  transform: translateX(0);
  transition: 0.7s;
  display: inline-block;
}
.work__section .work__items .work__content .arrow__button i {
  color: var(--black);
}
.work__section .work__items .work__content .arrow__button::before {
  position: absolute;
  content: "Know More";
  font-weight: 600;
  color: var(--theme);
  font-size: 16px;
  left: -95px;
  top: -2px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.work__section .work__items:hover .work__content .arrow__button {
  transform: translateX(95px);
  color: var(--theme);
}
.work__section .work__items:hover .work__content .arrow__button::before {
  opacity: 1;
}

.testimonial__section .testimonial__wrapper {
  padding: 2px;
}
.testimonial__section .testi__items {
  background-size: cover;
  padding: 50px 40px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.1);
}
.testimonial__section .testi__items .testi__wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  gap: 25px;
}
.testimonial__section .testi__items .testi__wrap .testi__thumb img {
  border-radius: 100%;
}
.testimonial__section .testi__items .testi__wrap .content {
  position: relative;
}
.testimonial__section .testi__items .testi__wrap .content span {
  font-size: 18px;
  color: var(--pra);
}
.testimonial__section .testi__items p {
  position: relative;
}
.testimonial__section .testi__items ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.testimonial__section .testi__items ul li {
  margin-right: 4px;
}
.testimonial__section .testi__items ul li i {
  color: var(--theme);
}
.testimonial__section .testi__inner {
  background: #fff;
  position: relative;
  text-align: center;
  padding: 0 60px 50px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-top: 10px solid var(--theme);
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
  margin-bottom: 40px;
}
.testimonial__section .testi__inner .testi__inner__thumb {
  margin-bottom: 40px;
  margin-top: -90px;
  position: relative;
}
.testimonial__section .testi__inner .testi__inner__thumb img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.testimonial__section .testi__inner .testi__inner__content h5 {
  margin-top: 20px;
}
.testimonial__section .testi__inner .testi__inner__content span {
  font-size: 17px;
  font-weight: 500;
  color: var(--theme);
}

.team__section .team__items {
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
  background: var(--white);
  border-radius: 0 0 10px 10px;
}
.team__section .team__items .team__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.team__section .team__items .team__content {
  position: relative;
  padding: 25px 30px;
  text-align: center;
}
.team__section .team__items .team__content h5 a {
  transition: all 0.4s ease-in-out;
}
.team__section .team__items .team__content h5 a:hover {
  color: var(--theme);
}
.team__section .team__items .team__content p {
  text-transform: capitalize;
  color: var(--theme);
  margin-top: 5px;
}
.team__section .team__items .team__content .social__icon {
  gap: 10px;
  margin-top: 20px;
}
.team__section .team__items .team__content .social__icon li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--theme);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.team__section .team__items .team__content .social__icon li a i {
  color: var(--theme);
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}
.team__section .team__items .team__content .social__icon li:hover {
  background-color: var(--theme);
}
.team__section .team__items .team__content .social__icon li:hover a i {
  color: var(--white);
}

.team .team-item {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 5px 5px 15px var(--shadow-color);
  border-radius: 0 0 10px 10px;
}
.team .team-item .team-image {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 10px;
}
.team .team-item .team-image img {
  width: 100%;
  transition: 0.3s;
  background: rgba(11, 136, 238, 0.2);
}
.team .team-item .team-item-content {
  height: 85px;
  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  transition: all 0.4s;
  background: var(--theme);
  z-index: 5;
}
.team .team-item .team-item-content .team-content {
  padding: 15px 0px;
  transition: all 0.5s;
}
.team .team-item .team-item-content .team-content h3 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 20px;
}
.team .team-item .team-item-content .team-content h4 {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.team .team-item .team-item-content .team-item-icon a {
  font-size: 18px;
  color: var(--theme);
  transform: translateY(50px);
  padding: 6px 10px;
  background-color: var(--white);
  border-radius: 100%;
}
.team .team-item .team-item-content .team-item-icon a:not(:last-child) {
  margin-right: 5px;
}
.team .team-item .team-item-content .team-item-icon a i {
  width: 15px;
}
.team .team-item:hover .team-image img {
  transform: scale(1.1);
}
.team .team-item:hover .team-item-content {
  height: 170px;
}
.team .team-item:hover .team-item-content {
  background: var(--theme);
}
.team .team-item:hover .team-content h3, .team h4 {
  color: var(--white);
}

.default__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.default__pagination li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  font-weight: 500;
}
.default__pagination li a {
  transition: all 0.4s;
  color: var(--theme);
}
.default__pagination li a i {
  color: var(--theme);
}
.default__pagination li:hover {
  background-color: var(--theme);
}
.default__pagination li:hover a {
  color: var(--white);
}
.default__pagination li:hover a i {
  color: var(--white);
}

.team__details {
  overflow: hidden;
}
.team__details .team__left .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team__details .details__cont h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.team__details .details__cont span {
  font-size: 18px;
  color: var(--theme);
  font-weight: 600;
  text-transform: uppercase;
}
.team__details .details__cont p {
  margin-top: 15px;
  max-width: 100%;
}
.team__details .details__cont .list__item li {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  color: var(--pra);
}
.team__details .details__cont .list__item li i {
  color: var(--theme);
  font-size: 16px;
  margin-right: 5px;
}
.team__details .bottom__info .bottom__content h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.team__details .bottom__info .bottom__content ul li {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--black);
}
.team__details .bottom__info .bottom__content .social__icon li {
  border: 1px solid var(--theme);
}
.team__details .bottom__info .bottom__content .social__icon li a i {
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.team__details .bottom__info .bottom__content .social__icon li:hover a i {
  color: var(--white);
}

.progressbar-wrap {
  margin-top: 33px;
}
.progressbar-wrap .progress-element {
  width: 100%;
  margin: 0 0 16px;
}
.progressbar-wrap .progress-element h6 {
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--black);
  font-family: "Barlow", sans-serif;
}
.progressbar-wrap .progress-element .main-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progressbar-wrap .progress-element .main-progress h6 {
  padding-left: 20px;
  margin-bottom: 0px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.progressbar-wrap .progress-element .main-progress .pro-count {
  font-size: 16px;
  color: var(--black);
  font-family: "Barlow", sans-serif;
}
.progressbar-wrap .progress-element .main-progress .progress-container {
  position: relative;
  background: #eee;
  height: 6px;
  width: 100%;
  border-radius: 6px;
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  overflow: initial;
  background-color: var(--theme);
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: var(--theme);
}
.progressbar-wrap .progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  background: var(--theme);
}

.style__progress {
  margin-top: 30px;
}

.details__section .details__items .title {
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .details__section .details__items .title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .details__section .details__items .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .details__section .details__items .title {
    font-size: 24px;
    line-height: 35px;
  }
}
.details__section .details__items .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.details__section .details__items .details__content {
  padding: 30px 0;
}
.details__section .details__items .details__content h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.details__section .details__items .details__content p {
  max-width: 100%;
}
.details__section .details__items .img__item {
  padding: 30px 0;
}
.details__section .details__items .img__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.details__section .details__items .img__item .mt-25 {
  margin-top: 25px;
}
.details__section .details__items .prev__next__btns {
  padding: 30px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.details__section .details__items .prev__next__btns .text {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.details__section .details__items .prev__next__btns .text:hover {
  color: var(--theme);
}
.details__section .details__items .prev__next__btns .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: var(--theme);
  border-radius: 100px;
}
.details__section .details__items .prev__next__btns .prev__btn, .details__section .details__items .prev__next__btns .next__btn {
  gap: 15px;
}
.details__section .service__details .service__wrap .service__list {
  gap: 25px;
}
@media (max-width: 1199px) {
  .details__section .service__details .service__wrap .service__list {
    flex-wrap: wrap;
  }
}
.details__section .service__details .service__wrap .service__list .icon {
  width: 70px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: var(--theme);
  text-align: center;
}
.details__section .service__details .service__wrap .service__list .icon i {
  color: var(--white);
  font-size: 16px;
}
.details__section .service__details .pra__text {
  max-width: 100%;
}
.details__section .service__details .special__box {
  background-color: var(--theme);
  padding: 40px;
  border-radius: 10px;
}
.details__section .service__details .special__box h5 {
  line-height: 40px;
  color: var(--white);
}
.details__section .service__details .benefit__item .points {
  position: relative;
}
.details__section .service__details .benefit__item .points li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 12px;
  color: var(--pra);
}
.details__section .service__details .benefit__item .points li::before {
  position: absolute;
  content: "\f14a";
  left: 0px;
  top: 5px;
  color: var(--theme);
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  font-family: "FontAwesome";
  font-size: 16px;
}

.sidebar__right .widget__tittle h4 {
  text-transform: capitalize;
}
.sidebar__right .widget__tittle h5 {
  text-transform: capitalize;
}
.sidebar__right .service__list {
  position: relative;
}
.sidebar__right .service__list li {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.sidebar__right .service__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.sidebar__right .service__list li a span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .sidebar__right .service__list li a span {
    font-size: 15px;
  }
}
.sidebar__right .service__list li:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.sidebar__right .service__list li:hover a {
  color: var(--white);
}
.sidebar__right .service__list .active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.sidebar__right .service__list .active a {
  color: var(--white-color);
}
.sidebar__right .service__helping {
  background-color: var(--white);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}
.sidebar__right .service__helping .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.sidebar__right .service__helping .helping__content {
  padding: 20px 25px;
}
.sidebar__right .service__helping .helping__content h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.sidebar__right .service__helping .helping__content p {
  text-transform: capitalize;
}
.sidebar__right .service__helping .helping__content ul li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar__right .service__helping .helping__content ul li i {
  color: var(--theme);
  margin-right: 4px;
  font-size: 18px;
}
.sidebar__right .service__helping .helping__content ul li span a {
  color: var(--pra);
  text-transform: capitalize;
}
.sidebar__right form {
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid var(--border);
}
.sidebar__right form input {
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--black);
}
.sidebar__right form button {
  margin-right: 10px;
  margin-top: 8px;
  background: none;
  border: none;
  outline: none;
}
.sidebar__right form button i {
  color: var(--theme);
}
.sidebar__right .recent__wrap .recent__items {
  display: flex;
  align-items: center;
  gap: 9px 20px;
}
.sidebar__right .recent__wrap .recent__items .recent__content {
  width: calc(100% - 150px);
}
.sidebar__right .recent__wrap .recent__items .recent__content h6 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  .sidebar__right .recent__wrap .recent__items .recent__content h6 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.sidebar__right .recent__wrap .recent__items .recent__content h6:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .sidebar__right .recent__wrap .recent__items .recent__content p {
    font-size: 14px !important;
  }
}
.sidebar__right .recent__wrap .recent__items .recent__content .date {
  font-size: 16px;
  color: var(--theme-color);
}
@media (max-width: 500px) {
  .sidebar__right .recent__wrap .recent__items .recent__content .date {
    font-size: 14px;
  }
}
.sidebar__right .recent__wrap .recent__items:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar__right .recent__wrap .recent__items .thumb {
  display: block;
  width: 120px;
}
.sidebar__right .recent__wrap .recent__items .thumb img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .sidebar__right .recent__wrap .recent__items {
    gap: 9px 12px;
  }
  .sidebar__right .recent__wrap .recent__items .thumb {
    width: 100px;
  }
  .sidebar__right .recent__wrap .recent__items .recent__content {
    width: calc(100% - 100px);
  }
}
.sidebar__right .tag__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sidebar__right .tag__list li {
  margin: 0 8px 8px 0;
}
.sidebar__right .tag__list li a {
  font-size: 16px;
  display: inline-block;
  padding: 5px 18px;
  color: var(--black);
  border: 1px solid var(--border);
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}
.sidebar__right .tag__list li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.sidebar__right .recent__btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar__right .recent__btn span {
  color: var(--theme);
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.sidebar__right .recent__btn .icon i {
  font-size: 14px;
  color: var(--theme);
}

.blog__details {
  overflow: hidden;
}
.blog__details .blog__details__items .details__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.blog__details .blog__details__items .details__wrapper .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__details .blog__details__items .details__wrapper .details__content {
  padding: 25px 25px;
}
.blog__details .blog__details__items .details__wrapper .details__content h2 {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .blog__details .blog__details__items .details__wrapper .details__content h2 {
    line-height: 40px !important;
  }
}
@media (max-width: 991px) {
  .blog__details .blog__details__items .details__wrapper .details__content h2 {
    font-size: 24px;
    line-height: 35px !important;
  }
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .details__wrapper .details__content h2 {
    font-size: 18px;
    line-height: 28px !important;
  }
}
.blog__details .blog__details__items .details__wrapper .details__content p {
  max-width: 100%;
}
.blog__details .blog__details__items .details__wrapper .details__content ul {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .details__wrapper .details__content ul {
    flex-wrap: wrap;
  }
}
.blog__details .blog__details__items .details__wrapper .details__content ul li {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--pra);
}
.blog__details .blog__details__items .details__wrapper .details__content ul li i {
  margin-right: 8px;
  color: var(--theme);
  font-size: 16px;
}
.blog__details .blog__details__items .details__wrapper .details__content .more__details__item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb {
  margin: 28px 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--theme);
  text-align: center;
  line-height: 58px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.4s;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn i {
  font-size: 18px;
  color: var(--white);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(69, 47, 244, 0.1);
  padding-top: 24px;
  margin-top: 28px;
}
@media (max-width: 500px) {
  .blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
    display: grid;
    gap: 15px;
  }
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon {
  margin-top: 6px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon i {
  font-size: 22px;
  color: var(--theme);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn span {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon i {
  font-size: 16px;
  color: var(--theme);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span:hover {
  color: var(--theme);
}
.blog__details .blog__details__items .comments__wrap {
  padding: 28px 28px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap {
    padding: 20px 15px;
  }
}
.blog__details .blog__details__items .comments__wrap h4 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap h4 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}

.reviews__boxes {
  padding: 15px 0;
  display: flex;
  gap: 20px;
}
.reviews__boxes:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .reviews__boxes {
    flex-wrap: wrap;
  }
}
.reviews__boxes .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.reviews__boxes .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.reviews__boxes .thumb__review {
  width: 60px;
  height: 60px;
}
.reviews__boxes .thumb__review img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reviews__boxes .review-content {
  width: calc(100% - 100px);
}
@media (max-width: 1199px) {
  .reviews__boxes .review-content {
    width: 100%;
  }
}
.reviews__boxes .review-content .name__ratting {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.reviews__boxes .review-content .name {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}
.reviews__boxes .review-content .time {
  font-size: 16px;
  color: var(--pra);
  font-weight: 500;
  margin-left: 10px;
}
.reviews__boxes .review-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews__boxes .review-content .liked__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.reviews__boxes .review-content .liked__wrap li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews__boxes .review-content .liked__wrap li span {
  color: var(--theme);
  font-size: 18px;
  font-weight: 400;
}
.reviews__boxes .review-content .liked__wrap li .icon {
  margin-top: 6px;
}
.reviews__boxes .review-content .liked__wrap li .icon i {
  color: var(--theme);
  font-size: 20px;
}
.reviews__boxes .review-content .ratting {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reviews__boxes .review-content .ratting span {
  color: var(--theme);
  font-size: 16px;
}

.gallery-section {
  overflow: hidden;
  position: relative;
}
.gallery-section .galley-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 25px;
}
.gallery-section .galley-wrapper .gallery-items .g-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.7s;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 10%;
  display: block;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a:not(:last-child) {
  margin-right: 10px;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a i {
  color: var(--white);
  font-size: 17px;
}
.gallery-section .galley-wrapper .gallery-items .g-items:hover {
  cursor: pointer;
}
.gallery-section .galley-wrapper .gallery-items .g-items:hover .link-solcial {
  opacity: 1;
}
.gallery-section .galley-wrapper .gallery-items-two {
  margin: 0 20px;
}
.gallery-section .gallery-items .g-items {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 25px;
}
.gallery-section .gallery-items .g-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery-section .gallery-items .g-items .link-solcial {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.7s;
}
.gallery-section .gallery-items .g-items .link-solcial .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-section .gallery-items .g-items .link-solcial .content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
}
.gallery-section .gallery-items .g-items .link-solcial .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-section .gallery-items .g-items .link-solcial .link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 10%;
  display: block;
}
.gallery-section .gallery-items .g-items .link-solcial .link a:not(:last-child) {
  margin-right: 10px;
}
.gallery-section .gallery-items .g-items .link-solcial .link a i {
  color: var(--white);
  font-size: 17px;
}
.gallery-section .gallery-items .g-items:hover {
  cursor: pointer;
}
.gallery-section .gallery-items .g-items:hover .link-solcial {
  opacity: 1;
}
.gallery-section .gallery-items-two {
  margin: 0 20px;
}

@media screen and (max-width: 1199px) {
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gallery-section .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallery-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallery-section .galley-wrapper .gallery-items-three {
    margin-top: -25px;
  }
  .gallery-section .galley-wrapper .gallery-items {
    width: 48.5%;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items {
    margin: 20px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gallery-section .gallery-items {
    width: 48.5%;
  }
  .gallery-section .gallery-items .g-items {
    margin: 20px;
  }
  .gallery-section .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  .gallery-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallery-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallery-section .galley-wrapper .gallery-items-three {
    margin-top: 0px;
  }
  .gallery-section .galley-wrapper .gallery-items {
    width: 95%;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items {
    margin: 10px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gallery-section .gallery-items {
    width: 95%;
  }
  .gallery-section .gallery-items .g-items {
    margin: 10px;
  }
  .gallery-section .gallery-items .g-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .gallery-section .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.error__section .error__content h1 {
  font-size: 200px;
  color: var(--black);
}
@media (max-width: 575px) {
  .error__section .error__content h1 {
    font-size: 100px;
  }
}
.error__section .error__content h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.error__section .error__content p {
  text-align: center !important;
  max-width: 100%;
}
.error__section .error__content .button .cmn--btn span {
  color: var(--theme);
}
.error__section .error__content .button .cmn--btn:hover span {
  color: var(--white);
}

.shop__details .shop-single-slide img {
  width: 100%;
  height: 100%;
}
.shop__details .shop-slider-thumb img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.shop__details .cart-quantity {
  padding-right: 15px;
}
.shop__details .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}
.shop__details .cart-quantity .qty {
  color: var(--black);
  font-weight: 500;
}
.shop__details .cart-quantity .minus {
  color: var(--black);
}
.shop__details .cart-quantity .plus {
  color: var(--black);
}
.shop__details .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop__details .cart-wrp .discount input {
  border: 1px solid var(--border);
  padding: 7px 10px;
  background-color: transparent;
  color: var(--pra);
}
.shop__details .cmn--btn span {
  color: var(--theme);
}
.shop__details .cmn--btn span i {
  color: var(--theme);
}
.shop__details .cmn--btn:hover span {
  color: var(--white);
}
.shop__details .cmn--btn:hover i {
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .shop__details .cart-wrp .discount {
    margin-top: 10px;
  }
}
.shop__details .shop-singe-tab .nav .nav-item .nav-link {
  background: none;
  border: none;
}
.shop__details .shop-singe-tab .nav .nav-item .nav-link h5 {
  font-size: 18px;
}
.shop__details .shop-singe-tab .tab-content .review-wrp .content a h5 span {
  font-size: 15px;
}
.shop__details .comment-form input {
  background-color: transparent;
  width: 100%;
  outline: none;
  padding: 15px 20px !important;
}
.shop__details .comment-form textarea {
  background-color: transparent;
  height: 250px;
  width: 100%;
  outline: none;
  padding: 15px 20px !important;
}
.shop__details .shop-single__rate-now {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop__details .shop-single__rate-now p {
  font-weight: 500;
  color: var(--theme);
}
.shop__details .shop-single__rate-now .star span i {
  color: var(--theme);
  cursor: pointer;
}
.shop__details .cmn--btn2 {
  border: none;
}

.cart__section .main__cart__wrap {
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 40px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table {
  width: 100%;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead {
  border-bottom: 1px solid var(--border);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead tr th {
  padding-bottom: 16px;
  color: var(--black);
  font-size: 18px;
  text-transform: capitalize;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item td {
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
  color: var(--theme);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F5F4FE;
  width: 100px;
  border-radius: 5px;
  padding: 2px 20px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
  display: block;
  color: var(--theme);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
  display: block;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
  color: var(--theme);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
  color: var(--theme);
}
.cart__section .main__cart__wrap .cart__wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form {
  border: 1px solid var(--border);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form input {
  color: var(--pra);
  padding: 5px 5px;
  border: none;
  font-weight: 500;
  outline: none;
  background: transparent;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form button {
  outline: none;
  border: none;
}
.cart__section .main__cart__wrap .cart__pragh__box {
  margin-top: 24px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph {
  border: 1px solid var(--border);
  padding: 30px 30px;
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__graph h4 {
  text-align: center;
  color: var(--black);
  margin-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph ul {
  margin-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph ul li {
  display: flex;
}
.cart__section .main__cart__wrap .cart__graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.cart__section .main__cart__wrap .cart__graph ul li span {
  width: 50%;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cart__wrapper {
    overflow-x: scroll;
  }
  .cart__wrapper .cart-items-wrapper {
    width: 700px;
  }
  .cart__wrapper .cart__wrapper-footer {
    width: 700px;
  }
}
.checkout__radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout__radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--black);
  font-weight: 600;
}
.checkout__radio h4 {
  color: var(--black);
  margin-bottom: 16px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  color: var(--black);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout__radio {
    padding: 10px;
  }
}

.checkout__single-wrapper .checkout__single h4 {
  color: var(--black);
  margin-bottom: 2rem;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--black);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single label {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single ::placeholder {
  color: var(--black);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .payment {
  color: var(--black);
  margin-bottom: 12px;
}
.checkout__single-wrapper .boxshado__single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .boxshado__single {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single input {
  border: 1px solid var(--border);
  background: transparent;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single__bg {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg .payment__save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout__single-wrapper .checkout__single__bg .payment__save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border);
  background-color: var(--theme);
  outline: none;
  color: var(--theme);
}
.checkout__single-wrapper .checkout__single__bg .payment__save label {
  font-size: 16px;
  font-weight: 500;
  color: var(--pra);
}

.successful__section {
  padding: 240px 0 120px;
}
@media (max-width: 991px) {
  .successful__section {
    padding: 200px 0px;
  }
}
@media (max-width: 500px) {
  .successful__section {
    padding: 180px 0px;
  }
}

.payment__success__inner {
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 5px;
  padding: 32px;
}
.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  margin: 0 auto 20px;
}
.payment__success__inner .payment__success__header .icon i {
  color: var(--white);
  font-size: 24px;
}
.payment__success__inner .payment__success__header h2 {
  color: var(--black);
  margin-bottom: 20px;
}
.payment__success__inner .payment__success__header p {
  font-size: 18px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 26px;
  }
  .payment__success__inner .payment__success__header p {
    font-size: 16px;
  }
}
.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: #F6F5FE;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.payment__success__inner .payment__success__body ul li span {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}
.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 600;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }
  .payment__success__inner .payment__success__body li span {
    font-size: 14px !important;
  }
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 20px;
  color: var(--theme);
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}
.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

/*========== Contact Info Section Start ==========*/
.contact__info {
  overflow: hidden;
  background-color: #fbf8f8;
}
.contact__info .info__items {
  background-color: var(--white);
  padding: 50px 30px;
}
.contact__info .info__items .info__icon {
  width: 75px;
  height: 75px;
  line-height: 80px;
  border-radius: 100%;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.15);
  text-align: center;
  margin: 0 auto;
}
.contact__info .info__items .info__icon i {
  font-size: 28px;
  color: var(--theme);
}
.contact__info .info__items h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
}

.contact__us__section .contact__right .form__clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  color: var(--black);
  border: 1px solid var(--border);
  font-size: 16px;
}
@media (max-width: 1199px) {
  .contact__us__section .contact__right .form__clt input {
    font-size: 14px;
  }
}
.contact__us__section .contact__right .form__clt__big textarea {
  padding: 14px 15px 130px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  color: var(--black);
  border: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .contact__us__section .contact__right .form__clt__big textarea {
    font-size: 14px;
  }
}
.contact__us__section .contact__right .cmn--btn {
  background: transparent;
  width: 100%;
}
.contact__us__section .contact__right .cmn--btn span {
  color: var(--theme);
}
.contact__us__section .contact__right .cmn--btn:hover span {
  color: var(--white);
}

/*========== Contact Info Section End ==========*/
.map__section .googpemap iframe {
  width: 100%;
  height: 650px;
}

/* Animation of the Video */
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* Animation of the Video */
.blog__section {
  overflow: hidden;
}
.blog__section .blog__items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog__section .blog__items .blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__section .blog__items .blog__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  transform: skewX(-35deg);
  background-color: var(--theme);
  opacity: 0.3;
  z-index: 1;
}
.blog__section .blog__items .blog__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog__section .blog__items .blog__content {
  padding: 30px 20px;
}
.blog__section .blog__items .blog__content h4 {
  margin-top: 0;
  margin-bottom: 13px;
}
.blog__section .blog__items .blog__content h4 a {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.blog__section .blog__items .blog__content ul {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blog__section .blog__items .blog__content ul li {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--pra);
}
.blog__section .blog__items .blog__content ul li i {
  margin-right: 5px;
  color: var(--theme);
  font-size: 16px;
}
.blog__section .blog__items:hover .blog__content h4 a {
  color: var(--theme);
}
.blog__section .blog__items:hover .blog__thumb::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog__section .blog__items:hover .blog__thumb img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}
.blog__section .blog__item {
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog__section .blog__item .blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.blog__section .blog__item .blog__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  transform: skewX(-35deg);
  background-color: var(--theme);
  opacity: 0.3;
  z-index: 1;
}
.blog__section .blog__item .blog__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog__section .blog__item .blog__content h4 {
  margin-top: 0;
  margin-bottom: 13px;
}
.blog__section .blog__item .blog__content h4 a {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.blog__section .blog__item .blog__content ul {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blog__section .blog__item .blog__content ul li {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--pra);
}
.blog__section .blog__item .blog__content ul li i {
  margin-right: 5px;
  color: var(--theme);
  font-size: 16px;
}
.blog__section .blog__item:hover .blog__content h4 a {
  color: var(--theme);
}
.blog__section .blog__item:hover .blog__thumb::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog__section .blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.footer__section {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.footer__section .footer__top {
  position: relative;
  padding: 80px 0;
}
.footer__section .footer__top .footer__widget .widget__head {
  position: relative;
}
.footer__section .footer__top .footer__widget .widget__head h5 {
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 10px;
}
.footer__section .footer__top .footer__widget .widget__head .witr_bar_main .witr_bar_inner {
  margin: initial !important;
}
.footer__section .footer__top .footer__widget p {
  color: var(--white);
}
.footer__section .footer__top .footer__widget .contact__list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__section .footer__top .footer__widget .contact__list li a {
  color: var(--white);
}
.footer__section .footer__top .footer__widget .contact__list li a i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--theme);
}
.footer__section .footer__top .footer__widget .list li {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.footer__section .footer__top .footer__widget .list li a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer__section .footer__top .footer__widget .list li a i {
  margin-right: 5px;
  font-size: 16px;
  color: var(--theme);
}
.footer__section .footer__top .footer__widget .list li a:hover {
  color: var(--theme);
}
.footer__section .footer__top .footer__widget .recent__items {
  gap: 15px;
}
.footer__section .footer__top .footer__widget .recent__items:not(:last-child) {
  margin-bottom: 30px;
}
.footer__section .footer__top .footer__widget .recent__items .thumb img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.footer__section .footer__top .footer__widget .recent__items .content p {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--theme);
}
.footer__section .footer__top .footer__widget .recent__items .content h6 {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .footer__section .footer__top .footer__widget .recent__items .content h6 {
    font-size: 13px;
  }
}
.footer__section .footer__top .footer__widget .recent__items .content h6 a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer__section .footer__top .footer__widget .recent__items .content h6 a:hover {
  color: var(--theme);
}
.footer__section .footer__top .footer__widget .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.footer__section .footer__top .footer__widget .item .iocn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #f94c30;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.footer__section .footer__top .footer__widget .footer__newsletter input {
  background: transparent;
  border: 1px solid var(--white);
  padding: 14px 20px;
  font-size: 15px;
  color: var(--white);
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.footer__section .footer__top .footer__widget .footer__newsletter button {
  position: absolute;
  right: 1px;
  border: none;
  height: 52px;
  width: 70px;
  font-size: 16px;
  background: var(--theme);
  color: var(--white);
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
.footer__section .footer__top .footer__widget .footer__newsletter button i {
  font-size: 18px;
}
.footer__section .footer__bottom {
  border-top: 1px solid var(--white);
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer__section .footer__bottom .bottom__wrap {
    justify-content: center !important;
  }
  .footer__section .footer__bottom .bottom__wrap p {
    text-align: center;
  }
}
.footer__section .footer__bottom p {
  color: var(--white);
}
.footer__section .footer__bottom p a {
  color: var(--theme);
}

.social__icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social__icon li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.social__icon li a i {
  color: var(--white);
  font-size: 16px;
}
.social__icon li:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.cmn--btn {
  padding: 15px 30px;
  font-weight: 600;
  color: var(--theme);
  border: 2px solid var(--theme);
  border-radius: 6px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-family: "Inter", sans-serif;
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: var(--white);
}
.cmn--btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.cmn--btn:hover::before {
  width: 100%;
  left: 0px;
}

.cmn--btn2 {
  padding: 15px 30px 15px;
  font-size: 16px;
  font-weight: 500;
  background: var(--theme);
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: capitalize;
  color: var(--white);
  border-radius: 5px;
}
.cmn--btn2:hover {
  color: var(--white);
  background: var(--theme);
}
.cmn--btn2::before {
  background-color: var(--white);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn2:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .cmn--btn2 {
    font-size: 13px;
    padding: 10px 20px 10px;
  }
  .cmn--btn2 i {
    font-size: 13px;
  }
}

.cmn--btn3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.cmn--btn3 i {
  font-size: 16px;
  color: var(--black);
  transition: all 0.4s ease-in-out;
  margin-left: 4px;
}
.cmn--btn3:hover {
  color: var(--theme);
}
.cmn--btn3:hover i {
  color: var(--theme);
}/*# sourceMappingURL=main.css.map */


.block-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 20px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff;
    z-index: 999;
    color: #000;
}

.block-cookie.active {
    display: block;
}

.block-cookie .text-cookie {
    width: 100%;
}

.block-cookie .btn {
    max-width: 150px;
    min-height: 40px;
    margin: 10px auto 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}


blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 1em;
  background: #f9f9f9;
  position: relative;
}

blockquote::before {
  content: "“";
  font-size: 3em;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  color: #888;
  text-align: right;
}

blockquote cite::before {
  content: "— ";
}

.lmenuc ul li{
  width: 100%;
  color: white;
  padding: 10px;
  font-size: 18px;
}