/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.menu-box .leo-megamenu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .menu-box .leo-megamenu .navbar-toggler {
    position: absolute;
    left: 15px;
    top: -48px; }
    .rtl .menu-box .leo-megamenu .navbar-toggler {
      right: 15px;
      left: auto; }

.box-top-h3 {
  text-align: center; }
  .box-top-h3 h3 {
    font-size: 14px;
    margin: 0;
    padding: 14px 0; }

.keep-header .header-top {
  background: #fff; }

/*# sourceMappingURL=headerposition3393646541.css.map */
