@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&family=Work+Sans:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap");
.inner-page-banner {
  position: relative;
}
.inner-page-banner video, .inner-page-banner .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inner-page-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 84, 254, 0.6509803922) 100%);
}
.inner-page-banner .banner-content {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .inner-page-banner .banner-content {
    height: 100vh;
  }
}
.inner-page-banner .banner-content h1 {
  font-weight: 800;
  font-size: 60px;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .inner-page-banner .banner-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 365px) {
  .inner-page-banner .banner-content h1 {
    font-size: 32px;
  }
}
.inner-page-banner .banner-content h1 span {
  color: #1f227f;
}

.blog-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.blog-section h3 {
  text-align: center;
  font-size: 45px;
  color: #1f227f;
}
.blog-section .blog-wrapper {
  background-color: #f4f4ff;
  border-radius: 30px;
  padding: 2rem;
  transition: 0.5s;
  height: 100%;
}
.blog-section .blog-wrapper .image img {
  width: 100%;
  border-radius: 15px;
}
.blog-section .blog-wrapper .category-tag-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog-section .blog-wrapper .category-tag-wrapper .category-tag {
  background: #1f227f;
  padding: 7px;
  border-radius: 7px;
  margin-right: 10px;
}
.blog-section .blog-wrapper .category-tag-wrapper .category-tag h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.blog-section .blog-wrapper h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-section .blog-wrapper p {
  font-size: 18px;
}
.blog-section .blog-wrapper .learn-more-link {
  color: #1b1b1b;
  font-weight: bold;
}

.blog-detail-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.blog-detail-section h1 {
  font-size: 35px;
}
.blog-detail-section .image img {
  max-width: 100%;
}/*# sourceMappingURL=blog.css.map */