/* font Family */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* css file */
:root {
 --primary-color: #0E95A8;
  --hover:#34AEB6;
  --bg-color: #CDF6F6;
  --heading-color: #222;
  --white: #fff;
  --para-color: #666;
  --sub-para-color: #666;
  --red-light: #f85f5f;
  --red-light-1: #f89f92;
  --border-color-1: #d9d9d9;
  --green-light: #abe0c5;
  --orange-light: #e0bcab;
  --purple-light: #c3abe0;
  --blue-light: #abc8e0;
  --blue-list: #92f8e6;
  --heading-font: "Barlow Condensed", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --badge-o: #de9644;
  --badge-r: #eb4a4a;
  --badge-b: #5d8bc5;
  --badge-g: #2ca63b;
  --badge-g2: #a2a05a;
  --badge-p: #ba30ce;
  --badge-m: #c22d24;
  --badge-pc: #ff0da9;
}

body {
  font-family: var(--body-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
.badge {
  background: var(--red-light);
}
.number {
  background-color: var(--red-light);
}
.bg-green {
  background-color: var(--green-light);
}
.bg-orange {
  background-color: var(--orange-light);
}
.bg-purple {
  background-color: var(--purple-light);
}
.bg-blue {
  background-color: var(--blue-light);
}

.badge-o {
  background-color: var(--badge-o);
}

.badge-r {
  background-color: var(--badge-r);
}

.badge-b {
  background-color: var(--badge-b);
}

.badge-g {
  background-color: var(--badge-g);
}

.badge-g2 {
  background-color: var(--badge-g2);
}

.badge-p {
  background-color: var(--badge-p);
}

.badge-m {
  background-color: var(--badge-m);
}

.badge-pc {
  background-color: var(--badge-b);
}

.container {
  width: 1460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container-large {
  width: 1560px;
}

.section-title {
  margin-bottom: 30px;
}
.section-title h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.height-185 {
  height: 185px;
}
.height-265 {
  height: 265px;
}
.height-400 {
  height: 365px;
}

/* 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%);
  }
}

/* categpry-wrap */
.categpry-wrap .card-img-overlay {
  z-index: 1;
  background: #02172699;
  padding: 0;
  top: 0;
}
.categpry-wrap .card-img-overlay:hover {
  background: #021726bd;
}
.categpry-wrap .overlay-blog .card {
  height: 65px;
  width: 100%;
  text-align: center;
}
.categpry-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: var(--blue-list);
}

/* 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  */
.article-main img {
  height: 100%;
}

.article-container {
  display: flex;
}
.article-thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border: 2px solid transparent;
}

.article-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.article-main .back-overlay,
.article-main .card {
  height: 100%;
}
.article-container .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.article-main {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  padding: 0 10px 10px 0;
}
.article-thumbs {
  padding: 0 10px 10px;
}
.article-container .sb-btn {
  position: absolute;
  display: flex;
  gap: 15px;
}

/*   trending-blogs*/
.trending-blogs .back-overlay {
  margin: 10px;
}
.trending-blogs .side-wrap .back-overlay {
  margin: 10px;
}
.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;
}
.trending-blogs .title a {
  font-size: 22px;
  font-weight: 700;
}
.trending-blog-swiper .overlay-blog .card {
  height: 730px;
}
.trending-blogs .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.trending-blog-swiper {
  position: relative;
}
.trending-blogs .swiper-btn-wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.trending-blogs .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 .blog-card .card-img a.product-img {
  display: block;
  height: 500px;
}
.blog-layout-grid .blog-card .card-img a.product-img img {
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}
.blog-layout-grid .blog-card .meta-wrap a,
.blog-layout-grid .blog-card .meta-wrap span {
  color: var(--sub-para-color);
  font-size: 20px;
  line-height: 13px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  /* padding-top: 15px; */
  display: block;
}
.blog-layout-grid .blog-card .title .post-title {
  margin-bottom: 10px;
}
.blog-layout-grid .blog-card .desc p {
  font-size: 18px;
}
.blog-layout-grid .blog-card .title a {
  font-size: 45px;
}
/* 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 {
  padding: 0 120px;
  position: relative;
}

.blog-slider-wrapper .blog-slider-wrap {
  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: 700;
}

/* swiper btn style */

.blog-slider-wrap .swiper-btn {
  width: 80px;
  height: 80px;
}
.blog-slider-wrap .swiper-btn .swiper-inner-btn svg {
  width: 30px;
  height: 30px;
}
.blog-slider-wrap .swiper-btn::after {
  margin: 5px;
}
.swiper-btn:after {
  content: none;
}
.swiper-btn {
  width: 50px;
  height: 50px;
}

.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(--white);
  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(--red-light-1);
}
.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;
}
/* home 2 */
/* hero area */
.home-2 .blog-slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-2 .blog-slider-wrap .card-img {
  flex: 0 0 70%;
  border: 2px solid var(--heading-color);
}

.home-2 .blog-slider-wrap .back-overlay::before {
  border: 2px solid var(--heading-color);
}

.home-2 .blog-slider-wrap .blog-card {
  background-color: #282923;
  margin: 15px;
}

.home-2 .blog-slider-wrap .content-wrap {
  flex: 0 0 30%;
  padding: 50px;
}

.home-2 .blog-slider .title a {
  color: var(--white);
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
}

.home-2 .author-box {
  margin-top: 15px;
}

.home-2 .author-box .author-profile-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.home-2 .author-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.home-2 .author-box a {
  color: var(--white);
  text-decoration: none;
  line-height: 1;
}
.home-2 .author-box a:hover {
  color: #ddf892;
}

.home-2 .author-box span {
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}
/* home 3 */
.home-3 .blog-slider.hero-area .blog-slider-wrapper {
  padding: 0 0px;
  position: relative;
}

/* home  5*/
/* hero area */
.home-5 .grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  height: 700px; /* Controls total row height */
}

.home-5 .big-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.home-5 .small-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
}

.home-5 .small-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.home-5 .big-box,
.home-5 .small-box {
  height: 100%;
}
.home-5 .grid-row .overlay-blog .card {
  height: 100%;
}

/* home 6 */
.double-slider-wrap {
  overflow: hidden;
}
.home-6 .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-6 .slide-left {
  min-height: 500px;
  position: relative;
}
.double-slider-wrap .img-wrapper {
  border: 1px solid var(--heading-color);
  height: 100%;
  width: calc(100% - 200px);
}

.double-slider-wrap .back-overlay {
  border: 1px solid var(--heading-color);
  padding: 70px 40px;
  width: 560px;
  position: absolute;
  background-color: var(--white);
  top: 50%;
  left: auto;
  right: 10px;
  transform: translate(-0%, -50%);
}
.double-slider-wrap .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.home-6 .swiper-btn-wrap {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  transform: translate(-0%, -0%);
  z-index: 1;
  bottom: 0;
}
.double-slider-wrap .title a {
  font-size: 25px;
  font-weight: 700;
}

/* home 7 */
/* hero area */
.home-7 .hero-slider .content-wrap {
  padding: 25px;
  width: 520px;
  margin: 0 auto;
  height: auto;
  border-radius: 30px;
  border: 1px solid var(--heading-color);
}
.home-7 .hero-slider .card-img-overlay {
  z-index: 1;
  top: auto;
  bottom: 50px;
  left: 50px;
  right: auto;
  padding: 0;
}

.home-7 .hero-slider .back-overlay {
  border: 2px solid #8e8f8e;
  border-radius: 30px;
}
.home-7 .hero-slider .back-overlay::before {
  border-radius: 30px;
  border: 2px solid #8e8f8e;
}
.home-7 .hero-slider .card-wrap {
  height: 575px;
  margin: 15px;
}
.home-7 .hero-slider .card {
  height: 100%;
  border-radius: 30px;
}
.home-7 .hero-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 27px;
}
.home-7 .hero-slider .title a {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
/* home 10 */
/* hero area */
.home-10 .hero-slider .content-wrap {
  padding: 50px 35px;
  width: 800px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.home-10 .hero-slider .card-img-overlay {
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
.home-10 .desc p {
  color: var(--white);
}
.home-10 .hero-slider .meta-wrap span,
.home-10 .hero-slider .meta-wrap a,
.home-10 .hero-slider .meta-wrap i {
  color: var(--white);
}
.home-10 .hero-slider .back-overlay::before {
  content: none;
}
.home-10 .hero-slider .back-overlay {
  border: 1px solid #202020;
  background-color: #00000099;
}
.home-10 .hero-slider .card-wrap {
  height: 800px;
}
.home-10 .hero-slider .card {
  height: 100%;
}
.home-10 .hero-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-10 .hero-slider .title a {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
/* home 2 */
.home-2 .badge {
  top: auto;
  bottom: 10px;
}

.home-2 .blog-slider-wrap .badge {
  font-size: 13px;
  line-height: 1em;
}

.home-2 .btn-wrap .bt:hover,
.home-2 .swiper-btn .swiper-inner-btn:hover {
  background-color: #ddf892;
}

/* trending blog grid layout style */
.home-2 .grid-row {
  display: grid;
  margin-bottom: 30px;
  gap: 30px;
  /* height: 375px; */
}

.home-2 .grid-row .overlay-blog .card {
  height: 375px;
}

.home-2 .grid-left {
  grid-template-columns: 2fr 1fr 1fr;
}

.home-2 .grid-right {
  grid-template-columns: 1fr 1fr 2fr;
}

.home-2 .trending-blogs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-2 .trending-blogs .title a {
  font-size: 15px;
}

.home-2 .trending-blogs .author-wrap a {
  font-size: 12px;
}

/* thumb slider */
.home-2 .article-main {
  flex: 0 0 65%;
  max-width: 65%;
  height: 700px;
  position: relative;
  padding: 0 10px 10px 0;
}

.home-2 .article-thumbs {
  height: 700px;
  padding: 0 10px 10px;
}

.home-2 .article-main .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--heading-color);
  border-radius: 0;
}

.home-2 .article-main .card-img-overlay {
  top: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.5%, var(--heading-color) 85.52%);
}

.home-2 .article-main .meta-wrap {
  margin-top: 15px;
}

.home-2 .article-main .meta-wrap span,
.home-2 .article-main .meta-wrap i {
  color: var(--white);
  font-size: 12px;
  line-height: 13px;
}

.home-2 .article-main .title a {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
}

.home-2 .article-main .author-name {
  font-size: 12px;
}

.home-2 .article-thumbs .back-overlay .back-overlay-inner {
  padding: 25px;
}

.home-2 .article-container {
  display: flex;
  gap: 55px;
}

.home-2 .article-container .sb-btn {
  bottom: 30px;
  right: 25px;
}

/* home 3 */
/* 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;
}

/* home 5 */
.home-5 .btn-wrap .bt:hover,
.home-5 .swiper-btn .swiper-inner-btn:hover {
  background-color: #8aaadc;
}

/* must-wrap */
.home-5 .must-wrap .article-left {
  flex: 0 0 60%;
}
.home-5 .article-left .title a {
  font-size: 25px;
  font-weight: 600;
}
.home-5 .article-left .content-wrap {
  padding: 30px 10px;
}
.home-5 .article-right .card-inner-wrap {
  padding: 20px 15px;
}
.home-5 .article-right .blog-card {
  margin-bottom: 40px;
}

/* ls-blogs-wrap*/
.home-5 .ls-blogs-wrap .article-left {
  flex: 0 0 40%;
}
.home-5 .ls-blogs-wrap .card-img-overlay {
  padding: 0;
}
.home-5 .ls-blogs-wrap .overlay-blog .content-wrap {
  left: 0;
  bottom: 0;
}

.home-5 .ls-blogs-wrap .card-inner-wrap {
  padding: 0;
}
.home-5 .ls-blogs-wrap .article-right .card-img {
  flex: 0 0 35%;
}
.home-5 .ls-blogs-wrap .title a {
  font-size: 15px;
  font-weight: 600;
}
.home-5 .ls-blogs-wrap .title a {
  font-size: 17px;
}
.home-5 .ls-blogs-wrap .article-right .back-overlay::before {
  margin: 5px;
}
.home-5 .ls-blogs-wrap .article-right .content-wrap {
  padding: 010px;
}
.home-5 .card-layout-3 .card-inner-wrap {
  padding: 0;
}
/* home 6 */
.home-6 .btn-wrap .bt:hover,
.home-6 .swiper-btn .swiper-inner-btn:hover {
  background-color: #47bbf4;
}

.home-6 .blog-card.back-overlay::before {
  content: none;
}

/* progress bar */
.home-6 .progressbar-slide .card-img {
  border: 10px solid #dddddd;
}
/* Progressbar style at bottom */
.home-6 .swiper-pagination {
  height: 8px;
  width: 100%;
}

.home-6 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: 3px;
  border-radius: 2px;
  top: auto;
  bottom: 0;
}

.home-6 .swiper-pagination-progressbar-fill {
  background: #007bff;
  border-radius: 2px;
}

.home-6 horizontal > .swiper-pagination-progressbar,
.home-6 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}

.home-6 .progressSwiper {
  padding: 40px 0;
  margin-bottom: 100px;
}

/* home 7 */
.home-7 .btn-wrap .bt:hover,
.home-7 .swiper-btn .swiper-inner-btn:hover {
  background-color: #deadff;
}

.home-7 .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.home-7 .swiper-btn-wrap {
  position: absolute;
  bottom: 70px;
  top: auto;
  left: auto;
  right: 70px;
}
.home-7 .back-overlay .back-overlay-inner,
.home-7 .back-overlay,
.home-7 .back-overlay::before {
  border-radius: 20px;
}
.home-7 .back-overlay img {
  border-radius: 20px;
}

.home-7 .article-thumbs .back-overlay .back-overlay-inner,
.home-7 .article-thumbs .back-overlay,
.home-7 .article-thumbs .back-overlay::before,
.home-7 .article-thumbs .back-overlay img {
  border-radius: 10px;
}

/* thumb slider first  */

.home-7 .article-container .sb-btn {
  bottom: 60px;

  right: 60px;
}
.home-7 .article-main .title a {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}
.home-7 .article-main {
  height: 850px;
}
.home-7 .article-thumbs {
  height: 850px;
}
.home-7 .article-container {
  gap: 20px;
}
.home-7 .article-main .back-overlay-inner {
  padding: 25px 20px;
}
.home-7 .article-main .card-img {
  height: 470px;
}
.home-7 .article-main .title a {
  margin-bottom: 15px;
}
.home-7 .article-main .content-wrap {
  padding: 20px 5px;
}
.home-7 .desc p {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/* second thumb slider */
/* second thumb */
.home-7 .secondarticle-main img {
  height: 100%;
}

.home-7 .secondarticle-thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border: 2px solid transparent;
}

.home-7 .secondarticle-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.home-7 .secondarticle-main .back-overlay,
.home-7 .secondarticle-main .card {
  height: 100%;
  border-radius: 20px;
}
.home-7 .secondarticle-main .card-img-overlay {
  border-radius: 20px;
}
.home-7 .article-container .swiper-btn {
  position: relative;
  left: 0;
  right: 0;
}
.home-7 .secondarticle-main {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  padding: 0 10px 10px 0;
}
.home-7 .secondarticle-thumbs {
  padding: 0 10px 10px;
}
.home-7 .secondarticle-thumbs .back-overlay .back-overlay-inner,
.home-7 .secondarticle-thumbs .back-overlay,
.home-7 .secondarticle-thumbs .back-overlay::before {
  border-radius: 10px;
}
.home-7 .secondarticle-main {
  flex: 0 0 65%;
  max-width: 65%;
  height: 500px;
  position: relative;
  padding: 0 10px 10px 0;
}

.home-7 .secondarticle-thumbs {
  height: 500px;
  padding: 0 10px 10px;
}

.home-7 .secondarticle-main .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--heading-color);
}

.home-7 .secondarticle-main .card-img-overlay {
  top: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.5%, var(--heading-color) 85.52%);
}

.home-7 .secondarticle-main .meta-wrap {
  margin-top: 15px;
}

.home-7 .secondarticle-main .meta-wrap span,
.home-7 .secondarticle-main .meta-wrap i {
  color: var(--white);
  font-size: 12px;
  line-height: 13px;
}

.home-7 .secondarticle-main .title a {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
}

.home-7 .secondarticle-main .author-name {
  font-size: 12px;
}

.home-7 .secondarticle-thumbs .back-overlay .back-overlay-inner {
  padding: 20px;
}
.home-7 .article-main .back-overlay-inner {
  height: 100%;
}
/* home 8 */
/* hero area */
.home-8 .hero-slider .content-wrap {
  padding: 50px 35px;
  width: 800px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.home-8 .hero-slider .card-img-overlay {
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
.home-8 .hero-slider .back-overlay::before {
  border: 1px solid var(--white);

  background: #23232300;
}
.home-8 .hero-slider .back-overlay {
  border: 1px solid var(--white);
}
.home-8 .hero-slider .card-wrap {
  height: 800px;
}
.home-8 .hero-slider .card {
  height: 100%;
}
.home-8 .hero-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-8 .hero-slider .title a {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-8 .btn-wrap .bt {
  border-radius: 0;
}

.home-8 .btn-wrap::after {
  border-radius: 0;
}
.home-8 .btn-wrap .bt:hover,
.home-8 .swiper-btn .swiper-inner-btn:hover {
  background-color: #edc766;
}
.home-8 .swiper-button-prev {
  left: 100px;
}
.home-8 .swiper-button-next {
  right: 100px;
}
/* overlay card */
.home-8 .overlay-blog .title a {
  font-size: 15px;
}

/* home 9 */
.home-9 .category-title a {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  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;
}
.home-9 .category-title a:hover {
  background-color: transparent;
}
.home-9 .desc p {
  border-radius: 50%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;

  color: var(--heading-color);
}
.home-9 .more-artical a {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading-color);
  transition: all 0.5s ease;
}
.home-9 .more-artical a:hover {
  opacity: 0.5;
}
.home-9 .category-post .blog-card {
  border-radius: 0;
  padding: 40px 30px;
}
.home-9 .category-post {
  padding: 0 100px;
}

/* grid masonary style */
.home-9 .grid {
  margin-left: -10px; /* compensate left margin */
  width: auto;
}

.home-9 .grid-sizer,
.home-9 .grid-item {
  width: calc(33.333% - 20px); /* 3 columns with spacing */
  margin-left: 20px;
  margin-bottom: 20px;
}

.home-9 .grid-item:nth-child(odd) {
  height: auto;
}

.home-9 .grid-item:nth-child(even) {
  height: auto;
}
.home-9 .grid-item .blog-card {
  border: 1px solid var(--heading-color);
  border-radius: 0;
}
.home-9 .category-wrap .card {
  border: 1px solid var(--heading-color);
  border-radius: 0;
}

.home-9 .meta-wrap span,
.home-9 .meta-wrap a,
.home-9 .meta-wrap i {
  color: var(--heading-color);
}
.home-9 .view-count i,
.home-9 .view-count span {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
}
.home-9 .link-wrap .bt {
  font-size: 12px;
}

/* home 10 */
.home-10 .btn-wrap::after {
  background-color: transparent;
}
.home-10 .btn-wrap .bt:hover,
.home-10 .swiper-btn .swiper-inner-btn:hover {
  background-color: #edc766;
}
/* .home-10 .swiper-button-prev {
  left: 100px;
}
.home-10 .swiper-button-next {
  right: 100px;
} */

/* popular-posts */
.home-10 .popular-posts {
  background-color: rgba(0, 0, 0, 0.7);
}

/* category wrap */
.home-10 .overlay-blog .card {
  height: 200px;
}
.home-10 .categpry-wrap a {
  font-size: 20px;
  height: auto;
  text-transform: capitalize;
}
.home-10 .categpry-wrap .card-img-overlay {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-10 .aritcle {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.card {
  border: none;
}
.card-inner-wrap {
  padding: 10px;
}
.back-overlay {
  position: relative;

  transition: all 0.5s ease;
  border-radius: 0px;
}

.back-overlay-inner {
  border-radius: 0px;
  display: inline-block;
  z-index: 1;
  background-color: var(--white);
}
.top-post .back-overlay::before {
  margin: 5px 0 0 5px;
}
/* .back-overlay::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
} */
.card:hover::before {
  background-color: var(--heading-color);
}

.card-img {
  max-width:100% ;
width: 100%;
  position: relative;
}
.card-img .product-img{
  display: block;
    height: 250px;
    width: 100%;
}
  

.card-img img {

  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.title a {
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3em;
  display: block;
  color: var(--heading-color);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: var(--heading-font);
  text-transform: uppercase;
}
.title a:hover {
  color: var(--primary-color);
}
.content-wrap {
  padding: 5px 0;
}

.meta-wrap {
  align-items: center;
  display: flex;
  gap: 15px;
}
.meta-wrap .time-wrap {
  order: 1;
}
.meta-wrap .author-wrap {
  order: 2;
}
.comments-area a,
div.page-content a {
  text-decoration: none;
}
.meta-wrap span,
.meta-wrap a,
.meta-wrap i {
  color: var(--sub-para-color);
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.meta-wrap a:hover span,
.meta-wrap a:hover i {
  color: var(--primary-color);
}
.img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.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-top: 15px;
  display: none;
}
.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(--white);
  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;
}
.link-wrap .bt:hover {
  opacity: 0.7;
}
.link-wrap {
  position: relative;
}
.link-wrap::after {
  content: " ";
  position: absolute;
  right: 0;
  top: calc(50% - -1px);
  height: 0.5px;
  width: calc(100% - 100px);
  transform: translateY(-50%);
  background-color: #aaaaaa;
}

a.badge {
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 13px;
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 10px;
  line-height: 10px;
  display: block;
  text-decoration: none !important   ;

  border-radius: 4px;
}
.badge:hover {
  opacity: 0.6;
  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: 700;
  color: var(--white);
  text-align: center;
  display: block;
}

.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 {
  padding: 0 100px;
  position: relative;
} */
.badge-wrap.post_cat {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--white);
  border-radius: 4px;
}
.badge-wrap.post_cat a {
  color: var(--white);
}
.post-swiper,
.post-swiper-2,
.post-swiper-3 {
  overflow: hidden;
  position: static;
  padding: 10px;
}

.categpry-wrap .overlay-blog .card-img-overlay {
  top: 0;
}

/* list-posts */

.list-post .card-inner-wrap {
  display: flex;
  gap: 20px;
  padding: 15px;
}
.list-post .content-wrap {
  padding: 0;
  flex: 0 0 calc(55% - 20px);
}
.list-post .card-img {
  flex: 0 0 calc(44% - 20px);
  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;
}

/* overlay card */
.overlay-blog .card {
  height: 385px;
}
.overlay-blog .card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.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;
}
.overlay-blog .meta-wrap span,
.overlay-blog .meta-wrap i {
  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;
}

/* 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 20px;
}
.card-layout-2 .title a {
  font-size: 25px;
  font-weight: 700;
}
.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 */
.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: 700;
}
.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: 50px 15px;
}
.card-layout-4.card-img {
  flex: 0 0 40%;
}
.card-layout-4 .card-inner-wrap {
  padding: 0;
}
/* 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 .meta-wrap span,
.card-layout-6 .meta-wrap i {
  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(--sub-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%;
}
.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;
}

/* about card */
/* about-card */
.author-wrap .name {
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color);
  text-decoration: none;
}
.author-wrap .designation {
  color: var(--sub-para-color);
  font-size: 11px;
  font-weight: 400;
}
.about-card .desc p {
  color: var(--para-color);
  font-size: 14px;
}
.about-card ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}
.about-card li a {
  border: 1px solid var(--heading-color);
  border-radius: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: var(--heading-color);
  background-color: transparent;
}
.about-card li a:hover {
  background-color: var(--heading-color);
  color: var(--white);
}
.about-card .card-img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #0000001a;
  padding: 10px;
}
.about-card .card-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.about-card .content-wrap {
  padding: 0;
}
.about-card .back-overlay-inner {
  padding: 40px 15px;
}
/* home 2 */
.home-2 .card-layout-3 .title a {
  font-size: 25px;
}

.home-2 .card-layout-3 .content-wrap {
  padding: 40px 10px;
}

/* home 3 */
.home-3 .overlay-blog .author-wrap .img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.home-3 .overlay-blog .author-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.home-3 .overlay-blog {
  border: 1px solid var(--heading-color);
}

.home-3 .container-fluid {
  padding: 0;
}

/* home 4 */
.home-4 .blog-slider-wrapper .back-overlay {
  margin: 0 10px 10px 0;
}
.home-4 .overlay-blog .card-img-overlay {
  padding: 60px;
}
.home-4 .blog-slider-wrapper .content-wrap {
  background-color: #faedcc;
  border: 1px solid var(--heading-color);
  padding: 30px;
  width: 45%;
}
.home-4 .overlay-blog .meta-wrap span,
.home-4 .overlay-blog .meta-wrap i {
  color: var(--sub-para-color);
}
.home-4 .overlay-blog .title a {
  color: var(--heading-color);
  font-size: 30px;
  text-transform: capitalize;
}
.home-4 .blog-slider-wrapper .card {
  height: 570px;
}

.card-layout-10 .content-wrap {
  padding: 15px 0;
 
}
.review-wrap .content-wrap {
   width: 85%;
   margin:  0 auto ;
}
.review-wrap .text-wrap {
  font-size: 20px;
  font-family: var(--body-font);
  line-height: 1.4em;
  color: var(--heading-color);
  font-weight: 600;
  text-align: center;

  margin: 15px auto 25px auto;
}
.review-wrap .img-wrap {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.review-wrap .author-name {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  line-height: 50px;
  font-size: 15px;
  color: var(--white);
  text-align: center;
}
.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
  font-size: 15px;
}
.testimonial-carousel-wrap {
  width: 85%;
  margin: 0 auto;
}
.testimonial-carousel-wrap {
  cursor: pointer;
}
.testimonial-carousel-wrap .testimonial-swiper .swiper-button-prev,
.testimonial-carousel-wrap .testimonial-swiper .swiper-button-next {
  opacity: 0;
  transition: all 0.5s ease;
}
.testimonial-carousel-wrap:hover .testimonial-swiper .swiper-button-prev,
.testimonial-carousel-wrap:hover .testimonial-swiper .swiper-button-next {
  opacity: 1;
}
.elementor-icon-box-description a {
  color: var(--white);
  font-family: var(--body-font) !important;
}
.elementor-icon-box-description a:hover {
  color: var(--primary-color);
}

/* read more and less foooter */
.review-wrap {
  overflow: hidden;
}
.testimonial-swiper button.read-more-btn {
  margin: 0;
  background: none;
  border: none;
  color: var(--primary-color) !important;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 0 !important;
  background-color: transparent !important;

  height: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
}

.testimonial-swiper button.read-more-btn:hover {
  color: var(--accent-color);
  box-shadow: none !important;
  background-color: transparent !important;
}
