/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #4fc03d;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4fc03d;
}
/* css start for blog section  */
.related-product {
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
  margin: 1rem;
}
.related-product:hover {
  box-shadow: 1px 16px 17px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 16px 17px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.hover-scale {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
}

.post-category {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #aab0bc;
}
.text-line {
  position: relative;
  vertical-align: top;
  padding-left: 1.4rem;
}
.text-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  width: 0.75rem;
  height: 0.05rem;
  background: #4fc03d;
}
.text-line p {
  color: #4fc03d;
}
.post-title {
  font-size: 22px;
  font-weight: 600;
}
.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #6b6f78;
}
.post-meta a {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #6b6f78;
}
.post-meta li {
  display: inline-block;
}

.related-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.related-image-box {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 200px;
}

.related-image-box:hover img {
  transform: scale(1.05);
  transition: all 0.35s ease-in-out;
}

.related-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s;
}

.related-image-overlay {
  opacity: 0;
}

.related-image-overlay:hover {
  opacity: 1;
}
.related-image-button {
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.related-image-button:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.radious_10 {
  border-radius: 10px;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.blog-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
}
/* css end for blog section  */
