* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /* -----navigation bar--- */
  
  nav {
    font-weight: 600;
    /* background-color: #005ca8; */
    background-color: white;
    position: sticky !important;
    top: 0px !important;
    z-index: 2;
  }
  
  .navLeft {
    float: left;
  }
  
  .nav-item :hover {
    text-decoration: underline;
    color: #eca12c !important;
  }
  
  .navLeft button {
    padding: 4px 9px 7px 13px;
    font-weight: 800;
    background-color: #337ab7;
    color: white;
    width: 6em;
    margin-left: 1em !important;
  }
  
  nav div ul {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* ------About----- */
  .box-img{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  /* -----footer---- */
  
  footer {
    background-color: #151c22;
    color: white;
  }
  
  footer ul li {
    list-style: none;
    /* text-decoration: none;
      color: white; */
  }
  
  footer ul li a {
    text-decoration: none;
    color: white;
  }
  
  footer h5 {
    padding-left: 1.5em;
  }
  
  body {
    overflow-x: hidden;
    background-color: #f4f5f7;
  }
  
  /* -----media quiry-------- */
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    /* h5 {
      width: 100% !important;
    } */
    h4{
      padding-top:0px ;
      font-size: 2em;
    }
  
    section .inner-box p {
      /* padding-left: 3px; */
      font-size: 1em;
  }
  
    .nav-item {
      margin-left: 0em;
    }
  
    .img-mobile {
      height: 30em;
    }
  }
  
 
  
  
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
   
   
  }
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* @media only screen and (min-width: 1200px) {...} */
  