@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Variable.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Light.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Regular.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Italic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Medium.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Bold.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Black.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}
body {
    font-family: 'Satoshi-Variable', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler .burger-icon {
    border: 1px solid #fff;
    padding: 2px;
    height: 33px;
    color: #fff !important;
    width: 33px;
}
.burger-icon>span {
	 background-color: #fff !important;
}
.text-color-holistic{
	color:#40b85c;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Satoshi-Variable', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

#sp-header {
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 99;
  animation: spFadeIn 0.5s;
  background: #ffffff00;
  box-shadow: none;
  top: 20px;
}
#sp-header .sp-module {
    margin-left: 0;
}



.btn-outline-primary {
    background: transparent;
    border-color: #40b85c;
    color: #40b85c;
}
.btn-outline-primary:hover, .btn-outline-primary:focus-visible, .btn-outline-primary:active {
    background: #40b85c !important;
    color: #fff;
	border-color: #40b85c !important;
	box-shadow: none;
}
.sppb-btn-secondary, .btn-secondary {
    color: #40b85c;
    background-color: #ffffff;
    border-color: #ffffff;
}
.sppb-btn-secondary.sppb-btn-outline, .btn-secondary.btn-outline {
    color: #ffffff;
    background-color: transparent;
}
.sppb-btn-lg, .btn-lg {
    padding: 8px 2rem;
    font-size: 17px;
    line-height: 1.65;
    border-radius: 5px;
}
#hero-home::after {
    content: "";
    background-image: url(../../../images/homepage-image/hero-jh.svg);
    background-repeat: no-repeat;
    background-size: 70vw 85vh;
    background-attachment: inherit;
    background-position: 100% 60%;
    position: absolute;
    box-shadow: 0 0 0 0 #FFFFFF;
    width: 100%;
    height: 100%;
}
.search-btn-hero {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.search-btn-hero i {
    background: #f3f3f3;
    position: absolute;
    right: 0;
    width: 4vw;
    height: 100%;
    top: 0;
    text-align: center;
    color: #41b75b;
    line-height: 3.3;
}

.horizontal-scroll__item {
  align-items: center;
  display: flex;
  flex: 0 0 244px;
  width: 244px;
  justify-content: center;
  scroll-snap-align: start;
}
.cat-gallery-item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.aspect-ratio::before {
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
  content: "";
}
.cat-gallery-item__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 60%, black 90%);
}
.jh-card {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  flex-direction: column;
}
.jh-card__avatar {
  position: absolute;
  top: -38px;
  z-index: 20;
}
.jh-card__section.has-avatar {
  padding-top: 2rem !important;
}
.jh-card__section {
  position: relative;
}
.jh-card__cover {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.jh-avatar--48 {
  width: 48px;
  height: 48px;
}
.aspect-ratio > :first-child, .aspect-ratio img, .aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  z-index: 20;
}
.cat-gallery-item__title {
  position: absolute;
  z-index: 21;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 20px;
  bottom: 10px;
  height: 100px;
}
.drop-shadow {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.new-card.card {
    border-radius: 0;
    border: none;
	background: none;
}
.new-card .card-img-top {
    height: 100%;
}
.card-img-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#es-groups .g-list-inline>li, #es-videos-trend .g-list-inline>li {
    display: inline-block;
    font-size: 16px;
    padding-right: 1rem;
    list-style: none;
}
#es-groups ol.g-list-inline, #es-videos-trend ol.g-list-inline {
    padding: 0;
	margin: 0;
}
.card-for-video .card-img-top {
    border-radius: 0 !important;
}
.hits-coment-absoulte {
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.home-senioriz-mostpop-blog .eb-mod-image-cover:before {
    content: '';
    display: none !important;
    position: relative;
    border: none !important;
}
.readmore-eb-blog {
    color: #000;
}
.readmore-eb-blog:hover {
    color: #40b85c;
}
.easyblog-title-senioriz a {
    color: #000;
}

.card-hover-white {
    border: 1px solid #c8c8c8;
}
.card-hover-white:hover {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 0px 20px #0000001c;
}

.jh-listing--divider .jh-listing__item:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
#sp-footer, #sp-bottom {
    background: #000;
    color: #FFFFFF;
}
#sp-bottom {
    font-size: 16px;
    line-height: 1.7;
}
#sp-footer a, #sp-bottom a {
    color: #ffffff;
}
div#sp-footer1 {
    text-align: center;
}


@media(max-width: 575px){
	#hero-home::after{
		background-size: 92vw 95vh;
		background-position: 50% 10%;
	}
	div#sp-bottom1 {
		text-align: center;
	}
	.search-btn-hero i {
		width: 15vw;
		line-height: 2.6;
	}
	.sppb-btn-xlg {
		padding: 10px 10px;
		font-size: 15px;
		line-height: 1.3;
		border-radius: 6px;
	}
	#es .es-container .es-content{
		min-width:100% !important;
	}
}