/* index start */
nav-link:hover{
	color: aqua
}

.swiper-button-prev{
	 height: 20px;
}

.swiper-button-next{
	 height: 20px;
}
/* index end */

/* gallery start */
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
}

.container-filter a {
	display: block;
	font-size: 14px;
	margin: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 0.6s;
	border-bottom: 1px solid transparent;
	color: #807c7c !important;
}

.container-filter a:hover {
	color: #807c7c !important;
}

.container-filter a.active {
	color: #9b9595 !important;
	border-bottom: 1px solid #807c7c;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box .item-mask {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
}

.item-box .item-mask .item-caption {
	position: absolute;
	width: 100%;
	bottom: 10px;
	opacity: 0;
}

.item-box:hover .item-mask {
	opacity: 0.7;
	visibility: visible;
	cursor: pointer !important;
}

.item-box:hover .item-caption {
	opacity: 1;
}

.item-box:hover .item-container {
	width: 100%;
}

.services-box {
	padding: 45px 25px 45px 25px;
}

.portfolioContainer {
		visibility: hidden;
}

.container-filter-wrapper {
		position: relative;
		width: 100%;
		overflow: hidden;
}

.container-filter {
		display: flex;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* Internet Explorer 10+ */
}

.container-filter::-webkit-scrollbar {
		display: none; /* WebKit */
}

.scroll-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0,0,0,0.3);
		color: white;
		border: none;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10;
		opacity: 0.7;
		transition: opacity 0.3s;
}

.scroll-arrow:hover {
		opacity: 1;
}

.scroll-arrow.left {
		left: 10px;
}

.scroll-arrow.right {
		right: 10px;
}

.container-filter li {
		flex-shrink: 0;
		margin: 0 10px;
}

@media (max-width: 768px) {
		.scroll-arrow {
				width: 30px;
				height: 30px;
		}
}
/* gallery end */