/*
Theme Name: Inspiro Child Theme

Template: inspiro

*/

@import url("../inspiro/style.css");

/*Custom CSS Addition*/

.site-header {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.projects-listing {
	position: relative;
	padding: 50px 2%;
}

.list-view {
	min-height: calc(100vh - 200px);
}

.map-wrapper {
	min-height: calc(100vh - 101px);
}

.map-wrapper {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.map-wrapper iframe {
	height: 100%;
}

.dropdowns-wrapper {
	display: block;
}

.filter-drop {
	position: relative;
	background: #ffffff;
	border-radius: 6px;
	cursor: pointer;
	padding: 10px 12px 7px 12px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	margin-top: 15px;
}

.filter-drop::after,
.filter-mobile-dropdown:after {
	content: "";
	position: absolute;
	top: 53%;
	right: 16px;
	border-color: #444 transparent;
	border-style: solid;
	border-width: 7px 6px 0;
	height: 0;
	width: 0;
	margin-top: -4px;
}

.filter-drop .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 103%;
	background: #ffffff;
	border-radius: 6px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	list-style: none;
	max-height: 250px;
	overflow-y: auto;
}

.filter-drop .drop li {
	list-style-type: none;
}

.filter-drop .drop li a {
	color: #444;
	display: block;
	font-size: 13px;
	padding: 0.5rem 1rem;
	text-decoration: none;
}

.filter-drop .filter-label {
	position: absolute;
	top: 5px;
	color: #444444;
	margin: 0;
	font-family: "Libre Franklin", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}

.filter-drop span {
	font-family: "Libre Franklin", sans-serif;
	font-size: 12px;
	color: #444444;
	margin-top: 14px;
	display: block;
}

.filter-drop .drop li:hover a {
	background-color: #444444;
	color: #fff;
}

.filter-drop.active::after {
	border-width: 0 6px 7px;
}

.filter-drop.active .drop {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.search-field {
	margin-top: 15px;
	position: relative;
}

.search-field input {
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	border: 0;
	font-family: "Libre Franklin", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 14px 30px 14px 12px;
}

.search-field input::-webkit-input-placeholder {
	color: #444444;
}

.search-field input::-moz-input-placeholder {
	color: #444444;
}

.search-field input:focus::-webkit-input-placeholder {
	color: #fff;
}

.search-field input:focus::-moz-input-placeholder {
	color: #fff;
}

.search-field .icon-search {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-weight: bold;
}

.search-field .icon-search:before {
	content: "\e901";
}

.projects-listing .tab-content-wrapper {
	display: flex;
	margin: 0 -15px;
}

.projects-listing .tab-content-wrapper > * {
	padding: 0 15px;
}

.projects-listing .tab-content-wrapper .tab-content {
	flex-grow: 1;
}

.projects-listing .filter-options-wrapper {
	position: relative;
	flex: 0 0 350px;
	max-width: 350px;
	z-index: 11;
}

.projects-listing h1.entry-title {
	position: relative;
	z-index: 12;
	margin-top: 0;
	font-size: 27px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	text-transform: initial;
	width: 200px;
}

.projects-listing .entry-title:after {
	display: none;
}

.projects-listing .filter-options-wrapper .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.projects-listing .nav-tabs > * {
	flex: 1;
	list-style: none;
}

.projects-listing .nav-tabs li a {
	display: flex;
	align-items: center;
	padding: 15px;
	color: #444444;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.projects-listing .nav-tabs li a span:first-of-type {
	margin-right: 12px;
}

.projects-listing .nav-tabs li a span.dashicons {
	font-size: 26px;
	line-height: 19px;
}

.projects-listing .nav-tabs li.active a,
.projects-listing .nav-tabs li.active a:focus,
.projects-listing .nav-tabs li.active a:hover {
	color: #fff;
	background-color: #444444;
}

.projects-listing .nav-tabs li:first-of-type a {
	border-radius: 6px 0 0 6px;
}

.projects-listing .nav-tabs li:last-of-type a {
	border-radius: 0 6px 6px 0;
}

.projects-listing .tab-pane:not(.active) {
	display: none;
}

.projects-listing .list-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.projects-listing .list-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.projects-listing .list-view .card-project-wrap {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.card-project a:hover {
	transition: all 0.3s ease;
}

.card-project {
	font-family: "Libre Franklin", sans-serif;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-out;
	min-height: 100%;
}

.card-project:hover {
	transform: translateY(-5px);
}

.card-project .map-class:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(225, 225, 225, 0.2);
	z-index: 1;
}
.card-project .card-project--img {
	height: 250px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}

.card-project .card-project--img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.card-project .card-project--body {
	padding: 30px 25px;
}

.card-project .card-project--title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #222222;
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
}

.card-project .card-project--title:hover {
	color: #cc2027;
}

.author-name,
.university-name {
	font-size: 14px;
	line-height: 22px;
	color: #444444;
}

.author-name {
	font-weight: bold;
	margin-bottom: 0;
}

.card-project .view-more-link a {
	color: #cc2027;
	letter-spacing: 1.3px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.card-project .view-more-link a:hover {
	color: #222;
}

.filter-mobile-dropdown {
	position: relative;
	display: none;
	margin-right: 15px;
	padding: 17px 15px;
	padding-right: 60px;
	color: #444444;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.filter-mobile-dropdown.active {
	color: #fff;
	background-color: #444;
}

.filter-mobile-dropdown.active:after {
	border-color: #fff transparent;
	border-width: 0 6px 7px;
}

.project-popover .card-project {
	display: flex;
	max-width: 985px;
	margin: 0 auto;
}

.project-popover {
	position: fixed;
	bottom: 35px;
	left: 15px;
	right: 15px;
	z-index: 99;
	max-width: 550px;
	margin: 0 auto;
}

.project-popover .card-project:hover {
	transform: none;
}

.project-popover .card-project .card-project--header {
	flex: 0 0 40%;
	max-width: 40%;
}

.project-popover .card-project .card-project--img {
	height: 100%;
	border-top-right-radius: 0;
	border-bottom-left-radius: 6px;
}

.project-popover .card-project .card-project--body {
	flex: 0 0 60%;
	max-width: 60%;
	padding: 30px;
	position: relative;
}

.close-icon {
	position: absolute;
	right: 10px;
	top: -5px;
	font-size: 30px;
	cursor: pointer;
}

.project-popover .card-project .card-project--body .card-project--title {
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.map-view--active footer {
	display: none;
}

html,
body {
	height: 100%;
}

/*Project Details UI*/
.project-detail {
	display: flex;
	justify-content: center;
	max-width: 1600px;
	margin: 80px auto;
}

.project-detail.not-found .project-summary {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 100px;
}

.project-detail .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: 0;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
}

.project-detail .breadcrumb li {
	color: rgba(13, 12, 29, 0.4);
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	list-style: none;
}

.project-detail .breadcrumb li a {
	color: #cc2027;
	text-decoration: none;
}

.project-detail .breadcrumb li.active {
	color: #6c757d;
}

.project-detail .breadcrumb li + li {
	padding-left: 0.5rem;
}

.project-detail .breadcrumb li + li:before {
	color: #cc2027;
	content: "/";
	float: left;
	padding-right: 0.5rem;
	color: rgba(13, 12, 29, 0.4);
}

.project-detail.not-found .project-summary h2 {
	padding: 10px 30px;
	border-radius: 0.25rem;
	background-color: #f1f1f1;
	font-size: 18px;
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	font-weight: 400;
}

.project-img-slider {
	flex: 0 0 650px;
	max-width: 650px;
}

.project-img-slider.project-map {
	max-height: 80vh;
}

/*.project-map > div {
	height: 750px !important;
}*/

.project-banner-img.slick-slide {
	height: 750px;
	position: relative;
}

.project-banner-img.is-video.slick-slide {
	z-index: 2;
}

.project-banner-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	opacity: 0.6;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.project-banner-img img,
.project-banner-img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail-image.slick-slide {
	position: relative;
	height: 130px;
	margin: 15px 7.5px 0;
}

.thumbnail-image:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: transparent;
	transition: all 0.2s ease-in;
}

.thumbnail-image.video-poster {
	position: relative;
}

.thumbnail-image.video-poster .icon-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.project-banner-caption {
	position: absolute;
	bottom: 20px;
	right: 15px;
	left: 20px;
	z-index: 1;
}

.project-detail .project-banner-caption p {
	color: #fff;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}

.thumbnail-image.video-poster .icon-play img {
	width: 58px;
	height: 58px;
}

.thumbnail-image img,
.thumbnail-image video {
	cursor: pointer;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail-image.slick-current:after,
.thumbnail-image:hover:after {
	background-color: #cc282f;
}

.project-summary {
	padding: 0 150px 100px;
	max-width: 50%;
	flex-grow: 1;
}

.project-summary h1 {
	font-family: "Libre Franklin", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #222;
	margin-bottom: 20px;
}

.project-detail p {
	font-family: "Libre Franklin", sans-serif;
	font-size: 15px;
	line-height: 29px;
	color: #444;
}

/*.project-detail p:not(.author-name, .university-name) {
	margin-bottom: 30px;
}*/

.project-detail h6 {
	font-family: "Libre Franklin", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	margin-bottom: 0;
}

.project-summary h4 {
	font-family: "Libre Franklin", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
	margin: 30px 0 10px;
}

.read-field-notes {
	display: inline-block;
	margin: 30px 0;
	font-family: "Libre Franklin", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #cc2027;
	text-decoration: underline;
}

.project-summary table {
	font-family: "Libre Franklin", sans-serif;
	font-size: 13px;
	color: #444;
	margin-bottom: 50px;
}

.project-summary table td {
	padding: 10px 30px;
}

.project-summary table tr:nth-child(odd) {
	background-color: #e0e0e0;
}

.project-summary table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.share-btn-group {
	margin-top: 40px;
}

.share-btn-group .btn {
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 10px;
	width: 130px;
}

.share-btn-group .btn:not(:last-child) {
	margin-right: 5px;
}

.share-btn-group .btn.btn-twitter {
	background: #3a87ce;
}

.share-btn-group .btn.btn-twitter:hover,
.share-btn-group .btn.btn-twitter:focus {
	color: #3a87ce;
	border-color: #3a87ce;
	background: transparent;
}

.share-btn-group .btn.btn-facebook {
	background: #2f60bc;
}

.share-btn-group .btn.btn-facebook:hover,
.share-btn-group .btn.btn-facebook:focus {
	color: #2f60bc;
	border-color: #2f60bc;
	background: transparent;
}

.share-btn-group .btn.btn-linkedin {
	background: #176ba8;
}

.share-btn-group .btn.btn-linkedin:hover,
.share-btn-group .btn.btn-linkedin:focus {
	color: #176ba8;
	border-color: #176ba8;
	background: transparent;
}

/*Homepage Slider*/

#slider {
	margin-top: 100px;
}

.site #slider .flex-viewport,
.site #slider .slides,
.site #slider .slides > li {
	height: 642px !important;
}

#slider .slides > li .excerpt,
#slider .slides > li h3,
#slider .slide-background-overlay {
	display: block !important;
}

#slider .slides > li h3 {
	font-size: 60px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.slides > li .excerpt,
#slider .slides > li h3 {
	text-align: left;
	max-width: 45%;
	margin: 0;
}

.slides > li h3:after {
	display: none;
}

#slider .slides > li .excerpt {
	font-size: 21px;
	line-height: 31px;
}

.slides > li .li-wrap {
	position: absolute;
	top: auto;
	bottom: 70px;
	left: 30px;
	right: 30px;
	transform: none;
}

/*Homepage - Explore Projects*/

.explore-projects .funded-projects--map {
	flex-grow: 1;
}

.funded-projects--content h3 {
	font-size: 31px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px !important;
	color: #222;
}

.funded-projects--content p {
	font-size: 15px;
	font-family: "Libre Franklin", sans-serif;
	line-height: 29px;
	color: #444;
	margin-bottom: 30px !important;
}

.btn-show-projects {
	padding: 13px 30px 15px 13px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	background-color: #d3d3d3;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: "Libre Franklin", sans-serif;
	letter-spacing: 1.3px;
	line-height: 22px;
	margin: 0;
}

.btn-show-projects:hover {
	background: transparent;
	color: #cc2027;
}

.btn-show-projects span i,
.btn-show-projects span {
	font-size: 24px;
	width: auto;
	height: auto;
	margin: 0 !important;
}

.funded-projects--map iframe {
	height: 370px;
}

.funded-projects--map img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 370px;
}

.fl-node-bds73u80gleh .fl-row-content-wrap {
	padding: 60px 15px 30px !important;
}

.fl-node-bds73u80gleh .wpzabb-transparent-fade-btn {
	display: none;
}

.fl-node-bds73u80gleh .wpzabb-image-box-wrap .wpzabb-image {
	padding: 0;
	margin-bottom: 0;
}

.side-nav__close-button {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}

.side-nav-open .site {
	transform: none;
}

/*Loader*/

/*.loader-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}*/

/*.loader-wrapper:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.43);
    z-index: 3;
}*/

/*.loader-wrapper img {
	position: relative;
    z-index: 4;
	max-width: 80px;
}*/

.map-class {
	position: relative !important;
	overflow: visible !important;
	height: 100%;
}

.nodatafound {
	text-align: center;
	width: 100%;
	background: #f1f1f1;
	padding: 20px;
}

.filter.reset_filter {
	color: #cc2027;
	letter-spacing: 1.3px;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 7px 0;
}

.filter.reset_filter:hover {
	color: #000000;
}
.nextprojects {
	display: block;
	padding: 10px 20px;
	background: #cc2027;
	color: #fff;
	border: 1px solid #cc2027;
	border-radius: 6px;
	margin-top: 15px;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}
.nextprojects:hover {
	color: #cc2027;
	background-color: #fff;
}

.pagination-wrapper {
	text-align: center;
}

.pagination-wrapper a + a {
	margin-left: 5px;
}

.prev_link {
	font-weight: bold;
	display: table;
	text-align: center;
	margin: 10px auto 0;
}
.current-page-ancestor a {
	border-bottom: 1px solid rgb(204, 32, 39);
}
.mapview-parent {
	position: static;
}
.entry-title .projectscount {
	font-weight: 400;
	font-size: 13px;
	display: block;
	margin-top: 5px;
}
.entry-title .projectscount .text-count {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	letter-spacing: 0.5px;
}

.filterdiv {
	margin-top: 10px;
	margin-left: 5px;
}

.loader-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.loader {
	border: 15px solid #dddddd;
	border-top: 15px solid #4bcff8;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

main {
	min-height: calc(100vh - 99px);
}

.offset-project-count {
	margin: 30px 0 15px;
	display: inline-block;
}

.copyright-section {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 35px;
	font-weight: bold;
}

/*Media Queries*/
@media only screen and (max-width: 1400px) {
	.project-summary {
		padding: 0 70px 70px;
	}
	.slides > li .excerpt,
	#slider .slides > li h3 {
		max-width: 70%;
	}
}

@media only screen and (max-width: 1199px) {
	.projects-listing .list-view .card-project-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.project-detail {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.project-summary {
		padding: 50px;
		max-width: 80%;
	}
	.project-img-slider {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.project-img-slider.project-map,
	.project-img-slider.project-map > div {
		height: 40vh !important;
	}
	.project-banner-img.slick-slide {
		height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
	.projects-listing {
		padding: 50px 4%;
	}
}

@media only screen and (max-width: 992px) {
	.projects-listing .tab-content-wrapper {
		display: block;
	}
	.project-summary {
		max-width: 90%;
	}
	.projects-listing .nav-tabs li a {
		padding-right: 50px;
	}
	.projects-listing .filter-options-wrapper {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.filter.reset_filter {
		margin-top: 0;
		margin-left: 15px;
	}
	.filter-mobile-dropdown {
		display: block;
	}
	.card-project .card-project--title {
		margin-bottom: 15px;
	} /*
    .author-name, 
    .university {
    	font-size: 15px;
    }*/
	.card-project .card-project--body {
		padding: 25px 20px;
	}
	.card-project .card-project--img {
		height: 170px;
	}
	.dropdowns-wrapper {
		display: none;
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
	}
	.project-banner-img.slick-slide {
		height: 250px;
	}
	.slides > li .excerpt,
	.slides > li .li-wrap,
	#slider .slides > li h3 {
		max-width: 100% !important;
	}
	#slider .slides > li h3 {
		font-size: 25px;
		line-height: 33px;
		padding-bottom: 0;
	}
	#slider .slides > li {
		min-height: 432px;
	}
	.slides > li .excerpt {
		font-size: 15px !important;
		line-height: 31px;
	}
	.site #slider .flex-viewport,
	.site #slider .slides,
	.site #slider .slides > li {
		height: 432px !important;
	}
}

@media only screen and (max-width: 768px) {
	main,
	.projects-listing {
		min-height: calc(100vh - 200px);
	}
	.projects-listing .entry-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.project-popover .card-project {
		display: block;
	}
	.project-popover .card-project .card-project--header,
	.project-popover .card-project .card-project--body {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.project-popover .card-project .card-project--body {
		padding: 30px 20px;
	}
	.project-popover .card-project .card-project--img {
		border-radius: 0;
		height: 125px;
	}
	.project-popover .card-project {
		border-radius: 0;
	}
	.project-popover {
		bottom: 0;
		left: 0;
		right: 0;
	}
	.project-summary h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.project-detail .project-banner-caption p {
		line-height: 18px;
		/*margin-bottom: 10px;*/
	}
	.project-summary {
		padding: 15px;
		max-width: 100%;
	}
	.funded-projects--content h3,
	.funded-projects--content p {
		text-align: center !important;
	}
	.funded-projects--map iframe {
		height: 200px;
	}
	.fl-node-bds73u80gleh .fl-node-rchva9swztxq > .fl-module-content {
		margin-left: 0;
	}

	#project-block-left-cloumn .wpzabb-image-box-wrap .wpzabb-image,
	#project-block-right-cloumn .wpzabb-image-box-wrap .wpzabb-image {
		margin-bottom: 0;
		padding: 0 30px;
	}

	#project-block-left-cloumn {
		max-width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.side-nav__wrap {
		padding-top: 60px !important;
	}
	#project-block-left-cloumn .wpzabb-image-box-wrap .wpzabb-image,
	#project-block-right-cloumn .wpzabb-image-box-wrap .wpzabb-image {
		margin-bottom: 0;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575px) {
	.filter-mobile-dropdown {
		padding-right: 36px;
	}
	.projects-listing .list-view .card-project-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.projects-listing .filter-options-wrapper .nav-tabs {
		flex-grow: 1;
	}
	.projects-listing .nav-tabs li a {
		padding: 15px 8px;
	}
	#slider .flex-direction-nav .flex-prev:after,
	#slider .flex-direction-nav .flex-next:after {
		font-size: 20px;
	}
	.share-btn-group .btn {
		font-size: 12px;
		padding: 5px;
		width: 91px;
	}
}

@media only screen and (max-width: 451px) {
	.filter.reset_filter {
		margin-top: 15px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 769px) {
	/*.funded-projects--content {*/
	/*    margin-top: 70px !important;*/
	/*}*/
}

@media only screen and (min-width: 2000px) {
	.project-summary {
		max-width: 70%;
	}
}

@media (min-width: 1024px) and (max-width: 1499px) {
	.navbar-nav {
		padding: 12px 0 0;
	}
	.navbar-brand-wpz img {
		max-width: 100% !important;
	}
	.sb-search {
		margin: 10px 0 0 5px;
	}
	.navbar-toggle {
		margin: 8px 0 0 15px;
	}
}

@media (min-width: 1024px) and (max-width: 1250px) {
	.navbar-nav > li {
		margin: 0 4px;
		font-size: 14px;
	}
	.navbar-brand-wpz {
		max-width: 120px;
	}
}

@media (min-width: 1251px) and (max-width: 1499px) {
	.navbar-brand-wpz {
		max-width: 150px;
	}
}

@media only screen and (min-width: 2500px) {
	.projects-listing .list-view .card-project-wrap {
		flex: 0 0 25%;
		max-width: 25%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

/* Loader CSS */
/* loader CSS */
.vertical-centered-box {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 2003;
	left: 0px;
	top: 0px;
	/*margin-left: 220px;*/

	/*position: absolute;*/
	/*width: 100%;*/
	/*background-color: #ffffffc2;*/
	/*opacity: 1;*/
	/*padding: 25%;*/
	/*z-index: 99;*/
	/*height: 100%*/
}

.vertical-centered-box .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

.vertical-centered-box .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.vertical-centered-box .content .loader-circle {
	/*position: absolute;*/
	/*left: 50%;
	top: 50%;*/
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/*box-shadow: inset 0 0 0 1px #17243d;*/
	/*margin-left: -60px;
	margin-top: -60px;*/
}

.loader_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vertical-centered-box .content .loader-line-mask {
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	/*margin-left: -60px;*/
	margin-top: -180px;
	overflow: hidden;
	-webkit-transform-origin: 60px 60px;
	-moz-transform-origin: 60px 60px;
	-ms-transform-origin: 60px 60px;
	-o-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	-moz-animation: rotate 1.2s infinite linear;
	-o-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}
.vertical-centered-box .content .loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/*box-shadow: inset 0 0 0 1px #d80c3d;*/
	box-shadow: inset 0 0 0 1px #e30519;
}
.l_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
.l_logo img {
	max-width: initial;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
[not-existing] {
	zoom: 1;
}
lesshat-selector {
	-lh-property: 0;
}
@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
@-moz-keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
@-o-keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
[not-existing] {
	zoom: 1;
}
lesshat-selector {
	-lh-property: 0;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
[not-existing] {
	zoom: 1;
}
/* End of Loader CSS */

/* Banner Styles */
.banner-section {
	width: 100%;
	position: relative;
}

.banner-section .banner {
	width: 100%;
	height: 100%;
	position: relative;
	height: 640px;
	max-height: 640px;
}

.banner-section .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner-section .banner .banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.banner-section .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner-section .banner .banner-content {
	width: calc(100% - 500px - 115px - 28px);
	/* width: calc(100% - (115px * 2)); */
	position: absolute;
	left: min(115px, 6vw);
	bottom: 80px;
	z-index: 1;
}

.banner-section .banner .banner-content h3 {
	font-size: clamp(26px, 4vw, 60px);
	line-height: 1.2;
	letter-spacing: -1.14px;
	color: #ffffff;
	font-weight: 700;
	max-width: 620px;
	width: 100%;
	margin-bottom: 10px;
}

.banner-section .banner .banner-content p {
	font-size: 21px;
	line-height: 1.7;
	max-width: 700px;
	color: #ffffff;
	margin-bottom: 30px;
	max-width: 620px;
}

.banner-section .banner .banner-content .btn-show-projects {
	padding: 15px 30px;
}

.banner-section .banner .banner-content .btn-show-projects:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

.banner-section .banner .banner-content .scroll-icon {
	text-align: center;
	display: none;
}

.banner-section .banner .banner-content .scroll-icon::after {
	font: normal 44px/14px "inspiro";
	display: inline-block;
	content: "\e601";
	padding: 15px 0;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	opacity: 0.8;
	transform: rotate(-90deg);
	margin-top: 20px;
	transition: 0.2s ease all;
}

.banner-section .iow-wrapper {
	position: absolute;
	bottom: 28px;
	right: 80px;
	width: 460px;
	/* min-height: 410px; */
	border-radius: 12px;
	overflow: hidden;
	transition: transform 350ms ease;
	z-index: 999;
}

.banner-section .iow-wrapper .iow-image-wrapper {
	position: relative;
	background-position: center;
	background-size: cover;
	padding: 24px 30px 15px;
	cursor: pointer;
}

.banner-section .iow-wrapper .iow-image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: background 350ms ease;
}

.banner-section .iow-wrapper .iow-image-wrapper .iow-image-content {
	display: flex;
	flex-direction: column;
	gap: 180px;
	position: relative;
	z-index: 1;
}

.banner-section .iow-wrapper .iow-image-wrapper .iow-image-content .iow-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.banner-section .iow-wrapper .iow-image-wrapper .iow-image-content .iow-credits {
	font-size: 14px;
	color: #ffffff;
}

.banner-section .iow-wrapper .iow-image-wrapper .iow-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section .iow-wrapper .iow-content {
	background-color: #ffffff;
	padding: 24px 30px;
}

.banner-section .iow-wrapper .iow-content .iow-content-title {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.banner-section .iow-wrapper .iow-content .iow-content-link {
	font-size: 14px;
}

.banner-section .iow-wrapper:hover {
	transform: translateY(-4px);
}

.banner-section .iow-wrapper:hover .iow-image-wrapper::after {
	background: none;
}

@media screen and (max-width: 1400px) {
	.banner-section .banner .banner-content {
		width: calc(100% - 350px - 115px - 28px);
	}

	.banner-section .banner .banner-content h3 {
		max-width: 70%;
	}

	.banner-section .banner .banner-content p {
		font-size: 18px;
		max-width: 70%;
	}

	.banner-section .iow-wrapper {
		max-width: 350px;
	}

	.banner-section .iow-wrapper .iow-image-wrapper .iow-image-content {
		gap: 120px;
	}
}

@media screen and (max-width: 1200px) {
	.banner-section .banner .banner-content {
		width: auto;
	}
	.banner-section .iow-wrapper {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.banner-section .banner {
		height: 440px;
	}

	.banner-section .banner .banner-content {
		left: 28px;
		right: 28px;
		bottom: 70px;
	}

	.banner-section .banner .banner-content h3 {
		font-size: clamp(25px, 4vw, 60px);
		max-width: 100%;
	}

	.banner-section .banner .banner-content p {
		font-size: 14px;
		max-width: 100%;
	}

	.banner-section .banner .banner-content .btn-show-projects {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	.banner-section .banner .banner-content {
		bottom: 20px;
	}

	.banner-section .banner .banner-content .btn-show-projects {
		display: none;
	}

	.banner-section .banner .banner-content .scroll-icon {
		display: block;
	}
}

/* Banner Styles */

/* Images of the Week Modal */
.iow-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #151515;
	z-index: 1072;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	transition: 350ms cubic-bezier(0.2, 1, 0.8, 1);
	opacity: 0;
	animation: closeModal 350ms cubic-bezier(0.2, 1, 0.8, 1) forwards;
}

.iow-modal.show {
	visibility: visible;
	animation: openModal 350ms cubic-bezier(0.2, 1, 0.8, 1) forwards;
}

@keyframes openModal {
	from {
		opacity: 0;
		transform: scale(2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes closeModal {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(2);
		display: none;
	}
}

.iow-modal .modal-dialog {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.iow-modal .modal-dialog .modal-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 40px;
}

.iow-modal .modal-dialog .modal-header .modal-title {
	font-size: 18px;
	color: #ffffff;
}

.iow-modal .modal-dialog .modal-header .modal-img {
	font-size: 18px;
	color: #ffffff;
}

.iow-modal .modal-dialog .modal-header button.close {
	display: flex;
	align-items: center;
	gap: 12px;
	background: none;
	border: none;
	padding: 0;
}

.iow-modal .modal-dialog .modal-header button.close:hover .iow-modal .modal-dialog .modal-header button.close .label {
	color: #ffffff;
}

.iow-modal .modal-dialog .modal-header button.close:hover .iow-modal .modal-dialog .modal-header button.close img {
	filter: brightness(2);
}

.iow-modal .modal-dialog .modal-header button.close .label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.iow-modal .modal-dialog .modal-header button.close img {
	width: 15px;
	height: 15px;
}

.iow-modal .modal-dialog .modal-body {
	flex: 1;
}

.iow-slider {
	height: 100%;
	width: min(1000px, 70vw);
	margin: 0 auto;
}

.iow-slider .slick-list {
	margin: 0 -20px;
	/* border: 1px solid #ffffff; */
}

.iow-slider .slick-list,
.iow-slider .slick-track {
	height: 100%;
}

.iow-slider .iow-slide {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 20px;
}

.iow-slider .iow-slide .slide-image {
	width: 100%;
	flex-basis: 100px;
	flex-grow: 1;
	overflow: hidden;
}

.iow-slider .iow-slide .slide-image .image {
	width: 100%;
	height: 100%;
}

.iow-slider .iow-slide .slide-image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.iow-slider .iow-slide .slide-content .slide-header {
	padding: 20px 0;
	border-bottom: 1px solid #707070;
}

.iow-slider .iow-slide .slide-content .slide-header .slide-title {
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 8px;
	color: #ffffff;
}

.iow-slider .iow-slide .slide-content .slide-header .slide-excerpt {
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	opacity: 0.68;
}

.iow-slider .iow-slide .slide-content .slide-footer {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 40px;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata {
	display: flex;
	align-items: center;
	gap: 32px;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata .line {
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.35;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata > div > div {
	color: #ffffff;
	text-transform: uppercase;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata > div > div:nth-child(2) {
	text-transform: none;
	opacity: 0.68;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-cta a {
	display: block;
	text-transform: uppercase;
	padding: 15px 30px;
}

.iow-slider .iow-slide .slide-content .slide-footer .slide-cta a:hover {
	background-color: none;
	border-color: #ffffff;
}

.iow-slider-nav {
	position: absolute;
	left: 50%;
	width: min(1240px, 75vw);
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iow-slider-nav .slick-prev,
.iow-slider-nav .slick-next {
	background: none;
	border: none;
}

.iow-slider-nav .slick-next img {
	transform: rotate(180deg);
}

.iow-slider-nav .slick-arrow:hover .iow-slider-nav .slick-arrow img {
	filter: brightness(2);
}

@media screen and (max-width: 1200px) {
	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata {
		gap: 24px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata > div {
		font-size: 14px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-cta a {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata {
		gap: 20px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata > div {
		font-size: 12px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-cta a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	.iow-modal .modal-dialog .modal-header {
		padding: 32px 24px;
	}

	.iow-slider-nav {
		display: none;
	}

	.iow-slider {
		width: 100%;
	}

	.iow-slider .iow-slide .slide-content {
		padding: 0 24px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer {
		flex-direction: column;
		gap: 24px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata {
		flex-basis: 20px;
		border-bottom: 1px solid #707070;
		padding-bottom: 20px;
	}

	.iow-slider .iow-slide .slide-content .slide-footer .slide-cta a {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	.iow-slider .iow-slide .slide-content .slide-footer .slide-metadata {
		justify-content: space-between;
	}
}

/* Images of the Week Modal */

/* Images of the Week Page */
.images-section .section-title {
	margin-top: 200px;
	padding: 0 20px;
	max-width: 100%;
}
.images-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	padding: 0 clamp(24px, 8vw, 180px);
}

.images-grid .image-wrapper {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	height: 280px;
	cursor: pointer;
}

.images-grid .image-wrapper .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.images-grid .image-wrapper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.images-grid .image-wrapper .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 250ms ease;
}

.images-grid .image-wrapper .image-content {
	position: relative;
	z-index: 1;
	padding: 20px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	opacity: 0;
	transition: opacity 250ms ease;
}

.images-grid .image-wrapper .image-content .image-title {
	font-size: 18px;
	line-height: 1.3;
}

.images-grid .image-wrapper .image-content .image-metadata {
	display: flex;
	gap: 20px;
}

.images-grid .image-wrapper .image-content .image-metadata > div > div:nth-child(2) {
	font-size: 13px;
	opacity: 0.68;
}

.images-grid .image-wrapper .image-content .image-metadata > div > div:nth-child(1) {
	font-size: 10px;
	text-transform: uppercase;
}

.images-grid .image-wrapper .image-content .image-metadata .line {
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.35;
}

.images-grid .image-wrapper:hover .image::before {
	opacity: 1;
}

.images-grid .image-wrapper:hover .image-content {
	opacity: 1;
}

.load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0 80px;
}

.load-more-btn {
	padding: 15px 30px;
}

@media screen and (max-width: 1400px) {
	.images-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 992px) {
	.images-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}

	.images-grid .image-wrapper {
		height: 350px;
	}
}

@media screen and (max-width: 576px) {
	.images-grid {
		padding: 0 24px;
	}

	.images-grid .image-wrapper {
		height: 200px;
	}
}

/* Images of the Week Page */

/* Images of the week Section */
.iow-section {
	padding: 80px 0 140px;
	--slide-image-height: 500px;
}

.iow-section .title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding: 0 20px;
	max-width: 100%;
}

.iow-section-slider-wrapper {
	position: relative;
	width: min(1000px, 80vw);
	margin: 0 auto;
}

.iow-section-slider {
	width: 100%;
	padding: 0 20px;
}

.iow-section-slider .slick-list {
	margin: 0 -20px;
	/* border: 1px solid #ffffff; */
}

.iow-section-slider .slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 20px;
}

.iow-section-slider .slide .slide-image {
	width: 100%;
	flex-basis: var(--slide-image-height);
	flex-grow: 1;
	overflow: hidden;
}

.iow-section-slider .slide .slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.iow-section-slider .slide .slide-content {
	padding: 30px 0 0;
	text-align: center;
}

.iow-section-slider .slide .slide-content .slide-title {
	font-size: 21px;
	font-weight: bold;
}

.iow-section-slider .slide .slide-content .slide-excerpt {
	border-bottom: 1px solid rgba(21, 21, 21, 0.2);
	padding: 10px 80px 20px;
	margin-bottom: 20px;
}

.iow-section-slider .slide .slide-content .slide-credits {
	margin-bottom: 30px;
}

.iow-section-slider .slide .slide-content .btn-show-projects {
	padding: 15px 30px;
	display: inline-block;
}

.iow-section-slider-nav {
	position: absolute;
	left: 20px;
	right: 20px;
	top: calc(var(--slide-image-height) / 2);
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iow-section-slider-nav .slick-next,
.iow-section-slider-nav .slick-prev {
	width: 60px;
	height: 60px;
	background-color: rgba(21, 21, 21, 0.2);
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.iow-section-slider-nav .slick-next img {
	transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
	.iow-section {
		--slide-image-height: 450px;
	}
}

@media screen and (max-width: 768px) {
	.iow-section {
		--slide-image-height: 400px;
	}

	.iow-section-slider-wrapper {
		width: 100%;
	}

	.iow-section-slider .slide .slide-content {
		padding: 24px;
	}

	.iow-section-slider .slide .slide-content .slide-excerpt {
		padding: 10px 0 20px;
	}
}

@media screen and (max-width: 576px) {
	.iow-section {
		--slide-image-height: 240px;
	}
	/* showing arrows */
	.iow-section-slider-nav .slick-arrow {
		width: 40px;
		height: 40px;
	}
}
/* Images of the week Section */

.projects-listing .list-view .content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.img-gallery{
	margin-bottom: 80px;
}

/* Newsletter CSS */
.inf-main_2c70bf4df3f4bfe2322ecf7a8803418c .inf-submit input{
	display: block;
	padding: 10px 20px;
	background-color: #cc2027 !important;
	color: #fff !important;
	border: 1px solid #cc2027 !important;
	border-radius: 6px;
	margin-top: 15px;
	text-align: center;
	/*width: 250px;*/
	margin: 0 auto;
}
.inf-main_2c70bf4df3f4bfe2322ecf7a8803418c .inf-input{
	margin-bottom: 14px !important;
}
.inf-main_2c70bf4df3f4bfe2322ecf7a8803418c{
	margin: 0px auto !important;
}
.inf-success .inf-btn{
	display: none !important;
}
.dd-home-newsletter .inf-rgpd {
	font-size: 12px;
}
/* End of Newsletter CSS */
.dd-none{
	display: none;
}
.btn_row{
	text-align: center;
}
.pd-table a{
	color: #444;
	text-decoration: underline;
	text-align: center;
}
.btn_row a{
	color: #cc2027;
	text-decoration: underline;
}
