body {
    font-family: 'Cairo', sans-serif;
    color: #4d4643;
    direction: ltr;
    text-align: left;
  }

  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 150px;
    margin-left: 115px;
  }

  @media (min-width: 1024px) {
    .fixed-logist{
      position: absolute;
      width: 62%;
      left: 490px !important;
    }
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px !important;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-left: 5px
  }

  .alert-success button{

    float: right !important ;
    background: #d1e7dd;
    border: 0 !important;
    color: #ed3c0d;
  }

  #hero .carousel-content p {
    margin-left: 0% !important;
    padding: 10px
  }

  /* Mobile Navigation */
.mobile-nav-toggle {
  right: 15% !important;
  left: 85% !important;
}
  

  