* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Cairo", sans-serif;
    overflow-x: hidden;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
    /* padding-right: 2rem;
    padding-left: 2rem; */
  }
  
  nav {
    background-color: #e0e0e0;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    color: black;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #294f96;
  }
  
  nav img {
    margin-left: 30px;
  }
  
  .icon-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .icon-nav i:not(:last-child) {
    margin-right: 20px;
  }
  
  .icon-nav i {
    font-size: 20px;
    color: #1e3869;
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -55px;
    margin-top: 0.125rem;
  }
  
  .btn-secondary {
    color: #fff;
    background-color: transparent;
    border: none;
  }
  .btn-secondary:focus {
    outline: none;
    border: none;
  }
  .btn-secondary:hover {
    background-color: rgba(192, 192, 192, 0.822);
  }
  /*End Nav  */
  
  /* start Home Page */
  .bg-home-who {
    background-image: url(../images/img-consulto-mentor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 350px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .div-who {
    text-align: center;
    margin-bottom: 70px;
  }
  
  .div-who h2 {
    margin-bottom: 20px;
  }
  .div-who p {
    margin-bottom: 30px;
  }
  
  .div-who button {
    background-color: #3fb2ca;
    padding: 10px;
    width: 250px;
    border-radius: 20px;
    color: white;
    border: none;
    transition: all 0.3s;
  }
  
  .div-who button:hover {
    background-color: white;
    color: black;
  }
  /* end Home Page */
  

.sec-step-toward {
    margin: 50px 0;
  }

  .img-text-setp-all{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  @media (max-width:991px){
    .img-text-setp-all{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
      
        .bg-home-who {
    background-position: inherit;
  }
  }

  .img-step img {
    max-width: 400px;
  }

  .text-img-step {
    max-width: 400px;
  }

  .text-img-step h2 {
    font-weight: bold;
    color: #1e3869;
    font-size: 33px;
  }

  .text-img-step p {
    font-size: 20px;
    line-height: 1.5;
  }

  .sec-Through {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 100px;
    max-width: 950px;
    text-align: center;
  }
  
  .sec-Through h1 {
    color: #1E3869;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .khat-trough {
    background-color: #1E3869;
    width: 100px;
    height: 1px;
    margin: auto;
    margin-bottom: 20px;
  }

  .sec-Through p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .sec-Through button {
    background-color: #FF955D;
    padding: 10px;
    border-radius: 20px;
    color: white;
    border: none;
    width: 200px;
    margin-top: 20px;
    transition: all 0.5s;
  }

  .sec-Through button:hover {
    background-color: #1E3869;
  }

  /* start footer */
footer {
    background-color: #cfd2d8;
    padding: 20px 0;
    color: white;
  }
  .foot-All {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
  }
  
  .foot-All a {
    text-decoration: none;
    color: white;
  }
  
  .foot-All a:hover {
    color: #27498a;
  }
  
  .foot-All h2 {
    color: #1e3869;
  }
  .foot-All h4 {
    color: #1e3869;
  }
  .About-Foot a {
    display: block;
    margin-bottom: 5px;
  }
  
  .LOGO-FOOT {
    text-align: center;
  }
  
  .LOGO-FOOT a:not(:last-child) {
    margin-right: 10px;
  }
  
  .LOGO-FOOT i:hover {
    cursor: pointer;
    color: #294f96;
  }
  
  .khat-foot {
    background-color: #1e3869;
    width: 100%;
    height: 1px;
  }
  
  .txt-under-foot {
    text-align: center;
    color: #1e3869;
  }
  
  .txt-under-foot p {
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  @media (max-width: 991px) {
    .Contact-Us-Foot {
      text-align: center;
    }
    .About-Foot {
      text-align: center;
    }
    .Follow-Us-Foot {
      text-align: center;
    }
    .English {
      text-align: center;
    }
  }
  
  @media (max-width: 767px) {
    .foot-All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      /* align-items: center; */
    }
  
    .Contact-Us-Foot {
      text-align: left;
    }
    .About-Foot {
      text-align: left;
    }
    .Follow-Us-Foot {
      text-align: left;
      margin-bottom: 20px;
    }
    .LOGO-FOOT {
      text-align: left;
    }
    .English {
      text-align: left;
    }
  }
  /* end footer */
  
