
/* css file */
@import url(global.css);


body {
  font-family: var(--body-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head-font);
}
.badge {
  background: var(--main-hover);
}
.number {
  background-color: var(--main-hover);
}


.height-400 {
  height: 400px;
}

/* ticker  */
.ticker-wrap {
  background-color: #333333;
}
.ticker-container {
  width: 100%;
  overflow: hidden;
  background: var(--heading-color);
  color: var(--white);
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: scrollTicker 20s linear infinite;
}

.ticker-item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
}

@keyframes scrollTicker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* category-wrap */
.category-wrap .card-img-overlay {
  z-index: 1;
  background: #02172699;
  padding: 0;
  top: 0;
}
.category-wrap .card-img-overlay:hover {
  background: #021726bd;
}
.category-wrap .overlay-blog .card {
  height: 65px;
  width: 100%;
  text-align: center;
}
.category-wrap a {
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* category-meta list */
.category-list-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.category-list a {
  padding: 10px 20px;
  text-decoration: none;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--heading-color);
}
.category-list a:hover {
  background-color: #92f8e6;
}

.category-categories .overlay-blog .card {
  height: 200px;
  overflow: hidden;
  border-radius: 0;
}
.category-categories .category-image {
  height: 100%;
}
.category-categories .category-wrap a {
  font-size: 20px;
  height: auto;
  text-transform: capitalize;
}
.category-categories .category-wrap .card-img-overlay {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-categories .category-wrap .post_count {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--white);
}

.category-categories .category_col {
  margin-bottom: 20px;
}

.category-layout-grid.style-2 .category-title a,
.category_carousel.style-2 .category-title a {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading-color);
  text-decoration: none;
  border: 1px solid var(--heading-color);
  display: inline-block;
  background-color: var(--white);
  transition: all 0.5s ease;
}

.category-layout-grid.style-2 .category-title a:hover,
.category_carousel.style-2 .category-title a:hover {
  background-color: transparent;
}
.category-layout-grid.style-2 .desc p,
.category_carousel.style-2 .desc p {
  border-radius: 50%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--heading-color);
}
.category-layout-grid.style-2 .post_count,
.category_carousel.style-2 .post_count {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading-color);
  transition: all 0.5s ease;
  text-decoration: underline;
}
.category-layout-grid.style-2 .category_col .blog-card,
.category_carousel.style-2 .category_col .blog-card {
  border-radius: 0;
  padding: 40px 30px;
  background: #abe0c5;
}
.category-layout-grid.style-2 .category-post,
.category_carousel.style-2 .category-post {
  padding: 0 100px;
}

.category_list {
  border: 1px solid var(--heading-color);
}

/* social list */
.social-list-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 15px 0;
}
.social-list a {
  padding: 15px 20px;
  text-decoration: none;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.social-list a:hover {
  background-color: #ecfffc;
}

/* thumb slider  */
.blog-thumb-slider {
  display: flex;
  gap: 50px;
}

.blog-thumb-swiper {
  flex: 0 0 70%;
  max-width: 70%;
  height: 600px;
  position: relative;
  padding: 0 10px 10px 0;
}

.thumb_slider_swiper {
  height: 600px;
  padding: 0 10px 10px;
  flex: 0 0 calc(30% - 50px);
  max-width: calc(30% - 50px);
}

.thumb_slider_swiper a {
  pointer-events: none;
}

.thumb_slider_swiper .swiper-slide {
  cursor: pointer;
}

.blog-thumb-swiper .back-overlay,
.blog-thumb-swiper .card-img {
  height: 100%;
}

.blog-thumb-swiper .back-overlay {
  border: none;
}

.blog-thumb-swiper .card-img > img {
  border: 1px solid var(--heading-color);
  border-radius: 0;
}

.blog-thumb-swiper .card-img-overlay {
  top: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.5%, var(--heading-color) 85.52%);
  padding: 0;
}

.blog-thumb-swiper .content-wrap {
  padding: 25px 20px;
  width: 75%;
}

.blog-thumb-swiper .meta-wrap {
  margin-top: 15px;
}

.blog-thumb-swiper .meta-wrap span.icon-wrap {
  color: var(--white);
  font-size: 12px;
  line-height: 13px;
}

.blog-thumb-swiper .title a {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
}

.blog-thumb-swiper .desc p {
  color: var(--white);
}

.blog-thumb-swiper .author-name {
  font-size: 12px;
}

.thumb_slider_swiper .back-overlay .back-overlay-inner {
  padding: 25px;
}
.thumb_slider_swiper .swiper-slide-thumb-active .back-overlay::before {
  background-color: var(--heading-color);
}

.thumb_slider_swiper .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-slider-wrap.style-2 .back-overlay {
  margin: 10px;
}
.blog-slider-wrap.style-2 .side-wrap .back-overlay {
  margin: 10px;
}
.blog-slider-wrap.style-2 .content-wrap {
  width: 65%;
}

.card-img,
.card-img-bottom {
  border-radius: 0;
}
.card-img.back-overlay {
  z-index: 1;
}
.side-wrap .back-overlay-inner {
  transition: all 0.5s ease;
  padding: 0;
}

.side-wrap .content-wrap {
  padding: 35px 15px;
}
.side-wrap .back-overlay {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--border-color-1);
}
.side-wrap .back-overlay:hover {
  border: 1px solid var(--heading-color);
}
.side-wrap .back-overlay::before {
  content: none;
}
.side-wrap .back-overlay:hover::before {
  content: " ";
}
.side-wrap .card-inner-wrap {
  padding: 0;
}
.blog-slider-wrap.style-2 .title a {
  font-size: 25px;
  font-weight: 600;
}

.blog-slider-wrap.style-2 .overlay-blog .card {
  height: 780px;
}
.blog-slider-wrap.style-2 .swiper-btn,
.blog-thumb-slider.style-4 .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.blog-slider-wrap.style-2 .swiper-btn-wrap,
.blog-thumb-slider.style-4 .swiper-btn-wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.blog-slider-wrap.style-2 .swiper-btn::before {
  border: 1px solid #828282;
  background: #ffffff00;
}

.travel-posts .title a {
  font-size: 20px;
}
.travel-posts .content-wrap {
  padding: 30px 0 25px;
}
.blog-layout-grid .blogs {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.blog-layout-grid .badge, .blog-card .badge {
  font-size: 10px;

}
/* hero area  */
.blog-slider-wrap .card-inner-wrap {
  padding: 50px;
}
.blog-slider-wrap .content-wrap {
  padding: 0;
}
.blog-slider-wrap .bg-wrapper {
  height: 100%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid var(--heading-color);
  margin: 0px 10px 10px 0;
}
.bg-wrapper.back-overlay::before {
  margin: 10px;
  border: 2px solid var(--heading-color);
}

.blog_listing_wrapper.blog-slider-wrapper {
  position: relative;
}

.nav-outside-wrap.blog-slider-wrapper .swiper {
  overflow: hidden;
  position: static;
}

.blog-slider-wrap .bg-wrapper .blog-card {
  width: 680px;
  margin: 0 auto;
  z-index: 1;
}
.blog-slider-wrap .back-overlay::before {
  background-color: transparent;
}
.blog-slider-wrap .back-overlay:hover::before {
  background-color: var(--heading-color);
}
.blog-slider-wrap .title a {
  font-size: 30px;
  font-weight: 600;
}

.blog-slider-wrap.style-5 .back-overlay {
  margin: 0 10px 10px 0;
}
.blog-slider-wrap.style-5 .overlay-blog .card-img-overlay {
  padding: 60px;
}
.blog-slider-wrap.style-5 .content-wrap {
  background-color: #faedcc;
  border: 1px solid var(--heading-color);
  padding: 30px;
  width: 45%;
}
.blog-slider-wrap.style-5 .overlay-blog .meta-wrap span.icon-wrap {
  color: var(--para-color);
}
.blog-slider-wrap.style-5 .overlay-blog .title a {
  color: var(--heading-color);
  font-size: 30px;
  text-transform: capitalize;
}
.blog-slider-wrap.style-5 .card {
  height: 570px;
}

.blog-slider-wrap.style-5 .content-wrap .desc p {
  color: var(--para-color);
}

.blog-slider-wrap.style-5 .overlay-blog.back-overlay::before {
  margin: 10px 0 0 10px;
}
.blog-slider-wrapper .badge-wrap{
justify-content: center;
}
.blog-carousel-wrap .swiper_nav_wrap.outside{
width: 100%;
left: 0;
}
.blog-carousel-wrap .blog-layout{
padding:0 75px ;
}
/* swiper btn style */

.blog-slider-wrap.default .swiper-btn {
  width: 80px;
  height: 80px;
}
.blog-slider-wrap.default .swiper-btn .swiper-inner-btn svg {
  width: 30px;
  height: 30px;
}
.blog-slider-wrap.default .swiper-btn::after {
  margin: 5px;
}
.swiper-btn {
  width: 50px;
  height: 50px;
}
.swiper_nav_wrap.outside {
  position: absolute;
  width: calc(100% + 160px);
  height: 100%;
  top: 0;
  left: -80px;
}
.nav-outside-wrap .swiper_nav_wrap.outside{
  width: calc(100% + 240px);
    left: -120px;
}

.swiper-btn .swiper-inner-btn svg {
  width: 20px;
  height: 20px;
}
.swiper-btn .swiper-inner-btn {
  position: relative;
  display: inline-block;
}
.swiper-btn .swiper-inner-btn {
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.swiper-btn .swiper-inner-btn:hover {
  background-color: var(--main-color);
}
.swiper-btn::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 4px 2px;
  background: var(--white);
  z-index: -1;
}
.blog-slider-wrap .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-slider-wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-slider-wrap.style-6 .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-slider-wrap.style-6 .slide-left {
  height: 600px;
  position: relative;
}
.blog-slider-wrap.style-6 .img-wrapper {
  border: 1px solid var(--heading-color);
  height: 100%;
  width: calc(100% - 200px);
}

.blog-slider-wrap.style-6 .back-overlay {
  position: absolute;
  background-color: var(--white);
  top: 50%;
  left: auto;
  right: 10px;
  transform: translate(-0%, -50%);
}
.blog-slider-wrap.style-6 .cont_wrap {
  padding: 70px 40px;
  width: 560px;
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #000;
}
.blog-slider-wrap.style-6 .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.blog-slider-wrap.style-6 .swiper-btn-wrap {
  position: absolute;
  top: auto;
  left: auto;
  right: 5px;
  z-index: 1;
  bottom: 5px;
}
.blog-slider-wrap.style-6 .title a {
  font-size: 25px;
  font-weight: 600;
}

.blog-slider-wrap.style-7 .content-wrap {
  padding: 25px;
  width: 520px;
  margin: 0 auto;
  height: auto;
  border-radius: 30px;
  border: 1px solid var(--heading-color);
  background-color: var(--white);
}
.blog-slider-wrap.style-7 .card-img-overlay {
  z-index: 1;
  top: auto;
  bottom: 50px;
  left: 50px;
  right: auto;
  padding: 0;
}

.blog-slider-wrap.style-7 .back-overlay {
  border: none;
  border-radius: 30px;
}
.blog-slider-wrap.style-7 .back-overlay::before {
  border-radius: 30px;
  border: 2px solid #8e8f8e;
}
.blog-slider-wrap.style-7 .card-wrap {
  height: 575px;
  margin: 15px;
}
.blog-slider-wrap.style-7 .card {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #8e8f8e;
}
.blog-slider-wrap.style-7 .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-slider-wrap.style-7 .title a {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-slider-wrap.style-7 .swiper-btn,
.blog-thumb-slider.style-8 .swiper-btn,
.blog-thumb-slider.style-9 .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.blog-slider-wrap.style-7 .swiper-btn-wrap,
.blog-thumb-slider.style-8 .swiper-btn-wrap,
.blog-thumb-slider.style-9 .swiper-btn-wrap {
  position: absolute;
  bottom: 70px;
  top: auto;
  left: auto;
  right: 70px;
}

.blog-thumb-slider.style-8 .swiper-btn-wrap,
.blog-thumb-slider.style-9 .swiper-btn-wrap {
  bottom: 60px;
  right: 60px;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .title a {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper,
.blog-thumb-slider.style-9 .blog-thumb-swiper {
  height: 850px;
  flex: 0 0 60%;
  max-width: 60%;
}
.blog-thumb-slider.style-8 .thumb_slider_swiper,
.blog-thumb-slider.style-9 .thumb_slider_swiper {
  height: 850px;
  flex: 0 0 calc(40% - 20px);
  max-width: calc(40% - 20px);
}

.blog-thumb-slider.style-9 .blog-thumb-swiper,
.blog-thumb-slider.style-9 .thumb_slider_swiper {
  height: 500px;
}

.blog-thumb-slider.style-8,
.blog-thumb-slider.style-9 {
  gap: 20px;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .back-overlay-inner {
  padding: 25px 20px;
  height: 100%;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .card-img {
  height: 470px;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .title a {
  margin-bottom: 15px;
  color: var(--heading-color);
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .content-wrap {
  padding: 20px 5px;
  width: 100%;
}
.blog-thumb-slider.style-8 .blog-thumb-swiper .desc p {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.blog-thumb-slider.style-8 .meta-wrap span.icon-wrap {
  color: inherit;
}
/* .blog-thumb-slider.style-8 .blog-thumb-swiper .back-overlay {
  border: 1px solid var(--heading-color);
} */
.blog-thumb-slider.style-8 .blog-thumb-swiper .back-overlay .back-overlay-inner,
.blog-thumb-slider.style-8 .blog-thumb-swiper .back-overlay,
.blog-thumb-slider.style-8 .blog-thumb-swiper .back-overlay::before,
.blog-thumb-slider.style-9 .blog-thumb-swiper .back-overlay .back-overlay-inner,
.blog-thumb-slider.style-9 .blog-thumb-swiper .back-overlay,
.blog-thumb-slider.style-9 .blog-thumb-swiper .back-overlay::before {
  border-radius: 20px;
}

.blog-thumb-slider.style-8 .thumb_slider_swiper .back-overlay .back-overlay-inner,
.blog-thumb-slider.style-8 .thumb_slider_swiper .back-overlay .back-overlay-inner img,
.blog-thumb-slider.style-8 .thumb_slider_swiper .back-overlay,
.blog-thumb-slider.style-8 .thumb_slider_swiper .back-overlay::before,
.blog-thumb-slider.style-9 .thumb_slider_swiper .back-overlay .back-overlay-inner,
.blog-thumb-slider.style-9 .thumb_slider_swiper .back-overlay,
.blog-thumb-slider.style-9 .thumb_slider_swiper .back-overlay::before {
  border-radius: 10px;
}
.blog-thumb-slider.style-9 .thumb_slider_swiper .back-overlay .back-overlay-inner {
  padding: 20px;
}

.blog-thumb-slider.style-8 .blog-thumb-swiper .card-img img {
  border: none;
  border-radius: 20px;
}
.blog-thumb-slider.style-9 .blog-thumb-swiper .card-img {
  overflow: hidden;
  border-radius: 20px;
}
.blog-thumb-slider.style-9 .blog-thumb-swiper .card-img img {
  border-radius: 20px;
}

.blog-thumb-slider.style-8 .thumb_slider_swiper .card-inner-wrap {
  display: flex;
  gap: 0;
  padding: 15px;
}
.blog-thumb-slider.style-8 .thumb_slider_swiper .content-wrap {
  flex: 0 0 60%;
  padding: 0 0 0 20px;
}
.blog-thumb-slider.style-8 .thumb_slider_swiper .card-img {
  flex: 0 0 40%;
  height: 140px;
}
.blog-thumb-slider.style-8 .thumb_slider_swiper .card-img img {
  width: 100%;
  object-fit: cover;
}

.blog-thumb-slider.style-9 .meta-wrap a {
  color: var(--white);
}

.blog-slider-wrap.style-10 .content-wrap,
.blog-slider-wrap.style-11 .content-wrap {
  padding: 50px 35px;
  width: 800px;
  max-width: 55%;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.blog-slider-wrap.style-10 .card-img-overlay {
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
.blog-slider-wrap.style-10 .back-overlay::before {
  border: 1px solid var(--white);
  z-index: -1;
}
.blog-slider-wrap.style-10 .back-overlay {
  border: 1px solid var(--white);
}
.blog-slider-wrap.style-10 .card-wrap {
  height: 800px;
}
.blog-slider-wrap.style-10 .card {
  height: 100%;
}
.blog-slider-wrap.style-10 .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-slider-wrap.style-10 .title a {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-slider-wrap.style-10 .btn-wrap .bt {
  border-radius: 0;
}

.blog-slider-wrap.style-10 .btn-wrap::after {
  border-radius: 0;
}

.blog-slider-wrap.style-10 .content-wrap .meta-wrap,
.blog-slider-wrap.style-11 .content-wrap .meta-wrap {
  justify-content: center;
}

.blog-slider-wrap.style-10 .content-wrap {
  background: var(--white);
}
.blog-slider-wrap.style-11 .content-wrap {
  border: 1px solid #202020;
  background-color: #00000099;
}
.blog-slider-wrap.style-11 .card-img-overlay {
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
.blog-slider-wrap.style-11 .desc p {
  color: var(--white);
}
.blog-slider-wrap.style-11 .meta-wrap span.icon-wrap {
  color: var(--white);
}
.blog-slider-wrap.style-11 .back-overlay::before {
  content: none;
}
.blog-slider-wrap.style-11 .back-overlay {
  border: 1px solid #202020;
  background-color: #00000099;
}
.blog-slider-wrap.style-11 .card-wrap {
  height: 800px;
}
.blog-slider-wrap.style-11 .card {
  height: 100%;
}
.blog-slider-wrap.style-11 .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-slider-wrap.style-11 .title a {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}

.blog-slider-wrap.style-11 .btn-wrap::after {
  content: none;
}

/* insta-posts */
.insta-posts-wrap {
  padding: 0 100px;
}
.insta-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.insta-post {
  flex: 0 0 calc((100% - 7 * 30px) / 8);
}
.insta-post .card-img {
  height: 195px;
}
.insta-post .card-img img {
  object-fit: cover;
}

.insta-post .card-inner-wrap {
  position: relative;
  padding: 0;
}
.insta-post .card-inner-wrap a {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white);
  text-decoration: none;
}
.insta-post .card-inner-wrap a:hover {
  font-size: 30px;

  background: #0000007c;
}
/*  */
/* marquee slide */
.insta-posts-carousel.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.insta-posts-carousel .insta-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.insta-posts-carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.insta-posts-carousel .insta-posts {
  overflow: hidden;
  gap: 0;
  display: block;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.swiper--second {
  opacity: 0.9;
}
.insta-posts-carousel {
  overflow: hidden;
  padding: 0;
}
.insta-swiper-container .insta-post {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.insta-swiper-container .insta-posts {
  overflow: hidden;
}
.insta-posts-carousel .insta-post .card-img {
  height: 150px;
}

/* progress bar */
.progressbar-slide .card-img {
  border: 10px solid #dddddd;
}
/* Progressbar style at bottom */
.progressbar-slide .swiper-pagination {
  height: 8px;
  width: 100%;
}

.progressbar-slide .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: 3px;
  border-radius: 2px;
  top: auto;
  bottom: 0;
}

.progressbar-slide .swiper-pagination-progressbar-fill {
  background: #007bff;
  border-radius: 2px;
}

.progressbar-slide .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}

.progressbar-slide .progressSwiper {
  padding: 0 0 40px;
  position: static;
}

.card {
  border: none;
  background-color: transparent;
}
.card-inner-wrap {
  padding: 10px;
}
.post-swiper-wrap.style-3 .card-inner-wrap {
  padding: 0;
}
.post-swiper-wrap.style-6 .overlay-blog .title a {
  font-size: 15px;
}
.back-overlay {
  position: relative;
}
.back-overlay:hover::before {
  background-color: var(--heading-color);
}
.back-overlay-inner {
  border-radius: 0px;
  display: inline-block;
  z-index: 1;
  background-color: var(--bg-color-1);
  border: 1px solid var(--heading-color);
  transition: all 0.5s ease;
}
.back-overlay::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 8px 0 0 8px;
  transition: all 0.5s ease;
  z-index: -1;
}
.card:hover::before {
  background-color: var(--heading-color);
}
.overlay-blog.back-overlay::before {
  margin: 5px 0 0 5px;
}

.blog-slider-wrap.style-2 .back-overlay:before {
  margin: 10px 0 0 10px;
}

.card-img {
  width: auto;
  position: relative;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title a {
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3em;
  display: block;
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--head-font);
}
.title a:hover {
 color: var(--main-hover);
}
.content-wrap {
  padding: 15px 5px 10px 5px;
}
.meta-wrap {
  align-items: center;
  flex-wrap: wrap;
}
.meta-wrap span.icon-wrap {
  color: var(--para-color);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
}

.meta-wrap span.icon-wrap:hover {
  color: var(--main-hover);
}

.img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.desc p {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0;
}
.btn-wrap {
  position: relative;
  display: inline-block;
  margin: 15px 0 5px;
}
.btn-wrap .bt {
  border: 1px solid var(--heading-color);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 25px;
  z-index: 1;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
  transition: all 0.5s ease;
}
.link-wrap .bt {
  font-size: 15px;
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.link-wrap .bt:hover {
  color: rgb(0 0 0 / 70%);
}
.link-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
}
.link-wrap::after {
  content: " ";
  height: 1px;
  width: 100%;
  border-top: 1px solid #aaaaaa;
}
.btn-wrap .bt:hover {
  background-color: var(--main-color);
}
.btn-wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 3px;
  background: var(--white);
  z-index: 0;
}

.badge {
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: var(--white);
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  border-radius: 0;
}
.badge:hover {
  background: rgb(248 95 95 / 60%);
  color: var(--white);
}
.date-wrap .date {
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: var(--heading-color);
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 10px;
  display: block;
  background-color: var(--white);
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  border-right: 3px solid var(--heading-color);
  border-bottom: 3px solid var(--heading-color);
}

.number-wrap span {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  display: block;
}

.rounded-badge {
  border-radius: 50%;
}

.title-bg {
  padding: 10px 15px;
  background-color: #dce7ff;
  margin: 8px;
}
.title-bg a {
  margin-top: 0;
}
.title-bg h3 {
  margin-bottom: 0;
}

.post-swiper-wrap {
  position: relative;
}
.post-swiper,
.post-swiper-2,
.post-swiper-3 {
  overflow: hidden;
  position: static;
  padding: 10px;
}

.category-wrap .overlay-blog .card-img-overlay {
  top: 0;
}

.blog-layout-grid.style-3 .post-title a,
.blog-layout-grid.style-4 .post-title a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.blog-layout-grid.default .card-img,
.blog-layout-grid.style-3 .card-img,
.blog-layout-grid.style-4 .card-img,
.blog-layout-grid.style-6 .card-img,
.post-swiper-wrap.default .card-img,
.post-swiper-wrap.style-3 .card-img,
.post-swiper-wrap.style-4 .card-img,
.blog_list_wrap.default .card-img,
.blog_list_wrap.style-2 .card-img {
  height: 250px;
}

.blog-layout-grid.style-3 .card-img .badge {
  top: auto;
  bottom: 10px;
}
.blog-layout-grid.style-4 .card-img {
  overflow: hidden;
}
.blog-layout-grid.style-4 .back-overlay,
.blog-layout-grid.style-4 .back-overlay-inner,
.blog-layout-grid.style-4 .back-overlay::before,
.blog-layout-grid.style-4 .card-img {
  border-radius: 20px;
}
.blog-layout-grid.style-4 .post-title {
  margin: 0;
}

.blog-layout-grid.style-6 .back-overlay:before {
  content: none;
}

.blog-layout-grid.style-9 .card-img {
  height: 250px;
}

/* list-posts */
.list-post .card-inner-wrap {
  display: flex;
  padding: 15px;
}
.list-post .content-wrap {
  padding: 0 0 0 25px;
  flex: 0 0 55%;
}
.list-post .card-img {
  flex: 0 0 45%;
  min-height: 145px;
}
.list-post .card-img img {
  width: 100%;
  object-fit: cover;
}
/* list layout 2 */
.list-layout-2 .card-inner-wrap {
  gap: 40px;
  padding: 30px;
}
.list-layout-2 .content-wrap {
  padding: 0;
  flex: 0 0 calc(65% - 20px);
}
.list-layout-2 .card-img {
  flex: 0 0 calc(35% - 20px);
}
.list-layout-2 .card-img img {
  width: 100%;
  object-fit: cover;
}

.blog_list_wrap.style-7 .back-overlay {
  margin: 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--border-color-1);
  border-radius: 0;
}
.blog_list_wrap.style-7 .back-overlay:hover {
  border: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
}
.blog_list_wrap.style-7 .back-overlay::before {
  content: none;
}
.blog_list_wrap.style-7 .back-overlay:hover::before {
  content: " ";
}
.blog_list_wrap.style-7 .content-wrap {
  padding: 30px 15px;
}
.blog_list_wrap.style-7 .card-inner-wrap {
  padding: 0;
}
.blog_list_wrap.style-7 .title a {
  font-size: 22px;
  font-weight: 600;
}

.list-layout-3 .card-inner-wrap {
  padding: 20px;
}

.list-layout-3 .content-wrap {
  padding: 0;
  flex: 100%;
}

/* overlay card */
.blog-layout-grid.style-2 .overlay-blog .card-img-overlay{
padding: 15px;
}
.overlay-blog .card {
  height: 390px;
}
.overlay-blog .card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.overlay-blog .card .card-img {
  height: 100%;
}
.overlay-blog .card-img-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--heading-color) 100%);
  border-radius: 0;
  top: auto;
  bottom: 0;
  padding: 30px;
}
.overlay-blog .meta-wrap span.icon-wrap {
  color: var(--white);
  font-size: 12px;
  line-height: 13px;
}
.overlay-blog .title a {
  color: var(--white);
  font-size: 22px;
}
.overlay-blog .desc p {
  color: var(--white);
  font-size: 14px;
}
.overlay-blog .content-wrap {
  padding: 0;
}
.date-wrap .post-read-time {
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: var(--heading-color);
  text-transform: uppercase;
  position: absolute;
  padding: 5px 10px;
  line-height: 10px;
  display: block;
  background-color: var(--white);
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  border-right: 3px solid var(--heading-color);
  border-bottom: 3px solid var(--heading-color);
}

/* card 2 */
.card-layout-2 .card-img a {
  z-index: 1;
  position: relative;
}
.card-layout-2 .card-inner-wrap {
  padding: 0;
}

.card-layout-2 .back-overlay:hover::after {
  background-color: var(--heading-color);
}
.card-layout-2 .content-wrap {
  padding: 40px 10px;
}
.card-layout-2 .title a {
  font-size: 25px;
  font-weight: 600;
}
.card-layout-2 .card-img {
  height: 500px;
}
.card-layout-2 .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

/* card 3 */


.blog-layout-standard .card-layout-3 {
  margin: 0 0 40px;
}
.blog-layout-standard .back-overlay-inner {
  display: block;
}
.card-layout-3 .card-img {
  z-index: 1;
}
.card-layout-3 .card-inner-wrap {
  padding: 0;
}
.card-layout-3 .back-overlay::before {
  margin: 10px;
}
.card-layout-3 .back-overlay:hover::after {
  background-color: var(--heading-color);
}
.card-layout-3 .content-wrap {
  padding: 40px 15px;
}
.card-layout-3 .title a {
  font-size: 25px;
  font-weight: 600;
}
.card-layout-3 .card-img {
  height: 315px;
  border: 1px solid var(--heading-color);
}
.card-layout-3 .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
/* card 4 */
.card-layout-4 .title a {
  font-size: 25px;
  font-weight: 600;
}
.card-layout-4 .content-wrap {
  padding: 20px 15px;
  align-self: center;
  flex: 0 0 55%;
}
.card-layout-4 .card-img {
  flex: 0 0 45%;
  height: 320px;
}
.card-layout-4 .card-inner-wrap {
  padding: 0;
}
.blog_list_wrap .card-layout-5 .card-inner-wrap {
  padding: 20px;
}
/* card 5 */
.card-layout-5 .title a {
  font-size: 20px;
}
.card-layout-5 .card-inner-wrap {
  padding: 0;
}
.card-layout-5 .content-wrap {
  padding: 0;
}
/* card 6 */
.card-layout-6 .card-img-overlay {
  width: 80%;
  background: var(--white);
}

.card-layout-6 .card {
  width: 100%;
}

.card-layout-6 .card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.card-layout-6 .meta-wrap span.icon-wrap {
  color: var(--heading-color);
  font-size: 12px;
  line-height: 13px;
}
.card-layout-6 .title a {
  color: var(--heading-color);
  font-size: 15px;
}
.card-layout-6 .desc p {
  color: var(--heading-color);
  font-size: 14px;
}
/* card 7 */
.card-layout-7 .card-inner-wrap {
  padding: 0;
}

/* card 8 */
.card-layout-8 .card-inner-wrap {
  background-color: var(--white);
  padding: 40px 25px;
}
.card-layout-8 .date-wrap span {
  font-size: 12px;
  color: var(--para-color);
  text-transform: uppercase;
}
.card-layout-8 .date-wrap .number {
  font-size: 40px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1em;
  background-color: transparent;
}
.card-layout-8 .card-img {
  flex: 0 0 40%;
  height: 300px;
}
.card-layout-8 .content-wrap {
  flex: 0 0 50%;
  padding-left: 50px;
}
.card-layout-8 .title a {
  font-size: 20px;
}
/* card 9 */
.card-layout-9 .title a {
  font-size: 20px;
}
.card-layout-9 .meta-wrap {
  padding: 15px 20px;
  border-bottom: 1px solid var(--heading-color);
}
.card-layout-9 .content-wrap {
  padding: 15px 20px;
  border-top: 1px solid var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}
.card-layout-9 .bottom-wrap {
  padding: 15px 20px;
}

.card-layout-9.blog-card {
  border: 1px solid var(--heading-color);
  border-radius: 0;
}
.card-layout-9 .card-inner-wrap {
  padding: 0;
}
.card-layout-9 .meta-wrap span.icon-wrap {
  color: var(--heading-color);
}
.card-layout-9 .view-count i,
.card-layout-9 .view-count span {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
}
.card-layout-9 .link-wrap .bt {
  font-size: 12px;
}

.card-layout-10 .content-wrap {
  padding: 15px 0;
}

.blog-slider-wrap.style-3 .card-img {
  flex: 0 0 70%;
  border: 2px solid var(--heading-color);
  height: 480px;
}

.blog-slider-wrap.style-3 .back-overlay::before {
  border: 2px solid var(--heading-color);
  z-index: -1;
}

.blog-slider-wrap.style-3 .blog-card {
  background-color: #282923;
  margin: 15px;
}

.blog-slider-wrap.style-3 .content-wrap {
  flex: 0 0 30%;
  padding: 50px;
}

.blog-slider-wrap.style-3 .blog-card .badge {
  font-size: 13px;
}

.blog-slider-wrap.style-3 .title a {
  color: var(--white);
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}

.blog-slider-wrap.style-3 .author-box {
  margin-top: 15px;
}

.blog-slider-wrap.style-3 .author-box .author-profile-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-slider-wrap.style-3 .author-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.blog-slider-wrap.style-3 .author-box a {
  color: var(--white);
  text-decoration: none;
  line-height: 1;
}
.blog-slider-wrap.style-3 .author-box a:hover {
  color: #ddf892;
}

.blog-slider-wrap.style-3 .author-box span {
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}

.blog-layout-metro .overlay-blog.back-overlay::before {
  margin: 10px 0 0 10px;
}

.blog-layout-metro.default .grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */
  gap: 30px;
}

/* Only first and sixth items in the cycle span 2 columns */
.blog-layout-metro.default .blog_item:nth-child(6n + 1),
.blog-layout-metro.default .blog_item:nth-child(6n + 6) {
  grid-column: span 2;
}

.blog-layout-metro.default .title a {
  font-size: 15px;
}

.blog-layout-metro.style-2 .grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 equal-width columns */
  gap: 30px;
  grid-auto-rows: calc(350px - 15px); /* Set a default row height */
}

.blog-layout-metro.style-2 .blog_item:nth-child(6n + 1) {
  grid-column: 1;
  grid-row: span 2; /* tall */
}
.blog-layout-metro.style-2 .blog_item:nth-child(6n + 2),
.blog-layout-metro.style-2 .blog_item:nth-child(6n + 3) {
  grid-column: 2;
}

/* Big on the RIGHT, stacked on the LEFT */
.blog-layout-metro.style-2 .blog_item:nth-child(6n + 4),
.blog-layout-metro.style-2 .blog_item:nth-child(6n + 6) {
  grid-column: 1;
}
.blog-layout-metro.style-2 .blog_item:nth-child(6n + 5) {
  grid-column: 2;
  grid-row: span 2; /* tall */
}

.blog-layout-metro.style-2 .back-overlay,
.blog-layout-metro.style-2 .card {
  height: 100%;
}

.blog-layout-metro.metro-3-4 .grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 equal-width columns */
  gap: 30px;
}

.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 1) {
  grid-column: 1;
  grid-row: span 3; /* tall */
}
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 2),
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 3),
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 4) {
  grid-column: 2;
}

/* Big on the RIGHT, stacked on the LEFT */
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 5),
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 7),
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 8) {
  grid-column: 1;
}
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 6) {
  grid-column: 2;
  grid-row: span 3; /* tall */
}

.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 2) .content-wrap,
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 3) .content-wrap,
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 4) .content-wrap,
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 5) .content-wrap,
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 7) .content-wrap,
.blog-layout-metro.metro-3-4 .blog_item:nth-child(8n + 8) .content-wrap {
  padding: 0 5px;
}

.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 2) .title a,
.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 3) .title a,
.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 4) .title a,
.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 5) .title a,
.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 7) .title a,
.blog-layout-metro.metro-3-4:not(.style-3) .blog_item:nth-child(8n + 8) .title a {
  margin: 0;
}

.blog-layout-metro.metro-3-4 .meta-wrap {
  margin-bottom: 10px;
}

.blog-layout-metro.style-3 .card-layout-2 .card-img {
  height: 300px;
}

.blog-layout-metro.style-3 .card-layout-2 .content-wrap {
  padding: 30px 10px;
}

.blog-layout-metro.style-3 .back-overlay-inner {
  padding: 20px 15px;
}

.blog-layout-metro.style-4 .grid-row {
  gap: 20px 40px;
}

.blog-layout-metro.style-4 .blog-card .card-img {
  width: 35%;
  height: 140px;
  flex: 0 0 35%;
}

.blog-layout-metro.style-4 .blog-card .back-overlay::before {
  margin: 5px 0 0 5px;
  z-index: -1;
}

.blog-layout-metro.style-4 .blog-card .card-inner-wrap {
  padding: 0;
}

.blog-layout-metro.style-4 .overlay-blog .card {
  height: 450px;
}
.author-boxx img {
  padding: 10px;
}
