.h_hero_section{
	background-color: #000;
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-position: center;
	border-bottom: 10px solid #f96207;
	position: relative;
	overflow: hidden;
}
.h_hero_section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(55, 35, 22, 0.31);
  z-index: 3;
}
.h_hero_con {
  position: relative;
  z-index: 4;
	max-width: 1000px;
	margin: auto;
}
.hero_img_container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero_img_container  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_hero_con h1 {
  text-align: center;
  margin: 0px;
  font-size: 34px;
  color: #fff;
  padding-bottom: 10px;
}
.h_hero_con p {
  color: #f4f4f4;
  padding-bottom: 20px;
  margin: 0px;
  text-align: center;
}

.featured_items {
  padding: 50px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.featured_item {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.featured_item h2{
  flex: 0 0 100%;
  
}
.featured_item:last-child {
  margin-right: 0px;
}
.featured_item h2 {
  text-align: center;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.featured_item p {
  text-align: center;
  margin: 0px;
}
.featured_item img {
  max-width: 90px;
}
.featured_section {
  padding: 30px 0px;
  background: ;
}
.f_s_home {
  min-height: 164px;
}
.site_bread_section {
  display: none;
}
.p_l_ex .sharedaddy {
  display: none;
}

@media all and (max-width:992px){
	.h_hero_section {
	  height: auto;
	  min-height: 500px;
	  padding: 40px 0px;
	}
	.featured_item {
	  flex: 0 0 100%;
	  max-width: 100%;
	  margin-right: 0px;
	}

}