
body{
  background: url(../images/main-bg.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.img-full{
  width: 100%;
  height: auto;
}
.img-shadow{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.main-header{
  background: rgba(0,0,0,0.7);
}
.main-header .navbar{
  padding: 0px;
}
.main-header .navbar .navbar-brand{
  padding: 0px;
}
.main-header .navbar .navbar-nav .nav-item .nav-link{
  /*border-radius: 20px;*/
  padding: 10px 15px;
  margin: 0px 5px;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s all;
}
.main-header .navbar .navbar-nav .nav-item .nav-link img{
  vertical-align: top;
  margin-right: 5px;
}
.main-header .navbar .navbar-nav .nav-item:hover .nav-link{
  background: #000; 
}
.main-header .navbar .navbar-nav .nav-item.active .nav-link{
  background: #c6386d; 
}

.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  border: 0px;
  /*border-radius: 15px;*/
  background: rgba(0,0,0,0.9); 
  color: #fff;
  margin-top: 0px;
  margin-left: 5px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2); 
}
.dropdown-menu .dropdown-item{
  color: #fff;
  padding: 10px 20px;
  min-width: 200px;
}
.dropdown-menu .dropdown-item:hover{
  background: rgba(50,50,50,0.5);
  /*background: #000;*/
  color: #fff; 
}

.home-banner-section{
  margin: 50px 0px;
}
.banner-title{
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-top: 75px;
  line-height: 1.35
}
.banner-title .bg-black{
  background: #000;
  padding: 0px 10px; 
}
.banner-title .bg-green{
  background: #69971f;
  padding: 0px 10px; 
}
.main-footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: rgba(0,0,0,0.7); 
}
.main-footer.footcontent{
  position: relative;
  margin-top: 50px;
}
.card-box{
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.card-box .card-icon{
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px;
  margin: 10px auto;
}
.card-box .card-icon img{
  width: 100%;
}
.card-box .card-content{
  margin-top: 15px;
}
.card-box .card-content h3{
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.card-box .card-content a{
  color: #ab224e;
  font-weight: bold;
  transition: 0.3s all;
}
.card-box .card-content a:hover{
  text-decoration: none;
  color: #ce335a;
}
.content-container{
  padding: 20px;
  background: rgba(0,0,0,0.8);
}
.inner-page-section{
  margin-top: 35px;
}
.section-title{
  margin-top: 0px;
  font-size: 30px;
  font-weight: 800;
  color: #ce335a;
}
.img-box{
  margin-bottom: 30px;
  border: 5px solid #ddd;
}

.product-heading{
  text-align: center;
  padding: 40px;
  background: #6840ad; 
  margin-bottom: 30px;
}
.product-heading.bg-streamer{
  background: url(../images/product-banner-streamers.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-solidtissue{
  background: url(../images/product-banner-solidtissue.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-printedtissue{
  background: url(../images/product-banner-printedtissue.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-giftbox{
  background: url(../images/product-banner-giftbox.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-spiralnotebook{
  background: url(../images/product-banner-spiralnotebook.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-notebook{
  background: url(../images/product-banner-notebook.jpg) center center;
  background-size: cover; 
}
.product-heading.bg-packaging{
  background: url(../images/product-banner-packaging.jpg) center center;
  background-size: cover; 
}
.product-heading .product-heading-title{
  font-weight: 800;
  margin: 0px;
  font-size: 32px;
  text-transform: uppercase;
}
.product-box{
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.product-box .product-box-image{
  position: relative;
}
.product-box .product-box-content{
  position: absolute;
  bottom: -100%;
  padding: 10px;
  width:100%;
  transition: 0.5s all;
  background: rgba(0,0,0,0.8);
}
.product-box:hover .product-box-content{
  bottom: 0px;
}
.product-box .product-box-content h3{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-box .product-box-content p{
  margin: 0px;
  font-size: 14px;
}

.products-sidebar a.card-box{
  display: block;
  padding: 5px 10px;
  text-align: left;
  padding-left: 70px;
  position: relative;
  min-height: 80px;
  text-decoration: none !important;
  transition: 0.3s all;
}
.products-sidebar a.card-box:hover{
  background: #ce335a;
}
.products-sidebar a.card-box .card-icon{
  width: 50px;
  height: 50px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.products-sidebar a.card-box .card-content{
  display: inline-block;
  margin: 0px;
}
.products-sidebar a.card-box .card-content h3{
  font-size: 20px;
  color: #fff;
  margin: 0px;
  text-decoration: none;
}