/* 
	NOTES: UPDATE VERSION in _Layout
*/

@import url('../plugins/bootstrap/css/bootstrap.rtl.min.css');
@import url('../plugins/bootstrap-icons/bootstrap-icons.css');

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Black.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Bold.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Light.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Regular.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Medium.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url(../fonts/DINNextLTArabic-Heavy.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Heavy.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DIN Next LT Arabic Ultra";
	src: url(../fonts/DINNextLTArabic-UltraLight.woff2) format("woff2"),url(../fonts/DINNextLTArabic-UltraLight.woff) format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

body, html {
	font-family: 'DIN Next LT Arabic' !important;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
	min-height: 100%
}

body {
	margin: 0;
	color: #383957;
	background: url(../img/sa-map.svg) no-repeat -5vw 120px
}

@media(max-width:768px) {
	body {
		background-image: none
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.accent {
	color: #bb9519
}

.accentbg {
	background: #bb9519
}

a {
	color: #8b711e
}

	a:hover {
		color: red
	}

	a.underline0 {
		text-decoration: none
	}

h1 {
	color: #000
}

.contents {
	line-height: 150%
}

	.contents blockquote, .contents body, .contents dd, .contents dl, .contents fieldset, .contents figure,
	.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents hr,
	.contents legend, .contents ol, .contents p, .contents pre, .contents ul, .contents address {
		margin: 9px;
		padding: 2px
	}

	.contents h1 {
		margin-bottom: 45px
	}

	.contents ol {
		margin-right: 45px;
		list-style: arabic-indic
	}

	.contents ul {
		margin-right: 25px;
		list-style: disc
	}

	.contents li, .contents p, p {
		font-size: unset;
		text-align: justify
	}

.col-min-height {
	min-height: 650px
}

@media screen and (max-width: 768px) {
	.col-min-height {
		min-height: 99px
	}
}

.scrollspy-nav .nav-item {
	margin: 1px 0 0 0 !important;
	padding: 0 !important
}

.scrollspy-nav .nav-link {
	border-radius: 0;
	background: #ac9b65;
	margin: 0;
	color: #fff;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

	.scrollspy-nav .nav-link:hover {
		background: #00ab67
	}

/*======== NAVBAR ========*/
.c-navbar {
	background: #fafafa;
	box-shadow: 0 5px 10px 0 rgb(29 29 31 / 9%)
}

	.c-navbar .nav-link {
		color: #a98510 !important;
		font-size: 15px;
		font-weight: 700;
		margin-left: 0.7rem;
		margin-right: 0.7rem;
	}

.navbar-nav .nav-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #ffd600;
	transition: width .2s ease-in-out
}

.navbar-nav .nav-link:hover::after {
	width: 100%
}

.dropdown-item:hover {
	background: none
}

.dropdown-item img, .dropdown-item svg {
	min-width: 40px
}

.nav-logo {
	height: 80px
}

.nav-logo-mob {
	display: none
}

.nav-logo a {
	position: relative;
	top: -40px;
	padding: 0 20px
}

@media (max-width: 768px) {
	.c-navbar .nav-link {
		display: block;
		font-size: 1rem
	}
}

@media (max-width:991px) {
	.nav-logo, .beta {
		display: none
	}

	.nav-logo-mob {
		display: block
	}
}

@media (max-width:1399px) {
	.c-navbar .nav-link {
		font-size: 12px;
	}
}

#header-icons a i.bi {
	font-size: 25px;
	padding: 0 5px;
	color: #8b711e;
}

#header-icons a:hover i.bi,
#header-icons a:visited:hover i.bi {
	color: #bb9519
}

/*#FOOTER*/
.c-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	padding: 30px;
	border-top: 1px solid #E1E2E8;
	color: #fafafa;
	background: #c0b48d
}

	.c-footer a {
		color: #fafafa
	}

.c-footer-link {
	margin-right: 15px;
	color: #383957;
	font-size: .875rem;
	text-decoration: none
}

.c-footer-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 70px !important;
	padding: 26px 30px;
	background: #ac9b65;
	color: #E1E2E8
}

.c-footer p {
	font-size: .875rem
}

.c-footer-end .c-footer-link {
	color: #E1E2E8;
	margin: 0
}

	.c-footer-end .c-footer-link::after {
		content: "|";
		margin: 0 2rem
	}

	.c-footer-end .c-footer-link:last-child::after {
		content: "";
		margin: 0
	}

@media(max-width:768px) {
	.c-footer {
		display: block
	}

		.c-footer nav, .c-footer .o-media {
			width: 100%
		}

	.c-footer-nav {
		padding-top: 20px;
		padding-bottom: 9px
	}

		.c-footer-nav .c-footer-link {
			text-align: center
		}

			.c-footer-nav .c-footer-link::after {
				content: unset
			}
}

.btn {
	border-radius: 0.1rem;
}

.c-card {
	z-index: 999;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 2px;
	background-color: #fafafa;
	-webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
	box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09)
}

	.c-card.is-animated {
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}

		.c-card.is-animated:hover {
			-webkit-transform: scale(1.03);
			transform: scale(1.03);
		}

			.c-card.is-animated:hover .c-icon {
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
			}

			.c-card.is-animated:hover .c-card-icon svg {
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
				fill: #c0b48d;
			}

			.c-card.is-animated:hover .c-card-title {
				color: #c0b48d;
			}

.c-card-title {
	color: #8b711e;
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
}

.c-card-icon svg {
	fill: #8b711e;
}

.c-card-home .c-card {
	min-height: 265px !important
}

.c-card-home {
	min-height: 50vh
}

.c-card-services .c-card {
	min-height: 130px;
	margin: 1rem 0
}

.c-card-services .c-card-icon {
	margin: 0 1rem
}

.c-btn:hover, .c-btn:focus {
	outline: 0;
	text-decoration: none
}

.c-btn:hover {
	color: #fafafa;
	-webkit-box-shadow: 0 5px 20px 0 rgba(29,29,31,0.09);
	box-shadow: 0 5px 20px 0 rgba(29,29,31,0.09);
	opacity: .9
}

.c-btn:focus {
	-webkit-box-shadow: 0 0 0 3.5px rgba(192,180,141,0.3);
	box-shadow: 0 0 0 3.5px rgba(192,180,141,0.3)
}

.c-btn:active {
	-webkit-transform: scale(0.92);
	transform: scale(0.92)
}

.c-divider {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f4d127;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

	.c-divider .c-divider-title {
		color: #f4d127;
		background-color: #fafafa;
		display: inline;
		padding: 0 30px
	}

.c-alert {
	position: relative;
	width: 100%;
	padding: 30px;
	border-top: 1px solid transparent;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #fafafa;
	-webkit-box-shadow: 0 10px 60px 0 rgba(29,29,31,0.09);
	box-shadow: 0 10px 60px 0 rgba(29,29,31,0.09)
}

	.c-alert .c-close {
		position: absolute;
		top: 15px;
		right: 30px;
		color: #99A5BD
	}

.c-alert-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	background-color: #f4d127;
	color: #fafafa
}

.c-alert-content {
	padding-left: 30px
}

.c-alert-title {
	font-size: 1.125rem
}

c-alert-small {
	padding: 15px
}

c-alert-info {
	border-color: #383957
}

	c-alert-info .c-alert-icon {
		background-color: #383957
	}

c-alert-success {
	border-color: #2d9865
}

	c-alert-success .c-alert-icon {
		background-color: #2d9865
	}

c-alert-warning {
	border-color: #f4d127
}

	c-alert-warning .c-alert-icon {
		background-color: #f4d127
	}

c-alert-danger {
	border-color: #ED4D4D
}

	c-alert-danger .c-alert-icon {
		background-color: #ED4D4D
	}

html[dir=rtl] .c-alert .c-close {
	right: auto;
	left: 30px
}

html[dir=rtl] .c-alert-icon {
	left: auto;
	right: 15px
}

html[dir=rtl] .c-alert-content {
	padding-left: 0;
	padding-right: 30px
}

.services-home {
	background: url(../img/services-bg.png) no-repeat center center;
	min-height: 700px
}

.u-gd-green {
	background: #2d9865;
	background: linear-gradient(180deg,#2d9865,#21714b);
}

.text300 {
	font-weight: 300 !important;
}

.accordion-header {
	margin-top: 1px
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background: #ac9b65;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
	background-color: #fafafa
}

.accordion-body a, .accordion-body a:visited {
	text-decoration: none
}

	.accordion-body a:hover {
		text-decoration: underline
	}

.col-min-height {
	min-height: 650px
}

@media screen and (max-width: 768px) {
	.col-min-height {
		min-height: 99px
	}
}

.about {
	background: url(../img/main-bg.png) no-repeat left center;
	background-size: 99%;
	min-height: 75vh
}

	.about .info {
		padding-top: 10vh;
		color: #00ab67
	}

		.about .info .btn {
			color: #c0b48c
		}

@media screen and (max-width: 768px) {
	.about {
		background-size: contain;
		background-position: bottom center;
		min-height: 60vh
	}

		.about .info {
			padding-top: 5vh
		}

			.about .info .display-1 {
				font-size: 2rem
			}
}

.c-ad {
	color: #fff
}

	.c-ad li {
		background: #ed4d4d;
		margin: 2px 0;
		padding: 5px 9px
	}

	.c-ad a {
		color: #fff;
		text-decoration: none;
		font-size: 18px
	}

		.c-ad a:hover, .c-ad a:visited:hover {
			text-decoration: underline
		}

.announcement .announcement-title {
	background: #c0b48c;
	font-size: 1rem;
	font-weight: 300;
	padding: 1rem
}

	.announcement .announcement-title a {
		color: #fff
	}

.news, .announcement {
	background: rgba(192,180,140,0.1);
	padding: .2rem 2rem 2rem;
	min-height: 415px
}

	.news h2 {
		margin-bottom: 1rem;
		color: #a5892b
	}

	.news .news-items {
		display: flex;
		flex-direction: row
	}

		.news .news-items a, .news .news-items h3 {
			color: #a5892b !important
		}
		.news-image{
			min-width:100px!important
		}

@media screen and (max-width: 768px) {
	.news .news-items {
		flex-direction: column
	}
}

.news .featured {
	display: flex;
	flex-direction: column;
	margin-left: 15px
}

	.news .featured .news-title {
		font-size: 1rem;
		color: #a5892b;
		text-align: center
	}

.news .news-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

	.news .news-list .news-item {
		display: flex;
		flex-direction: row
	}

		.news .news-list .news-item .news-title {
			font-size: 1rem;
			margin-right: 1rem;
			color: #00ab67
		}

.stat {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding: .5rem;
	border: 2px solid #ffd600;
	border-radius: 150px;
	margin: 5px
}

	.stat .stat-icon {
		margin: 0 1rem;
		min-height: 32px;
	}

		.stat .stat-icon svg {
			fill: #c9c9cb
		}

	.stat .stat-content h3, .stat .stat-content .h3 {
		font-size: 2.5rem;
		font-weight: 900;
		margin: 0;
		color: #999
	}

.primary-bg {
	background: #a98510 url(../img/green_pattern.svg);
	color: #fff
}

.secondary-bg {
	background: rgba(192,180,140,0.2) url(../img/beige_pattern.svg)
}

.display-1, .display-2, .display-3 {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.1;
	color: #a98510;
	font-weight: 500
}

	.display-1::after, .display-2::after, .display-3::after {
		content: "";
		display: flex;
		width: 100%;
		background-color: #ffd600;
		z-index: -1;
		transition: width .4s ease-in-out
	}

	.display-1:hover::after, .display-2:hover::after, .display-3:hover::after {
		width: 0
	}

.display-1 {
	font-size: 3rem
}

	.display-1::after {
		height: 5px
	}

.display-2 {
	font-size: 2rem
}

	.display-2::after {
		height: 4px
	}

.display-3 {
	font-size: 1.5rem
}

	.display-3::after {
		height: 3px
	}


.lang {
	margin-top: -25px
}

.datetime {
	color: #a98510;
	font-size: small;
}

.topnav .dropdown-toggle::after {
	display: none
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown-menu {
	border-top: 3px solid #a98510
}

	.dropdown-menu li {
		text-align: right
	}

table.table-list th, table.table-list td {
	font-size: 14px !important;
	text-align: center
}

.c-divider {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ed4d4d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

	.c-divider .c-divider-title {
		color: #ed4d4d;
		background-color: #fafafa;
		display: inline;
		padding: 0 30px
	}

.c-alert {
	position: relative;
	width: 100%;
	padding: 30px;
	border-top: 1px solid transparent;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #fafafa;
	-webkit-box-shadow: 0 10px 60px 0 rgba(29,29,31,0.09);
	box-shadow: 0 10px 60px 0 rgba(29,29,31,0.09)
}

	.c-alert .c-close {
		position: absolute;
		top: 15px;
		right: 30px;
		color: #99A5BD
	}

.c-alert-icon {
	background-color: #ed4d4d;
	color: #fafafa;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%
}

.c-alert-content {
	padding-left: 30px
}

.c-alert-title {
	font-size: 1.125rem
}

.c-alert-small {
	padding: 15px
}

.c-alert-info {
	border-color: #383957
}

	.c-alert-info .c-alert-icon {
		background-color: #383957
	}

.c-alert-success {
	border-color: #2d9865
}

	.c-alert-success .c-alert-icon {
		background-color: #2d9865
	}

.c-alert-warning {
	border-color: #f4d127
}

	.c-alert-warning .c-alert-icon {
		background-color: #f4d127
	}

.c-alert-danger {
	border-color: #ED4D4D
}

	.c-alert-danger .c-alert-icon {
		background-color: #ED4D4D
	}

html[dir=rtl] .c-alert .c-close {
	right: auto;
	left: 30px
}

html[dir=rtl] .c-alert-icon {
	left: auto;
	right: 15px
}

html[dir=rtl] .c-alert-content {
	padding-left: 0;
	padding-right: 30px
}

.u-gd-green {
	background: #2d9865;
	background: linear-gradient(180deg,#2d9865,#21714b);
}


.c-header {
	position: relative;
	box-shadow: 0 0 10px 5px #888888;
}

.c-carousel h2 {
	color: #fff !important;
}

.carousel-h {
	height: 89vh !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #00000020;
	height: 40px
}

.carousel-indicators [data-bs-target] {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	text-indent: unset;
	color: #fff;
	background-color: #000;
	background-clip: unset;
	opacity: 0.4;
	font-size: 80%
}

.carousel-indicators .active {
	font-weight: bold;
	opacity: 0.7;
}

.carousel-indicators {
	top: 0;
	bottom: unset;
	margin-bottom: unset;
	margin-top: 20vh;
	font-size: 1.0vw
}

.c-carousel .carousel-caption {
	right: 30%;
	left: 30%;
	top: 80%;
	background: #0000005e;
	border-radius: 9px;
	height: 100px;
	font-size: 70%;
	font-weight: 500
}

.carousel-video {
	position: relative;
	width: 100%
}

	.carousel-video video {
		transform: scale(1.1);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.slide01 {
	content: url(../img/slides/slide-01.jpg)
}

.slide02 {
	content: url(../img/slides/slide-02.jpg)
}

.slide03 {
	content: url(../img/slides/slide-03.jpg)
}

.slide04 {
	content: url(../img/slides/slide-04.jpg)
}

.slide05 {
	content: url(../img/slides/slide-05.jpg)
}

.slide06 {
	content: url(../img/slides/slide-06.jpg)
}

.slide07 {
	content: url(../img/slides/slide-07.jpg)
}

.slide08 {
	content: url(../img/slides/slide-08.jpg)
}

.slide09 {
	content: url(../img/slides/slide-09.jpg)
}

.slide10 {
	content: url(../img/slides/slide-10.jpg)
}

.slide11 {
	content: url(../img/slides/slide-11.jpg)
}

.slide12 {
	content: url(../img/slides/slide-12.jpg)
}

.slide13 {
	content: url(../img/slides/slide-13.jpg)
}

.moilogo {
	text-align: center
}

#svgmap path:hover {
	fill: #a5892b
}

.c-container {
	max-width: 1640px !important
}

.album img {
	opacity: 0.8;
	cursor: pointer;
	margin: 1rem 0;
	width: 100%;
	max-height: 166px;
	min-height: 166px
}

	.album img:hover {
		opacity: 1;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

p {
	text-align: justify
}

/*DARK-THEME*/
#svgmap text {
	color: #000;
	fill: #000
}

.svg-icon {
	fill: #a5892b
}

body.dark {
	background: #000;
	color: #fff
}

	body.dark .table {
		color: unset
	}

	body.dark #svgmap text {
		color: #fff;
		fill: #fff
	}

	body.dark .accordion-button {
		background-color: rgb(19, 19, 20);
		color: #fff
	}

	body.dark .c-ad li {
		background: unset;
		color: #ED4D4D
	}

	body.dark .c-ad a {
		color: #ED4D4D
	}

	body.dark .modal-content .btn-close {
		border: 1px solid #FFF !important
	}

	body.dark .accordion-body,
	body.dark .c-card,
	body.dark .dropdown-menu,
	body.dark .modal-content,
	body.dark .alert-light,
	body.dark .c-footer-end {
		background: rgb(33,37,41)
	}

@media screen and (max-width: 768px) {
	.carousel-indicators {
		display: none
	}

	.c-carousel .carousel-caption {
		right: 5%;
		left: 5%;
		top: 70%
	}

	.table-smfont {
		font-size: 80%
	}

	.c-footer-nav .c-footer-link {
		display: block
	}

	.dropdown-item {
		min-width: 100%;
		max-width: 100%;
		padding: 0.25rem !important;
		white-space: unset !important;
		display: flex;
		align-items: center;
	}

		.dropdown-item a {
			margin-right: 5px
		}

	.carousel-h {
		height: 50vh !important;
	}
	.ads_sponsors div img {
		width: 200px;
		height: 150px;
	}


	
}