/*header  css start*/
   body {
  font-family: 'Poppins', sans-serif !important;
}


    .container {
      max-width: 1170px;
      margin: 0 auto;
    }

    /* Top Bar */
    .top-bar {
      background-color: #05294d;
      color: #fff;
      text-align: center;
      padding: 8px 0;
      font-size: 14px;
    }
    .top-header {
    background: #05294d;
}
.center-header {
    background: #ffffff;
}
    .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 35px;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    z-index: 1000;
}

    .logo img {
    /* height: 39px; */
    max-height: 71px;
    width: 227%;
    object-fit: cover;
    margin-top: 19px;
    margin-left: -27px;
    margin-bottom: -7px;
}

    .mobile-menu-toggle {
      background: none;
      border: none;
      font-size: 24px;
      color: #05294d;
      cursor: pointer;
      display: none;
    }

    nav {
      display: flex;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 25px;
      margin: 0;
      padding: 0;
    }

    nav ul li a {
      text-decoration: none;
      color: #05294d;
      padding: 8px 12px;
      display: inline-block;
      font-size: 18px;
      transition: all 0.3s ease;
    }

    nav ul li a:hover {
      background-color: #05294d;
      color: #fff;
      border-radius: 4px;
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
      .mobile-menu-toggle {
        display: block;
      }

      nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
      }

      nav.active {
        display: block;
      }

      nav ul {
        flex-direction: column;
        gap: 0;
      }

      nav ul li a {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
      }
      .logo img {
    /* height: 39px; */
    max-height: 56px;
    width: 207%;
    object-fit: cover;
    margin-top: 19px;
    margin-left: -27px;
    margin-bottom: -7px;
}
    }

.service-card {
    padding: 20px 30px;
}
.welcome-section h2 {
    font-size: 22px;
}


.welcome-section h2::before, .welcome-section h2::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #05294d;
    vertical-align: middle;
    margin: 0 15px;
}

.slide h1 {
    font-size: 32px;
    margin: 0;
    animation: fadeIn 2s ease-in forwards;
}




   

/*header  css end*/
/*banner css start*/
  .banner img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
  /*banner css end*/    
  /* Force for Good Section */
.main-div {
    display: flex;
}