/* CSS Document */
@charset "UTF-8";

@media screen and (min-width: 1200px) {
.cd-primary-nav >li:nth-child(5) {
	box-shadow:inset 0 -4px 0 #ccc;
}
}

.slder-background {
	width: 100%;
	height: 50vh;
	position: relative;
	background-image: url(images/title-bg.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 3%;
}
 
.filter {
	width: 100%;
	height: 100%;
	padding-top: 120px;
}
.filter .inner {
	color: #fff;
}
.filter .inner h1 {
	font-family: serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top:50px;
}
#path a { color:#fff;}

@media screen and (max-width: 768px) {
.filter {
	padding-top:60px;
}


}






