body{
	direction: rtl;
	text-align: right;
	font-family: 'Tajawal';
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Tajawal';
}

.me-3 {
    margin-left: 1rem !important;
}

.ms-3 {
    margin-right: 1rem !important;
}

.navbar .dropdown-toggle::after {
    margin-right: 8px;
}

.dropdown-toggle::after {
    border-left: 0.3em solid transparent;
}

/*.nav-link {
    color: #000;olor: #ffd700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #ffd700;
	text-shadow: 1px 1px grey;
}*/

.header-carousel h4 {
	font-family: 'Tajawal';
	font-size: 32px;
	text-align: center;
}
.header-carousel p {
	font-family: 'Tajawal';
	font-size: 20px;
	text-align: center;
}

@media (max-width: 768px) {
    .header-carousel h4 {
		font-family: 'Tajawal';
		font-size: 22px;
		text-align: center;
	}
	.header-carousel p {
		font-size: 12px;
		text-align: center;
	}
}

.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
	 display: none;
}