/*Style for breadcrumb*/
.breadcrumb-wrapper {
	padding: 0 100px;
	background-color: #efefef;
	height: 25px;
}
.breadcrumb-wrapper ul.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb-wrapper ul.breadcrumb > li {
	color: #4d4d4d;
	font-size: 12px;
}
.breadcrumb-wrapper ul.breadcrumb > li > a {
	color: #7a9e83;
	font-size: 12px;
}
/*Banner image styles*/
.banner-wrapper {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.banner-wrapper .home-banner img {
	height: 350px;
	object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
	width: 100%;
}
.banner-wrapper .home-banner::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 1;
}
.page-about-us .banner-wrapper {
	height: 350px;
}
.page-about-us .banner-wrapper::after {
	height: 350px;
}

/*Social Media Icons style(fixed)*/
.social-media-block {
	position: fixed;
	left: 15px;
	top: 50%;
	padding: 0;
	-webkit-transform: translatey(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.front .banner-wrapper {
	background-color: #fff;
}
