.sm_menu_outer {
	bottom: 0;
	height: calc(100vh - 45px);
	top: 60px;
}

section.team .section-inner .team-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	row-gap: 120px;
	width: 100%;
	justify-content: center;
}

section.team .section-inner .team-grid .item {
	display: flex;
	flex-direction: column;
	width: 23%;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	position: relative;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
	height: 350px;
}

.current-menu-item a {
	color: #866dff !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
	text-underline-offset: 8px !important; 
}
.breadcrumbs {
	color: white;
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}

footer .footer-inner {
	max-width: 1560px;
	padding: 0;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

footer .footer-inner .row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 20px 0px;
	flex-wrap: wrap;
	gap: 23px;
}

input,
.dextra-submit {
	font-family: 'Heebo-Regular';
	font-weight: 400;
}

.dextra .dextra-field-text {
	color: white;
}

.dextra-submit {
	font-size: 19px;
}

.content {
	font-family: 'Heebo-Regular';
	font-weight: 400;
}

.partners {
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

section.about.system .section-inner .right img {
	position: relative;
	z-index: 3;
	max-width: 90%;
}

section.pricing-table .section-inner table tbody tr.parent td:first-child {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
}

section.why-us .section-inner .row .item {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	max-width: 13vw;
}

section.why-us .section-inner .row .item img {
	max-height: 243px;
	height: auto;
}

section.cards .section-inner .card .read-more {
	color: var(--color-main);
	padding: 10px 0px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: transparent;
	font-family: 'Heebo-Bold';
	font-weight: 700;
}

.page-id-301 .contact-form {
	display: none;
}


.dextra-2 form {
	padding-top: 30px;
}

.mobile-logo {
	display: none;
}

section.hero .bg .crm {
	bottom: 7%;
}

section.hero .bg .left-bg-1 {
	bottom: 15%;
}

section.hero .bg .left-bg-2 {
	bottom: 24%;
}

section.partners .section-inner .partners-list > img,  section.partners .section-inner .partners-list > a{
	min-width: 12%;
}

section.partners .section-inner .partners-list a img {
	max-width: 100%;
}

section.partners .section-inner .partners-list img{
	object-fit: contain;
}

section.content.index .section-inner .tab-buttons .active .item {
	border-bottom: 3px solid var(--color-main);
}

.swiper.rotate .sample-slider {
	height: 700px;
	padding-top: 0;
	overflow: hidden;
}

section.swiper.rotate .section-inner .swiper-slide .item {
	box-shadow: 5px 5px 40px 0px rgba(40, 23, 124, 0.22);
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 20px;
}

section.swiper.rotate .section-inner .swiper-slide .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

section.swiper.rotate .section-inner .swiper-slide .item .text {
	display: none;
}

section.swiper.rotate .section-inner .swiper-slide-active .item .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: white;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

section.swiper.rotate .section-inner .swiper-slide-active .item img {
	height: 100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

section.swiper.rotate .section-inner .swiper-slide-active .item .text .title {
	font-size: 32px;
	font-family: 'Heebo-Bold';
	font-weight: 700;
}

section.swiper.rotate .section-inner .swiper-slide-active .item .text .content {
	font-size: 18px;
	font-family: 'Heebo-Regular';
	font-weight: 400;
	padding-top: 20px;
	height: 105px;
	text-overflow: ellipsis;
	border-radius: 20px;
}

.your-custom-prev-button {
	position: absolute;
	top: 57%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background: transparent;
	width: 35px;
	right: 5%
}

.your-custom-next-button {
	position: absolute;
	top: 57%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background: transparent;
	width: 35px;
	left: 5%;
}

section.swiper.rotate .your-custom-prev-button {
	top: 36%;
}

section.swiper.rotate .your-custom-next-button {
	top: 36%;
}



section.swiper.rotate .read-more {
	font-family: 'Heebo-Bold';
	font-weight: 700;
	font-size: 19px;
	color: #6FC7D8;
	text-align: center;
	padding-top: 70px;
}

section.swiper.rotate .read-more img {
	width: auto;
}

footer .info .item a {
	padding-left: 5px;
	padding-right: 5px;
}

.contact-buttons {
	position: fixed;
	width: 130px;
	top: 60%;
	left: 0;
	z-index: 11;
}

.contact-buttons a .item {
	padding: 15px 10px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.contact-buttons a:first-child {
	background-color: #282C37;
	border-top-right-radius: 20px;
}



.contact-buttons a:last-child {
	background-color: #5333ED;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
}

.contact-buttons a:first-child .item {
	background-color: #282C37;
	border-top-right-radius: 20px;
}

.contact-buttons a:nth-child(2) .item{
	background-color: #5333ED;
}

.contact-buttons a:last-child .item {
	background-color: #282C37;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
}

.contact-buttons a:first-child .item:hover {
	background-color: var(--color-third);
}

.contact-buttons a:nth-child(2) .item:hover{
	background-color: var(--color-third);
}

.contact-buttons a:last-child .item:hover {
	background-color: var(--color-third);
}

.contact-buttons .title {
	position: relative;
	font-size: 18px;
	color: white;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.subscribe .dextra {
	max-width: 100%;
	width: 100%;
}

.dextra-spacer {
	padding: 0 !important;
	margin: 0 !important;
}

.dextra-element-row>.dextra-element-column.dextra-element-1_4 {
	width: 80%;
	padding: 6px;
}

section.why-us .section-inner .row {
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 30px;
	justify-content: space-around;
	display: flex;

}

section.why-us .section-inner .row a {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.10);
	width: auto;
	flex-grow: 1;
	max-width: 12%;
	min-width: 350px;
	padding: 27px;
}

section.why-us .section-inner .row a:hover {
	background: #5333ed;
}

section.why-us .section-inner .row a:hover .title {
	color: white;
}

section.why-us .section-inner .row a .item .title {
	font-size: 19px !important;
	padding: 15px 20px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

section.why-us .section-inner .row a .item {
	white-space: nowrap;
}

section.why-us .section-inner .row a .item .title img {
	width: 17px;
	height: 16px;
	padding-right: 6px;
}

section.content.info .bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

section.content.info .bg .middle {
	left: 0;
	position: absolute;
	transform: scaleX(-1);
	top: 18px;
}

section.content.info .box.left .right {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.content.info .box.left img,
section.content.info .box.left video {
	width: 100%;
}


.home .box.right {
}


.home .box .right {
	position: relative;
	/* right: -1000px; */
	display: flex;
	align-items: center;
}

.home .box .left {
	position: relative;
	/*	left: -1000px; */
}

.home .box.left .right {
	position: relative;
	justify-content: center;
	right: auto;
	/* left: -1000px; */
}


.home .box.left .right .main {
	right: 140px;
	left: auto;
}

.home .box.left .left {
	position: relative;
	left: auto;
	/* right: -1000px; */
}

.home .box .right video {
	max-width: 580px;
	height: auto;
}


.home .box .right .background {
	position: absolute;
	z-index: 0;
	right: 0;
	left: auto;
}

.home .box.left .right .background {
	left: 0;
	right: auto;
}

.home .box .right img {

	z-index: 1;
	position: relative;
}

#box-1 .right .background {
	top: 95px;
}

#box-1 .right .main {
	top: 0px;
}

section.content.index.system .section-inner .box.left {
	flex-direction: row-reverse;
	min-height: 600px;
}

section.content.index.system .section-inner .box .right {
	width: 100%;
	text-align: center;
	padding: 20px;
	right: 0;
}

section.about.system .section-inner .right {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	right: 0;
	top: 50px;
}

section.content.info .box.left {
	align-items: flex-start;
}

section.content.info .box.left .right {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 95px;
}

section.content.info .box.left .left {
	width: 50%;
	padding: 20px;
}

section.content.info .box.left .right {
	width: 50%;
}

section.content.info video {
	border-radius: 19px;
}

section.content.info img {
	border-radius: 19px;
}

section.costumer-review .section-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 150px;
	flex-direction: column;
	flex-wrap: nowrap;
}

section.costumer-review .section-inner {
	max-width: 100%;
	position: relative;
	padding: 250px 0px;
}

section.costumer-review .section-inner .swiper-container {
	max-width: 1560px;
	margin-top: 110px;
	overflow: visible;
	width: 100%;
	padding: 0 30px;

}

.costumer-review .your-custom-prev-button {
	position: absolute;
	top: auto;
	bottom: 6%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background: transparent;
	width: 35px;
	right: 5%;
}

.costumer-review .your-custom-next-button {
	position: absolute;
	top: auto;
	bottom: 6%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background: transparent;
	width: 35px;
	left: 5%;
}



section.costumer-review .section-inner .box-sector {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.10);
	margin-top: 83px;
	height: 100%;
}

section.costumer-review .section-inner .box-sector .content.white {
	color: black;
	padding: 20px;
	padding-bottom: 0px;
}

section.costumer-review .section-inner .box-sector .button-more {
	padding: 0px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

section.costumer-review .section-inner .swiper-slide {}

section.costumer-review .section-inner .box-sector .circle {
	width: 115px;
	height: 115px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 100%;
	background: linear-gradient(to bottom, #5333ED 50%, white 50%);
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	position: absolute;
	z-index: 2;
	transition: none;
	top: 0px;
}




section.costumer-review .section-inner .box-sector .circle .image {
	width: 100%;
	height: 100%;
}

section.costumer-review .section-inner .swiper-slide-next .box-sector .circle {
	background: linear-gradient(to bottom, white 50%, #5333ED 50%);
}

section.costumer-review .section-inner .swiper-slide-next .box-sector .circle, section.costumer-review .section-inner .box-sector .circle {
	background: #ebebeb;

}
section.costumer-review .section-inner .swiper-slide-next .box-sector .circle .image, section.costumer-review .section-inner .box-sector .circle .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.costumer-review .section-inner .box-sector .circle .image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	mix-blend-mode: darken;
}



section.why-us .section-inner .row a .item img {
	object-fit: contain;

}

section.pricing-table .section-inner table thead tr th .column .custom-bullet-list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}


.archive-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1950px;
	right: 0;
	left: 0;
	margin: auto;
}

.archive-bg img:nth-child(1) {
	position: absolute;
	top: 23%;
	right: 83%;
}

section.cards .section-inner .card {
	flex: 0 0 calc(33.33% - 20px);
	padding: 20px;
	height: 650px;
}

section.content.index.system .section-inner .box .right {
	width: 100%;
	text-align: right;
	padding: 20px;
	right: 0;
	max-width: 63vw;
}



section.hero.contact-us {
	margin-top: 0;
}

section.hero.contact-us .bg .right-bg {
	position: absolute;
	top: -1%;
	right: -5%;
	width: 39%;
}

section.hero.contact-us .bg .crm {
	position: absolute;
	bottom: 13%;
	left: -7%;
	z-index: 2;
	width: 42%;
}

section.hero.contact-us .bg .left-bg-1 {
	position: absolute;
	bottom: 8%;
	left: -3%;
	z-index: 1;
	width: 60.2%;
}


section.hero.contact-us .bg .left-bg-2 {
	position: absolute;
	bottom: 17%;
	left: -1%;
	z-index: 3;
	width: 31%;
}

section.hero.contact-us .section-inner .right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 55%;
}

section.hero.contact-us .section-inner .right .upper {
	border-radius: 20px;
	background: #282C37;
	padding: 50px;
}

section.hero.contact-us .section-inner .right .lower {
	display: flex;
	flex-direction: row;
	padding: 20px;
	border-radius: 20px;
	background: #282C37;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

section.hero.contact-us .section-inner .right .lower .item ul {
	display: flex;
	justify-content: space-between;
	gap: 3vw;
}

section.hero.contact-us .section-inner .right .lower .item.social ul {
	display: flex;
	justify-content: space-between;
	gap: 1vw;
}

section.hero.contact-us .section-inner .right .lower ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
}

section.hero.contact-us .section-inner .right .lower ul li {
	color: white;
	font-size: 19px;
}


section.hero.contact-us .section-inner .right .title {
	color: #FFF;
	text-align: right;
	font-size: 56px;
}

section.hero.contact-us .section-inner .right .title img {
	width: 32px;
}

section.hero.contact-us .section-inner .right .sub-title {
	font-size: 19px;
	color: #FFF;
	letter-spacing: 1px;
	letter-spacing: 1px;
	padding-right: 53px;
	padding-top: 10px;
}


header.home .section-inner .menu-cont .main-menu li .sub-menu {
	visibility: hidden;
	opacity: 0;
	padding: 10px 0;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 2px solid var(--color-main);
	margin: 0;
	min-width: 180px;
	top: 65px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header.home .section-inner .menu-cont .main-menu li {
	margin: 0 13px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0px;
}

header.home .section-inner .menu-cont .main-menu .sub-menu li a {
	font-family: 'Heebo-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #282c37;
	padding: 5px;
	line-height: 1;
	transition: color 0.5s;
	white-space: nowrap;
}

header.home .section-inner .menu-cont .main-menu > li.menu-item-has-children > a::after {
	content: '\25BC'; /* Unicode character for down arrow */
	display: inline-block;
	margin-right: 8px; /* Adjust the margin as needed */
	vertical-align: middle;
	font-size: 0.4em; /* Adjust the size as needed */
}


header.home .section-inner .menu-cont .main-menu .sub-menu li a:hover {
	color: #5333ed;

}

@media only screen and (max-width: 1600px) {
	section.why-us .section-inner .item .title {
		font-size: 40px;
		padding-bottom: 60px;
	}
}


@media only screen and (max-width: 1200px) {
	section.why-us .section-inner .item .title {
		font-size: 36px;
		padding-bottom: 60px;
	}

	section.content.info .box.left .right {
		padding-top: 10px;
		right: 0;
	}

	section.content.info .box.left {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	section.content.info .bg {
		display: none;
	}

	section.content.info .box.left .right {
		width: 100%;
	}

	section.content.info .box.left .left {
		width: 100%;
	}

	section.contact-form .section-inner .container .right .sub-title {
		padding-bottom: 20px;
	}

	section.content.info .box.left .right {
		padding-top: 10px;
	}

	section.content.info .box .left .title {
		padding-top: 20px;
		padding-bottom: 0px;
	}
}







section.contact-form .section-inner .container .right form input::placeholder {
	color: white;
	opacity: 1;
	/* Firefox */
}

section.contact-form .section-inner .container .right form input::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: white;
}

.dextra-2 .dextra-button-submit.dextra-button-submit-2_2 button,
.dextra-2 .dextra-element-submit.dextra-button-style-theme .dextra-button-submit.dextra-button-submit-2_2 button {
	padding-top: 8px;
}

section.contact-form .section-inner .container .right form .dextra .dextra-element {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

section.contact-form .section-inner .container .right form .dextra-rtl .dextra-button-back-default,
.dextra-rtl .dextra-button-next-default,
.dextra-rtl .dextra-button-submit-default {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
}


section.hero .section-inner .button .round #animation .left {
	display: none;
}

section.hero .section-inner .button .round #animation .right {
	left: 0% !important;
}

section.hero .section-inner .button .round #animation .right .circle {
	left: 0% !important;
}



#animation .right .circle {
	--size: 236px;
	--value: 0%;
	--bord: 20px;
	--color: black;
	width: var(--size);
	height: var(--size);
	border: var(--bord) solid transparent;
	border-radius: 50%;
	background: linear-gradient(white, white) padding-box, conic-gradient(var(--color) var(--value), lightgrey var(--value)) border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	box-sizing: border-box;
	/* flex */
	display: flex;
	justify-content: center;
	align-items: center;
}


section.hero .section-inner .button .round #animation .inner-circle .clicker .item {
	opacity: 0;
	animation: showText 3s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	animation-delay: 2.5s;
}

/* Keyframe for slide from left to right */
@keyframes showText {
	0% {
		opacity: 0;
		/* Element starts off as invisible */
	}

	100% {
		opacity: 1;
		/* Element remains visible after the animation ends */
	}
}

section.hero .section-inner .title {
	animation: slideRightToLeft 1s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	margin-right: -100%;
	opacity: 0;
	/* Element starts off as invisible */
}


section.hero .section-inner .sub-title {
	animation: slideRightToLeft 1s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	margin-right: -100%;
	opacity: 0;
	/* Element starts off as invisible */
}

section.hero .section-inner .sub-title {
	animation: slideRightToLeft 1s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	margin-right: -100%;
	opacity: 0;
	/* Element starts off as invisible */
}

section.hero .section-inner .custom-bullet-list {
	animation: slideRightToLeft 1s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	margin-right: -100%;
	opacity: 0;
	/* Element starts off as invisible */
}

section.hero .bg .crm {
	/* Animation */
	animation: slideLeftToRight 1s ease forwards;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
	animation-delay: 2s;
	opacity: 0;
	/* Make the element invisible initially */
}

/* Keyframe for slide from left to right */
@keyframes slideLeftToRight {
	0% {
		left: -20%;
		opacity: 0;
		/* Element starts off as invisible */
	}

	1% {
		opacity: 1;
		/* Make the element visible as soon as the animation starts */
	}

	100% {
		left: 0%;
		opacity: 1;
		/* Element remains visible after the animation ends */
	}
}


/* Keyframe for slide from left to right */
@keyframes slideRightToLeft {
	0% {
		margin-right: -50%;
		opacity: 0;
		/* Element starts off as invisible */
	}

	1% {
		opacity: 1;
		/* Make the element visible as soon as the animation starts */
	}

	100% {
		margin-right: 0%;
		opacity: 1;
		/* Element remains visible after the animation ends */
	}
}

section.hero .bg .right-bg {
	animation: rotateRight 2s linear;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
}

/* Keyframe for rotate from left to right */
@keyframes rotateRight {
	0% {
		transform: rotate(45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


section.hero .bg .left-bg-1 {
	animation: rotateLeft 2s linear;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
}

section.hero .bg .left-bg-2 {
	animation: rotateLeft 2s linear;
	/* Time reduced to 2s for faster animation, and removed 'infinite' for no repeat */
}




/* CSS classes to run the animations */
#box-1 .backgroundAnime {
	animation: box1BackgroundAnimation 3s ease-in-out both;
}

#box-1 .mainAnime {
	animation: box1MainAnimation 3s ease-in-out both;
}


/* CSS classes to run the animations */
#box-2 .backgroundAnime {
	animation: box2BackgroundAnimation 3s ease-in-out both;
}

#box-2 .mainAnime {
	animation: box2MainAnimation 3s ease-in-out both;
}


/* CSS classes to run the animations */
#box-3 .backgroundAnime {
	animation: box3BackgroundAnimation 3s ease-in-out both;
}

#box-3 .mainAnime {
	animation: box3MainAnimation 3s ease-in-out both;
}


/* CSS classes to run the animations */
#box-4 .backgroundAnime {
	animation: box4BackgroundAnimation 3s ease-in-out both;
}

#box-4 .backgroundCircleAnime {
	animation: backgroundCircleAnimation 3s ease-in-out forwards;
}


#box-4 .mainAnime {
	animation: box4MainAnimation 3s ease-in-out both;
}

/* Keyframe for rotate from left to right */
@keyframes rotateLeft {
	0% {
		transform: rotate(-45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/* Keyframe for box-1 background */
@keyframes box1BackgroundAnimation {
	0% {
		top: 95px;
	}

	50% {
		top: 145px;
	}

	100% {
		top: 95px;
	}
}

/* Keyframe for box-1 main */
@keyframes box1MainAnimation {
	0% {
		top: 0;
		left: 0;
	}

	50% {
		top: -50px;
		left: -50px;
	}

	100% {
		top: 0;
		left: 0;
	}
}

/* Keyframe for box-2 background */
@keyframes box2BackgroundAnimation {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	75% {
		opacity: 0.5;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Keyframe for box-2 main */
@keyframes box2MainAnimation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-30deg);
	}

	100% {
		transform: rotate(0deg);
	}
}



/* Keyframe for box-3 background */
@keyframes box3BackgroundAnimation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(60deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* Keyframe for box-3 main */
@keyframes box3MainAnimation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(15deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

#box-1 .center-circle,
#box-2 .center-circle,
#box-3 .center-circle {
	display: none;
}

#box-4 .circle-parent {
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	margin-top: 15px;
}

#box-4 .center-circle {
	position: relative;
	z-index: 1;
	width: 0px;
	height: 0px;
	background: white;
	border-radius: 50%;
	left: 24px;

}

/* Keyframe for box-3 background */
@keyframes box4BackgroundAnimation {}

@keyframes backgroundCircleAnimation {
	0% {
		width: 0px;
		height: 0px;

	}

	50% {
		width: 410px;
		height: 410px;
	}

	100% {
		width: 0px;
		height: 0px;
	}
}

/* Keyframe for box-3 main */
@keyframes box4MainAnimation {}


section.hero .section-inner .title {}


section.contact-form .section-inner .container .left .crm {
	left: -400px;
}

a[hreflang="he-IL"] img{
	margin-left: 10px
}

section.pricing-table .caption {
	width: 100px;
}

section.pricing-table .caption-m {
	width: 90px;
}


section.why-us .section-inner .title {
	font-size: 30px;
	line-height: 1;
	margin-top: 15px;
}

@media only screen and (max-width: 1600px) {
	section.why-us .section-inner .item .title {
		font-size: 28px;
	}
}


.box .left {
	width: 44%;
	padding-left: 20px;
}

@media only screen and (max-width: 950px) {

	header.home {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.logo {
		display: none;
	}

	section.page-top {
		margin-top: 39px;
	}

	section.hero .section-inner {
		min-height: 555px;
	}


	.contact-buttons {
		position: fixed;
		width: 100px;
		top: 80%;
		left: 0;
		z-index: 11;
	}

	.contact-buttons .title {
		position: relative;
		font-size: 16px;
		color: white;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.contact-buttons a .item {
		padding: 10px 10px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.contact-buttons a .item img {
		width: 24px;
		padding-left: 5px;

	}

	.mobile-logo {
		width: 100%;
		text-align: center;
		padding-top: 30px !important;
	}

	.mobile-logo img {
		width: auto;
		height: auto;
	}

	header .part-left .button {
		margin-left: 0px;
		font-size: 15px;
		margin-right: 15px;
	}

	.title {
		text-align: center;
	}

	.box .left {
		width: 100%;
		padding: 0px;
	}

	.sample-slider .swiper-container-autoheight,
	.swiper-container-autoheight .swiper-slide {
		padding: 9px;
	}

	section.costumer-review .section-inner .swiper-slide {
		padding: 0;
	}

	section.content.index.system .section-inner .box .right {
		width: 100%;
		text-align: center;
		padding: 10px;
	}

	section.page-top .section-inner {
		border-top: 1px solid white;
	}

	section.cards.single .section-inner {
		display: flex;
		flex-wrap: nowrap;
		gap: 0px;
		justify-content: space-between;
		flex-direction: column;
	}

	section.pricing-table .section-inner table tbody tr:last-child.parent td:first-child {
		background-color: transparent;
		width: 0%;
		display: none;
	}

	section.partners.pricing {
		padding-top: 50px;
		padding-bottom: 50px;
		padding: 20px;
		padding-bottom: 30px;
	}


	section.content .section-inner .sub-title {
		padding-bottom: 20px !important;
	}

	section.content.index.system .section-inner {
		padding-bottom: 0px !important;
	}

	section.content.index.system .section-inner .sub-title {
		padding-bottom: 20px !important;
	}

	section.qa .section-inner .table .right,
	section.qa .section-inner .table .left {
		padding: 10px;
	}

	section.content.info .box.left .left {
		width: 50%;
		padding: 10px;
	}

	section.hero.contact-us .bg {
		display: none;
	}

	section.team .section-inner {
		padding: 20px;
	}

	section.why-us .section-inner .row {
		flex-wrap: nowrap;
		gap: 20px;
		row-gap: 30px;
		justify-content: space-around;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		padding: 0 10px;
	}

	section.why-us .section-inner .row .item {
		display: flex;
		flex-direction: column;
		width: auto;
		height: auto;
		max-width: 100%;
	}

	section.hero.contact-us .section-inner .right {
		width: 100%;
	}

	section.hero.contact-us .section-inner .right .title {
		color: #FFF;
		text-align: right;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	section.hero.contact-us .section-inner .right .sub-title {
		font-size: 19px;
		color: #FFF;
		letter-spacing: 1px;
		padding-right: 0;
		padding-top: 22px;
	}


	section.hero.contact-us .section-inner .right .lower {
		display: flex;
		flex-direction: column;
		padding: 20px;
		border-radius: 20px;
		background: #282C37;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	section.hero.contact-us .section-inner .right .lower ul {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: space-between;
		gap: 15px;
	}

	section.hero.contact-us .section-inner .right .lower .item.social {
		padding-top: 30px;
	}

	section.hero.contact-us .section-inner .right .lower .item.social ul {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		gap: 15px;

	}

	.partners {
		padding-left: 20px;
		padding-right: 20px;
	}

	section.hero.contact-us .section-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	footer .footer-inner .row .item {
		width: 100%;
	}

	footer .footer-inner .row .item ul {
		width: 100%;
		padding: 20px;
	}

	footer .footer-inner .row .item:nth-child(3n) {
		height: auto;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	footer .footer-inner .row .item:nth-child(3n) ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		height: auto;
		flex-wrap: nowrap;
		align-content: center;
		text-align: center;
	}

	footer .footer-inner .row .item:nth-child(3n) ul li {
		width: 100%;
	}

	.dextra-2 .dextra-button-submit.dextra-button-submit-2_2 button,
	.dextra-2 .dextra-element-submit.dextra-button-style-theme .dextra-button-submit.dextra-button-submit-2_2 button {
		padding-top: 11px;
		width: 100%;
		white-space: nowrap;
	}

	.your-custom-next-button {
		position: relative;
		top: 11%;
		left: -60px;
	}

	.your-custom-prev-button {
		position: relative;
		top: 15%;
		right: -60px;
	}


	section.content.index.system .section-inner .box {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		width: 100%;
	}

	section.content.index.system .section-inner .box.left {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		width: 100%;
	}

	section.content.index.system .section-inner .box .right {
		width: 100%;
		text-align: center;
		padding: 20px;
		padding-top: 0px;
		padding-left: 0;
		padding-right: 0;
	}

	section.content.index.system .section-inner .box .left {
		width: 100%;
		text-align: center;
		padding: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	section.content.index.system .section-inner .box.left .right {
		width: 100%;
		text-align: center;
		padding: 20px;
		padding-left: 0;
		padding-right: 0;
	}


	section.content.index.system .section-inner .box .right img {
		margin-top: 0px;
	}

	section.content.index.system .section-inner .box.left .right img {
		margin-top: 0px;
	}

	section.content.index.system .section-inner .box .left {
		padding-bottom: 0px;
	}

	section.content.index.system .section-inner .box .right img {
		width: 100%;
	}

	section.content.index.system .section-inner .box.left .right img {
		width: 100%;

	}

	section.content.index.system .section-inner .box.left .left {
		padding-bottom: 0px;
	}

	section.content.index.system .section-inner .box {
		min-height: auto;
	}

	section.content.index.system .section-inner .box.left {
		min-height: auto;
	}

	section.content.index.system .section-inner .box .left .title {
		padding-right: 40px;
		justify-content: flex-start;
	}

	section.about.system .section-inner .right img.bg1 {
		position: absolute;
		top: -80px;
		left: 10%;
		z-index: 1;
		width: 10%;
	}

	section.content.index.system .bg .middle {
		position: relative;
		top: 45%;
		z-index: 0;
		width: 20%;
	}

	section.team .section-inner .team-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 2%;
		row-gap: 120px;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}

	section.team .section-inner .team-grid .item {
		display: flex;
		flex-direction: column;
		width: 100%;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		position: relative;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
		height: 350px;
	}

	section.about.system .section-inner .right img {
		position: relative;
		z-index: 3;
		max-width: 100%;
		padding-top: 30px;
	}

	section.about.system .section-inner .right img.bg2 {
		position: absolute;
		bottom: -90px;
		z-index: 1;
	}

	.box .left .title {
		font-family: 'Heebo-Regular';
		font-weight: 400;
		font-size: 32px;
		text-align: right;
		padding-bottom: 20px;
		display: flex;
		flex-direction: row;
		gap: 5px;
	}

	section.team .section-inner .title {
		font-size: 48px;
		padding-bottom: 150px;
		display: flex;
		flex-direction: row;
		gap: 5px;
	}

	section.content.info .bg {
		display: none;
	}

	section.content.info .box.left .right {
		width: 100%;
	}

	section.content.info .box.left .left {
		width: 100%;
	}

	section.contact-form .section-inner .container .right .sub-title {
		padding-bottom: 20px;
	}

	section.content.info .box.left .right {
		padding-top: 10px;
	}

	section.content.info .box .left .title {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	section.why-us.info {
		padding-bottom: 50px;
	}

	section.content.info .section-inner {
		padding-bottom: 0;
	}

	section.qa .section-inner .title {
		font-size: 48px;
		padding-bottom: 40px;
		display: flex;
		flex-direction: row;
		gap: 6px;
	}

	.box .right {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.box.left .right .main {
		right: 0;
		left: auto;
	}

	.home .box.left .right .main {
		right: 0;
	}

	#box-1 .right .background {
		right: 8%;
	}

	#box-2 .right .background {
		right: 10%;
	}

	#box-3 .right .background {
		right: 9%;
	}

	#box-4 .right .background {
		right: 9%;
	}

	#box-4 .circle-parent {
		position: absolute;
		right: 10%;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
		margin-top: 15px;
	}

	.dextra-1 .dextra-button-submit.dextra-button-submit-1_2 button,
	.dextra-1 .dextra-element-submit.dextra-button-style-theme .dextra-button-submit.dextra-button-submit-1_2 button {
		max-width: 60px;
	}

	.dextra-responsive-elements-phone-landscape .dextra-input,
	.dextra-responsive-elements-phone-landscape .dextra-upload-dropzone {
		padding-top: 30px;
	}

	.swiper.rotate {
		height: auto;

	}

	.swiper.rotate .sample-slider {
		height: 900px;
		padding-top: 0;
		overflow: hidden;
		padding-bottom: 50px;
		margin-top: -132px;
	}

	section.swiper.rotate .your-custom-prev-button {
		position: absolute;
		top: 474px;
		right: 20vw;
	}

	section.swiper.rotate .your-custom-next-button {
		position: absolute;
		top: 474px;
		left: 20vw;
	}

	section.costumer-review .your-custom-prev-button {
		position: absolute;
		top: 500px;
		right: 10px;
	}


	section.costumer-review .your-custom-next-button {
		position: absolute;
		top: 500px;
		left: 10px;
	}

	section.partners .section-inner .partners-list > img,  section.partners .section-inner .partners-list > a{
		min-width: 12%;
		width: 41%;
	}

	.dextra-2 .dextra-button-submit.dextra-button-submit-2_2 button,
	.dextra-2 .dextra-element-submit.dextra-button-style-theme .dextra-button-submit.dextra-button-submit-2_2 button {

		max-width: 125px;
	}

	section.costumer-review .section-inner {
		max-width: 100%;
		position: relative;
		padding: 60px 0px;
	}

	section.costumer-review .section-inner .swiper-container {
		max-width: 1560px;
		margin-top: 40px;
		overflow: visible;
		width: 100%;
		padding: 0 30px;
		height: auto;
	}

	section.contact-form .section-inner .title {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		flex-wrap: nowrap;
		font-family: 'Heebo-Regular';
		font-weight: 400;
		font-size: 24px !important;
	}

	section.contact-form .section-inner .container .left img {
		top: 50% !important;
		left: 50% !important;
		transform: translate(-87%, -193%) !important;
		width: 60%;
	}

	section.contact-form .section-inner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 100px;
		overflow: visible;
		z-index: 0;
		padding: 160px 20px 60px 20px;
	}

	section.content.index .section-inner {
		padding-top: 50px;
		padding-bottom: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}

	section.content.index.slider .section-inner {
		padding-bottom: 0px;
	}

	section.content.index .section-inner .tab-buttons {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	section.swiper.rotate .read-more {
		font-family: 'Heebo-Bold';
		font-weight: 700;
		font-size: 19px;
		color: #6FC7D8;
		text-align: center;
		padding-top: 53px;
	}

	section.contact-form .section-inner .container .left img {
		top: 0% !important;
		left: 0% !important;
		transform: none !important;
		width: 60%;
		margin-top: -165px;
		max-width: 300px !important;
		position: relative !important;
	}

	section.contact-form .section-inner .container {
		display: flex;
		flex-direction: column-reverse;
	}

	footer .footer-inner .row .item ul a {
		white-space: nowrap;
	}

	section.why-us .section-inner .row a {
		border-radius: 12px;
		background: #FFF;
		box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.10);
		width: 100%;
		flex-grow: 1;
		max-width: 100%;
		min-width: auto;
		padding: 27px;
	}


	section.subscribe {
		padding: 0 20px;
	}

	.subscribe .section-inner .left {
		width: 100%;
	}

	.subscribe .section-inner .right .title {
		text-align: center;
	}

	.swiper.rotate .sample-slider {
		height: 520px;
		padding-top: 0;
		overflow: hidden;
		padding-bottom: 0px;
		margin-top: 0;
	}

	section.swiper.rotate .section-inner .swiper-slide-active .item .text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 20px 40px 20px;
		background-color: white;
		border-radius: 20px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	section.partners .section-inner .title {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		flex-wrap: wrap;
		font-family: 'Heebo-Regular';
		font-weight: 400;
		font-size: 24px !important;
		gap: 6px;
	}

	section.pricing-table .section-inner table thead tr th .select {
		padding-top: 30px;
		text-align: center;
		display: none;
	}

	#detail_table {
		margin-bottom: 50px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		border-radius: 20px;
	}

	section.pricing-table {
		padding-bottom: 0px;
	}

	section.pricing-table .section-inner {
		padding: 20px 20px 10px 20px;
	}

	section.pricing-table .section-inner table tbody tr:last-child td .select {
		padding-top: 17px;
		text-align: center;
	}

	section.why-us {
		padding-top: 0px;
	}

	section.why-us .section-inner .title {
		font-size: 48px;
		padding-bottom: 0px;
	}

	section.why-us.info .section-inner .title {
		font-size: 48px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1950px) and (min-width: 950px) {

	section.costumer-review .your-custom-prev-button {
		position: absolute;
		bottom: 0px;
		top: auto;
		right: 25vw;
	}


	section.costumer-review .your-custom-next-button {
		position: absolute;
		bottom: 0px;
		top: auto;
		left: 25vw;
	}
}

section.single-content .section-inner .content img {
	float: left;
	max-width: 50%;
	border-radius: 20px;
	margin-right: 50px;
}


header .part-left .button:first-child {
	margin-left: 20px;
}

header.home .section-inner .menu-cont .main-menu li a {
	text-transform: uppercase;
}

.contact-form .dextra-field-select {
	background: transparent;
	border: none;
	color: white;
	border-bottom: 1px solid white;
	height: 44px;
}


.contact-form .dextra-field-select option {
	color: black;
}

@media only screen and (max-width: 1400px) {
	header .logo img {
		max-width: 150px;
	}

	header.home .section-inner .menu-cont .main-menu li {
		margin: 0 8px;
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 50px 0px;
	}

}
@media only screen and (max-width: 950px) {

	section.single-content .section-inner .content img {
		max-width: 100%;
	}

	section.costumer-review {
		overflow: visible;
	}

	section.costumer-review .swiper-container {
		overflow: visible;
	}

	header .part-left .button:first-child {
		margin-left: 0px;
	}

	.logo {

	}
}

.dextra-2 .dextra-field-2_15 {
	color: #fff;
}

.page section.cards.single .section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: flex-start;
    flex-direction: row;
    gap: 12px;
}

header.home{
	position: fixed;
	width: 100%;
	top:0;
}

body.admin-bar header.home{
	top: 32px;
}

section.cards .section-inner .card{
	height: auto;
}