/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-blue {

}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {

}
.sm-blue a.current {
 
}
.sm-blue a.disabled {
 
}
.sm-blue a .sub-arrow {

}
.sm-blue a .sub-arrow::before {
  content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
  
}
.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  
}
.sm-blue ul {
  
}
.sm-blue ul ul {
  
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
  
}
.sm-blue ul a.current {
 
}
.sm-blue ul a.disabled {
 
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
 
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
 
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
 
}
.sm-blue ul li {
 
}
.sm-blue ul li:first-child {

}

@media (min-width: 900px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: left;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue a .sub-arrow::before {
    display: none;
  }

  .sm-blue .scroll-down-arrow {
    top: 6px;
   
  }
  .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    
  }

  .sm-blue.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;

  }

  .sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
   
  }
 
}

/*# sourceMappingURL=sm-blue.css.map */
@media (min-width:0px) and (max-width:899px){
#menu-top-language-menu {
    display: block;
    padding: 0;
    border-top: 0px;
}
#menu-top-language-menu li {
    padding: 8px 0;
}
.sm-blue {
    overflow: scroll;
    height: 100%;
}
.spsp-menu {
	height: 100%;
	min-height: 100vh;
	padding: 65px 0 30px;
	box-sizing: border-box;
}
.spsp-menu ul li a{
	padding: 3px 0;
}	
.spsp-menu ul {
	padding: 35px 0;
}
.sm-blue a .sub-arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
	color: #FAA61A;
	font-size: 26px;
	font-weight: normal;
}
.spsp-menu ul li .mega-menu.spspnew-sub-menu li , .spsp-menu .sub-menu li{
	padding: 8px 10px;
}
.spsp-menu ul li .mega-menu.spspnew-sub-menu li a , .spsp-menu .sub-menu li a{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 1px 10px;
    margin: 0;
}
.spsp-menu ul li .mega-menu.spspnew-sub-menu , .spsp-menu .sub-menu {
    background: #232F84;
}
.spsp-language {
    display: block;
    text-align: right;
    padding: 8px 50px;
}
.spsp-language .spsp-ar a {
    font-size: 17px;
	text-align: right;
}
.spsp-language > div {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0px 0 14px;
    border-right: 0px solid #e3e3e3;
    min-height: 17px;
}
}
@media (min-width:900px) and (max-width:6000000px){
.mega-menu.spspnew-sub-menu , .spsp-menu .sub-menu{
	width: 250px !important;
    max-width: none !important;
	border:1px solid #F2F2F2;
}
.mega-menu.spspnew-sub-menu li , .spsp-menu .sub-menu li{
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
.spsp-menu ul li .mega-menu.spspnew-sub-menu li a , .spsp-menu .sub-menu li a{
    font-family: 'Cairo', sans-serif;
    color: #696969;
    font-weight: 400;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    padding: 20px 20px;
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
   
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: none;*/
}
.spsp-menu ul li .mega-menu.spspnew-sub-menu li a:hover , .spsp-menu .sub-menu li a:hover {
    background: #FAA61A;
    color: #fff;
}

}