.img-transition-scale {
  transform: scale(100%);
  transition: all 0.4s;
}

.img-transition-scale:hover {
  transform: scale(110%);
}

.img-transition-scale {
  transform: scale(100%);
  transition: all 0.4s;
}

.img-transition-scale:hover {
  transform: scale(110%);
}

.post-link {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 500ms;
  color: var(--titleColor);
}

.post-link:hover {
  color: var(--hoverColor);
  background-position: 0% 100%;
  background-image: linear-gradient(to right, currentColor 50%, transparent 50%);
}

.custom-social-share {
  display: flex;
}

.read-more-btn a {
  font-size: 14px;
  color: var(--bodyColor);
}
.read-more-btn a .icon {
  transition: all ease 0.3s;
  position: absolute;
}
.read-more-btn a .icon svg {
  height: 14px;
  margin-left: 5px;
  fill: var(--primaryColor) !important;
}
.read-more-btn a:hover {
  color: var(--primaryColor);
}
.read-more-btn a:hover .icon {
  transform: translateX(5px);
}

.read-more-btn {
  display: inline-flex;
}
.read-more-btn a.read-more-btn_primary_btn {
  color: #fff;
  background-color: var(--primaryColor);
  font-family: var(--bodyFont);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s;
  padding: 12px 50px 12px 25px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid var(--primaryColor);
}
.read-more-btn a.read-more-btn_primary_btn svg path {
  fill: #fff;
}
.read-more-btn a.read-more-btn_primary_btn:hover {
  color: var(--primaryColor);
  border: 1px solid #fff;
  background-color: #FFFFFF !important;
}
.read-more-btn a.read-more-btn_primary_btn:hover svg path {
  fill: var(--primaryColor);
}
.read-more-btn a.btn_lg {
  padding: 25px 55px 23px 35px;
  font-size: 18px;
  font-weight: 700;
}
.read-more-btn a.read-more-btn_secondary_btn {
  background-color: transparent;
  color: var(--primaryColor);
  font-family: var(--bodyFont);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s;
  padding: 12px 50px 12px 25px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid var(--primaryColor);
}
.read-more-btn a.read-more-btn_secondary_btn svg path {
  fill: var(--primaryColor);
}
.read-more-btn a.read-more-btn_secondary_btn:hover {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: #FFFFFF !important;
}
.read-more-btn a.read-more-btn_secondary_btn:hover svg path {
  fill: #fff;
}

.echo-banner-shep {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.echo-banner-shep .home-2-area-shep {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.echo-banner-shep .home-2-area-shep p {
  -webkit-clip-path: polygon(5% 1%, 85% 0, 80% 100%, 0% 100%);
          clip-path: polygon(5% 1%, 85% 0, 80% 100%, 0% 100%);
  padding: 0 40px 0 23px;
  display: inline-block;
  background-color: var(--primaryColor);
  margin: 0;
}
.echo-banner-shep .home-2-area-shep p span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.echo-banner-shep .home-2-area-shep .vertical-line {
  content: "";
  position: absolute;
  width: 3px;
  top: 0px;
  right: 10px;
  height: 28px;
  transform: rotate(11deg);
  background-color: var(--primaryColor);
}
.echo-banner-shep .home-2-area-shep:nth-child(even) p, .echo-banner-shep .home-2-area-shep:nth-child(even)::after {
  background-color: var(--secondaryColor);
}

.echo-banner-shep.cat-style2 p {
  margin: 0;
  padding: 0;
  -webkit-clip-path: none;
          clip-path: none;
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: auto;
}
.echo-banner-shep.cat-style2 .vertical-line {
  display: none;
}

.echo-banner-shep.cat-style3 p {
  margin: 0;
  padding: 0;
  -webkit-clip-path: none;
          clip-path: none;
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 35px;
  min-width: 120px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
}
.echo-banner-shep.cat-style3 .vertical-line {
  display: none;
}

.echo-banner-shep.cat-style4 .vertical-line {
  display: none;
}
.echo-banner-shep.cat-style4 p {
  background: transparent !important;
  color: var(--primaryColor) !important;
  -webkit-clip-path: none;
          clip-path: none;
  padding: 0;
}
.echo-banner-shep.cat-style4 p span {
  color: var(--primaryColor) !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.echo-banner-shep.cat-style5 {
  margin-bottom: 15px;
}
.echo-banner-shep.cat-style5 .vertical-line {
  display: none;
}
.echo-banner-shep.cat-style5 p {
  background: transparent !important;
  color: var(--primaryColor) !important;
  padding: 0;
  -webkit-clip-path: none;
          clip-path: none;
}
.echo-banner-shep.cat-style5 p span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #924FFF;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 7px;
  display: inline-block;
}

.echo-banner-shep.cat-style6,
.echo-banner-shep.cat-style7 {
  bottom: -20px !important;
}
.echo-banner-shep.cat-style6 p,
.echo-banner-shep.cat-style7 p {
  margin: 0;
  -webkit-clip-path: none;
          clip-path: none;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: var(--primaryColor);
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.echo-banner-shep.cat-style6 p span,
.echo-banner-shep.cat-style7 p span {
  font-size: 20px;
  font-weight: 700;
}
.echo-banner-shep.cat-style6 .vertical-line,
.echo-banner-shep.cat-style7 .vertical-line {
  display: none;
}

.echo-banner-shep.cat-style7 {
  bottom: -20px !important;
}
.echo-banner-shep.cat-style7 p {
  font-size: 14px;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
}
.echo-banner-shep.cat-style7 p span {
  font-size: 14px;
  font-weight: 700;
}

.rtaddon-slider {
  overflow: hidden;
}

.echo-blog-grid .blog-thumbnail {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.echo-blog-grid .blog-thumbnail img {
  width: 100%;
}
.echo-blog-grid .blog-content {
  display: flex;
  flex-direction: column;
}
.echo-blog-grid .blog-item.col-lg-12.col-md-12:nth-last-child(1) {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.echo-blog-grid .blog-item.col-lg-12.col-md-12:nth-last-child(1) .blog-contents-wrapper {
  border-bottom: none !important;
}
.echo-blog-grid .blog-item.blog-item.col-12:nth-last-child(1) hr {
  display: none;
}
.echo-blog-grid .blog-item:nth-last-child(1) {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
.echo-blog-grid .swiper-wrapper .blog-item {
  padding-left: 0;
  padding-right: 0;
}
.echo-blog-grid .swiper-wrapper .blog-item .blog-thumbnail {
  width: 100% !important;
}
.echo-blog-grid .swiper-wrapper .blog-item .blog-thumbnail .blog-thumbnail-inner {
  width: 100% !important;
}
.echo-blog-grid .swiper-wrapper .blog-item .blog-thumbnail .blog-thumbnail-inner img {
  width: 100% !important;
}
.echo-blog-grid .content-without-thumbnail {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 25px;
}
.echo-blog-grid .content-without-thumbnail .blog-thumbnail {
  flex-basis: 28%;
}
.echo-blog-grid .content-without-thumbnail .blog-content {
  flex-basis: 90%;
}
.echo-blog-grid .echo-blog-grid-post-number,
.echo-blog-grid .echo-blog-grid-post-number a {
  font-size: 60px;
  line-height: 70px;
  color: var(--body-color);
  opacity: 0.5;
  margin-bottom: 25px;
  font-weight: 400;
}
.echo-blog-grid .blog-thumbnail {
  overflow: hidden;
}
.echo-blog-grid .showmore-btn-wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.echo-blog-grid .showmore-btn-wrapper .showmore-btn {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: transparent;
  color: var(--bodyColor);
  font-weight: 400;
  opacity: 0.8;
  border-color: rgba(94, 94, 94, 0.5);
}
.echo-blog-grid .showmore-btn-wrapper .showmore-btn:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}
.echo-blog-grid .echo-blog-grid-post-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.echo-blog-grid hr {
  background-size: 4px 4px;
  border: 0;
  margin: 5px 0 !important;
  color: inherit;
  background-color: currentColor !important;
  opacity: 0.25;
  display: block;
  max-width: 100%;
}
.echo-blog-grid hr:not([size]) {
  height: 1px;
}
.echo-blog-grid .swiper-nagination {
  position: absolute;
  top: -70px;
  right: 22px;
  z-index: 2;
  background: transparent;
  width: 80px;
  display: flex;
}
.echo-blog-grid .swiper-nav-btn {
  color: var(--bodyColor);
  right: 0;
  opacity: 0.8;
  padding: 10px 15px;
  transition: all 0.3ms;
  -webkit-transition: all 0.3ms;
  -moz-transition: all 0.3ms;
  -ms-transition: all 0.3ms;
  -o-transition: all 0.3ms;
}
.echo-blog-grid .swiper-nav-btn i {
  font-size: 25px;
}
.echo-blog-grid .swiper-nav-btn:hover {
  background-color: #5E5E5E;
  color: #fff;
}

.echo-blog-grid.blog--style1 .blog-item {
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style1 h1 {
  line-height: 70px;
  font-size: 60px;
  font-weight: 700;
}
.echo-blog-grid.blog--style1 p {
  margin-bottom: 25px;
  font-size: 16px;
}

.echo-blog-grid.blog--style1 .blog-thumbnail {
  flex-basis: unset;
  width: 100%;
  overflow: hidden;
}

.echo-blog-grid.blog--style2 .echo-blog-grid-post-title {
  margin: 0;
}
.echo-blog-grid.blog--style2 .blog-contents-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.echo-blog-grid.blog--style2 .blog-contents-wrapper .blog-contents-wrapper.first {
  margin: 18px 0 30px 0;
}
.echo-blog-grid.blog--style2 .blog-contents-wrapper .blog-content {
  flex-basis: 70%;
}
.echo-blog-grid.blog--style2 .blog-contents-wrapper .blog-content h4 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 34px;
}

.echo-blog-grid.blog--style3 .echo-blog-grid-post-title {
  margin: 0;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper.first .blog-thumbnail {
  height: 190px;
  flex-basis: 50%;
  overflow: hidden;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper.first .thumbnail-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper.first .blog-contents-wrapper.first {
  margin: 18px 0 30px 0;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper.first .blog-content {
  flex-basis: 50%;
}
.echo-blog-grid.blog--style3 .blog-contents-wrapper.first .blog-content h4 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 34px;
}

.echo-blog-grid.blog--style5 .blog-item {
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style5 .blog-item:nth-child(odd) .echo-banner-shep .home-2-area-shep p, .echo-blog-grid.blog--style5 .blog-item:nth-child(odd) .echo-banner-shep .home-2-area-shep .vertical-line {
  background-color: var(--primaryColor);
}
.echo-blog-grid.blog--style5 .blog-item.col-lg-12.col-md-12:nth-last-child(1) hr {
  display: none;
}
.echo-blog-grid.blog--style5 .blog-content {
  position: relative;
}
.echo-blog-grid.blog--style5 .blog-content .blog-meta {
  margin-top: 20px;
}
.echo-blog-grid.blog--style5 .blog-content .echo-blog-grid-post-title {
  margin-bottom: 10px;
}
.echo-blog-grid.blog--style5 .blog-content .echo-banner-shep {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.echo-blog-grid.blog--style5 .blog-thumbnail {
  position: relative;
  overflow: initial;
}
.echo-blog-grid.blog--style5 .blog-thumbnail .blog-thumbnail-inner {
  overflow: hidden;
  position: relative;
}
.echo-blog-grid.blog--style5 .blog-thumbnail .echo-banner-shep {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.echo-blog-grid.blog--style5 .blog-thumbnail .echo-banner-shep.cat-style3 {
  bottom: -16px;
}
.echo-blog-grid.blog--style5 .blog-thumbnail:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1);
}
.echo-blog-grid.blog--style5 .vedio-icone .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.4s;
}
.echo-blog-grid.blog--style5 .vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.echo-blog-grid.blog--style5 .vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #FE4358;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

.echo-blog-grid.blog--style6 {
  overflow: hidden;
}
.echo-blog-grid.blog--style6 .blog-contents-wrapper {
  display: flex;
}
.echo-blog-grid.blog--style6 .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 40%;
}
.echo-blog-grid.blog--style6 .blog-contents-wrapper .blog-content {
  flex-basis: 60%;
}
.echo-blog-grid.blog--style6 .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  margin-top: 0;
}

.echo-blog-grid.blog--style7 .blog-item {
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style7 .blog-contents-wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.echo-blog-grid.blog--style7 .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 50%;
}
.echo-blog-grid.blog--style7 .blog-contents-wrapper .blog-content {
  flex-basis: 50%;
}
.echo-blog-grid.blog--style7 .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  margin-top: 0;
}

.echo-blog-grid.blog--style8 .blog-item {
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style8 .blog-item:nth-last-child(1) {
  border-bottom: none !important;
}
.echo-blog-grid.blog--style8 .blog-contents-wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.echo-blog-grid.blog--style8 .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 53%;
}
.echo-blog-grid.blog--style8 .blog-contents-wrapper .blog-content {
  flex-basis: 80%;
}
.echo-blog-grid.blog--style8 .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  margin-top: 0;
}

.echo-blog-grid.blog--style9 .blog-thumbnail {
  text-align: center;
}
.echo-blog-grid.blog--style9 .read-more-btn {
  float: left;
}
.echo-blog-grid.blog--style9 .read-more-btn a {
  background: var(--primaryColor);
  color: #ffffff;
  width: 170px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  margin-right: 30px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
}
.echo-blog-grid.blog--style9 .read-more-btn a .icon {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s;
  position: relative;
}
.echo-blog-grid.blog--style9 .read-more-btn a:hover {
  background-color: #fff;
  color: #000 !important;
}
.echo-blog-grid.blog--style9 .read-more-btn a:hover .icon {
  transform: rotate(0deg);
}
.echo-blog-grid.blog--style9 .vedio-icone {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  float: left;
}
.echo-blog-grid.blog--style9 .vedio-icone .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  display: flex;
}
.echo-blog-grid.blog--style9 .vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-blog-grid.blog--style9 .vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid #ffffff;
}
.echo-blog-grid.blog--style9 .vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-blog-grid.blog--style9 .vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.echo-blog-grid.blog--style10 .blog-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s;
}
.echo-blog-grid.blog--style10 .blog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.echo-blog-grid.blog--style10 .blog-content .echo-blog-grid-post-title {
  z-index: 2;
  position: relative;
}
.echo-blog-grid.blog--style10 .blog-content .echo-blog-grid-post-title a {
  color: #fff;
}

.echo-blog-grid.blog--style11 .blog-thumbnail,
.echo-blog-grid.blog--style11 .blog-thumbnail img,
.echo-blog-grid.blog--style12 .blog-thumbnail,
.echo-blog-grid.blog--style12 .blog-thumbnail img,
.echo-blog-grid.blog--style13 .blog-thumbnail,
.echo-blog-grid.blog--style13 .blog-thumbnail img,
.echo-blog-grid.blog--style14 .blog-thumbnail,
.echo-blog-grid.blog--style14 .blog-thumbnail img,
.echo-blog-grid.blog--style15 .blog-thumbnail,
.echo-blog-grid.blog--style15 .blog-thumbnail img,
.echo-blog-grid.blog--style16 .blog-thumbnail,
.echo-blog-grid.blog--style16 .blog-thumbnail img,
.echo-blog-grid.blog--style17 .blog-thumbnail,
.echo-blog-grid.blog--style17 .blog-thumbnail img,
.echo-blog-grid.blog--style18 .blog-thumbnail,
.echo-blog-grid.blog--style18 .blog-thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.echo-blog-grid.blog--style11 .blog-content,
.echo-blog-grid.blog--style12 .blog-content,
.echo-blog-grid.blog--style13 .blog-content,
.echo-blog-grid.blog--style14 .blog-content,
.echo-blog-grid.blog--style15 .blog-content,
.echo-blog-grid.blog--style16 .blog-content,
.echo-blog-grid.blog--style17 .blog-content,
.echo-blog-grid.blog--style18 .blog-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.echo-blog-grid.blog--style11 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style12 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style13 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style14 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style15 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style16 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style17 .blog-content .echo-blog-grid-post-title,
.echo-blog-grid.blog--style18 .blog-content .echo-blog-grid-post-title {
  margin-bottom: 10px;
}
.echo-blog-grid.blog--style11 .blog-content .blog-meta,
.echo-blog-grid.blog--style12 .blog-content .blog-meta,
.echo-blog-grid.blog--style13 .blog-content .blog-meta,
.echo-blog-grid.blog--style14 .blog-content .blog-meta,
.echo-blog-grid.blog--style15 .blog-content .blog-meta,
.echo-blog-grid.blog--style16 .blog-content .blog-meta,
.echo-blog-grid.blog--style17 .blog-content .blog-meta,
.echo-blog-grid.blog--style18 .blog-content .blog-meta {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.echo-blog-grid.blog--style11 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style12 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style13 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style14 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style15 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style16 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style17 .blog-content .blog-meta .horizontal-line,
.echo-blog-grid.blog--style18 .blog-content .blog-meta .horizontal-line {
  display: inline-block;
}
.echo-blog-grid.blog--style11 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style12 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style13 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style14 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style15 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style16 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style17 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line,
.echo-blog-grid.blog--style18 .blog-content .blog-meta .meta-item:nth-child(1) .horizontal-line {
  display: none !important;
}
.echo-blog-grid.blog--style11 .read-more-btn,
.echo-blog-grid.blog--style12 .read-more-btn,
.echo-blog-grid.blog--style13 .read-more-btn,
.echo-blog-grid.blog--style14 .read-more-btn,
.echo-blog-grid.blog--style15 .read-more-btn,
.echo-blog-grid.blog--style16 .read-more-btn,
.echo-blog-grid.blog--style17 .read-more-btn,
.echo-blog-grid.blog--style18 .read-more-btn {
  margin: 15px 0;
}
.echo-blog-grid.blog--style11 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style12 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style13 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style14 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style15 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style16 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style17 .echo-banner-shep.cat-style2 p,
.echo-blog-grid.blog--style18 .echo-banner-shep.cat-style2 p {
  height: 34px;
  line-height: 22px;
  padding: 7px 20px 5px 20px;
  font-family: var(--titleFont);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}
.echo-blog-grid.blog--style11 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style12 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style13 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style14 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style15 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style16 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style17 .echo-banner-shep.cat-style2 p span,
.echo-blog-grid.blog--style18 .echo-banner-shep.cat-style2 p span {
  font-size: unset;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style12 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style13 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style14 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style15 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style16 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style17 .vedio-icone .video-play-button,
.echo-blog-grid.blog--style18 .vedio-icone .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: flex;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style12 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style13 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style14 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style15 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style16 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style17 .vedio-icone .video-play-button::before,
.echo-blog-grid.blog--style18 .vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.echo-blog-grid.blog--style11 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style12 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style13 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style14 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style15 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style16 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style17 .vedio-icone .video-play-button::after,
.echo-blog-grid.blog--style18 .vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style12 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style13 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style14 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style15 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style16 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style17 .vedio-icone .video-play-button span,
.echo-blog-grid.blog--style18 .vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid var(--primaryColor);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style12 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style13 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style14 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style15 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style16 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style17 .vedio-icone .video-play-button svg,
.echo-blog-grid.blog--style18 .vedio-icone .video-play-button svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style12 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style13 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style14 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style15 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style16 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style17 .vedio-icone .video-overlay,
.echo-blog-grid.blog--style18 .vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-blog-grid.blog--style11 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style12 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style13 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style14 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style15 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style16 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style17 .vedio-icone .video-overlay .video-overlay-close,
.echo-blog-grid.blog--style18 .vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style12 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style13 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style14 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style15 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style16 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style17 .vedio-icone.btn_md .video-play-button:after,
.echo-blog-grid.blog--style18 .vedio-icone.btn_md .video-play-button:after {
  width: 55px;
  height: 55px;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style12 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style13 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style14 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style15 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style16 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style17 .vedio-icone.btn_md .video-play-button:before,
.echo-blog-grid.blog--style18 .vedio-icone.btn_md .video-play-button:before {
  width: 75px;
  height: 75px;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style12 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style13 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style14 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style15 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style16 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style17 .vedio-icone.btn_md .video-play-button span,
.echo-blog-grid.blog--style18 .vedio-icone.btn_md .video-play-button span {
  border-left: 10px solid var(--primaryColor);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style12 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style13 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style14 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style15 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style16 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style17 .vedio-icone.btn_md .video-play-button svg,
.echo-blog-grid.blog--style18 .vedio-icone.btn_md .video-play-button svg {
  height: 18px;
  width: 18px;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style12 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style13 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style14 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style15 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style16 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style17 .vedio-icone.btn_sm .video-play-button:after,
.echo-blog-grid.blog--style18 .vedio-icone.btn_sm .video-play-button:after {
  width: 35px !important;
  height: 35px !important;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style12 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style13 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style14 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style15 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style16 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style17 .vedio-icone.btn_sm .video-play-button:before,
.echo-blog-grid.blog--style18 .vedio-icone.btn_sm .video-play-button:before {
  width: 45px !important;
  height: 45px !important;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style12 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style13 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style14 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style15 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style16 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style17 .vedio-icone.btn_sm .video-play-button span,
.echo-blog-grid.blog--style18 .vedio-icone.btn_sm .video-play-button span {
  border-left: 10px solid var(--primaryColor);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.echo-blog-grid.blog--style11 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style12 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style13 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style14 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style15 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style16 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style17 .vedio-icone.btn_sm .video-play-button svg,
.echo-blog-grid.blog--style18 .vedio-icone.btn_sm .video-play-button svg {
  height: 13px;
  width: 13px;
}

.echo-blog-grid.blog--style12 .blog-contents-wrapper {
  display: flex;
  gap: 30px;
}
.echo-blog-grid.blog--style12 .blog-contents-wrapper .blog-thumbnail,
.echo-blog-grid.blog--style12 .blog-contents-wrapper .blog-content {
  flex-basis: 50%;
}

.echo-blog-grid.blog--style13 .blog-item {
  margin-bottom: 20px;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper {
  display: flex;
  gap: 20px;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-content {
  flex-basis: 70%;
  justify-content: center;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-content .blog-meta, .echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-content .blog-meta a {
  color: var(--primaryColor);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 5px;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-content a.read-more-btn_default_btn {
  color: var(--btnColor);
  border-bottom: 1px solid currentColor;
  padding-right: 15px;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.echo-blog-grid.blog--style13 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  overflow: hidden;
}

.echo-blog-grid.blog--style14 .blog-item {
  margin-bottom: 70px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  font-family: var(--titleFont);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content .post-description {
  margin-bottom: 35px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content .blog-meta, .echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content .blog-meta a {
  color: var(--btnColor);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--titleFont);
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-content a.read-more-btn_default_btn {
  color: var(--btnColor);
  border-bottom: 1px solid currentColor;
  padding-right: 15px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-thumbnail-inner {
  overflow: hidden;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-thumbnail,
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .blog-thumbnail img {
  border-radius: 0;
  width: 100%;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn {
  background: var(--primaryColor);
  min-width: 220px;
  border-radius: 70px;
  margin: auto;
  color: #2B2004;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 25px 50px 25px 25px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn .btn-inner .icon {
  transition: all 0.4s;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn .btn-inner .arrow-1 {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn .btn-inner .arrow-2 {
  position: absolute;
  right: 50px;
  top: 50%;
  opacity: 0;
  transform: translate(0, -50%);
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn:hover {
  transition: all 0.4s;
  border: 1px solid var(--primaryColor);
  background-color: transparent !important;
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn:hover .arrow-1 {
  opacity: 0;
  transform: translate(10px, -50%);
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.read-more-btn_primary_btn:hover .arrow-2 {
  opacity: 1;
  transform: translate(10px, -50%);
}
.echo-blog-grid.blog--style14 .blog-item .blog-contents-wrapper .read-more-btn a.default_size {
  font-size: 16px !important;
  padding: 12px 30px 12px 0px !important;
  min-width: 200px !important;
  width: 180px;
  border: 1px solid var(--primaryColor);
}

.echo-blog-grid.blog--style15 .blog-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 69, 0.1);
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .echo-banner-shep.cat-style5 p {
  text-transform: uppercase;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .blog-meta .horizontal-line {
  display: inline-block;
  color: var(--primaryColor);
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item a {
  color: var(--primaryColor);
  font-style: italic;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item:nth-last-child(1) .horizontal-line {
  display: none;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item:nth-child(2) .horizontal-line {
  display: inline-block;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-content .post-discription {
  margin-bottom: 15px !important;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-thumbnail {
  border-radius: 0px;
  margin: auto;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  text-align: center;
  overflow: hidden;
  width: auto;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner img {
  width: auto;
  border-radius: 0px;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-serial-number {
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  background: #F2F2F2;
}
.echo-blog-grid.blog--style15 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-serial-number span {
  background-image: linear-gradient(126deg, var(--primaryColor) 14.85%, var(--secondaryColor) 86.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
}
.echo-blog-grid.blog--style15 .swiper-nagination {
  -moz-column-gap: 20px;
       column-gap: 20px;
  right: 40px;
}
.echo-blog-grid.blog--style15 .swiper-nagination .swiper-nav-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(85, 85, 85, 0.3215686275);
  border: 1px solid rgba(85, 85, 85, 0.3215686275);
  display: flex;
  align-items: center;
  justify-content: center;
}
.echo-blog-grid.blog--style15 .swiper-nagination .swiper-nav-btn:hover {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  color: #fff;
}
.echo-blog-grid.blog--style15 .swiper-nagination .swiper-nav-btn i {
  font-size: unset;
}

.echo-blog-grid.blog--style16 .blog-item {
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper {
  border: 1px solid rgba(69, 69, 69, 0.1);
  padding: 22px 25px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .echo-banner-shep.cat-style5 p {
  text-transform: uppercase;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content {
  flex-basis: 67%;
  justify-content: center;
  margin: 0;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a {
  position: relative;
  display: block;
  background: linear-gradient(126deg, var(--primaryColor) 14.85%, var(--secondaryColor) 86.39%);
  z-index: 1;
  color: #5e5e5e;
  transition: all 0.3s;
  border: 0px;
  padding: 9px 5px 9px 0px;
  width: 136px;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a .btn-inner {
  margin-left: -14px;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a:after {
  content: "";
  position: absolute;
  width: 134px;
  height: 44px;
  background-color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a:hover:after {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%) white;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 33%;
  border-radius: 0px;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  text-align: center;
}
.echo-blog-grid.blog--style16 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner img {
  width: auto;
  border-radius: 0px;
}

.echo-blog-grid.blog--style17 .blog-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .echo-banner-shep.cat-style5 p {
  text-transform: uppercase;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-content {
  flex-basis: 50%;
  justify-content: center;
  margin: 0;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin-top: 20px;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a {
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  z-index: 1;
  color: #5e5e5e;
  transition: all 0.3s;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 50%;
  border-radius: 0px;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  text-align: center;
}
.echo-blog-grid.blog--style17 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner img {
  width: 100%;
  border-radius: 0px;
}

.echo-blog-grid.blog--style18 .blog-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper {
  display: block;
  gap: 30px;
  align-items: center;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .echo-banner-shep.cat-style4 p {
  text-transform: capitalize;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-content {
  justify-content: center;
  margin: 0;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 5px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-content .blog-meta .echo-banner-shep.cat-style4 p span {
  color: var(--secondaryColor) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item a {
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-thumbnail {
  border-radius: 0px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  text-align: center;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner img {
  width: 100%;
  border-radius: 0px;
}
.echo-blog-grid.blog--style18 .blog-item .blog-contents-wrapper .read-more-btn a {
  border-radius: 0;
  min-width: 160px;
  padding: 13px 30px;
}

.echo-blog-grid.blog--style19 .blog-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .echo-banner-shep.cat-style5 p {
  text-transform: uppercase;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content {
  flex-basis: 50%;
  justify-content: center;
  margin: 0;
  padding: 0 80px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  font-size: 80px;
  line-height: 1.12;
  margin-bottom: 35px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  margin-bottom: 0;
  margin-top: 15px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .blog-meta .echo-banner-shep.cat-style4 p span {
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item a {
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a {
  border-radius: 0;
  min-width: 160px;
  padding: 13px 30px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 50%;
  border-radius: 0px;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner {
  text-align: center;
}
.echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-thumbnail .blog-thumbnail-inner img {
  width: 100%;
  border-radius: 0px;
}

.echo-blog-grid.blog--style20 .blog-item .echo-banner-shep.cat-style7 p {
  height: 30px;
  min-width: 100px;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper {
  position: relative;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .echo-blog-grid-post-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .echo-blog-grid-post-title a {
  color: #fff;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-thumbnail a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 500ms;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
  width: 75%;
  opacity: 1;
  transition: all 0.3s;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content.has-slide-up-effect {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
  width: 75%;
  opacity: 0;
  transition: all 0.3s;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content hr {
  background: #fff !important;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .post-discription {
  color: #fff;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .blog-meta {
  row-gap: 15px;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .blog-meta .meta-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a {
  border-radius: 0;
  padding: 20px 57px;
  min-width: 180px;
  display: block;
  border-radius: 50px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-family: var(--titleFont);
  font-weight: 500;
  transition: all 0.4s;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a .icon {
  display: none;
}
.echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.echo-blog-grid.blog--style20 .blog-item:hover .blog-contents-wrapper .blog-content.has-slide-up-effect {
  opacity: 1;
  bottom: 50px;
}
.echo-blog-grid.blog--style20 .blog-item:hover .blog-contents-wrapper .blog-thumbnail a .img-transition-scale {
  transform: scale(110%);
}
.echo-blog-grid.blog--style20.without-thumbnail .blog-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  background: #1A1A1A;
  opacity: 1;
}
.echo-blog-grid.blog--style20.without-thumbnail .blog-contents-wrapper .blog-content {
  position: relative !important;
  left: unset;
  bottom: unset;
  z-index: 1;
  width: 100%;
  opacity: 1;
}
.echo-blog-grid.blog--style20.without-thumbnail .blog-contents-wrapper .blog-content .echo-blog-grid-post-title a {
  background-position: 100% 90%;
}
.echo-blog-grid.blog--style20.without-thumbnail .blog-contents-wrapper .blog-content .echo-blog-grid-post-title a:hover {
  background-position: 0% 90%;
}
.echo-blog-grid.blog--style20.has_hover_overlay .blog-item:hover .blog-contents-wrapper .blog-thumbnail a:after {
  opacity: 0.5;
  background: var(--secondaryColor);
  mix-blend-mode: color;
}

@media (max-width: 991px) {
  .echo-blog-grid .blog-thumbnail img {
    width: 100%;
  }
  .echo-blog-grid h1.echo-blog-grid-post-title {
    font-size: 22px;
    line-height: 32px;
  }
  .echo-blog-grid .swiper-nav-btn {
    transform: scale(0.7);
  }
  .echo-blog-grid.blog--style2.responsive_container_yes .blog-contents-wrapper,
  .echo-blog-grid.blog--style3.responsive_container_yes .blog-contents-wrapper,
  .echo-blog-grid.blog--style6.responsive_container_yes .blog-contents-wrapper {
    display: block;
  }
  .echo-blog-grid.blog--style6 .blog-thumbnail img {
    width: auto;
  }
  .echo-blog-grid.blog--style7 .blog-contents-wrapper {
    display: block;
  }
  .echo-blog-grid.blog--style8 .blog-contents-wrapper .blog-meta {
    display: none;
  }
  .read-more-btn a.btn_lg {
    font-size: 16px;
    padding: 15px 50px 15px 30px;
  }
  .echo-blog-grid.blog--style12 .blog-contents-wrapper {
    display: block;
    gap: 30px;
  }
  .echo-blog-grid.blog--style13 .blog-contents-wrapper .blog-meta {
    margin-top: 0;
  }
  .echo-blog-grid.blog--style13 .blog-contents-wrapper .blog-thumbnail {
    flex-basis: 22%;
  }
  .echo-blog-grid.blog--style13 .blog-contents-wrapper .blog-content {
    flex-basis: 78%;
  }
  .echo-blog-grid.blog--style13 .blog-contents-wrapper .echo-blog-grid-post-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .echo-blog-grid.blog--style17 .blog-item {
    margin-bottom: 30px !important;
  }
  .echo-blog-grid.blog--style17 .blog-contents-wrapper {
    display: block !important;
  }
  .echo-blog-grid.blog--style17 .blog-contents-wrapper .blog-content {
    margin-top: 10px !important;
  }
  .echo-blog-grid.blog--style18 .blog-item .echo-blog-grid-post-title {
    font-size: 19px !important;
    line-height: 1.12 !important;
  }
  .echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper {
    display: grid;
  }
  .echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content {
    order: 1;
    padding: 40px 15px;
  }
  .echo-blog-grid.blog--style19 .blog-item .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
    font-size: 30px;
  }
  .echo-blog-grid.blog--style20 .blog-item .blog-contents-wrapper .blog-content .read-more-btn a {
    padding: 15px 40px !important;
  }
}/*# sourceMappingURL=blog-grid.css.map */