html, body {
		scroll-behavior: auto !important; /* Disable smooth scroll default browser */
}
.elementor-location-header	.membership {
		display: none;
}
.logged-in .elementor-location-header .nonmembership {
		display: none;
}
.logged-in .elementor-location-header	.membership {
		display: block;
}
.header-megamenu, .header-megamenu .jet-mega-menu, .header-megamenu .jet-mega-menu-list, .header-megamenu .jet-mega-menu-item {
		position: static;
}
.header-megamenu .jet-mega-menu-sub-menu {
		width: 100%;
		height: 0;
		transition: all 0.5s !important;
		overflow: hidden;
}
.header-megamenu .jet-mega-menu-list > .jet-mega-menu-item {
		padding: 0;
		margin-right: 32px;
}
.header-megamenu .jet-mega-menu-list > .jet-mega-menu-item--current > .jet-mega-menu-item__inner > .jet-mega-menu-item__dropdown {
		color: #F86B44;
}
.header-megamenu .jet-mega-menu-list > .jet-mega-current-menu-item > .jet-mega-menu-item__inner a {
		color: #F86B44 !important;
}
.header-megamenu .jet-mega-menu-sub-menu {
		background: #181818;
}
.header-megamenu .jet-mega-menu-sub-menu	.jet-mega-menu-sub-menu__list {
		display: flex;
    align-items: flex-start;
    padding: 8px 10px 0;
		grid-gap: 8px;
		background: transparent;
}
.header-megamenu .menu-list-column > .jet-mega-menu-sub-menu > .jet-mega-menu-sub-menu__list {
		flex-direction: row;
		grid-gap: 48px;
}
.header-megamenu .jet-mega-menu-list > .jet-mega-menu-item > .jet-mega-menu-sub-menu > .jet-mega-menu-sub-menu__list {
		padding: 8px 10px 20px;
}
.header-megamenu .jet-mega-menu-list > .jet-mega-menu-item.menu-list-column > .jet-mega-menu-sub-menu > .jet-mega-menu-sub-menu__list {
		padding: 8px 0 20px;
}
.jet-mega-menu-list > .jet-mega-menu-item > .jet-mega-menu-sub-menu > .jet-mega-menu-sub-menu__list >	.jet-mega-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__link  {
		font-weight: 500;
}
.header-megamenu .jet-mega-menu-list >	.jet-mega-menu-item--hover > .jet-mega-menu-sub-menu {
		height: 160px;
}
.header-megamenu	.jet-mega-menu-item--hover .jet-mega-menu-sub-menu {
		height: auto;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: all !important;
}
.header-megamenu .jet-mega-menu-sub-menu .jet-mega-menu-item__link {
		font-size: 14px;
		font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    color: #fff;
		transition: all 0.5s;
}
.header-megamenu .jet-mega-menu-sub-menu .jet-mega-menu-item-has-children .jet-mega-menu-item__dropdown {
		display: none;
}
.header-megamenu .jet-mega-menu-sub-menu .jet-mega-current-menu-item > .jet-mega-menu-item__inner > .jet-mega-menu-item__link,
.header-megamenu .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover > .jet-mega-menu-item__inner > .jet-mega-menu-item__link {
		color: #F86B44;
}
.header-megamenu .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner {
		padding: 0;
}
.header-megamenu .jet-mega-menu-item__link.jet-mega-menu-item__link--top-level {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
		color: #ffffff;
    padding: 24px 0;
    display: flex;
		transition: all 0.5s;
}
.header-megamenu .jet-mega-menu-item--current .jet-mega-menu-item__link.jet-mega-menu-item__link--top-level, .header-megamenu .jet-mega-menu-item:hover .jet-mega-menu-item__link.jet-mega-menu-item__link--top-level {
		color: #F86B44;
}
.header-megamenu .jet-mega-menu-item--current .jet-mega-menu-item__dropdown {
		color: #F86B44;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
		position: static;
}

.header-seach {
		min-width: 32px;
    position: relative;
}
.header-search-form {
		width: 200px !important;
		opacity: 1;
		visibility: visible;
		transition: none;
}
.header-seach .elementor-search-form .elementor-search-form__container {
		border: none;
    background: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
}
.header-seach .elementor-search-form .elementor-search-form__input::-webkit-search-cancel-button {
    display: none;
}
.header-seach .elementor-search-form .elementor-search-form__submit {
		opacity: 0;
}
.header-seach .elementor-search-form--focus .elementor-search-form__submit {
		display: inline-block;
}
.header-seach input::placeholder {
    color: #fff;
		opacity: 1;
}
	
.header-notify {
		cursor: pointer;
		width: 32px;
    height: 64px;
}
.header-notify > .elementor-widget-container {
		display: flex;
    align-items: center;
    justify-content: center;
		width: 100%;
}
.header-profile .membership {
		position: static;	
}
.header-profile-icon {
		cursor: pointer;
		width: 32px;
    height: 64px;
}
.header-profile-icon > .elementor-widget-container {
		display: flex;
    align-items: center;
    justify-content: center;
		width: 100%;
}
.header-profile-popup {
		position: absolute;
    top: 100%;
    right: 0;
		transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
		min-width: 200px;
}
.header-profile-popup.active {
		visibility: visible;
    opacity: 1;
}
	
.header-language-icon {
		cursor: pointer;
    width: 32px;
    height: 64px;
}
.header-language-icon > .elementor-widget-container {
		display: flex;
    align-items: center;
    justify-content: center;
		width: 100%;
}
.header-language-list {
		position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    max-width: unset !important;
    background: #fff;
    border-radius: 10px;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
}
.header-language-list.active {
		visibility: visible;
		opacity: 1;
}
.header-language-list .cpel-switcher__lang {
		width: 100%;
		margin: 0 !important;
}
.header-language-list .cpel-switcher__lang a {
		display: flex;
    padding: 16px;
    color: #2C2D33;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    width: 100%;
}
.header-language-list .cpel-switcher__lang.cpel-switcher__lang--active a, .header-language-list .cpel-switcher__lang:hover a {
		background-color: transparent;
    background-image: linear-gradient(180deg, #EEEEF0 0%, #EEEEF0 100%);
}
	
.header-mobile-menu {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(51, 51, 51, 0.45);
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s;
}
.header-mobile-menu.active {
		opacity: 1;
		visibility: visible;
}
.header-mobile-menu .mb_main_menu {
		width: 314px;
		height: 100vh !important;
    padding: 24px 16px;
		max-height: none !important;
		background: #fff !important;
		position: relative;
		left: -100%;
		transition: all 0.5s ease;
		flex-wrap: initial;
}
.header-mobile-menu.active .mb_main_menu {
		left: 0;
}
	
.mobile-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
		background: none;
		color: #F86B44;
}
.mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin: 0;
		overflow-y: hidden;
}
.mobile-menu .elementor-nav-menu .elementor-item {
		padding: 0;
    background: none !important;
}
.mobile-menu .elementor-nav-menu > li {
    margin-bottom: 28px;
}
.mobile-menu .elementor-nav-menu .sub-menu {
		padding-left: 16px;
}
.mobile-menu .elementor-nav-menu .sub-menu > li {
		margin: 28px 0 0;
}
.mobile-menu .elementor-nav-menu .sub-menu .elementor-sub-item {
		line-height: 36px;
    padding: 0;
    border: none;
		background: none;
}
.mobile-menu .elementor-nav-menu .sub-arrow {
		padding: 8px;
		transition: all 0.5s;
}
.mobile-menu .elementor-nav-menu .highlighted .sub-arrow {
		transform: rotate(180deg);
}
.mobile-menu .elementor-nav-menu a.highlighted {
		color: #313239 !important;
}
.header-mobile-menu .header-mobile-search {
		background: #F9FAFB;
    border: 1px solid #EEEEF0;
    border-radius: 2px;
    padding: 0 16px;
		flex-wrap: nowrap;
}
.header-mobile-menu .header-mobile-search .elementor-search-form__input {
		padding: 0 !important;
}
.header-mobile-menu .header-mobile-search .elementor-search-form__submit {
		display: none;
}
.header-mobile-menu input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.mobile-menu-close {
		width: 32px;
    height: 32px;
    padding: 0;
    position: fixed;
    z-index: 999;
    left: 320px;
    top: 16px;
    cursor: pointer;
}
.mobile-menu-close	.e-con.e-child {
		width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-bar .mobile-menu-close {
		top: 62px;
}
.admin-bar .header-mobile-menu .mb_main_menu {
		padding-top: 70px;
}
.search-button-clear {
		cursor: pointer;
		display: none;
}
.search-button-clear.active {
		display: flex;
}
.search-button-clear > .elementor-widget-container {
		width: 12px;
		height: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobile-search-icon > .elementor-widget-container {
		width: 16px;
    height: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-search-icon > .elementor-widget-container > .elementor-icon-wrapper {
		height: 100%;
}
	
@media (min-width: 1280px) {
    body > *:not([data-elementor-type="header"]) {
        margin-left: 0 !important;
    }
}
	
@media (max-width: 1024px) {
		.header-profile {
				width: 32px;
		}
}
	
/* FOOTER */
.footer-list {
    list-style: none;
		padding: 0 0 0 16px;
}
.footer-list li {
    margin-top: 8px;
}
.footer-list li a {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: -0.28px;
    display: flex;
		transition: all 0.5s;
}
.footer-list li a:hover, .footer-list li a.active {
		color: #F86B44 !important;
}
.footer-heading a.active, .footer-heading a:hover {
		color: #F86B44 !important;
}
.footer-heading a {
		font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    transition: all 0.5s;
}
	
/* testimonials css */
	.testimonials-solution-slider {
		margin: 0 -32px;
	}
	.testimonials-solution-slider .swiper-slide {
		padding: 32px;
		opacity: 0 !important;
	}
	.testimonials-solution-slider .swiper-slide.swiper-slide-active {
		opacity: 1 !important;
	}
	.testimonial-solution-item {
		padding: 32px;
		box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
		display: flex;
    grid-gap: 32px;
	}
	.testimonial-solution-img {
			min-width: 308px;
			padding: 16px 24px 16px 0;
			border-right: 1px solid #D8D8DF;
	}
	.testimonial-solution-img .customer-name {
			color: #181818;
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
			margin-bottom: 8px;
	}
	.testimonial-solution-info h5.subtitle {
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			text-transform: uppercase;
			color: #F86B44;
			margin: 0 0 4px;
	}
	.testimonial-solution-info h4.title {
			color: #181818;
			font-size: 24px;
			font-weight: 700;
			line-height: 32px;
			letter-spacing: -0.48px;
			margin: 0;
	}
	.testimonial-solution-info .description {
		color: #181818;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.testimonials-solution-slider .swiper-button-next, .testimonials-solution-slider .swiper-button-prev {
		width: 24px;
		height: 24px;
		display: flex;
		align-content: center;
	}
	.testimonials-solution-slider .swiper-button-next {
		right: 0;
	}
	.testimonials-solution-slider .swiper-button-prev {
		left: 0;
	}
	.testimonials-solution-slider .swiper-button-next:after, .testimonials-solution-slider .swiper-button-prev:after {
		font-size: 18px;
	}
	@media (max-width: 767px) {
		.testimonial-solution-item {
			flex-direction: column;
		}
		.testimonial-solution-img {
			border: none;
		}
		.testimonials-solution-slider {
			margin: 0;
		}
	}

	/* STYLE FOR HOME VERSION 3 */
	.elementor-kit-6 e-page-transition {
    background-color: #181818 !important;
	}
	
	.top-bar {
			height: 32px;
			transition: all 0.5s;
	}
	.top-bar.hidden {
			height: 0;
	}
	
	.header-megamenu .jet-mega-menu-item__link.jet-mega-menu-item__link--top-level {
		letter-spacing: 0;
		font-family: Inter;
		padding: 24px 0;
	}
	.jet-mega-menu-item__dropdown svg path {
		transition: all 0.5s;
	}
	.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__dropdown {
		color: #fff;
	}
	.jet-mega-menu-item__dropdown svg {
			fill: #fff;
			width: 12px;
			height: 12px;
	}
	.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
			color: #F86B44;
	}
	.header-megamenu .jet-mega-menu-list > .jet-mega-menu-item.menu-list-column > .jet-mega-menu-sub-menu > .jet-mega-menu-sub-menu__list .jet-mega-menu-sub-menu {
		position: static;
	}
	
	.header-seach {
			min-width: 71px;
			position: relative;
	}
	.header-seach.active .elementor-search-form .elementor-search-form__container {
			border-bottom-color: rgba(255, 255, 255, 0.20) !important;
	}
	.header-seach .elementor-search-form .elementor-search-form__input {
			color: #fff !important;
			font-family: Inter;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			padding: 0 !important;
			background: #282828 !important;
			border-radius: 0 !important;
	}
	.header-seach .elementor-search-form .elementor-search-form__input::-webkit-search-cancel-button {
			display: none;
	}
	.header-seach .elementor-search-form .elementor-search-form__submit {
			opacity: 0;
	}
	.header-search-icon {
			cursor: pointer;
			width: 20px !important;
			height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
	}
	.header-search-icon .elementor-widget-container {
			height: auto !important;
	}
	.header-seach input::placeholder {
			color: #fff;
			opacity: 1;
	}
	
	.solution-name-list .solution-category-title {
		color: #fff;
		font-family: Outfit;
		font-size: 20px;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -0.4px;
		margin: 0 0 8px;
	}
	.solution-name-list .solution-list {
		display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    list-style: none;
		grid-gap: 8px 32px;
	}
	.solution-name-list .solution-list a {
		color: #fff;
		font-family: Inter;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-decoration: underline;
		display: flex;
		grid-gap: 4px;
		transition: all 0.5s;
	}
	.solution-name-list .solution-list a svg {
		height: 24px;
		min-width: 16px;
	}
	.solution-name-list .solution-list a:hover {
		color: #F86B44;
	}
	.custom-posts-list {
		display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
	}
	.post-item-wrapper {
		border-radius: 2px;
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 40px 16px;
	}
	.custom-posts-list .post-thumbnail {
		display: flex;
		margin-top: 16px;
	}
	.custom-posts-list .post-thumbnail img {
		width: 100%;
    height: 180px;
    object-fit: cover;
	}
	.custom-posts-list .post-excerpt {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8F92A1;
    margin-top: 16px;
	}
	.custom-posts-list .post-title {
		font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #2C2D33;
    margin: 0;
		transition: all 0.5s;
	}
	.custom-posts-list .post-title:hover {
		color: #F86B44;
	}
	.custom-posts-list .post-title a {
		font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
	}
	.custom-posts-list .post-date {
		color: #2C2D33;
		font-family: Inter;
		font-size: 16px;
		font-weight: 400;
		line-height: 18px;
		margin-bottom: 8px;
	}
	
	.slick-testimonials .testimonial-slide {
		padding: 30px;
	}
	.slick-testimonials .slick-arrow {
		  background: none !important;
			outline: none !important;
			padding: 0;
			display: flex;
			position: absolute;
			top: 50%;
			transform: translatey(-50%);
			left: -100px;
			cursor: pointer;
	}
	.slick-testimonials .slick-arrow.slick-next {
		left: auto;
		right: -100px;
	}
	.testimonial-item {
    position: relative;
	}
	.testimonial-item-img {
		display: flex;
		position: absolute;
    top: 0;
    left: 0;
	}
	.testimonial-item-img img {
		width: 600px;
    height: 440px;
    object-fit: cover;
	}
	.testimonial-item-info {
		background: #fff;
    padding: 32px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
		position: relative;
    z-index: 1;
	}
	.testimonial-item-info .subtitle {
		color: #F86B44;
		font-family: Inter;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		text-transform: uppercase;
		margin: 0 0 4px;
	}
	.testimonial-item-info .title {
		color: #181818;
		font-family: Inter;
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: -0.48px;
		margin: 0 0 32px;
	}
	.testimonial-item-info .description {
		color: #2C2D33;
		font-family: Inter;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		min-height: 182px;
	}
	.customer-info {
		padding: 24px 0 16px;
		margin-top: 32px;
		border-top: 1px solid #D8D8DF;
	}
	.customer-info .customer-name {
		color: #181818;
		font-family: Inter;
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		margin: 0 0 8px;
	}
	.customer-info img {
		max-width: 207px;
		margin: 0;
	}
	.readmore-button {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 24px;
    color: #F86B44;
    cursor: pointer;
	}
	#testimonial-popup {
		display:none;
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    z-index: 9999;
    height: 100%;
	}
	.testimonial-popup-wrapper {
		position: absolute;
		max-width: 80%;
    width: 700px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-height: 90%;
		overflow-y: auto;
	}
	#testimonial-close-popup {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 32px;
		cursor: pointer;
		z-index: 1;
	}
	
	.loader {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		display: block;
		margin:15px auto;
		position: relative;
		background: #FFF;
		box-shadow: -24px 0 #FFF, 24px 0 #FFF;
		box-sizing: border-box;
		animation: shadowPulse 2s linear infinite;
	}

	@keyframes shadowPulse {
		33% {
			background: #FFF;
			box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
		}
		66% {
			background: #FF3D00;
			box-shadow: -24px 0 #FFF, 24px 0 #FFF;
		}
		100% {
			background: #FFF;
			box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
		}
	}
	
	.aioseo-breadcrumbs {
		padding: 8px 24px;
		border-bottom: 1px solid #eeeef0;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 4px;
	}
	
	@media (max-width: 1024px) {
		.custom-posts-list {
    	display: flex;
			flex-direction: column;
		}
		.testimonial-item-img {
        position: static;
        margin-bottom: 24px;
    }
    .testimonial-item-img img {
        width: 100%;
        height: 290px;
    }
    .slick-testimonials .testimonial-slide {
        padding: 16px;
    }
    .customer-info img {
        margin: 0;
    }
    .testimonial-item-info {
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    }
	}
	@media (max-width: 767px) {
		.solution-name-list .solution-list {
			display: flex;
    	flex-direction: column;
		}
	}

/* Header text slider */
.marquee-container {
	display: flex;
	flex-direction: column;
	gap: 80px;
	overflow: hidden;
	width: 100%;
}

.marquee-track {
	display: flex;
	width: fit-content;
}

.marquee-left {
	animation: marquee-left 15s linear infinite;
}

.marquee-right {
	animation: marquee-right 15s linear infinite;
}

.scroll-card {
	margin-right: 50px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-width: fit-content;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
}

@keyframes marquee-left {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-50%);
	}
}

@keyframes marquee-right {
	0% {
	transform: translateX(-50%);
	}
	100% {
	transform: translateX(0);
	}
}