@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');
html {
  overflow-x: hidden;
}
:root {
  --color1: #048340;
  --color2: #97a796;
  --color3: #fbf8ec;
  --color4: #fff3c7;
  --color5: #4f6d75;
  --color6: #605a59;
  --color7: #3d7a5d;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: ;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ADRENALINE.otf);
}
@font-face {
  font-family: ;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Espoir-Serif.otf);
}
@font-face {
  font-family: ;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Hanzi-Kaishu-Regular.ttf);
}
@font-face {
  font-family: Javanese Text;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Javanese-text.ttf);
}
@font-face {
  font-family: Kharaissa Free Trial;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Kharaissa-Free-Trial.otf);
}
@font-face {
  font-family: PoorRichardOpti;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PoorRichardOpti.otf);
}
@font-face {
  font-family: ;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Project-Khiara-Script.otf);
}
@font-face {
  font-family: Wreath;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/insigne-Wreath-Halftone-Medium.otf);
}
body {
  font: normal normal normal 15px/20px Quicksand;
  letter-spacing: -0.16px;
  color: #333;
  opacity: 1;
}

.btn:active,
.btn:focus {
  background: var(--color1)!important;
  border-color: var(--color1) !important;
}
.btn-light {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #9e9e9e;
}
.btn-light:hover {
  background: #000000 0% 0% no-repeat padding-box;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-outline-dark {
  border: 2px solid #373737;
  background: transparent;
  color: #373737;
}
.btn-outline-dark:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border-color: #dfb48d;
  color: #dfb48d;
}
.btn-primary {
  text-align: center;
  font: normal normal 500 15px/26px Quicksand;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  min-width: 180px;
  border: 0;
  background-color: #97a796;
  border-radius: 30px;
}
.btn-primary:hover {
  background-color: #55725c;
}
.btn-primary-outline
{
  background: transparent;
  border: 1px solid #2F3030;
  border-radius: 57px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/28px Quicksand;
  letter-spacing: 0px;
  color: #1E1C1C;
  opacity: 1;
  min-width: 200px;
  transition: 0.3s ease all;
}
.btn-primary-outline:hover 
{
  background: #048340;
  border-color: #048340;
  color: #fff;
}
.btn-primary-outline i 
{
  padding-left: 8px;
  transition: 0.3s ease all;
}
.btn-primary-outline:hover i 
{
  translate: 10px 0;
}
.btn-2 
{
    border: 2px solid #0E0E0E;
    border-radius: 13px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 16px/28px Quicksand;
    letter-spacing: 0px;
    color: #0F0F0F;
    text-transform: uppercase;
    min-width: 250px;
    padding: 10px;
    display: inline-block;
}
.btn-2:hover 
{
  background: #7AAD35;
  border-color: #7AAD35;
  color: #fff;
}
a {
  text-decoration: none !important;
}
.whatsapp-img {
  position: fixed;
  right: 35px;
  bottom: 28px;
  z-index: 999;
}
.whatsapp-img a span {
  border: 2px solid #114b5f;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -5px;
  display: grid;
  place-items: center;
  background: #fff;
  text-align: center;
  font: normal normal bold 12px/12px Muli;
  color: #50b36f;
  opacity: 1;
  border-radius: 50%;
}
.back-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  text-align: center;
  text-decoration: underline;
  font: italic normal normal 14px/20px;
  letter-spacing: 0px;
  color: #8e7b6b;
  opacity: 1;  
}
.back-top a {
  color: #1a1a1a;
  opacity: 0;
}
.sub-title {
  font: normal normal 500 12px/22px Inter;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
}
.primary-link {
  text-align: center;
  font: italic normal normal 16px/24px Sitka Banner;
  letter-spacing: 2.31px;
  color: #713b0e !important;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.primary-link .circle {
  width: 50px;
  height: 50px;
  border: 2px solid #713b0e;
  border-radius: 50%;
  position: relative;
}
.primary-link .circle .line {
  width: 100%;
  border-top: 2px solid #713b0e;
  position: absolute;
  left: 20px;
  top: 50%;
  transition: 0.3s;
}
.primary-link .circle .line:after {
  content: "";
  position: absolute;
  width: 10px;
  top: -2px;
  right: 0px;
  height: 10px;
  border: 0;
  border-top: 2px solid #713b0e;
  rotate: 45deg;
  transform-origin: right top;
}
.primary-link:hover .line {
  left: 35px;
  transition: 0.3s;
}

.primary-link:hover {
  opacity: 1;
}
.heading {
  text-align: left;
  font: normal normal 600 30px/43px Playfair Display;
  letter-spacing: -0.8px;
  color: #048340;
  opacity: 1;
  position: relative;
}
.heading span {
  text-align: center;
  font: normal normal bold 32px/45px Quicksand;
  letter-spacing: 4px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
}
.heading:after 
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 30px;
  border-bottom: 2px solid #707070;
}
.no-after:after
{
  display: none;
}
.fixed {
  background-color: #fff;
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999999999;
  -webkit-box-shadow: 0px 1px 8px #9999999e;
  box-shadow: 0px 1px 8px #9999999e;
}
/*header*/
.header-strip {
  background-color: #cad1db;
  text-align: left;
  font: normal normal 600 14px/22px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 6px 0 3px;
}
.logo-text {
  text-align: center;
}
.logo-text p {
  text-align: center;
  font: normal normal normal 20px/22px Hanzi-Kaishu;
  letter-spacing: 0px;
  color: #a29e8f;
  opacity: 0.93;
  margin-bottom: 0;
}
.logo-text h3 {
  text-align: center;
  font: normal normal normal 45px/52px Wreath;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0;
}
.logo-text span {
  text-align: center;
  font: normal normal normal 13px/15px PoorRichardOpti;
  letter-spacing: 1.5px;
  color: #beb085;
  opacity: 1;
}
.topbar {
  background: #e1ded978 0% 0% no-repeat padding-box;
  padding: 12px 0;
  border-bottom: 1px solid #70707094;
}
.topbar p {
  font: normal normal normal 15px/18px Raleway;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
header .navbar li a {
  padding: 0;
}
header .navbar .nav-item {
  padding: 0 16px;
}
header .navbar .nav-item .nav-link,
header .navbar .nav-item a {
  text-align: center;
  font: normal normal 600 17px/20px Quicksand;
  letter-spacing: 0px;
  color: #1E1C1C;
  opacity: 1;
  position: relative;
  padding: 0;
}
header .navbar .nav-item .nav-link:hover,
header .navbar .nav-item .nav-link.active {
  text-shadow: 0 0 0.7px var(--color1);
  color: var(--color1);
  opacity: 1;
}
.header-img
{
  filter: brightness(0) opacity(0.5);
  transition: .3s ease all;
}
.header-img:hover
{
  filter: brightness(1) opacity(1);
  scale: 1.1;
}
header .login a {
  color: #3f3f3f !important;
  text-decoration: underline !important;
  font-size: 14px !important;
}
header .has-before
{
  position: relative;
}
header .has-before:after 
{
  content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    translate: -50% 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #1E1C1C;
    border-left: 1px solid #1E1C1C;
    rotate: -45deg;
}
header .dropdownmenu {
  position: absolute;  
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 16px;
  padding: 0 15px ;
  translate: -20px 10px;
  left: 0;
}
header .dropdownmenu a {
  text-align: center !important;
  font: normal normal 600 14px/18px Quicksand !important;
  letter-spacing: 0px;
  color: #1E1C1C !important;
  opacity: 1;
  margin: 0px;
  margin-bottom: 0;  
  position: relative;
  padding: 14px 0 !important;
  display: block;
}
header .dropdownmenu a:hover 
{
  color: var(--color1) !important;
}
header .dropdownmenu a:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  translate: -50% 0;
  width: 15px;
  border-bottom: 2px solid var(--color1);
}
header .navbar .nav-item:hover .dropdownmenu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  translate: -20px 20px;
}
header .cart-btn {
  position: relative;
}
header .cart-btn #cart-total
{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--color1);
  color: var(--color1);
  font-size: 13px;
    line-height: 1.3;
    text-align: center;
}
header .navbar-nav2
{
  position: absolute;
  right: 30px;
  top: 8px;
}
footer 
{
    margin-top: -150px;
    overflow-x: hidden;
}
footer .footer-img 
{
  scale: 1.3;
  translate: 0 70px;
}
footer .footer-top {
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 25px;
}
footer .footer-top .container {
  padding: 40px 0px 30px;
}
footer .footer-top .footer-menu ul li {
  margin-bottom: 10px;
}
footer .footer-top .footer-menu ul li a, footer .footer-top .footer-content p {
  font: normal normal normal 15px/26px Quicksand;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
footer .footer-top .footer-menu ul li a:hover
{
  color: #BEE38D;
}
footer .footer-title {
  text-align: left;
  font: normal normal 600 30px/40px Playfair Display;
  letter-spacing: -2.8px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 30px;
}

footer .footer-top .social-icon a {
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #000;
  font-size: 20px;
  box-shadow: 0px 3px 6px #00000029;
}
footer .footer-top .social-icon a:hover 
{
  background: var(--color1);
  color: #fff;
}
footer .footer-bottom {
  padding: 7px 0px;
  background: #7AAD35;
}
footer .footer-bottom p {
  margin: 0;
  text-align: left;
  font: normal normal 500 13px/20px Quicksand;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
footer .footer-bottom p a {
  color: #fff;
}
footer .footer-address
{

}
footer .footer-address li 
{
  text-align: left;
  font: normal normal 300 14px/18px Quicksand;
  letter-spacing: 1.08px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 25px;
}
footer .footer-address li .icon 
{
  width: 50px;
}
footer .footer-address li .icon img 
{
  filter: invert(1) brightness(10);
}
#subscribeModal .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
#subscribeModal {
  text-align: center;
  background: #707070bd 0% 0% no-repeat padding-box;
}
#subscribeModal .special-offer {
  text-align: center;
  font: normal normal normal 16px/20px PoorRichardOpti;
  letter-spacing: 0.42px;
  color: #4f6d75;
  margin-bottom: 0;
  opacity: 1;
}
#subscribeModal p {
  font: normal normal normal 18px/20px Hanzi-Kaishu;
  letter-spacing: 0px;
  color: #a29e8f;
  opacity: 0.93;
}
#subscribeModal p span {
  text-align: center;
  font: normal normal normal 22px/20px PoorRichardOpti;
  letter-spacing: 0.6px;
  color: #24454d;
}
#subscribeModal small {
  display: block;
  text-align: center;
  font: normal normal normal 12px/15px PoorRichardOpti;
  letter-spacing: 0.14px;
  color: #4f6d75;
}
#subscribeModal .newsletter-box1 {
  background: #fff0d3;
  border-radius: 275px 275px 0 0;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#subscribeModal .newsletter-box1 .heading {
  color: #605a59;
  font: normal normal normal 58px/64px Kharaissa Free Trial;
  letter-spacing: 0px;
}
#subscribeModal .newsletter-box1 img {
  width: 64px;
  margin: 20px 0px;
}
#subscribeModal .newsletter-box2 {
  background: #f5efe8;
  border-radius: 275px 275px 0 0;
  min-height: 450px;
  border: 8px solid #f2e1bf;
  padding: 0px 25px;
  display: grid;
  place-items: center;
}
#subscribeModal .newsletter-box2 .form-control {
  border: 3px solid #889d8d;
  background: transparent;
  border-radius: 14px;
  padding: 6px 30px;
  font: normal normal normal 14px/20px Noto Sans;
  letter-spacing: 0px;
  color: #97a99b9f;
}
#subscribeModal .newsletter-box2 .form-control::placeholder {
  color: #97a99b9f;
}
#subscribeModal .newsletter-box2 .btn-primary {
  background: #889d8d 0% 0% no-repeat padding-box;
  border-radius: 14px;
  min-width: 140px;
  color: #314348;
  font: normal normal normal 16px/22px PoorRichardOpti;
  letter-spacing: 0.36px;
}
#subscribeModal .newsletter-box2 .btn-primary:hover {
  background: #889d8d 0% 0% no-repeat padding-box;
}
#subscribeModal .newsletter-box2 a {
  font: normal normal normal 15px/20px PoorRichardOpti;
  letter-spacing: 0.36px;
  color: #4f6d75;
}
.banner {
  position: relative;
  z-index: 9;
}
.banner .carousel .carousel-inner {
  padding: 0 50px;
}
.banner .carousel .carousel-inner .carousel-item img 
{
  border-radius: 50px 50px 0 0;
}
.banner .carousel .button, .arrow-circle  {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  background: transparent;
  transition: all ease 0.4s;
  border: 2px solid #000000;
  position: relative;
  margin: 20px 0;
}
.banner .carousel .button span, .arrow-circle span {
  position: relative;
  width: 10px;
  border-bottom: 2px solid #000;
  transition: 0.4s ease all;
  display: inline-block;
}
.arrow-circle span
{
  margin-top: 16px;
}
.banner .carousel .button span:after, .arrow-circle span:after
{
  content: '';
  position: absolute;
  left: 0;
  top: -3.2px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  rotate: 45deg;
}
.banner .carousel .button:hover span, .arrow-circle:hover span
{
  width: 25px;
  translate: -15px 0;
}
.banner .carousel .button:hover span, .banner .carousel .button:hover, .banner .carousel .button:hover span:after,
.arrow-circle:hover span, .arrow-circle:hover, .arrow-circle:hover span:after
{
    border-color:var(--color1);    
}
.banner .carousel .carousel-control-prev {
  rotate: 90deg;  
}
.banner .carousel .carousel-control-next{
  rotate: -90deg;  
}
.arrow-circle2 
{
  rotate: 180deg;
}
.banner .carousel .carousel-control-prev {
  
}
.withouthover {
  display: inline-block;
}
.withhover {
  display: none;
}
.banner-link1:hover .withhover {
  display: inline-block;
}
.banner-link1:hover .withouthover {
  display: none;
}

.banner .carousel-btns{
  position: absolute;
  right: 10.2%;
  bottom: 20%;
}
.banner .carousel-indicators {
  position: absolute;
  right: 10.3%;
  bottom: inherit;
  top: 50%;
  translate: 0 -50%;
  left: inherit;
  margin: 0;
  display: block;
  padding: 12px;
  margin-top: 15px;
}
.banner .carousel-indicators button {
  background: #B0B0B0;
  box-shadow: inset 0px 3px 6px #00000029;
  border: 0;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  margin: 10px 0;
  opacity: 1;
  display: block;

}

.banner .carousel-indicators .active {
  scale: 1.4;
  background: var(--color1);
}

.owl-carousel .owl-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 30%;
  position: absolute;
  width: 100%;
}
.owl-carousel .owl-nav button img 
{
  width: 25px;
}


.owl-carousel .owl-nav .fa {
  font-size: 40px;
}
.home2 {
  padding: 100px 0 0px;
}
.home2 .container-fluid p {
  text-align: left;
  font: normal normal 500 20px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.home2 .aboutus-box
{
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -35% -55%; 
  transition: 0.4s ease all;
}
.home2 .aboutus-box h4 
{
  text-align: center;
  font: normal normal 500 24px/33px Playfair Display;
  letter-spacing: -0.8px;
  color: #048340;
  opacity: 1;  
}
.home2 .aboutus-box a 
{
  text-align: center;
  font: normal normal bold 16px/20px Quicksand;
  letter-spacing: 0px;
  color: #1E1C1C;
  opacity: 1;
  transition: 0.3s ease all;
}
.home2 .aboutus-box a i  
{
  font-weight: bold;
}
.home2 .aboutus-box-outer
{
  transition: 0.3s ease all;
}
.home2 .aboutus-box-outer:hover h4 
{
  font-weight: 600;
}
.home2 .aboutus-box-outer:hover  
{
  scale: 1.02;
}
.home2 .aboutus-box-outer:hover a 
{
  letter-spacing: 2px;
}
.home2 .aboutus-box-outer:hover a i  
{
  color: var(--color1);
}
.home-service
{
  padding: 150px 0;
  background-image: url(../img/service-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-service .service-title-section
{

}
.home-service .service-title-section h4 {
  text-align: center;
  font: normal normal bold 30px/40px Quicksand;
  letter-spacing: 4px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
}
.home-service .service-title-section p 
{
  text-align: center;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
}
.home-service .service-title-section span 
{
  margin: 20px auto;
  height: 40px;
  width: 2px;
  background: #000;
  display: block;
}
.home-service .service-box 
{
  position: relative;
}
.home-service .service-box .imd 
{
  overflow: hidden;
  transition: 0.4s ease all;
  border-radius: 30px;
}
.home-service .service-box .imd img 
{
  transition: 0.4s ease all; 
}
.home-service .service-box p 
{
  text-align: center;
  font: normal normal bold 18px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #51995C;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 10px;
}
.home-service .service-box:hover p
{
  background: #51995C;
  color: #fff;
}
.home-service .service-box:hover .imd 
{
  translate: 0 16px;
  transition: 0.3s ease all;
}
.home-service .service-box:hover .imd img 
{
  scale: 1.03;
}
.feature-product
{
  padding: 50px 0 150px;
}
.feature-product .pagination button  
{
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: center;
  font: normal normal bold 20px/30px Playfair Display;
  letter-spacing: 3px;
  color: #B7B7B7;
  text-transform: uppercase;
  opacity: 1;
  padding: 0px 14px;
  border: none;
  background-color: transparent;
  font-weight: 800;
  color: #B7B7B7;
  text-indent: inherit;
}
.feature-product .pagination button.active 
{
    font-style: italic;
    color: var(--color1);
}  
.feature-product .titile-section 
{
  position: relative;
}
.feature-product .titile-section:before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  border-bottom: 2px solid #ddd;
}
.feature-product .titile-section h2 
{
  text-align: left;
  font: normal normal 600 50px/64px Playfair Display;
  letter-spacing: -1.4px;
  color: #048340;
  opacity: 1; width: fit-content;
  background: #fff;
  position: relative;
  z-index: 9;
  transition: 0.3s ease all;
}
.feature-product .titile-section a 
{
  text-align: right;
  font: normal normal bold 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #0F0F0F;
  text-transform: uppercase;
  opacity: 1;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
  transition: 0.3s ease all;
}
.feature-product .titile-section:hover h2
{
  color: #000;
  padding-right: 60px !important;  
}
.feature-product .titile-section:hover a
{
  color: #048340;
  font-weight: bold;
  scale: 1.2;
  transform-origin: right;
}
.feature-product .project-details p
{
  text-align: left;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.feature-product .hover-section .hover-img 
{
  opacity: 0;
  transition: 0.6s ease all;
  left: 0;
  top: 0;
}
.feature-product .hover-section .normal-img 
{
  opacity: 1;
  transition: 0.6s ease all; 
}
.feature-product .hover-section:hover .normal-img
{
  opacity: 0;
}
.feature-product .hover-section:hover .hover-img
{
  opacity: 1;
}
.feature-project
{
  padding: 200px 0 250px;
  background-image: url(../img/bg-shadow.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease all;
}
.feature-project:hover 
{
  background-image: url(../img/bg-shadow2.webp);
}
.feature-project .heading:after
{
  display: none;
}
.feature-project .list-unstyled
{
  display: flex;
  justify-content: center;
}
.feature-project .list-unstyled li a 
{
  text-align: center;
  font: normal normal 500 18px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
  margin: 0 20px;
}

.feature-project .list-unstyled li a:hover, .feature-project .list-unstyled li a.active 
{
    font-weight: bold;
    border-bottom: 2px solid #1e1e1e;
}
.feature-project .product-box:hover .product-img img 
{
  scale: 1;
}
.home-contact-details
{
  padding: 0 100px;
  text-align: center;

}
.home-contact-details h2 
{
  text-align: right;
  font: normal normal bold 50px/70px Playfair Display;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.home-contact-details h2 span 
{
  display: inline-flex;
  position: relative;
}
.home-contact-details h2 span:before 
{
   content: '';
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 160%;
  height: 3px;
  background: var(--color1);

}
.home-contact-details h2 span a 
{
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #000;
  font-size: 20px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9;
  position: relative;
}
.home-contact-details h2 span a:hover 
{
  background: #7AAD35;
  color: #fff;
}
.home-address-details
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 80px 70px;
  position: relative;
}
.home-address-details:after 
{
  content: '';
  position: absolute;
  right: -100px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  background-image: url(../img/pots.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home-address-details li, .common-contact-text li
{
  text-align: left;
  font: normal normal 300 14px/20px Quicksand;
  letter-spacing: 1.08px;
  color: #000000;
  opacity: 1;
  margin-bottom: 1.4rem;
  display: block;
}
.home-address-details li .icon, .common-contact-text li .icon
{
  width: 40px;
  display: inline-block;
}

/*service*/
.service-banner
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -80px;
  border-radius: 60px 60px 0px 0px;
  opacity: 1;
  padding-top: 150px;
  position: relative;
}
.service-banner:after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: #fff;  
}
.service-banner .service-banner-text
{
  margin-bottom: 250px;
}
.service-banner .service-banner-text .service-name
{
  text-align: left;
  font: normal normal 500 30px/40px Playfair Display;
  letter-spacing: -0.8px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}
.service-banner .service-banner-text .service-name .line 
{
  width: 70px;
  height: 3px;
  background: var(--color1);
  display: inline-block;
  margin: 6px 40px 0;
  border-radius: 1px;
}
.service-banner .service-banner-text h1 
{
  text-align: left;
  font: normal normal 600 37px/50px Quicksand;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding: 20px 0;
}
.service-banner .service-banner-text p 
{
  text-align: left;
  font: normal normal normal 14px/22px Quicksand;
  letter-spacing: -0.18px;
  color: #FFFFFF;
  opacity: 1;
  padding-left: 40px;
  position: relative;
  padding-right: 70px;
}
.service-banner .service-banner-text p:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color1);
}
.service-banner .service-banner-box
{
  position: relative;
  background: #ffffffcc 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 50px 30px 30px;
  min-height: 415px;
  z-index: 9;
  margin-top: 50px;
}
.service-banner .service-banner-box .service-box-img
{
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50% 0;
}
.service-banner .service-banner-box h3
{
  text-align: center;
  font: normal normal bold 20px/25px Quicksand;
  letter-spacing: 2.8px;
  color: #1A3409;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 20px;
}
.service-banner .service-banner-box p 
{
  text-align: center;
  font: normal normal 500 14px/22px Quicksand;
  letter-spacing: -0.18px;
  color: #1E1E1E;
  opacity: 1;
}
.maintenance
{  
  padding: 200px 0;
  background-image: url(../img/service-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.maintenance:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}
.maintenance h3 
{
  text-align: center;
  font: normal normal bold 32px/40px Quicksand;
  letter-spacing: 4px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}
.maintenance p 
{
  text-align: center;
  font: normal normal normal 15px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
}










.home3 {
  padding: 50px 0;
  position: relative;
}
.home3 .owl-nav .owl-prev
{
  left: -100px;
}
.home3 .owl-nav .owl-next
{
  right: -100px;
}
.home3 .feature-heading {
  position: relative;
}
.home3 .feature-heading:before {
  content: "";
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0;
  border-bottom: 3px solid #aca38e;
}
.home3 .feature-heading h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home3 .feature-heading h4 span {
  text-align: left;
  font: normal normal normal 30px/29px Satisfy;
  letter-spacing: 0px;
  color: #605a59;
  opacity: 1;
  width: fit-content;
  background: #fff;
  padding-right: 30px;
  position: relative;
}
.home3 .feature-heading h4 span i {
  color: #f5c721;
}

.main-product {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.main-product .img-div {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.main-product .img-div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fdc949;
  border-radius: 2rem;
  opacity: 0;
  scale: 1.1;
  transition: 0.5s;
}
.main-product .img-div:hover::after {
  opacity: 1;
  transition: 0.5s;
  scale: 1;
}
.main-product .pro-text p {
  text-align: center;
  font: normal normal normal 22px/30px PoorRichardOpti;
  letter-spacing: 0.35px;
  color: #4f6d75;
  padding: 20px 10px 0px;
  margin: 0;
}
.main-product .pro-text p span {
  font: normal normal normal 16px/25px Quicksand;
  letter-spacing: 0.2px;
  color: #4f6d75;
  opacity: 1;
}
.owl-nav {
  top: 45% !important;
  translate: 0 -45% !important;
  margin-top: 0 !important;
}
.owl-nav button {
  position: absolute;
  /* top: 50%;
    margin-top: 0;
    translate: 0 -50%; */
  opacity: 1 !important;
}
.owl-nav .owl-prev {
  left: -70px;
}
.owl-nav .owl-next {
  right: -70px;
}
.owl-nav button:hover,
.owl-nav button:focus {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: brightness(0.5);
}
.home4 {
  padding: 50px 0;
}
.home4 .categories-box {
  position: relative;
}
.home4 .categories-box a {
  background: #fce5ce 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal bold 22px/30px Serenity;
  letter-spacing: 1.92px;
  color: #6b5746;
  opacity: 1;
  padding: 15px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: fit-content;
  opacity: 0;
  transition: 0.3s;
  white-space: nowrap;
}
.home4 .categories-box:hover img {
  filter: contrast(0.9);
}
.home4 .categories-box:hover a {
  opacity: 1;
  transition: 0.3s;
}

.home5 {
  padding: 50px 0;
}
.home5 .heading {
  position: relative;
}
.home5 .heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 3px solid #aca38e;
}
.home5 .heading span {
  position: relative;
  background: #fff;
  padding: 0px 85px;
  line-height: 35px;
}
.home5 .heading span img {
  width: 70px;
  position: absolute;
}
.home5 .heading span img.img1 {
  left: -47px;
  bottom: 7px;
}
.home5 .heading span img.img2 {
  right: -35px;
  bottom: 8px;
}

.home6-title .feature-heading h4 span {
  font: normal normal normal 40px/48px Satisfy;
  letter-spacing: 0px;
  color: #605a59;
}
.home6 {
  position: relative;
  padding-bottom: 100px;
}
.home6::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 49.5%;
  background-color: #fbf7ea85;
}
.home6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f4ebdd;
}
.home6 .gallery-words {
  position: relative;
}
.heading2 {
  text-align: left;
  font: normal normal normal 60px/70px Satisfy;
  letter-spacing: 0px;
  color: #97a796;
  opacity: 1;
}
.home6 .gallery-words p {
  text-align: left;
  font: normal normal normal 14px/22px Quicksand;
  letter-spacing: -0.16px;
  color: #000000;
  opacity: 1;
}

@media (min-width: 1099px) {
  .home6 .row2 {
    margin: 0 -45px;
  }
}

.home7 {
  padding: 100px 0;
}
.home7 .col-lg-4 img {
  width: 140px;
}
.home7 .col-lg-4 h4 {
  text-align: right;
  margin-top: -30px;
}
.home7 .review-section {
  background: #fbf7ea 0% 0% no-repeat padding-box;
  border-radius: 105px;
  padding: 50px 100px 100px 50px;
  position: relative;
}
.home7 .review-section::after {
  content: "";
  position: absolute;
  right: 65px;
  bottom: -7px;
  width: 130px;
  height: 170px;
  background-image: url(../img/home/2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 9;
  opacity: 0.5;
}
.home7 .review-section li {
  text-align: left;
  font: normal normal 600 22px/22px Quicksand;
  letter-spacing: 0px;
  color: #6b6b6b;
  opacity: 1;
}
.home7 .review-section li i {
  color: #ffda62;
  font-size: 18px;
}
.home7 .review-section li span {
  text-align: left;
  font: normal normal normal 10px/13px Quicksand;
  letter-spacing: 0.09px;
  color: #7a7a7a;
  opacity: 1;
}
.home7 .review-section .testimonials-slider-outer {
  position: relative;
  margin-left: -180px;
  width: calc(100% + 180px);
}
.home7 .review-section .testimonials-slider-outer .item {
  transition: 0.5s;
}

.all-testimonials
{
  position: relative;
  padding: 70px 0 200px;
}
.mt-100{
  margin-top: -35px;
}
.all-testimonials:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/bgg.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.all-testimonials .testimonial-banner-text
{
  position: relative;
  z-index: 9;
  padding-right: 60px;
  padding-left: 10px;
}
.all-testimonials .testimonial-banner-text .text{
  position: absolute;
  top: 55%;
  left: 48%;
  translate: -50% -50%;
}
.all-testimonials .testimonial-banner-text .text span 
{
  text-align: center;
    font: normal normal bold 70px/1px Playfair Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    height: 5px;
    display: block;
}
.all-testimonials .testimonial-banner-text .text h3 
{
  text-align: center;
  font: normal normal bold 50px/60px Playfair Display;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.all-testimonials .testimonial-banner-text .text p 
{
  text-align: center;
  font: normal normal 500 15px/22px Quicksand;
  letter-spacing: 0px;
  color: #EEEEEE;
  opacity: 1;
}
.testimonials-box {
  padding: 50px 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  position: relative;
}
.testimonials-box p {
  text-align: center;
  font: normal normal normal 15px/25px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.testimonials-box span {
  text-align: center;
  font: normal normal bold 70px/1px Playfair Display;
  letter-spacing: 0px;
  color: #4F714A;
  opacity: 1;
  height: 5px;
  display: block;
  position: absolute;
  left: -7px;
  top: 15px;
}
.testimonials-box .btn {
  position: absolute;
  left: 50%;
  bottom: -17px;
  translate: -50% 0;
  width: max-content;
  background: #fff;
  display: inline-flex;
  align-items: center;
}
.testimonials-box .btn:hover
{
  background: var(--color1);
}
.testimonials-box .btn:hover img 
{
  filter: invert(0) brightness(0) invert(1);
}
.testimonials-box .ratings {
  color: #ffda62;
  font-size: 22px;
}
.home7 .review-section .testimonials-slider-outer .owl-next {
  right: -15px;
  color: #abbacf;
}
.home7 .review-section .testimonials-slider-outer .owl-prev {
  left: -15px;
  color: #abbacf;
  rotate: 180deg;
}
.home7 .review-section .testimonials-slider-outer .owl-nav button {
  color: #7286a3;
}
.home7 .review-section .testimonials-slider-outer .owl-nav .disabled {
  opacity: 0 !important;
}

.common-contact {
  padding-bottom: 100px;
}
.common-contact .common-section {
  background: #bdcdbce0 0% 0% no-repeat padding-box;
  border-radius: 100px;
  /* opacity: 0.94; */
  padding: 100px 70px;
}
.common-contact .common-section h1 {
  text-align: center;
  font: normal normal normal 75px/80px Satisfy;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.common-contact .common-section li i {
  font-size: 30px;
  margin-right: 30px;
  color: #696969;
}
.common-contact .common-section li span {
  text-align: left;
  font: normal normal normal 18px/30px PoorRichardOpti;
  letter-spacing: 2.8px;
  color: #ffffff;
  opacity: 1;
}
.newsletter-section {
  background: #6b897b 0% 0% no-repeat padding-box;
  padding: 40px 0;
}
.newsletter-section h3 {
  text-align: left;
  font: normal normal bold 25px/30px Quicksand;
  letter-spacing: -0.35px;
  color: #fbf7ea;
  opacity: 1;
  margin-bottom: 0;
}
.newsletter-section .btn {
  text-align: center;
  font: normal normal 500 14px/26px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: #fff3c7 0% 0% no-repeat padding-box;
  border-radius: 30px;
  min-width: 1px;
  border: 0;
}
.newsletter-section .btn:hover {
  background: ;
}

.page-title {
  background-image: url(../img/about/page-title-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
  z-index: 0;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff3d;
  z-index: -1;
}
.page-title .page-title-content ul li {
  font: normal normal 500 14px/24px Inter;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin: 0px 5px;
}
.page-title .page-title-content ul li a {
  color: #ffffff;
}
.page-title .page-title-content .page-heading {
  font: normal normal normal 38px/60px Eurostile;
  letter-spacing: 0.76px;
  color: #ffffff;
  margin: 0;
}
.about-banner
{
  position: relative;
}
.about-banner .row 
{
  margin-top: -80px;
}
.about-banner .line 
{
  display: block;
/*  width: 100%;*/
  border-bottom: 2px solid var(--color1);
  position: relative;
}
.about-banner .line:before
{
  content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    top: -4px;
}
.about-banner .list-unstyled li a 
{
  display: block;
  text-align: left;
  font: normal normal normal 18px/30px Quicksand;
  letter-spacing: 0px;
  color: #048340;
  text-transform: uppercase;
  opacity: 1;
  padding-left: 25px;
  position: relative;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.about-banner .list-unstyled li a:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  border-bottom: 2px solid var(--color1);
}
.about-banner .list-unstyled li a:hover 
{
  padding-left: 50px;
  color: #000;
  font-weight: 500;
}
.about1 {
  padding: 100px 0;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;  
}
.about1:before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: url(../img/shadow-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about1 .container-xxl {
  position: relative;
}
.about1 p {
  text-align: left;
  font: normal normal 500 19px/32px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.about1 .about-slider .owl-nav 
{
  position: absolute;
  width: 130px;
  top: -50px !important;
  right: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about1 .about-slider .owl-nav:before
{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 30%;
  border-bottom: 1px solid #707070;
}
.about1 .about-slider .owl-nav button 
{
    position: relative;
    left: 0;
    right: 0;
}
.about2,
.about3 {
  padding: 100px 0;
  position: relative;
  font: normal normal normal 14px/22px Quicksand;
  letter-spacing: -0.16px;
  color: #97a796;
  opacity: 1;
}
.about2 .heading:after
{
  display: none;
}
.about2 .heading small 
{
  text-align: center;
  font: normal normal 600 20px/33px Quicksand;
  letter-spacing: -0.6px;
  color: #000000;
  text-transform: uppercase;
}
.about2 p {
  text-align: center;
  font: normal normal 500 19px/32px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.about2 .brand-logos {
  opacity: 0;
  transition: 0.5s ease all;
}
.about2 .brand-logos .col-lg-4 
{
  height: 300px;
  display: grid;
  place-items: center;
}
.about2 .brand-logos .col-lg-4 img 
{

}
.about2:hover .brand-logos {
  opacity: 1;
}
.rotate-180 {
  rotate: 180deg;
}

.about3 {
  padding: 100px 0px;
}
.about3 .heading:after
{
  display: none;
}
.about3 .heading font 
{
  color: #000;
}
.about3 p {
  
  font: normal normal 500 19px/32px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
}
.about4 
{
  padding: 100px 0;
}
.about4 .owl-item 
{
  padding-bottom: 30px;
}
.about4 .value-box .text-btn 
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #51995C;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  text-align: center;
  font: normal normal bold 20px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
  padding: 12px 10px;
  margin-bottom: 20px;
}
.about4 .value-box:hover .text-btn 
{
  color: #fff;
  background: var(--color1);
}
.about4 .value-box .text-box 
{
  background: #F2F8F1 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  min-height: 350px;
  display: grid;
  place-items: center;
  padding: 30px;
  transition: 0.4s ease all;
}
.about4 .value-box .text-box img 
{
  width: auto;
  display: block;
  height: 120px;
}
.about4 .value-box .text-box p 
{
  text-align: center;
  font: normal normal 600 15px/25px Quicksand;
  letter-spacing: 1.2px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 0;
  display: none;
}
.about4 .value-box:hover .text-box 
{
  translate: 0 15px;
  background: #DAE8D9;
}
.about4 .value-box:hover .text-box p
{
  display: block;
}
.about4 .value-box:hover .text-box img 
{
  display: none;
}
.about5 
{
  position: relative;
  padding: 50px 0;
}
.about5:before
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: #1C1C1C 0% 0% no-repeat padding-box;
}
.about5 .accerditations-box
{
  position: relative;
}
.about5 .accerditations-box .heading:after
{
  display: none;
}
.about5 .accerditations-box .heading
{
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  scale: -1;
  letter-spacing: 3px;
  font-weight: normal;
}
.about5 .accerditations-box p 
{
  text-align: left;
    font: normal normal 500 13px/18px Quicksand;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    padding: 0 85px;
}



.about-contact .common-section {
  background: #fbf7eae0 !important;
}
.about-contact h1,
.about-contact li i {
  color: #696969 !important;
}
.about-contact li span {
  color: #97a796 !important;
}
/*products*/
.shop-banner {  

}
.shop-banner .shop-banner-text {
  position: absolute;
  top: 50%;
  left: 39%;
  translate: -35% -50%;
  width: 40%;
}
.shop-banner .shop-banner-text h2 {
  text-align: left;
  font: normal normal bold 20px/30px Playfair Display;
  letter-spacing: 3px;
  color: #048340;
  
  position: relative;
}
.shop-banner .shop-banner-text h2 span 
{
  text-align: left;
  font: normal normal bold 20px/30px Quicksand;
  letter-spacing: 3px;
  color: #1E1E1E;
  text-transform: uppercase;
}
.shop-banner .shop-banner-text h2:after 
{
  content: '';
    position: absolute;
    right: 20%;
    top: 50%;
    translate: 0 -50%;
    width: 40%;
    border-bottom: 1px solid #c1c1c1;
}
.shop-banner .shop-banner-text h1 {
  text-align: center;
  font: normal normal normal 80px/90px Kharaissa Free Trial;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}
.shop-banner .shop-banner-text p {
  text-align: center;
  font: normal normal normal 16px/20px PoorRichardOpti;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0;
}
.product1 .filter-btns a {
  text-align: center;
  font: normal normal 500 18px/28px Serenity;
  letter-spacing: 1.44px;
  color: #f9cfa9;
  opacity: 1;
  margin: 0 40px;
  border-bottom: 2px solid transparent;
}
.product1 .filter-btns a.active,
.product1 .filter-btns a:hover {
  color: #713b0e;
  border-color: #713b0e;
}

.product-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.product-box .product-img {
  opacity: 1;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.product-box .product-img img 
{
  transition: 0.3s ease all;
}
.product-box .product-img .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fbf8ec 0% 0% no-repeat padding-box;
  border-radius: 40px;
  display: grid;
  place-items: center;
  padding: 15px;
  opacity: 0;
  transition: 0.3s ease all;
}
.product-box:hover .product-img img  {
  scale: 1.05;
  transition: 0.3s;
  transform-origin: bottom;
}
.product-box .product-img .img-overlay p {
  text-align: center;
  font: normal normal normal 45px/45px PoorRichardOpti;
  letter-spacing: 0.6px;
  color: #7e9835;
  opacity: 1;
  margin-bottom: 15px;
}
.product-box-content .pro-name {
  text-align: center;
  font: normal normal 600 25px/30px Playfair Display;
  letter-spacing: -0.56px;
  color: #000000;
  opacity: 1; 
}
.product-box-content .price
{
  text-align: center;
  font: normal normal normal 18px/30px Quicksand;
  letter-spacing: 0px;
  color: #1E1E1E;
  text-transform: uppercase;
  opacity: 1;
}
.product-box:hover .addtocart-btn {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.product-category {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
  padding: 170px 0 100px;
}
.product-category:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 40%;
  height: 120%;
  background: #114b5f;
  border-top-right-radius: 175%;
  border-bottom-right-radius: 25%;
}
.product-category .category-text {
  position: relative;
  z-index: 9;
  padding: 0 75px;
}
.product-category .category-text h3 {
  text-align: left;
  font: normal normal bold 50px/50px Serenity;
  letter-spacing: 0px;
  color: #d6eeb4;
  opacity: 1;
}
.product-category .category-text p {
  text-align: left;
  font: normal normal 600 14px/18px Muli;
  letter-spacing: 2.9px;
  color: #ffffff;
  opacity: 1;
}
.product-category .category-text a {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #adde6b;
  font-size: 20px;
}
.product-category .owl-carousel .owl-stage-outer {
  /* overflow: inherit;
    */
}
.product-category .category-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1.5px solid #ddeabd;
  border-radius: 100px;
  opacity: 1;
  text-align: center;
  padding: 20px 35px 35px;
}
.product-category .category-box img {
  height: 120px;
  width: auto !important;
  margin: 20px auto 30px;
}
.product-category .category-box .category-name {
  text-align: center;
  font: normal normal 600 20px/25px Muli;
  letter-spacing: 4.86px;
  color: #020202;
  opacity: 1;
  margin-bottom: 30px;
}
.product-category .category-box a {
  text-align: center;
  font: normal normal normal 13px/20px Muli;
  letter-spacing: 1.88px;
  color: #114b5f;
  border: 1px solid #114b5f;
  border-radius: 20px;
  opacity: 1;
  display: inline-block;
  padding: 3px 15px;
}
.product-category .category-box a:hover {
  background: #114b5f;
  color: #fff;
}
.view-pro a {
  color: #b9b9b9;
  font-size: 30px;
}
.view-pro a span {
  text-align: center;
  font: normal normal normal 13px/20px Raleway;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.5s;
  transform: translateY(-10px);
  display: block;
  opacity: 0;
  visibility: hidden;
}
.view-pro a:hover span {
  transitionn: 0.5s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.product1 {
  padding: 0px 0px 40px;
  background: #fff;
}
.product1 .dropdown button,
.filter-dropdown button {
  text-align: left;
  font: normal normal 500 18px/29px Serenity;
  letter-spacing: 0px;
  color: #713b0e;
  opacity: 1;
  border: 0;
  background: transparent;
}
.product1 .dropdown button:after,
.filter-dropdown button:after {
  display: none;
}
.filter-dropdown-menu .form-group {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-dropdown-menu .form-group a:hover, .filter-dropdown-menu .form-group.active a {
  text-align: left;
  font: normal normal bold 18px/24px Quicksand;
  letter-spacing: 0px;
  color: #048340;
  opacity: 1;
}
.category-toggle {
  border: 1px solid #ddd;
  background: transparent;
  color: rgba(0, 0, 0, 0.55);;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 20px;
}
.filter-dropdown-menu .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.filter-dropdown-menu h5 {
  text-align: left;
  font: normal normal bold 22px/30px Playfair Display;
  letter-spacing: 0px;
  color: #363636;
  opacity: 1;
  margin-bottom: 20px;
}

.filter-dropdown-menu label a {
  text-align: left;
  font: normal normal normal 17px/24px Quicksand;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-dropdown-menu .card-body ul li 
{
  list-style: disc;
  margin-bottom: 5px;
}
.filter-dropdown-menu .card-body ul li a 
{
  text-align: left;
  font: normal normal 300 14px/20px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

}

.filter-dropdown .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #53361e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* price filter  */
.range-slider-outer .span {
  text-align: left;
  font: normal normal bold 18px/25px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.price-wrapper .slider {
  height: 2px;
  position: relative;
  background: #b7b7b7;
  border-radius: 5px;
}
.price-wrapper .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #b7b7b7;
}
.price-wrapper .range-input {
  position: relative;
}
.price-wrapper .range-input input {
  width: 100%;
  height: 5px;
  top: -3px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
}
.price-wrapper .price-input {  
  display: flex;
}
.price-wrapper .field input {
  border: none;
  text-align: left;
  font: normal normal 300 14px/20px Quicksand;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  outline: 0;
  width: 50px;
}
.me-m15 {
  margin-right: -15px;
}
.price-wrapper .field span {
  font: normal normal 300 14px/20px Quicksand;
  letter-spacing: 0px;
  color: #707070;
  display: inline-block;
  margin-right: 5px;
}
.price-wrapper .price-input .field p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.price-wrapper input[type='range']::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color1);
  pointer-events: auto;
  -webkit-appearance: none;
  border: 2px solid var(--color1);
  position: relative;
}
/* price filter  end */
.product1 .dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #3e4245;
  top: -3px !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0;
  padding: 0;
}
.product1 .sort-dropdown .dropdown-menu .dropdown-item {
  text-align: left;
  font: normal normal 500 16px/28px Serenity;
  letter-spacing: 0px;
  color: #6b5746;
  opacity: 1;
  display: flex;
  align-items: center;
}
.product1 .sort-dropdown .dropdown-menu .dropdown-item:active {
  background: #fff;
}
.product1 .sort-dropdown .dropdown-menu .dropdown-item span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8d7460;
  display: inline-block;
  margin-right: 10px;
}
.product1 .sort-dropdown .dropdown-menu .dropdown-item:hover span {
  background: #f9cfa9;
}
.filter-dropdown .filter-dropdown-menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0;
  padding: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.show-filter {
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.3s !important;
}
.filter-dropdown .filter-dropdown-menu h5 {
  text-align: left;
  font: normal normal 500 18px/28px Serenity;
  letter-spacing: 0px;
  color: #6b5746;
  opacity: 1;
}
.fade-up {
  translate: 0px 0px;
  transition: 0.5s;
}

/*checkbox */
.form_group {
  display: block;
  margin-bottom: 15px;
}

.form_group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group label {
  position: relative;
}

.form_group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--color1);
  border: 2px solid var(--color1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  top: 0px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pagination li a {
  text-align: center;
  font: normal normal bold 20px/30px Playfair Display;
  letter-spacing: 3px;
  color: #B7B7B7;
  text-transform: uppercase;
  opacity: 1;
  padding: 0px 14px;
  border: none;
  background-color: transparent;
}
.page-link.active,
.page-link:hover {
  background: transparent;
  font-weight: 800;
  color: var(--color1);
  font-style: italic;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
  background: none;
}

.shop-page-detail {
}
.shop-page-detail .container {
  background: #fbf8ec 0% 0% no-repeat padding-box;
  border-radius: 124px;
  padding: 100px 0;
}
.shop-page-detail .container h2 {
  text-align: center;
  font: normal normal normal 25px/30px Javanese Text;
  letter-spacing: 0px;
  color: #605a59;
  opacity: 1;
}
.shop-page-detail .container p {
  text-align: center;
}

.product-detail {
  padding: 80px 0px;
}
.product-detail .carousel-inner {
  opacity: 1;
  text-align: center;
  /* padding-top: 10px; */
  position: relative;
}
.product-detail .carousel-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;  
}
.product-detail .carousel-indicators button {
  width: 70px;
  height: 70px;
  text-indent: inherit;
  display: block;
  margin: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  margin: 10px;
}
.product-detail .carousel-indicators button img {
  width: 100%;
  border-radius: 0px;
}

.product-detail .product-detail-slider .item {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  opacity: 1;
  margin: 5px;
}
.product-detail .product-detail-slider .owl-nav button span {
  border-left: 15px solid #636363;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
}
.product-detail .product-detail-slider .owl-nav .owl-next {
  right: -8%;
}
.product-detail .product-detail-slider .owl-nav .owl-prev {
  left: -8%;
}
.product-detail .product-detail-slider .owl-nav .owl-prev span {
  border-left: 0;
  border-right: 15px solid #636363;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.product-detail .product-detail-slider .owl-nav button span img {
  display: none;
}
.product-detail .product-box-details {
  padding-left: 20px;
}
.product-detail .product-box-details .counter .counter-inner {
  border: 1px solid rgba(129, 129, 129, 0.5607843137);
  margin-right: 28px;
}
.product-detail .product-box-details .counter .counter-inner .count-nummber .count-number {
  font: normal normal normal 18px/24px Quicksand;

}
.product-detail .product-box-details .counter .counter-inner ul li {
  border-left: 1px solid rgba(129, 129, 129, 0.5607843137);
  border-bottom: 1px solid rgba(129, 129, 129, 0.5607843137);
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 22px;
  width: 24px;
  display: grid;
  place-items: center;
  transition: all ease 0.3s;
}
.product-detail .product-box-details .counter .counter-inner ul li .fa {
  color: var(--color1);
  font-size: 13px;
  position: relative;
  transition: all ease 0.2s;
}
.product-detail .product-box-details .counter .counter-inner ul li:hover {
  background: #E7F6E0 0% 0% no-repeat padding-box;

}
.product-detail .product-box-details .counter .counter-inner ul li:hover .fa {
  color: #000;  
}
.product-detail .product-box-details .counter .counter-inner ul li:hover .fa-angle-up 
{
  translate: 0 -3px;
}
.product-detail .product-box-details .counter .counter-inner ul li:hover .fa-angle-down 
{
  translate: 0 3px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #f9cfa9;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  text-align: center;
  font: normal normal 500 15px/28px Serenity;
  letter-spacing: 1.2px;
  color: #f9cfa9;
  opacity: 1;
}
.breadcrumb .breadcrumb-item.active {
  color: #8d7460;
}
.product-detail .carousel-item {
  /* height: 500px; */
}
.product-detail .carousel-item img {
}
.navi {
  text-align: left;
  font: normal normal normal 15px/20px Quicksand;
  letter-spacing: -0.18px;
  color: #1E1E1E;
  position: relative;
}
.product-detail .product-box-details .navi:before 
{
  content: '';
  position: absolute;
  top: 50%;
  right: -60%;
  translate: 0 -50%;
  width: 120%;
  border-bottom: 1px solid #707070;
}
.navi font
{
  background: #fff;
  padding-right: 40px;
  position: relative;
}
.navi span {
  color: var(--color1);
  font-weight: bold;
}
.product-detail .product-box-details .product-name {
 text-align: left;
  font: normal normal 500 28px/40px Playfair Display;
  letter-spacing: 0px;
  color: #464646;
  opacity: 1;
  margin: 0;
}
.product-detail .product-box-details .product-name .bdge 
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  text-align: center;
  font: normal normal 500 16px/25px Quicksand;
  letter-spacing: 0px;
  color: #8EC373;
  opacity: 1; 
  padding: 2px 6px;
}
.product-detail .product-box-details .product-price {
  text-align: left;
  font: normal normal bold 22px/28px Quicksand;
  letter-spacing: 0px;
  color: #048340;
  opacity: 1;
}
.product-detail .des {
  text-align: left;
  font: normal normal normal 17px/22px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-right: 150px;
}

.product-detail .product-box-details .count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0px 22px;
}
.product-detail .product-box-details .count-list p {
  letter-spacing: 0.2px;
  color: #676767;
}
.count-list ul {
  padding: 5px 0px;
  margin: 0px;
  /*     width: 105px;*/
}
.count-list ul li span {
  font: normal normal 600 16px/24px Noto Sans;
  letter-spacing: 0px;
  color: #4f6d75;
  opacity: 1;
  position: relative;
}
.count-list ul li.count-number input {
  width: 50px;
  height: 30px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #91a9cc;
  text-align: center;
  font: normal normal normal 18px/34px Noto Sans;
  letter-spacing: 0px;
  color: #020202;
  opacity: 1;
  margin: 0 5px;
}
.count-list ul li a {
  font: normal normal normal 13px/20px Noto Sans;
  text-align: center;
  color: #020202;
  opacity: 1;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #91a9cc;
  opacity: 1;
  display: grid;
  place-items: center;
}
.count-list ul li a:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}
.product-detail .product-box-details .btn {
  min-width: 220px;
  background: #E2E2E2;
  color: #048340;
  padding: 10px;
  border-radius: 25px;
  font-weight: bold;
}
.product-detail .product-box-details .btn:hover {
  background: var(--color1);
  color: #fff;
}
.product-detail .product-box-details .side-btn:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.product-detail .product-box-details .text-area {
}
label {
  text-align: left;
  font: normal normal 600 15px/20px Quicksand;
  letter-spacing: 0px;
  color: #373737;
/*  opacity: 0.7;*/
  padding-left: 0 !important;
}
.form-control {
  width: 100%;
  text-align: left;
  font: normal normal 600 15px/20px Quicksand;
  letter-spacing: 0px;
  color: #373737;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #70707052;
  height: calc(2.8rem + 2px) !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.form-control::placeholder
{
  color: #A9B9BE !important;
}
.product-detail .product-box-details .text-area textarea::placeholder {
  color: #4f6d75;
}

.on-sales {
  background-image: url(../img/bgg.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 80px 0 200px;
}
.on-sales .sale-title {
  text-align: center;
  font: normal normal normal 40px/40px PoorRichardOpti;
  letter-spacing: 0.48px;
  color: #605a59;
  opacity: 1;
}

.on-sales .product-box:hover .product-img img {
  transform: scale(1);
}

.all-projects {
  padding: 70px 0 100px;
  position: relative;
}
.all-projects:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: #EDEDEB;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius:  0px 0px 60px 60px;
  opacity: 0.6;
}
.all-projects .project-box {
  position: relative;
  overflow: hidden;
}
.all-projects .project-box h4 
{
  position: relative;
  text-align: left;
  font: normal normal bold 22px/30px Playfair Display;
  letter-spacing: 3px;
  color: #048340;
  text-transform: uppercase;
}
.all-projects .project-box h4:after
{
  content: '';
  position: absolute;
  top: 65%;
  left: 40px;
  translate: 0 -50%;
  width: 70px;
  border-bottom: 1px solid #707070;
  transition: 0.3s ease all;
}
.all-projects .project-box .project-img {
  overflow: hidden;
  position: relative;
  border-radius: 37px 37px 0 0;
  box-shadow: inset 0px 3px 6px #00000029;
}
.all-projects .project-box .project-img img 
{
  transition: 0.3s ease all;
  border-radius: 37px 37px 0 0;
}
.all-projects .project-box .project-img .main-img 
{
  opacity: 1;
}
.all-projects .project-box .project-img .hover-img 
{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;  
}
.all-projects .project-box .project-content h3 
{
  display: flex;
  align-items: center;
  text-align: left;
  font: normal normal 600 22px/30px Playfair Display;
  letter-spacing: -0.6px;
  color: #332C22;
  opacity: 1;
}
.all-projects .project-box .project-content h3 span
{
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color1);
  margin-right: 15px;
  transition: 0.3s ease all;
}
.all-projects .project-box .project-content p 
{
  text-align: left;
  font: normal normal normal 14px/24px Quicksand;
  letter-spacing: -0.18px;
  color: #1E1E1E;
  opacity: 1;
}
.all-projects .project-box:hover .project-img .main-img 
{
  opacity: 0;
}
.all-projects .project-box:hover .project-img .hover-img 
{
  opacity: 1;
}
.all-projects .project-box:hover h3 span
{
  background: var(--color1);
  width: 15px;
  height: 15px;
  margin-right: 18px;
}
.all-projects .project-box:hover h4:after
{
  width: 70%;
}
.project-contact
{
  padding-bottom: 200px;
}
/*article-details*/

.project-details {
  padding: 80px 0;
}
.project-details .project-details-text {
  padding-right: 100px;
}
.project-details .project-details-text .project-title {
  text-align: left;
  font: normal normal 600 60px/70px Playfair Display;
  letter-spacing: -1.8px;
  color: #332C22;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.project-details .project-details-text .project-title font  
{
  background: #fff;
  padding-right: 50px;
  position: relative;
  width: min-content;
}
.project-details .project-details-text .project-title .line
{
  width: 60px;
  border-bottom: 1px solid #707070;  
}
.project-details .project-details-text .project-title .circle
{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--color1);
  display: inline-block;  
}
.project-details .project-details-text p  
{
  text-align: left;
  font: normal normal normal 14px/22px Quicksand;
  letter-spacing: -0.18px;
  color: #1E1E1E;
  opacity: 1;
}
.project-details .project-details-text a 
{
  text-align: left;
  font: normal normal 600 15px/20px Quicksand;
  letter-spacing: -0.18px;
  color: #048340;
  opacity: 1;
}
.project-details .project-details-text a:hover 
{
  color: #000;
}
.project-details .project-details-text a:hover i  
{
  translate: 0 5px;
  transition: 0.3s;
}
.all-photos
{
  padding: 50px 0;
  position: relative;
}
.all-photos:before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 100%;
  background: #F1EFE8 0% 0% no-repeat padding-box;
  border-radius: 60px 60px 0px 0px;
  opacity: 0.93;
}
.contact1
{
  padding: 80px 0 0;
}
.contact1 .contact-form-div
{  
  background: #ffffff00;
  opacity: 1;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
.contact1 .contact-form-div button 
{
  position: absolute;
  right: 10px;
    bottom: 10px;
    text-align: center;
    font: normal normal 500 15px/21px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: none;
  border: 0;
}
.contact1 .home-contact-details
{
  width: 240px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.sign-in .has-icon {
  position: relative;
}
.sign-in .has-icon img {
  position: absolute;
  right: 20px;
  top: 8px;
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #6b897b;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6b897b;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a9bea8;
}
.filter-dropdown-menu
{
    display: block;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}
.table-responsive::-webkit-scrollbar {
  display: none;
}


/*calender css*/
.ui-widget.ui-widget-content
{
  border: 0 !important;
  background: #F5F5F5;
  border-radius: 10px;
}
.ui-datepicker .ui-datepicker-header
{
  border: 0 !important;
  background: transparent !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
  border: 0 !important;
  text-align: center;
/*  background: transparent !important;*/
  background: #048340 !important;
  box-shadow: none !important;
  font: normal normal 500 12px/25px Quicksand !important;  
  color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active 
{
  background: #000 !important;
  border-radius: 0%;
  border: 0 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
  border: 0;
  margin: 0 2% !important;
}
.floating-icon {
    position: fixed;
    bottom: 30px;
    right: 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 45px;
    color: #7AAD35;
}
.floating-icon:hover {
    color: var(--color1);
}

@media only screen and (min-width: 1699px)
{
  .home-contact-details h2
  {
    font: normal normal bold 65px/80px Playfair Display;
  }
  footer
  {
    margin-top: -230px;
  }
  .contact1 .home-contact-details {
      width: 310px;
  }
  .home-contact-details h2 span a
  {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .service-banner
  {
    padding-top: 300px;    
  }
  .service-banner .service-banner-text h1
  {
    font: normal normal 600 42px/60px Quicksand;
  }
  .service-banner .service-banner-text .service-name
  {
    font: normal normal 500 40px/50px Playfair Display;
  }
  .service-banner .service-banner-text p
  {
    font: normal normal normal 17px/30px Quicksand;
  }
  .service-banner .service-banner-box h3 
  {
    font: normal normal bold 23px/30px Quicksand;
  }
  .service-banner .service-banner-box p
  {
    font: normal normal 500 15px/25px Quicksand;
  }
  .service-banner:after
  {
    height: 100px;
  }
  .maintenance p 
  {
    font: normal normal normal 16px/30px Quicksand;
  }
  .maintenance h3
  {
    font: normal normal bold 40px/50px Quicksand;
  }
  .heading
  {
    font: normal normal 600 40px/48px Playfair Display;
  }
  .about5 .accerditations-box p
  {
    font: normal normal 500 16px/20px Quicksand;
  }
  .about5 .accerditations-box .heading
  {
    letter-spacing: 5px;
  }
  footer {
      margin-top: -230px;
  }
  .project-contact, .feature-project
  {
    padding-bottom: 300px;
  }
  .btn-primary-outline
  {
    font: normal normal bold 18px/35px Quicksand;
  }
  .home2 .container-fluid p
  {
    font: normal normal 500 26px/40px Quicksand;
  }
  .home-service
  {
    padding: 300px 0;
  }
  .home2 .aboutus-box h4
  {
    font: normal normal 500 35px/43px Playfair Display
  }
  .container-xxl.px-md-5, .container.px-md-4 
  {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .maintenance
  {
    padding: 320px 0;
    margin-top: 0;
  }
  .shop-banner .shop-banner-text h2
  {
    font: normal normal bold 30px/40px Playfair Display;
  }
  .shop-banner .shop-banner-text h2 span 
  {
    font: normal normal bold 30px/30px Quicksand;
  }
  .product-detail .product-box-details .product-name
  {
    font: normal normal 500 35px/45px Playfair Display;
  }
}
@media only screen and (max-width: 1199px) {
  header .navbar .nav-item
  {
    
  }
  header .navbar .nav-item .nav-link, header .navbar .nav-item a
  {
    font: normal normal 600 14px/20px Quicksand;
  }
  header .navbar-nav2
  {
    right: 15px;
  }
  .banner .carousel-indicators {
    translate: 0 -50%;
  }
  .about2 .vision-box .title:after {
    right: -20px;
  }
  .banner
  {
    overflow-x: hidden;
  }
  .home7 .review-section
  {
    padding: 50px 50px 100px 50px;
  }
  .home-address-details
  {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 1099px) {
  .about2 .vision-box {
    margin: 0 0;
  }
  .about2 .vision-box2 {
    margin-top: 100px;
  }
  .about2 .vision-box .title {
    width: 100%;
    left: 0;
  }
  .about2 .vision-box .title:after {
    display: none;
  }  
  .home7 .review-section {
      padding: 50px 25px 100px 25px;
  }
  .heading2
  {
    font: normal normal normal 50px/60px Satisfy;
  }
  .contact1:after
  {
    z-index: -1;
  }
  .banner .carousel .carousel-inner
  {
    padding: 0 12px;
  }
  .home-contact-details
  {
    width: 250px;
    margin: 20px 0px;
    padding: 0 ;
  }

}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item .nav-link, header .navbar .nav-item a
  {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    text-align: left;
  }
  header .cart-btn #cart-total
  {
    top: 0;
  }
  .navbar-collapse {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  header .navbar {
    height: auto;
    position: relative !important;
  }
  header .navbar .navbar-brand img {
    height: 70px;
  }
  .navbar-nav {
    margin-top: 0 !important;
  }
  header .navbar .nav-item {
    margin: 0 !important;
    width: 100%;
  }
  header .navbar-nav2
  {
    position: relative;
    right: inherit;
  }
  header .navbar-nav li {
    padding: 5px 0;
  }
  .banner .carousel-btns
  {
    bottom: 5%;
  }
  .heading {
    font: italic normal bold 30px/50px ;
  }  
  .feature-project .list-unstyled li a
  {
    font: normal normal 500 14px/20px Quicksand;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
  }
  .about1 .container-xxl .about-text p {
    padding-right: 0;
  }
  
  .about4 {
    background-repeat: repeat;
    background-size: contain;
  }
  .about4 .dots {
    left: -16px;
  }
  .shop-banner .shop-banner-text h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .product-detail .carousel-indicators {
    left: -75px;
  }
  .home3 .primary-link {
    margin-right: 30px;
  }
  .home2 .container::after, .home2 .container::before
  {
    width: 90px;
    height: 90px;
    background-size: 85px;
  }
  .owl-nav .owl-next, .home3 .owl-nav .owl-next
  {
    right: -12px;
  }
  .owl-nav .owl-prev, .home3 .owl-nav .owl-prev
  {
    left: -12px;
  }
  .home2
  {
    padding: 50px 0;
  }  
  .common-contact .common-section li
  {
    margin-bottom: 16px !important;
  }
  .common-contact .common-section li span 
  {
    font: normal normal normal 16px/23px PoorRichardOpti;
  }
  .home-service
  {
    padding: 50px 0;
  }
  .main-product .pro-text p, .product-box-content .pro-name
  {
    font: normal normal normal 20px/22px PoorRichardOpti;
  }
  .about2 .about2-box
  {
    min-height: 70vh;
  }
  .about2 .about2-box h1
  {
    font: normal normal 600 80px/110px Noto Sans;
  }
  .shop-banner img 
  {
    
  }
  .filter-dropdown-menu
  {
    margin-bottom: 50px;
    display: none;
  }
  #subscribeModal .modal-dialog
  {
    max-width: 90%;
    margin: 0 auto;
  }
  .product1 .row
  {
/*    flex-direction: column-reverse;*/
  }
  .shop-page-detail
  {
    padding: 0 12px;
  }
  .shop-page-detail .container
  {
    padding: 100px 12px;
  }
  .product-box .product-img .img-overlay p
  {
    font: normal normal normal 28px/30px PoorRichardOpti;
  }
  .product-box .product-img .img-overlay .btn-danger
  {
    min-width: 150px;
    font: normal normal 500 13px/24px Quicksand;
  }
  .owl-nav
  {
    top: 38% !important;
  }
  header .navbar .nav-item .nav-link.has-before:after
  {
    display: none;
  }
  header .dropdown .dropdown-menu
  {
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    translate: 0 0 !important;
  }
  .navbar-toggler
  {
    border-color: var(--color1);
    color: var(--color1);
  }
  .navbar-toggler:focus
  {
    outline: none;    
    box-shadow: none;
  }
  header .dropdownmenu a
  {
    text-align: left !important;    
  }
  header .dropdownmenu a:after
  {
    left: 0 ;
    translate: 0 0;
  }
  .home-service .service-box p
  {
    font: normal normal bold 14px/27px Quicksand;
  }
  .feature-product .titile-section a
  {
    padding-left: 20px;
  }
  .feature-product .titile-section h2
  {
    padding-right: 20px;
    font: normal normal 600 35px/45px Playfair Display;
  }
  .project-details {
      padding: 30px 0;
  }
  .home-address-details:after
  {
    display: none;
  }
  .about-banner .row {
      margin-top: -50px;
  }
  .about5:before
  {
    width: 100%;
    height: 50%;bottom: 0;
    top: inherit;
  }
  .about5 .accerditations-box .heading
  {
    position: relative;
    scale: 1;
    writing-mode: inherit;
    translate: inherit;
  }
  .about5 .accerditations-box p
  {
    padding: 0;
  }
  .service-banner .service-banner-text
  {
    margin-bottom: 0px;
  }
  .service-banner .service-banner-box
  {
    min-height: 370px;
    margin-bottom: 15px;
  }
  .maintenance
  {
    padding: 50px 0;
  }
  .service-banner
  {
    padding-top: 50px;
  }
  .service-banner .service-banner-text .service-name
  {
    font: normal normal 500 20px/30px Playfair Display;
  }
  .service-banner .service-banner-text h1
  {
    font: normal normal 600 28px/35px Quicksand;
  }
  .service-banner .service-banner-text p
  {
    padding-right: 0;
  }
  .all-projects:before
  {
    height: 80%;
    bottom: 0 ;
    top: inherit;
  }
  .project-details .project-details-text
  {
    padding-right: 0;
  }
  .project-details .project-details-text .project-title
  {
    font: normal normal 600 38px/44px Playfair Display;
  }
  .project-details .project-details-text .project-title font
  {
    width: auto;
  }
  

  .product-detail .des
  {
    padding-right: 0;
  }
  .product-detail .product-box-details
  {
    padding-left: 0;
  }
  .mt-100
  {
    margin-top: 3rem !important;
    padding-top: 1rem!important;
  }
  .contact-mg
  {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner .carousel-btns {
      position: inherit;
      display: flex;
      justify-content: center;
      right: inherit;
  }
  .banner .carousel .carousel-control-next {
      rotate: -180deg;
      margin: 10px;
  }
  .banner .carousel .carousel-control-prev {
      rotate: 0deg;
      margin: 10px;
  }
  .home2 .container-fluid p
  {
    font: normal normal 500 16px/25px Quicksand;
  }
  .feature-product .titile-section a
  {
    font: normal normal bold 13px/25px Quicksand;
  }
  footer .footer-img
  {
    translate: 0 30px;
  }
  footer .footer-top
  {
    padding-top: 50px;
  }
  .about-banner .line
  {
    display: none;
  }
  .about-banner .row {
      margin-top: 0;
  }
  .about1 p
  {
    font: normal normal 500 16px/27px Quicksand;
  }
  .about1 .about-slider .owl-nav
  {
    top: -30px !important;
    right: 1%;
  }
  .about2 .brand-logos .col-lg-4 img
  {
    width: 50% !important;
  }
  .about4
  {
    padding: 0 12px 60px;
  }
   .service-banner .service-banner-box
  {
    min-height: 1px;
  }
  .project-details .project-details-text .project-title .line
  {
    display: none;
  }
  .banner .carousel-indicators
  {
    display: none;
  }
  .about3 p, .about3 .heading
  {
    text-align: left !important;
  }
  .shop-banner .shop-banner-text h2:after
  {
    display: none;
  }

}
@media only screen and (max-width: 576px) {
  header .navbar .navbar-brand img
  {
    height: 50px;
  }
  .home2 .aboutus-box
  {
    translate: -38% -55%;    
  }
  .home2 .aboutus-box a 
  {
    font: normal normal bold 14px/15px Quicksand;
  }
  .home2 .aboutus-box h4
  {
    font: normal normal 500 16px/19px Playfair Display;
  }
  .home-service .service-box p
  {
    font: normal normal bold 16px/28px Quicksand;
  }
  .about2 .brand-logos .col-lg-4 
  {
    height: 200px;
  }
  .about2 .brand-logos .col-lg-4 img
  {
    width: 75% !important;
  }
  .product-detail .product-box-details .btn
  {
    min-width: 1px;
    padding: 10px 20px;
  }
  .product-detail .product-box-details .product-name
  {
    font: normal normal 500 24px/35px Playfair Display;
  }
  .testimonials-box .main-img
  {
    width: 50% !important;
  }
  .testimonials-box
  {
    margin-bottom: 0!important;
  }
  .all-testimonials .testimonial-banner-text
  {
    padding: 0;
  }
  .all-testimonials .testimonial-banner-text .text h3
  {
    font: normal normal bold 35px/50px Playfair Display;
  }
  .all-testimonials .testimonial-banner-text .text p br 
  {
    display: none;
  }
  .home2
  {
    padding-top: 25px;
  }
  .shop-banner img
  {
    height: 110px;
    object-fit: cover;
    object-position: center;
  }



}
@media only screen and (max-width: 425px) {
  .home2 .aboutus-box
  {
    scale: 0.8;
  }
  .about2 .brand-logos .col-lg-4 
  {
    height: 150px;
  }
  .heading span
  {
    font: normal normal bold 24px/40px Quicksand;
  }
  .home-address-details
  {
    padding: 20px 15px;
  }
  .home-address-details li .icon, .common-contact-text li .icon
  {
    width: 30px;
  }
  .home-address-details li, .common-contact-text li
  {
    font-size: 12px;
  }
}
@media only screen and (max-width: 460px) {}
@media (min-width: 992px)
{
  #addressModal .modal-lg
  {
    width: 650px;
  }
}
