/* body{
    font-family: "Cairo", sans-serif;
} */


  body {

	  direction: rtl;
	  unicode-bidi: embed;
	
  }
/*drobdown-menu section*/

.dropdown-toggle::after {   
    left: -7px;
}

.dropdown-menu.show {
  right: 0;
}

.dropdown-menu.show menu-item{
 margin-right: 200px;
}

.dropdown-menu {
  text-align: right;
}
ul.dropdown-menu.dropdown-submenu.depth_1.show {
  position: absolute;
  right: 260px !important;
  top: 30px !important;
}
.depth_2.show {
  right: 260px !important;
}

.form-text {
  margin-left: 1px;
  padding: 8px;
  padding-right: 11px;
  padding-left: 104px;
}

/*End Of Namv bar*/