@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .blog-details-page {
    padding-top: 110px;
  }
}

.blog-details-page .blog-details-secA .banner {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 78.5%);
  top: auto;
}
.blog-details-page .blog-details-secA .banner img {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .bg {
    height: 250px;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper {
  top: 35%;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper {
    top: 75%;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .content {
  text-align: left;
  max-width: 670px;
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .content h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper .content h1 {
    font-size: 8vw;
    text-align: center;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .content p {
  max-width: 500px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 3px;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper .content p {
    font-size: 14px;
    text-align: center;
    margin: auto;
    display: none;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .social-meida {
  position: absolute;
  top: 300px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 991px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper .social-meida {
    top: 250px;
  }
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper .social-meida {
    display: none;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .social-icon {
  padding: 5px;
  position: absolute;
  top: 254px;
  left: 90px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secA .banner .banner-wrapper .social-icon {
    display: none;
  }
}
.blog-details-page .blog-details-secA .banner .banner-wrapper .social-icon a img:hover {
  transform: scale(2.1);
  transition: 0.1s all ease-in-out;
}
.blog-details-page .blog-details-secA .banner-wrapper {
  top: 75%;
}
.blog-details-page .blog-details-secA.industries-banner .banner-wrapper {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 47px;
}
.blog-details-page .blog-details-secA.industries-banner .banner-wrapper span {
  font-weight: 100;
}
.blog-details-page .blog-details-secB {
  width: 60%;
  margin: 70px auto 20px;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secB {
    width: 100%;
    margin: 30px auto 20px;
  }
}
.blog-details-page .blog-details-secB .content p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  margin: 16px 0px;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secB .content p {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-secB .content h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.blog-details-page .blog-details-secB .content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secB .content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.blog-details-page .blog-details-secB .content h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.blog-details-page .blog-details-secB .content h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secB .content h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.blog-details-page .blog-details-secB .content h6 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.blog-details-page .blog-details-secB .content ul {
  margin-left: 10px;
  margin-top: 15px;
}
.blog-details-page .blog-details-secB .content li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.blog-details-page .blog-details-secB .content li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-page .blog-details-secB .content .title {
  color: black;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.blog-details-page .blog-details-secB .content .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
}
.blog-details-page .blog-details-secB .content ul li {
  margin-left: 40px;
  list-style-type: disc;
}
.blog-details-page .blog-details-secB .content ul li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-page .blog-details-secB .content ul .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 10px;
}
.blog-details-page .blog-details-secB .content .description {
  margin-bottom: 30px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secB .content .description {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-secB .content .title {
  color: black;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
}

.blog-details-page .blog-details-secC {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .blog-details-page .blog-details-secC {
    padding-top: 10px;
  }
}
.blog-details-page .blog-details-secC .news-col {
  display: flex;
  flex-direction: column;
  background: var(--secondary);
  overflow: hidden;
}
.blog-details-page .blog-details-secC .news-col .figcaption {
  --pdt: 18px;
  --pdlr: 24px;
  --pdb: 35px;
  --btnsize: 40px;
  --btnmargin: 27px;
  padding: var(--pdt) var(--pdlr) calc(var(--pdb) + var(--btnmargin) + var(--btnsize));
  position: relative;
  flex: 1;
  background: #dde9ff;
  border: #dde9ff;
  outline: #dde9ff;
}
.blog-details-page .blog-details-secC .news-col .figcaption .ttl {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 10px;
}
.blog-details-page .blog-details-secC .news-col .figcaption .desc {
  color: rgba(0, 0, 0, 0.7);
}
.blog-details-page .blog-details-secC .news-col .figcaption .btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 var(--pdlr) var(--pdb);
}
.blog-details-page .blog-details-secC .news-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-details-page .blog-details-secC .news-col .figure:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.blog-details-page .blog-details-secC .news-col .figure img {
  width: 100%;
  aspect-ratio: 1.2;
  transition: 0.5s ease;
}
.blog-details-page .blog-details-secC .news-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}

.swiper-slide-active {
  background: none;
}/*# sourceMappingURL=blog-details.css.map */