/* https://www.hangarsalriyadh.com/ */
:root {
	--minColor: #006400;
	--whiteColor: #ffffff;
	--PostsTitleFont: 400 30px tahoma;
	--PostTitleColor: #000000;
	--PostsTextFont: 400 18px tahoma;
}
* {
	text-decoration: none !important;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 400 15px tahoma;
	font-optical-sizing: auto;
	font-style: normal;
	font-stretch: normal;
	line-height: initial;
}
body *:not(.fa) {
	font-family: "Tajawal", sans-serif !important;
}
a {
	color: var(--PostTitleColor);
}
.navbar-custom {
	background-color: var(--minColor);
	padding: 20px;
}
.navbar-custom a {
	font-size: 16px;
	color: #e9f3cd;
	letter-spacing: 0;
	vertical-align: middle;
	font-weight: 600;
	text-decoration: none;
	margin-left: 9px;
}
.custom-card {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
	gap: 15px;
}
.title {
	color: #000000;
	font-size: 22px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title::before {
	content: "";
	height: 25px;
	width: 3px;
	background: #006400;
	margin-left: 10px;
}
.line {
	display: block;
	background: #eee;
	height: 1px;
	width: 100%;
}
.label-link {
	background: var(--minColor);
	color: #ffffff;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	transition: all 0.3s;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	cursor: pointer;
}
.label-link::before {
	content: attr(aria-label);
}
.con-title {
	height: inherit;
	clear: both;
	overflow: hidden;
	margin-top: 12px;
}
.sort-cont {
	color: #666;
	font-size: 18px;
	font-family: tahoma !important;
	line-height: 21px;
	margin-top: 5px;
	overflow: hidden;
	display: block !important;
	height: 63px;
}
.more-link {
	display: inline-block !important;
	position: relative;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 30px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	font-weight: bold;
	transition: all 0.2s linear;
	background: var(--minColor);
	color: var(--whiteColor);
}
.more-link::before {
	content: attr(aria-label);
}

/* Testimonials */
.testi {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
}
.testBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
	margin: 10px;
	background-color: #e9f3cd;
	padding: 10px;
	text-align: center;
	white-space: normal;
}
.testBox img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}
.testBox p {
	font-size: 16px;
	color: #333;
	width: 180px;
}

.testTitle {
	font-size: 18px;
	margin-top: -9px;
	font-weight: 600;
	margin-bottom: 11px;
	color: black;
}
.testButton {
	background: white;
	float: left;
	color: #000000;
	font-size: 15px;
	padding: 4px;
}

/* Footer */
.footer {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	clear: both;
	background: #e9f3cd;
	border-top: 1px solid #eee;
}
.footer-col {
	margin-top: 35px;
	margin-bottom: 35px;
	vertical-align: top;
}
.footer-headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
	gap: 15px;
}
.footer-title {
	color: #000000;
	font-size: 22px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-title::before {
	content: "";
	height: 25px;
	width: 3px;
	background: var(--minColor);
	margin-left: 10px;
}
.footer-line {
	display: block;
	background: #eee;
	height: 1px;
	width: 100%;
}
.footer-list li {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #f7f7f7;
}
.footer-list a {
	color: #444;
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
}
.footer-list a::before {
	vertical-align: baseline;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "";
	margin-left: 10px;
	background: transparent;
	border: 1.7px solid #000000;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(225deg);
	font-family: inherit !important;
}
.footer-p {
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
}
.footer-buttns {
	text-align: center;
	margin-top: 2px;
}
.footer-buttns a {
	background: #006400;
	padding: 5px;
	float: left;
	margin-left: 8px;
	width: 45%;
	text-align: center;
	color: white;
	border-radius: 13px;
	margin-top: 8px;
}
/* Footer Social */
.footer-social {
	margin-bottom: 35px;
	margin-top: 35px;
	vertical-align: top;
}
.social-icons {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.social-icons a {
	display: inline-block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: all 0.3s ease;
}
.social-icons i {
	font-size: 29px;
	line-height: 40px;
}
.social-icons .twitter {
	background-color: #1da1f2;
}
.social-icons .instagram {
	background-color: #e1306c;
}
.social-icons .facebook {
	background-color: #4267b2;
}

.bottom-footer {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 6px 0;
	border-top: 1px solid#eee;
	margin-top: 0;
	background: #006400;
}
.bottom-footer a,
span {
	font-size: 16px;
	color: #e9f3cd;
	letter-spacing: 0;
	vertical-align: middle;
	font-weight: 600;
	text-decoration: none;
}
.bottom-footer span {
	color: white;
}
.bottom-footer .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
/* Bottom-right */
.bottom-right {
	min-height: 40px;
	font-size: 13px;
	float: right;
	display: flex;
	align-items: center;
	color: #444;
}
.bottom-right a {
	margin-right: 12px;
}

/* articles pages */
article {
	padding-top: 20px;
	padding-bottom: 20px;
}
.title-topic {
	overflow: hidden;
	font: var(--PostsTitleFont);
	line-height: 1.7em;
	color: var(--PostTitleColor);
}
.article-p {
	margin: 30px 0;
	text-align: right;
	line-height: 2em !important;
	font: var(--PostsTextFont);
}
main li {
	line-height: 2em !important;
	font: var(--PostsTextFont);
}
.title-topic2 {
	font-size: 1.7rem;
	margin: 30px 0;
	line-height: 2em;
	text-align: center;
}
.contacts {
	background-color: #e9ecef;
	border-radius: 20px;
	padding: 50px;
	text-align: center;
	margin-top: 20px;
}
.contact-content {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.btn {
	font-size: 18px;
	font-weight: bold;
	border-radius: 14px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: darkseagreen;
	border-color: antiquewhite;
}
