@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
html {
  background: var(--bgcolor);
}

.banner {
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper {
    top: 60%;
  }
}
.banner .banner-wrapper .content .date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.banner .banner-wrapper .content h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper .content h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.blog-details-secA {
  background: var(--bgcolor);
  overflow: hidden;
}
.blog-details-secA .content {
  padding: 50px 0px;
  width: 100%;
  margin: auto;
}
.blog-details-secA .content p {
  font-size: 16px;
  color: var(--text);
  line-height: 24px;
  text-align: justify;
  margin: 16px 0px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content p {
    font-size: 14px;
    line-height: 21px;
  }
}
.blog-details-secA .content h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--white);
}
.blog-details-secA .content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.blog-details-secA .content h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--white);
  font-weight: 600;
}
.blog-details-secA .content h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--white);
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.blog-details-secA .content h6 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--white);
}
.blog-details-secA .content ul {
  margin-left: 10px;
  margin-top: 15px;
}
.blog-details-secA .content li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.blog-details-secA .content li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-secA .content .title {
  color: black;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.blog-details-secA .content .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
}
.blog-details-secA .content ul li {
  margin-left: 40px;
  list-style-type: disc;
}
.blog-details-secA .content ul li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-secA .content ul .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 10px;
}

.blog-details-secB {
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB {
    padding-top: 0px;
  }
}
.blog-details-secB .upper-sec {
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB .upper-sec {
    padding-top: 0;
  }
}
.blog-details-secB .upper-sec .heading h3 {
  color: var(--white);
}
.blog-details-secB .upper-sec .swiper-next:not(.no-background) path[fill] {
  fill: var(--primary);
}
.blog-details-secB .upper-sec .swiper-prev:not(.no-background) path[fill] {
  fill: var(--primary);
}
.blog-details-secB .upper-sec .swiper-next.green-border:hover:not(.no-background) path[fill] {
  fill: var(--bgcolor);
}
.blog-details-secB .upper-sec .swiper-prev.green-border:hover:not(.no-background) path[fill] {
  fill: var(--bgcolor);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  overflow: hidden;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure:hover img {
  transform: scale(1.07);
  transition: 0.5s ease;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo {
  padding: 0px 20px 50px 20px;
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  transform: none;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo .date {
  display: flex;
  align-items: center;
  padding-block: 20px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo .date img {
  margin-right: 10px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo .date p {
  font-family: Circular Pro;
  font-weight: 450;
  font-size: 14px;
  line-height: 100%;
  color: var(--white);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo .description h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--white);
}
@media only screen and (max-width: 770px) {
  .blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figinfo .description h5 {
    font-size: 18px;
  }
}
.blog-details-secB .blog-list-wrap {
  height: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details-secB .blog-list-wrap figure {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  width: 100%;
}
.blog-details-secB .blog-list-wrap figure img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.blog-details-secB .blog-list-wrap .blog-col {
  position: relative;
  overflow: hidden;
}
.blog-details-secB .blog-list-wrap .blog-col:hover img {
  transform: scale(1.07);
  transition: 0.5s ease;
}
.blog-details-secB .blog-list-wrap .blog-col .figinfo {
  padding: 0px 20px 50px 20px;
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
}
.blog-details-secB .blog-list-wrap .blog-col .figinfo .date {
  display: flex;
  align-items: center;
  padding-block: 20px;
}
.blog-details-secB .blog-list-wrap .blog-col .figinfo .date img {
  margin-right: 10px;
}
.blog-details-secB .blog-list-wrap .blog-col .figinfo .date p {
  font-family: Circular Pro;
  font-weight: 450;
  font-size: 14px;
  line-height: 100%;
  color: var(--white);
}
.blog-details-secB .blog-list-wrap .blog-col .figinfo .description h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--white);
}/*# sourceMappingURL=blog-details.css.map */