@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Bold.woff2") format("woff2"), url("../fonts/Industry-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Light.woff2") format("woff2"), url("../fonts/Industry-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Medium.woff2") format("woff2"), url("../fonts/Industry-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Black.woff2") format("woff2"), url("../fonts/Industry-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

div#single-prd-gallery ul li img {
    width: 200px;
    margin: 10px 10px 10px 0px;
}
div#single-prd-gallery ul li {
    list-style-type: none;
    display: inline-block;
}
.nav-bar .logo img.img-fluid {
    width: 70%;
}
.page-contacts .top-footer {
    display: none;
}
.pro-lar-mat {
    margin-top: 20px;
}
.pro-lar-mat h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
}
.pro-lar-mat select {
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 10px 20px;
}
.p-qty {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.add-t-cart{
        width: 100%;
    padding-left: 20px;
}
.add-t-cart button {
display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #0e0e0e;
    color: #fff;
    font-weight: 700;
    border:none;
    outline:none;
}
.add-t-cart button:hover {
    background: #fe0000;
    color: #fff;
}
.p-qty .qty-btn .product-container .product-quantity {
    display: flex;
       width: 125px;
    height: 54px;
}

.p-qty .qty-btn .product-container .product-quantity .sub {
    line-height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    border-right: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
}
.p-qty .qty-btn .product-container .product-quantity input {
    width: 100%;
    text-align: center;
    height: 54px;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    background: #ffffff;
    
}
.p-qty .qty-btn .product-container .product-quantity .add {
    opacity: 1;
    cursor: pointer;
    line-height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    border-left: 0;
    display: inline-block;
    padding: 0 12px;
}



    table.inq_basket{margin:0px;}
    table.inq_basket th, table.inq_basket td{text-align:center; padding:5px; border:1px solid #666;}
    table.inq_basket th{background:#fe0000; color:#FFF;}
    table.inq_basket td.a_left{text-align:left;}
    table.inq_basket td.inq_basket_img{width:120px; text-align:center;}
    table.inq_basket td.inq_basket_img img{display:block; max-height:150px; max-width:120px; margin:auto;}
      .sitesdrbut{display:inline-block; height:50px; padding:0px 20px; border-radius:2px; color:#fff; text-transform:capitalize; background:#fe0000; border:none; cursor:pointer; font-weight:bold; text-transform:uppercase;}
    .sitesdrbut:hover{color:#fff;}
       .input_main_sml{width:40px; padding:3px; border:1px solid #999; border-radius:2px;}
.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #141211;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

.sidenav ul {
  margin: 0;
  padding: 0;
}

.sidenav ul li {
  list-style-type: none;
  display: block;
}

.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}

.sidenav ul li a:hover {
  color: #fe0000;
}

.sidenav ul li ul.dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  position: relative;
}

.sidenav ul li ul.dropdown-menu li {
  background-color: #fe0000;
}

.sidenav ul li ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff;
}

.moblink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.moblink ul li {
  list-style: none;
  display: inline-block;
}

.moblink ul li a {
  font-size: 22px;
  color: #0e0e0e;
  padding: 0 10px;
    cursor: pointer;
        padding-right: 0;
}

.moblink ul li a:hover {
  color: #fe0000;
}

.moblink ul li:nth-of-type(2) a {
  font-size: 28px;
  color: #0e0e0e;
  position: relative;
}

.moblink ul li:nth-of-type(2) a span {
  display: inline-block;
  background: #fe0000;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.moblink ul li:nth-of-type(3) a {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.mobile_left,
.sidenav,
.moblink {
  display: none;
}

body {
  font-family: "Industry";
}

a {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

a:hover {
  text-decoration: none;
}

.pt-30 {
  padding: 30px 0;
}

.pt-40 {
  padding-top: 40px;
}

.p-txt {
  font-size: 14px;
  color: #0e0e0e;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}

.heading {
  font-size: 34px;
  color: #0e0e0e;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
.error-content h3 {
    font-size: 110px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}
.error-content p {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.error-content a {
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
}
.error-content a:hover {
color:#fe0000;
}
.top-bar .top-email a,
.top-bar .top-number a{
  color: #fff;
}
.top-bar .row{
  justify-content: space-between;
}
.top-bar {
  background: #fe0000;
}
.top-number {
  text-align: center;
}
.social-media{
  text-align: right;
}
.social-media ul{
  margin: 0;
  padding: 0;
}
.social-media ul li{
  display: inline-block;
  list-style-type: none;
}
.social-media ul li a{
  color: #fff;
}
.top-bar .top-main {
  text-align: center;
  padding: 10px 0;
}

.top-bar .top-main ul {
  font-size: 0;
}

.top-bar .top-main ul li {
  list-style: none;
  display: inline-block;
}

.top-bar .top-main ul li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 16px;
  font-weight: 500;
}

.top-bar .top-main ul li a:hover {
  color: #0e0e0e;
}

.top-bar .top-main ul li a::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background: #fff;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.top-bar .top-main ul li:last-child a::after {
  width: 0;
  height: 0;
}
.mid-bar {
  text-align: center;
  background: #0e0e0e;
  padding: 10px 0;
}

.mid-bar p {
  font-size: 14px;
  color: #fff;
}

.nav-bar {
  padding: 18px 0;
  text-align: center;
}

.nav-bar .logo {
  text-align: left;
}

.nav-bar .top_nav_items ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-bar .top_nav_items ul li {
  display: inline-block;
  list-style-type: none;
  padding: 14px 21px;
}
.nav-bar .top_nav_items ul li.dropdown{
  position: initial;
}
.nav-bar .top_nav_items ul li a {
  font-size: 14px;
  color: #0e0e0e;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-bar .top_nav_items ul li a.active i{
  color: #fe0000;
}
.nav-bar .top_nav_items ul li a:hover {
  color: #fe0000;
}
.nav-bar .top_nav_items {
  position: relative;
}
.nav-bar .top_nav_items ul li ul {
  position: absolute;
  top: 45px;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 999;
  background: #fff;
  border: 0px solid #e4e4e4;
  border-bottom: 0px;
 
}
ul.l2_ul.dropdown-menu{
   box-shadow: 0px 0px 7px #ddd;
    top: 60px !important;
    border-radius: 10px;
        height: 800px;
}
.nav-bar .top_nav_items ul li.menu.dropdown.noactive {
    line-height: 30px;
}
.nav-bar .top_nav_items ul li ul ul.main-l2 li a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
ul.dropdown-menu a:hover{
  background-color: transparent;
}
.nav-bar .top_nav_items ul li ul li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.0s;
  transition: 0.0s;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding:0 15px;
      line-height: 20px;

}
.nav-bar .top_nav_items ul li ul ul.main-l2 {
  display: block;
  width: 100%;
}

.nav-bar .top_nav_items ul li ul li a {

  padding-left: 10px;
  color: #0e0e0e !important;
  display: block;
  width: 100%;
  padding:10px 0;
}
.nav-bar .top_nav_items ul li ul li a:hover {
  color: #fe0000 !important;

}
li.l2_li.active a.has_drop{
      color: #fe0000 !important;
}
li.menu.dropdown:hover ul.l2_ul.dropdown-menu {
	display: flex;
	padding:20px;
  }


.nav-bar .cart_menu {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bar .cart_menu form {
  position: relative;
  width: 54%;
}

.nav-bar .cart_menu form input {
  border: none;
  outline: none;
  padding: 0 0;
  width: 100%;
  color: #9b9b9b;
  font-size: 14px;
  padding: 9px 0;
}

.nav-bar .cart_menu form button {
  border: none;
  outline: none;
  background: transparent;
  color: #0e0e0e;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
      background: #fff;
    height: 100%;
}

.nav-bar .cart_menu a {
  font-size: 28px;
  color: #0e0e0e;
  padding-left: 20px;
  position: relative;
  padding-right: 10px;
  display: none;
}

.nav-bar .cart_menu a span {
  display: inline-block;
  background: #fe0000;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  
}
.l2_li ul.main-l2 {
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
    right: 0px;
    display: none;
    width: 265px;
    z-index: 999;
    background: #fff;
    border: 0px solid #e4e4e4;
    padding: 0 0 0 0;
    border-bottom: 0px;
}
.l2_li ul.main-l2 li{
    padding:0 15px  !important;
}
.l2_li:hover .main-l2{
    display:block;
}
li.menu.active a{
    color:#fe0000 !important;
}
a.has_drop{
    position:relative;
    width:100%;
}
/* a.has_drop:after {
content:'\eab8';
 position: absolute;
 right:0;
 font-family:IcoFont;   
} */
.carousel-control-next,
.carousel-control-prev {
  background: transparent;
  border: 0;
}

.carousel-indicators {
  bottom: 35px;
      display: inline-flex;
    align-items: center;
}

.carousel-indicators button {
    display: block;
    width: 15px !important;
    height: 15px !important;
    background: #fff;
    border-radius: 100%;
    border: none;
    margin: 0 2px;
    padding: 0 !important;
    line-height: 0px !important;
}

.carousel-indicators button.active {
    background: #fe0000;
    width: 15px !important;
    height: 15px !important;
    line-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.cate_main .inner_cate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cate_main .inner_cate .cate-img {
  overflow: hidden;
}

.cate_main .inner_cate .cate-img img {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cate_main .inner_cate .cate-overlay {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.inner_cate:after {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  top: auto;
  background: rgb(254 1 0 / 46%);
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.inner_cate:hover::after {
  bottom: 0;
  height: 100%;
}
.cate_main .inner_cate .cate-overlay h3 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.cate_main .inner_cate .cate-overlay span.cate-btn {
  font-size: 15px;
  color: #0e0e0e;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 102% 0%, 84% 124%, 0% 100%);
          clip-path: polygon(0 0, 102% 0%, 84% 124%, 0% 100%);
  border-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 27px;
  text-align: left;
  padding: 0 0 0 15px;
}

.cate_main .inner_cate .cate-name {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cate_main .inner_cate .cate-name h3 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.cate_main .inner_cate .cate-name span.cate-btn {
  font-size: 15px;
  color: #0e0e0e;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 102% 0%, 84% 124%, 0% 100%);
          clip-path: polygon(0 0, 102% 0%, 84% 124%, 0% 100%);
  border-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 27px;
  text-align: left;
  padding: 0 0 0 15px;
}

.cate_main .inner_cate:hover .cate-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cate_main .inner_cate:hover .cate-name {
  display: none;
  bottom: -100px;
  text-align: center;
  left: 0;
}

.cate_main .inner_cate:hover .cate-name span.cate-btn {
  background: #fe0000;
  color: #fff;
}

.cate_main .inner_cate:hover .cate-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  top: 40%;
  text-align: center;
  left: 0;
}

.cate_main .inner_cate:hover .cate-overlay span.cate-btn {
  background: #fe0000;
  color: #fff;
}

.item {
  padding-bottom: 30px;
        border: 1px solid #e1e1e1;
}

.item .fea {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.item .fea .fea-img {
  overflow: hidden;
}

.item .fea .fea-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item .fea .fea-text {
  position: relative;
}

.item .fea .fea-text h4 {
  font-size: 15px;
  color: #0e0e0e;
  width: 80%;
  padding-bottom: 10px;
}

.item .fea .fea-text p {
  font-size: 16px;
  color: #0e0e0e;
}

.item .fea .fea-text .cart {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #0e0e0e;
  font-size: 24px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.item .fea .pro-search {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  top: auto;
  background: rgb(254 1 0 / 46%);
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item .fea:hover .pro-search {
  bottom: 0;
  height: 100%;
}
.item .fea .pro-search a {
  border: none;
  outline: none;
  background: transparent;
  color: #0e0e0e;
  font-size: 22px;
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}

.item .fea:hover .fea-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item .fea:hover .fea-text .cart {
  background: #fe0000;
}



.about-box .abt-txt {
  padding-left: 15px;
  text-align: center;
}
.about-box .abt-txt h5 {
  font-size: 14px;
  color: #0e0e0e;
  text-transform: uppercase;
}

.about-box .abt-txt h4 {
  padding: 10px 0;
}

.about-box .abt-txt p {
  font-size: 14px;
  color: #7a7a7a;
}

.about-box .abt-txt .tabs {
  padding-top: 50px;
}

.about-box .abt-txt .tabs .accordion-item .accordion-button {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
}

.about-box .abt-txt .tabs .accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
  border-left: 0;
  border-right: 0;
}

.about-box .abt-txt .tabs .accordion-button:not(.collapsed) {
  color: #fe0000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fe0000;
}

.about-box .abt-txt .tabs .accordion-button::after {
  content: '\eab2';
  font-family: IcoFont;
  font-size: 20px;
  background: none;
  color: #0e0e0e;
  position: relative;
  right: 5px;
}

.about-box .abt-txt .tabs .accordion-button:not(.collapsed)::after {
  color: #fe0000;
}

.production-video .section-title {
  margin-bottom: 50px;
}
.certificate-main{
    background-color: #000;
    padding: 30px 0;
    border-bottom: 2px solid #fe0100;
}
.certificate-main .certificate-item {
    width: 200px;
    margin: 0 auto;
}
.client-review {
     background-color: #fe0000;
  padding: 50px 0;
}

.client-slider .client-card {
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.client-card {
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 18px 16px 0px #00000059;
}
.client-card img.client-image {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  margin: 0 auto;
}
.review-item{
  padding-top:30px;
  padding-bottom:50px;
  padding-right: 30px;
}
.client-card:hover .client-img img {
  border-color: #fe0000;
}
.client-card p {
  color: #555;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  min-height: 78px;
}
.client-content {
  padding: 65px 30px 30px;
}
.client-card h4 {
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-card .client-img {
  margin: 0 auto;
  text-align: center;
}
.client-card:hover {
  box-shadow: 0px 18px 16px 0px #00000087;
}
.client-card .client-img img{
  border-radius: 50px;
  border: 2px solid #ddd;
}
.client-card .client-img {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}
.client-card::after{
      content: "\f10d";
          font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 65px;
  left: 30px;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
      color: #fe0100;
          font-size: 30px;
}
.client-card::before{
    content: "\f10e";
  position: absolute;
  bottom: 30px;
  right: 15px;
    font-family: "Font Awesome 5 Pro";
  width: 30px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
      color: #fe0100;
          font-size: 30px;
}
.production-video .section-title h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.work-box .work {
  position: relative;
  text-align: center;
}

.work-box .work .work-txt {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.work-box .work .work-txt h4 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.work-box .work .work-txt p {
  font-size: 14px;
  color: #fff;
}

footer .main-footer {
  background: #0e0e0e;
  position: relative;
}

footer .top-footer .inner-link {
  text-align: center;
  padding: 50px 0;
}

footer .top-footer .inner-link h4 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
}

footer .top-footer .inner-link p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
}

footer .top-footer .inner-link a.chat {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
}

footer .top-footer .inner-link a.chat:hover {
  color: #0e0e0e;
  background: #fff;
}

footer .top-footer .inner-link a {
  margin-top: 10px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
footer .top-footer .inner-link a:hover{
    color:#fe0000;
}

footer .top-footer .inner-link form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

footer .top-footer .inner-link form input {
  background: #fff;
  display: inline-block;
  height: 53px;
  line-height: 53px;
  width: 100%;
  padding: 0 20px;
  outline: none;
  border: none;
}

footer .top-footer .inner-link form button {
  background: transparent;
  color: #fe0000;
  position: absolute;
  top: 15px;
  right: 20px;
  outline: none;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
}

footer .top-footer .inner-link form button:hover {
  color: #0e0e0e;
}

footer .top-footer .row {
  border-bottom: 1.5px solid #1e1e1e;
}

footer .top-footer .row .col-lg-4 {
  padding: 0;
  border-right: 1.5px solid #1e1e1e;
}

footer .top-footer .row .col-lg-4:last-child {
  border: none;
}

footer .mid-footer {
  padding-top: 50px;
}

footer .mid-footer .foot-link h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

footer .mid-footer .foot-link ul li {
  list-style: none;
  display: block;
  padding-bottom: 10px;
}

footer .mid-footer .foot-link ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

footer .mid-footer .foot-link ul li a i {
  font-size: 16px;
  padding-right: 5px;
}

footer .mid-footer .foot-link ul li a:hover {
  color: #fe0000;
  padding-left: 5px;
}

footer .mid-footer .foot-link ul li:last-child a {
  padding-bootom: 0px;
}

footer .mid-footer .foot-link .news h6 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

footer .mid-footer .foot-link .news h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
}

footer .mid-footer .foot-link .news span {
  color: #646464;
  font-size: 13px;
  text-transform: uppercase;
}

footer .bottom-footer {
  padding-top: 40px;
}

footer .bottom-footer .design {
  text-align: center;
  padding: 20px 0px;
}

footer .bottom-footer .design p {
  font-size: 14px;
  color: #fff;
}

footer .bottom-footer .design p a {
  font-size: 14px;
  color: #fff;
}

footer .bottom-footer .design p a:hover {
  color: #fe0000;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* --- bread-crumbs start ---*/
.bread-crumb {
  background: url(../images/pages-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 83px 0;
}

.bread-crumb ul {
  text-align: center;
  font-size: 0;
}

.bread-crumb ul li {
  list-style: none;
  display: inline-block;
}

.bread-crumb ul li i {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}

.bread-crumb ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}



.bread-crumb ul li span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.page-title {
  font-size: 54px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

/* --- bread-crumbs end ---*/
/* About start here */
.page-content {
  padding: 70px 0;
}

.page-content .page-text p {
  font-size: 16px;
  color: #0e0e0e;
  line-height: 24px;
  padding-top: 25px;
}

.about-txt p {
  font-size: 16px;
  color: #0e0e0e;
  line-height: 24px;
  padding-bottom: 25px;
}

.about-txt .help {
  background: #eeeeee;
  padding: 23px 0 23px 30px;
  position: relative;
  overflow: hidden;
}

.about-txt .help h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0e0e0e;
  padding-bottom: 10px;
}

.about-txt .help a {
  font-size: 18px;
  font-weight: 500;
  color: #fe0000;
}

.about-txt .help a i {
  font-size: 28px;
  color: #fe0000;
  font-weight: 500;
}

.about-txt .help:after {
  content: '';
  position: absolute;
  width: 154px;
  height: 187px;
  background: #fe0000;
  right: -118px;
  bottom: -108px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*About End*/
/* Contact start */
.cont {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 25px;
}

.cont h5 {
  font-size: 22px;
  color: #0e0e0e;
  font-weight: 500;
  padding: 5px 0;
}

.cont p {
  font-size: 16px;
  color: #0e0e0e;
}

.cont p a {
  font-size: 16px;
  color: #0e0e0e;
}

.cont p a:hover {
  color: #fe0000;
}

.cont-form h4 {
  font-size: 28px;
  font-weight: 700;
  color: #0e0e0e;
  padding-bottom: 15px;
}

.cont-form p {
  font-size: 16px;
  color: #0e0e0e;
  font-weight: 500;
}

.cont-form form label {
  color: #0e0e0e;
  font-size: 16px;
  padding-top: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}

.cont-form form label span {
  color: #fe0000;
  font-size: 18px;
}

.cont-form form input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #0e0e0e;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  outline: none;
}

.cont-form form select {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #0e0e0e;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  outline: none;
  background: transparent;
}

.cont-form form select option {
  color: #0e0e0e;
  font-weight: 300;
}

.cont-form form textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  color: #0e0e0e;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  outline: none;
}

.cont-form form button {
  margin-top: 20px;
  font-size: 16px;
  background: #fe0000;
  width: 130px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  border: 2px solid #fe0000;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.cont-form form button:hover {
  color: #fe0000;
  border: 2px solid #fe0000;
  background: transparent;
}

/* Contact End */
/* product page css start */
.pro-title {
  font-size: 22px;
  color: #0e0e0e;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.pro {

  padding: 0px;
  margin-bottom: 30px;
}

ul.pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.pagination li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
ul.pagination li strong {
  width: 28px;
  height: 28px;
  line-height: 25px;
  display: block;
  outline: none;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
  color: #0e0e0e;
  background: transparent;
  text-align:center;
}
ul.pagination li a {
  width: 28px;
  height: 28px;
  line-height: 25px;
  display: block;
  outline: none;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
  color: #0e0e0e;
  background: transparent;
   text-align:center;
}

ul.pagination li a:hover {
  color: #fff;
  border-color: #fe0000;
  background: #fe0000;
}

ul.pagination li strong.current {
  color: #fff;
  border-color: #fe0000;
  background: #fe0000;
}

.side-heading {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #0e0e0e;
  width: 100%;
}

.side-heading img {
  margin-right: 15px;
}

.sidebar {
  background: #0e0e0e;
}


.sidebar ul li{
    list-style:none;
      margin: 2px 0;
}

.sidebar ul li a {
  border-radius: 0 !important;
  padding: 0 15px;
  font-size: 18px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  width: 100%;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  text-align: left;
  font-weight: 700;
  background: #1e1e1e;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.sidebar ul li a::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 20px;
}

.sidebar ul li a::after {
  content: '';
  position: absolute;
  width: 88px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 24px;
}

.sidebar ul li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #0e0e0e;
  position: relative;
  top: 6px;
  right: 34px;
  float: right;
  z-index: 2;
  border: 1px solid #fff;
  margin-top: 6px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.sidebar ul li a span:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}

.sidebar ul li a:hover {
  background: #fe0000;
}

.sidebar ul li a:hover span {
  background: #fe0000;
}

.sidebar ul li a.active {
  background: #fe0000;
}

.sidebar ul li a.active span {
  background: #fe0000;
}

.sidebar .accordion-body {
  padding: 0;
}

.sidebar .accordion-body ul {
  padding: 0px 0;
}

.sidebar .accordion-body ul li {
  list-style: none;
  display: block;
}

.sidebar .accordion-body ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #1e1e1e;
  position: relative;
  padding: 0 25px;
}

.sidebar .accordion-body ul li a:hover {
  color: #fe0000;
  margin-left: 5px;
}

.sidebar .accordion-body ul li a::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 15px;
  left: 5px;
  bottom: 17px;
  background: #fe0000;
}

/* end */
/* product large css start */
 .pro-main  {
  border: 1px solid #e1e1e1;
  width:100%;
  text-align:center;
  padding:20px;
}

.pro-large .pro-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.pro-large .pro-more ul li {
  list-style: none;
  padding: 0 5px;
  width: 130px;
  height: 130px;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
}

.pro-name h4 {
  font-size: 30px;
  font-weight: 700;
  color: #0e0e0e;
}

.pro-art {
  padding: 10px 0;
}

.pro-art p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #0e0e0e;
}

.pro-art p span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 72px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #dddddd;
  margin-left: 10px;
}

.pro-desc {
  border: 1px solid #e1e1e1;
  padding: 20px;
}

 .pro-desc h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0e0e0e;
  text-transform: uppercase;
}

.pro-desc .text p {
  font-size: 14px;
  color: #0e0e0e;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
}

.pro-cat {
  padding: 20px 0;
}

.pro-cat p {
  font-size: 14px;
  font-weight: 500;
  color: #0e0e0e;
}

.pro-color h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0e0e0e;
  padding-bottom: 10px;
}

.pro-color select {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  outline: none;
}

 .pro-size {
  padding: 20px 0;
}

 .pro-size h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0e0e0e;
  padding-bottom: 10px;
}

.pro-size li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  /* Style the active class (and buttons on mouse-over) */
}

 .pro-size li button {
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #0e0e0e;
  background: #f4f4f4;
  width: 38px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  border: none;
}

.pro-size li button:hover {
  background: #fe0000;
  color: #fff;
}

.pro-size li.active button {
  background: #fe0000;
  color: #fff;
}

 .pro-qua {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-qua .input-group {
  background: #f4f4f4;
  width: 125px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro-qua .input-group input {
  background: transparent;
  border: none;
  text-align: center;
  width: 33px;
}

 .pro-qua .input-group button.btn.btn-default.btn-number {
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 17px 5px;
}

 .pro-cart {
  width: 100%;
  padding-left: 25px;
}

.pro-cart button {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #0e0e0e;
  color: #fff;
  font-weight: 700;
  border:none;
  outline:none;
}

.pro-cart button i {
  font-size: 22px;
  padding-right: 5px;
}

 .pro-cart button:hover {
  background: #fe0000;
  color: #fff;
}

 .share ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share ul li {
  list-style: none;
  display: inline-block;
}

 .share ul li p {
  font-size: 16px;
  font-weight: 700;
  color: #0e0e0e;
  padding-right: 5px;
}

 .share ul li a {
  font-size: 26px;
  padding-right: 5px;
}

 .share ul li:nth-of-type(2) a {
  color: #1877F2;
}

.share ul li:nth-of-type(2) a:hover {
  color: #fe0000;
}

.share ul li:nth-of-type(3) a {
  color: #1DA1F2;
}

 .share ul li:nth-of-type(3) a:hover {
  color: #fe0000;
}

 .share ul li:nth-of-type(4) a {
  color: #BD081C;
}

 .share ul li:nth-of-type(4) a:hover {
  color: #fe0000;
}

.related {
  font-size: 32px;
  color: #0e0e0e;
  font-weight: 700;
  padding-bottom: 30px;
}

.product_img {
  width: 150px;
  border: 1px solid #e1e1e1;
}

.cart_main {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 30px;
}

.post_inner input {
  width: 130px;
  display: inline-block;
  border-radius: inherit;
  border: 1px solid #000;
}

.post_inner input {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.post_inner button {
  background: #b40001;
  color: #fff;
  border: 0;
  height: 40px;
  font-size: 15px;
  width: 100px;
  outline: none;
}

.product_detail p {
  font-size: 16px;
  color: #030303;
}

.product_detail p span {
  font-weight: 600;
}

.inquiry_btn {
  padding-top: 50px;
}

.inquiry_btn a {
  background-color: #b40001;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.variation-lbl {
    font-size: 16px;
    font-weight: 700;
    color: #0e0e0e;
    padding-bottom: 10px;
}
/*end*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.product-page .col-lg-9 {
  width: 100%;
}
.size-chart-main{}
.size-chart-main .size-chart {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  text-align: left;
}

.size-chart-main .chart-head {
  display: flex;
  background-color: #f8f8f8;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.size-chart-main  h2{
  font-size: 32px;
  color: #0e0e0e;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 40px;
}
.size-chart-main .head-text {
  flex: 1;
  padding: 10px;
  text-align: center;
}

.size-chart-main .head-text span {
  color: #fe0000;
  font-weight: bold;
}

.size-chart-main .chart-data {
  display: flex;
  flex-direction: column;
}

.size-chart-main .chart-inner {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.size-chart-main .chart-inner:last-child {
  border-bottom: none;
}

.size-chart-main .chart-text {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.size-chart-main .chart-text span {
  display: block;
  font-weight: normal;
}

.size-chart-main .chart-text em {
  display: inline-block;
  background-color:#fe0000;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
}
.size-chart-main .image img {
  margin-top: 20px;
  width: 100%;
}

.factory-departments {
  text-align: center;
  padding: 20px;
}

.factory-departments h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.departments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-items: center;
}

.department-card {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 24px;
}
.department-card:hover p{
  color: #fff;
}
.department-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.department-card p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.department-card:hover {
  background: #fff;
}
.department-card:hover p{
  color: #fe0000;
}
.factory-page{
  background-color: #f6f6f6;
}
.top-email {
  text-align: left;
}
.department-page {
  margin-bottom: 20px;
}
.department-page p {
    margin: 10px 0px;
}
.department-image img,
.catalogue-image img {
  width: 100%;
}
.department-image {
  margin-bottom: 24px;
}
.catalogue-image {
  margin-bottom: 24px;
  text-align: center;
}
.catalogue-image h3 {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.main-footer .whatsapp {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
}
.main-footer .whatsapp a {
  width: 45px;
  height: 45px;
  background: #25D366;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  line-height: 45px;
  margin-right: 15px;
  font-size: 22px;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1725px;
  }
}

@media screen and (max-width: 1799px) {
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1500px) {
  .nav-bar .cart_menu form {
    width: 70%;
  }
}
@media screen and (max-width: 1440px){
    .work-box .work .work-txt p br{
display:none;
}
.work-box .work .work-txt {
    padding:0 15px;
    bottom:30px;
}
}
@media screen and (max-width:1200px){
    .nav-bar .top_nav_items ul li {
  padding: 0 16px;
}
}

@media screen and (max-width: 1150px) {
  .nav-bar .top_nav_items ul li {
    padding: 0 6px;
  }
  .nav-bar .cart_menu form {
    width: 100%;
  }
  .nav-bar .cart_menu a {
    font-size: 26px;
    padding-left: 5px;
    padding-right: 10px;
  }
  .nav-bar .cart_menu form input {
    font-size: 12px;
    padding: 9px 0px 9px 5px;
  }
  .nav-bar .cart_menu form button {
    font-size: 20px;
        background: #fff;
    height: 100%;
  }
  .cate_main .inner_cate .cate-name h3 {
    color: #fff;
    font-size: 22px;
  }
  .cate_main .inner_cate .cate-name span.cate-btn {
    margin-top: 10px;
    font-size: 13px;
    width: 116px;
    height: 32px;
    line-height: 32px;
  }
  .cate_main .inner_cate .cate-name {
      bottom: 20px;
    left: 0;
    padding: 0 30px;

  }
  .cate_main .inner_cate .cate-overlay h3 {
    color: #fff;
    font-size: 22px;
  }
  .cate_main .inner_cate .cate-overlay span.cate-btn {
    margin-top: 10px;
    font-size: 13px;
    width: 116px;
    height: 32px;
    line-height: 32px;
  }
  .cate_main .inner_cate .cate-overlay {
    bottom: 20px;
    top:-150px;
  }
  .item .fea .fea-text a.cart {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
  }
  .item .fea .fea-text h4 {
    width: 100%;
  }
  .work-box .work .work-txt {
    bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
    .work-box .work .work-txt {
    padding: 0px;
}

  .cate_main .inner_cate {
    padding-top: 20px;
  }
  .abt-img {
    padding-bottom: 30px;
  }
  .work-box .work .work-txt p br {
    display: none;
  }
  .work-box .work .work-txt p {
    padding: 0 15px;
  }
  .work-box .work {
    margin-bottom: 20px;
  }
  .creat-box {
    padding: 0 !important;
  }
  .cate_main {
    padding: 0 !important;
  }
  footer .top-footer .inner-link a {
    font-size: 28px;
  }
  footer .top-footer .inner-link p {
    font-size: 13px;
  }
  footer .top-footer .inner-link form button {
    top: 18px;
    right: 4px;
    font-size: 12px;
  }
  footer .top-footer .inner-link form input {
    font-size: 12px;
  }
  .cate_main .inner_cate .cate-overlay h3 {
    color: #fff;
        font-size: 30px;
  }
  .cate_main .inner_cate .cate-name h3 {
    color: #fff;
    font-size: 30px;
  }
  .about-img {
    text-align: center;
    padding-bottom: 30px;
  }
  .col-justi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
      .sidebar {
    margin-bottom: 30px;
}
.page-content {
    padding: 40px 0;
}
}

@media screen and (max-width:990px){
    .cus-p{
        padding:0;
    }
      .nav-bar .top_nav_items {
    display: none;
  }
  .nav-bar .cart_menu {
       display: inline-flex;
    width: 100%;
  }
  .mobile_left,
  .sidenav,
  .moblink {
    display: block;
  }
li.dropdown-item {
    background: #000 !important;
}
    .dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:0%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
    ul.dropdown-menu.show {
    background: #000;
    left:0;
}
    .mob_menu {
      padding-bottom:20px;
  }
.mob_menu form {
  position: relative;
  width: 100%;
  padding:0 10px;
}

 .mob_menu form input {
  border: none;
  outline: none;
  padding: 0 0;
  width: 100%;
  color: #9b9b9b;
  font-size: 14px;
  padding: 9px 10px;
}

 .mob_menu form button {
  border: none;
  outline: none;
  background: transparent;
  color: #0e0e0e;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 11px;
      background: #fff;
}
a.has_drop:after {
    content: '\ea67';
    position: absolute;
    right: 0;
    font-family: IcoFont;
}
a.has_drop:hover{
    color:#fe0000 !important;
}
.cart-main{
        display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}
}
.mobile-email{
    display:none;
}
@media screen and (max-width: 767px) {
    .tablet-none,.top-email{
         display:none;
    }
    .nav-bar .row {
        justify-content: space-between;
    }
    .mobile-email{
        display:block;
        text-align: left;
    }
    .mobile-email ul li{
        display:inline-block;
    }
    .mobile-email ul li a{
        
    }
  .col-p {
    padding-bottom: 15px;
  }
  
    .sidebar {
    margin-bottom: 30px;
}

}

@media screen and (max-width: 500px) {

    a.btn.btn-danger.dropdown-toggle {
    background: transparent;
    border: none;
    outline: none;
    box-shadow:none;
}

.sidenav ul li ul.dropdown-menu li {
    background-color: #000;
}
.sidenav ul li ul.dropdown-menu {
    background: transparent;
}
.sidenav ul li ul.dropdown-menu li a:hover{
    color:#fe0000;
}

  .cate_main .inner_cate {
    margin-bottom: 20px;
  }
  .cate_main .row .col-12:nth-of-type(4) .inner_cate {
    margin-bottom: 0;
  }
  .abt-img {
    padding-bottom: 20px;
  }
  .work-box .work .work-txt p br {
    display: none;
  }
  .work-box .work .work-txt p {
    padding: 0 15px;
  }
  footer .top-footer .row .col-lg-4 {
    padding: 0;
    border-bottom: 1.5px solid #1e1e1e;
  }
  footer .mid-footer .foot-link {
    padding-top: 20px;
  }
  footer .mid-footer {
    padding-top: 30px;
  }
  footer .bottom-footer {
    padding-top: 10px;
  }
  .mid-bar {
    display: none;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .top-bar .top-main ul li a{
     padding: 0 14px;
  }
  .top-bar .top-main ul li:last-child a {
    padding-right: 0;
    }
    .top-bar .top-main ul li:first-child a {
        padding-left: 0;
    }
    .nav-bar .logo img.img-fluid {
        width: 100%;
    }
    #Home-area .carousel.slide{
        display:none;
    }
    .cate_main .inner_cate {
        padding-top: 0px;
    }
      .nav-bar .cart_menu form input {
        font-size: 10px;
        }
}


/*# sourceMappingURL=layout.css.map */