#navSlider .container {
	max-width: 1170px;
}

#navSlider {
	position: fixed;
	top: 0;

}

/* .hidden
{
	visibility: hidden !important;
}
.visible
{
	visibility: visible !important;
	transition-delay: 0.9s;
	transition-timing-function: steps(4, jump-start);
} */
.path-slider {
	display: inline-block;
	position: relative;
	top: 20%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	transform: rotateY(180deg);
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.path-slider path {
	stroke-width: 1px;
	stroke: none;
	fill: none;
}

.icon__path {
	fill: #FFFFFF;
}

.path-slider__item {
	position: absolute;
	left: -37px;
	top: -37px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	text-decoration: none;
	outline: none;
	/*-webkit-transition:unset !important;
	-o-transition:unset !important;
	transition:unset !important;*/
}

.path-slider__item:hover .item__circle,
.path-slider__item:focus .item__circle,
.path-slider__item.path-slider__current-item .item__circle {
	background-color: #35a937;
	border: 3px solid #fff;
	/*-webkit-transition:unset !important;
	-o-transition:unset !important;
	transition:unset !important;*/
}

.item__circle:hover,
.path-slider__item.path-slider__current-item .item__circle {
	background-color: #35a937;
	border: 3px solid #fff;
}

.path-slider__item.path-slider__current-item .item__circle h6 {
	color: #fff;
}

/*s*/
.item__circle p {
	width: 85%;
	margin: 0 auto;
	margin-top: 7px;
	line-height: 0.9;
	font-size: 13px;
}

.item__circle {
	display: inline-block;
	width: 110px;
	height: 110px;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	text-align: center;
	transition: 0.5s;
	transform: rotateY(168deg) !important;
	padding: 13px 0;
	border: 3px solid #35a937;
}

.item__circle img {
	width: 46px;
	height: 46px;
}

.path-slider__item.path-slider__current-item .item__circle p,
.path-slider__item .item__circle:hover p {
	color: #fff;
}

.path-slider__item .item__circle p {
	color: #111;
}

.item__title {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-variant: small-caps;
	white-space: nowrap;
	opacity: 0.8;
	transition: 0.5s;
}

.item__icon {
	width: 45px;
	height: 45px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.path-slider__current-item .item__title {
	font-size: 25px;
	opacity: 1;
	-webkit-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
}

.inner-product {
	position: absolute;
	top: 36%;
	left: 11%;
	width: 76%;
	height: auto;
	min-height: 119px;
	overflow: visible;
	/*border-radius: 48px 80px 48px 80px;
	border-style: dashed;*/
}

/* product8 has 19 items — use flex so all show inside the track */
#product8.circle-container {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 4px 0;
}

.inner-path .circle a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

/*.inner-product ul li
{
display: inline;
border: 2px solid #9ec657;
border-radius: 50%;
background-color: #fff;
transition: .5s ease;
cursor: pointer;
}*/
/*.inner-product ul li:hover, .inner-product ul li:focus
{
background-color: #9ec657 !important;
border: 2px solid #fff !important;
}*/

.inner-product #product1,
.inner-product #product2,
.inner-product #product3,
.inner-product #product4,
.inner-product #product5,
.inner-product #product6,
.inner-product #product7,
.inner-product #product8,
.inner-product #product9 {
	display: none;
	transition: .5s ease;
}

.path-slider__item.product1.path-slider__current-item~.inner-product #product1,
.path-slider__item.product2.path-slider__current-item~.inner-product #product2,
.path-slider__item.product3.path-slider__current-item~.inner-product #product3,
.path-slider__item.product4.path-slider__current-item~.inner-product #product4,
.path-slider__item.product5.path-slider__current-item~.inner-product #product5,
.path-slider__item.product6.path-slider__current-item~.inner-product #product6,
.path-slider__item.product7.path-slider__current-item~.inner-product #product7,
.path-slider__item.product8.path-slider__current-item~.inner-product #product8,
.path-slider__item.product9.path-slider__current-item~.inner-product #product9 {
	display: block;
	transition: .5s ease;
}

/*.circle-container > *
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -3em;
	width: 5em;
	height: 5em;
}*/
.circle-container>*:nth-of-type(1) {
	transform: rotateY(0deg) translate(7em) rotate(0deg);
}

.circle-container>*:nth-of-type(2) {
	transform: rotateY(0deg) translate(8em) rotate(0deg);
}

.circle-container>*:nth-of-type(3) {
	transform: rotateY(0deg) translate(9em) rotate(0deg);
}

.circle-container>*:nth-of-type(4) {
	transform: rotateY(0deg) translate(10em) rotate(0deg);
}

.circle-container>*:nth-of-type(5) {
	transform: rotateY(0deg) translate(11em) rotate(0deg);
}

.circle-container>*:nth-of-type(6) {
	transform: rotateY(0deg) translate(12em) rotate(0deg);
}

.circle-container>*:nth-of-type(7) {
	transform: rotateY(0deg) translate(13em, 0em) rotate(0deg);
}

.circle-container>*:nth-of-type(8) {
	transform: rotateY(0deg) translate(4em, 8em) rotate(0deg);
}

.circle-container>*:nth-of-type(9) {
	transform: rotateY(0deg) translate(-9em, 9em) rotate(0deg);
}

.circle-container>*:nth-of-type(10) {
	transform: rotateY(0deg) translate(31em, 3em) rotate(0deg);
}

.circle-container>*:nth-of-type(11) {
	transform: rotateY(0deg) translate(18em, 3em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(8) {
	transform: rotateY(0deg) translate(15em, 0em) rotate(0deg);
}


#product8.circle-container>*:nth-of-type(9) {
	transform: rotateY(0deg) translate(13em, 5em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(10) {
	transform: rotateY(0deg) translate(4em, 9em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(11) {
	transform: rotateY(0deg) translate(-6em, 9em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(12) {
	transform: rotateY(0deg) translate(35em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(13) {
	transform: rotateY(0deg) translate(25em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(14) {
	transform: rotateY(0deg) translate(15em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(15) {
	transform: rotateY(0deg) translate(5em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(16) {
	transform: rotateY(0deg) translate(-5em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(17) {
	transform: rotateY(0deg) translate(-15em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(18) {
	transform: rotateY(0deg) translate(-25em, 4em) rotate(0deg);
}

#product8.circle-container>*:nth-of-type(19) {
	transform: rotateY(0deg) translate(-35em, 4em) rotate(0deg);
}


/*.circle-container img 
{  
	max-width: 85%;
	width: 30px;
	height: 30px;
}
.circle-container img:hover
{
	filter: grayscale(0);
}
.circle-container p
{
	font-size: 10px;
}*/
.path-img {
	transform: translate(-84%, 42%) rotateX(174deg) translate(87%, -55%)
}

svg.item__icon image {
	transform: translate(-16%, 55%) rotateY(182deg) translate(-96%, -55%);
}

.circle {
	width: 90px;
	height: 90px;
	background-color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	border: 3px solid #9ec657;
	text-align: center;
	padding: 0px 5px;
}

.circle:hover p {
	color: #fff;
}

.circle:hover {
	background-color: #9ec657;
	border: 3px solid #fff;
}

.inner-path {
	position: relative;
	top: -41px;
	transform: rotateY(184deg);
}

.circle img {
	height: 40px;
	width: 40px;
	margin: 0 auto;
}

.circle p {
	color: #333333;
	font-size: 9px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 7px;
}

body #homeCarousel {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

body.pathSlider-visible #navSlider {
	visibility: visible !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

body #navSlider {
	position: absolute;
	right: 5%;
	display: none;
	visibility: hidden;
	-webkit-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transform: translateX(120%);
	z-index: 999;
	-webkit-transition: transform .5s ease-in-out, visibility .5s ease-in-out;
	-o-transition: transform .5s ease-in-out, visibility .5s ease-in-out;
	transition: transform .5s ease-in-out, visibility .5s ease-in-out;
}

div#product8 .circle {
	width: 70px;
	height: 70px;
}