@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.blog_listing_sec .heading {
  margin-bottom: 50px;
}
.blog_listing_sec .blogs_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
@media only screen and (max-width: 991px) {
  .blog_listing_sec .blogs_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 15px;
  }
}
@media only screen and (max-width: 675px) {
  .blog_listing_sec .blogs_wrapper {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
}

.blogs_col {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(189, 189, 189, 0.5803921569);
}
.blogs_col:hover figure img, .blogs_col:hover .figure img {
  transform: scale(1.07);
}
.blogs_col:hover figcaption h6 {
  color: var(--primary);
}
.blogs_col:hover figcaption .postdate {
  color: var(--black);
}
.blogs_col figure, .blogs_col .figure {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.blogs_col figure::before, .blogs_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;
}
.blogs_col figure:hover::before, .blogs_col .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.blogs_col figure img, .blogs_col .figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 1s ease;
}
.blogs_col figcaption {
  padding: 18px 18px 22px;
}
.blogs_col figcaption h6 {
  line-height: 1.2;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .blogs_col figcaption h6 {
    font-size: 18px;
  }
}
.blogs_col figcaption p {
  font-size: 14px;
  line-height: 1.3;
  color: var(--text);
}
.blogs_col figcaption .cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blogs_col figcaption .postdate {
  color: var(--text);
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  transition: 0.5s ease;
}

.banner.blog-detail-banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(182deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
.banner.blog-detail-banner .bg .banner-wrapper {
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper {
    bottom: 30%;
    translate: 0 30%;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .container {
  position: relative;
}
.banner.blog-detail-banner .bg .banner-wrapper .content {
  max-width: 640px;
}
@media only screen and (max-width: 991px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content {
    max-width: 567px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content {
    max-width: 430px;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .content h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content h2 {
    font-size: 24px;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .content p {
  max-width: 500px;
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper .content p {
    font-size: 14px;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .share_btn {
  position: absolute;
  bottom: 12%;
  right: 4rem;
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn {
    right: 15px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn {
    bottom: -60%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn .share-btn-ico img, .banner.blog-detail-banner .bg .banner-wrapper .share_btn .share-btn-ico svg {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn .share-btn-ico img, .banner.blog-detail-banner .bg .banner-wrapper .share_btn .share-btn-ico svg {
    width: 20px;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m {
    flex-direction: row;
    left: -100%;
    margin-bottom: 0;
    bottom: 50%;
    translate: -100% 50%;
    transform: scale(0.75) translateX(21px);
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
@media only screen and (max-width: 540px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m.open {
    transform: scale(1) translateX(0);
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m li svg {
  fill: var(--white);
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m li svg {
    width: 20px;
  }
}
.banner.blog-detail-banner .bg .banner-wrapper .share_btn .side_ico-m li svg:hover {
  fill: var(--primary);
}

.blog-detail-secA .flex {
  --gap: 50px;
  gap: var(--gap);
}
.blog-detail-secA .colA {
  flex: 0 1 calc(70% - var(--gap));
  width: 100%;
  max-width: calc(70% - var(--gap));
}
.blog-detail-secA .colB {
  flex: 1;
  width: 100%;
  max-width: 30%;
}
.blog-detail-secA .colB .contact-form {
  border: 1px solid #E0E0E0;
  box-shadow: 1px 1px 8.7px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  position: sticky;
  top: calc(var(--headerheight) + 40px);
}
@media only screen and (max-width: 991px) {
  .blog-detail-secA .colB .contact-form {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog-detail-secA .colB .contact-form {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .blog-detail-secA .colB .contact-form {
    margin-top: 10px;
  }
}
.blog-detail-secA .colB .contact-form .title {
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-detail-secA .colB .contact-form .form {
  padding: 20px 20px 30px;
  --gaptb: 20px;
  --textareaheight: 80px;
}
@media only screen and (max-width: 540px) {
  .blog-detail-secA .colB .contact-form .form {
    padding: 20px 15px;
  }
}/*# sourceMappingURL=blog.css.map */