.breadcrumb-item
{
	background-image: url(../../assetsFE/images/bg_007.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 260px;
	border: 10px solid #fff;
	margin-top: 20px;
	align-items: start;
	justify-content: end;
	padding-left: 20px;
	padding-bottom: 20px;
	background-position-x: 50%;
}
.breadcrumb-heading
{
	color: #821ba8;
	font-weight: 600;
}
.breadcrumb-heading-mini
{
	font-size: 26px;
	color: #2d89a5;
	font-weight: bolder;
}
.breadcrumb-item ul li:not(:last-child) a:before {
	background-color: #ffffff;
}

.widgets-area {
	margin-bottom: 30px;
}

.headerTitle
{
	background-color: #f7f7f7de;
	padding: 10px 0px;
	text-align: center;
	border-radius: 16px;
}
.widgets-area {
	background-color: #f7f7f7de;
}
.blog-detail-item {
	background-color: #f7f7f7de;
}
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.breadcrumb-item {
			background-position-x: 50%;
		}
	.widgets-area {
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}