.news-thumb {
	width: 100%;
	object-fit: cover;
}
.recent-posts li {
	list-style: none;
}
.recent-posts li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	content: "\f054";
	margin-right: 10px;
}

.apply-btn {
	background: var(--hdn-blue);
	color: var(--hdn-white);
}
.jobs-page i,
.jobs-page h5 {
	color: var(--hdn-blue);
}
.breadcrumb-head .breadcrumb_last {
	color: var(--hdn-blue);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.event-card {
	width: 30.5%;
}
.events-cards {
	column-gap: 4.1%;
}

@media screen and (max-width: 1100px) {
	.event-card {
		width: 47.8%;
	}
}
@media screen and (max-width: 768px) {
	.event-card {
		width: 100%;
	}
}

.news-card-outer {
	width: 65.1%;
	padding-inline: 0px;
}
.news-card-twitter {
	width: 30.8%;
	padding-inline: 0px;
}
.news-cards-outer {
	column-gap: 4.1%;
}
.news-card-inner {
	width: 46.9%;
	padding-inline: 0px;
}
.news-cards-inner {
	column-gap: 5.5%;
}

@media screen and (max-width: 992px) {
	.news-card-outer {
		width: 100%;
	}
	.news-card-twitter {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.news-card-inner {
		width: 100%;
	}
}

/* members */

/* .event-register::after {
	content: " »";
	position: absolute;
	right: 57px;
	background-color: white;
	color: white;
} */
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 20px;
	background-color: white;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 19px 20px -21px rgb(0 0 0 / 30%);
}
@media screen and (max-width: 1200px) {
	.sticky .container {
		padding-left: 0;
		padding-right: 0;
	}
	.logo-small img {
		width: 100px !important;
	}
}
