@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=Archivo:ital,wght@0,100..900;1,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; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', serif;
  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: #595959;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", serif; }


/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 1% 0;
    background-color: #000; }
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    max-width: 34%; }
/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10; float: right;
    display: inline-block;
    margin-bottom:-8px; }
.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: 14px;
    color: #f7f7f7;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid #000;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 3px solid #fff; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #fff; }   
  
.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 -------------- */   

.arrow{ width: 100%; z-index:300;}
.arrow .prev{ height: 50px; width: 50px; background: url(../img/left-b.png) no-repeat center center #fff; opacity: 0.4;
  display: inline-block; position: absolute; top:60%; color: red; left: 20px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow .prev:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
.arrow .next{ height: 50px; width: 50px; background: url(../img/right-b.png) no-repeat center center #fff; opacity: 0.4;
  display: inline-block; position: absolute; top:60%; color: red; right: 20px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow .next:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}


.breadcrumb{ background-color: #e9e9e7 !important; padding: 2% 0; margin:0 0 0px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ fon-size: 22px; font-weight: 400; display:inline-block; padding:0px 4px; }
.breadcrumb ul li a{ fon-size: 22px; font-weight: 400; display:block; padding:4px 0; color:#4e2624; }


.socialmedia-menu{ margin-top: 19px; margin-left:30%; }
.socialmedia-menu ul {
  list-style: none;
  padding: 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: 11px;
  width: 48px; height: 48px;
  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; }

.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-title { }
.page-title h1 {
  font-family: "Archivo", sans-serif; text-transform: uppercase; font-size: 2.5em; font-weight: 900; color: #000; letter-spacing: -5px;
      }
.page-title h1:before{content: "" ; display:inline-block; height:30px; width:30px; background: url(../img/head-bg.png) no-repeat; background-size: 100% auto; margin-right: 3px;}       
.page-wrapper{
  padding: 5% 0;
}

.page-title2 { }
.page-title2 h1 {
  font-family: "Archivo", sans-serif; text-transform: uppercase; font-size: 1.5em; font-weight: 900; color: #000; letter-spacing: -2px;
      }

.sub-title{ font-family: "Archivo", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em;}   
     
/* -------------- Home Page -------------- */         
.home-category-wrapper{
  background-color: #000;
  
}

.category-slider .slick-list {
    padding: 0 20% 0 0 !important;
}
.category-wrapper{ background-color: #2e2e2e; margin: 20px 0; padding: 0 0 40px 0; position: relative; overflow: hidden; }
.category-shadow{ width: 50px; height: 900px; position: absolute; right: -10px; top: 0; z-index: 12; background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
.category-image{position: absolute; z-index: 8; width: 100%; top: 0%; opacity: 0.2;
  -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 .category-image{ top: 0; opacity: 1;
  -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; }
.category-logo{top:0; position: absolute;  z-index: 9; width: 100%; opacity: 0.8; /* background: url(../img/m-bg.png)no-repeat center center;*/
  -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 .category-logo{ top:0; opacity: 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;
}
.category-title{font-family: "Archivo", sans-serif; position:absolute; bottom: 40px; background-color: #f3f3f3; color: #000; padding: 20px 0; width: 100%;
  z-index: 11; font-size: 28px; font-weight: bolder !important; text-transform: uppercase; text-align: center;
-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.4);
box-shadow: 0 0 8px 5px rgba(0,0,0,0.4);
}
.category-title img { display:inline-block !important; width:30px }
.category-title span{color: #2c2c2c; font-size: 18px; display: block; width: 100%; font-weight:400 ;}

.process-wrapper{
  padding: 6% 0; background-color: #fff;  
}
.gray-strip{ background-color: #b3aea1; text-align: center;}
.gray-strip h1{ font-family: "Archivo", sans-serif; margin: 5% 0; color: #000; font-weight: 900; text-transform: uppercase; }
.gray-strip img{ max-width: 100%; text-align: center;}

.company-banner-wrapper{ padding: 3% 0 0% 0; background: url(../img/company-bg.png) repeat-x bottom center #fff;  }
.company-banner-wrapper img{ max-width: 100%;}
.company-wrapper{padding:0 0 6% 0; background: url(../img/texture.jpg) repeat top center; background-color: #242424; background-size: 100% auto;}
.about-box{ margin-top: 25px; color: #dbdbdb;}
.about-box img{ padding:15px 0; }
.about-box h1{ font-family: "Archivo", sans-serif; font-weight: 800; font-size: 2em; color: #fff;}
.team, .pro{ padding-top:10px; }
.read-more{ display: inline-block; padding: 6px 10px; border:1px solid #dbdbd0; color: #dbdbd0; margin: 12px 0;}
.read-more:hover{  border:1px solid #fff; color: #fff;}

.inq{ display: inline-block; padding: 12px 18px; border:2px solid #000; color: #000; margin: 12px 0; font-family: "Archivo", sans-serif; font-weight: 600;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }
.inq:hover{  border:2px solid #fff; color: #fff; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}
.ani3{animation: move3 3s infinite;}
@keyframes move3 {
  0%   {background-color: #918e87; scale: 1;}
  50%  {background-color: #e0e0e0; scale: 1.1;}
  100% {background-color: #918e87; scale: 1;}
}

.why-header{ background-color:#000; color:#fff; font-family: "Archivo", sans-serif; padding: 10px 20px; text-align: center; display: inline-block;
 font-weight: 900; text-transform: uppercase; font-size:2.5em; margin-top:-30px;  }
.why-box{  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; color:#fff; font-size:18px; text-align:center;padding: 10px 0; margin:20px 5px;}
.why-box img{ width:100px; }
.why-box span{ display:block; width:100%; text-align:center; padding-top:15px;  }
.year-wrapper{ margin:20px auto; }
.year-no{font-size: 82px; line-height: 90px; font-weight: 400; margin-right: 20px; color: #fff; float: left;}
.year-text{ font-size: 40px; line-height:45px; color: #fff; }

.ani1{animation: move 3s infinite;}
.ani2{animation: move2 3s infinite;}
@keyframes move {
  0%   {background-color: #2d2d2d;}
  50%  {background-color: #000;}
  100% {background-color: #2d2d2d;}
}
@keyframes move2 {
  0%   {background-color: #000;}
  50%  {background-color: #2d2d2d;}
  100% {background-color: #000;}
}

.home-gallery-wrapper{ background-color:#000; position: relative;}
.mfg{ position:absolute;color:#fff; font-family: "Archivo", sans-serif; text-shadow: 0 0 12px #000000;
    text-transform: uppercase; font-weight: 900; text-align:center; width:100%; z-index:15; }
.home-gallery-wrapper a{ float: left;  margin: 0!important; padding: 0!important;}
.home-gallery-wrapper a img{ opacity: 0.4;}
.home-gallery-wrapper a:hover img{ opacity: 1;}
/* -------------- Contact us Page -------------- */ 
.contact-page{
  border-left: 6px solid #000; padding: 0 2%;
}
.map-wrapper{ margin-bottom:20px; }
.contact-data{ border:2px solid #000; overflow:hidden; margin-bottom:20px; }
.icon-box{ padding:8px; background-color:#000; color:#fff; height:100%; text-align:center; }
.icon-box i{ color:#fff; font-size: 30px; margin-top:30%; }
.data-box{ padding:5%; font-size:20px;  }
.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: 4px; height: 38px; background: transparent; border: 1px solid #8a8c8d;}
.contact_us_form textarea { width: 100%; border-radius: 4px; height: 132px; background: transparent; border: 1px solid #8a8c8d; }


/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 4% 0;
    background-color: #000; }    
.footer-inner-wrapper{ padding: 10px;}
.footer-title{ margin-bottom: 8px;}
.footer-title h1{ font-family: "Archivo", sans-serif; text-transform: uppercase; font-size: 1.5em; font-weight: 900; color: #fff;}
.heading-title h1{ font-family: "Archivo", sans-serif; text-transform: uppercase; font-size: 2.5em; font-weight: 900; color: black;}
.footer-data{ color: #c4c2c2;}
.footer-data ul { color: #c4c2c2; list-style: none; margin: 0; padding: 0;}
.footer-data ul li{ color: #c4c2c2; }
.footer-data ul li a { color: #c4c2c2; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}
.home-gallery{ margin:2px; display:block; }
.home-gallery img{ max-width:100%; }

/* -------------- 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; }


/* -------------- Prodcut Listing -------------- */
.product-wrapper{ border:1px solid #ccc; padding:8px; margin:15px 0;  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background-color:#fff; }
.product-image{}
.product-image img{ width:100%; margin-bottom:8px; }
.prodcut-title{ font-weight:400; text-align:center; color:#000; }

.product-wrapper:hover{ border:1px solid #ccc; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

/* -------------- Prodcut Details -------------- */

.product-details-wrapper{padding: 5% 0; background-color:#fff; }
.product-details-image{ margin-bottom:15px; }
.slider-nav .slick-slide{  }
.slider-nav{ }
.slide-thumb{ width: 100px !important; display:block; }
.left-thumb .slick-track{ width:105px !important; }
.left-thumb{ 
    width: 105px;
    overflow: hidden;
    float: left;
 }
 .slick-list {padding: 0 !important}
.right-preview{ overflow:hidden; }
.product-details-title h1{font-family: "Archivo", sans-serif; font-size: 1.4em; font-weight: 400; color: #000;}
.product-details-data{ background-color:#fff;}
.product-description{}
.product-size{margin: 22px 0; }
.product-size ul { list-style: none; margin: 0; padding: 0;}
.product-size ul li{ margin: 5px; border:1px solid #000; padding: 6px 10px ; display: inline-block; color: #000; }
.product-size ul li a{ color: #000; display:block; padding:3px 10px;  }

.gallery-wrapper{ padding: 4px; margin: 18px 0; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }
.gallery-wrapper a img{ width:100%;  }
.gallery-wrapper:hover{ box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }

.modal-header {
    background-color: #f6f6f6 !important;
    text-align: center;
  }
.nav-tabs {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs{ border: 0px !important;}
.nav-tabs .nav-link{ border: 0px !important;}
.tab-content{ padding: 10px; border:0px solid #ccc; border-top: 0px ;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 800;
  border-top: 0px !important; 
  border-left: 0px !important; 
  border-right: 0px !important; 
  border-bottom: 3px solid #000 !important;
  font-size: 15px !important;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-top:0!important;border-left:0!important;  border-right:0!important; border-bottom:3px solid #000; }

.nav-item{ font-size: 15px !important; border: 0;}
.nav-link {color: #454545 !important;}
.nav-link:focus, .nav-link:hover {
  color: #454545 !important;
}

.similer-wrapper{ padding: 25px;}
.tabSubdetail{ width:100%; }
.tabSubdetail table{ width:100%; border-top: 1px solid #9d9d9d; border-right: 1px solid #9d9d9d;}
.tabSubdetail table tr th{ background-color:#f6f6f6; padding:3px; text-align: center; border-bottom: 1px solid #9d9d9d; border-left: 1px solid #9d9d9d;}
.tabSubdetail table tr td{  padding:3px; text-align: center; border-bottom: 1px solid #9d9d9d; border-left: 1px solid #9d9d9d;}

.tab-content table{ width:100%; border-top: 1px solid #cacaca; border-right: 1px solid #cacaca;}
.tab-content table tr th{ background-color:#f6f6f6; padding:15px 24px 0; font-size: 14px; border-bottom: 1px solid #cacaca; border-left: 1px solid #cacaca;width: 50%;line-height: 1.42857143;vertical-align: top;height: 50px;}
.tab-content table tr td{  padding:16px 24px; font-size: 14px; border-bottom: 1px solid #cacaca; border-left: 1px solid #cacaca;width: 50%;height: 50px;vertical-align: top;}
