@media only screen and (max-width: 1024px){
	.navbar li a
	{
		font-size: 10px;
	}
}
@media only screen and (max-width: 768px){
	.navbar li a
	{
		font-size: 10px;
	}
	.navbar li {
	    margin-left: 0px !important;
	}
}
@media only screen and (max-width: 767px){
.navbar{
	width: 100%;
}
.navbar-nav {
    margin: 7.5px 0px;
}
.navbar-collapse{
	overflow: hidden;
}	
 .navbar-nav li{
	width: 100%;
	margin-left: 0px !important;	
}
.navbar-nav li a{
	padding-left:0px !important; 
}
.header-area {
		padding-bottom: 40px;
}
.navbar-collapse{
    width: 100%;
    background: #00496a;
    position: fixed;
    margin: 0px;
}
.logo{
	text-align: center;
}
.logo img{
	height: 65px;
 } 
}
@media only screen and (max-width: 480px){
	
	.header-area .logo{
		padding-bottom: 10px !important;
	}
	.header-area {
		padding-bottom: 40px;
	}
	.header-area .single-info-box {
		display: none;

	}
	
	.carousel-caption h2{
		font-size: 19px;
	}
	
	.container{
		margin-top: auto;
	}
	footer .social-links{
		display: block;
	}
	/*#back-to-top{
		bottom: 50px;
	}
	.footer-copyright p{
		padding-bottom: 20px !important;
	}*/
}
@media only screen and (max-width: 384px){
	.bg-img h2{
		font-size: 30px;
	}
	
	.Welcome .container{
		padding-top: 30px !important;
	}
	.Welcome h2, .chemical h2, .product h2, .contact h2{
	font-size: 30px;	
	}
	.carousel-caption h2{
		font-size: 15px;
		
	}
	.header-area {
		padding-bottom: 30px;
	}
	
}
@media only screen and (max-width: 320px){
	.bg-img h2{
		font-size: 23px;
	}
	
	.Welcome .container{
		padding-top: 20px !important;
	}
	.chemical h2, .product h2, .contact h2, .Welcome h2{
	font-size: 26px !important;	
	}
 	.carousel-inner>.item>img{
		height: 40vh;
		width: 100%;
	}
	.header-area {
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 375px){
	
	.chemical h2, .product h2, .contact h2, .Welcome h2{
	font-size: 30px;	
	}
 	
	
}
@media only screen and (max-width: 414px){
	
	.chemical h2, .product h2, .contact h2, .Welcome h2{
	font-size: 34px;	
	}
 	
	
}
@media only screen and (max-width: 360px){
	
	.chemical h2, .product h2, .contact h2, .Welcome h2{
	font-size: 28px;	
	}
 	
	
}