html{
  scroll-behavior: smooth;
}
body{
	background-color:white;
}
.top{
  background-color: #c37a30;
  color: white;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
}
.ui-autocomplete{
	background-color:white;
	width:200px;
	color:black;
	text-decoration:none;
	height:200px;
	overflow:auto;
	z-index:9999 !important;
	position:absolute;}
	.ui-autocomplete li{
		text-decoration:none !important;}
	.ui-helper-hidden-accessible{
		display:none;}
		.ui-menu-item{
			
			list-style:none;}
			.ui-corner-all{
				color:#000;
				font-size:16px;
				cursor:pointer;}
				.ui-corner-all:hover{
					text-decoration:none;
					color:black;
					cursor:pointer}
.bottomborder{
  background-color: rgba(255, 255, 255, 0.884);
  border-bottom: 1px solid;
  border-color: #294157;
  border-bottom-style:groove;
  padding:0px;
}

.navbar ul li a{
  color: #294157 !important;
   


}
.navbar ul li a:hover{color:#F63 !important;}
.navbar .btn{
  color: #c37a30;
}
.navbar .btn{
	border:0px;
  color: white;
  background-color: #c37a30!important;
}
.navbar .dropdown:hover .dropdown-menu{
  display: block;
}
.navbar .dropdown-menu a:hover{
	background-color:#c37a30;
	color:white !important	;}
.carousel .back{
   background-color: rgba(255, 255, 255, 0.600););
  padding: 11px;
  border-radius: 0px;
}
.carousel h1{
  color: #311a02;
  font-weight: bold;
  font-size: 3vmax;
  text-align: left;
  
}
.carousel p{
  color: #311a02;
  font-size: 1.5vmax;
  text-align: left;
  margin: 0px;
  
}
.carousel .btn1{
  background-color: #f7993b;
  color: white;
  border-radius: 0%;
}
.carousel .btn2{
  background-color: #facc01;
  color: #294157;
  border-radius: 0%;
  
}
.heading h1{
  font-size: 33px;;
  text-align: center;
  font-weight: bold;
  color: #294157;
}
.heading p{
  font-size: 1.1vmax;
  text-align: center;
  
}
.divider{
  width: 80px;
  height: 2px;
  background-color: #294157;
  margin: auto;  
}
.wcolor{color: #f7993b;
font-size: 17px;}

.section1 img {
  border-radius: 44px;
}
.section4{
  background-color: #f9b36c;
  color: white;
}
.section4 .btn:hover{
        color: #294157;
}
.section6{
  background-color: #294157;
}
.section6 .set{
  margin-top: 84px !important;
}
.section7 img:hover{
        border: 1px solid;
}
.section8 {
  background: linear-gradient(rgba(0, 0, 0, 0.712),rgba(0, 0, 0, 0.712)),url(../images/backbanner.jpg); 
 background-position:center;
 background-size: cover;
 background-attachment: fixed;
  
  
}
.section8 .hedingcol{
  	color:#f7993b;
	}
.section8 .councol{
    color:	#f7993b;
	}
.section9 i{
	color:#f7993b;
	}
.section10{
  background-color: #e2e2e2;
}
.section12{
  background-color: #311a02;
  color: #294157;
}
.section12 .card{
  background-color:rgba(243, 199, 170, 0.100);;
  border-radius: 0px;
}
.section12 .card .form-control{
	margin:0px;}
.section12 ul li a{
   color: white;

  
}
.section12 .card .btn{
   background-color:#c37a30;
   border:0px;
   	
	}
.section12 ul li a{
  color: white;
  text-decoration: none;
}
.section12 ul li{
  margin: 12px;
}
.section12 .social{
  background-color:#c37a30;
  color: white;

}
.section12 .link{
 color: rgb(223, 222, 222);
  font-weight: bold;
}
.section13{
  background-color: #c37a30;
  color: white;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  color: #536c83de;
 
 
 
}
#myBtn:hover{
    color:#294157;
}
/*========contact css====*/
.contact i{
          color: rgb(255, 163, 57);
          margin-right: 15px;
          padding: 5px;
}
.contact table,tr,td{
	border:1px solid;
	border-collapse:collapse;
	text-align:center;
	}
	table{width:100%;}
	table .hedtr{ background-color: #311a02 !important;
	line-height:40px;
  color: white;}
/*========About css====*/
.about h5{
background-color: #311a02;
  color: white;
  padding: 6px;
}
.about p{
  text-align: justify;
}
/*=======warehouse============*/
.warehouse p{
  text-align: justify;
}
/*==============gallery========*/
#img{
 transition: width 2s, height 2s, transform 2s;

	}
#img:hover{
	box-shadow: 6px 7px 46px -5px rgba(130,130,130,0.96) !important;
	transform: scale(1.1);
	border-radius:5px;
	  transform: scaleX(-1);
         transform:scale(1.1);
		
		 
	}
