@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "HelveticaNeueLTB";
  src: url(../fonts/HelveticaNeueLTB.otf); }
@font-face {
  font-family: "Tajawal-Regular";
  src: url(../fonts/ArbFONTS-Tajawal-Regular.ttf); }
@font-face {
  font-family: "Tajawal-Bold";
  src: url(../fonts/ArbFONTS-Tajawal-Bold.ttf); }
@font-face {
  font-family: "ITC";
  src: url(../fonts/ITC.ttf); }
@font-face {
  font-family: "NeoSansbold";
  src: url(../fonts/NeoSansArabicBold.ttf); }
@font-face {
  font-family: "helveticaneuelt";
  src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

iframe, img {
  max-width: 100%; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

body {
  font-family: NeoSansArabic !important;
  position: relative; }

/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #ffedc6; }

body::-webkit-scrollbar-thumb {
  background-color: #ffb000;
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
.hidbut {
  display: none; }

.viemob {
  display: none; }

/* Start header */
header .top-header {
  background-color: #ffb000;
  min-height: 40px; }
  header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .top-header .top-header-content a {
      width: 50px;
      font-size: 14px;
      color: #ffffff;
      background-color: #282828;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px; }
    header .top-header .top-header-content span {
      font-size: 18px;
      color: #000000; }
header .middle-header {
  padding: 10px 0;
  background-color: #ffedc6; }
  header .middle-header .main-menu {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center; }
    header .middle-header .main-menu .close-menu {
      display: none; }
    header .middle-header .main-menu .nav-menu {
      margin: 0; }
      header .middle-header .main-menu .nav-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        margin-left: 45px; }
        header .middle-header .main-menu .nav-menu li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          transition: linear .4s; }
        header .middle-header .main-menu .nav-menu li .sub-menu {
opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    border-radius: 0;
    transition: linear .4s;
    top: 25px;
    right: 15px;
    width: 150px;
    height: 300px;
    overflow: scroll;
    background-color: #f4f5f7; }
          header .middle-header .main-menu .nav-menu li .sub-menu li {
            display: block;
            margin: 10px 0; }
            header .middle-header .main-menu .nav-menu li .sub-menu li a {
              color: #282828 !important;
              background-color: transparent !important;
              font-size: 16px;
              width: auto;
              height: auto;
              margin: 10px 0;
              padding: 0 20px; }
              header .middle-header .main-menu .nav-menu li .sub-menu li a:before {
                content: "\f100";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 14px;
                margin-left: 10px; }
          header .middle-header .main-menu .nav-menu li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          header .middle-header .main-menu .nav-menu li .sub-menu .sub-child-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            border-radius: 3px;
            transition: linear .4s;
            top: 0;
            right: 80%;
            z-index: 1;
            width: 140px;
            height: auto;
            padding: 10px;
            background-color: #f4f5f7; }
            header .middle-header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
              display: block;
              margin: 10px 0; }
              header .middle-header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                color: #fff;
                font-size: 16px; }
        header .middle-header .main-menu .nav-menu li a {
          color: #282828;
          font-size: 16px;
          display: block;
          position: relative;
          font-family: NeoSansbold;
          transition: linear .4s; }
  header .middle-header .search {
    display: flex;
    justify-content: flex-end; }
    header .middle-header .search form {
      width: 90%;
      position: relative; }
      header .middle-header .search form input {
        height: 40px;
        border: 0;
        border-radius: 5px;
        padding: 0 10px;
        background-color: #ffffff;
        width: 100%; }
        header .middle-header .search form input::placeholder {
          font-size: 14px;
          color: #333333; }
      header .middle-header .search form button {
        width: 40px;
        height: 40px;
        background-image: url(../img/search.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ffb000;
        border-radius: 5px;
        border: 0;
        vertical-align: bottom;
        position: absolute;
        left: 0; }
header .bottom-header {
  padding: 15px 0;
  background-color: #f4f5f7; }
  header .bottom-header .hello {
    height: 100%;
    display: flex;
    align-items: center; }
    header .bottom-header .hello p {
      margin: 0;
      font-size: 24px;
      color: #000;
      font-family: NeoSansbold; }
      header .bottom-header .hello p span {
        color: #ff0000;
        font-family: NeoSansbold;
        font-size: 24px; }
  header .bottom-header .logo {
    height: 100%;
    display: flex;
    justify-content: center; }
    header .bottom-header .logo img {
      width: 194px;
      height: 81px; }
  header .bottom-header .user {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end; }
    header .bottom-header .user a i {
      font-size: 32px;
      color: #ffb000;
      margin: 0 10px;
      vertical-align: bottom; }
    header .bottom-header .user a span {
      font-size: 18px;
      color: #000000;
      font-family: NeoSansbold; }

/* End header */
/* Start a-d-v */
.a-d-v img {
  width: 100%;
  height: 300px; }

/* End a-d-v */
/* Start products */
.products {
  padding: 50px 0 70px;
  background-color: #f4f5f7; }
  .products .product-content {
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px 3px transparent;
    transition: linear .4s; }
    .products .product-content .product-info {
      padding: 25px 30px;
      background-color: #fff6e2;
      height: 100%; }
      .products .product-content .product-info .info-title {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between; }
        .products .product-content .product-info .info-title h4 {
          font-size: 24px;
          color: #000000;
          font-family: NeoSansbold;
          margin: 0; }
      .products .product-content .product-info .info-content {
        margin-bottom: 15px; }
        .products .product-content .product-info .info-content p {
          margin: 0;
          font-size: 16px;
          color: #000000;
          text-align: justify;
          line-height: 28px; }
      .products .product-content .product-info .info-youtube {
        margin-bottom: 15px; }
        .products .product-content .product-info .info-youtube a {
          font-size: 16px;
          color: #5f5f5f; }
          .products .product-content .product-info .info-youtube a:before {
            content: " ";
            background-image: url("../img/youtube.png");
            width: 45px;
            height: 45px;
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle; }
      .products .product-content .product-info .info-address {
        display: flex;
        justify-content: space-between; }
        .products .product-content .product-info .info-address span {
          font-size: 18px;
          color: #000000;
          display: block; }
          .products .product-content .product-info .info-address span:first-of-type:before {
            content: " ";
            background-image: url("../img/address.png");
            width: 32px;
            height: 38px;
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle; }
          .products .product-content .product-info .info-address span:last-of-type:before {
            content: " ";
            background-image: url("../img/fouce.png");
            width: 30px;
            height: 30px;
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle; }
    .products .product-content .product-image {
      height: 100%; }
      .products .product-content .product-image img {
        width: 100%;
        height: 100%; }
    .products .product-content:hover {
      transition: linear .4s;
      transform: scale(1.01);
      box-shadow: 0px 0px 9px 3px #7777776b; }
  .products .more-button a {
    min-width: 150px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #ffb000; }

/* End products */
/* Start footer */
footer {
  padding: 60px 0 45px;
  background-color: #ffedc6; }
  footer ul {
    margin: 0; }
    footer ul li {
      display: block;
      list-style: none;
      margin-bottom: 15px; }
      footer ul li i {
        color: #ffb000;
        font-size: 16px;
        transition: linear .4s; }
      footer ul li a {
        font-size: 16px;
        color: #000000 !important;
        margin: 0 10px; }
      footer ul li:hover i {
        font-size: 17px;
        transition: linear .4s; }
  footer .app {
    display: flex;
    justify-content: flex-end;
    margin-top: -55px; }
    footer .app a {
      margin-right: 10px;
      position: relative; }

/* End footer */
/* Start rights */
.rights {
  padding: 30px 0;
  background-color: #ffb000;
  text-align: center; }
  .rights p {
    margin: 0;
    font-size: 16px;
    color: #000000; }
    .rights p a {
      font-size: 16px;
      color: #ffffff; }

/* End rights */
.resopen {
  display: none; }
    .visible-xs{
        display:none;
    }
/* Start Responsive */
/* from 992 to 1280 */
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
    .ede{
            justify-content: center;
    align-items: center;
    display: flex;
    }
header .middle-header .main-menu .nav-menu li.hidden-xs{
        display:none !important;
    }
    .visible-xs{
        display:inline-flex;
    }
    .o1{
        order:1;
    }
        .o2{
        order:2;
    }
    header .bottom-header .user a i{
            font-size: 20px; 
    margin: 0 0px;
    vertical-align: middle;
    }
    header .bottom-header .user a span {
    font-size: 14px; 
}
  header .middle-header .search {
    display: inline-flex !important;
    width: 100%; 
justify-content: flex-end;
  }

  header .bottom-header .hello {
    justify-content: center;
    margin: 0 0 10px 0; }

  header .bottom-header .user {
    justify-content: center;
    margin: 10px 0 0 0; }

  .a-d-v img {
    height: 100px; }

  .products {
    padding: 20px 0; }

  .products .product-content .product-info .info-title h4 {
    font-size: 18px; }

  .products .product-content .product-info .info-content p {
    font-size: 14px;
    line-height: 23px; }

  .products .product-content .product-info {
    padding: 15px; }

  .products .product-content .product-info .info-youtube a {
    font-size: 10px; }

  .products .product-content .product-info .info-youtube a:before {
    width: 30px;
    height: 30px;
    background-size: contain; }

  .products .product-content .product-info .info-address span {
    font-size: 13px; }

  .products .product-content .product-info .info-address span:first-of-type:before {
    margin-left: 5px;
    width: 25px;
    height: 29px;
    background-size: contain; }

  .products .product-content .product-info .info-address span:last-of-type:before {
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-left: 5px; }

  footer .app {
    justify-content: center;
    margin-top: 0;
    align-items: center; }

  footer .app a {
    margin: 0 5px; }

  footer {
    padding: 20px 0; }

  .rights {
    padding: 20px 0; }

  .rights p {
    font-size: 11px; }

  .rights p a {
    font-size: 11px; }

  header .main-menu {
    justify-content: flex-start; }

  header .main-menu .nav-menu li a:before {
    display: none; }

  .viemob {
    display: block; }

  .hidxs {
    display: none; }

  .hidbut {
    display: block;
    padding-top: 25px; }

  .resclos {
    display: none; }

  .resopen {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    font-size: 25px; }

  /* Start main menu */
  .menu-button .click-button {
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    z-index: 2;
    position: relative;
    flex-flow: column-reverse; }

  .menu-button .click-button span {
    width: 27px;
    height: 4px;
    display: block;
    background-color: #fcb031;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: linear 0.4s;
    margin-bottom: 3px; }

  .menu-button {
    display: inline-flex !important;
        position: absolute;
    top: 7px;
    right: 10px;}

  header .main-menu ul {
    margin: 0; }

  .main-menu {
    position: fixed;
    top: 0;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    height: 100vh;
    align-items: start !important;
    background: #fcb031;
    transition: linear .4s; }

  .open-menu {
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transition: linear .4s; }

  header .main-menu ul li {
    list-style: none;
    display: block !important;
    margin: 20px 0 !important;
    position: relative; }

  header .main-menu ul li a {
    color: #ffffff !important;
    font-size: 16px; }

  header .main-menu ul li .sub-menu, header .main-menu ul li .sub-menu .sub-child-menu {
    position: fixed !important;
    top: 0 !important;
    width: 70% !important;
    height: 100% !important; }

  .close-menu {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }

  .close-menu:hover {
    transition: linear .4s;
    color: red;
    cursor: pointer; }

  header .main-menu ul li a {
    display: block !important;
    width: 100% !important;
    padding: 0 25px !important;
    text-align: start; } }
/* from 991 to 360 */
/* End Responsive */
.menu-bg {
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: linear .4s; }

.open {
  width: 100%;
  transition: linear .4s; }

.openbody {
  overflow: hidden !important; }

.loade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f4f5f7;
  background-repeat: repeat;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loade img {
    transform: scale(1);
    animation-name: loade;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite; }

@keyframes loade {
  0% {
    transform: scale(0.5); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0); } }

.nav-menu form{
    display:inline-block;
}
.nav-menu .button-search{
    display:inline-block;
}
 .button-search button{
    background: transparent;
    border: 0;
    color: #000;
    
}
/*# sourceMappingURL=main.css.map */
