.sticky {
    position: fixed;
  width: 100%;
 background-color:#fff;
    top: 0;
    z-index: 100;
    border-top: 0;
    padding-top: 0px !important;
	color:rgba(255,255,255,.6) !important;
   
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/roboto/Roboto-Light.woff') format('woff'),
       url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSanL-Reg';
  src: url('../fonts/NimbusSanL-Reg.eot');
  src: url('../fonts/NimbusSanL-Reg.woff2') format('woff2'),
       url('../fonts/NimbusSanL-Reg.woff') format('woff'),
       url('../fonts/NimbusSanL-Reg.ttf') format('truetype'),
       url('../fonts/NimbusSanL-Reg.svg#NimbusSanL-Reg') format('svg'),
       url('../fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/lato/Lato-Regular.eot');
  src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
       url('../fonts/lato/Lato-Regular.woff') format('woff'),
       url('../fonts/lato/Lato-Regular.ttf') format('truetype'),
       /*url('../fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg'),*/
       url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light/Lato-Light.eot');
  src: url('../fonts/Lato-Light/Lato-Light.woff2') format('woff2'),
       url('../fonts/Lato-Light/Lato-Light.woff') format('woff'),
       url('../fonts/Lato-Light/Lato-Light.ttf') format('truetype'),
       /*url('../fonts/Lato-Light/Lato-Light.svg#Lato-Light') format('svg'),*/
       url('../fonts/Lato-Light/Lato-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.active {font-weight:bold;}

.nav
{
	margin-top:25px !important;
}
 .img{width:100%;}

 .navbar-nav > li > a {  font-family: 'Roboto-Light';
    padding-top: 35px;
    padding-bottom: 15px;
    color: black;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.nav > li > a {background-color:#fff !important;font-family: 'Lato-Regular'!important;
	outline:none;
	text-decoration:none;
    position: relative;
    display: block;
    padding: 10px 9px;
        padding-top: 10px;
        padding-bottom: 10px;
		   
    
    color: black;
	font-size:16px;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 22px !important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000 !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    border: 1px solid #fff;
}
.box {font-size:13px}

#about {
    padding: 25px 0;
        padding-bottom: 25px;
    font-family: 'Lato-Regular';
    padding-bottom: 50px !important;
}
#about p{font-size:15px; padding:4px 0px; color:#4e4949;}
#about p span{font-size:15px; font-weight:bold;color:#4e4949;letter-spacing: 0.25px;}
#about h5 {color:#4e4949;
    font-size: 14px;
    padding-top: 171px;
    font-family: 'Lato-Regular';
    line-height: 17px;font-style: italic;
}
#about h5 span {font-size:14px; font-weight:bold;letter-spacing: 0.25px;font-style: italic;}






input[type=text], select, textarea {
    width: 100%;
    padding: 5px; 
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box; 
    margin-top: 6px; 
  color:#000 !important;
    resize: vertical
}

input[type=email], select, textarea {
    width: 100%; 
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px;
  color:#000 !important;
    resize: vertical 
}


input[type=number], select, textarea {
    width: 100%; 
    padding: 5px;
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px; 
  color:#000 !important;
    resize: vertical 
}


input[type=submit] {
    background-color: #000;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-top:10px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.form1 {
    border-radius: 5px;
    background-color: #ccc;
    padding: 20px;
	
} 

.form1 h3{font-size:16px; font-weight:bold; margin-top:0;color:#4e4949;}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 6px;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
}

#paper p span{font-weight:bold; font-size:15px;letter-spacing: 0.25px !important;color:#4e4949;}
#paper {font-family: 'Lato-Regular'!important;padding-top: 25px; padding-bottom:50px}
#paper .box{}
#paper .box img{width:100%}
#paper .box{width:100%; margin: 20px 0;  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
    padding-left:5px !important;
	
}

#paper .box:hover{  
    z-index: 99;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.3);
    position: relative;
}



#paper h1{font-size:16px; font-weight:bold; margin-top: 0;color:#4e4949;}



#print .form1 h3{letter-spacing:0 !important}
#jute .form1 h3{letter-spacing:0 !important}
#cotton .form1 h3{letter-spacing:0 !important}
#cotton p span{font-weight:bold; color:#4e4949; letter-spacing: 0.25px !important;}
#cotton {font-family: 'Lato-Regular'!important; padding-top: 25px;letter-spacing: 0.25px !important; padding-bottom:50px}

#cotton h1{font-size:16px; font-weight:bold; color:#4e4949;  margin-top: 0;} 
#cotton p{font-size:15px;letter-spacing: 0.25px !important; color:#4e4949;}
#cotton .box{}
#cotton .box img{width:100%}
#cotton .box{width:100%;  margin: 20px 0;   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
	    padding-left:5px !important;
}

#cotton .box:hover{  
    z-index: 99;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.3);
    position: relative;
}

	
	
	
	
	
#jute p span{font-weight:bold;color:#4e4949; letter-spacing: 0.25px !important;}
#jute {font-family: 'Lato-Regular'!important; padding-top: 25px;letter-spacing: 0.25px !important; padding-bottom:50px}
#jute p span{font-weight:bold}
#jute h1{font-size:16px; font-weight:bold; margin-top:0;}
#jute p{font-size:15px; color:#4e4949; letter-spacing: 0.25px !important;}
#jute .box{}
#jute .box img{width:100%}
#jute .box{width:100%;  margin: 20px 0 ;  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);      padding-left:5px !important;
	
}

#jute .box:hover{  
    z-index: 99;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.3);
    position: relative;
}

#print .krs h2{margin:0; padding:0}
#print .krs p{margin:0; padding:0}
	
	#print h2{font-size:16px; padding:0 !important; font-style:italic;}
	#print p{font-size:15px; padding:10px 0px}
	
#print {font-family: 'Lato-Regular'!important; padding-top: 25px;letter-spacing: 0.25px !important; padding-bottom:50px}
#print p span{font-weight:bold; color:#4e4949; letter-spacing: 0.25px !important; font-size:15px;}
#print h1{font-size:15px; font-weight:bold; margin-top:0}

#print .box{}
#print .box img{width:100%}
#print .box{width:100%;  margin: 10px 0;  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);      padding-left:5px !important;
	
}

#print .box:hover{  
    z-index: 99;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.3);
    position: relative;
}



#contact{font-family: 'Lato-Regular'!important; padding-top: 25px; padding-bottom:50px}
#contact h1{font-size:16px; font-weight:bold;margin: 5px 0; color:#4e4949;}
#contact h2{font-size:16px; padding:0; color:#4e4949;font-weight:bold;}
#contact h2 span{font-weight:normal;}
.dar{padding:10px 0;}


.bag{padding:0 45px}

#profile .bag h4{font-size:16px !important; font-weight:bold !important; color:#4e4949; margin-top:0;}
#profile {font-family: 'Lato-Regular'!important;padding-top: 25px ; padding-bottom:50px}


#profile p{font-size:15px; padding:10px 0px; letter-spacing: 0.25px !important; color:#4e4949; }
#profile p span{font-size:18px; font-weight:bold; color:#4e4949;}
#profile h5 {
    font-size: 15px;
    padding-top: 0px;
    line-height: 18px;color:#4e4949;
}
#profile h5 span {font-size:15px; font-weight:bold; color:#4e4949;}
#profile h3{font-size:16px;margin: 5px 0; color:#4e4949;}
#profile .ink {padding:20px 0}
#profile h1{font-size:15px; font-weight:bold; margin-top:0; color:#4e4949;}
#profile  .form1 h3{margin-top:0 !important; margin-bottom:10px !important; }
#business .form1 h3{margin-top:0 !important; margin-bottom:10px !important; padding-top:0 !important}





#business .bag h4{font-size:16px !important; font-weight:bold !important;padding-bottom:0px; margin-top:0; color:#4e4949;}
#business {font-family: 'Lato-Regular'!important;padding-top: 25px ; padding-bottom:50px}

#business .par p{margin:0; padding:0; color:#4e4949;}
#business p{font-size:16px; padding:5px 0px; letter-spacing: 0.25px !important; color:#4e4949;}
#business p span{font-size:16px; margin-top:0; margin-bottom:0; letter-spacing: 0.25px !important;color:#4e4949; }
#business h5 {
    font-size: 16px;
    padding-top: 0px;
    line-height: 25px;color:#4e4949;
}
#business h5 span {font-size:1px; font-weight:bold;color:#4e4949;}
#business h3{font-size:16px;margin: 5px 0;font-weight:bold;padding-top:5px;color:#4e4949;}
#business .ink {padding:20px 0}

@media (max-width:480px){
	
	 .navbar-nav > li > a {  font-family: 'Roboto-Light';
    padding-top: 5px;
    padding-bottom: 10px;
    color: black;
}

	
	
}



@media (max-width:320px){
	
	 .navbar-nav > li > a {  font-family: 'Roboto-Light';
    padding-top: 0px;
    padding-bottom: 8px;
    color: black;
}

	
	
}

@media (max-width:768px)
{
	.pull-right
	{
		float:left !important;
	}
}