@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --light: #e8e3e1;
  --dark: #0492c7;
  --middark: #c9aa80; 
  --medium: #e0cca7;
  --exlight:#f0e1c4;
  --hl: #1187b2; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont: "Montserrat", sans-serif; 
  --textfont: "Montserrat", sans-serif; 
}


*: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; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:var(--titlefont);
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  text-decoration: none;
  -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: #191919;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:var(--textfont);}

.wp-block-column{ border: 1px solid #ccc;
    padding: 15px;
    margin: 10px;}
.wp-block-column h2{ text-align: left !important;}
/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.top-wrapper .logo {
    margin: 0px 0; 
    display: block; }
.top-wrapper .logo img { }

/* -------------- Menu -------------- */
.menu-wrapper{ background-color:#bdbdbd; display:block; text-align:center; }
.top-menu {
    padding: 2px 0;
    z-index: 10;
    display: inline-block;
    margin-top:6px; }
.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: #4e2624;
    float: left; }
.top-menu ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 10px 22px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #000 !important;    }
.top-menu .current-menu-item a {}
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #f63f20; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #14a7de; }
  
  .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 #0e6687 !important; }
  
  .top-menu ul li ul li a {
    font-size: 17px;
    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 #f63f20 !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{ width:100%; text-align:right;  }
.socialmedia-menu ul {
  list-style: none; 
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; width: 32px; height: 32px; margin-left: 4px;}
.socialmedia-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px; 
  text-align: center; padding-top: 3px;
  width: 32px; height: 32px;
  display: block;
  background-color:var(--dark); border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color:#fff; background-color: #454545; }

.page-title { padding: 6px 15px 14px 45px; background: url(../img/head-bg.png) no-repeat left center; background-size: 40px auto;}
.page-title h1 {
    font-family: var(--titlefont);   
    font-size: 25px;
    font-weight: 600;  
    color:var(--hl);  
    display:block;
    
    width: 100%;
    }
.page-wrapper{
   margin: 30px 0;
}

.page-title2 h1 {
  font-family: var(--titlefont);
   font-weight: 900; color: #7a3c30;  }

.sub-title{
  font-family: var(--titlefont);
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ padding: 40px 0;}
.page-content, .page-content p{ font-size: 16px; text-align: justify; margin-bottom: 20px;}  
.page-content p strong{ font-weight: 600;} 

.page-content h2{color: var(--hl); font-weight: 600; font-size: 20px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: var(--hl); font-weight: 500;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #454545;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #454545;  font-size: 18px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #454545;  font-size: 18px; margin: 8px 0; padding-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;}

.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;
}

/* -------------- Home Page -------------- */    

.home-about-wrapper{
  padding: 50px 0;
  
}
.home-category-wrapper{
  padding: 40px 0;
  background-color: #008abe;
}
.home-product-wrapper{
  padding: 40px 0; background-color: #e2dbc0;
}
.home-ads-wrapper{
  padding: 20px 0; background-color: #fff;
}

.ul-service{height: 82%; background-color:#fff; padding:20px 10px; margin:10px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.ul-service2{height: 95%; background-color:#fff; padding:20px 10px; margin:10px;box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
.home-qa-wrapper { padding: 40px 0; background-color: #bdbdbd;}
.mv-wrapper{ padding:20px; background-color:#e8e3e1; margin:20px; border-bottom:4px solid var(--hl); height:96%; }
.mv-title{ font-size:20px; font-weight:600; color:var(--hl); margin-bottom:4px; }
.mv-data{}

/* -------------- Contact us Page -------------- */ 
.contact-area{border: 1px solid #ccc; padding: 20px; margin:15px 0; height:92%; overflow:hidden; }
.contact-area p{ font-size:18px; }
.contact-area h2{ font-size:22px; font-weight:600; margin-bottom:8px }
.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; }

/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 40px 0;
    background: url(../img/footer-bg.jpg) repeat-x top center;
    background-color: #4d4d4d;
    }    
.footer-inner-wrapper{}
.footer-title { font-size: 22px; font-weight: 400; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0;color: #fefefe; }
.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: 3px 5px ;color: #fefefe; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; 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: 15px;
    color: #4f4e4e; }


.link-button { display: inline-block; background: #fb4925; font-size: 18px; color: #fff; border: none !important;  cursor: pointer !important; padding: 12px 20px;
-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;
}
.link-button:hover{ background: #f9d338;  color:#000; 
-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;
}


/* -------------- Contact us page -------------- */
.content-wrapper{ padding:40px 0; }
.contact-from label{ width:100% !important }
.contact-from input { border: 1px solid #ccc; height:45px; width:100%; }
.contact-from textarea { border: 1px solid #ccc; height:65px; width:100%; }
.contact-from .wpcf7-submit {background: var(--hl); font-size: 18px;  color: #fff; border: none !important; height:45px;  cursor: pointer !important; width: 100%;
-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;
}
.contact-from .wpcf7-submit:hover{ background: #454545;  color:#fff; 
-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;
}


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 20px;  position: relative; }
.category-wrapper a img{ width:100%; height:auto; background-color: #fff; padding:5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; margin-bottom:12px }
.category-title{ color:#fff; font-size:18px; font-weight:500; text-align:center; }
.category-wrapper a:hover img{box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.home-why-wrapper{ padding:40px 0; }
.why-list{ list-style:none; margin:20px 0 0 0; padding:0; }
.why-list li{ font-size: 18px; display: inline-block; color: var(--hl); border: 1px solid #ccc; padding: 16px 10px 16px 60px; background: url(../img/li-bg.png) no-repeat left center;}
.home-logo-wrapper{ padding:30px 0 40px; }
/* -------------- Product Page -------------- */
.product-wrapper{ height: 90%;  margin: 20px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.product-image img{ width:100%; height: auto; padding:4px; }

.product-title{ color: #454545; text-decoration: none; padding: 14px 0; width: 100%; display: block;
  z-index: 11; font-size: 16px; font-weight: 500;  text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */
.product-details-image{ background-color: #fff; overflow: hidden; margin:0 0 20px 0; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-details-image img{ width:100%; height:auto; }
/* -------------- Sign in / Sing up Page -------------- */
.process-page{
  padding: 6% 0; background-color: #eeeeee;
}
.process-page input, .process-page textarea{ border-radius:0px !important; }
.process-page .card{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */