* {
    padding: 0;
    margin: 0;
  }
  
  body,
  html {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
  }
  
 /* Header */

 .navbar {
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 0% !important;
}

.container-fluid {
  margin: 0px 40px;
}


.navbar-brand {
  padding-top: 0px;
}

.nav-logo {
  height: 100px;
  width: 100px;
  /* margin-left: 20px; */
}

.logo {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  /* mix-blend-mode: multiply; */
}


.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 40px;
}


.nav-item a {
  display: flex;
  justify-content: center;
  margin: 0px 10px;
  font-size: 15px;
  color: #1A3F5A;
  font-weight: bold;
}

.navbar-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
  z-index: 2;
}

a.nav-link {
  margin: 0;

}

.nav-icon {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.nav-icon:hover i {
  color: rgb(255, 187, 0);
}

.ab {
  display: flex;
  justify-content: center;
}

.ab span {
  display: flex;
  align-items: center;
  color: #1A3F5A;
  font-weight: bold;
}


@media (max-width : 576px) {
  .container-fluid {
      margin: 0px;
  }

  .navbar-nav {
      margin: 0px;
      gap: 15px;

  }

  .img-1 img {
      height: 250px;
  }
}


/* --------------main-container------------------ */


  .main-container {
    padding: 0px;
  }
  
  .main-image {
    max-width: 100%;
  }
  
  .main-image img {
    width: 100%;
    height: 641px;
  }
  
  .blog-area {
    margin-top: 30px;
    height: auto;
    width: 100%;
    margin-top: 100px;
  }
  
  .blog-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .double-line {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
    /* margin-top: 30px; */
  }
  
  .double-line .line {
    border: 3px #1a3f5a solid;
    width: 100%;
  }
  
  .banner {
    background-color: #1b3f56;
    color: white;
    border-radius: 50px;
  }
  
  .banner .heading {
    width: 350px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .heading h1 {
    font-size: 2em;
    margin: 0;
    font-weight: 700;
  }

  .blog-card{
    padding: 50px 40px;
}
  

  /* Media Query for Responsiveness */
  
  @media (max-width: 1200px) {

    .blog-area {
      padding: 20px 0px;
    }
  
    .double-line .line {
      border: 2px #1a3f5a solid;
    }
  
    .banner .heading {
      width: 350px;
      height: 60px;
    }
  
    .heading h1 {
      font-size: 1.5em;
    }

    .blog-card{
        padding: 20px 40px;
    }
  
  }
  
  @media (max-width: 992px) {

    .blog-area {
      margin-top: 20px;
    }
  
    .double-line .line {
      border: 2px #1a3f5a solid;
    }
  
    .banner .heading {
      width: 350px;
      height: 60px;
    }
  
    .heading h1 {
      font-size: 1.2em;
    }
  
  }
  
  @media (max-width: 768px) {

    .blog-area {
      margin-top: 20px;
    }
  
    .double-line .line {
      border: 2px #1a3f5a solid;
    }
  
    .banner .heading {
      width: 250px;
      height: 60px;
    }
  
    .heading h1 {
      font-size: 1.1em;
    }

    .blog-card{
      padding: 20px 30px;
  }
  
  }
  
  @media (max-width: 576px) {

    .blong-area {
      margin-top: 20px;
    }
  
    .double-line .line {
      border: 2px #1a3f5a solid;
    }
  
    .banner .heading {
      width: 250px;
      height: 50px;
    }
  
    .heading h1 {
      font-size: 1em;
    }

    .blog-card{
      padding: 20px 20px;
  }
  
}
  
  /* footer-section */
  
  footer {
    margin-top: 100px;
    background-color: #b2ebf2;
    padding: 50px 100px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-logo img {
    width: 110px;
    height: 110px;
    /* border-radius: 50%; */
    margin-bottom: 20px;
    mix-blend-mode: multiply;
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  
  .social-icons a {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  
  .social-icons a:hover {
    transform: scale(1.1);
  }
  
  .social-icons a img {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  
  .social-icons a:hover img {
    filter: none;
  }
  
  .footer-column {
    color: #333;
    max-width: 300px;
  }
  
  .footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #023b5d;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
  }
  
  .footer-column ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .footer-column ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
  }
  
  .footer-column ul li a:hover {
    color: #023b5d;
  }
  
  .contact-info p {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
  
  .contact-info p img {
    width: 27px;
    height: 23px;
    margin-right: 10px;
  }
  
  .contact-info p svg {
    margin-right: 15px;
  }
  
  /* Media Query for Responsiveness */
  
  @media (max-width: 1200px) {
    footer {
      padding: 40px 80px;
      flex-direction: row;
      display: flex;
      gap: 20px;
      justify-content: space-between;
      align-items: start;
    }
  }
  
  @media (max-width: 992px) {
    footer {
      padding: 30px 40px;
      flex-direction: row;
      display: flex;
      gap: 20px;
      justify-content: space-between;
      align-items: start;
    }
  }
  
  @media (max-width: 768px) {
    footer {
      padding: 40px 30px;
      flex-direction: row;
      display: flex;
      gap: 20px;
      justify-content: space-between;
      align-items: start;
    }
  }
  
  @media (max-width: 576px) {
    footer {
      padding: 50px 40px;
      flex-direction: column;
      display: flex;
      gap: 20px;
      /* justify-content: space-around; */
      align-items: start;
    }
  
    .footer-logo,
    .footer-column {
      text-align: start;
      margin-bottom: 30px;
    }
  
    #footer-column {
      margin-bottom: 0px;
    }
  
    .footer-logo .social-icons {
      display: flex;
      gap: 20px;
    }
  }
  