 body {
  background-image: url("/assets/img/bg-image.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: poppins;

}

.our-blog-title{
  color: #1961AC !important;
  text-align: center;
  font-size: 34px;
  font-family: 'Outfit';
  font-weight: 600;
}

.our-blog-content{
  font-family: 'Poppins';
}

.blog-read-more-btn{
    background-color: #1961AC;
    color: white;
    border-radius: 15px;
    font-family: 'Poppins';
    padding: 2px 10px;
}

.blog-date {
  font-family: 'Poppins';
}

.blog-wise-details {
  font-family: "Poppins";
}

.Blog-title {
  font-family: 'Poppins';
}


.news-title {
  font-family: "Outfit";
}

.news-content {
  font-family: "Poppins";
}


/* footer */


.newsletter-bg {
  background-color: #79C142;
}

.footer-bottom {
  background-color: #79C142;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

footer.bg-primary {
  background-color: #1961AC !important;
}

.footer-wrapper {
  position: relative;
  padding-top: 10px; /* Creates space above footer for the overlapping newsletter */
}

.newsletter-section {
  top: -60px; /* Controls how much the newsletter overlaps */
  max-width: 1100px;
}

.list-link{
  line-height: 30px;
}

.footer-bottom-stripe{
  border-radius: 30px;
  clip-path: ellipse(800px 120% at bottom);
  width: 100%;
}