.pdf-card {
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.pdf-card-img {
	width: 100% !important;
	height: 260px !important;
	object-fit: cover !important;
	object-position: center center !important;
	background: #f2f2f2;
	display: block;
}

.pdf-card .card-body {
	min-height: 115px;
}

.references-logos img {
	min-height: 100px;

}

.references-logos:not(.is-expanded) .references-logos-list>[class*="col-"]:nth-child(n+6) {
	display: none;
}

.references-logos.is-expanded .references-logos-list>[class*="col-"] {
	margin-bottom: 3rem;
}

.references-logos .references-logos-list>[class*="col-"]:nth-child(-n+5) {
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
	.references-logos:not(.is-expanded) .references-logos-list>[class*="col-"]:nth-child(-n+499) {
		display: block;
	}

	.references-logos:not(.is-expanded) .references-logos-list>[class*="col-"]:nth-child(n+500) {
		display: none;
	}

	.references-logos .references-logos-list>[class*="col-"]:nth-child(-n+12) {
		margin-bottom: 1.5rem;
	}
}

#referencesToggle {
	min-width: 170px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-align: center;
	overflow: visible;
}

@media (max-width: 991px) {
	#header .header-logo img {
		width: 190px;
		height: auto;
		max-width: 52vw;
	}

	#header .header-btn-collapse-nav {
		margin-left: 0.75rem !important;
	}
}

#loadMoreWrapper .card>.card-body.bg-color-grey {
	max-height: 600px;
	display: flex;
	flex-direction: column;

}

#loadMoreWrapper .card>.card-body.bg-color-grey>.card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

#loadMoreWrapper .custom-read-more {
	margin-top: auto;
}

.projects-card-grid {
	row-gap: 30px;
}

.projects-card-grid>[class*="col-"] {
	display: flex;
}

.projects-card-grid article {
	width: 100%;
	display: flex;
}

.projects-card-grid .card {
	width: 100%;
	height: 100%;
	display: flex;
}

.projects-card-grid .card-body.bg-color-grey {
	width: 100%;
	height: 100%;
	min-height: 520px;
	display: flex;
	flex-direction: column;
}

.projects-card-grid .card-img-top {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.projects-card-grid .card-body.p-0 {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* category/meta row */
.projects-card-grid p.text-uppercase {
	min-height: 22px;
}

/* force title to max 2 lines */
.projects-card-grid .card-title {
	min-height: 58px;
}

.projects-card-grid .card-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* force description to max 2 lines */
.projects-card-grid .card-text {
	min-height: 55px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.projects-card-grid .custom-read-more {
	margin-top: auto;
}

.projects-card-grid .custom-read-more {
	margin-top: auto;
}

@media (max-width: 991px) {
	.documents-summary {
		/* direction: ltr;
		text-align: left !important; */
	}

	.documents-summary .position-absolute {
		left: 0;
		right: auto !important;
	}

	.documents-summary .custom-btn-style-1.custom-btn-style-1-right {
		left: 5px;
		right: auto;
	}
}

@media (max-width: 768px) {
	.projects-card-grid .card-img-top {
		height: 220px;
	}

	.projects-card-grid .card-title,
	.projects-card-grid .card-text {
		min-height: auto;
	}
}

.share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.share-links a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #222;
	background: #fff;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.share-links a:hover {
	color: #fff;
	border-color: #222;
	background: #222;
}


.page-header h1 {
	font-size: 30px !important;
}

.tj-pagination {
	margin: 32px 0 0;
}

.tj-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tj-pagination .page-numbers {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ededed;
	border-radius: 50%;
	background: #fff;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tj-pagination a.page-numbers:hover {
	border-color: #d9d9d9;
	background: #f8f8f8;
	color: #303030;
}

.tj-pagination .page-numbers.current {
	border-color: #2f3033;
	background: #2f3033;
	color: #fff;
}

.tj-pagination li.disabled .page-numbers {
	opacity: 0.45;
	pointer-events: none;
}


[type=email],
[type=number],
[type=tel],
[type=url] {
	direction: inherit;
}