.projects-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.projects-wrapper .project {
	position:relative;
	width: 32.33%;
	cursor:pointer;
	margin: 0 0.5% 20px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.projects-wrapper .project .img-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.projects-wrapper .project.filtered {
	display: none;
}

.project-overlay {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(28, 43, 140, .95);
	color: #fff;
	opacity: 0;
	transition: opacity 0.15s ease-in;
	margin: auto;
}

.project-overlay h6{
	color: #FFF;
	margin-top: 2em;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: margin-top 0.2s ease-in, opacity 0.2s ease-in;
}

.projects-wrapper .project:hover .project-overlay h6{
	margin-top: 0;
}

.project-overlay .location{
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	font-weight: 400;
}

.projects-wrapper .project:hover .project-overlay {
	opacity: 1;
	margin: 0;
}

.projects-filter-ui {
	display: flex;
	align-items: center;
}

.projects-filter-ui input{
	display: none;
}

.projects-filter-ui input + .radio-button-ui{
	height: 8px;
	width: 8px;
	border: 1px solid #0E154C;
	margin-right: 10px;
	min-width: 8px;
	border-radius:50%;
}

.projects-filter-ui input:checked + .radio-button-ui{
	background: #0E154C;
}

.projects-filters-center {
	display: block;
	text-align: center;
	/*margin-bottom: 40px;*/
	transform: translateY(-50%);
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.projects-filters-wrapper {
	display: inline-flex;
	justify-content: center;
	margin: 0 auto;
	background: #0E154C;
	padding: 30px 80px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}

.projects-filters-wrapper .filters-label {
	margin-right: 30px;
	color: #fff;
	padding: 4px 0;
}

.projects-filters-wrapper .filters {
	display: flex;
}

.projects-filters-wrapper .filter-wrapper + .filter-wrapper {
	margin-left: 30px;
	line-height: 10px;
	font-size: 10px;
	text-transform: capitalize;
}

.projects-filters-wrapper .filter-popup {
	display: none;
}

.projects-filters-wrapper .filter-wrapper .filter-button, .awards-filter {
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
	border: 1px solid #fff;
    min-width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    text-transform: capitalize;
}

.projects-filters-wrapper .filter-wrapper .filter-button i {
	margin-left:10px;
}

.awards-filter input + .radio-button-ui {
	border-color: #fff;
	margin: 5px 0 5px 10px;
}

.awards-filter input:checked + .radio-button-ui {
	background: #fff;
}

.projects-filters-wrapper .filter-wrapper {
	position: relative;
	z-index: 1001;
}

.projects-filters-wrapper .default-filter {
	display: flex;
	align-items: center;
}

.projects-filters-wrapper .default-filter span {
	color: #fff;
	display: block;
	cursor: pointer;
}

.projects-filters-wrapper .filter-wrapper label {
	cursor: pointer;
}

.projects-filters-wrapper .filter-wrapper label:last-child {
	margin-top: 10px;
}

.projects-filters-wrapper .filter-wrapper.opened .filter-popup {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	background: #F7F7F7;
	width: 240px;
	padding: 30px;
}

.projects-filters-wrapper .filter-wrapper.opened .filter-popup > span { 
	position: absolute;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 5px;
    right: 5px;
	cursor: pointer;
}

.projects-filters-wrapper .filter-wrapper.opened .filter-popup > span i { 
    font-size: 14px;
}

.filter-popup .projects-filter-ui span {
	text-transform: none;
	color: #0E154C;
	font-weight: 600;
	font-size: 10px;
}

.projects-filters-wrapper .filter-wrapper.opened .filter-popup .filter-content .filters-sections {
	margin: 10px 0 0;
    display: block;
	text-align: left;
	font-weight: 600;
}

.project-gallery {
	display:none;
}

.post-type-archive-projects.full-width-content .site-inner {
	max-width: none;
	padding-top: 0;
}
.post-type-archive-projects.full-width-content .site-inner .content {
	width:100%;
}


/* Project Single */

.single-projects .site-inner{
	max-width: none;
	padding: 60px 0;
}

.single-projects .site-inner .content {
	width:100%;
}


.section-content-wrapper {
	text-align: justify;
	margin: 0 auto;
	position: relative;
	width:100%;
}

.section{
	display:flex;
	padding: 120px 80px;
	flex-direction: column;
	width:100%;
}

.section.gallery-layout {
	padding: 0 80px 120px;
}

.section:nth-child(even) {
	background: #f7f7f7;
}


.section-title {
	display: inline-block;
	text-align:left;
}

.section-title-underline:after {
	content: " ";
	display: block;
	border-bottom: 2px solid #1c2b8c;
	width: 60px;
	margin-top: 20px;
}

.section-title-center .section-title-underline:after {
	margin-left: auto;
	margin-right: auto;
}
.section-title-center {
	display:block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.single-projects .site-header {
	position: relative;
}

.single-projects .header-hero-image {
	background-position: center center;
	background-size: cover;
	height: 60vh;
}

.single-projects .site-inner {
	padding: 0;
}

.single-projects .quick-nav-bar-center {
	display: block;
	text-align: center;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}

.single-projects .quick-nav-bar-wrapper {
	display: inline-flex;
	margin: 0 auto;
	background: #0E154C;
	padding: 30px 60px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}

.single-projects .quick-nav-bar-wrapper .navbar-link {
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	box-shadow: none;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.single-projects .quick-nav-bar-wrapper .navbar-link:hover{
	color: #2132a5;
}

.single-projects .quick-nav-bar-wrapper .navbar-link.active {
	text-decoration: underline;
}

.single-projects .quick-nav-bar-wrapper a.navbar-link {
	padding-right: 30px;
}

.full-width-page .banner img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.single-projects .gallery-layout .section-content-wrapper {
	max-width: none;
}

.section-content-wrapper .filter-process {
	height: 60px;
}

.section-gallery {
	display: flex;
	flex-wrap: wrap;
}

.section-gallery .gallery-image {
	width: 32.33%;
	margin: 0 0.5% 20px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-gallery .gallery-image div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.section-gallery .gallery-image:hover div:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f31e";
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(28, 43, 140, .9);
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.section-gallery .gallery-image div img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.hidden-gallery{
	display: none;
}

.sticky-section.fixed {
	position: fixed;
	transform: none;
	margin-bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index:100;
}

.loading_icon {
	width: 6em;
	height: 6em;
	display: inline-block;
	animation: icon-feinmann-rotate 0.8s infinite linear;
	color: transparent;
	font-size: 10px;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid #333;
	border-left: 0.5em solid rgba(0,0,0,0.2);
	border-radius: 50%;
	background-clip: padding-box;
}

.filter-process {
	text-align: center;
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

.section.section-projects {
	background: #FFF;
}

.random-projects {
	display: flex;
}



.tax-project {
	margin-bottom:20px;
}
.section.tax-gallery-layout {
	padding:50px 0 0;
	background:none;
}
.section.tax-gallery-layout .section-gallery {
    gap: 10px;
    row-gap: 20px;
    justify-content: space-between;
}
.section.tax-gallery-layout .section-gallery .gallery-image {
    width: calc(50% - 10px);
	margin: 0;
}
.projects-archive-template .tax-introduction {
	margin-bottom: -50px;
	margin-top: 50px;
	padding: 0 20px;
}


@keyframes icon-feinmann-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1200px) {
	
	.section{
		display:flex;
		padding: 120px 60px;
		flex-direction: column;
		width:100%;
	}

	.section.gallery-layout {
		padding: 0 60px 120px;
	}

	
}

@media only screen and (max-width: 1000px) {
	
	.quick-nav-bar-wrapper > a {
		display: none;
	}
	.section-gallery .gallery-image {
		width: 49%;
		margin: 0 0.5% 20px;
		overflow: hidden;
		position: relative;
	}

	.projects-wrapper .project {
		width: 49%;
	}

	.projects-filters-wrapper .filters-label {
		display: none;
	}
	
	.projects-filters-wrapper,
	.single-projects .quick-nav-bar-wrapper {
    		padding: 15px 30px;
		font-size: 12px;
    		letter-spacing: 1px;
	}
	
	.projects-filters-wrapper .filter-wrapper + .filter-wrapper {
    		margin-left: 15px;
	}
	
	.single-projects .quick-nav-bar-wrapper .navbar-link{
		padding: 15px;
	}
	
	.projects-filters-wrapper .filter-wrapper.opened .filter-popup {
    		display: block;
			position: absolute;
			left: 0;
			top: 29px;
			background: #F7F7F7;
			width: 220px;
			padding: 20px;
	}
	.projects-archive-template .tax-introduction {
		margin-top: 30px;
	}
}


@media only screen and (max-width: 800px) {

	.section{
		display:flex;
		padding: 80px 40px;
		flex-direction: column;
		width:100%;
	}

	.section.gallery-layout {
		padding: 0 40px 80px;
	}
	
	.section.tax-gallery-layout {
		padding:20px 0 0;
	}

}

@media only screen and (max-width: 640px) {
	
	.projects-wrapper .project {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.section-gallery .gallery-image {
		width: 100%;
		margin: 0 0.5% 20px;
		overflow: hidden;
		position: relative;
	}
	
	.section.tax-gallery-layout .section-gallery .gallery-image {
		width: 100%;
	}

}


@media only screen and (max-width: 400px) {

	
	.projects-filters-wrapper,
	.single-projects .quick-nav-bar-wrapper {
    		padding: 10px 10px;
		font-size: 12px;
    		letter-spacing: 1px;
	}
	
	.projects-filters-wrapper .filter-wrapper + .filter-wrapper {
    		margin-left: 10px;
	}
	
	.single-projects .quick-nav-bar-wrapper .navbar-link{
		padding: 10px;
	}
	
	.projects-filters-wrapper .filters {
    		display: flex;
		justify-content: center;
	}
	
	.projects-filters-wrapper .filter-wrapper.opened .filter-popup {
    		display: block;
			position: absolute;
			left: 0;
			top: 29px;
			background: #F7F7F7;
			width: 220px;
			padding: 20px;
	}
	
	.section{
		display:flex;
		padding: 40px 40px;
		flex-direction: column;
		width:100%;
	}

	.section.gallery-layout {
		padding: 0 20px 40px;
	}
	

	
}
