@media (max-width: 767px) {

	.filter-ul li {
		margin-right: 16px;
		margin-bottom: 12px;
	}
	.filter-ul li a {
		font-size: 12px;
	}
}

.filter-menu {
	text-align: center;
	margin-bottom: 20px;
}

.filter-menu h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.filter-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.filter-ul li {
	display: inline-block;
	margin-right: 10px;
}

.filter-ul li:last-child {
	margin-right: 0;
}

.filter-ul li a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.filter-ul li a:hover {
	background-color: #ccc;
}
.filter-ul li.active a {
	background-color: #333;
	color: #fff;
}
.project-title {
	padding: 20px 0px 20px 0px;
	color: #000000;
	font-weight: 600;
}
.image-all img {
	height: 246px !important;
	object-fit: cover;
	width: 100%;
}
.image-all a {
	height: 246px;
	width: 100%;
	display: block;
}
.dresuar img {
	height: 450px;
	object-fit: cover;
	width: 100%;
}
.dresuar a {
	height: 450px;
	width: 100%;
	display: block;
}
@media (max-width: 999px) {
	.image-all img {
		height: 105px;
		object-fit: cover;
		width: 100%;
	}
	.image-all a {
		height: 105px;
		width: 100%;
		display: block;
	}
	.dresuar img {
		height: 200px;
		object-fit: cover !important;
		width: 100%;
	}
	.dresuar a {
		height: 200px;
		width: 100%;
		display: block;
	}
	.page-title {
		padding-top: 40px !important;
	}
	.background-image {
		height: 107px !important;
		background-size: cover;
	}
	.page-title h2 {
		font-size: 24px !important;
	}
	.page-title .page-breadcrumb {
		margin-top: 5px !important;
	}
	.page-title .page-breadcrumb li {
		font-size: 11px !important;
	}
	.sidebar-page-container {
		padding: 55px 0px 70px !important;
	}
}