.nav-honey li a:hover {
    color: #FBBC05;
}
nav.navShadow .nav-honey li .active  {
    color: #f8f8f8;
	 color: #FBBC05;
}
.dropdown-item:hover{
	
	background-color: #FBBC05;
}


/* product */

.product-list li{
		padding:0;
		margin:0;
		color: #000000;
		    list-style: none;
	
	}
	.Specification{
	margin-top:20px;
	margin-bottom:20px;
	}
	
	.Specification h4{
		padding-bottom:10px;
	}
	.Specification img{
		width:250px;
	}
	
	.product-list li:before {
		   font-family: "FontAwesome";
		   content: "\f00c ";
		   display: inline-block;
		   padding-right: 10px;
		   vertical-align: middle;
		   font-weight:900;
		    color: #ba893f;
		}
		
		/* contact */
		
			.contact-form-area .contact-form form {
			background: #f7f7f7;
			display: block;
			padding: 36px 30px 60px;
		}
		
			.contact-form-area .contact-form form input[type="text"], .contact-form-area .contact-form form input[type="email"], .contact-form-area .contact-form form textarea {
			background: #ffffff;
			border: 1px solid #afacac;
			color: #999999;
			display: block;
			font-size: 14px;
			height: 40px;
			margin-bottom: 20px;
			padding: 0 20px;
			width: 100%;
			transition: all 500ms ease;
		}
		.contact-form-area {
			background: #ffffff;
		}
		.contact_grid_right{

			border:2px solid #3b5d3342;
		}
		.contact-form-area p{
			color: #000;
		}
		.contact-form-area .contact-form form h2 {
			font-size: 24px;
			font-weight: 400;
			text-transform: capitalize;
			margin: 0 0 25px;
			
		}

		.quick-contact {
			overflow: hidden;
			padding: 50px 30px 47px;
			border: 1px solid #f4f4f4;
		}
		.quick-contact .title h2 {
			color: #333333;
			font-size: 24px;
			font-weight: 400;
			margin: 0 0 30px;
		}
		.quick-contact .contact-info li {
			border-bottom: 1px solid #f4f4f4;
			margin-bottom: 21px;
			padding-left: 35px;
			padding-bottom: 21px;
			position: relative;
		}
		.quick-contact .contact-info li .icon-holder {
    position: absolute;
    top: 3px;
    left: 0;
}
.quick-contact .contact-info li .text-holder h5 {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.quick-contact .contact-info li .text-holder h5 span {
    color: #333333;
    font-weight: 400;
}
.quick-contact .fa{
	    font-size: 25px;
		color: green;
}
.contact-info{
list-style:none;
}


/* about */
.custom-about{
			background: #e6e6e6;
		}
		.custom-about .col-md-3{
		border:1px solid gray;
		}
		.about-4{
			background-color: #fff;
			padding: 60px 0 60px;
		}
		.about-4 p{
		    color: #000000;
			}
			
		.about-4 h3{
			    color: #526F35;
				padding-bottom: 10px;
		}
		
/* index	 */	
	.img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-content {

    position: absolute;
    /* z-index: 10; */
    left: 24%;
    top: 33%;
    padding: 12px 20px;
    background: #201e1e6e;
}

.tittle-w3{
	color: #F29C19 !important;
}