/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root{
  --color-main: #698B34;
  --main-color:#698B34;
  --color-second:#1e293b;
  --color-third:#67768e;
  --transition-base: 0.3s;
}

.border-solid{
  border: 1.5px var(--color-main) solid;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #444444;
  font-size: 14px;
}

a {
  color: #698B34;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-text {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
}

section{
  padding: 60px 0;
}

.rounded{
  border-radius:50%;
}
.rounded-small{
  border-radius:8px;
}
.overflow-hidden{
  overflow:hidden;
}
.absolute{
  position:absolute;
}
.z-1{
  z-index:1;
}
.margin-top-2{
  margin-top:2rem;
}
.margin-left-3{
  margin-left:3rem;
}
.uppercase{
  text-transform: uppercase;
}
.fw-900{
  font-weight:900;
}
.fs-10{
  font-size:10px !important;
}
.fs-11{
  font-size:11px !important;
}
.fs-12{
  font-size:12px !important;
}
.fs-13{
  font-size:13px !important;
}
.fs-14{
  font-size:14px !important;
}
.fs-15{
  font-size:15px !important;
}
.fs-16{
  font-size:16px !important;
}
.fs-17{
  font-size:17px !important;
}
.fs-18{
  font-size:18px !important;
}
.fs-19{
  font-size:19px !important;
}
.fs-20{
  font-size:20px !important;
}
.fs-21{
  font-size:21px !important;
}
.fs-22{
  font-size:22px !important;
}
.fs-23{
  font-size:23px !important;
}
.fs-24{
  font-size:24px !important;
}
.fs-25{
  font-size:25px !important;
}
.fs-28{
  font-size:28px !important;
}
.fs-30{
  font-size:30px !important;
}
.fs-default{
  font-size:14px;
}
.fs-medium{
  font-size:18px;
}
.fs-large{
  font-size:22px;
}
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.justify-content-center{
  justify-content:center;
}
.w-100{
  width:100%;
}
.center{
  text-align:center;
}
.bold{
  font-weight:bold;
}
.bg-cover{
  background-size:cover;
}
.main-color{
  color: var(--color-main);
}
.flex{
  display:flex;
}
.align-center{
  align-items:center;
}
.overflow-hidden {
  overflow: hidden!important;
}
.mb-30{
  margin-bottom:30px;
}
.mb-50{
  margin-bottom:50px;
}
.mb-60{
  margin-bottom:60px;
}
.pt-60{
  padding-top:60px;
}
.pb-60{
  padding-bottom:60px;
}
.pt-30{
  padding-top:30px;
}
.pb-30{
  padding-bottom:30px;
}
.justify-center{
  justify-content:center;
}
.justify{
  text-align: justify;
}
.rounded-medium{
  border-radius:30px;
}
.relative{
  position:relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.line-clamp-2, .line-clamp-3, .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
@media(max-width:768px){
  .fs-default{
    font-size:14px !important;
  }
  .fs-medium{
    font-size:18px !important;
  }
  .fs-large{
    font-size:22px !important;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Button Gradient
--------------------------------------------------------------*/
.btn-gradient {
  border-radius: 40px;
  background: -o-linear-gradient(357deg, #698B34 -18.71%, #000 117.68%);
  background: linear-gradient(93deg, #698B34 -18.71%, #000 117.68%);
  background-size: 100%;
  color: white;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 21px; */
  /* width: 300px; */
  height: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 100;
}

.btn-gradient::before {
  border-radius: inherit;
  background: #FFF;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  z-index: -100;
}

.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  color: var(--main-color) !important;
  border: 1px solid var(--color-main) !important;
  outline: 4px solid #698B34 !important;
  outline-offset: 5px;
}

.btn-gradient:hover::before {
  opacity: 1;
}

/* @media (min-width: 576px) {
  .btn-gradient {
    width: 350px;
  }
} */

.btn-gradient .arrow-right-alt {
  display: none;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--light) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #698B34;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: white;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: white;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: white;
  font-family: "Nunito", sans-serif;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--color-third);
  text-decoration: underline;
}

#topbar .social-links a {
  color: white;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: black;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Nunito", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #698B34;
}

#header .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #698B34;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #698B34;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #698B34;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #698B34;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #698B34;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Our Collections
--------------------------------------------------------------*/

.width-100 {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.effect img {
  transition: all .2s linear;
}

.effect img:hover {
  filter: brightness(60%);
}

.block .effect:hover span {
  color: #698B34;
}

.grey{
  color:#7d7d7d;
}

.group-image-special .effect:hover:after {
  top: 120%;
}

.group-image-special .effect:hover:after {
  right: -55%;
}

.group-image-special .effect:after {
  transform: skewY(-50deg);
  position: absolute;
  width: 150%;
  height: 80%;
  display: inline-block;
  content: "";
  top: -75%;
  right: 32%;
  transition: all .5s ease;
  background: rgba(255, 255, 255, 0.1);
}

.effect img{
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(80%);
}

.effect{
  height: 275px; /* Set the height of your container */
  overflow: hidden;
  position: relative; /* Establish a positioning context for absolute positioning */
}

.bg-grey{
  background-color:#EEEEEE;
}

.black{
  color:#212529;
}

.section-space--half {
  margin-bottom: 50px !important;
}

.text-center {
  text-align: center!important;
}

.section-title-wrapper .section-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .effect{
    height: 275px; 
  }
}

@media screen and (min-width: 1500px){
  .effect{
    height: 300px; 
  }
}

/*--------------------------------------------------------------
# Slider Home
--------------------------------------------------------------*/
.slider-section {
  background-color: #e9e1f7;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section {
    padding-top: 150px;
  }
}

.slider-section .slider-shape {
  width: 700px;
  height: 700px;
  border-radius: 50px;
  background-color: #eee5ff;
  position: absolute;
  top: -150px;
  right: -90px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .slider-shape {
    width: 550px;
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .slider-shape {
    width: 350px;
    height: 350px;
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section .slider-shape {
    width: 300px;
    height: 300px;
  }
}

.slider-section-02 {
  background-color: #f8f6ec;
  position: relative;
  overflow: hidden;
}

.single-slider {
  height: 950px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-slider {
    height: 880px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: auto;
    padding-top: 115px;
    padding-bottom: 130px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-top: 245px;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .single-slider {
    padding-top: 195px;
  }
}

.single-slider.slider-02 {
  background-size: cover;
  background-position: center center;
  height: 836px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider.slider-02 {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-slider.slider-02 {
    height: auto;
    padding-top: 275px;
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 575px) {
    .single-slider.slider-02 {
        padding-top: 145px;
        padding-bottom: 16px;
    }
    .slider-section-02 {
        margin-top: 72px;
    }
}

.slider-images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images {
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-images {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images img {
    width: 507px;
  }
}

.slider-content {
  max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    max-width: 370px;
  }
}

.slider-content .title {
  font-size: 80px;
  font-weight: 700;
  color: #313131;
  line-height: 1.15;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 36px;
  }
}

.slider-content p {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 14px;
  }
  .slider-content p br {
    display: none;
  }
}

.slider-content-02 .title {
  font-size: 80px;
  font-weight: 700;
  color: #313131;
  line-height: 1.15;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-02 .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-02 .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-02 .title {
    font-size: 36px;
  }
}

.slider-content-02 p {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-02 p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .slider-content-02 p {
    font-size: 14px;
  }
  .slider-content-02 p br {
    display: none;
  }
}

.animation-style-01 .slider-images, .animation-style-01 .slider-content, .animation-style-01 .slider-content-02 {
  opacity: 0;
}

.animation-style-01.swiper-slide-active .slider-content, .animation-style-01.swiper-slide-active .slider-content-02 {
  opacity: 1;
}

.animation-style-01.swiper-slide-active .slider-content .title, .animation-style-01.swiper-slide-active .slider-content-02 .title {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-content p, .animation-style-01.swiper-slide-active .slider-content-02 p {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-content .btn, .animation-style-01.swiper-slide-active .slider-content-02 .btn {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-images {
  opacity: 1;
}

.animation-style-01.swiper-slide-active .slider-images img {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slider-active .swiper-pagination {
  text-align: left;
  bottom: 70px;
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-pagination {
    bottom: 20px;
  }
}

.slider-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #212121;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin: 0 8px;
}

.slider-active .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #884A39;
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #884A39;
}

.slider-active .swiper-button-next, .slider-active .swiper-button-prev {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  outline: none;
  line-height: 1.2;
  width: auto;
  height: auto;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
    .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
        top: auto;
        bottom: 70px;
    }
    
    .header-mobile-top {
        padding: 10px 0;
    }
}

.slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
  /* position: absolute;
  bottom: 0;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #373737;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; */
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
    width: 150%;
  }
}

.slider-active .swiper-button-next::after, .slider-active .swiper-button-prev::after {
  display: none;
}

.slider-active .swiper-button-next:hover, .slider-active .swiper-button-prev:hover {
  color: var(--color-main);
}

.slider-active .swiper-button-next:hover::before, .slider-active .swiper-button-prev:hover::before {
  background-color: var(--color-main);
}

.slider-active .swiper-button-prev {
  /* left: calc((100% - 1400px) / 2); */
  left: calc((110% - 1903px) / 2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 920px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 720px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 540px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-prev {
    left: 15px;
  }
}

.slider-active .swiper-button-prev::before {
  left: 0;
}

.slider-active .swiper-button-next {
  /* right: calc((100% - 1400px) / 2); */
  right: calc((110% - 1903px) / 2);
}

.slider-active .swiper-button-next::before {
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 920px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 720px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 540px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next {
    right: 15px;
  }
}

/*--------------------------------------------------------------
# Welcome Text
--------------------------------------------------------------*/
.bg-gray {
    background: #f4f5f7;
}

.about-us-content-4 {
  height: 100%;
  padding: 50px;
}

.section-space--mt_60 {
  margin-top: 60px;
}

.btn--text-icon {
  font-size: 18px;
  font-weight: 500;
}

.fw-bold{
  font-weight:bold;
}

a {
  color: var(--color-second);
  text-decoration: underline;
}

a:hover{
  color: var(--color-main);
  text-decoration: underline;
}

.main-color{
  color:#fff
}

/*--------------------------------------------------------------
# Why Choose us
--------------------------------------------------------------*/
.hm2-feature-section {
  border-top: 1px solid rgba(18, 17, 17, 0.15);
  /* border-bottom: 1px solid rgba(18, 17, 17, 0.15); */
  padding: 100px 0;
}

.hm2-feature-box {
  padding: 0 24px;
}

.hm2-feature-box .icon-wrapper {
    width: 70px;
    height: 70px;
    border: 1px solid var(--color-second);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    flex: 0 0 auto;
    /*width: 18%;*/
}

.rounded-circle {
  border-radius: 50%!important;
}

.hm2-feature-box .icon-wrapper img {
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  height: 55px;
}

.mt-40 {
  margin-top: 40px;
}

.fw-normal {
  font-weight: 400!important;
}

.hm2-feature-box:hover .icon-wrapper img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0);
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0 48px;
  text-decoration: none;
}

.btn-dark {
  background-color: #494949;
  border-color: #494949;
  color: #fff;
}

.btn-primary {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #494949;
}

a{
  text-decoration:none;
}

.use-overlay:before{
  content: '';
  position: absolute;
  background-color: #0000005e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
}

.text-light{
    color:#fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area--light-bg {
  background-color: #f4f4f4;
}

.footer-area--dark-bg {
  background-color: #292929;
}

.footer-area--dark-bg .footer-social-section .social-title {
  color: #ffffff;
}

.footer-area--dark-bg .footer-social-section .social-link li a {
  color: #aaaaaa;
  background: #363636;
}

.footer-area--dark-bg .footer-social-section .social-link li a:hover {
  color: #ffffff;
  background: var(--color-main);
}

.footer-area--dark-bg .single-footer-widget__title {
  color: #ffffff;
}

.footer-area--dark-bg .single-footer-widget__content .time--extra-margin {
  color: #aaa;
}

.footer-area--dark-bg .footer-copyright-wrapper {
  border-top: 1px solid #363636;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-navigation-wrapper {
    margin-bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-short-desc {
    margin-bottom: 50px;
  }
}

.footer-short-desc .image {
  margin-bottom: 10px;
}

.footer-short-desc .message {
  margin-bottom: 10px;
}

.footer-social-section .social-title {
  font-size: 14px;
  color: #292929;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer-social-section .social-link li {
  display: inline-block;
  margin-right: 8px;
}

.footer-social-section .social-link li a {
  display: inline-block;
  color: #aaaaaa;
  background: #ebebeb;
  text-transform: capitalize;
  text-align: center;
  line-height: 40px;
  width: 40px;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-social-section .social-link li a:hover {
  background: #292929;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-footer-widget {
    margin-bottom: 50px;
  }
}

.single-footer-widget__title {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: -3px;
}

.single-footer-widget__content .time {
  line-height: 26px;
  padding: 5px 0;
}

.single-footer-widget__content .time--extra-margin {
  color: #292929;
  margin-top: 35px;
  padding-bottom: 0;
  line-height: 1.2;
}

.single-footer-widget__content .footer-navigation li a {
  line-height: 26px;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-footer-widget__content .footer-navigation li a:hover {
  color: var(--color-main);
}

.single-footer-widget__content .footer-navigation li:last-child a {
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1;
}

.footer-copyright-wrapper {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer .footer-logo {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer .copyright-text {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-wrapper--default-footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-copyright-wrapper .copyright-text {
  color: #929292;
  font-weight: 400;
  line-height: 20px;
  font-size:10px;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .copyright-text {
    text-align: center;
  }
}

.footer-copyright-wrapper .copyright-text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-main);
}

.footer-copyright-wrapper .copyright-text a:hover {
  text-decoration: underline;
}

.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav {
    text-align: center;
  }
}

.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li {
  display: inline-block;
  margin-right: 35px;
}

@media only screen and (max-width: 479px) {
  .footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li {
    margin-right: 10px;
  }
}

.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li:last-child {
  margin-right: 0;
}

.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li a {
  color: #929292;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li a:hover {
  color: var(--color-main);
}

.copyright-social-wrapper .copyright-social {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .copyright-social-wrapper .copyright-social {
    text-align: center;
  }
}

.copyright-social-wrapper .copyright-social li {
  display: inline-block;
  margin-right: 40px;
}

.copyright-social-wrapper .copyright-social li:last-child {
  margin-right: 0;
}

.copyright-social-wrapper .copyright-social li a {
  display: block;
  font-size: 18px;
  color: #929292;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.copyright-social-wrapper .copyright-social li a:hover {
  color: var(--color-main);
}

/*=============================================
=            scroll top            =
=============================================*/
#scroll-top {
  position: fixed;
  bottom: 210px;
  right: -45px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ebebeb;
  color: #292929;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 18px 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #scroll-top {
    bottom: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #scroll-top {
    bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scroll-top {
    bottom: 130px;
  }
}

@media only screen and (max-width: 767px) {
  #scroll-top {
    bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  #scroll-top {
    padding: 10px 15px;
  }
}

#scroll-top span {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #scroll-top span {
    display: none;
  }
}

#scroll-top:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.margin-top-3-5{
  margin-top:3.5rem;
}

a:hover{
  text-decoration:none;
}

/*=============================================
=            collections           =
=============================================*/
.product-item {
  list-style: none;
  margin-bottom: 30px;
}

.product-item .product-inner {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #F1F1F1;
  padding: 0 0 20px;
  background-color: #fff;
}

.product-item .product-top {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 8px;
  top: 8px;
  right: 0;
}

.product-item .flash {
  font-size: 12px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  line-height: 22px;
  height: 22px;
  min-width: 44px;
  padding: 0 5px;
  text-align: center;
  background-color: var(--color-main);
  color: #fff;
  position: relative;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.product-item .product-inner{
    height: 375px;
}

@-webkit-keyframes flash {
  from,50%,to {
      opacity: 1
  }

  25%,75% {
      opacity: 0
  }
}

@keyframes flash {
  from,50%,to {
      opacity: 1
  }

  25%,75% {
      opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

.product-item {
	list-style: none;
	margin-bottom: 30px;
}

.product-item .product-inner {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	border: 2px solid #F1F1F1;
	padding: 0 0 20px;
	background-color: #fff;
}

.cleric-product.layout1 .product-item .product-inner {
	background-color: transparent;
	border: none;
}

.product-item:hover .product-inner {
	z-index: 2;
	border-color: var(--color-main);
}

.product-item .product-top {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 8px;
	right: 0;
}

.product-item .flash {
	font-size: 12px;
	border-radius: 20px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	float: left;
	line-height: 22px;
	height: 22px;
	min-width: 44px;
	padding: 0 5px;
	text-align: center;
	background-color: var(--color-main);
	color: #fff;
	position: relative;
}

.product-item .yith-wcwl-add-to-wishlist > div a:before {
	font-size: 18px;
	font-family: 'FontAwesome';
	content: "\f08a";
}

.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
	content: "\f004";
}

.product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.product-item.style-list .button.quick-wiew-button,
.product-item.style2 .button.quick-wiew-button,
.product-item.style-3 .button.quick-wiew-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	color: #222;
	border-radius: 100%;
	z-index: 10;
	font-weight: 400;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.product-item.style-list:hover .button.quick-wiew-button,
.product-item.style2:hover .button.quick-wiew-button,
.product-item.style-3:hover .button.quick-wiew-button {
	opacity: 1;
	visibility: visible;
}

.product-item.style-list .button.quick-wiew-button::before,
.product-item.style2 .button.quick-wiew-button::before,
.product-item.style-3 .button.quick-wiew-button::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
}

.product-item.style-list .button.quick-wiew-button:hover,
.product-item.style2 .button.quick-wiew-button:hover,
.product-item.style-3 .button.quick-wiew-button:hover {
	color: #fff;
}

.product-item .product-info {
	text-align: center;
	position: relative;
	padding: 0 5px;
}

.product-item .product-name {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 4px;
	letter-spacing: 0;
}

.product-item.style-list .product-name {
	font-size: 22px;
}

.product-item .thumb-group {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	background-color: var(--color-main);
	border-radius: 46px;
	width: 148px;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.product-item .product-inner:hover .thumb-group {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
	width: 60px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	position: relative !important;
	display: inline-block;
	vertical-align: top;
}

.product-item .thumb-group .yith-wcwl-add-to-wishlist {
	font-size: 0;
}

.product-item .thumb-group .quick-wiew-button {
	/* font-size: 0; */
	padding: 0;
}

/* .product-item .thumb-group .quick-wiew-button i::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
} */

.product-item .thumb-group .loop-form-add-to-cart {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button {
	font-size: 0;
	background-color: transparent;
	padding: 0;
}

.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button::before {
	font-family: 'Flaticon';
	content: "\f12e";
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.product-item .thumb-group .loop-form-add-to-cart:hover .single_add_to_cart_button::before {
	color: #fff;
}

.product-item .thumb-group .quick-wiew-button:hover,
.product-item .thumb-group .button.quick-wiew-button:hover {
	color: #fff;
}

.product-item .thumb-group .yith-wcwl-add-to-wishlist:hover a {
	color: #fff;
}

.shop-grid-content.full-width .shop-top-control .select-item {
	width: 23.2%;
}

/*product item style2*/
.product-item.style2 .product-inner {
	display: table;
	border: 1px solid #eee;
}

.product-item.style2 .product-thumb {
	width: 240px;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle
}

.product-item.style2 .yith-wcwl-add-to-wishlist {
	display: none;
}

.product-item.style2 .product-info {
	text-align: left;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
}

.product-item.style2 .product-name {
	font-size: 22px;
	margin-bottom: 9px;
}

.product-item.style2 .product-name a {
	color: #0a0a0a;
}

.product-item.style2 .stars-rating {
	margin-bottom: 5px;
}

.product-item.style2 .desc {
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
}

.product-item.style2 .group-buttons .price, .product-item.style2 .group-buttons .added_to_cart {
	vertical-align: middle;
	color: #0a0a0a;
}

.product-item.style2 .group-buttons .price {
	padding: 0 10px 15px 0;
	border-right: 0;
	font-size: 16px
}

.product-item.style2 .group-buttons .button {
	background-color: #000;
}

.product-item.style-2 .group-buttons .added_to_cart {
	background: transparent;
	border: 1px solid #dddddd;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.product-item.style-2 .group-buttons .added_to_cart:hover {
	color: #ffffff;
}

.slider-product .slick-slider > .slick-arrow {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #fff;
	color: #aaaaaa;
	right: -22px;
	z-index: 33;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.slider-product:hover .slick-slider > .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.slider-product .slick-slider > .slick-arrow:first-child {
	left: -22px;
}

/*produc list*/
.product-item.style-list .product-top {
	position: absolute;
	z-index: 1;
}

.product-item.style-list .products-bottom-content {
	display: table;
	width: 100%
}

.product-item.style-list .product-thumb {
	width: 250px;
}

.product-item.style-list .product-thumb .thumb-inner {
	position: relative;
}

.product-item.style-list .product-thumb, .product-item.style-list .product-info-left, .product-item.style-list .product-info-right {
	display: table-cell;
	vertical-align: top;
}

.product-item.style-list .product-info-left {
	vertical-align: top;
	padding: 0 30px;
}

.product-item.style-list .product-info-right {
	padding-left: 30px;
	border-left: 1px solid #eee;
	width: 250px;
}

.product-item .quantity {
	display: none;
}

.product-item.style-list .yith-wcwl-add-to-wishlist {
	width: 100%;
	margin-bottom: 15px;
	display: none;
}

.product-item.style-list .stars-rating {
	margin-bottom: 20px;
}

.product-item.style-list .product-info-left ul {
	padding: 0;
	margin: 0;
}

.product-item.style-list .product-info-left ul li {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	display: inline-block;
}

.product-item.style-list .product-info-left .attributes-display li a {
	color: #888888;
}

.product-item.style-list .product-info-left .attributes-display li a:after {
	content: "/";
	display: inline-block;
	color: #888888;
}

.product-item.style-list .product-info-left .attributes-display li:last-child a:after {
	display: none;
}

.product-item.style-list .price {
	font-size: 22px;
	margin-bottom: 15px;
}

.product-item.style-list .product-list-message {
	font-size: 13px;
	color: #111;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: inline-block;
}

.product-item.style-list .product-list-message::after {
	content: '';
	height: 2px;
	width: 36px;
	bottom: 0;
	left: 0;
	background: #e7e7e7;
	display: inline-block;
	position: absolute;
}

.product-item.style-list .product-list-message .icon {
	font-size: 20px;
}

.product-item.style-list .single_variation_wrap > .button {
	margin-bottom: 20px;
	background-color: #000;
	font-weight: 700;
	vertical-align: middle;
	height: 43px;
	padding: 0 20px;
	line-height: 41px;
}

.product-item.style-list .single_variation_wrap > .button:hover {
	color: #ffffff;
}

.full-width .product-item.style-list .product-info-right {
	width: 270px;
}

.product-item .product-inner img{
  width:auto;
  height:300px;
  position: relative;
  right: 20%;
}

@media (min-width: 992px){
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-content {
  text-align: center;
  position: relative;
}
.breadcrumb-content__title {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-content__title {
    font-size: 25px;
    line-height: 25px;
  }
}
.breadcrumb-content__page-map li {
  color: #fff;
  line-height: 25px;
  display: inline-block;
}
.breadcrumb-content__page-map li a{
  color: #fff;
}
.breadcrumb-content__page-map li:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb-content__page-map li:last-child:after {
  display: none;
}
.breadcrumb-content__page-map li a:hover {
  color: var(--color-second);
}
.breadcrumb-content__page-map li.active {
  color: white;
}

.breadcrumb-wrapper {
  padding-top: 130px;
  padding-bottom: 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb-wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 70px 0;
  }
}

.breadcrumb-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb-area{
  position:relative;
}
.breadcrumb-area::before {
  content: '';
  position: absolute;
  background-color: #0000005e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
}
/*=============================================
=            Contact Page            =
=============================================*/
.contact-page-side-content {
  background-color: #F2F2F2;
  padding: 30px;
  height:98%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-page-side-content {
    margin-bottom: 50px;
  }
}

.contact-page-message {
  line-height: 20px;
}

.contact-button {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #292929;
  background-color: #292929;
  border-color: #292929;
  width: 140px;
  padding: 10px 20px;
}

.contact-button:hover {
  background-color: #ee3333;
  border-color: #ee3333;
}

.single-contact-block i{
  font-size:18px;
}

.single-contact-block h4{
  font-size:18px;
}

.single-contact-block {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1.5px solid var(--color-main);
}

.single-contact-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar-mobile .fa-times{
  color:white;
}
/*=============================================
=            Blog Page            =
=============================================*/
.cleric-blog-item .post-thumb {
	position: relative;
}
.cleric-blog-item .post-thumb > a::after, .cleric-blog-item .post-thumb .video-cleric-blog figure::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	opacity: 0;
}
.cleric-blog-item .post-thumb:hover .video-cleric-blog figure::after,
.cleric-blog-item .post-thumb:hover > a::after {
	opacity: 1;
}
.cleric-blog-item .post-thumb .post-item-share {
	position: absolute;
	top: 15px;
	right: 20px;
	display: none;
}
.cleric-blog-item .post-item-share .icon {
	color: #fff;
	opacity: 0.5
}
.post-item-share .icon {
	font-size: 16px;
	color: #a3a4a6;
}
.post-item-share .box-content {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 5;
}
.post-item-share .box-content a {
	display: list-item;
	list-style: none;
	color: #a3a4a6;
	font-size: 15px;
}
.cleric-blog-item .post-item-share .icon:hover {
	opacity: 1
}
.post-item-share:hover .box-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.post-item-share .box-content a:hover {
	color: #fff;
}
.cleric-blog-item .post-date {
  font-size: 11px;
  color: #aaa;
  padding: 0px 0px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.cleric-blog-item .blog-title {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
}
.cleric-blog-item .blog-title span {
	color: #aaaaaa;
}
.cleric-blog-item .blog-meta {
	padding: 10px 0 5px;
  display: flex;
  align-items: center;
}
.cleric-blog-item .blog-meta .author {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
}
.cleric-blog-item .blog-meta .author img {
	display: inline-block;
	width: 29px;
	height: 28px;
	border-radius: 50%;
	text-align: center
}
.cleric-blog-item .blog-meta .view, .cleric-blog-item .blog-meta .comment {
	color: #aaa;
	font-size: 13px;
	font-weight: 700;
}
.cleric-blog .slick-slider > .slick-arrow {
	width: 51px;
	height: 51px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #eeeeee;
	color: #aaaaaa;
	right: -40px;
	z-index: 33;
	background: #ffffff;
	
	opacity: 0;
	visibility: hidden;
}
.cleric-blog .slick-slider > .slick-arrow:first-child {
	left: -40px;
}
.cleric-blog:hover .slick-slider > .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.post-thumb img{
  width:100%;
}
.post-thumb{
  height:230px;
  overflow:hidden;
}
.cleric-blog-item .readmore {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  font-family: 'Nunito';
}
.cleric-blog-item .readmore::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}
.cleric-blog-item .readmore:hover::before {
  -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
  animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.wp-pagenavi {
  width: 100%;
  /* clear: both; */
  font-size: initial;
  padding: 5px 0;
  text-align: center;
  margin: 5px auto 80px auto;
  line-height: 45px;
  float:  left;
}
.pages {
  color: #000;
  width: auto;
  height: auto;
  margin: 0 3px;
  border: 1px solid #e9e9e9;
  padding: 8px;
  background-color: #FFF;
}
.current-pag {
  color: #333;
  width: auto;
  height: auto;
  margin: 0;
  border: 1px solid #e9e9e9;
  padding: 8px;
  margin-right: 3px;
}
.current-pag {
  color: #FFFFFF;
  background-color: #000000;
}
.wp-pagenavi a:hover {
  border: 1px solid #e9e9e9;
  color: #FFF;
  background-color: #000000;
}
.wp-pagenavi a {
  color: #000;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  padding: 8px;
  background-color: #FFF;
  margin: 5px 0;
}
/*=============================
	27. Author
===============================*/
.author-inner-wrap .row .col-70 {
  width: 69.7%;
  flex: 0 0 auto;
}
.author-inner-wrap .row .col-30 {
  width: 30.3%;
  flex: 0 0 auto;
}
.author-wrap {
  display: flex;
  align-items: flex-start;
  background: var(--tg-gray-three);
  border-radius: 8px;
  padding: 38px 30px 38px;
  gap: 30px;
  border: 1px solid #EEE;
  margin-bottom: 45px;
}
.author-thumb {
  width: 100px;
  height:100px;
  overflow:hidden;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px #D0D0D0;
  border: 4px solid var(--tg-white);
}
.author-thumb img {
  /* border-radius: 50%;
  box-shadow: 0px 4px 20px 0px #D0D0D0;
  border: 4px solid var(--tg-white); */
}
.author-content .name {
  margin-bottom: 10px;
  font-size: 20px;
}
.author-content p {
  margin-bottom: 15px;
}
.author-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-social .list-wrap li {
  line-height: 1;
}
.author-social .list-wrap li a {
  color: var(--tg-secondary-color);
}
.author-social .list-wrap li a:hover {
  color: var(--tg-primary-color);
}
.sidebar-search form {
  position: relative;
}
.sidebar-search form input {
  width: 100%;
  border: 1px solid var(--tg-gray);
  border-radius: 6px;
  font-size: 15px;
  color: var(--tg-secondary-color);
  padding: 14px 60px 14px 20px;
  height: 55px;
  font-weight: 500;
  background: transparent;
}
.sidebar-search form input::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.sidebar-search form button {
  border: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  border-radius: 4px;
  color: var(--tg-white);
  line-height: 0;
  font-size: 20px;
}
.sidebar-search form button:hover {
  background: var(--tg-secondary-color);
}
.blog-inner-wrap .sidebar-wrap {
  margin-left: 0;
  margin-right: 40px;
}


/*=============================
	blog-details
===============================*/
.blog-details-content .title {
  margin-bottom: 15px;
  font-size: 28px;
}
.bd-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bd-content-inner .blog-post-meta .list-wrap {
  justify-content: flex-start;
}
.blog-details-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-details-social .list-wrap li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--facebook);
  color: var(--tg-white);
}
.blog-details-social .list-wrap li:nth-child(2) a {
  background: var(--twitter);
}
.blog-details-social .list-wrap li:nth-child(3) a {
  background: var(--instagram);
}
.blog-details-social .list-wrap li:nth-child(4) a {
  background: var(--linkedin);
}
.blog-details-thumb {
  margin-bottom: 20px;
}
.blog-details-thumb img {
  width: 100%;
  object-fit: cover;
  height: 450px;
  border-radius: 6px;
}
.blog-details-content p {
  margin-bottom: 15px;
}
.blog-details-content .first-info::first-letter {
  font-size: 100px;
  float: left;
  line-height: .8;
  font-weight: 700;
  color: var(--tg-primary-color);
  font-family: var(--tg-heading-font-family);
  margin-right: 8px;
}
.blog-details-content blockquote {
  background: var(--tg-gray-three);
  margin: 50px 75px 35px;
  padding: 35px 40px 30px;
  border-radius: 8px;
  border: 1px solid #EEE;
  position: relative;
}
.blog-details-content blockquote::before {
  content: "\f10d";
  position: absolute;
  left: 40px;
  top: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--tg-primary-color);
}
.blog-details-content blockquote p {
  font-size: 18px;
  font-weight: 700;
  color: var(--tg-secondary-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1.4;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.blog-details-content blockquote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: var(--tg-heading-font-family);
  padding-left: 22px;
  line-height: 1;
}
.blog-details-content blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 3px;
  background: var(--tg-secondary-color);
}
.blog-details-inner-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-inner {
  margin: 40px 0;
}
.blog-details-inner-content .title-two {
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-details-inner-content p {
  margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--tg-heading-font-family);
  font-weight: 700;
  color: var(--tg-secondary-color);
  line-height: 1.4;
  margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.blog-details-inner-content .list-wrap li i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-radius: 3px;
  font-size: 14px;
}
.blog-details-video {
  position: relative;
  margin: 40px 0 30px;
}
.blog-details-video img {
  border-radius: 5px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-details-video .paly-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-white);
  border-radius: 50%;
  font-size: 22px;
}
.blog-details-video .paly-btn:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.blog-details-bottom {
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.blog-details-bottom .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-details-bottom .post-share .title,
.blog-details-bottom .post-tags .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-details-bottom .post-tags .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-details-bottom .post-tags .list-wrap li a {
  font-size: 15px;
  font-weight: 500;
  background: #FFF3F2;
  display: block;
  border-radius: 4px;
  padding: 7px 18px;
}
.blog-details-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.blog-details-bottom .post-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
.blog-details-bottom .post-share .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-bottom .post-share .list-wrap li a {
  font-size: 16px;
  color: var(--tg-icon-color);
}
.blog-details-bottom .post-share .list-wrap li a:hover {
  color: var(--tg-primary-color);
}
.blog-avatar-wrap {
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  padding: 42px 42px;
  background: var(--tg-gray-three);
}
.blog-avatar-img {
  width: 115px;
  flex: 0 0 auto;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%;
  height: 115px;
}
.blog-avatar-img img {
  /* border-radius: 50%; */
}
.blog-avatar-info .designation {
  display: block;
  font-size: 16px;
  color: var(--tg-primary-color);
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--tg-heading-font-family);
}
.blog-avatar-info .name {
  margin-bottom: 10px;
  font-size: 18px;
}
.blog-avatar-info p {
  margin-bottom: 0;
}
.pev-next-post-wrap {
  margin-bottom: 60px;
}
.pev-next-post-wrap .post-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.post-item.next-post {
  flex-direction: row-reverse;
  text-align: right;
}
.pev-next-post-wrap .post-item .thumb {
  width: 100px;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.pev-next-post-wrap .post-item .thumb img {
  width: 100%;
  object-fit: cover;
  height: 100px;
}
.pev-next-post-wrap .post-item .content span {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.pev-next-post-wrap .post-item .content .post-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}
.pev-next-post-wrap .post-item:hover .content .post-title a {
  background-size: 100% 1px;
}
/*=============================
	24. Weekly Post
===============================*/
.weekly-post-inner-wrap .row .col-70 {
  width: 69.7%;
  flex: 0 0 auto;
}

.weekly-post-inner-wrap .row .col-30 {
  width: 30.3%;
  flex: 0 0 auto;
}

.weekly-post-item {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.weekly-post-thumb {
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 6px;
}

.weekly-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weekly-post-item:hover .weekly-post-thumb img {
  transform: scale(1.1);
}

.weekly-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.weekly-post-content .post-title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.weekly-post-item:hover .weekly-post-content .post-title a {
  background-size: 100% 1px;
}

.weekly-post-content .blog-post-meta {
  margin-bottom: 15px;
}

.weekly-post-content p {
  margin-bottom: 20px;
}

.weekly-post-content .view-all-btn .link-btn {
  font-weight: 600;
}

.hot-post-item {
  margin-bottom: 20px;
}

.hot-post-item:last-child {
  margin-bottom: 0;
}

.hot-post-thumb {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.hot-post-thumb img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.hot-post-item:hover .hot-post-thumb img {
  transform: scale(1.1);
}

.hot-post-content .post-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}

.hot-post-item:hover .hot-post-content .post-title a {
  background-size: 100% 1px;
}

.hot-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}

.sidebar-img img {
  border-radius: 5px;
}

/* weekly-post-two */
.weekly-post-item.weekly-post-two {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.sidebar-overlay-post {
  position: relative;
  margin-bottom: 25px;
}

.so-post-thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.so-post-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  pointer-events: none;
}

.so-post-thumb img {
  width: 100%;
  height: 364px;
  object-fit: cover;
}

.sidebar-overlay-post:hover .so-post-thumb img {
  transform: scale(1.1);
}

.so-post-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 25px;
}

.so-post-content .post-title {
  color: var(--tg-white);
  font-size: 20px;
  line-height: 1.4;
}

.so-post-content .post-title a:hover {
  color: var(--tg-white);
}

.sidebar-overlay-post:hover .so-post-content .post-title a {
  background-size: 100% 1px;
}

.so-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}

/* weekly-post-three */
.weekly-post-three {
  margin-bottom: 30px;
}

.weekly-post-three .weekly-post-thumb {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.weekly-post-three .weekly-post-thumb .post-tag {
  position: absolute;
  left: 30px;
  top: 30px;
}

.weekly-post-three .weekly-post-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.weekly-post-three:hover .weekly-post-thumb img {
  transform: scale(1.1);
}

.weekly-post-three:hover .weekly-post-content .post-title a {
  background-size: 100% 1px;
}

.weekly-post-three .weekly-post-content p {
  margin-bottom: 0;
}

.sidebar-newsletter-form-two .form-grp input {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: var(--tg-white);
  text-align: center;
  font-size: 14px;
  padding: 13px 20px;
  color: var(--tg-secondary-color);
  height: 50px;
}

.sidebar-newsletter-form-two .form-grp input::placeholder {
  font-size: 14px;
  color: #6D757F;
}

.sidebar-newsletter-form-two .btn {
  width: 100%;
  background: var(--tg-primary-color);
  justify-content: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.sidebar-newsletter-form-two .btn::before {
  background: var(--tg-white);
}

.sidebar-newsletter-form-two .btn:hover {
  color: var(--tg-primary-color);
}

.form-check {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.form-check .form-check-input {
  border-radius: 3px;
  border: 1px solid #436793;
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: var(--tg-secondary-color);
  cursor: pointer;
}

.form-check .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

.form-check label {
  text-align: left;
  font-size: 14px;
  color: #7488A1;
  user-select: none;
}

/* weekly-post-four */
.weekly-post-item.weekly-post-four {
  margin-bottom: 40px;
}

.sidebar-widget {
  margin-bottom: 25px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  position: relative;
  padding-bottom: 20px;
}

.widget-title .title {
  margin-bottom: 0;
  font-size: 22px;
}

.sidebar-social-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.sidebar-social-wrap .list-wrap li a {
  display: flex;
  align-items: center;
  background: var(--tg-teal);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-secondary-color);
  gap: 10px;
  border-radius: 4px;
  padding: 10px 20px;
  min-width: 162px;
  justify-content: center;
}

.sidebar-social-wrap .list-wrap li a i {
  font-size: 18px;
}

.sidebar-social-wrap .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}

/* latest-post-two */
.sidebar-avatar-two {
  background: var(--tg-gray-three);
  border-radius: 6px;
  padding: 25px 40px 40px;
  text-align: center;
}

.sidebar-avatar-two .sidebar-avatar-thumb {
  position: inherit;
  width: 170px;
  margin-top: 0;
  transform: translateX(0);
  border: 5px solid var(--tg-white);
  border-radius: 50%;
  margin: 0 auto 20px;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.10));
}

.sidebar-avatar-two .sidebar-avatar-content p {
  margin-bottom: 20px;
  color: #6D757F;
  line-height: 1.5;
}

.sidebar-avatar-two .avatar-social .list-wrap li a {
  width: 50px;
  height: 50px;
  background: var(--tg-white);
  color: var(--tg-secondary-color);
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #D0D0D0;
}

.sidebar-avatar-two .avatar-social .list-wrap li a:hover {
  background: var(--tg-primary-color);
  border-color: var(--tg-primary-color);
  color: var(--tg-white);
}

.sidebar-social-wrap.sidebar-social-two .list-wrap li a {
  background: #F0F0F0;
}

.sidebar-social-wrap.sidebar-social-two .list-wrap li a:hover {
  background: var(--tg-primary-color);
}

.sidebar-wrap img, .img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.blog-post-meta .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.hot-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}

.section-title-line {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #DFDFDF;
  border-left: none;
  border-right: none;
}

.section-title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 40px;
  height: 5px;
  background: var(--main-color);
}

.section-title-line::after {
  content: "";
  position: absolute;
  left: 36px;
  top: -1.5px;
  width: 10px;
  height: 6px;
  background: #fff;
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}

.sidebar-wrap {
  margin-left: 40px;
  position: sticky;
  top: 100px;
}
/*=============================
	24. Detail Product
===============================*/
.slider-utama{
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding:5px;
  padding-bottom:0;
}

.slider-utama .wrap-img {
    overflow: hidden;
    height: 450px;
    display: flex !important;
    align-items: center;
}

.slider-carousel .wrap-img{
  overflow: hidden;
  height:170px;
  border: 2px solid #eee;
  margin-bottom: 10px;
  padding:2px;
  padding-bottom:0;
}

.slider-carousel .wrap-img img{
  width:100%;
  height: 100%;
}

.slider-carousel .slick-slide{
  padding:5px;
}

.slider-carousel .slick-current .wrap-img{
  border: 2px solid var(--color-main);
}

@media screen and (min-width: 768px) {
  .mobile-nav-toggle{
    display:none !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .single-slider.slider-02 {
    height: 564px;
  }
  .slider-active .swiper-button-next {
    right: calc((100% - 1200px) / 2);
  }
  .slider-active .swiper-button-prev {
    left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
    .product-item .product-inner{
        height: 375px;
    }
    .hm2-feature-box .icon-wrapper {
        width: 70px;
        height: 70px;
        /*width: 20%;*/
    }
    .slider-section-02.pol {
        margin-top: 0;
    }
    #topbar .contact-info i a, #topbar .contact-info i span {
        font-size: 11px;
    }
    .about-us-content-4 {
        padding: 25px;
    }
    .navbar-mobile .dropdown ul{
        display: block;
    }
    .row .col-70 {
     width: 100% !important;
    }
    .row .col-30 {
        width: 100% !important;
    }
    .sidebar-wrap {
        margin-left: 0;
    }
    #header.fixed-top {
        z-index: 33333333 !important;
    }
}
