.exampleItem{
	position: relative;
	transition: all .3s;
}
.exampleItem .pic{
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
}
.exampleItem:hover{
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
	transform: scale(1.05);
}
.exampleItem h6{
	color: #333;
	transition: all .3s;
	text-align: center;
	margin: 0;
	padding-top: 30px;
}
.exampleItem:hover h6{
	color: var(--primary);
}
.exampleItem .logo{
	position: absolute;
	bottom: 45px;
	left: 25px;
	background: #fff;
	height: 40px;
	padding: 8px 10px;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 3px;
}
.exampleItem img{
	height: 100%;
}

.page-link{
	color: #6c757d;
	box-shadow: none !important;
}
.page-link:hover{
	color: #6c757d;
}
.page-item.disabled{
	opacity: .6;
	cursor: not-allowed;
}
.page-item.disabled .page-link{
	color: #aaa;
}
.pagination{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-item.active .page-link{
	background:var(--primary) !important;
	border-color: var(--primary);
}