.project-category-filter .project-categories {
	cursor: pointer;
}

.project-category-filter .project-categories.active span.show {
	cursor: default;
}

.project-category-filter .project-categories.active span.close {
	cursor: pointer;
	margin-left: 5px;
}

.project-category-filter .project-categories.active {
	display: flex;
}

.all-filters-wrapper .filters-button-wrapper .filters-button {
	display: flex;
}

.project-category-filter .project-categories span.close {
	display: none;
}

.project-category-filter .project-categories.active span.close {
	display: block;
}

.overlay.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.project-gallery-wrapper .gallery-lightbox-wrapper {
	text-align: center;
}

.all-filters-wrapper .filters-button span.icon {
	margin-right: 8px;
}

.project-sidebar-filters .filters-data-wrapper .filters-data-options {
	display: block;
	position: relative;
}

.project-sidebar-filters .filters-data-wrapper .filters-data-options input {
	opacity: 0;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.project-sidebar-filters .filters-data-wrapper .filters-data-options label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.project-sidebar-filters .filters-data-wrapper .filters-data-options label::before {
	content: '';
	border-style: solid;
	display: inline-block;
	position: absolute;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.project-sidebar-filters .filters-data-wrapper .filters-data-options input:checked+label::after {
	content: '';
	width: 9px;
	height: 22px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: var(--e-global-color-secondary) !important;
	position: absolute;
	top: -7px;
	left: 12px;
	transform: rotate(45deg);
}

.project-category-filter .elementor-button:not(.active)::before {
	background: #0B364F1A;
}

.project-category-filter .project-categories.active {
	border: 1px solid;
}

.all-filters-wrapper .project-categories .close svg,
.filtered-option-wrapper a.remove-filter svg {
	width: 12px;
	height: 12px;
	margin-left: 8px;
}

/* gallery zoom css */
body.popup-open {
	overflow: hidden;
}

.elementor-post.projects {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.elementor-post.projects.popup-active {
	overflow: visible;
}

.elementor-post.projects img.main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	transition: transform 300ms ease-in-out;
	transform: scale(1);
	will-change: transform;
}

.elementor-post.projects:hover img.main-img {
	transform: scale(1.1);
}

.elementor-post.projects .elementor-project-main {
	position: absolute;
	top: 5%;
	right: 5%;
	left: 5%;
}

/* Gallery pagination css start */

.elementor-post.projects .elementor-project-main .images-button-wrapper button.elementor-project-location {
	margin: 0px 0px 0px 0px;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: 0.32px;
	border-style: solid;
	border-width: 0;
	backdrop-filter: blur(10px);
	background-color: #F5F7F9A6;
	color: #0b2e4f;
	width: 53% !important;
	padding: 7px 0px;
	margin-right: 5px;
}

.elementor-post.projects .elementor-project-location img.project-location-icon {
	width: 14%;
	vertical-align: middle;
}


.elementor-projects-pagination a.pagination-icon-prev-wrapper.elementor-icon {
	overflow: hidden;
	height: 70px;
	width: 70px;
}

.elementor-projects-pagination .pagination-icon-prev-wrapper .hover-icon {
	position: relative;
	top: -16px;
	left: 50px;
	transition: all 0.3s ease;
}

.elementor-projects-pagination .pagination-icon-prev-wrapper .normal-icon {
	position: relative;
	top: 4px;
	left: 5px;
	transition: all 0.3s ease;
}

.elementor-projects-pagination a.pagination-icon-prev-wrapper.elementor-icon:hover.pagination-icon-prev-wrapper .hover-icon {
	position: relative;
	left: 0px;
}

.elementor-projects-pagination a.pagination-icon-prev-wrapper.elementor-icon:hover.pagination-icon-prev-wrapper .normal-icon {
	position: relative;
	left: -48px;
}

.elementor-projects-pagination a.pagination-icon-next-wrapper.elementor-icon {
	overflow: hidden;
	height: 70px;
	width: 70px;
}

.elementor-projects-pagination .pagination-icon-next-wrapper .hover-icon {
	position: relative;
	top: -16px;
	left: -45px;
	transition: all 0.3s ease;
}

.elementor-projects-pagination .pagination-icon-next-wrapper .normal-icon {
	position: relative;
	top: 4px;
	left: 5px;
	transition: all 0.3s ease;
}

.elementor-projects-pagination a.pagination-icon-next-wrapper.elementor-icon:hover.pagination-icon-next-wrapper .hover-icon {
	position: relative;
	left: 6px;
}

.elementor-projects-pagination a.pagination-icon-next-wrapper.elementor-icon:hover.pagination-icon-next-wrapper .normal-icon {
	position: relative;
	left: 50px;
}

.elementor-projects-pagination .elementor-icon {
	font-size: 20px !important;
}

@media (max-width:767px) {
	.elementor-post.projects .elementor-project-main .images-button-wrapper button.elementor-project-location {
		font-size: 13px;
	}

	.elementor-project-main .images-button {
		font-size: 12px !important;
	}
}

@media (max-width:320px) {
	.elementor-post.projects .elementor-project-main .images-button-wrapper button.elementor-project-location {
		font-size: 10px;
		width: 57% !important;
		padding: 7px 0px;
		margin-right: 5px;
	}

	.images-button {
		font-size: 10px !important;
	}
}

/* Gallery pagination css End */

article.projects:hover {
    cursor: pointer;
}