@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

:root {
  --main: #d46f33;
  --sub: #bc8c67; 
  --dark: #ba5d1f; 
  --udark:#72360d;
  --light: #f6ece2; 
  --high: #ee6f23; 
}

.dkuywW { display: none !important;}
.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lexend Deca", serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #595959;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Lexend Deca", serif; }


/* -------------- Top -------------- */

.top-wrapper {
   position: absolute; width: 100%;
    z-index: 103;
    background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.top-color {
  position: fixed !important;
  width: 100%;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    max-width: 100%; }
/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10;
    display: inline-block;
    margin:12px 0 0 0px; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #3b3b3b;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #ba5d1f !important; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ba5d1f; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }
/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 25px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block;  }
.breadcrumb ul li a{ display:block; padding:4px 8px; color:#4e2624 };

.socialmedia-menu{ }
.socialmedia-menu ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 13px 0 0 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; }
.socialmedia-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-align: center; padding-top: 13px;
  width: 45px; height: 45px;
  display: block;
  background-color: #dc3c40; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color: #fff; background-color: #e31e24; }

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }

.banner-wrapper img{ width:100%;  }
.sub-banner-wrapper{ width:100%; overflow:hidden; }
.page-title {position: relative; z-index: 15; }
.page-title h1 {
    font-family: "Lexend Deca", serif;     
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;  
    text-transform: uppercase;
    color:#222222; padding: 0px 15px 5px 1px; 
    display: inline-block;
      }
.page-wrapper{
   padding: 6% 0; background:url(../img/pro-bg.jpg)  no-repeat center center; background-attachment:fixed; 
}
.content-wrapper{}   

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-title2 { }
.page-title2 h1 {
  font-family: "Gabarito", sans-serif; text-transform: uppercase;  font-weight: 900; color: #7a3c30;  }

.sub-title{ font-family: "Gabarito", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em; margin-bottom: 20px;}  

.page-content h2{color: #4a4a4a; font-weight: 500;  font-size: 24px; margin: 8px 0 12px 0; padding-bottom: 8px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #4a4a4a; font-weight: 500;  font-size: 22px; margin: 8px 0 12px 0; padding-bottom: 8px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #4a4a4a; font-weight: 500;  font-size: 22px; margin: 8px 0; padding-bottom: 8px; }
.page-content h5{color: #4a4a4a; font-weight: 500;  font-size: 20px; margin: 8px 0; padding-bottom: 8px; }
.page-content h5{color: #4a4a4a; font-weight: 500;  font-size: 20px; margin: 8px 0; padding-bottom: 8px; }
.page-content ul li{ margin-bottom:5px; }
.responsive{ max-width:100%; height:auto; }
.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}
     
/* -------------- Home Page -------------- */    

.home-about-wrapper{
  padding: 60px 0;  
  position: relative;
  z-index: 10;
}
.about-data{ margin-bottom:20px; }
.about-box{border-radius:30px; overflow:hidden; padding:16px 8px; margin: 20px 0;}
.about-box h1{text-transform: uppercase; color: #fff; font-size: 19px; font-weight: 600; margin-top:8px; }
.about-box img{width: 100%}
.more-link{ text-decoration:none; font-size: 13px; color: #fff; display:inline-block; transform:scale(1); }
.more-link:hover{ text-decoration:none; color: #fff; transform:scale(1.3);}

.a1{ padding-bottom: 86%; background: url(../img/1.png) no-repeat center bottom; background-size:102% auto; background-color:var(--high); }
.a2{ height: 240px; text-align: center; background-color:var(--dark); padding-top:22px;   }
.a3{ height: 280px; background-color:var(--dark); margin-top:60px; padding:10px 8px 16px 6px;}
.a4{ padding-bottom: 80%; background: url(../img/3.png) no-repeat center bottom; background-size:102% auto; background-color:var(--high); margin-bottom:60px; }


.contact-link{ background-color: var(--main); border-radius: 30px; overflow:hidden; border-bottom: 4px solid var(--udark); box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.contact-link p{ font-family: "Gabarito", sans-serif; font-size: 26px; color:#fff; padding: 15px 0px 15px 15px !important;margin-bottom: 0px !important;}
.con-now{background-color: var(--dark); padding: 18px; font-size: 20px; height: 100%; text-align:center; display:block; padding:25px 5px; color:#fff; text-decoration:none; }
.con-now  *:focus, a:focus, a:active {
    outline: none;
    color: #fff;
    text-decoration: inherit;}

.con-now:hover{background-color: var(--udark);}
.ani1{animation: move1 3s infinite;}
@keyframes move1 {
  0%   {background-color: var(--dark);}
  50%  {background-color: var(--udark);}
  100% {background-color: var(--dark);}
}

.home-category-wrapper{
  padding: 6% 0;
}
.home-product-wrapper{
  padding: 6% 0 7% 0; background: url(../img/pro-bg1.jpg) no-repeat center center;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #fff; overflow: hidden;
  position: relative; z-index: 5;
}

.demo{ position:absolute; width:100%; margin-top:-6%;  overflow:hidden; }
.box {
    width: 100%;
    margin: 0 auto;
    background-attachment: fixed;
}

.b2 { position: absolute; top:0;}
.bbl { }

.button{ display:inline-block; padding:12px 12px; background-color:var(--light); text-decoration: none; position: relative; z-index: 100; color:#000; margin:20px 0; } 
.button:hover{ background-color: var(--dark); color: #fff;}
.home-counter-wrapper{ padding: 8% 0; background-color:var(--light); }
.counter-wrapper{ background: url(../img/counter1.jpg) no-repeat left center,  url(../img/counter2.jpg) no-repeat right center; background-color:#fcfbfb; padding: 18px; border-radius: 30px;
overflow: hidden; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.counter-box{ margin: 20px 0;  text-align:center; font-size:18px; font-weight: 600; color:var(--dark); }
.counter-box span{  font-size:55px; font-weight: 300; color:var(--dark); display:block; }
.counter-box .counter{ display:inline-block; }
/* -------------- Contact us Page -------------- */ 

.contact-details{ background-color: #fff; padding: 30px; border-radius: 60px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.main-address{ text-align: center; line-height:40px; font-size:20px; padding:15px 0; }
.main-address h1{ text-align: center; font-size:24px; font-weight:500; margin-bottom:8px; color:var(--udark); }
.sub-address{ text-align: center; line-height:40px; font-size:20px; padding:15px 0; }
.sub-address h2{ text-align: center; font-size:24px; font-weight:500; margin-bottom:8px; color:var(--udark); }

.contact-details hr{ margin:30px 0; opacity: 1;  border: 1px solid #9c8d8d; }
.contact_us_form{ padding:15px 0; }
.contact_us_form h2{ text-align: center; font-size:24px; font-weight:500; margin-bottom:8px; color:var(--udark); }
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

.contact_us_form input, .contact_us_form select { width: 100%; border-radius: 0px; height: 42px; background: transparent; border: 1px solid #8a8c8d;}
.contact_us_form textarea { width: 100%; border-radius: 0px; height: 42px; background: transparent; border: 1px solid #8a8c8d; }
.contact_us_form .wpcf7-submit{ display:inline-block !important; background-color:var(--sub) !important ; width:200px; border:0px !important }
.contact_us_form .wpcf7-submit:hover{ display:inline-block !important; color: #fff !important; background-color:var(--udark) !important ; }

/* -------------- Footer -------------- */
.footer-wrapper {       
    padding: 6% 0;  }    
.footer-inner-wrapper{}
.footer-title { font-size:16px; color:var(--udark); margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; color:#503434; font-size:17px; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; border-bottom: 1px solid #454545;}
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #503434; text-decoration: none;}
.footer-data ul li a:hover{ color: #222222; text-decoration: none;}


.footer-data2{ margin:20px 0; color:#503434; font-size:17px; }
.footer-data2 ul{margin:0px; padding: 0px; list-style: none;}
.footer-data2 ul li{margin:0px; border-bottom: 1px solid #454545; width: 48%; margin: 0   1%; float: left;}
.footer-data2 ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data2 ul li a{ display: block; padding: 7px 5px ;color: #503434; text-decoration: none;}
.footer-data2 ul li a:hover{ color: #222222; text-decoration: none;}


/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 6px solid #4f4e4e;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 13px; text-decoration: none;
    color: #4f4e4e; }


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 20px 0;  padding:5px 15px; position: relative; }
.category-image{z-index: 8; width: 100%;  overflow: hidden;-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
.category-wrapper:hover{ background-color:rgba(255, 255, 255, 0.7); border-radius:30px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.category-wrapper:hover .category-image{ scale: 1.1; rotate: 40deg;-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; } 
.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{font-family: "Gabarito", sans-serif; color: #454545; text-decoration: none; padding: 10px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.products-wrapper{   margin: 5% 0;  padding:5px 15px; position: relative; }
.product-wrapper{ margin:25px 0;  
-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; 
}
.product-image{z-index: 8; width: 100%; padding:0px 30px;  overflow: hidden;-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
.product-wrapper:hover{
 background-color:rgba(255, 255, 255, 0.7); border-radius:30px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; 
}
.product-wrapper:hover .product-image{ rotate: 40deg;-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
.product-image img{ width:100%; height: auto; padding:4px; }

.product-name a{font-family: "Gabarito", sans-serif; color: #454545; text-decoration: none; padding: 10px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */

.product-page-wrapper{ padding:6% 0; background:url(../img/pro-bg2.png)  no-repeat center center; background-size: 100% auto; background-attachment:fixed; }
.product-details-image{ background-color: #ebe0d5; border-radius: 80px; text-align: center; padding: 40px; overflow: hidden; margin-top: 20%;
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.4) 0px -3px 0px inset;}
.product-details-image img{ width: 140%; height: auto; margin-left: -20%; margin-bottom: -40%; margin-top:10%; }

.product-inq{margin-top: 30px;}
.product-inq a{background-color: #c99866; padding: 25px 60px; text-align: center; text-decoration: none; border-radius: 80px;  display: block;
 font-size:25px; color:#fff; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.product-inq a:hover{background-color: #a17447;} 
.product-details-wrapper{margin-top: 0%; background-color: #d8c4b0; padding: 40px 30px; border-radius: 80px; 
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.product-feature{ margin-top:5%; background-color: #d8c4b0; padding: 40px 30px; border-radius: 80px; 
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.product-benefits{ margin-top:5%; background-color: #f8f2eb; padding: 40px 30px; border-radius: 80px; 
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}