/**************** Premium Bullet List ****************/
/*****************************************************/
.premium-bullet-list-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.premium-bullet-list-flex-start .premium-bullet-list-content {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.premium-bullet-list-center .premium-bullet-list-content {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.premium-bullet-list-flex-end .premium-bullet-list-content {
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.premium-bullet-list-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition:
		background-color 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition:
		background-color 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition:
		background-color 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out,
		transform 0.3s ease-in-out;
	transition:
		background-color 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out,
		transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	width: auto;
	position: relative;
}
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-wrapper {
	display: inline-block;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.premium-bullet-list-content .premium-bullet-list-text span {
	margin: 0 5px;
	-webkit-transition:
		color 0.3s ease-in-out,
		text-shadow 0.3s ease-in-out;
	transition:
		color 0.3s ease-in-out,
		text-shadow 0.3s ease-in-out;
}
.premium-bullet-list-content .premium-bullet-list-icon-text p {
	font-size: 13px;
	background-color: #eee;
	padding: 1px 5px;
	border-radius: 2px;
}
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-icon-text p,
.premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-content .premium-bullet-list-wrapper i {
	-webkit-transition:
		color 0.3s ease-in-out,
		fill 0.3s ease-in-out,
		text-shadow 0.3s ease-in-out,
		background-color 0.3s ease-in-out,
		stroke 0.3s ease-in-out;
	transition:
		color 0.3s ease-in-out,
		fill 0.3s ease-in-out,
		text-shadow 0.3s ease-in-out,
		background-color 0.3s ease-in-out,
		stroke 0.3s ease-in-out;
}
.premium-bullet-list-content .premium-bullet-list-wrapper {
	position: relative;
	line-height: 0;
}
.premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-content .premium-bullet-list-wrapper svg {
	width: 30px !important;
	height: 30px !important;
	position: relative;
	z-index: 3;
}
.premium-bullet-list-content .premium-bullet-list-wrapper i,
.premium-bullet-list-content
	.premium-bullet-list-wrapper
	.premium-bullet-list-icon-text {
	position: relative;
	z-index: 3;
}
.premium-bullet-list-content .premium-bullet-list-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.premium-bullet-list-content .premium-bullet-list-link span {
	display: none;
}

.premium-bullet-list-wrapper {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1 !important;
}

.premium-icon-connector-content {
	position: relative;
}
.premium-icon-connector-content::after {
	content: "";
	display: block;
	height: var(--pa-connector-height, 10px);
	z-index: 2 !important;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 2;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:not(
		:first-child
	) {
	margin: 0 3px;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
	margin: 0 3px 0 0;
}

.premium-bullet-list-divider:not(:last-child) {
	width: 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	overflow: hidden;
}

.premium-bullet-list-divider:not(:last-child):after {
	content: "";
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
}

.premium-bullet-list-divider-inline:not(:last-child) {
	float: right;
	display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 3px;
}

.premium-bullet-list-divider-inline:not(:last-child):after {
	content: "";
	display: block;
	border-left-width: 1px;
	height: 33px;
	border-left-style: solid;
}

.premium-bullet-list-icon-text {
	line-height: 1.5;
}

.premium-bullet-list-icon-text p,
ul.premium-bullet-list-box,
li.premium-bullet-list-content {
	margin: 0;
}

.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-wrapper
	i,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-text
	span,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-icon-text
	p {
	color: transparent !important;
	text-shadow: 0 0 3px #aaa;
}
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-icon-connector-content,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-wrapper
	.premium-lottie-animation
	svg,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-wrapper
	img,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content
	.premium-bullet-list-badge {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-wrapper
	i,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-text
	span,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-icon-text
	p {
	color: #aaa !important;
	text-shadow: 0 0px 0 transparent;
}
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-icon-connector-content,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-wrapper
	.premium-lottie-animation
	svg,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-wrapper
	img,
.premium-bullet-list-blur:hover
	.premium-bullet-list-content:hover
	.premium-bullet-list-badge {
	-webkit-filter: none;
	filter: none;
}

.premium-bullet-list-content .premium-bullet-list-badge {
	font-size: 11px;
	top: auto;
	min-width: -webkit-max-content;
	min-width: max-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.premium-bullet-list-gradient-effect span[data-text] {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.premium-bullet-list-gradient-effect span[data-text]::before {
	content: attr(data-text);
	position: absolute;
	z-index: 1;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
	clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.premium-bullet-list-content:hover
	.premium-bullet-list-gradient-effect
	span[data-text]::before,
.premium-bullet-list-content:focus
	.premium-bullet-list-gradient-effect
	span[data-text]::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
ul[data-list-animation*="animated-"] .premium-bullet-list-content,
ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
	opacity: 0;
}

.premium-bullet-list-content-grow-effect:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.premium-bullet-list-content .premium-bullet-list-text-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Show Bullet Hover Effect */
.pa-show-bullet {
	-webkit-transition:
		width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
}
.pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
	max-width: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top {
	max-height: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}
.pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top {
	height: 0;
	overflow: hidden;
}
.pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top) {
	width: 0;
}
.pa-show-bullet .premium-bullet-list-icon-text,
.pa-show-bullet .premium-drawable-icon,
.pa-show-bullet .premium-lottie-animation {
	overflow: hidden;
}

.premium-bullet-list-content:hover
	.pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top {
	max-height: 500px;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.premium-bullet-list-content:hover
	.pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
	max-width: 500px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.premium-bullet-list-content:hover
	.pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top {
	height: var(--pa-svg-bullet-h, var(--pa-bullet-hv-size, 30px));
	overflow: visible;
}
.premium-bullet-list-content:hover
	.pa-show-bullet:not(.pa-has-text-bullet):not(
		.premium-bullet-list-wrapper-top
	) {
	width: var(--pa-bullet-hv-size, 30px);
}
.premium-bullet-list-content:hover
	.pa-translate-bullet.premium-bullet-list-wrapper:not(
		.premium-bullet-list-wrapper-top
	) {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.premium-bullet-list-content:hover
	.pa-show-bullet
	.premium-bullet-list-icon-text,
.premium-bullet-list-content:hover .pa-show-bullet .premium-drawable-icon,
.premium-bullet-list-content:hover .pa-show-bullet .premium-lottie-animation {
	overflow: unset;
}

/*Translate Bullet Hover Effect*/
.premium-bullet-list-translate-bullet .premium-bullet-list-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pa-translate-bullet.premium-bullet-list-wrapper:not(
		.premium-bullet-list-wrapper-top
	) {
	opacity: 0;
	-webkit-transform: translateX(-0.5rem) translateY(0.5rem);
	-ms-transform: translateX(-0.5rem) translateY(0.5rem);
	transform: translateX(-0.5rem) translateY(0.5rem);
	-webkit-transition:
		opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
		opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
	transition:
		transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
		opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
		-webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rtl .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
