input.error, select.error, textarea.error {
      background: #FBB5A8;
	  
} 

label.error {
        float: left; color: red;
        padding-left: 1em; vertical-align: top; 
		
    }
	
#loading{
  margin-top:10%;	
   margin-left:50%;
   display:none;
   text-align:center;
   position:absolute;
   width:100%;
   background:url('../gallery/loader.gif') no-repeat center center;width:100px;height:60px;
   } 
.nopadding{
	padding:0px;
}

.web-heading h2{
	font-weight:bold;
	margin-top:0px;
	text-transform:uppercase;
}

.line{
	margin-top:30px;
	margin-bottom:30px;	
	width:60px;
}

@media (max-width:500px){
	h1{
		
	}
	
	h2{
		font-size:25px !important;
	}
	
	h3{
		font-size:20px;
	}
	
	h4{
		font-size:15px;
		font-weight:bold;
	}
}

@media (max-width:360px){
	h1{
		font-size:25px !important;
	}
	
	h2{
		font-size:20px !important;
	}
	
	h3{
		font-size:18px;
	}

}
/**Header Starts**/

header .fa{
	margin-right:10px
}

#header-top{
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

#header-top #support{
	text-align:center;
}

#header-top #search{
	text-align:right;
}

#header-top #support,
#header-top #search{
	padding-top:20px;
	font-size:15px;
}

#header-top #support h4{
	font-size:20px;
}

#header-top #support .fa{
	height:60px;
	width:60px;
	text-align:center;
	padding-top:13px;
	margin-bottom:5px;
	font-size:25px;
	border-radius:0px 15px 0px 15px;
}

#header-top #support #phone{
	border-right:1px solid lightgrey;
}
#header-top #logo img{
	max-height:110px;
	min-height:110px;
}

#header-top #search form input
{
	border-radius:20px 0px 0px 20px;
}

#header-bottom .navbar{
	margin-bottom:0px;
}

#header-bottom .navbar-default{
	padding:15px 0px 15px 0px;
	border-radius:0px;
}

#header-bottom .navbar-default li.active > a{
	border-radius:0px 15px 0px 15px;
}

#header-bottom .navbar-default .dropdown-menu{
	width:250px;
}

#header-bottom .navbar-default .dropdown-menu{
	padding-top:0px;
	padding-bottom:0px;
	border-radius:0px 15px 0px 15px;
}

#header-bottom .navbar-default .dropdown-menu li a{
	padding-top:15px;
	padding-bottom:15px;
	border-radius:0px 15px 0px 15px;
}

@media(min-width:768px) and (max-width:991px){
	#header-top #support .fa{
		height:50px;
		width:50px;
		text-align:center;
		padding-top:13px;
		margin-bottom:5px;
		font-size:25px;
		border-radius:0px 15px 0px 15px;
	}
	
	#header-top #support h4{
		font-size:18px;
	}

}

@media(max-width:767px){
	#header-top{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#header-top #logo img{
		text-align:center !important;
		display:inline-block !important;
	}
	
	#header-top #search form .form-group{
		margin-bottom:0px !important;
	}
	
	#header-bottom .navbar-default{
		padding:0px;
		border-radius:0px;
	}
	
	#header-bottom .navbar-default .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
			
	#header-bottom .navbar-default .dropdown-menu{
		width:100%;
	}
	
	#header-bottom .navbar-default .dropdown-menu li a{
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	
	.navbar-header .list-unstyled li i{
		color:grey;
	}
	
	.popover{
		max-width:280px;
	}
	
	#popup-search {
		width:250px;	
	}
	
	#txt_search { 
		float:left; width:175px; margin-right:5px;
	}
	
	.list-unstyled .popover {
		max-width:400px;
	}
	
	.navbar .list-unstyled{
		display:initial;
		float:right;
	}
	
	.navbar .list-unstyled a i{
		margin-top:16px !important;
		margin-right:10px;
	}
}

/**Header Ends**/


/**Main Carousel Starts**/

.carousel .carousel-control{
	background-image:none;
}

@media (min-width:980px){
	
	#myslider .carousel-inner .item img{
		max-height:620px;
		min-height:620px;
		width:100%;
	}
}

@media (min-width:800px) and (max-width:980px){
	
	#myslider .carousel-inner .item img{
		max-height:570px;
		min-height:570px;
		width:100%;
	}
}


@media (min-width:768px) and (max-width:800px){
	
	#myslider .carousel-inner .item img{
		max-height:470px;
		min-height:470px;
		width:100%;
	}
}

@media (min-width:500px) and (max-width:768px){
	
	#myslider .carousel-inner .item img{
		max-height:370px;
		min-height:370px;
		width:100%;
	}
}

@media (min-width:360px) and (max-width:500px){
	
	#myslider .carousel-inner .item img{
		max-height:280px;
		min-height:280px;
		width:100%;
	}
	
	#myslider .carousel-inner .item .carousel-caption h1{
		font-size:30px;
	}

}

@media (min-width:320px) and (max-width:360px){
	
	#myslider .carousel-inner .item img{
		max-height:250px;
		min-height:250px;
		width:100%;
	}

	#myslider .carousel-inner .item .carousel-caption h1{
		font-size:30px;
	}
}

/**Main Carousel Ends**/


/**Welcome Section Starts**/

#welcome{
	padding-top:60px;
	padding-bottom:60px;
}

#welcome #what_we_offer p{
	line-height:2;
}

#welcome #what_we_offer .service-block{
	margin-top:30px;
}

#welcome #what_we_offer .service-block-info{
	padding:10px;
}

#welcome #what_we_offer .service-block-info h3{
	font-size:18px;
	font-weight:bold;
}

#welcome #what_we_offer .service-block-info p{
	font-size:14px;
}

#welcome #what_we_offer .service-block .fa{
	font-size:35px;
	height:60px;
	width:60px;
	padding-top:13px;
}

/**Welcome Section Ends**/


/**Featured Product Section Starts**/

#featured-products{
	padding-top:60px;
	padding-bottom:60px;
}

#featured-products .products .item{
	padding:10px;
}

.products .product-block .product-img img{
	
	max-height:270px;
	max-width:100%;
	transition:.9s;
}

.products .product-block .product-img {
	overflow:hidden;
	min-height:270px;
	max-height:270px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.grid-product-img img{
	
	max-height:200px;
	max-width:100%;
	transition:.9s;
}

.grid-product-img {
	overflow:hidden;
	min-height:200px;
	max-height:200px;
	display: flex;
	align-items: center;
	justify-content: center;
		
	}

.products .product-block .product-info .product-name,
.products .product-block .product-info .product-price{
	margin-top:0px;
	font-weight:bold;
}

.products .product-block .product-info{
	padding:15px;
}

.products .product-block .product-info .btn{
	margin-top:10px;
}

.products .product-block {
			text-align:center
		}
/*
@media(min-width:1200px){
	
	.products .product-block .product-img img{
		max-height:270px;
		min-height:270px;
		transition:.9s;
		
	}
	
	
}

@media(min-width:991px) and (max-width:1200px){
	
	.products .product-block .product-img img{
		max-height:270px;
		min-height:270px;
		
		transition:.9s;
	}
}

@media(min-width:768px) and (max-width:991px){
	
	.products .product-block .product-img img{
		max-height:290px;
		min-height:290px;
		
		transition:.9s;
	}
}

@media(min-width:600px) and (max-width:768px){
	.products .product-block .product-img img{
		max-height:290px;
		min-height:290px;
		
		transition:.9s;
	}
}

@media(min-width:500px) and (max-width:600px){
	
	.products .product-block .product-img img{
		max-height:340px;
		min-height:340px;
		
		transition:.9s;
	}
}

@media(min-width:400px) and (max-width:500px){
	.products .product-block .product-img img{
		max-height:290px;
		min-height:290px;
		
		transition:.9s;
	}
}

@media(min-width:368px) and (max-width:400px){
	
	.products .product-block .product-img img{
		max-height:250px;
		min-height:250px;
		
		transition:.9s;
	}
}

@media(min-width:320px) and (max-width:368px){
	
	.products .product-block .product-img img{
		max-height:230px;
		min-height:230px;
		
		transition:.9s;
	}
	
	#featured-products .products .product-block .product-img .img-mask{
		padding:30px;
	}
	
}
*/
/**Featured Product Section Ends**/


/**Categories Product Section Starts**/

#categories{
	padding-top:60px;
	padding-bottom:60px;
	overflow:hidden;
}

#categories .nav-tabs{
	text-align:center;
}

#categories .nav-tabs li{
	display:inline-block;
	float:none;
	margin-bottom:0px !important;
}


#categories .nav-tabs li a{
	margin-bottom:5px;
}

#categories .tab-content .tab-pane .content{
	padding:10px;
}

#categories .tab-content .tab-pane .tab-heading{
	font-weight:bold;
}

.grid-products{
	margin-top:30px;
}

.grid-products a{
	text-decoration:none;
}

.grid-products .grid-product-block{
	padding:10px;
	overflow:hidden;
	margin-top:20px;
	transition:.9s;
}

.grid-products .grid-product-block img{
	max-height:200px;
	transition:.9s;
}

.grid-products .grid-product-block .grid-product-price{
	position:absolute;
	top:0;
	margin-top:10px;
}

.grid-products .grid-product-block .grid-product-price h4{
	padding:10px;
	font-weight:bold;
}

.grid-products .grid-product-block .grid-product-name{
	padding-top:10px;
	height:40px;
	margin-bottom:0px;
}

.grid-products .grid-product-block .grid-product-price{
	font-weight:bold;
}

.grid-products .btn{
	margin-top:50px !important;
}

@media(min-width:730px) and (max-width:991px){
	#categories .nav-tabs li a{
		padding:8px;
	}
}

@media(max-width:730px){
	#categories .nav-tabs li{
		width:100%;
		margin-top:2px !important;
	}
	
	#categories .nav-tabs li a{
		border-radius:0px !important;
	}
}
/**Categories Product Section Ends**/


/**Footer Starts**/

#footer-top{
	padding-top:40px;
	padding-bottom:40px;
}

#footer-top p{
	font-size:13px;
	line-height:2;
}
	
#footer-top .address-block{
	margin-top:20px;
}

#footer-top #address .address-block .address-icon .fa{
	font-size:25px;
	height:50px;
	width:50px;
	border-radius:100%;
	padding-top:12px;
}

#footer-top #address .address-block .address-text{
	padding-top:10px;
}

#footer-top #about-us p{
	margin-bottom:20px;
	margin-top:20px;
}

#footer-top #about-us .social-icons a{
	margin-right:15px;
}

#footer-top #about-us .social-icons .fa{
	font-size:20px;
	height:50px;
	width:50px;
	padding:15px;
	text-align:center;
}

#footer-top #newsletter p{
	margin-top:20px;
}

#footer-top #newsletter form{
	margin-top:20px;
}

#footer-top #newsletter input,
#footer-top #newsletter .btn{
	border-radius:0px;
}

#footer-bottom{
	padding-top:15px;
	padding-bottom:15px;
}

#footer-bottom p{
	margin-top:10px;
}

@media(max-width:991px){
	#footer-top{
		text-align:center;
	}
			
	#footer-top #about-us,
	#footer-top #newsletter{
		margin-top:20px;
	}
}

/**Footer Ends**/


/**About Page Starts**/

.about-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.about-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

.who-we-are{
	margin-bottom:40px;
}

.who-we-are-text{
	padding:10px;
}

.who-we-are-text p{
	font-size:15px !important;
}

.icon-block .fa{
	font-size:50px;
	height:100px;
	width:100px;
	border-radius:100%;
	padding-top:20px;
}

.icon-block h3{
	font-weight:bold;
}

@media (max-width:767px){
	
	.about-cover h1{
		font-size:40px;
	}
	
	.icon-block{
		margin-top:20px;
	}
}

@media (max-width:366px){
	
	.about-cover h1{
		font-size:30px;
	}
}

/**About Page Ends**/


/**Products Page Start**/

#inner-page .heading h2{
	margin-top:0px;
	font-weight:bold;
}

#inner-page h4{
	font-weight:bold;
}

#inner-page p{
	font-size:13px;
	line-height:1.8;
}

.products-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.products-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

#inner-page{
	padding-top:60px;
	padding-bottom:60px;
}

.side-bar h4{
	margin-bottom:24px;
}

.side-bar .products{
	padding:10px;
}

.side-bar .products .product-block{
	margin-bottom:20px;
}

.side-bar .products .product-block .product-info h5{
	margin-bottom:0px;
	font-size:13px;
}

.side-bar .products .product-block .product-info .product-name{
	text-align:left;
}

.side-bar .products .product-block .product-info .product-price{
	text-align:right;
}

@media(min-width:1200px){
	.side-bar .products .product-block .product-img img{
		max-height:200px;
		min-height:200px;
	}
}

@media(min-width:991px) and (max-width:1200px){
	.side-bar .products .product-block .product-img img{
		max-height:200px;
		min-height:200px;
	}
} 

@media(max-width:991px){
	.side-bar{
		margin-top:40px;
	}
}

@media (max-width:767px){
	
	.products-cover h1{
		font-size:40px;
	}
}


@media (max-width:366px){
	
	.products-cover h1{
		font-size:30px;
	}
}
/**Products Page Ends**/


/**Benefits Page Starts**/

.benefits-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.benefits-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

@media (max-width:767px){
	
	.benefits-cover h1{
		font-size:40px;
	}
}

@media (max-width:366px){

	.benefits-cover h1{
		font-size:30px;
	}
}

/**Benefits Page Starts**/


/**Production Page Starts**/

.production-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.production-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

@media (max-width:767px){
	
	.production-cover h1{
		font-size:40px;
	}
}

@media (max-width:366px){

	.production-cover h1{
		font-size:30px;
	}
}

/**Production Page Starts**/


/**Exports Page Starts**/

.exports-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.exports-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

@media (max-width:767px){
	
	.exports-cover h1{
		font-size:40px;
	}
}

@media (max-width:366px){

	.exports-cover h1{
		font-size:30px;
	}
}

/**Exports Page Starts**/


/**Product Details Page Starts**/

#inner-page .inquiry-butn .btn{
	border-radius:0px;
	transition:.9s;
}

.lSSlideOuter .lSPager.lSGallery img{
	max-height:100%;
	min-height:100%;
}

table{
	margin-top:20px;
}

table .feature-name{
	font-weight:bold;
}

table .feature-value{
	font-weight:bold;
}

.related-products {
	margin-top:80px;
}

.related-products .grid-products .item{
	padding:0px 10px 15px 10px;
}

#image-gallery li img{
		max-height:350px;
		
	}

#image-gallery li {
		max-height:350px;
		min-height:350px;
		max-width:350px;
		display:flex;
		align-items:center;
		justify-content:center;
		
	}
	
/*
@media only screen and (min-width:1200px){
	
	#image-gallery li img{
		max-width:450px;
		max-height:400px;
		min-height:400px;
		
	}
}

@media only screen and (min-width:991px) and (max-width:1200px){
	
	#image-gallery li img{
		max-width:350px;
		max-height:350px;
		min-height:350px;
		
	}
}

@media only screen and (min-width:768px) and (max-width:991px){

	#image-gallery li img{
		max-width:450px;
		max-height:400px;
		min-height:400px;
		
	}
}
*/
@media(max-width:991px){
	.details-text{
		margin-top:40px;
	}
}

@media only screen and (max-width:768px){
	
	#image-gallery li img{
		max-width:250px;
		max-height:200px;
		min-height:200px;

	}
}

/**Product Details Page Ends**/


/**Inquiry Us page starts**/

.inquiry-section form h3{
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}

.inquiry-section form input,
.inquiry-section form select,
.inquiry-section form button,
.inquiry-section form textarea{
	border-radius:0px;
}

.inquiry-section form label{
	font-weight:normal;
}

.inquiry-section form #product-information .product-image img{
	max-height:400px;
	min-height:400px;
	width;100%;
}

.inquiry-section form button{
	margin-top:20px;
}

/**Inquiry Us page Ends**/


/**Contact Us Page Starts**/

.contact-cover{
	padding-top:120px;
	padding-bottom:120px;
}

.contact-cover h1{
	text-align:center;
	font-weight:bold;
	font-size:60px;
}

.contact-section #contact-form input,
.contact-section #contact-form textarea,
.contact-section #contact-form .btn{
	border-radius:0px;
}

.contact-section #contact-form textarea{
	height:168px;
}

.contact-section #contact-form{
	margin-bottom:40px;
	margin-top:40px;
}

.contact-page-address .address-text-icon .fa{
	font-size:50px;
	margin-bottom:10px;
}

@media (max-width:767px){
	
	.contact-cover h1{
		font-size:40px;
	}
}


@media (max-width:366px){
	
	.contact-cover h1{
		font-size:30px;
	}
}

/**Contact Us Page Ends**/
