.full-bg{
  background-image: url(../media/fullbg.jpg);
  background-position: top center;
  background-repeat: repeat;
}

.header-main{
	width: 100%;
	height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8A8A8A; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e51f22; 
}

/*
// For FIXED HEADER
*/

.sticky{
  position:fixed;
  top:0;
  z-index:1;
  width:100%;}
  
.sticky + .content {
  padding-top: 60px;
}
  
.page-header {
    position:relative;
  display:block;
 }

.sticky2 {
    position: fixed;
    top: 0;
  z-index:1;
}

/* FOR BACK TO TOP BUTTON */

#button {
  display: inline-block;
  background-color: #e51f22;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding-bottom: 35px;
}

#button::after {
  content: "\25B2";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
  
/*
////////////////////////
*/  


.top-header{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 8px 0px;
}

@media screen and (max-width: 775px) {
  .top-header{
    display: none;
  }
}

.top-header-left{
  width:100%;
  height:auto;
  text-align:right;
  color:white;
}

.top-header-left p {
  font-size: 14px;
  padding-top: 3px;
  font-family: 'Krub', sans-serif !important;
}

.top-header-right{
  width:100%;
  height:auto;
  text-align: left;
}

.top-header-right i{
  background-color: #fff;
  padding: 4px 5px;
  color: #000;
  margin: 0px 10px;
}

.top-header-right a{
  font-size:14px;
  text-decoration:none;
  color:#FFF;
  padding-top: 3px;
  transition: 500ms;
}
  
.top-header-right a:hover{
  text-decoration: none;
  color:#E51F22;
}
  
@media screen and (max-width: 575px) {
  .top-header-cms{
    font-size:10px;
  }
}



.tsocial-links{
  text-decoration:none;
  color:#fff;
  font-size:14px;}
  
.tsocial-links:hover{
  text-decoration:none;
  color:#e51f22;
}


.headerr{
  background-color: #1E1E1E;
  background-image:url('../media/topbg.jpg');
  padding: 10px 0px;
  /*border-bottom:1px dashed #fff;*/
}

#navbar {
  overflow:visible;
  background-color:transparent;
  padding:5px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index:99;
}

.logo{
  width:100%;
  height:auto;
  padding:8px 0px;
}

.menu{
  width:100%;
  height:auto;}
  
.nav-my{
  width:auto;
  height:auto;
  padding: 4px 0px !important;
  margin-top:18px !important;
  margin-bottom:18px !important;}

.my-link{
  font-size:15px !important;
  color:#fff !important;
  font-weight: 600;
  font-family: Bahnschrift !important;
  margin-right:25px !important;
  transition: 500ms;
}
  
.my-link:hover{
  color: #e51f22 !important;
}
  
/*/////////////////////////////////////////////*/
      /*mega menu*/
/*/////////////////////////////////////////////*/
  
ul{
  list-style:none;
  margin: 0;
  padding: 0;}
  
.mega-menu {
    width:740px;
    left:4;
    right:0;
    padding:50px 35px;
    display:none;
    padding-top:10px;
    min-height:100%;
    background-color:#f5f5f5;
    z-index:1;}
  
.mcat_head{
    color:#663332;
    margin-top: 0px;
    font-size: 14px;
    padding-left:5px;
    padding-bottom: 10px;
    padding-top: 12px;
    font-weight: 800;
    text-transform: uppercase;}
    
.scat_down a{
  padding:5px;
  text-decoration:none;
  color:#1E1E1E;
  transition: 500ms;}
  
.scat_down a:hover{
  text-decoration:none;
  color:#ED3237;}


/*hover*/
.mega-menu:hover,
.mega-drop-down a:hover+.mega-menu{
  display:block;
}

/*responsive*/
@media (min-width:767px){
  .mega-menu{position:absolute;}
  }

@media (max-width:767px){
  .mega-menu{position:relative;}
  }
  
/*/////////////////////////////////////////////*/
      /*mega menu END*/
/*/////////////////////////////////////////////*/




/*/////////////////////////////////////////////*/
/* MEGA Menu */
/*/////////////////////////////////////////////*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.prod-list-my{
  background-color: #1E1E1E !important;
  box-shadow: 2px 2px 4px #000;
  padding: 0px 0px !important;
  margin: 0px !important;
  z-index: 1;
    /*overflow-y: auto !important;*/
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.prod-list-main-my{
  padding:10px 10px 10px 20px !important;
  color: #fff !important;
  font-size: 13px;
}

.prod-list-main-my:hover{
  color: #fff !important;
  background-color: #e51f22 !important;
}

.link-right{
  float: right;
  padding-top: 5px;
}

/*/////////////////////////////////////////////*/
      /*mega menu END*/
/*/////////////////////////////////////////////*/


.search-my{
  width: 100%;
  height: auto;
  padding: 12px 10px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #055baa;
}

.drop-down-search-my {
  position: absolute !important;
  padding: 4px !important;
  z-index: 1;
  width:200px;
  height:auto;
  border-radius:4px;
  right:0px !important;
  left: -120px !important;
  top: 38px !important;
  margin:15px 0;
  font-size:13px;
  text-align:center;
}


.header-right{
  width:100%;
  height:auto;
  padding-top:4px !important;
  padding-bottom:4px !important;
  margin:23px 0px;
  float:left !important;} 
  
.openBtn{
    border:none;
    font-size:16px;
    cursor:pointer;
    float:left;
    color:#663332 !important;}
  
.openBtn:hover{
    color: #1E1E1E !important;}

.overlay{
  height:100%;
  width:100%;
  display:none;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0, 0.9);}

.overlay-content{
  position:relative;
  top:32%;
  width:40%;
  text-align:center;
  margin-top:25px;
  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:18px;
  width:100%;
  color:#FFF;
  background-color:transparent;
  border:2px solid #CCC;
  border-radius:20px;
  position:relative;}

.overlay button{
  background-color:transparent;
  font-size:16px;
  border:0px;
  box-shadow:0px;
  cursor:pointer;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:16px;
  color:#FFF;}

.overlay button:hover{
  color:#663332;
}
  
.inquiry{
  width:100%;
  height:auto;
  padding-top:2px;} 
  
.inquiry-link{
  text-decoration:none;
  color:#fff;
  font-size:16px;}
  
.inquiry-link:hover{
  text-decoration:none;
  color: #ED3237;}


/*
//////////////////////////////////////////////////////////
////////////FOR responsive Side Nav bar
//////////////////////////////////////////////////////////
*/
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#1E1E1E;
    background-image: url('../media/fullbg.jpg');
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;}

.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #e6e6e6 !important;
    display: block;
    transition: 0.3s;}

.sidenav a:hover {
    color: #e51f22;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#fff !important;
}

.sidenav .closebtn:hover{
  color:#e51f22 !important;
  font-weight:900;
  text-decoration:none;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mobile-menu{
  width:100%;
  height:auto;
  padding:10px 0px;}
  
@media screen and (max-width: 1028px) {
  .menu-wide-screen{
    display:none !important;}

  .menu-wide-screen-0{
    display: none !important;
  }
}


.menu-tab-screen{
  display:none !important;}
  
.logo-tab{
  width:32%;
  text-align:center !important;
  margin:auto;
  padding:8px 0px;
  height: 70%;} 

@media screen and (max-width: 1028px) {
  .menu-tab-screen{
    display:block !important;}
}

.menu-mobile-screen{
  width:100%;
  height:auto;
  display:none;
  background-color: #080B14;}
  
.side-mob{
  width:23%;
  display:inline-block !important;}
  
.logo-mob{
  width:48%;
  margin:auto;
  text-align:center !important;
  display:inline-block !important;
  margin-left: 4px;
}

@media screen and (max-width: 775px) {
  .menu-mobile-screen{
    display:block !important;}
    
  .menu-tab-screen{
       display:none !important;}
  
}


/*
////////////SIDENAV SEARCH BAR///////////////////////////
*/

.search{
  width:100%;
  height:auto;
  padding-top:0px;}
  
.my-search{
  border-radius:10px !important;
  position:relative;
  color:#000 !important;}

.search-btn{
  background-color:transparent;
  border:0px;
  box-shadow:0px;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:16px;
  cursor: pointer !important;
  color:#663332;}

.my-search-icon{
    font-size:20px;
}

/*
////////////SIDE MENU ACCORDIAN////////////////////////////
////////////////////////////////////////
*/

.sidebar a {
  padding: 6px 8px 6px 28px;
  text-decoration: none;
  font-size: 14px;
  color:#1E1E1E;
  display: block;
  font-weight:640 !important;
}

.sidebar a:hover {
  text-decoration: none;
  color:#ED3237 !important;
  background-color:transparent;
  border-left:2px solid #ED3237;
  font-weight:500;
}

.sidebar button:hover {
  text-decoration: none;
  color:#ED3237 !important;
  border-left:2px solid #ED3237;
}

.card-header-nav{
  border:0 !important;
  background-image: url('../media/fullbg.jpg');  
  padding-top:0px !important; 
  padding-bottom:0px !important; 
  padding-left:3px !important;
  margin:0px !important;
  display:inline-block !important;
  border-radius:0px !important;
  width:100% !important;
}
  
.cat-link-nav{
  text-decoration:none !important;
  color:#e6e6e6 !important;
  font-size:14px !important;
  font-weight:640 !important;
  margin:0px !important;
  transition: color 500ms !important;
  padding: 6px 35px 6px 23px !important;
}
  
.cat-link-nav:hover{
  text-decoration:none !important;
  color:#FFF !important;
  }

.card-body-nav{
  padding:0px !important; 
  margin:0px !important; 
  background-image: url('../media/fullbg.jpg');
  border: 0 !important;
}
  
.cat-inside-nav{
  list-style-type:none;
  font-size:12px !important;
  font-weight:400 !important;
  margin:0px !important;
  text-decoration:none;
  color:#333333 !important;
  transition:padding-left 300ms, color 700ms !important;}
li {
  list-style-type:none !important;}
  
.cat-inside-nav:hover{
  list-style-type:none;
  padding-left:29px;
  text-decoration:none;
  color:#663332 !important;}


/*
/////////////////////////////////////////////////
*/



.slider{
  width:100%;
  height:auto;
  background-color:#1E1E1E;}




.below-slider-cat{
  width: 100%;
  height: auto;
  padding: 100px 0px;
  background-image: url("../media/cat-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.below-slider-cat:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.below-slider-cat-head{
  width: 100%;
  height: auto;
  text-align: center;
}

.below-slider-cat-head h3{
  font-size: 22px;
  font-weight: bold;
}






.index-categories-new{
  width: 100%;
  height: auto;
  padding: 70px 0px;
}

.index-categories-left{
  width: 100%;
  height: auto;
  margin: auto;
  transition:0.5s;
  overflow:hidden;
  position: relative;
}

.index-categories-left:hover .index-categories-left-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-left-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-left img{
  width: 100%;
  height: 100%;
}

.index-categories-left h4{
  position: absolute;
  bottom: 15px;
  color: #fff;
  left: 20px;
  font-size: 32px;
  text-shadow: 2px 2px #000;
}

.index-categories-left h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}


@media screen and (max-width: 767px) {

  .index-categories-left{
    width: 93% !important;
    margin-top: 20px !important;
  }

  .index-categories-right-top{
    overflow: hidden !important;
    margin-top: 20px;
  }

  .my-col{
    height: 100%;
  }
    
}


.index-categories-right-top{
  width: 100%;
  height: 98%;
  transition:0.5s;
  overflow:hidden !important;
  position: relative;
}

.index-categories-right-top img{
  width: 100%;
  height: 98% !important;
}

.index-categories-right-top:hover .index-categories-right-top-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-right-top-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-right-top h4{
  position: absolute;
  bottom: 15px;
  color: #fff;
  left: 20px;
  font-size: 32px;
  text-shadow: 2px 2px #000;
}

.index-categories-right-top h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}


/*
/////////////////////////////////////////////////
*/

.index-head{
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.index-head h3{
  color: #e2d2b2;
  font: 600 38px 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.index-head hr{
  width: 10%;
  margin: auto;
  height: 4px;
  background-color: #e51f22;
}

.index-category{
  width: 100%;
  height: auto;
  padding: 80px 0px 50px 0px;
/*  background-color: #fff;*/
}

@media screen and (max-width: 767px) {

  .index-categories-side{
    margin-top: 20px;
  }

  .my-col{
    height: 100%;
  }
    
}


.index-categories-side{
  width: 100% !important;
  height: 300px !important;
  margin: 13px auto;
  transition:0.5s;
  overflow:hidden;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 775px) {

  .index-categories-side{
    width: 80% !important;
  }
    
}

.index-categories-side img{
  width: 100% !important;
  height: 100% !important;
  object-fit:cover;
}

.index-categories-side:hover .index-categories-side-img{
  transform:rotate(0deg) scale(1.07);
}

.index-categories-side-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-side h4{
  position: absolute;
  bottom: 86px;
  left: 90px;
  color: #fff;
/*  font-size: 27px !important;*/
  text-shadow: 3px 3px 5px #000;
  font: 600 22px 'Poppins', sans-serif;
  text-transform: uppercase;
}

.index-categories-side span{
  position: absolute;
  bottom: 45px;
  left: 70px;
  color: #fff;
  transition: all 0.6s;
  padding: 10px 40px;
  text-transform: capitalize;
  background: #e51f22;
  font: 500 16px 'Poppins', sans-serif;
  transition: 700ms;
}

.index-categories-side span:hover{
  background: #fff;
  color: #e51f22;
}

/*
/////////////////////////////////////////////////
*/


.about-company-aboutpage {
  width: 100%;
  height: auto;
  padding: 50px 40px;
  padding-bottom: 120px;
  background-image: url("../media/parallex2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-color: #101010;*/
  position: relative;
}

.about-company-aboutpage:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.about-company{
  width: 100%;
  height: auto;
  padding: 50px 40px;
  padding-bottom: 120px;
  background-image: url(../media/parallex5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  position: relative;
}
  

.about-company:before {
  content: "";
  background: rgba(1, 66, 130, 0.25);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about-head{
  width: 100%;
  height: auto;
}

.about-head h2 {
  font-size: 30px;
}

.about-para{
  width: 100%;
  height: auto;
  padding: 25px 30px;
  font-style: italic;
  text-align: justify;
}

.about-para a{
  font-size: 14px;
  background-color: #1d1d1d;
  color: #c7af8b;
  padding: 10px 25px;
  transition: 500ms;
}

.about-para span{
  background-color: #c7af8b;
  color: #fff;
  padding: 8px 15px;
  margin-left: -4px;
  padding-bottom: 10px !important;
}

.about-para a:hover{
  background-color: #c7af8b;
  text-decoration: none;
  color: #fff;
}

.about-para ul{
  margin-bottom: 50px; 
  margin-top: 30px;
}

.about-para ul li{
  display: inline-block;
}

.about-para ul li i{
  font-size: 12px;
}


@media screen and (max-width: 712px) {

  .about-para{
    padding: 25px 10px;
  }

  .about-para ul li{
    display: block;
  }

}


.contact-index{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 160px 0px;
  background-image: url("../media/contact-map.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.contact-info{
  width: 100%;
  height: auto;
  text-align: right !important;
  padding: 25px 0px;
}

@media screen and (max-width: 740px) {

  .contact-info{
    text-align: left !important;
    padding-left: 15px;
  }

}

.contact-info-inner{
  width: 100%;
  height: auto;
  padding: 0px 20px;
}

.contact-info-head{
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.contact-info-head h3{
  color: #c7af8b;
  font-size: 24px;
  font-family: cursive;

}

.contact-info-data{
  margin-bottom: 10px;
}

.contact-info-data span{
  color: #c7af8b; 
  font-weight: bold;
}

.contact-info-data p{
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 0px !important;
}

.contact-info-data a{
  color: #fff;
  font-size: 13px;
  padding: 4px 0px;
}

.contact-info-data a:hover{
  color: #c7af8b;
}

.contact-info-data a i{
/*  font-size: 13px !important;*/
}

.contact-info-inner2{
  width: 100%;
  height: auto;
  padding: 0px 20px;
}


.quote-index{
  width: 100%;
  height: auto;
  padding: 75px 0px;
  background-color: #000;
  background-image: url("../media/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.quote-index:before {
  content: "";
  background: rgba(0, 0, 0, 0.89);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.quote-head{
  width: 100%;
  height: auto;
}

.quote-head h2{
  font-size: 24px;
  color: #e6e6e6;
  font-weight: bold;
  text-align: center;
  font-family: "Audiowide", sans-serif;
}

.quote-btn{
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 30px;
}

.quote-btn a{
  text-decoration: none;
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 40px;
  box-shadow: 0px 0px 12px #616161;
  transition: 1000ms;
}

.quote-btn a:hover{
  background-color: #e6e6e6;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 0px 0px #e6e6e6;
}

.coming-soon{
  color:#e51f22;
  text-align:center;
  margin:15px;
  padding-top:30px;
}

.feature-product{
  width:100%;
  height:auto;
  padding:100px 0px;
/*  background-color: #fff;*/
}


.feature-down{
  width:100%;
  height:auto;
  padding-bottom:40px;
  padding-top: 80px;
}

/*
///////////NEW FEATURE PRODUCTS////////////////
*/

.prod-main-container-feat-new2 {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.prod-main-container-feat-new2 .prod-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.prod-main-container-feat-new2:hover .prod-overlay{
    opacity: 1;
}

.prod-image2 {
    width: 100%;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 100%;
}

.prod-detail2 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 95%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.prod-main-container-feat-new2:hover .prod-detail2 {
    top: 85%;
    left: 50%;
    opacity: 1;
}

.prod-detail2 h3 {
  font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align:left;
    margin-left: 12px;
}

.prod-detail2 p {
    color: #fff;
    font-size: 1em;
    text-align:left;
    margin-left: 12px;
}

.fadeIn-bottom {
    top: 80%;
}



.below-slider{
  width:100%;
  height:auto;
  background-color:#663332;
  padding:60px 0px;
  position: relative;
}

.below-slider-in{
  width:100%;
  height:auto;
  text-align: center;
}

.below-slider-in i{
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  opacity: .7;
}

.below-slider-in p{
  color:#f2f2f2; 
  font-size:14px; 
  margin-bottom:0;
}

.below-slider-text2{
  text-decoration:none;
  color:#fff; 
  font-weight:740; 
  font-size:16px;
  opacity: .8;
} 

.below-slider-text2:hover{
  text-decoration:none;
  color:#fff;
}



.index-about{
  width:100%;
  height:auto;
}

.index-about-head{
  width:100%;
  height:auto;
}

.index-about-head h3{
  color:#fff;
  font-size:40px;
}

.index-about-head span{
  color:#E43D4E;
  opacity: .9;
}

.fw-divider-short-line{
    width: 50px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 22px;
    background-color: #e43d4e;}

.index-about-txt1 p{
  font-weight: 400;
  color: #fff;
}

.index-about-txt2{
  margin: 20px 0px;
  color:#a4a9b9;
}

.index-about-txt2 a{
  color:#E43D4E;
  font-weight:700;
  opacity: .9;
}

.index-about-txt2 a:hover{
  color:#ffffff;
  text-decoration:none;
}


/*
////////////////////////////////////////////////////
*/

.index-contact{
  width:100%;
  height:auto;
  padding:60px 0px;
  background-image: url('../media/welcome-new02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index-contact:before {
  content: "";
  background: rgba(102, 51, 50, 0.95);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact-head{
  width:100%;
  height:auto;
  font-size:28px;
  text-align:center;
  color:#fff;
  margin:8px 0px;
  padding-top:10px;
  font-weight:bold;
  margin-bottom: 50px;
}

.contact-head span{
  color:#ffc722;
  opacity: .9;
}
  
.contact-form{
  width:70%;
  margin: auto;
  height:auto;
}

.contact-form input{
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  padding: 10px 12px;
  background-color: transparent;
  margin-bottom: 20px;
  color: #fff;
}

.contact-form textarea{
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  padding: 10px 12px;
  background-color: transparent;
  margin-bottom: 20px;
  color: #fff;
}

.btn-contact-index{
  width: 30% !important;
  background-color:transparent !important;
  color:#fff !important;
  transition: 500ms;
}

.btn-contact-index:hover{
  background-color:#fff !important;
  color:#000 !important;
}



.index-categories{
  width:100%;
  height:auto;
  padding:100px 0px;
  background-color: #080B14;
}

.categories-head{
  width:100%;
  height:auto;
  text-align:center;
  font-size:32px;
  color:#fff;
  font-weight:500;
  margin-bottom:30px;
}

.categories-head span{
  color:#E43D4E;
  opacity: .9;
}

.categories-down{
  width:100%;
  height:auto;
  padding-bottom:40px;
  margin-top:60px;
}

.categories-full{
  position: relative;
  width: 520px;
  height: 300px;
  margin-bottom: 50px;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius:15px;
}


.cat-inner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  border-radius:15px;
}

.categories-full:hover .cat-inner {
  opacity: 0.4;
}

.cat-img{
  width: 41% !important;
  height: 78% !important;
  position: absolute;
  top: 0;
  right: 0px;
  margin: 32px 55px;
}

.cat-img img{
  border-radius: 50%;
}

.cat-name{
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 30px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.cat-name a{
  color: #f5f5f5;
  text-decoration: none;
}

.cat-name a:hover{
  color: #E43D4E;
  text-decoration: none;
}

.cat-name2{
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: 35px 20px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 920px) {
  .categories-full{
    width: 320px !important;
  }
  .cat-img{
    width: 45% !important;
    height: 50% !important;
    margin:65px;
  }
}

.index-map{
  width:100%;
  height:auto;
  opacity: .9;
}

.map{
  position: relative;
}

.bg{
  width: 100%;
  height: 100%;
  background-image: url(../media/header.png);
  position: absolute;
  top: 0;
  padding: 60px 0px;
}

.map-head{
  color: #f5f5f5;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.map-para{
  color: #b4aca8;
  font-size: 14px;
  text-align: center;
  width: 60%;
  margin:auto;
  padding-top: 20px;
}

.map-btn{
  width: 40%;
  margin:auto;
  text-align: center;
  margin-top: 20px;
}


.top-footer{
  width: 100%;
  height: auto;
}

.top-footer-left{
  background-color: #e51f22;
  text-align: center;
  color: #fff;
  padding: 16px 10px;
  font-size: 16px;
  font-family: 'Krub', sans-serif !important;
}

.top-footer-right{
  background-color: #fff;
  text-align: center;
  color: #e51f22;
  padding: 16px 10px;
  font-size: 16px;
  font-family: 'Krub', sans-serif !important;
}


.footer{
  width:100%;
  height:auto;
  background-color: #c2c2c229;
  padding: 50px 0px;
}

.footer-logo{
  margin-bottom: 20px;
}

.footer-logo img{
  width: 85%;
}

.footer-head{
  width:90%;
  margin:auto;
  height:auto;
}

.footer-head h3{
  font: 500 20px 'Krub', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 10px 0;
}

.footer-head hr{
  height: 2px; 
  width: 24%; 
  background-color: #e51f22; 
  float: left;
  margin: 0;
  margin-top: 4px;
}
  
.footer-down {
  width:100%;
  height:auto;
  margin:32px 0px 20px 0px;
}

.footer-down a{
  color:#e6e6e6;
  display:block;
  text-decoration:none;
  text-align:left;
  font-size:13px;
  padding:5px 0px 5px 10px;
  transition:padding 700ms;
}

.footer-down i{
  font-size: 10px;
  color: #e6e6e6;
}

.footer-down a:hover{
  color:#e51f22;
  text-decoration:none;
  padding-left: 14px;
}

#footer-cms p{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Krub', sans-serif !important;
  color: #e6e6e6;
  min-height: 30px;
}

#footer-cms a {
  padding: 0;
}

#footer-cms a:hover {
  color:#e51f22;
  text-decoration:none;
}

.footer-address{
  background: url(../media/footer/addr2.png) left no-repeat;
  padding: 3px 8px 8px 50px;
  background-position: 0px 6px;
  margin-bottom: 0px;
  min-height: 40px !important;
}

.footer-whatsapp{
  background: url(../media/footer/whatsapp.png) left no-repeat;
  padding: 3px 8px 8px 50px;
  background-position: 0px 0px;
  margin-bottom: 0px;
  min-height: 40px !important;
}

.footer-email{
  background: url(../media/footer/email2.png) left no-repeat;
  padding: 3px 8px 8px 50px;
  background-position: 0px 0px;
  margin-bottom: 0px;
  min-height: 40px !important;
}

.footer-social{
  margin-top: 30px;
}

.footer-social li{
  list-style-type:none; 
  display:inline-block;
}

.footer-social i{
  color:#e6e6e6;
  padding:8px 10px;
  margin-right:7px;
  font-size: 15px;
  transition: 500ms;}
  
.footer-social i:hover{
  background:#696969;
  color:#fff;
  border: 1px solid #696969;}
  
.fb-icon{
   background-color:#4267B2; 
   border: 1px solid #4267B2; 
}  

.insta-icon{
    background-color:#8a3ab9; 
    border: 1px solid #8a3ab9; 
}

.twitter-icon{
    background-color:#00acee; 
    border: 1px solid #00acee; 
}

.pinterest-icon{
    background-color:#c8232c; 
    border: 1px solid #c8232c; 
}

.linkdin-icon{
    background-color:#0A66C2; 
    border: 1px solid #0A66C2; 
}

.footer-cert {
  width: 100%;
  height: auto;
  display: inline;
}

.footer-cert img{
  width: 80px;
  height: 70px;
}

.footer-certificate{
  width: 40%;
  float: right;
  margin-right: 60px;
}

.footer-icons{
  text-align: center;
  margin-top: 40px;
}

.footer-icons img{
  width: 90px;
  height: 65px;
  margin: 8px;
}

.footer-end{
  background-color:transparent;
}

.footer-end-left{
  padding:20px;
  color:#e6e6e6;
  text-align:left;
  font: 100 13px 'Poppins', sans-serif;
  color: #898989;
}  
  
.footer-end-link{
  text-decoration:none;
  color: #898989;
  font: 100 15px 'Poppins', sans-serif;
  transition: all 0.5s;
}
  
.footer-end-link:hover{
  text-decoration:none;
  color: #e51f22;
}


.footer-end-icons {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 12px 0px;
  padding-right: 20px;
}

.footer-end-icons img {
  width: 60px;
}



/*FOR CONTACT PAGE*/

.contact-main{
  width: 100%;
  height: auto;
}

.contact-outer{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: transparent;
  position: relative;
}

.contact-left{
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 60px 45px 30px 45px;
}

.contact-left h4{
  color: #fff;
  font-size: 17px;
  padding-bottom: 50px;
}

.form-my{
  display: block;
  width: 100%;
  height: auto;
  margin: 18px 0px;
  padding: 12px 0px;
  padding-bottom: 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid gray;
  color: #fff;
  outline: none;
}

.form-my:hover{
  border-bottom: 2px solid #e51f22;
}

.form-my:focus{
  border-bottom: 2px solid #e51f22;
}

.form-btn{
  width: 50%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  background-color: #e51f22;
  color: #fff;
  padding: 12px 0px;
  cursor: pointer;
  border: 2px solid #e51f22;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 800ms;
}

.form-btn:hover{
  color: #000;
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
}



.contact-right{
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 60px 0px 30px 45px;
}

.contact-right h4{
  color: #fff;
  font-size: 17px;
  padding-bottom: 50px;
}

.contact-right h5{
  color: #e51f22;
  font-size: 15px;
  padding: 35px 0px 8px 0px;
}

.contact-right p{
  color: #fff;
  font-size: 14px;
}

.contact-right a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.contact-right a:hover{
  color: #e51f22;
  text-decoration: none;
}

.contact-right li{
  display: inline-block;
  margin-right: 12px;
}

.contact-icon i{
    padding:8px 12px;
    font-size:15px !important;
    transition:600ms;
}

.contact-icon i:hover{
    color:#fff;
    background-color:#696969;
    border:1px solid #696969;
}

.contact-right li i{
  font-size: 24px;
}

.contact-right i{
  font-size: 18px !important;
}


.contact-map{
  width: 100%;
  height: auto;
  padding: 140px 80px;
  background-image: url("../media/contact-map.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.contact-map-contactpage{
  width: 100%;
  height: auto;
  padding: 22px;
  background: transparent;
}


.exhibition{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 160px 0px;
}

.exhibition-up{
  width: 60%; 
  margin: auto; 
  height: auto; 
  margin-bottom: 80px;
}

@media screen and (max-width: 920px) {

  .exhibition-up{
    width: 100%;
  }

}



.gallery-img{
  width: 100% !important;
  height: 100% !important;
}



.prod-page-full{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 120px 0px;
}








.container-my{
  padding: 0px 80px !important;
}

.prod-detail-right{
  height: auto;
  display: inline-block; 
  width: 100%;
  padding: 0px 20px;
}

@media screen and (max-width: 1045px) {
  .container-my{
    padding: 0px 50px !important;
  }
  
}

@media screen and (max-width: 745px) {
    .container-my{
      width: 100%;
      height: auto;
      padding: 0px !important;
    }

    .prod-detail-right{
      padding: 20px 30px;
    }
}

@media screen and (max-width: 575px) {
    .container-my{
      width: 100%;
      height: auto;
      padding: 0px !important;
    }
}

.detail-name{
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  color: #e6e6e6;
  padding: 10px 0px;
  font-family: 'Audiowide';
  margin-top: 20px;
}

.detail-art{
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #e6e6e6;
  padding: 0px;
  margin-bottom: 14px;
  font-family: sans-serif;
}

.detail-desc{
  width: 100%;
  height: auto;
}

.detail-desc h3{
  font-size: 16px;
  color: #fff;
  padding: 12px 0px 5px 0px;
  text-transform: capitalize;
}

.detail-desc-para{
  width: 90%;
  height: auto;
  color: #fff;
}

.detail-desc-para2{
  width: 90%;
  height: auto;
}

.detail-desc-para li{
  font-size: 14px;
}

.detail-quantity{
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.quantity{
  border: 2px solid #373737;
  padding: 6px;
  color: #000;
  width: 70px;
}

.cart-btn{
  background-color: #e51f22;
  color: #ffff;
  border: 2px solid #e51f22;
  padding: 6px 12px;
  cursor: pointer;
  transition: 600ms;
}

.cart-btn:hover{
  background-color: #e6e6e6;
  color: #1E1E1E;
  border: 2px solid #e6e6e6;
}

.detail-social{
  width: 100%;
  height: auto;
  padding: 50px 10px;
}

.detail-social li{
  display: inline-block;
}

.detail-social a{
  color: #e6e6e6;
  font-size: 22px;
  margin-right: 15px;
}

.detail-social a:hover{
  color: #e51f22;
}

.related-full{
  width: 100%;
  height: auto;
}

.related-head{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 45px;
}

.related-head h3{
  font-size: 26px;
  color: #e6e6e6;
  font-weight: bold;
  padding: 10px 0px;
  text-transform: uppercase;
}

.related-head hr{
  width: 10%;
  margin: auto;
  height: 4px;
  background-color: #e51f22;
}




.page-full{
  width: 100%;
  height: auto;
  padding: 120px 0px;
}




.contact-cms{
  width: 80%;
  margin: auto;
  box-shadow: 0px 0px 4px #000;
  border-radius: 15px;
  padding: 20px 10px;
  background-color: #13182A;
  margin-bottom: 50px;
}

.contact-cms-inner{
  padding: 20px 0px;
  text-align: center;
}

.contact-cms-inner i{
  background-color: #E43D4E;
  color: #f5f5f5;
  padding: 8px 10px;
  border-radius: 50%;
  display: inline;
  opacity: .9;
}

.contact-cms-inner h4{
  display: inline;
  font-size: 22px;
  font-weight:bold;
  margin-left:4px;
  color: #E43D4E;
  text-align: left !important;
  opacity: .9;
}

.contact-cms-inner p{
  margin-top:6px;
  margin-left:60px;
  font-size: 14px;
  color: #b4aca8;
}

.contact-cms-inner a{
  color: #b4aca8;
}

.contact-cms-inner a:hover{
  color: #E43D4E;
  text-decoration: none;
}

.map-section{
  opacity: .7;
  filter: blur(.5px);
}

.about-content{
  padding:70px 0px;
}

.about-page-head h6{
  color: #e51f22;
}

.about-page-head h3{
  color: #e6e6e6;
  margin-bottom:10px;
  text-transform: uppercase;
  font-family: "Audiowide", sans-serif;
  margin: 0;
}

.about-page-head hr{
  width: 6%;
  height: 4px;
  background-color: #e51f22;
  float: left;
}

.about-page-para{
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.about-page-para p{
  color: #e6e6e6;
}

.about-content span{
  color:#E43D4E;
}


/* FOR PRODUCT PAGE */
.prod-page-top{
  width: 100%;
  height: auto;
  background-color: #13182A;
  margin-bottom: 25px;
  padding: 14px 0px;
}

.prod-page-top-head{
  text-align:center;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
}

.prod-page-top-link{
  text-align: center;
  font-size: 14px;
  color: #A4A9AC; 
}

.prod-page-main{
  width:100%;
  min-height:300px;
  padding:20px 0px;}

.card{
  background-color: #0A0D1B !important; 
  border-radius:0px !important;
}

.card-header h5{
  font-size:18px !important;
  color: #f5f5f5 !important;
  margin-top: 10px !important;
  font-weight: 700 !important;
}

.card-header h5:hover{
  text-decoration:underline !important;
  color: #E43D4E !important;
} 
  
@media screen and (max-width: 895px) {
  .prod-side-cat{
    display: none;
  }
}

@media screen and (max-width: 595px) {
  .products-main{
    width: 75% !important;
    margin:auto !important;
  }

  .prod-main-container{
    width:300px !important;
  }
}

.card-body{
  padding: 0px !important;
  margin-left:15px !important;
}

.card-body li{ 
  margin-bottom:4px;
}
  
.cat-inside{
  list-style-type:none;
  font-size:14px !important;
  font-weight:400 !important;
  margin:0px !important;
  text-decoration:none;
  color:#A4A9AC;
  font-family: sans-serif;
  transition:padding-left 300ms, color 700ms;}
li {
  list-style-type:none !important;}
  
.cat-inside:hover{
  list-style-type:none;
  padding-left:5px;
  text-decoration:none;
  color:#f5f5f5;}
  
.products-main{
  width:100%;
  height:auto;
  padding:0px 0px;}

.prod-page{
  margin:10px 0px; 
  padding-right:60px; 
  font-size:18px; 
  width:100%; 
  height:auto;}



.active-no{
  background-color:#1D5632 !important; 
  border:0px !important; 
  color:#FFF !important;}
  
  
/*Product detail page styling*/

.prod-detail-page{
  width:100%;
  height:auto;}
  
.product-area-main{
  width:100%;
  height:auto;
  padding-top:8px !important;
  padding:30px 0px;}
  
.prod-left{
  width:100%;
  height:auto;
  padding:8px 0px;}

/*REMOVE START*/

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #dedede;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #dedede;
  /*set the size of the result div:*/
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: -90px;
  z-index: 9999;
  visibility: hidden;
}

.img-zoom-container:hover .img-zoom-result {
  visibility: visible;
}
  
@media screen and (max-width: 915px) {
  .img-zoom-container:hover .img-zoom-result {
    visibility: hidden;
  }   
}  
/*REMOVE END*/

/*Gallery page*/

.gallery-main{
  width:100%;
  min-height:350px;
  padding:15px 0px;}
  
.gallery-img{
  width:100%;
  height:auto;
  /*margin:20px 10px;*/
  display:inline-block;}
  
.gallery-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  text-decoration:none;
}

.container-img{
  position: relative;
  width: 100%;
  height:220px !important;
}
  
.container-img:hover .gallery-overlay {
  opacity: 1;
  cursor:pointer;
}

/*INQUIRY PAGE*/

.inquiry-table{
  color: #e6e6e6; 
  text-align: center;
  margin: 15px 0px;
}

.inquiry-table th{
  border-top: 1px solid #e51f22 !important;
  text-transform: uppercase;
}

.inquiry-table td{
  border-top: 1px solid #e51f22 !important;
}

.inquiry-form{
  width: 100%;
  height: auto;
  background-color: #1E1E1E;
  padding: 50px 10px;
}

.inquiry-form h4{
  width: 80%; 
  margin:auto;
  color: #fff;
  padding: 20px 0px;
  font-size: 20px;
  letter-spacing: 2px;
}

.inquiry-form form{
  width: 80%; 
  margin:auto;
}

.inquiry-form label{
  margin-bottom: 0px;
  margin-top:5px;
  font-size: 16px;
  color: #E43D4E;
}

.inquiry-form input{
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 11px 0px;
  margin-bottom: 20px;
  color: #fff;
}

.inquiry-form input:focus {
  border-bottom: 1px solid #e51f22;
  outline: none;
}

.inquiry-form select{
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 11px 0px;
  margin-bottom: 20px;
  color: #fff;
}

.inquiry-form select:focus {
  border-bottom: 1px solid #e51f22;
  outline: none;
}

.inquiry-form select option {
/*  margin: 40px;*/
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.inquiry-form textarea{
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 11px 0px;
  margin-bottom: 20px;
  color: #fff;
}

.inquiry-form textarea:focus {
  border-bottom: 1px solid #e51f22;
  outline: none;
}

.inquiry-btn{
  width: 60% !important;
  margin: auto;
  height: auto;
  background-color: #e51f22 !important;
  color: #fff;
  border: 0 !important;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 600ms;
}

.inquiry-btn:hover {
  cursor: pointer;
  background-color: #e6e6e6 !important;
  color: #e51f22;
}

.inquiry-qty{
  width: 22%;
  padding: 6px 8px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.inquiry-qty-save{
  font-size: 14px;
  border: 0;
  color: #000;
}

.inquiry-qty-save:hover {
  cursor: pointer;
  color: #e51f22;
}

















/*REMOVE START*/



/* 

  Font style.
  Easier way to style fonts in one single line.

*/
/* 

  Utilities

*/
#content #slider .navigation ul li .li__hoverLine, #content #slider .navigation ul li .li__info,
#content #slider .navigation ul li .li__info-mask .mask__infoContainer, #content #slider .navigation, #content #slider {
  width: 100%;
}

#content #slider {
  height: 100%;
}

#content #slider .navigation ul li a, #content #slider .backgroundImages .bi__imgCont .bi__imgCont-img, #content #slider .backgroundImages .bi__imgCont, #content #slider .backgroundImages, #content #slider .mainImages .mi__img, #content #slider .mainImages, #content {
  width: 100%;
  height: 100%;
}

#content #slider .navigation ul li, #content #slider .navigation ul {
  width: auto;
  display: table;
}

#content #slider .navigation ul li .li__info,
#content #slider .navigation ul li .li__info-mask .mask__infoContainer, #content #slider .navigation ul li a, a {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

/* Styles */
html {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a.full {
  width: 100%;
  height: 100%;
  display: block;
}

ul,
li {
  list-style: none;
}

#content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#content .c {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: white;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  text-align: center;
}
#content .c a {
  color: white;
  text-decoration: underline;
}
#content #slider {
  position: relative;
  /* Main images navigation */
  /* Background Images (Blur effect) */
  /* Navigation styles */
}
#content #slider img {
  display: none;
}
#content #slider .mainImages {
  position: relative;
  z-index: 1;
}
#content #slider .mainImages .mi__img {
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: scale(0.7);
  transform: scale(0.7); */
}
#content #slider .backgroundImages {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#content #slider .backgroundImages .bi__imgCont {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#content #slider .backgroundImages .bi__imgCont .bi__imgCont-img {
  position: relative;
}
#content #slider .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
}
#content #slider .navigation ul {
  margin: 90px auto;
}
#content #slider .navigation ul li {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  opacity: 0.7 !important;
  background-color: transparent !important;
}
#content #slider .navigation ul li:last-child {
  margin-right: 0;
}
#content #slider .navigation ul li:hover .li__info {
  opacity: 0.9 !important;
}
#content #slider .navigation ul li.active .li__hoverLine .l {
  background-color: transparent !important;
  width: 100%;
}
#content #slider .navigation ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#content #slider .navigation ul li .li__info,
#content #slider .navigation ul li .li__info-mask .mask__infoContainer {
  overflow: hidden;
  opacity: 0.7;
}
#content #slider .navigation ul li .li__info h5,
#content #slider .navigation ul li .li__info-mask .mask__infoContainer h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  color: white;
  float: left;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding: 4px 0px 5px 0px;
}
#content #slider .navigation ul li .li__info h4,
#content #slider .navigation ul li .li__info-mask .mask__infoContainer h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  color: white;
  float: left;
  padding-left: 6px;
  text-transform: uppercase;
}
#content #slider .navigation ul li .li__info-mask {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#content #slider .navigation ul li .li__info-mask .mask__infoContainer {
  opacity: 1;
}
#content #slider .navigation ul li .li__hoverLine {
  height: 1px;
  float: left;
  margin-top: 8px;
}
#content #slider .navigation ul li .li__hoverLine .l {
  width: 0%;
  height: 1px;
  background-color: transparent !important;
  margin: 0 auto;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}


/*REMOVE END*/






.below-slider-cat-pics{
  width: 100%;
  height: auto;
  padding: 35px 0px;
}











.grid {
  position: relative;
  width: 100%;
  list-style: none;
  height: auto;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 500ms;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 2px #000;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  font-size: 12px;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

.effect-bubba{
  background-color: #1E1E1E;
  border-radius: 8px;
  padding: 8px;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
  padding-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 18px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover .cat-img-new {
  transform:rotate(0deg) scale(1.06);
}

.cat-img-new{
  border-radius: 8px;
  transition:1s;
  transition-delay: 0.1s;
}


figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}












.product-container-full{
  width: 340px;
  height: auto;
  margin: 20px 0px;
  height:auto;
  margin:15px;
  display:inline-block;
  position: relative;
}

@media screen and (max-width: 575px) {
  .product-container-full{
    width: 300px;
    height: auto;
    margin: 20px 5px;
  } 
}

.prod-img{
  width:100%;
/*  height:340px;*/
  transition:0.5s;
  overflow:hidden;
}

.prod-img:hover .prod-pic-link{
  transform: scale(1.1);}

.prod-pic-link {
  width: 100%;
  height: 100% !important;
/*  object-fit: fill;*/
  transition:0.6s;
  transition-delay: 0.2s;
}

.prod-img img{
  width: 100%;
  height: 100%;
}

.prod-name{
  padding-top: 18px;
  padding-bottom: 8px;
  padding-left: 6px;
  text-align: left;
}

.prod-name a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.prod-name a:hover {
  text-decoration: none;
  color: #e51f22;
}

.prod-art{
  padding-bottom: 8px;
  text-align: left;
  color: #e6e6e6;
  padding-left: 6px;
}

.prod-tag{
  width: 115px;
  height: 28px;
  position: absolute;
  background-color: #c7af8b;
  color: #fff;
  padding: 4px 0px;
  top: 0px;
}

.prod-tag p{
  font-size: 12px;
  text-align: center;
  font-style: italic;
}


.index-about-company{
  width: 100%;
  height: auto;
}


.index-about-para{
  width: 100%;
  height: auto;
  padding-bottom: 90px;
}

.index-about-para p{
  text-align: justify;
  font-size: 15px;
  font-family: 'Krub', sans-serif !important;
  color: #fff;
  margin-bottom: 45px;
}

.index-about-para a{
  font-size: 14px !important;
  background-color: #2e2e2e;
  color: #fff;
  padding: 12px 20px;
  transition: 600ms;
}

.index-about-para a:hover{
  background-color: #e51f22;
  color: #fff;
  text-decoration: none;
}


.catalog-contanier{
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.catalog-img{
  width: 100%;
  height: auto;
}

.page-top{
  width: 100%;
  height: 210px;
  position: relative;
  background-color: #000;
  background-image: url(../media/factory01.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-top:before {
  content: "";
  background: rgba(16, 16, 16, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.page-top-head{
  width: auto;
  height: auto;
  position: absolute;
  bottom: 18%;
  left: 10%;
}

.page-top-head h4{
  color: #e6e6e6;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.page-top-head span{
  color: #e6e6e6;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}

@media screen and (max-width: 575px) {

  .page-top-head span{
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    padding-top: 8px;
  }  

}


.page-top-head p{
  color: #f5f5f5;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}

.page-top-head a{
  color: #e6e6e6;
  text-decoration: none;
}

.page-top-head a:hover {
  text-decoration: none;
  color: #e51f22;
}







.about-main{
  width: 100%;
  height: auto;
  background-color: #000;
}

.about-preface{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px 0px;
}
  




.page-link{
  background-color: #000 !important;
  color: #c7af8b !important;
}







/*REMOVE START*/

.index-categories-new{
  width: 100%;
  height: auto;
  padding: 70px 0px;
}

.index-categories-left{
  width: 100%;
  height: auto;
  margin: auto;
  transition:0.5s;
  overflow:hidden;
  position: relative;
}

.index-categories-left:hover .index-categories-left-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-left-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-left img{
  width: 100%;
  height: 100%;
}

.index-categories-left h4{
  position: absolute;
  bottom: 15px;
  color: #fff;
  left: 20px;
  font-size: 32px;
}

.index-categories-left h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}


@media screen and (max-width: 767px) {

  .index-categories-left{
    width:90%;
    margin: auto;
  }

  .index-categories-right-top{
    margin-top: 20px;
  }

  .index-categories-right-bottom-left{
    margin-top: 20px;
  }

  .index-categories-right-bottom-right{
    margin-top: 20px;
  }

  .my-col{
    height: 100%;
  }
    
}


/*REMOVE END*/





.dropdownlang {
  position: relative;
  display: inline-block;
}

.dropdown-contentlang {
  display: none;
  position: absolute;
  right: 6px;
  margin-top: 2px;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 8px 14px;
}

.dropdownlang i{
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdownlang i:hover{
  color: #c7af8b;
}






/*CATALOG PAGE*/


.catalog-page-img-cont{
  width: 100% !important;
  height: auto !important;
  transition:0.5s;
  overflow:hidden;
  position: relative;
  border-radius: 6px;
  border: 3px solid #e51f22;
}

@media screen and (max-width: 775px) {

  .catalog-page-img-cont{
    width: 80% !important;
  }
    
}

.catalog-page-img-cont img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.catalog-page-img-cont:hover .catalog-page-img-cont-img{
  transform:rotate(0deg) scale(1.07);
}

.catalog-page-img-cont-img {
  transition:1s;
  transition-delay: 0.1s;
}

.catalog-page-img-text{
  width: 100%;
  height: auto;
  padding: 10px 0px;
  padding-top: 20px;
  text-align: left;
}

.catalog-page-img-text h4{
  color: #fff;
  font-size: 19px;
  font-family: Bahnschrift !important;
  margin-bottom: 12px;
  font-weight: bold;
}

.catalog-page-img-text h6{
  color: #e51f22;
  font-size: 12px;
  font-family: Bahnschrift !important;
  margin: 0;
  margin-bottom: 6px;
}

.catalog-page-img-text h6 a{
  color: #e51f22;
  text-decoration: none;
  transition: 600ms;
}

.catalog-page-img-text h6 a:hover{
  color: #fff;
  text-decoration: none;
}


/*CATALOG VIEW PAGE*/

.backHome{
  float: right; 
  padding-top: 16px; 
  color: #e51f22; 
  text-decoration: none; 
  font-weight: bold;
  transition: 600ms;
}

.backHome:hover{
  color: #fff; 
  text-decoration: none; 
}


@media screen and (max-width: 775px) {
  .catalog-img{
    margin-bottom: 30px;
  }
  
  .index-head h3{
    font-size: 28px;
  }
}

