  .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
      }
      .row, .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .row {
        margin-right: -15px;
        margin-left: -15px;
      }
      html {
        direction: rtl;
      }
      body {
        font-family: Poppins,droid arabic kufi;
        background: #ecf0f0;
        max-width: 1140px;
        overflow-x: hidden;
        margin: auto;
      }




/*====================
Header
=====================*/


      .header {
        background: #f9f9f9;
        box-shadow: 1px 0 2px 1px #ddd;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        transition: transform .5s ease-in-out;
      }
      .header.active {
        transform:translateY(calc(-100% + -2px));
      }
      .logo-search-menu {
        height: 60px;
	
        align-items: center
      }
      .logo {
        width: 130px;
      }
      .logo a {
        background: url(https://1.bp.blogspot.com/-EG-lMZL0OEQ/XRJc0C7vR4I/AAAAAAAABO0/EfN7ElkjkvUoo_c_48C4SmnjOLyRkLCpQCLcBGAs/s1600/egybest_logo.png) no-repeat;
        display: block;
        width: 130px;
        height: 35px;
        margin: 5px 0 0;
        padding: 0;
      }
      .search {
        float: left;
        width: calc(60% - 130px);
        margin-right: 30px;
      }
      form {
        width: 100%;
        display: block;
		position: relative;
      }
      .search input:focus {
        -webkit-appearance: none;
        box-shadow: inset 0 0 0 0 rgba(0,0,0,.05),0 0 0 0 rgba(255,255,255,.025),0 0 4px 0 #74caee!important;
        -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.05),0 0 0 0 rgba(255,255,255,.025),0 0 4px 0 #74caee!important;
        border: 1px solid #74caee;
      }
      .fb-link a {
        margin-right: 30px;
        display: block;
        height: 35px;
        border-radius: 4px;
        line-height: 35px;
        font-size: 15px;
        padding: 0px 10px;
        font-weight: 400;
        color: #ffffff;
        background: #4267b2;
      }
      .search input {
        display: block;
        width: 100%;
        height: 35px;
        margin: 0 0 0 25px;
        padding: 5px 10px 5px 35px;
        border-radius: 4px;
        line-height: 35px;
        font-size: 15px;
        color: #444;
      }
      .search form i {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 35px;
        width: 35px;
        font-size: 16px;
        text-align: center;
        color: #666;
      }
      .menu {
        display: flex;
        align-items: center;
        margin-right: auto;
      }
      .show-menu, .show-search {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        background: #0066cc;
        color: #fff;
        cursor: pointer;
      }
      .show-search {
        margin-right: 15px;
      }
      .menu-links {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 100%;
        top: 60px;
        transition: .4s;
        height: 60px;
        background: #0066cc;
        border-top: 1px dashed #ffffff;
        z-index: -1;
      }
      .menu-links.active {
        right: 0;
      }
      .menu-links a {
        display: block;
        color: #fff;
        margin: 0 30px;
      }
      .menu-links a i {
        display: inline-block;
        font-size: 15px;
        margin-left: 5px;
      }


      @media screen and (max-width: 768px) {

        .header {
          box-shadow: none;
        }

        .search {
          position: absolute;
          top: 60px;
          left: 0;
          width: 100%;
          right: 100%;
          margin: 0;
          height: 60px;
          display: flex;
          align-items: center;
          background: #f9f9f9;
          border-top: 1px solid #d8d8d8;
          float: none;
          transition: .5s;
        }
        .show-search {
          margin-right: 15px;
        }
        .search.active {
          right: 0;
        }
        .search input {
          width: 90%;
          margin: auto;
        }
        .search form i {
          left: calc(5%);
        }



        /*
        Menu
        */

        .menu-links {
          background: #0066cc;
          height: auto;
          flex-direction: column;
          text-align: center;
        }
        .menu-links li:not(:last-child) {
          border-bottom: 1px dashed #eee;
          width: 100%;
        }
        .menu-links a {
          display: block;
          color: #fff;
          padding: 20px;
          font-size: 15px;
        }

      }


      @media screen and (max-width: 460px) {
        .fb-link {
          display: none;
        }
      }


      @media screen and (min-width: 460px) and (max-width: 768px) {
        .fb-link a {
          margin-right: 20px;
        }
      }






      /*====================
      Movies and Sidebar
      =====================*/
      .movies-sidebar {
        margin-top: 70px;
      }

      #main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }




      /*====================
      Sidebar
      =====================*/
      #sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 10px;
      }
      #type-movies .type-movies {
        overflow: hidden;
      }
      #type-movies .movie-type {
        display: block;
        width: 49%;
        float: left;
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        font-family: droid arabic kufi;
        background: white;
        color: red;
        margin-bottom: 5px;
        transition: .4s;
      }
      #type-movies .movie-type span {
        font-family: Poppins;
      }
      #type-movies .type-movies > div:nth-child(odd) .movie-type {
        margin-right: 2%;
      }
      #type-movies .movie-type:hover {
        background: red;
        color: #fff;
      }
      .w-title {
        border-bottom: 1px solid #ddd;
      }
      .social-box {
        position: relative;
        display: block;
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
      }
      .social-box .w-links {
        padding: 15px 10px;
        width: 70%;
        margin: auto;
        text-align: left;
      }
      .social-box .w-links a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        color: #0066cc;
      }
      .social-box .w-title h4 {
        font-size: 14px;
        padding: 10px;
        text-align: center;
        color: #333;
      }
      .social-box .w-links a .fa {
        width: 27px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        margin-right: 8px;
        border-radius: 3px;
      }
      .social-box .w-links a .fa-facebook {
        background: #3c5a98;
      }
      .social-box .w-links .fa-twitter {
        background: #2daae4;
      }
      .social-box .w-links .fa-instagram {
        background: #e4405f;
      }
      .social-box .w-links .fa-pinterest {
        background: #bd081c;
      }
      .copyright {
        text-align: center;
        color: #222;
        font-size: 14px;
        margin-top: 80px;
        margin-bottom: 30px;
      }
      .copyright i.fa-heart {
        color: red;
        font-size: 18px;
      }

