.header-main{
	width: 100%;
	height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffc722; 
}

/*
// 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: #ffc722;
  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: "\25b4";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  font-size: 45px;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
  
/*
////////////////////////
*/  


#navbar {
  border: 1px solid red;
  overflow:visible;
  background-color:transparent;
  padding:5px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index:99;
}

.logo{
  width:55%;
  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:13px !important;
  color:#fff !important;
  font-weight:bold !important;
  margin-left:12px !important;
  transition: 500ms;
}
  
.my-link:hover{
  background-color: #ffc722;
  color:#fff !important;
  font-weight: bold !important;}
  
/*/////////////////////////////////////////////*/
      /*mega menu*/
/*/////////////////////////////////////////////*/
  
ul{
  list-style:none;
  margin: 0;
  padding: 0;}
  
.mega-menu {
    width:680px;
    left:2;
    right:0;
    padding:50px 25px;
    display:none;
    padding-top:10px;
    min-height:100%;
    background-color:#0A0D1B;
    z-index:1;}
  
.mcat_head{
    color:#ffc722;
    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:#A4A9AC;
  transition:padding 700ms;}
  
.scat_down a:hover{
  padding:5px;
  text-decoration:none;
  color:#ffc722;
  font-weight:500;
  padding-left:7px;}


/*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*/
/*/////////////////////////////////////////////*/

.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:#fff !important;}
  
.openBtn:hover{
    color:#ffc722 !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:46%;
  width:50%;
  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:18px;
    width:100%;
  color:#FFF;
    background-color:transparent;
    border:2px solid #CCC;
    border-radius:40px;
  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:#ffc722;
  }
  
.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:#ffc722;}


/*
//////////////////////////////////////////////////////////
////////////FOR responsive Side Nav bar
//////////////////////////////////////////////////////////
*/
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#080B14;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;}

.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff !important;
    display: block;
    transition: 0.3s;}

.sidenav a:hover {
    color: #ffc722;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#fff;
}

.sidenav .closebtn:hover{
  color:#ffc722;
  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: 998px) {
  .menu-wide-screen{
    display:none !important;}

  .menu-wide-screen-0{
    display: none !important;
  }
}


.menu-tab-screen{
  display:none !important;}
  
.logo-tab{
  width:24%;
  text-align:center !important;
  margin:auto;
  padding:8px 0px;
  height: 70%;}
  
.inquiry-tab{
  width:100%;
  height:auto;
  padding-top:14px;
  padding-left:10px;}
  
.inquiry-tab-link{
  text-decoration:none;
  color:#f5f5f5;
  font-size:24px;}
  
.inquiry-tab-link:hover{
  text-decoration:none;
  color:#ffc722;}  

@media screen and (max-width: 998px) {
  .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:30%;
  margin:auto;
  text-align:center !important;
  display:inline-block !important;
  margin-left: 50px;
}

.inquiry-mob{
  text-align:right;
  width:25%;
  display:inline-block !important;}
  
.inquiry-mob-link{
  text-decoration:none;
  color:#f5f5f5 !important;
  font-size:20px;}
  
.inquiry-mob-link:hover{
  text-decoration:none;
  color:#ffc722 !important;}  


@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:#ffc722 !important;}

.search-btn{
  background-color:transparent;
  border:0px;
  box-shadow:0px;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:16px;
  cursor: pointer !important;
  color:#ffc722;}



/*
////////////SIDE MENU ACCORDIAN////////////////////////////
////////////////////////////////////////
*/

.sidebar a {
  padding: 6px 8px 6px 28px;
  text-decoration: none;
  font-size: 14px;
  color:#333333;
  display: block;
  font-weight:640 !important;
}

.sidebar a:hover {
  text-decoration: none;
  color:#ffc722 !important;
  background-color:transparent;
  border-left:2px solid #ffc722;
  font-weight:500;
}

.sidebar button:hover {
  text-decoration: none;
  color:#ffc722 !important;
  border-left:2px solid #ffc722;
}

.card-header-nav{
  border:0 !important;
  background-color:#080B14 !important;
  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:#fff !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-color:#080B14 !important; 
  border:1px solid #080B14;}
  
.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:#ffc722 !important;}


/*
/////////////////////////////////////////////////
*/



.slider{
  width:100%;
  height:auto;
  background-color:#000;}





.welcome-index{
  width: 100%;
  height: auto;
  background-image: url("../media/index-welcome.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 95px 0px;
}

.welcome-head{
    width: 100%;
    height: auto;
}

.welcome-head h3{
  font-size: 32px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-family: "Audiowide", sans-serif;
  padding: 20px 0px;
}

.welcome-para{
  width: 68%;
  margin: auto;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: Apple Chancery, cursive;
}

.welcome-btn{
  text-align: center;
  margin-top: 30px;
}

.welcome-btn a{
  background-color: #ffc722;
  color:#fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.welcome-btn a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #ca9600;
}





.below-slider{
  width:100%;
  height:auto;
  background-color:#080B14;
  padding:70px 0px;
}

.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:#ffc722; 
  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:#ffc722;
}

.fw-divider-short-line{
    width: 50px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 22px;
    background-color: #ffc722;}

.feature-product{
  width:100%;
  height:auto;
  padding:100px 0px;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-image:url(../media/index-product.jpg);
}

.feature-head{
  width:100%;
  height:auto;
  text-align:center;
  font-size:26px;
  color:#fff;
  font-weight:500;
  margin-bottom:90px;
}

.feature-head span{
  color:#ffc722;
  opacity: .9;
}

.feature-down{
  width:100%;
  height:auto;
  padding-bottom:40px;
}

/*
/////////////For FEATURE Products////////////////////
*/
.prod-main-container-feat{
  width:260px;
  height:auto;
  vertical-align:top;
  margin:50px 10px;
  display:inline-block;
  box-shadow:0px 0px 0px #CCCCCC;
  transition:500ms !important;
}

@media screen and (max-width: 645px) {

  .prod-main-container-feat{width:280px !important;}
    
}
  
.prod-img-feat{
  width:100%;
  height:280px;
  transition:0.5s;
  overflow:hidden;}
      
.prod-img-feat:hover .prod-pic-link-feat{
  transform:rotate(0deg) scale(1.1);}

.prod-pic-link-feat {
  transition:0.6s;
  transition-delay: 0.2s;
}
    
.prod-name-feat{
  width:100%;
  height:auto;
  text-align:left;}

.prod-name-feat a{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  font-size: 17px !important;
margin-left: 10px;}
  
.prod-name-feat a:hover{
  text-decoration:none;
  color:#E43D4E;}
    
.prod-art-no-feat{
  width:100%;
  height:auto;
  font-size:14px !important;
  color:#E43D4E;
  transition:0s;
  margin-top:7px;
  text-align:left;
  font-weight: 700;
  margin-left: 10px;}
      

/*
///////////////////////////////////////////////////////
*/

.index-contact{
  width:100%;
  height:auto;
  background-color:#080B14;
  padding:60px 0px;
}

.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;
}

.btn-contact-index:hover{
  background-color:#fff !important;
  color:#000 !important;
}






.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%;
  }
    
}


.index-categories-right-top{
  width: 100%;
  height: 98%;
  transition:0.5s;
  overflow:hidden;
  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;
}

.index-categories-right-top h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}







.index-categories-right-bottom-left{
  width: 100%;
  height: 100%;
  transition:0.5s;
  overflow:hidden;
  position: relative;
}

.index-categories-right-bottom-left img{
  width: 100%;
  height: 100% !important;
}

.index-categories-right-bottom-left:hover .index-categories-right-bottom-left-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-right-bottom-left-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-right-bottom-left h4{
  position: absolute;
  bottom: 15px;
  color: #fff;
  left: 20px;
  font-size: 32px;
}

.index-categories-right-bottom-left h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}





.index-categories-right-bottom-right{
  width: 100%;
  height: 100%;
  transition:0.5s;
  overflow:hidden;
  position: relative;
}

.index-categories-right-bottom-right img{
  width: 100%;
  height: 100% !important;
}

.index-categories-right-bottom-right:hover .index-categories-right-bottom-right-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-right-bottom-right-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-right-bottom-right h4{
  position: absolute;
  bottom: 15px;
  color: #fff;
  left: 20px;
  font-size: 32px;
}

.index-categories-right-bottom-right h4 span{
  display: block;
  font-size: 16px;
  font-weight: 200 !important;
  margin-top: 12px;
}






.video-index{
  width: 100%;
  height: auto;
  background-color: #080B14;
  padding: 70px 0px;
}

.text-section{
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.text-section h4{
  text-align: left;
  font-size: 22px;
  color: #fff;
  font-family: "Akaya Telivigala";
}

.text-section span{
  font-size: 28px;
  color: #ffc722;
}

.text-section p{
  font-size: 15px;
  color: #fff;
  margin-top: 22px;
  font-family: URW Chancery L, cursive;
}

.text-section a{
  font-size: 14px;
  color: #fff;
  margin-top: 22px;
  font-family: URW Chancery L, cursive;
}

.text-section a:hover{
  text-decoration: none;
  color: #ffc722;
}

.video-section{
  width: 100%;
  height: auto;
}






.last-prod{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 765px) {

  .last-prod-inner{
    width: 60%;
    margin: auto;
  }
    
}

@media screen and (max-width: 575px) {

  .last-prod-inner{
    width: 80%;
    margin: auto;
  }
    
}




.footer{
  width:100%;
  height:auto;
  background-color:#000;
  padding-top:95px;
  padding-bottom: 50px;
  background-color: #080B14 !important;
  background-image: url("../media/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 45px;
  padding-right: 45px;
}

.footer-logo{
  margin-bottom: 20px;
}

.footer-logo img{
  width: 45%;
}

.footer-head{
  color:#FFF;
  font-weight:bold;
  font-size:19px;
  margin:auto;
  width:90%;
  height:auto;}
  
.footer-down{
  width:100%;
  height:auto;
  margin:10px 0px 20px 0px;}

.footer-down p{
  color:#fff;
  font-size: 14px;
  margin-bottom:10px;}

.footer-down span{
  font-size: 13px;
}

#footer-cms{
  padding-left: 10px;
}

.cms{
  color: #fff;
  margin-bottom: 10px;
}  
  
.footer-para{
  font-size:14px;
  padding:0px 28px;
  color:#FFF;}

.footer-para-link{
  text-decoration:none;
  color:#CCC;}
  
.footer-para-link:hover{
  text-decoration:none;
  color:#ffc722;}

.footer-about{
  color:#fff;
  font-weight:600;
  font-size: 14px;
}

.footer-about:hover{
  color:#ffc722;
  text-decoration:none;
}

.footer-link{
  color:#CCC;
  display:block;
  text-decoration:none;
  text-align:left;
  font-size:13px;
  padding:5px 0px 5px 10px;
  transition:padding 700ms;}
  

.footer-link:hover{
  color:#ffc722;
  display:block;
  text-decoration:none;
  text-align:left;
  padding:5px 0px 5px 12px;}

.footer-social{
  margin-top: 25px;
}

.footer-social li{
  list-style-type:none; 
  display:inline-block;
}

.footer-social i{
  background:transparent;
  color:#FFF;
  padding:10px 12px;
  border-radius: 50%;
  margin: 0px 7px;
  border: 1px solid #fff;}
  
.footer-social i:hover{
  background:#ffc722;
  color:#fff;
  border: 1px solid #ffc722;}

.footer-menu-links{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 12px 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 22px;
}

.footer-menu-links a{
  text-decoration: none;
  color: #fff;
  font-size: 14px !important;
  margin: 0px 6px;
}

.footer-menu-links a:hover{
  text-decoration: none;
  color: #ffc722;
}

.footer-end{
  background-color:#1E1E1E;}

.footer-end-left{
  padding:20px;
  color:#A4A9AC;
  font-size:14px;
  text-align:center;
}  

.footer-end-right{
  padding-top: 18px;
}
  
.footer-end-link{
  text-decoration:none;
  color:#FFF;}
  
.footer-end-link:hover{
  text-decoration:none;
  color:#FFF;
  font-weight:bold;}

/*FOR CONTACT PAGE*/


.contact-page-top{
  width: 100%;
  height: 180px;
  position: relative;
  background-image: url(../media/contact-bread.jpg);
  background-size: cover;
  overflow: hidden;
}

.contact-page-top:before {
  content: "";
  background: rgba(8, 11, 20, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.page-top-head{
  width: auto;
  height: auto;
  position: absolute;
  bottom: 22%;
  left: 8%;
}

.page-top-head h4{
  color: #f5f5f5;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.page-top-head p{
  color: #f5f5f5;
  font-weight: 600;
  font-size: 12px;
}

.page-top-head a{
  color: #f5f5f5;
  text-decoration: none;
}

.page-top-head a:hover {
  color: #380202;
}








.contact-main{
  width: 100%;
  height: auto;
  background-color: #fff;
}

.contact-left{
  width: 100%;
  height: 100%;
  background-color: #080B14;
  padding: 50px;
}

.contact-left h3{
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-size: 23px;
}

.contact-icon i{
  color: #ffc722;
}

.contact-icon-detail{
  width: 100%;
  height: auto;
  color: #fff;
  margin-bottom: 25px;
}

.contact-icon-detail h6{
  color: #fff;
  font-size: 14px;
}

.contact-icon-detail p{
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 5px;
}

.contact-icon-detail a{
  color: #8a8a8a;
}

.contact-icon-detail a:hover{
  color: #fff;
}

.contact-social{
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.contact-social h3{
  font-size: 22px;
  margin-top: 40px;
}

.contact-social i{
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 12px;
  margin-right: 12px;
  transition: 500ms;
}

.contact-social i:hover{
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}





.contact-right{
  width: 100%;
  height: auto;
  padding: 100px 0px;
}

.contact-page-form-full{
  width: 90%;
  margin: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 3px #232323;
  border-radius: 5px;
  padding: 40px 10px;
}

.contact-right h3{
  font-size: 26px;
  color: #232323;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}

.contact-right span{
  color: #ffc722;
}

.contact-page-form{
  width: 80%;
  margin: auto;
  height: auto;
}

.contact-page-form input{
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #232323;
  background-color: transparent;
  color: #232323;
  margin-bottom: 25px;
}

.contact-page-form textarea{
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #232323;
  background-color: transparent;
  color: #232323;
  margin-bottom: 25px;
}

.btn-contact{
  border: 1px solid #ffc722 !important;
  width: 30% !important;
  color: #fff !important;
  background-color: #ffc722 !important;
  transition: 500ms !important;
}

.btn-contact:hover{
  background-color: #080B14 !important;
  border: 1px solid #080B14 !important;
}





.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;
}

.about-content{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  margin-bottom:70px;
}

.about-content h6{
  color: #ffc722;
  font-family: "Audiowide", sans-serif;
}

.about-content h3{
  color: #000;
  margin-bottom:6px;
  font-size: 32px;
  font-family: "Audiowide", sans-serif;
}

.about-content p{
  color: #000;
  font-family: Apple Chancery, cursive;
}

/* FOR PRODUCT PAGE */


.prod-page-main{
  width:100%;
  height:auto;}

.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: 100% !important;
    margin:auto !important;
  }

  .prod-main-container{
    width:300px !important;
  }
}

.card-body{
  padding: 0px !important;
  margin-left:20px !important;
}

.card-body li{ 
  margin-bottom:9px;
}
  
.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;}

 /*
/////////////For Products////////////////////
*/
.prod-main-container{
  width:260px;
  height:auto;
  margin:15px;
  display:inline-block;
  box-shadow:0px 0px 0px #232323;
  transition:500ms !important;
  position: relative;
}
  
.prod-img{
  width:100%;
  /*height:275px;*/
  box-shadow:0px 0px -2px #232323;
  transition:0.5s;
  overflow:hidden;
  border: 3px solid #232323;
}
      
.prod-img:hover .prod-pic-link{
  transform:rotate(0deg) scale(1.1);}

.prod-pic-link {
  transition:0.6s;
  transition-delay: 0.2s;
}

.prod-down{
  width:100%;
  height:auto;
  padding:16px 0px;
  transition:0.5s;}
    
.prod-name{
  width:100%;
  height:auto;
  text-align:left;
  padding-left: 3px;
}

.prod-name a{
  text-decoration:none;
  color:#000;
  font-weight:bold;
  font-size: 18px !important;}
  
.prod-name a:hover{
  text-decoration:none;
  color:#ffc722;}
    
.prod-art-no{
  width:100%;
  height:auto;
  font-size:14px !important;
  color:#ffc722;
  transition:0s;
  margin-top:7px;
  text-align:left;
  font-weight: 700;
  padding-left: 3px;
}

.prod-btn{
  display: none;
  position: absolute;
  right: 0;
  bottom:125px;
  margin-right:10px;
}

#as{
  bottom:170px;
}

.prod-btn a{
  color: #f5f5f5;
  background-color:#0A0D1B;
  border-radius:50%;
  font-size: 12px;
  padding:10px;
  opacity: .9;
}

.prod-btn a:hover{
  background-color: #ffc722;
  color: #f5f5f5;
}

.prod-main-container:hover .prod-btn{
  display: block;
}
    
/*
///////////////////////////////////////////////////////
*/ 

.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:70px 0px;
}
  
.prod-left{
  width:100%;
  height:auto;
  padding:8px 0px;
  border: 2px solid #232323;}

  
.prod-right{
  width:100%;
  height:auto;}
  
.detail-name{
  width:100%;
  height:auto;
  margin-top:10px;
  margin-left: 10px;
  font-size:30px;
  font-weight:bold;
  font-family: Blippo, fantasy;
  color:#000;}
  
.detail-art-no{
  width:100%;
  height:auto;
  margin-left:12px;
  margin-bottom:7px;
  margin-top: 8px;
  font-size:18px;
  font-weight: 600;
  font-family: sans-serif;
  color: #ffc722; }
  
.detail-quantity{
  width:100%;
  height:auto;
  margin-left:7px;
  display:inline-block;
  margin-top:25px;}

.quantity{
  width:75px;
  height:42px;
  border:1px solid #999 !important;
  padding:2px 8px !important;}

.cart-btn{
  background-color: #0A0D1B;
  color: #f5f5f5;
  margin-left: 8px;
  padding: 8px 10px;
  border: 1px solid #0A0D1B;
  transition: 500ms
}

.cart-btn:hover{
  background-color: #ffc722;
  border: 1px solid #ffc722;
  color: #fff;
}
  
.detail-desc{
  margin-left:7px;
  color: #000;
  font-family: "Helvetica", sans-serif
}

.detail-social{
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 8px;
}

.detail-social i{
  color: #000;
  border: 3px solid #000;
  padding: 8px 10px;
  margin-right: 10px;
  transition: 500ms;
}

.detail-social i:hover{
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
}

/*Gallery page*/
.gallery-main{
  width:100%;
  min-height:500px;
  padding:10px 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: #f5f5f5; 
  text-align: center;
  margin: 15px 0px;
}

.collapsible {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
}

.content-quantity {
  display: none;
  overflow: hidden;
}

.quantity-btn{
  background-color: transparent;
  color: #000;
}

.editQuantity{
  width: 40%;
}



.inquiry-form{
  width: 100%;
  height: 100%;
  background-color: #080B14;
  padding-bottom: 80px !important;
  padding: 30px 10px;
}

.inquiry-form h4{
  width: 80%; 
  margin:auto;
  color: #fff;
  padding: 20px 0px;
  font-size: 27px;
  font-family:monospace;
}

.inquiry-form form{
  width: 80%; 
  margin:auto;
}

.inquiry-form label{
  margin-bottom: 0px;
  margin-top:14px;
  font-size: 14px;
  color: #fff;
}

.inquiry-form input{
  padding:4px;
}

.inquiry-form textarea{
  margin-bottom: 14px;
}























/*********************** Demo - 1 *******************/
.prod-main-container-feat-new{
  width:350px;
  height:auto;
  vertical-align:top;
  display:inline-block;
  margin: 0px 8px;
  box-shadow:0px 0px 0px lightgray;
  transition:500ms !important;
}

.box1 img,
.box1:after,
.box1:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.box1 .icon li a {
  text-align: center;
}
.box1:after,
.box1:before {
  content: "";
}
.box1, .icon li a{
  overflow: hidden;
}
.box1 .title{
  letter-spacing: 1px;
}
.box1 .icon,
.box1 .title {
  margin: 0;
  position: absolute;
}
.box1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box1:after,
.box1:before {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}
.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}
.box1:hover:after,
.box1:hover:before {
  transform: rotateZ(0);
}
.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}
.box1:hover img {
  transform: scale(1.2) rotate(2deg);
}
.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.5s ease 0.2s;
}
.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}
.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #ffc722;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}
.box1:hover .icon {
  top: 0;
}
.box1 .icon li {
  display: block;
  margin: 10px 0;
}
.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.box1 .icon li a:hover {
  color: #fff;
  box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
}
@media only screen and (max-width: 575px) {
  .box1 {
    margin: 0px 18px;
  }
}


.prod-img-feat-new{
  width: 100%;
  /*height: 360px;*/
}

.prod-img-feat-new img{
  width: 100%;
  height: 100%;
}















.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;
    }
}