/**
 * org RTL (Right-To-Left) CSS
 edc23b
 0caafd
 1d3770
 */
*{font-family: var(--body-font);margin:0px;box-sizing: border-box;font-size: 15px;line-height: inherit;	}	
img{border:none;max-width:100%; }	
#mainnav {padding: 0;margin: 0 auto;list-style: none;}
 html {scroll-behavior: smooth;text-align:right;}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1; }
::-webkit-scrollbar-thumb {background: #f8c35d; }
::-webkit-scrollbar-thumb:hover {background: #f8c35d; }
a{color:var(--title-color); text-decoration: none; }a:hover , a:focus {color:var(--title-h-color);}

 html  {text-align:right; }p{font-size: 17px;line-height: normal;text-align:justify;}
.org-title{font-family: 'Noto Kufi Arabic Regular'; font-size: 20px!important; font-weight:bold;line-height: inherit;color: #ffc708 !important;	 }
a.org-title:hover{color: #fff !important;}
.icon-search{position: absolute;top: 10px;left: 11px!important;color: #404e89;right: auto;}
.dropdown-menu.show {display: block;position: absolute;z-index: 1000;min-width: 10rem;padding: .5rem 0;margin: 0;font-size: 1rem;color: #ffffff;text-align: right;list-style: none;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, .15);border-radius: .25rem;}
.dropdown-item.active, .dropdown-item:active {color: #000;text-decoration: none;background-color: #d22500;}
a.dropdown-item { color: #000!important;text-decoration: none;}
a.dropdown-item:hover {color: #fff;text-decoration: none;background-color: #f8c35d;}
a.nav-link{color: #000 !important;}
a.nav-link:hover{color: #fd1926 !important;}
