.header-main{
	width: 100%;
	height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a6a6a6; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #014282; 
}

/*
// 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: #014282;
  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: #014282;
  padding: 5px 15px;
}

@media screen and (max-width: 790px) {
     
  .top-header{
    display: none;
  }
}

.top-header-left{
  width:100%;
  height:auto;
  text-align:right;
  color:white;}

.top-header-left span{
  margin-left: 20px;
}

.top-header-cms{
  font-size:13px;
  text-decoration:none;
  color:#FFF;
  transition: 500ms;
}
  
.top-header-cms:hover{
  color:#fff;}
  
@media screen and (max-width: 575px) {
  .top-header-cms{
    font-size:10px;}
}



.top-header-right{
  width:100%;
  height:auto;
  text-align: left;
}

.top-header-right span{
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 1340px) {
  .top-header-right span{
    font-size: 13px;
  }
}

@media screen and (max-width: 1250px) {
  .top-header-right span{
    font-size: 12px;
  }
}

@media screen and (max-width: 1075px) {
  .top-header-right span{
    font-size: 10px;
  }
}

@media screen and (max-width: 920px) {
  .top-header-right span{
    font-size: 8px;
  }
}

.tsocial-links{
  margin-right: 35px;
  text-decoration:none;
  color:#fff;
  font-size:15px;}
  
.tsocial-links:hover{
  text-decoration:none;
  color:#1E1E1E;}

/*
////////////////////////
*/ 


#navbar {
  overflow:visible;
  background-color:transparent;
  padding:5px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index:99;
}

#navbar-0 {
  overflow:visible;
  background-color:transparent;
  padding:3px 0px;
  transition: 0.4s;
  position: relative;
  width: 100%;
  top: 0;
  z-index:99;
}

.logo{
  width:60%;
  margin: 10px;
  height:auto;
}

@media screen and (max-width: 1470px) {
  .logo{
      width:90%;
      margin: 10px auto;
      height:auto;
    }
}

.menu{
  width:100%;
  height:auto;}
  
.nav-my{
  width:auto;
  height:auto;
  padding: 7px 0px !important;
  margin-top:25px !important;
  margin-bottom:25px !important;}

.my-link{
  font-size:18px !important;
  font-family: Bahnschrift !important;
  color:#000 !important;
  font-weight:600 !important;
  margin-right:25px !important;
  transition: 500ms;
}
  
.my-link:hover{
  color:#014282 !important;}

@media screen and (max-width: 1280px) {
  .my-link{
    font-size:16px !important;
    margin-right:8px !important;
  }
}

@media screen and (max-width: 1224px) {
  .my-link{
    font-size:15px !important;
    margin-right:8px !important;
  }
} 


@media screen and (max-width: 1140px) {
  .my-link{
    font-size:14px !important;
    margin-right:7px !important;
  }
}

@media screen and (max-width: 1090px) {
  .my-link{
    font-size:12px !important;
    margin-right:6px !important;
  }
} 

  
/*/////////////////////////////////////////////*/
/* 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: #fff !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: #000 !important;
  font-size: 13px;
}

.prod-list-main-my:hover{
  color: #fff !important;
  background-color: #014282 !important;
}

.link-right{
  float: right;
  padding-top: 5px;
}

/*/////////////////////////////////////////////*/
      /*mega menu END*/
/*/////////////////////////////////////////////*/

.header-right{
  width:100%;
  height:auto;
  padding-top:5px !important;
  padding-bottom:5px !important;
  margin:26px 0px;
  float:left !important;} 


.search-my{
  width: 100%;
  height: auto;
  padding: 8px 6px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #055baa;
}
  
.openBtn{
    border:none;
    font-size:16px;
    cursor:pointer;
    float:left;
    color:#fff !important;}
  
.openBtn:hover{
    color:#E43D4E !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:40%;
  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;
    border:none;
    width:100%;
  color:#FFF;
    background-color:transparent;
    border:2px solid #CCC;
    border-radius:8px;
  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:red;
  }
  
.inquiry{
  width:100%;
  height:auto;
  padding-top:2px;} 
  
.inquiry-link{
  text-decoration:none;
  color:#000;
  font-size:16px;}
  
.inquiry-link:hover{
  text-decoration:none;
  color:#055baa;}



.square-f{
  border: 2px solid #fff;
  padding: 6px 8px;
}

.square-f:hover{
  background-color: #fff;
  color: #000;
}


/*
//////////////////////////////////////////////////////////
////////////FOR responsive Side Nav bar
//////////////////////////////////////////////////////////
*/
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color:#f2f2f2;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 99;
    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: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#1E1E1E;
}

.sidenav .closebtn:hover{
  color:#c7af8b;
  font-weight:900;
  text-decoration:none;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mobile-menu{
  width:60%;
  float: right !important;
  text-align: right !important;
  height:auto;
  padding: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:25%;
  float: left;
  margin-left: 40px !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:#E43D4E;}  

@media screen and (max-width: 998px) {
  .menu-tab-screen{
    display:block !important;}
}

.menu-mobile-screen{
  width:100%;
  height:auto;
  display:none;
  background-color: #0A0D1B;}
  
.side-mob{
  width:10%;
  float: right;
  display:inline-block !important;}
  
.logo-mob{
  width:48%;
  text-align:left !important;
  padding-left: 25px !important;
  display:inline-block !important;}

.inquiry-mob{
  text-align:right;
  width:28%;
  display:inline-block !important;}
  
.inquiry-mob-link{
  text-decoration:none;
  color:#f5f5f5 !important;
  font-size:20px;}
  
.inquiry-mob-link:hover{
  text-decoration:none;
  color:#E43D4E !important;}  


@media screen and (max-width: 775px) {
  .menu-mobile-screen{
    display:block !important;}
    
  .menu-tab-screen{
       display:none !important;}
  
}


/*
////////////SIDENAV SEARCH BAR///////////////////////////
*/

.search{
  width:80%;
  margin: auto;
  height:auto;
  padding: 6px 18px !important;
}
  
.my-search{
  width: 100%;
  padding: 8px 10px;
  border-radius:0px !important;
  background-color: transparent !important;
  border: 2px solid #1E1E1E;
  position:relative;
  color:#c7af8b !important;}

.search-btn{
  background-color:transparent;
  border:0px;
  box-shadow:0px;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:10px;
  cursor: pointer !important;
  color:#1E1E1E;}



/*
////////////SIDE MENU ACCORDIAN////////////////////////////
////////////////////////////////////////
*/

.sidebar a {
  padding: 7px 0px 7px 28px;
  text-decoration: none;
  font-size: 14px;
  color:#1E1E1E !important;
  display: block;
  font-weight:640 !important;
}

.sidebar a:hover {
  text-decoration: none;
  color:#014282 !important;
  background-color:transparent;
  border-left:2px solid #014282;
  font-weight:500;
}

.sidebar button:hover {
  text-decoration: none;
  color:#014282 !important;
  border-left:2px solid #014282;
}

.card-header-nav{
  border:0 !important;
  background-color:#f2f2f2 !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:#1E1E1E !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:#f2f2f2 !important; 
  font-size: 11px;
  border:1px solid #f2f2f2;}
  
.cat-inside-nav{
  list-style-type:none;
  font-size:12px !important;
  font-weight:400 !important;
  margin:0px !important;
  padding-left: 7px !important;
  text-decoration:none;
  color:#1E1E1E !important;
  transition:700ms !important;}
li {
  list-style-type:none !important;}
  
.cat-inside-nav:hover{
  list-style-type:none;
  text-decoration:none;
  color:#014282 !important;}


/*
/////////////////////////////////////////////////
*/



.slider{
  width:100%;
  height:auto;
  background-color:#000;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
/////////////////////////////////////////////////
*/

.index-category{
  width: 100%;
  height: auto;
  padding: 90px 0px;
}


@media screen and (max-width: 767px) {

  .index-categories-side{
    margin-top: 20px;
  }

  .my-col{
    height: 100%;
  }
    
}


/*.index-categories-side{
  width: 100% !important;
  height: 255px !important;
  margin: 13px 0px;
  transition:0.5s;
  overflow:hidden;
  position: relative;
  border-radius: 4px;
}

@media screen and (max-width: 1580px) {

  .index-categories-side{
    height: 225px !important;
  }
    
}*/

.index-categories-side{
  width: 100% !important;
  height: 480px !important;
  margin: 13px 0px;
  transition:0.5s;
  overflow:hidden;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 1580px) {

  .index-categories-side{
    height: 330px !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: 75px;
  color: #fff;
  left: 36px;
  font-size: 27px !important;
  text-shadow: 3px 3px 5px #1E1E1E;
}*/

.index-categories-side h4{
  position: absolute;
  bottom: 24px;
  color: #fff;
  left: 20px;
  font-size: 27px !important;
  text-shadow: 3px 3px 5px #1E1E1E;
}

.index-categories-side h4 span{
  width: 50%;
  height: 100%;
  display: block;
  font-size: 14px;
  margin-top: 12px;
}


.index-categories-center{
  width: 100% !important;
  height: 100% !important;
  transition:0.5s;
  overflow:hidden;
  position: relative;
  border-radius: 4px;
}

.index-categories-center img{
  width: 100% !important;
  height: 100% !important;
  object-fit:cover;
  border-radius: 4px;
}

.index-categories-center:hover .index-categories-center-img{
  transform:rotate(0deg) scale(1.1);
}

.index-categories-center-img {
  transition:1s;
  transition-delay: 0.1s;
}

.index-categories-center h4{
  position: absolute;
  bottom: 75px;
  color: #fff;
  left: 36px;
  font-size: 27px !important;
}

.index-categories-center h4 span{
  width: 50%;
  height: 100%;
  display: block;
  font-size: 14px;
  margin-top: 12px;
}


/*
/////////////////////////////////////////////////
*/



.factory-parallex{
  width: 100%;
  height: auto;
  padding: 160px 0px;
  background-image: url(../media/about-index-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
}

.factory-parallex:before {
  content: "";
  background: rgba(1, 72, 130, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.factory-parallex-content{
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
  text-align: center;
}

.factory-parallex-content h3{
  text-align: center;
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-size: 34px;
  letter-spacing: .5px;
}

.factory-parallex-content h4{
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  margin-bottom: 35px;
}

.factory-parallex-content a{
  background-color: #014282;
  color: #fff;
  transition: 500ms;
  padding: 8px 16px;
}

.factory-parallex-content a:hover{
  text-decoration: none;
  background-color: #1E1E1E;
  color: #fff;
}


@media screen and (max-width: 512px) {
  .factory-parallex-content h3{
    font-size: 28px;}
    
  .factory-parallex-content h4{
       font-size:22px;}
  
}








.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.5);
  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;
}



/*
////////////////////////////////////////////////////
*/






.about-company{
  width: 100%;
  height: auto;
  padding: 50px 40px;
  background-color: #fff;
  /*background-image: url("../media/parallex2.jpg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

/*.about-company:before {
  content: "";
  background: rgba(16, 16, 16, 0.92);
  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;
  }

}


.factory-section{
  width: 100%;
  height: auto;
  padding: 150px 0px;
  background-image: url(../media/factory01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.factory-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.factory-head{
  width: 90%;
  margin: auto;
  height: auto;
  margin-bottom: 24px;
}

.factory-head h2{
  color: #c7af8b;
  font-size: 32px;
}

.factory-para{
  width: 90%;
  margin: auto;
  height: auto;
  padding-right: 15px;
}

.factory-para p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}

.factory-para a{
  color: #c7af8b;
  text-decoration: none;
  font-size: 14px;
}

.factory-para a:hover{
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 712px) {

  .factory-para{
    margin-bottom: 35px;
  }

}

.factory-pics{
  width: 100%;
  height: 100%;
}



.boardOfMember{
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-color: #000;
  background-image: url(../media/parallex3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.boardOfMember:before {
  content: "";
  background: rgba(16, 16, 16, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.boxHeading {
  width: 360px;
  height: 84px;
  background-image: url(../media/header-box.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {

  .boxHeading{
    background-position: left;
  }

}

.boxHeading h3 {
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -8%;
  color: gray;
  transform: translate(90%,10%);
}

.boxHeading h2 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: absolute;
  transform: translate(30%,110%);
}

.memberPics{
  width: 100%;
  height: auto;
  padding: 60px 0px;
}

.memberFull{
  width: 68%;
  height: auto;
  border-radius: 6px;
  margin: 30px auto;
}

.memberImg{
  width: 100%;
  height: 280px;
}

.memberName{
  width: 100%;
  height: auto;
}

.memberName h5 {
  font-size: 15px;
  text-align: center;
  padding: 24px 0px;
  color: #fff;
}


.production-section{
  width: 100%;
  height: auto;
  padding: 160px 0px;
  background-image: url(../media/stitching.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.production-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.brands{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 45px 65px;
  padding-bottom: 95px !important;
}

.brands-logo{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 25px 0px;
  box-shadow: 0px 0px 15px #454545;
  border-radius: 15px;
  margin-top: 70px;
}

.brands-logo-inner{
  width: 90%;
  margin: auto;
  height: 140px;
}

@media screen and (max-width: 712px) {

  .brands-logo-inner{
    width: 70%;
    margin: 15px auto;
    height: 100px;
  }

}


.contact-index{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 160px 0px;
  background-image: url("../media/contact-map04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-index:before {
  content: "";
  background: rgba(255, 255, 255, 0.74);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.contact-info{
  width: 100%;
  height: auto;
}

@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;
  margin-bottom: 40px;
}

.contact-info-inner h4{
  font-size: 26px;
  font-family: 'Russo One', sans-serif;
  color: #000;
  margin: 10px 0px;
}

.contact-info-inner span{
  color: #014282;
}

.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;
}

.social-aspects{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 60px 0px;
  background-image: url("../media/parallex5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.social-aspects:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.social-para{
  width: 100%;
  height: auto;
  padding: 45px;
}

.social-para p{
  color: #fff;
  text-align: justify;
  padding: 4px;
  letter-spacing: 1px;
  font-size: 14px;
}

.social-pics{
  width: 100%;
  height: auto;
  padding: 0px 40px;
  margin-bottom: 30px;
}

.social-pics-inner{
  width: 75%;
  margin: auto;
  height: 220px;
}

.social-pics-inner h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
  font-family: Cursive;
}

@media screen and (max-width: 740px) {

  .social-pics-inner{
    width: 85%;
    margin-bottom: 45px;
    margin-top: 20px;
    height: 200px;
  }

}

.quote-index{
  width: 100%;
  height: auto;
  padding: 95px 0px;
  background-color: #000;
  background-image: url("../media/parallex4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.quote-index:before {
  content: "";
  background: rgba(1, 72, 130, 0.65);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.quote-head{
  width: 100%;
  height: auto;
}

.quote-head h2{
  font-size: 26px;
  color: #fff;
  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: #fff;
  border: 2px solid #fff;
  font-size: 17px;
  padding: 12px 40px;
  transition: 500ms;
}

.quote-btn a:hover{
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  text-decoration: none;
  color: #fff;
}

.feature-product{
  width:100%;
  height:auto;
  padding:100px 0px;
  background-color: #f7f4f2;
  /*background-image:url(../media/preview.jpg);*/
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  position: relative;
}

/*.feature-product:before {
  content: "";
  background: rgba(0, 0, 0, 0.92);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/



.feat-head{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 26px;
  font-family: 'Russo One', sans-serif;
}

.feat-head span{
  color: #014282;
}


.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%;
}



.collection{
  width: 100%;
  height: auto;
  padding: 75px 0px;
}

.collection-down{
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.collection-container{
  width: 100%;
  height: auto;
  margin: 15px 0px;
}

.collection-img{
  width: 170px;
  height: 170px;
  margin: auto;
  transition:0.5s;
  overflow:hidden;
  border-radius: 50%;
}

.collection-img-inner{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.collection-img:hover .collection-img-inner{
  transform:rotate(0deg) scale(1.1);
  cursor: pointer;
}

.collection-img-inner {
  transition:1s;
  transition-delay: 0.1s;
}

.collection-name{
  font-size: 17px;
  text-align: center;
  color: #000;
  margin-top: 8px;
  font-family: 'Baloo 2', cursive;
}

.collection-name a{
  color: #000;
}

.collection-name a:hover{
  color: #014282;
  text-decoration: none;
}


@media screen and (max-width: 1120px) {
  .collection-img{
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 975px) {
  .collection-img{
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 875px) {
  .collection-img{
    width: 100px;
    height: 100px;
  }
}


.about-index{
  width: 100%;
  height: auto;
  padding: 120px 0px;
}

.about-index-container{
  width: 100%;
  height: auto;
  padding: 50px 25px;
}

.about-index-head{
  font-size: 26px;
  font-family: 'Russo One', sans-serif;
  color: #000;
  margin: 10px 0px;
}

.about-index-head span{
  color: #014282;
}

.about-index-para{
  color: #000;
  font-size: 17px;
  font-family: 'Baloo 2', cursive;
}

.about-index-para p{
  margin-bottom: 50px;
}

.about-index-para a{
  background-color: #014282;
  color: #fff;
  transition: 500ms;
  padding: 8px 16px;
}

.about-index-para a:hover{
  text-decoration: none;
  background-color: #1E1E1E;
  color: #fff;
}

.about-index-img{
  width: 100%;
  height: auto;
}

.about-index-img-inner{
  width: 100%;
  height: 100%;
}




.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;
}




.footer{
  width:100%;
  height:auto;
  padding-top:120px;
  padding-bottom: 60px;
  background-color: #dedede;
  /*background-color: #3b3b3b !important;*/
  /*background-image: url("../media/footer-bg.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 45px;
  padding-right: 45px;
  /*position: relative;*/
}

/*.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/


.footer-logo{
  margin-bottom: 20px;
}

.footer-logo img{
  width: 85%;
}

.footer-head{
  color:#014282;
  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:#000;
  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:#000;}

.footer-para-link{
  text-decoration:none;
  color:#000;}
  
.footer-para-link:hover{
  text-decoration:none;
  color:#000;}

.footer-about{
  color:#000;
  font-weight:600;
  font-size: 14px;
}

.footer-about:hover{
  color:#014282;
  text-decoration:none;
}

.footer-link{
  color:#000;
  display:block;
  text-decoration:none;
  text-align:left;
  font-size:13px;
  padding:5px 0px 5px 10px;
  transition:padding 700ms;}

.footer-link i{
  font-size: 10px;
  color: #014282;
}
  

.footer-link:hover{
  color:#014282;
  text-decoration:none;
  padding-left: 12px;}

.footer-social{
  margin-top: 50px;
}

.footer-social li{
  list-style-type:none; 
  display:inline-block;
}

.footer-social i{
  background:transparent;
  color:#000;
  padding:8px 10px;
  margin-right:7px;
  border: 1px solid #000;
  font-size: 13px;
  transition: 500ms;}
  
.footer-social i:hover{
  background:#014282;
  color:#fff;
  border: 1px solid #014282;}

.footer-certificate{
  width: 40%;
  float: right;
  margin-right: 60px;
}

.footer-icons{
  text-align: center;
  margin-top: 40px;
}

.footer-icons img{
  width: 65px;
  height: 35px;
  margin: 8px;
}

.footer-end{
  /*background-color:#181818;*/
  background-color:#707070;
}

.footer-end-left{
  padding:16px;
  color:#e8e8e8;
  font-size:13px;
  text-align:left;
}  

.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-main{
  width: 100%;
  height: auto;
  background-color: #fff;
}

.contact-bg{
  width: 100%;
  height: auto;
  background-image: url("../media/contact-map04.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contact-bg:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact-outer{
  width: 100%;
  height: auto;
  padding: 120px 0px;
  background-color: transparent;
  /*background-image: url("../media/contact-bg.jpg");*/
  background-size: cover;
  background-position: right;;
  background-repeat: no-repeat;
  position: relative;
}

/*.contact-outer:before {
  content: "";
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

.contact-left{
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 60px 45px 30px 45px;
}

.contact-left:before {
  content: "";
  background: rgba(207, 207, 207, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.contact-left h4{
  color: #1E1E1E;
  font-size: 22px;
  padding-bottom: 28px;
  font-family: 'Russo One', sans-serif;
}

.contact-left span{
  color: #014282;
}

.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: #014282;
  outline: none;
}

/*.form-my:hover{
  border-bottom: 2px solid #c7af8b;
}*/

.form-my:focus{
  border-bottom: 2px solid #014282;
}

.form-btn{
  width: 100%;
  margin-top: 40px;
  text-align: center;
  background-color: #014282;
  color: #fff;
  padding: 12px 0px;
  cursor: pointer;
  border: 2px solid #014282;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
}

.form-btn:hover{
  color: #014282;
  border: 2px solid #014282;
  background-color: transparent;
}





.contact-right{
  width: 100%;
  height: 100%;
  background-color: #bdbdbd;
  padding: 60px 0px 30px 45px;
}

.contact-right h4{
  color: #1E1E1E;
  font-size: 17px;
  padding-bottom: 50px;
  font-family: 'Russo One', sans-serif;
}

.contact-right span{
  color: #014282;
}

.contact-right h5{
  color: #014282;
  font-size: 15px;
  padding: 55px 0px 8px 0px;
  font-weight: 600 !important;
}

.contact-right p{
  color: #1E1E1E;
  font-size: 14px;
}

.contact-right a{
  color: #1E1E1E;
  text-decoration: none;
  font-size: 13px;
}

.contact-right a:hover{
  color: #014282;
  text-decoration: none;
}

.contact-right li{
  display: inline-block;
  margin-left: 15px;
}

.contact-right i{
  font-size: 18px !important;
}


.contact-map{
  width: 100%;
  height: auto;
  padding: 140px 80px;
  background-color: transparent;
}



.subscribe{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background-color: #014282;
}

.subcribe-head{
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
}

.subscribe-down{
  width: 40%;
  height: auto;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 775px) {

  .subscribe-down{
    width: 80%;
  }

}

.subscribe-form{
  width: 100%;
  height: auto;
  padding: 10px;
}

.subscribe-btn{
  width: 100%;
  height: auto;
  padding: 13px 10px;
  background-color: #1e2d7d;
  color: #fff;
  border: 0;
}




.portfolio{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 90px 0px;
  background-image: url("../media/parallex5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.portfolio:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.sports-goods{
  width: 100%;
  height: auto;
  padding: 100px 0px;
  background-color: #000;
  background-image: url("../media/portfolio/sports-goods.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sports-goods:before {
  content: "";
  background: rgba(0, 0, 0, 0.88);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.sports-wears{
  width: 100%;
  height: auto;
  padding: 190px 0px;
  background-color: #000;
  background-image: url("../media/portfolio/martial-art01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sports-wears:before {
  content: "";
  background: rgba(0, 0, 0, 0.93);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.boxing{
  width: 100%;
  height: auto;
  padding: 190px 0px;
  background-color: #000;
  background-image: url("../media/portfolio/boxing05.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.boxing:before {
  content: "";
  background: rgba(0, 0, 0, 0.93);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.footwear{
  width: 100%;
  height: auto;
  padding: 190px 0px;
  background-color: #000;
  background-image: url("../media/portfolio/footwear01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footwear:before {
  content: "";
  background: rgba(0, 0, 0, 0.93);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.exhibition{
  width: 100%;
  height: auto;
  background-color: #fff;
  /*background-image: url("../media/exhibition.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;*/
  padding: 90px 0px;
}

/*.exhibition:before {
  content: "";
  background: rgba(0, 0, 0, 0.92);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

.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: #1E1E1E;
  padding: 10px 0px;
  font-family: 'Squada One', cursive;
  margin-top: 20px;
}

.detail-art{
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #373737;
  padding: 0px;
  margin-bottom: 14px;
  font-family: sans-serif;
}

.detail-desc{
  width: 100%;
  height: auto;
}

.detail-desc h3{
  font-size: 16px;
  color: #014282;
  padding: 12px 0px 5px 0px;
  text-transform: capitalize;
  font-weight: bold;
}

.detail-desc-para{
  width: 90%;
  height: auto;
}

.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: #014282;
  color: #ffff;
  border: 2px solid #014282;
  padding: 6px 12px;
  cursor: pointer;
}

.cart-btn:hover{
  background-color: transparent;
  color: #014282;
  border: 2px solid #014282;
}

.detail-social{
  width: 100%;
  height: auto;
  padding: 50px 10px;
}

.detail-social li{
  display: inline-block;
}

.detail-social a{
  color: #1E1E1E;
  font-size: 22px;
  margin-right: 15px;
}

.detail-social a:hover{
  color: #014282;
}

.related-full{
  width: 100%;
  height: auto;
}

.related-head{
  width: 100%;
  height: auto;
  text-align: left;
  padding-left: 40px;
}

.related-head h3{
  font-size: 24px;
  color: #1E1E1E;
  font-weight: bold;
  padding: 10px 0px;
}




.page-full{
  width: 100%;
  height: auto;
  background-color: #fff;
  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{
  margin-bottom:70px;
}

.about-content h3{
  color: #f5f5f5;
  margin-bottom:10px;
}

.about-content span{
  color:#E43D4E;
}

.about-content p{
  color: #f5f5f5;
}

/* 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: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:250px;
  height:auto;
  margin:15px;
  display:inline-block;
  box-shadow:0px 0px 0px #CCCCCC;
  transition:500ms !important;
  position: relative;
}
  
.prod-img{
  width:100%;
  height:280px;
  transition:0.5s;
  overflow:hidden;}
      
.prod-img:hover .prod-pic-link{
  opacity:0.7;
  transform:rotate(1deg) scale(1.1);}

.prod-pic-link {
  transition:0.6s;
  transition-delay: 0.2s;
}

.prod-down{
  width:100%;
  color:#fff;
  height:auto;
  padding:22px 0px;
  transition:0.5s;}
    
.prod-name{
  width:100%;
  height:auto;
  text-align:center;}

.prod-name a{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  font-size: 17px !important;}
  
.prod-name a:hover{
  text-decoration:none;
  color:#E43D4E;}
    
.prod-art-no{
  width:100%;
  height:auto;
  font-size:14px !important;
  color:#E43D4E;
  transition:0s;
  margin-top:7px;
  text-align:center;
  font-weight: 700;
}

.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: #E43D4E;
  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-top:8px !important;
  padding:30px 0px;}
  
.prod-left{
  width:100%;
  height:auto;
  padding:8px 0px;}



.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;
  }   
}  




.size-chart{
  width: 50%;
  height: 400px;
  padding-left: 80px;
}

.size-chart h5{
  font-weight: bold;
  text-decoration: underline;
  font-size: 22px;
}

@media screen and (max-width: 775px) {
  .size-chart{
    width: 100%;
    padding-left: 20px;
  } 
}


/*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: #000; 
  text-align: center;
  margin: 15px 0px;
}

.inquiry-form{
  width: 100%;
  height: auto;
  background-color: #404040;
  padding: 50px 10px;
}

.inquiry-form h4{
  width: 80%; 
  margin:auto;
  color: #fff;
  padding: 20px 0px;
  font-size: 20px;
  font-family: 'Russo One', sans-serif;
}

.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 #fff;
  padding: 11px 0px;
  margin-bottom: 20px;
  color: #fff;
}

.inquiry-form input:focus {
  border-bottom: 1px solid #097FBF;
  outline: none;
}

.inquiry-form textarea{
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 11px 0px;
  margin-bottom: 20px;
  color: #fff;
}

.inquiry-form textarea:focus {
  border-bottom: 1px solid #097FBF;
  outline: none;
}


.inquiry-btn{
  width: 100%;
  height: auto;
  background-color: #014282 !important;
  color: #fff;
  border: 0 !important;
  margin-top: 30px;
}

.inquiry-btn:hover {
  cursor: pointer;
  background-color: gray !important;
  color: #fff;
}




.inquiry-qty{
  width: 22%;
  padding: 6px 8px;
  background-color: transparent;
  border: 1px solid #000;
}


.inquiry-qty-save{
  font-size: 14px;
  border: 0;
  color: #000;
}

.inquiry-qty-save:hover {
  cursor: pointer;
  color: #097FBF;
}




















/* 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;
}










.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{
  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;
  box-shadow: 0px 0px 0.6px #1E1E1E;
  transition:0.5s;
  overflow:hidden;
}

@media screen and (max-width: 1480px) {
  .feat-img{
    height: 380px !important;
  }
}

.feat-img{
  height: 380px !important;
}

.prod-img:hover .prod-pic-link{
  transform: scale(1.1);}

.prod-pic-link {
  width: 100%;
  height: 100% !important;
  transition:0.6s;
  transition-delay: 0.2s;
}

.prod-img img{
  width: 100%;
  height: 100%;
}

.prod-name{
  padding-top: 18px;
  padding-bottom: 8px;
  padding-left: 10px;
  text-align: left;
}

.prod-name a{
  text-decoration: none;
  font-family: 'Dosis', sans-serif !important;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
}

.prod-name a:hover {
  text-decoration: none;
  color: #014282;
}

.prod-art{
  padding-bottom: 8px;
  text-align: left;
  color: #014282;
  padding-left: 10px;
}

.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;
}





.new-arrival{
  width: 100%;
  height: auto;
  padding: 90px 0px;
}

.arrival-container-full{
  width: 100%;
  height: auto;
  margin: 20px 0px;
  display:inline-block;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .arrival-container-full{
    width: 300px;
    height: auto;
    margin: 20px 5px;
  } 

  .arrival-img{
    height:280px !important;
  }
}

@media screen and (max-width: 1295px) {
  .arrival-container-full{
    width: 270px !important;
    height: auto;
  } 
}

.arrival-img{
  width:100%;
  height:400px;
  box-shadow: 0px 0px 0.6px #1E1E1E;
  transition:0.5s;
  overflow:hidden;
}

.arrival-img:hover .arrival-pic-link{
  transform: scale(1.1);}

.arrival-pic-link {
  width: 100%;
  height: 100% !important;
  transition:0.6s;
  transition-delay: 0.2s;
}

.arrival-img img{
  width: 100%;
  height: 100%;
}






.page-top{
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #000;
  background-image: url(../media/about-top-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-top:before {
  content: "";
  background: rgba(1, 72, 130, 0.65);
  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: #f5f5f5;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.page-top-head span{
  color: #f5f5f5;
  font-size: 16px;
  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: #f5f5f5;
  text-decoration: none;
}

.page-top-head a:hover {
  color: #c7af8b;
}







.about-main{
  width: 100%;
  height: auto;
  background-color: #000;
}

.about-preface{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 50px 0px;
}


.about-preface-head{
  width: 100%;
  height: auto;
  padding: 30px;
  padding-bottom: 20px;
}

.about-preface-head h2{
  color: #014282;
  font-family: "Audiowide", sans-serif;
  font-size: 32px;
}

.about-preface-para{
  width: 100%;
  height: auto;
  padding: 10px 30px;
}

.about-preface-para p{
  color: #fff;
  font-size: 15px;
  text-align: justify;
}

.company-profile{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 100px 0px;
}

.company-pic{
  width: 100%;
  height: auto;
  padding: 0px 20px;
}

.video-section{
  width: 100%;
  height: auto;
  background-color: #000;
  background-image: url(../media/parallex6.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
  position: relative;
}

.video-section:before {
  content: "";
  background: rgba(16, 16, 16, 0.94);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.video-side{
  width: 100%;
  height: auto;
  padding: 0px 0px;
}

.video-inner{
  width: 500px;
  height: 500px;
}







.page-link{
  background-color: #014282 !important;
  color: #fff !important;
}







#block-body{
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../media/factory03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  position: relative;
}

#block-body:before {
  content: "";
  background: rgba(16, 16, 16, 0.45);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



.block-full-paged{
  width: 100%;
  height: 100vh;
}

.block-left{
  width: 100%;
  height: 100vh;
  padding: 45px 0px;
}



.contact-box{
  width: 70%;
  height: auto;
  margin: auto;
  background-color: transparent;
  padding: 40px;
  position: relative;
}

.contact-box:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact-box h4{
  color: #fff;
  text-align: center;
}

.contact-box h5{
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
}

.contact-box p{
  color: #fff;
}

.contact-box a{
  color: #fff;
}

.contact-box ul li{
  display: inline-block;
  margin-left: 15px;
}

.contact-info-data-block a{
  color: #fff;
  font-size: 13px;
  padding: 4px 0px;
}

.contact-info-data-block a:hover{
  color: #fff;
}

.contact-info-data-block a i{
  color: #097FBF;
  font-size: 13px;
}

















.block-right{
  width: auto;
  height: 100vh;
  background-color: #f5f5f5;
  background-image: url('../media/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 40px;
  text-align: center;
  position: relative;
}

.block-right:before {
  content: "";
  background: rgba(245, 245, 245, 0.88);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.logo-section{
  width:50%;
  margin:auto;
  height:auto;
  text-align: center;
}

.form-section{
  width: auto;
  height: auto;
  margin: auto;
  padding: 30px;
}

.form-section span{
  width: 40%;
  margin: auto;
  display: block;
  font-size: 13px;
  color: #fff;
  background-color: #C80000;
  padding: 5px 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 3px #C80000;
}

.verify-input{
  width: 80%;
  height: auto;
  margin: auto;
  background-color: transparent;
  border: 2px solid #097FBF;
  padding: 10px 5px;
  font-size: 14px;
}

.verify-btn{
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #097FBF;
  color: #fff;
  border: 0;
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
  transition: 500ms;
}

.verify-btn:hover {
  background-color: gray;
}

.form-section p{
  margin-top: 30px;
  font-size: 14px;
  color: darkred;
}

.form-section p a{
  text-decoration: none;
  color: darkred;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
    .logo-section{
      width:50%;
    }

    .form-section{
      padding: 15px;
    }
}







.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;
}


