
@charset "UTF-8";

.premium-carousel-wrapper a.carousel-arrow, .premium-carousel-wrapper a.ver-carousel-arrow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	line-height: 0;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: inherit;
	border: none;
	box-shadow: none;
	text-decoration: none;
}

.premium-carousel-wrapper a.carousel-arrow svg, .premium-carousel-wrapper a.ver-carousel-arrow svg {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.carousel-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow {
	position: absolute;
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow:hover {
	box-shadow: none !important;
}

.premium-carousel-wrapper .premium-carousel-content-hidden {
	visibility: hidden;
}

.premium-carousel-arrows-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.ver-carousel-arrow.carousel-next i {
	margin-bottom: -3px;
}

.premium-carousel-wrapper a.ver-carousel-arrow {
	inset-inline-start: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.premium-carousel-dots-above ul.slick-dots {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.premium-carousel-wrapper .premium-carousel-nav-arrow-next, .premium-carousel-wrapper .premium-carousel-nav-arrow-prev, .premium-carousel-wrapper .premium-carousel-nav-dot {
	display: none;
}

.premium-carousel-wrapper ul.slick-dots svg {
	width: 20px;
	height: 20px;
	outline: 0 !important;
}

@-webkit-keyframes hvr-ripple-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.premium-carousel-ripple-yes .premium-carousel-wrapper {
	padding-bottom: 1px;
}

.premium-carousel-ripple-yes ul.slick-dots li {
	position: relative;
}

.premium-carousel-ripple-yes ul.slick-dots li i {
	position: relative;
	z-index: 1;
}

.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
	content: "";
	position: absolute;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .15);
}

.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
	background-color: rgba(0, 0, 0, .3);
}

.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
	-webkit-animation: hvr-ripple-out 1.3s infinite;
	animation: hvr-ripple-out 1.3s infinite;
}

.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
	-webkit-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

[dir=rtl] .premium-carousel-inner .slick-slide {
	float: right;
}

.premium-carousel-nav-fraction {
	text-align: center;
	position: relative;
}

.premium-carousel-nav-progressbar {
	width: 100%;
	height: 20px;
	left: 0;
	background-color: rgba(0, 0, 0, .25);
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}

.premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill {
	background: #6ec1e4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.premium-carousel-nav-progress {
	position: relative;
	text-align: left;
	overflow: hidden;
	height: 20px;
	background-color: rgba(0, 0, 0, .25);
}

.premium-carousel-nav-progress .premium-carousel-nav-progress-fill {
	width: 0%;
	height: 100%;
	font-size: 12px;
	background: #6ec1e4;
	text-align: center;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	position: absolute;
	overflow: hidden;
	line-height: 20px;
	-webkit-transition: width 0s ease-in-out !important;
	transition: width 0s ease-in-out !important;
}

.premium-counter-area {
	padding: 10px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-counter-area.top {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.premium-counter-area.right {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.premium-counter-area.right .premium-counter-icon {
	-webkit-padding-start: 20px;
	padding-inline-start: 20px;
}

.premium-counter-area.left .premium-counter-icon {
	-webkit-padding-end: 20px;
	padding-inline-end: 20px;
}

.premium-counter-area .premium-counter-icon .icon i.fa:before {
	vertical-align: text-top;
}

.premium-counter-area .premium-counter-icon span.icon {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.premium-counter-area .premium-counter-icon .circle {
	border-radius: 100%;
}

.premium-counter-area .premium-counter-icon img, .premium-counter-area .premium-counter-icon svg {
	width: 80px;
}

.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
	height: 80px;
}

.premium-counter-area .premium-counter-title p {
	padding: 0;
	margin: 0;
}

.premium-counter-area .premium-counter-value-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-init-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-init-wrapper.row {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-init-wrapper.right {
	text-align: right;
}

span.icon.flex-width {
	width: auto !important;
	height: auto !important;
}

.premium-counter-area .premium-counter-init {
	font-size: 35px;
}

.premium-pricing-table-container {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-pricing-icon-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
}

.premium-pricing-icon-container .premium-pricing-icon {
	display: inline-block;
}

.premium-pricing-icon-container .premium-pricing-image {
	overflow: hidden;
}

.premium-pricing-icon-container .premium-pricing-image img {
	width: 25px;
	height: 25px;
	object-fit: cover;
}

.premium-badge-left:not(.premium-badge-flag) {
	position: absolute;
	top: 0;
}

.premium-badge-right:not(.premium-badge-flag) {
	position: absolute;
	top: 0;
	right: 0;
}

.premium-badge-left {
	left: 0;
}

.premium-badge-triangle.premium-badge-left .corner {
	width: 0;
	height: 0;
	border-top: 150px solid;
	border-bottom: 150px solid transparent;
	border-right: 150px solid transparent;
}

.premium-badge-triangle.premium-badge-right .corner {
	width: 0;
	height: 0;
	border-bottom: 150px solid transparent;
	border-right: 150px solid;
	border-left: 150px solid transparent;
}

.premium-badge-triangle span {
	position: absolute;
	top: 35px;
	width: 100px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	text-transform: uppercase;
}

.premium-badge-triangle.premium-badge-right span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
}

.premium-badge-circle {
	min-width: 4em;
	min-height: 4em;
	line-height: 4em;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
}

.premium-badge-stripe {
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 15em;
	overflow: hidden;
	height: 15em;
}

.premium-badge-stripe.premium-badge-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.premium-badge-stripe .corner {
	text-align: center;
	left: 0;
	width: 150%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
}

.premium-badge-flag.premium-badge-right .corner {
	right: -8px;
	border-radius: 4px 4px 0 4px;
}

.premium-badge-flag.premium-badge-right .corner::after, .premium-badge-flag.premium-badge-right .corner::before {
	right: 0;
}

.premium-badge-flag.premium-badge-left .corner {
	left: -8px;
	border-radius: 4px 4px 4px 0;
}

.premium-badge-flag.premium-badge-left .corner::after, .premium-badge-flag.premium-badge-left .corner::before {
	left: 0;
}

.premium-badge-flag .corner {
	text-align: center;
	padding: 3px 15px;
	position: absolute;
	top: 10%;
}

.premium-badge-flag .corner::after, .premium-badge-flag .corner::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	border-bottom: 8px solid transparent;
}

.elementor-widget-premium-addon-pricing-table {
	overflow: visible !important;
}

.premium-badge-flag.premium-badge-right .corner::after {
	border-left: 8px solid rgba(0, 0, 0, .2);
}

.premium-badge-flag.premium-badge-left .corner::before {
	border-right: 8px solid rgba(0, 0, 0, .2);
}

.premium-pricing-price-currency {
	position: relative;
}

.premium-pricing-button-container {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-pricing-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.premium-pricing-list .premium-pricing-list-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-pricing-list .premium-pricing-list-item svg {
	width: 50px;
	height: 50px;
}

.premium-pricing-list .premium-pricing-list-item img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.premium-pricing-list .premium-pricing-list-span {
	position: relative;
}

.premium-pricing-list .list-item-tooltip {
	border-bottom: 1px dotted;
}

.premium-pricing-list .premium-pricing-list-tooltip {
	position: absolute;
	top: -webkit-calc(100% + 1px);
	top: calc(100% + 1px);
	inset-inline-start: 0;
	visibility: hidden;
	padding: 15px 20px;
	border-radius: 5px;
	min-width: 200px;
	overflow: hidden;
	text-align: start;
	font-size: .8rem;
	color: #fff;
	background-color: #aaa;
}

.premium-pricing-features-left .premium-pricing-list-span {
	text-align: start;
}

.premium-pricing-features-center .premium-pricing-list-span {
	text-align: center;
}

.premium-pricing-features-right .premium-pricing-list-span {
	text-align: end;
}

.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
	z-index: 99;
	visibility: visible;
	opacity: 1;
}

.premium-pricing-slashed-price-value {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	-webkit-margin-end: 5px;
	margin-inline-end: 5px;
}

.premium-pricing-price-value {
	font-size: 70px;
}

.premium-pricing-description-container li {
	list-style-position: inside;
	text-indent: -40px;
}

@-moz-document url-prefix() {
	.premium-pricing-description-container li {
		text-indent: 0;
	}
}

.premium-pricing-button-container .premium-pricing-price-button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 12px;
	text-align: center;
	color: #fff;
	background: #6ec1e4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.rtl .premium-badge-stripe .corner {
	-webkit-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
	-ms-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
	transform: rotate(-45deg) translateY(-50%) translateX(-10px);
}

.rtl .premium-badge-left.premium-badge-triangle span {
	left: 0;
}

.premium-title-bg-text:before {
	position: absolute;
	content: attr(data-background);
	top: 0;
	left: 0;
	text-align: left;
}

.premium-bg-text-yes .elementor-widget-container:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.premium-mask-yes .premium-mask-span {
	position: relative;
	overflow: hidden;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.premium-mask-yes .premium-mask-span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.premium-button .premium-lottie-animation, .premium-image-button .premium-lottie-animation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-button svg:not(.premium-btn-svg), .premium-image-button svg:not(.premium-btn-svg) {
	width: 30px;
	height: 30px;
}

.premium-btn-block, .premium-btn-lg, .premium-btn-md, .premium-btn-sm {
	background-color: #eee;
	color: #042551;
	margin: 0;
	text-decoration: none;
}

.premium-btn-block:hover, .premium-btn-lg:hover, .premium-btn-md:hover, .premium-btn-sm:hover {
	background-color: #54595f;
	color: #eee;
}

div[class*=elementor-widget-premium] .premium-btn-sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1;
}

div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after {
	padding: 12px 24px;
}

div[class*=elementor-widget-premium] .premium-btn-md {
	padding: 14px 26px;
	font-size: 16px;
	line-height: 1.2;
}

div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after {
	padding: 14px 26px;
}

div[class*=elementor-widget-premium] .premium-btn-lg {
	padding: 16px 28px;
	font-size: 18px;
	line-height: 1.3333;
}

div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after {
	padding: 16px 28px;
}

div[class*=elementor-widget-premium] .premium-btn-block {
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
	padding: 20px 0;
}

.premium-button-text {
	display: inline-block;
	width: 100%;
}

.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out;
}

.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
	width: 225%;
	height: 560px;
}

.premium-mouse-detect-yes .premium-button-style6:before {
	width: 0;
	height: 0;
}

.premium-loader {
	border: 3px solid #f3f3f3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	border-top-color: #bbb;
	border-radius: 50%;
	border-top: 3px solid;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

.premium-svg-drawer *, .premium-svg-nodraw * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: stroke, fill, background-color !important;
	transition-property: stroke, fill, background-color !important;
}

.premium-svg-drawer .no-transition, .premium-svg-nodraw .no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.premium-svg-drawer * {
	stroke-width: 15px;
	stroke: #000;
}

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

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

.premium-error-notice {
	width: 100%;
	padding: 10px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	text-align: center;
}

.premium-error-notice a {
	color: #252c59;
}

.premium-addons__v-hidden {
	visibility: hidden;
	opacity: 0;
}
