@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900"); */
body {
	font-family: "Poppins", sans-serif;
	/* font-family: "Open Sans", sans-serif; */
}
/************************************/

.t-PageBody {
	background: linear-gradient(rgba(117, 65, 0, 0.9), rgba(0, 113, 143, 0.9)),
		url("#APP_IMAGES#QU_ALUMNI_1.jpg");
}
body * {
	box-sizing: border-box;
}
.t-Body-contentInner {
	max-width: 1000px;
	/* margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
	/* display: grid;
	justify-content: center;
	align-content: center; */
}

/************************************/
/* color on Focus*/
/* input[type=text], textarea { */

/* input[type=text]:focus, textarea:focus { */
input:focus,
textarea:focus,
select:focus {
	/* box-shadow: 0 0 15px #317a8f; */
	border: 1px solid #00aaff;
}

/************************************/

/* ------------------------------------------------------------------------------- */
/* fqm-card4 */
/* ------------------------------------------------------------------------------- */

.fqm-card4-content-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0.5rem;
}

.fqm-card4 {
	border: 0px solid aqua;
	margin: 0.5rem;
	position: relative;
	height: 12rem;
	overflow: hidden;
	border-radius: 0.5rem;
	flex: 1;
	min-width: 290px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
	.fqm-card4 {
		height: 20rem;
	}
}

.fqm-card4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
	z-index: 0;
}

.fqm-card4__card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*     background: rgba(255,0,0,.5); */
}

.fqm-card4__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: -1;
}

.fqm-card4__text-wrapper {
	position: absolute;
	bottom: 0rem;
	width: 100%;
	padding: 1rem;
	color: white;
	/*     background-color: rgba(0, 0, 0, 0.4); */
	transition: background-color 1.5s ease;
}

.fqm-card4__title {
	transition: color 1s ease;
	margin-bottom: 0.3rem;
}

.fqm-card4__post-date {
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
	color: #ccc;
}

.fqm-card4__details-wrapper {
	max-height: 0;
	opacity: 0;
	transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
	.fqm-card4:hover .fqm-card4__details-wrapper {
		max-height: 20rem;
		opacity: 1;
	}
	.fqm-card4:hover .fqm-card4__text-wrapper {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.fqm-card4:hover .fqm-card4__title {
		color: yellow;
	}
	.fqm-card4:hover .fqm-card4__image {
		transform: scale(1.2);
		z-index: -1;
	}
}

.fqm-card4__excerpt {
	font-weight: 300;
}

.fqm-card4__read-more {
	background: black;
	color: #bbb;
	display: block;
	text-align: center;
	/* padding: 0.4rem 0.6rem; */
	border-radius: 0.3rem;
	margin-top: 1rem;
	border: 1px solid #444;
	/* font-size: 0.8rem; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	width: 4rem;
	margin-left: auto;
	position: relative;
	z-index: 5;
}

.fqm-card4__read-more span {
	position: relative;
	left: 0.2rem;
	color: #888;
	transition: left 0.1s ease, color 0.1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fqm-card4__read-more:hover span {
	/* left: 1rem; */
	color: yellow;
}

/* ------------------------------------------------------------------------------- */
/* Colors */
.del-btn-col {
	color: #f43f5e;
}
.del-btn-bg {
	background-color: #f43f5e;
}

.save-btn-col {
	color: #0d7680;
}
.save-btn-bg {
	background-color: #0d7680;
}
.warning-btn-col {
	color: #fbce4a;
}
.warning-btn-bg {
	background-color: #fbce4a;
}
.astr-custody-bg {
	background-color: #5dc8f3;
}
.astr-loan-bg {
	background-color: #ee91c4;
}
/************************************/
/* ------------------------------------------------------------------------------- */
