﻿*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	overflow-wrap: break-word;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden
}

body.rtl {
	direction: rtl;
}

.elementor-icon {
	display: inline-flex !important;
}

button {
	background: none;
}

ol,
ul,
li {
	list-style: none;
}

@media (min-width: 1025px) {
	.position-header {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
		overflow: hidden;
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/** === Button === **/
.rbt-button {
	font-size: 14px;
	color: #666;
	font-weight: 700
}

.rbt-button.rbt-button-size-xs {
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 400
}

.rbt-button.rbt-button-size-sm {
	padding: 10px 20px;
	font-size: 12px
}

.rbt-button.rbt-button-size-md {
	padding: 15px 30px
}

.rbt-button.rbt-button-size-lg {
	padding: 20px 30px;
	font-size: 16px
}

.rbt-button.rbt-button-size-xl {
	padding: 25px 30px;
	font-size: 18px
}

.elementor-align-justify .rbt-button,
.elementor-tablet-align-justify .rbt-button,
.elementor-mobile-align-justify .rbt-button {
	width: 100%
}

.rbt-button-icon-align-left {
	float: right
}

.rbt-button-icon-align-right {
	float: left
}

/* Pagination */
.rbt-pagination {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	padding: 0;
	list-style: none
}

.rbt-pagination li {
	list-style-type: none;
	flex: none;
	padding-right: 20px;
	position: relative
}

.rbt-pagination li a:hover,
.rbt-pagination li.rbt-active a {
	color: #fff;
	background: #777
}

.rbt-pagination li a:hover span {
	color: #fff;
}

.rbt-pagination li a {
	font-size: 12px;
	padding: 5px 25px;
	background: #ffffff;
	color: #777;
	border-radius: 25px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	display: block;
	color: #999
}

.rbt-pagination-dot-dot {
	display: flex;
	align-items: center;
	justify-content: center
}

.rbt-pagination-dot-dot span {
	line-height: 1px;
	height: 13px;
	color: #bbb !important
}

/**
    testtimonial & slider & post-carousel & logo-carpusel  
**/
.rbt-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0
}

button.rbt-icon:not(:disabled) {
	cursor: pointer
}

.rbt-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.rbt-icon:not(.rbt-preserve) [fill*='#']:not(.rbt-preserve) {
	fill: currentcolor
}

.rbt-icon:not(.rbt-preserve) [stroke*='#']:not(.rbt-preserve) {
	stroke: currentcolor
}

.rbt-icon>* {
	transform: translate(0, 0)
}

/*
    alert
*/
.rbt-alert {
	position: relative;
	padding: 15px 15px 15px 29px;
	background: #f8f8f8;
	color: #666
}

*+.rbt-alert {
	margin-top: 20px
}

.rbt-alert>:last-child {
	margin-bottom: 0
}

.rbt-alert-close {
	position: absolute;
	top: 20px;
	left: 15px
}

.rbt-alert-close:first-child+* {
	margin-top: 0
}

.rbt-alert-primary {
	background: #d8eafc;
	color: #1e87f0
}

.rbt-alert-success {
	background: #edfbf6;
	color: #32d296
}

.rbt-alert-warning {
	background: #fff6ee;
	color: #faa05a
}

.rbt-alert-danger {
	background: #fef4f6;
	color: #f0506e
}

/*
    badge
*/
.rbt-badge {
	box-sizing: border-box;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff;
	font-size: .875rem;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.rbt-badge:hover,
.rbt-badge:focus {
	color: #fff;
	text-decoration: none;
	outline: none
}

/*
    overlay
*/
.rbt-overlay {
	padding: 30px 30px
}

.rbt-overlay>:last-child {
	margin-bottom: 0
}

.rbt-overlay-default {
	background: rgba(255, 255, 255, 0.8)
}

.rbt-overlay-primary {
	background: rgba(34, 34, 34, 0.8)
}

/*
    tooltip
*/
.rbt-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	top: 0;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px
}

.rbt-tooltip.rbt-active {
	display: block
}

[class*='rbt-tooltip-top'] {
	margin-top: -10px
}

[class*='rbt-tooltip-bottom'] {
	margin-top: 10px
}

[class*='rbt-tooltip-left'] {
	margin-right: -10px
}

[class*='rbt-tooltip-right'] {
	margin-right: 10px
}

/*
    animation
*/
[class*='rbt-animation-'] {
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both
}

.rbt-animation-fade {
	animation-name: rbt-fade;
	animation-duration: .8s;
	animation-timing-function: linear
}

.rbt-animation-scale-up {
	animation-name: rbt-fade-scale-02
}

.rbt-animation-scale-down {
	animation-name: rbt-fade-scale-18
}

.rbt-animation-slide-top {
	animation-name: rbt-fade-top
}

.rbt-animation-slide-bottom {
	animation-name: rbt-fade-bottom
}

.rbt-animation-slide-left {
	animation-name: rbt-fade-left
}

.rbt-animation-slide-right {
	animation-name: rbt-fade-right
}

.rbt-animation-slide-top-small {
	animation-name: rbt-fade-top-small
}

.rbt-animation-slide-bottom-small {
	animation-name: rbt-fade-bottom-small
}

.rbt-animation-slide-left-small {
	animation-name: rbt-fade-left-small
}

.rbt-animation-slide-right-small {
	animation-name: rbt-fade-right-small
}

.rbt-animation-slide-top-medium {
	animation-name: rbt-fade-top-medium
}

.rbt-animation-slide-bottom-medium {
	animation-name: rbt-fade-bottom-medium
}

.rbt-animation-slide-left-medium {
	animation-name: rbt-fade-left-medium
}

.rbt-animation-slide-right-medium {
	animation-name: rbt-fade-right-medium
}

.rbt-animation-kenburns {
	animation-name: rbt-scale-kenburns;
	animation-duration: 15s
}

.rbt-animation-shake {
	animation-name: rbt-shake
}

.rbt-animation-stroke {
	animation-name: rbt-stroke;
	stroke-dasharray: var(--rbt-animation-stroke);
	animation-duration: 2s
}

.rbt-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in
}

.rbt-animation-fast {
	animation-duration: .1s
}

.rbt-animation-toggle:not(:hover):not(:focus) [class*='rbt-animation-'] {
	animation-name: none
}

.rbt-animation-toggle {
	-webkit-tap-highlight-color: transparent
}

.rbt-animation-toggle:focus {
	outline: none
}

@keyframes rbt-fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes rbt-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-left {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-right {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(10px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes rbt-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(50px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes rbt-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(.2)
	}

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

@keyframes rbt-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8)
	}

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

@keyframes rbt-scale-kenburns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.2)
	}
}

@keyframes rbt-shake {

	0%,
	100% {
		transform: translateX(0)
	}

	10% {
		transform: translateX(9px)
	}

	20% {
		transform: translateX(-8px)
	}

	30% {
		transform: translateX(7px)
	}

	40% {
		transform: translateX(-6px)
	}

	50% {
		transform: translateX(5px)
	}

	60% {
		transform: translateX(-4px)
	}

	70% {
		transform: translateX(3px)
	}

	80% {
		transform: translateX(-2px)
	}

	90% {
		transform: translateX(1px)
	}
}

@keyframes rbt-stroke {
	0% {
		stroke-dashoffset: var(--rbt-animation-stroke)
	}

	100% {
		stroke-dashoffset: 0
	}
}

/*
    subnav
*/
.rbt-subnav {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	padding: 0;
	list-style: none;
}

.rbt-subnav>* {
	flex: none;
	padding-right: 20px;
	position: relative
}

.rbt-subnav * {
	font-size: 13px;
}

.rbt-subnav span span,
.rbt-subnav span a {
	display: inline-block
}

.rbt-subnav,
.rbt-subnav span a {
	color: #999
}

.rbt-subnav>span:hover,
.rbt-subnav span a:hover {
	color: #777
}

.rbt-subnav span a+a {
	margin-left: 5px;
	color: #999
}

.rbt-subnav span:after {
	content: '';
	height: 10px;
	width: 2px;
	border-radius: 50%;
	background: #adb5bd;
	margin-left: -10px;
	margin-right: 10px;
	display: inline-block;
	line-height: 4px;
	vertical-align: middle
}

.rbt-subnav span:last-child::after {
	content: none
}

/*
    slidenav
*/
.rbt-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, 0.5);
	cursor: pointer;
}

.rbt-slidenav:hover,
.rbt-slidenav:focus {
	color: rgba(102, 102, 102, 0.9);
	outline: none
}

.rbt-slidenav:active {
	color: rgba(102, 102, 102, 0.5)
}

.rbt-slidenav-large {
	padding: 10px 10px
}

.rbt-slidenav-container {
	display: flex
}

/*
    child
*/
[class*='rbt-child-width']>* {
	box-sizing: border-box;
	width: 100%
}

.rbt-child-width-1-2>* {
	width: 50%
}

.rbt-child-width-1-3>* {
	width: calc(100% * 1 / 3.001)
}

.rbt-child-width-1-4>* {
	width: 25%
}

.rbt-child-width-1-5>* {
	width: 20%
}

.rbt-child-width-1-6>* {
	width: calc(100% * 1 / 6.001)
}

.rbt-child-width-auto>* {
	width: auto
}

/* .rbt-child-width-expand>:not([class*='rbt-width']) {
	flex: 1;
	min-width: 1px
} */
@media (min-width:640px) {
	.rbt-child-width-1-1\@s>* {
		width: 100%
	}

	.rbt-child-width-1-2\@s>* {
		width: 50%
	}

	.rbt-child-width-1-3\@s>* {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-child-width-1-4\@s>* {
		width: 25%
	}

	.rbt-child-width-1-5\@s>* {
		width: 20%
	}

	.rbt-child-width-1-6\@s>* {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-child-width-auto\@s>* {
		width: auto
	}

	/* .rbt-child-width-expand\@s>: not([class*='rbt-width']) {
		flex: 1;
		min-width: 1px
	} */
}

@media (min-width:960px) {
	.rbt-child-width-1-1\@m>* {
		width: 100%
	}

	.rbt-child-width-1-2\@m>* {
		width: 50%
	}

	.rbt-child-width-1-3\@m>* {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-child-width-1-4\@m>* {
		width: 25%
	}

	.rbt-child-width-1-5\@m>* {
		width: 20%
	}

	.rbt-child-width-1-6\@m>* {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-child-width-auto\@m>* {
		width: auto
	}

	/* .rbt-child-width-expand\@m>: not([class*='rbt-width']) {
		flex: 1;
		min-width: 1px
	} */
}

@media (min-width:1200px) {
	.rbt-child-width-1-1\@l>* {
		width: 100%
	}

	.rbt-child-width-1-2\@l>* {
		width: 50%
	}

	.rbt-child-width-1-3\@l>* {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-child-width-1-4\@l>* {
		width: 25%
	}

	.rbt-child-width-1-5\@l>* {
		width: 20%
	}

	.rbt-child-width-1-6\@l>* {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-child-width-auto\@l>* {
		width: auto
	}

	/* .rbt-child-width-expand\@l>: not([class*='rbt-width']) {
		flex: 1;
		min-width: 1px
	} */
}

@media (min-width:1600px) {
	.rbt-child-width-1-1\@xl>* {
		width: 100%
	}

	.rbt-child-width-1-2\@xl>* {
		width: 50%
	}

	.rbt-child-width-1-3\@xl>* {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-child-width-1-4\@xl>* {
		width: 25%
	}

	.rbt-child-width-1-5\@xl>* {
		width: 20%
	}

	.rbt-child-width-1-6\@xl>* {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-child-width-auto\@xl>* {
		width: auto
	}

	/* .rbt-child-width-expand\@xl>: not([class*='rbt-width']) {
		flex: 1;
		min-width: 1px
	} */
}

[class*='rbt-width'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%
}

/* rbt-text */

.rbt-text-left {
	text-align: right !important
}

.rbt-text-right {
	text-align: left !important
}

.rbt-text-center {
	text-align: center !important
}

.rbt-text-justify {
	text-align: justify !important
}

@media (min-width:640px) {
	.rbt-text-left\@s {
		text-align: right !important
	}

	.rbt-text-right\@s {
		text-align: left !important
	}

	.rbt-text-center\@s {
		text-align: center !important
	}
}

@media (min-width:960px) {
	.rbt-text-left\@m {
		text-align: right !important
	}

	.rbt-text-right\@m {
		text-align: left !important
	}

	.rbt-text-center\@m {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.rbt-text-left\@l {
		text-align: right !important
	}

	.rbt-text-right\@l {
		text-align: left !important
	}

	.rbt-text-center\@l {
		text-align: center !important
	}
}

@media (min-width:1600px) {
	.rbt-text-left\@xl {
		text-align: right !important
	}

	.rbt-text-right\@xl {
		text-align: left !important
	}

	.rbt-text-center\@xl {
		text-align: center !important
	}
}

/*
    transform
*/
.rbt-transform-center {
	transform: translate(50%, -50%)
}

.rbt-transform-origin-top-left {
	transform-origin: 100% 0
}

.rbt-transform-origin-top-center {
	transform-origin: 50% 0
}

.rbt-transform-origin-top-right {
	transform-origin: 0% 0
}

.rbt-transform-origin-center-left {
	transform-origin: 100% 50%
}

.rbt-transform-origin-center-right {
	transform-origin: 0% 50%
}

.rbt-transform-origin-bottom-left {
	transform-origin: 100% 100%
}

.rbt-transform-origin-bottom-center {
	transform-origin: 50% 100%
}

.rbt-transform-origin-bottom-right {
	transform-origin: 0% 100%
}

/*
    transition
*/
.rbt-transition-toggle {
	-webkit-tap-highlight-color: transparent
}

.rbt-transition-toggle:focus {
	outline: none
}

.rbt-transition-fade,
[class*='rbt-transition-scale'],
[class*='rbt-transition-slide'] {
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0
}

.rbt-transition-toggle:hover .rbt-transition-fade,
.rbt-transition-toggle:focus .rbt-transition-fade,
.rbt-transition-active.rbt-active .rbt-transition-fade {
	opacity: 1
}

.rbt-transition-scale-up {
	transform: scale(1, 1)
}

.rbt-transition-scale-down {
	transform: scale(1.1, 1.1)
}

.rbt-transition-toggle:hover .rbt-transition-scale-up,
.rbt-transition-toggle:focus .rbt-transition-scale-up,
.rbt-transition-active.rbt-active .rbt-transition-scale-up {
	opacity: 1;
	transform: scale(1.1, 1.1)
}

.rbt-transition-toggle:hover .rbt-transition-scale-down,
.rbt-transition-toggle:focus .rbt-transition-scale-down,
.rbt-transition-active.rbt-active .rbt-transition-scale-down {
	opacity: 1;
	transform: scale(1, 1)
}

.rbt-transition-slide-top {
	transform: translateY(-100%)
}

.rbt-transition-slide-bottom {
	transform: translateY(100%)
}

.rbt-transition-slide-left {
	transform: translateX(100%)
}

.rbt-transition-slide-right {
	transform: translateX(-100%)
}

.rbt-transition-slide-top-small {
	transform: translateY(-10px)
}

.rbt-transition-slide-bottom-small {
	transform: translateY(10px)
}

.rbt-transition-slide-left-small {
	transform: translateX(10px)
}

.rbt-transition-slide-right-small {
	transform: translateX(-10px)
}

.rbt-transition-slide-top-medium {
	transform: translateY(-50px)
}

.rbt-transition-slide-bottom-medium {
	transform: translateY(50px)
}

.rbt-transition-slide-left-medium {
	transform: translateX(50px)
}

.rbt-transition-slide-right-medium {
	transform: translateX(-50px)
}

.rbt-transition-toggle:hover [class*='rbt-transition-slide'],
.rbt-transition-toggle:focus [class*='rbt-transition-slide'],
.rbt-transition-active.rbt-active [class*='rbt-transition-slide'] {
	opacity: 1;
	transform: translate(0, 0)
}

.rbt-transition-opaque {
	opacity: 1
}

.rbt-transition-slow {
	transition-duration: .7s
}

/* 
    post swiper 
*/
.swiper-slide {
	border-style: solid;
	border-width: 0;
	overflow: hidden
}

.swiper-container-horizontal+.swiper-pagination-progressbar,
.swiper-container-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: right top
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal .swiper-pagination-bullets,
.swiper-container-horizontal+.swiper-pagination-bullets {
	bottom: -50px;
	width: 100%
}

.swiper-pagination-fraction .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px
}

.rbt-arrows-dots-align-center .rbt-dots-container .swiper-pagination,
.rbt-arrows-dots-align-center .rbt-arrows-dots-container .swiper-pagination {
	position: absolute;
	width: 100% !important
}

.rbt-navigation-type-progress .swiper-pagination-progress {
	transform: translateY(15px);
	height: 5px;
	width: 100%
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic,
.rbt-slider .swiper-pagination-bullets-dynamic,
.rbt-dots-container .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
	width: 100% !important
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.rbt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.rbt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.rbt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

/* 000000 */
.rbt-slider .swiper-pagination,
.rbt-dots-container .swiper-pagination,
.rbt-arrows-dots-container .swiper-pagination {
	position: relative
}

.rbt-slider .swiper-pagination .swiper-pagination-bullet,
.rbt-dots-container .swiper-pagination .swiper-pagination-bullet,
.rbt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	outline: none
}

.rbt-slider .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,
.rbt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,
.rbt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin: 0 5px;
	outline: none
}

.rbt-slider .swiper-pagination.swiper-pagination-fraction,
.rbt-dots-container .swiper-pagination.swiper-pagination-fraction,
.rbt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
	bottom: auto;
	z-index: 1
}

[class*='rbt-arrows-align-top'] .rbt-arrows-container {
	transform: translateY(-40px)
}

[class*='rbt-arrows-align-bottom'] .rbt-arrows-container {
	transform: translateY(40px)
}

[class*='rbt-dots-align-top'] .rbt-dots-container {
	transform: translateY(-30px)
}

/* [class*='rbt-dots-align-bottom'] .rbt-dots-container {
	transform: translateY(30px)
} */
[class*='rbt-arrows-dots-align-top'] .rbt-arrows-dots-container {
	transform: translateY(-40px)
}

[class*='rbt-arrows-dots-align-bottom'] .rbt-arrows-dots-container {
	transform: translateY(40px)
}

/* arrows */
.rbt-arrows-align-center .rbt-position-center,
.rbt-arrows-dots-align-center .rbt-position-center {
	width: 100%
}

.rbt-arrows-align-center .rbt-navigation-prev,
.rbt-arrows-dots-align-center .rbt-navigation-prev {
	right: 0;
	position: absolute;
	transform: translateY(-50%)
}

.rbt-arrows-align-center .rbt-navigation-next,
.rbt-arrows-dots-align-center .rbt-navigation-next {
	left: 0;
	position: absolute;
	transform: translateY(-50%)
}

/*.rtl */
.rbt-arrows-align-center .rbt-navigation-prev,
/* .rtl */
.rbt-arrows-dots-align-center .rbt-navigation-prev {
	left: 0;
	right: inherit
}

/* .rtl */
.rbt-arrows-align-center .rbt-navigation-next,
/* .rtl */
.rbt-arrows-dots-align-center .rbt-navigation-next {
	right: 0;
	left: inherit
}

/* overflow */
.rbt-overflow-hidden {
	overflow: hidden
}

.rbt-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.rbt-overflow-auto>:last-child {
	margin-bottom: 0
}

/* display */

.rbt-display-block {
	display: block !important
}

.rbt-display-inline {
	display: inline !important
}

.rbt-display-inline-block {
	display: inline-block !important
}

/* position */
[class*='rbt-position-top'],
[class*='rbt-position-bottom'],
[class*='rbt-position-left'],
[class*='rbt-position-right'],
[class*='rbt-position-center'] {
	position: absolute !important;
	max-width: 100%
}

.rbt-position-top {
	top: 0;
	left: 0;
	right: 0
}

.rbt-position-bottom {
	bottom: 0;
	left: 0;
	right: 0
}

.rbt-position-left {
	top: 0;
	bottom: 0;
	left: 0
}

.rbt-position-right {
	top: 0;
	bottom: 0;
	right: 0
}

.rbt-position-top-left {
	top: 0;
	left: 0
}

.rbt-position-top-right {
	top: 0;
	right: 0
}

.rbt-position-bottom-left {
	bottom: 0;
	left: 0
}

.rbt-position-bottom-right {
	bottom: 0;
	right: 0
}

.rbt-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box
}

[class*='rbt-position-center-left'],
[class*='rbt-position-center-right'] {
	top: 50%;
	transform: translateY(-50%)
}

.rbt-position-center-left {
	left: 0
}

.rbt-position-center-right {
	right: 0
}

.rbt-position-center-left-out {
	right: 100%;
	width: max-content
}

.rbt-position-center-right-out {
	left: 100%;
	width: max-content
}

.rbt-position-top-center,
.rbt-position-bottom-center {
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box
}

.rbt-position-top-center {
	top: 0
}

.rbt-position-bottom-center {
	bottom: 0
}

.rbt-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.rbt-position-relative {
	position: relative !important
}

.rbt-position-absolute {
	position: absolute !important
}

.rbt-position-fixed {
	position: fixed !important
}

.rbt-position-z-index {
	z-index: 1
}



.rbt-position-medium {
	max-width: calc(100% - (30px * 2));
	margin: 30px
}

.rbt-position-medium.rbt-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px)
}

.rbt-position-medium[class*='rbt-position-center-left'],
.rbt-position-medium[class*='rbt-position-center-right'] {
	transform: translateY(-50%) translateY(-30px)
}

.rbt-position-medium.rbt-position-top-center,
.rbt-position-medium.rbt-position-bottom-center {
	transform: translateX(-50%) translateX(-30px)
}

.rbt-position-large {
	max-width: calc(100% - (30px * 2));
	margin: 30px
}

.rbt-position-large.rbt-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px)
}

.rbt-position-large[class*='rbt-position-center-left'],
.rbt-position-large[class*='rbt-position-center-right'] {
	transform: translateY(-50%) translateY(-30px)
}

.rbt-position-large.rbt-position-top-center,
.rbt-position-large.rbt-position-bottom-center {
	transform: translateX(-50%) translateX(-30px)
}

@media (min-width:1200px) {
	.rbt-position-large {
		max-width: calc(100% - (50px * 2));
		margin: 50px
	}

	.rbt-position-large.rbt-position-center {
		transform: translate(-50%, -50%) translate(-50px, -50px)
	}

	.rbt-position-large[class*='rbt-position-center-left'],
	.rbt-position-large[class*='rbt-position-center-right'] {
		transform: translateY(-50%) translateY(-50px)
	}

	.rbt-position-large.rbt-position-top-center,
	.rbt-position-large.rbt-position-bottom-center {
		transform: translateX(-50%) translateX(-50px)
	}
}

/** grid **/
.rbt-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.rbt-grid>* {
	margin: 0
}

.rbt-grid>*>:last-child {
	margin-bottom: 0
}

.rbt-grid {
	margin-left: -30px
}

.rbt-grid>* {
	padding-left: 30px
}

.rbt-grid+.rbt-grid,
.rbt-grid>.rbt-grid-margin,
*+.rbt-grid-margin {
	margin-top: 30px
}

@media (min-width:1200px) {
	.rbt-grid {
		margin-left: -40px
	}

	.rbt-grid>* {
		padding-left: 40px
	}

	.rbt-grid+.rbt-grid,
	.rbt-grid>.rbt-grid-margin,
	*+.rbt-grid-margin {
		margin-top: 40px
	}
}

.rbt-grid-small,
.rbt-grid-column-small {
	margin-left: -15px
}

.rbt-grid-small>*,
.rbt-grid-column-small>* {
	padding-left: 15px
}

.rbt-grid+.rbt-grid-small,
.rbt-grid+.rbt-grid-row-small,
.rbt-grid-small>.rbt-grid-margin,
.rbt-grid-row-small>.rbt-grid-margin,
*+.rbt-grid-margin-small {
	margin-top: 15px
}

.rbt-grid-medium,
.rbt-grid-column-medium {
	margin-right: -30px
}

.rbt-grid-medium>*,
.rbt-grid-column-medium>* {
	padding-right: 30px
}

.rbt-grid+.rbt-grid-medium,
.rbt-grid+.rbt-grid-row-medium,
.rbt-grid-medium>.rbt-grid-margin,
.rbt-grid-row-medium>.rbt-grid-margin,
*+.rbt-grid-margin-medium {
	margin-top: 30px
}

.rbt-grid-large,
.rbt-grid-column-large {
	margin-left: -40px
}

.rbt-grid-large>*,
.rbt-grid-column-large>* {
	padding-left: 40px
}

.rbt-grid+.rbt-grid-large,
.rbt-grid+.rbt-grid-row-large,
.rbt-grid-large>.rbt-grid-margin,
.rbt-grid-row-large>.rbt-grid-margin,
*+.rbt-grid-margin-large {
	margin-top: 40px
}

@media (min-width:1200px) {

	.rbt-grid-large,
	.rbt-grid-column-large {
		margin-left: -70px
	}

	.rbt-grid-large>*,
	.rbt-grid-column-large>* {
		padding-left: 70px
	}

	.rbt-grid+.rbt-grid-large,
	.rbt-grid+.rbt-grid-row-large,
	.rbt-grid-large>.rbt-grid-margin,
	.rbt-grid-row-large>.rbt-grid-margin,
	*+.rbt-grid-margin-large {
		margin-top: 70px
	}
}

.rbt-grid-collapse,
.rbt-grid-column-collapse {
	margin-left: 0
}

.rbt-grid-collapse>*,
.rbt-grid-column-collapse>* {
	padding-left: 0
}

.rbt-grid+.rbt-grid-collapse,
.rbt-grid+.rbt-grid-row-collapse,
.rbt-grid-collapse>.rbt-grid-margin,
.rbt-grid-row-collapse>.rbt-grid-margin {
	margin-top: 0
}

.rbt-grid-divider>* {
	position: relative
}

.rbt-grid-divider>:not(.bdt-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(214, 214, 214, 0.49)
}

.rbt-grid-divider.rbt-grid-stack>.rbt-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.rbt-grid-divider {
	margin-left: -60px
}

.rbt-grid-divider>* {
	padding-left: 60px
}

.rbt-grid-divider>:not(.bdt-first-column)::before {
	left: 30px
}

.rbt-grid-divider.rbt-grid-stack>.rbt-grid-margin {
	margin-top: 60px
}

.rbt-grid-divider.rbt-grid-stack>.rbt-grid-margin::before {
	top: -30px;
	left: 60px
}

@media (min-width:1200px) {
	.rbt-grid-divider {
		margin-left: -80px
	}

	.rbt-grid-divider>* {
		padding-left: 80px
	}

	.rbt-grid-divider>:not(.bdt-first-column)::before {
		left: 40px
	}

	.rbt-grid-divider.rbt-grid-stack>.rbt-grid-margin {
		margin-top: 80px
	}

	.rbt-grid-divider.rbt-grid-stack>.rbt-grid-margin::before {
		top: -40px;
		left: 80px
	}
}

.rbt-grid-divider.rbt-grid-small,
.rbt-grid-divider.rbt-grid-column-small {
	margin-left: -30px
}

.rbt-grid-divider.rbt-grid-small>*,
.rbt-grid-divider.rbt-grid-column-small>* {
	padding-left: 30px
}

.rbt-grid-divider.rbt-grid-small>:not(.bdt-first-column)::before,
.rbt-grid-divider.rbt-grid-column-small>:not(.bdt-first-column)::before {
	left: 15px
}

.rbt-grid-divider.rbt-grid-small.rbt-grid-stack>.rbt-grid-margin,
.rbt-grid-divider.rbt-grid-row-small.rbt-grid-stack>.rbt-grid-margin {
	margin-top: 30px
}

.rbt-grid-divider.rbt-grid-small.rbt-grid-stack>.rbt-grid-margin::before {
	top: -15px;
	left: 30px
}

.rbt-grid-divider.rbt-grid-row-small.rbt-grid-stack>.rbt-grid-margin::before {
	top: -15px
}

.rbt-grid-divider.rbt-grid-column-small.rbt-grid-stack>.rbt-grid-margin::before {
	left: 30px
}

.rbt-grid-divider.rbt-grid-medium,
.rbt-grid-divider.rbt-grid-column-medium {
	margin-left: -60px
}

.rbt-grid-divider.rbt-grid-medium>*,
.rbt-grid-divider.rbt-grid-column-medium>* {
	padding-left: 60px
}

.rbt-grid-divider.rbt-grid-medium>:not(.bdt-first-column)::before,
.rbt-grid-divider.rbt-grid-column-medium>:not(.bdt-first-column)::before {
	left: 30px
}

.rbt-grid-divider.rbt-grid-medium.rbt-grid-stack>.rbt-grid-margin,
.rbt-grid-divider.rbt-grid-row-medium.rbt-grid-stack>.rbt-grid-margin {
	margin-top: 60px
}

.rbt-grid-divider.rbt-grid-medium.rbt-grid-stack>.rbt-grid-margin::before {
	top: -30px;
	left: 60px
}

.rbt-grid-divider.rbt-grid-row-medium.rbt-grid-stack>.rbt-grid-margin::before {
	top: -30px
}

.rbt-grid-divider.rbt-grid-column-medium.rbt-grid-stack>.rbt-grid-margin::before {
	left: 60px
}

.rbt-grid-divider.rbt-grid-large,
.rbt-grid-divider.rbt-grid-column-large {
	margin-left: -80px
}

.rbt-grid-divider.rbt-grid-large>*,
.rbt-grid-divider.rbt-grid-column-large>* {
	padding-left: 80px
}

.rbt-grid-divider.rbt-grid-large>:not(.bdt-first-column)::before,
.rbt-grid-divider.rbt-grid-column-large>:not(.bdt-first-column)::before {
	left: 40px
}

.rbt-grid-divider.rbt-grid-large.rbt-grid-stack>.rbt-grid-margin,
.rbt-grid-divider.rbt-grid-row-large.rbt-grid-stack>.rbt-grid-margin {
	margin-top: 80px
}

.rbt-grid-divider.rbt-grid-large.rbt-grid-stack>.rbt-grid-margin::before {
	top: -40px;
	left: 80px
}

.rbt-grid-divider.rbt-grid-row-large.rbt-grid-stack>.rbt-grid-margin::before {
	top: -40px
}

.rbt-grid-divider.rbt-grid-column-large.rbt-grid-stack>.rbt-grid-margin::before {
	left: 80px
}

@media (min-width:1200px) {

	.rbt-grid-divider.rbt-grid-large,
	.rbt-grid-divider.rbt-grid-column-large {
		margin-left: -140px
	}

	.rbt-grid-divider.rbt-grid-large>*,
	.rbt-grid-divider.rbt-grid-column-large>* {
		padding-left: 140px
	}

	.rbt-grid-divider.rbt-grid-large>:not(.bdt-first-column)::before,
	.rbt-grid-divider.rbt-grid-column-large>:not(.bdt-first-column)::before {
		left: 70px
	}

	.rbt-grid-divider.rbt-grid-large.rbt-grid-stack>.rbt-grid-margin,
	.rbt-grid-divider.rbt-grid-row-large.rbt-grid-stack>.rbt-grid-margin {
		margin-top: 140px
	}

	.rbt-grid-divider.rbt-grid-large.rbt-grid-stack>.rbt-grid-margin::before {
		top: -70px;
		left: 140px
	}

	.rbt-grid-divider.rbt-grid-row-large.rbt-grid-stack>.rbt-grid-margin::before {
		top: -70px
	}

	.rbt-grid-divider.rbt-grid-column-large.rbt-grid-stack>.rbt-grid-margin::before {
		left: 140px
	}
}

.rbt-grid-match>*,
.rbt-grid-item-match {
	display: flex;
	flex-wrap: wrap
}

.rbt-grid-match>*>:not([class*='bdt-width']),
.rbt-grid-item-match>:not([class*='bdt-width']) {
	box-sizing: border-box;
	width: 100%;
	flex: auto
}

/*
    flex
*/
.rbt-flex {
	display: flex
}

.rbt-flex-inline {
	display: inline-flex
}

/* .rbt-flex::before, 
.rbt-flex::after, 
.rbt-flex-inline::before, 
.rbt-flex-inline::after {
	display: none
} */

/* justify-content */
.rbt-flex-left {
	justify-content: flex-end
}

.rbt-flex-center {
	justify-content: center
}

.rbt-flex-right {
	justify-content: flex-start
}

.rbt-flex-between {
	justify-content: space-between
}

.rbt-flex-around {
	justify-content: space-around
}

@media (min-width:640px) {
	.rbt-flex-left\@s {
		justify-content: flex-start
	}

	.rbt-flex-center\@s {
		justify-content: center
	}

	.rbt-flex-right\@s {
		justify-content: flex-end
	}

	.rbt-flex-between\@s {
		justify-content: space-between
	}

	.rbt-flex-around\@s {
		justify-content: space-around
	}
}

@media (min-width:960px) {
	.rbt-flex-left\@m {
		justify-content: flex-start
	}

	.rbt-flex-center\@m {
		justify-content: center
	}

	.rbt-flex-right\@m {
		justify-content: flex-end
	}

	.rbt-flex-between\@m {
		justify-content: space-between
	}

	.rbt-flex-around\@m {
		justify-content: space-around
	}
}

@media (min-width:1200px) {
	.rbt-flex-left\@l {
		justify-content: flex-start
	}

	.rbt-flex-center\@l {
		justify-content: center
	}

	.rbt-flex-right\@l {
		justify-content: flex-end
	}

	.rbt-flex-between\@l {
		justify-content: space-between
	}

	.rbt-flex-around\@l {
		justify-content: space-around
	}
}

@media (min-width:1600px) {
	.rbt-flex-left\@xl {
		justify-content: flex-start
	}

	.rbt-flex-center\@xl {
		justify-content: center
	}

	.rbt-flex-right\@xl {
		justify-content: flex-end
	}

	.rbt-flex-between\@xl {
		justify-content: space-between
	}

	.rbt-flex-around\@xl {
		justify-content: space-around
	}
}

/* algn-items  */
.rbt-flex-stretch {
	align-items: stretch
}

.rbt-flex-top {
	align-items: flex-start
}

.rbt-flex-middle {
	align-items: center
}

.rbt-flex-bottom {
	align-items: flex-end
}

/* flex */
.rbt-flex-row {
	flex-direction: row
}

.rbt-flex-row-reverse {
	flex-direction: row-reverse
}

.rbt-flex-column {
	flex-direction: column
}

.rbt-flex-column-reverse {
	flex-direction: column-reverse
}

.rbt-flex-nowrap {
	flex-wrap: nowrap
}

.rbt-flex-wrap {
	flex-wrap: wrap
}

.rbt-flex-wrap-reverse {
	flex-wrap: wrap-reverse
}

/* align-content */

.rbt-flex-wrap-stretch {
	align-content: stretch
}

.rbt-flex-wrap-top {
	align-content: flex-start
}

.rbt-flex-wrap-middle {
	align-content: center
}

.rbt-flex-wrap-bottom {
	align-content: flex-end
}

.rbt-flex-wrap-between {
	align-content: space-between
}

.rbt-flex-wrap-around {
	align-content: space-around
}

/* .rbt-flex-first {
	order: -1
}
.rbt-flex-last {
	order: 99
} */

.rbt-flex-align-left {
	order: -1
}

.rbt-flex-align-right {
	order: 99
}

@media (min-width:640px) {
	.rbt-flex-first\@s {
		order: -1
	}

	.rbt-flex-last\@s {
		order: 99
	}
}

@media (min-width:960px) {
	.rbt-flex-first\@m {
		order: -1
	}

	.rbt-flex-last\@m {
		order: 99
	}
}

@media (min-width:1200px) {
	.rbt-flex-first\@l {
		order: -1
	}

	.rbt-flex-last\@l {
		order: 99
	}
}

@media (min-width:1600px) {
	.rbt-flex-first\@xl {
		order: -1
	}

	.rbt-flex-last\@xl {
		order: 99
	}
}

.rbt-flex-none {
	flex: none
}

.rbt-flex-auto {
	flex: auto
}

.rbt-flex-1 {
	flex: 1
}

/*
    width
*/
.rbt-width-1-2 {
	width: 50%
}

.rbt-width-1-3 {
	width: calc(100% * 1 / 3.001)
}

.rbt-width-2-3 {
	width: calc(100% * 2 / 3.001)
}

.rbt-width-1-4 {
	width: 25%
}

.rbt-width-3-4 {
	width: 75%
}

.rbt-width-1-5 {
	width: 20%
}

.rbt-width-2-5 {
	width: 40%
}

.rbt-width-3-5 {
	width: 60%
}

.rbt-width-4-5 {
	width: 80%
}

.rbt-width-1-6 {
	width: calc(100% * 1 / 6.001)
}

.rbt-width-5-6 {
	width: calc(100% * 5 / 6.001)
}

.rbt-width-small {
	width: 150px
}

.rbt-width-medium {
	width: 300px
}

.rbt-width-large {
	width: 450px
}

.rbt-width-xlarge {
	width: 600px
}

.rbt-width-2xlarge {
	width: 750px
}

.rbt-width-auto {
	width: auto
}

.rbt-width-expand {
	flex: 1;
	min-width: 1px
}

@media (min-width:640px) {
	.rbt-width-1-1\@s {
		width: 100%
	}

	.rbt-width-1-2\@s {
		width: 50%
	}

	.rbt-width-1-3\@s {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-width-2-3\@s {
		width: calc(100% * 2 / 3.001)
	}

	.rbt-width-1-4\@s {
		width: 25%
	}

	.rbt-width-3-4\@s {
		width: 75%
	}

	.rbt-width-1-5\@s {
		width: 20%
	}

	.rbt-width-2-5\@s {
		width: 40%
	}

	.rbt-width-3-5\@s {
		width: 60%
	}

	.rbt-width-4-5\@s {
		width: 80%
	}

	.rbt-width-1-6\@s {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-width-5-6\@s {
		width: calc(100% * 5 / 6.001)
	}

	.rbt-width-small\@s {
		width: 150px
	}

	.rbt-width-medium\@s {
		width: 300px
	}

	.rbt-width-large\@s {
		width: 450px
	}

	.rbt-width-xlarge\@s {
		width: 600px
	}

	.rbt-width-2xlarge\@s {
		width: 750px
	}

	.rbt-width-auto\@s {
		width: auto
	}

	.rbt-width-expand\@s {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:960px) {
	.rbt-width-1-1\@m {
		width: 100%
	}

	.rbt-width-1-2\@m {
		width: 50%
	}

	.rbt-width-1-3\@m {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-width-2-3\@m {
		width: calc(100% * 2 / 3.001)
	}

	.rbt-width-1-4\@m {
		width: 25%
	}

	.rbt-width-3-4\@m {
		width: 75%
	}

	.rbt-width-1-5\@m {
		width: 20%
	}

	.rbt-width-2-5\@m {
		width: 40%
	}

	.rbt-width-3-5\@m {
		width: 60%
	}

	.rbt-width-4-5\@m {
		width: 80%
	}

	.rbt-width-1-6\@m {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-width-5-6\@m {
		width: calc(100% * 5 / 6.001)
	}

	.rbt-width-small\@m {
		width: 150px
	}

	.rbt-width-medium\@m {
		width: 300px
	}

	.rbt-width-large\@m {
		width: 450px
	}

	.rbt-width-xlarge\@m {
		width: 600px
	}

	.rbt-width-2xlarge\@m {
		width: 750px
	}

	.rbt-width-auto\@m {
		width: auto
	}

	.rbt-width-expand\@m {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1200px) {
	.rbt-width-1-1\@l {
		width: 100%
	}

	.rbt-width-1-2\@l {
		width: 50%
	}

	.rbt-width-1-3\@l {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-width-2-3\@l {
		width: calc(100% * 2 / 3.001)
	}

	.rbt-width-1-4\@l {
		width: 25%
	}

	.rbt-width-3-4\@l {
		width: 75%
	}

	.rbt-width-1-5\@l {
		width: 20%
	}

	.rbt-width-2-5\@l {
		width: 40%
	}

	.rbt-width-3-5\@l {
		width: 60%
	}

	.rbt-width-4-5\@l {
		width: 80%
	}

	.rbt-width-1-6\@l {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-width-5-6\@l {
		width: calc(100% * 5 / 6.001)
	}

	.rbt-width-small\@l {
		width: 150px
	}

	.rbt-width-medium\@l {
		width: 300px
	}

	.rbt-width-large\@l {
		width: 450px
	}

	.rbt-width-xlarge\@l {
		width: 600px
	}

	.rbt-width-2xlarge\@l {
		width: 750px
	}

	.rbt-width-auto\@l {
		width: auto
	}

	.rbt-width-expand\@l {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1600px) {
	.rbt-width-1-1\@xl {
		width: 100%
	}

	.rbt-width-1-2\@xl {
		width: 50%
	}

	.rbt-width-1-3\@xl {
		width: calc(100% * 1 / 3.001)
	}

	.rbt-width-2-3\@xl {
		width: calc(100% * 2 / 3.001)
	}

	.rbt-width-1-4\@xl {
		width: 25%
	}

	.rbt-width-3-4\@xl {
		width: 75%
	}

	.rbt-width-1-5\@xl {
		width: 20%
	}

	.rbt-width-2-5\@xl {
		width: 40%
	}

	.rbt-width-3-5\@xl {
		width: 60%
	}

	.rbt-width-4-5\@xl {
		width: 80%
	}

	.rbt-width-1-6\@xl {
		width: calc(100% * 1 / 6.001)
	}

	.rbt-width-5-6\@xl {
		width: calc(100% * 5 / 6.001)
	}

	.rbt-width-small\@xl {
		width: 150px
	}

	.rbt-width-medium\@xl {
		width: 300px
	}

	.rbt-width-large\@xl {
		width: 450px
	}

	.rbt-width-xlarge\@xl {
		width: 600px
	}

	.rbt-width-2xlarge\@xl {
		width: 750px
	}

	.rbt-width-auto\@xl {
		width: auto
	}

	.rbt-width-expand\@xl {
		flex: 1;
		min-width: 1px
	}
}

/*
    margin
*/
.rbt-margin {
	margin-bottom: 20px
}

*+.rbt-margin {
	margin-top: 20px !important
}

.rbt-margin-top {
	margin-top: 20px !important
}

.rbt-margin-bottom {
	margin-bottom: 20px !important
}

.rbt-margin-left {
	margin-right: 20px !important
}

.rbt-margin-right {
	margin-left: 20px !important
}

.rbt-margin-small {
	margin-bottom: 10px
}

*+.rbt-margin-small {
	margin-top: 10px !important
}

.rbt-margin-small-top {
	margin-top: 10px !important
}

.rbt-margin-small-left {
	margin-right: 10px !important
}

.rbt-margin-small-right {
	margin-left: 10px !important
}

.rbt-margin-medium {
	margin-bottom: 40px
}

*+.rbt-margin-medium {
	margin-top: 40px !important
}

.rbt-margin-medium-top {
	margin-top: 40px !important
}

.rbt-margin-medium-bottom {
	margin-bottom: 40px !important
}

.rbt-margin-medium-left {
	margin-right: 40px !important
}

.rbt-margin-medium-right {
	margin-left: 40px !important
}

.rbt-margin-large {
	margin-bottom: 40px
}

*+.rbt-margin-large {
	margin-top: 40px !important
}

.rbt-margin-large-top {
	margin-top: 40px !important
}

.rbt-margin-large-bottom {
	margin-bottom: 40px !important
}

.rbt-margin-large-left {
	margin-right: 40px !important
}

.rbt-margin-large-right {
	margin-left: 40px !important
}

@media (min-width:1200px) {
	.rbt-margin-large {
		margin-bottom: 70px
	}

	*+.rbt-margin-large {
		margin-top: 70px !important
	}

	.rbt-margin-large-top {
		margin-top: 70px !important
	}

	.rbt-margin-large-bottom {
		margin-bottom: 70px !important
	}

	.rbt-margin-large-left {
		margin-right: 70px !important
	}

	.rbt-margin-large-right {
		margin-left: 70px !important
	}
}

.rbt-margin-xlarge {
	margin-bottom: 70px
}

*+.rbt-margin-xlarge {
	margin-top: 70px !important
}

.rbt-margin-xlarge-top {
	margin-top: 70px !important
}

.rbt-margin-xlarge-bottom {
	margin-bottom: 70px !important
}

.rbt-margin-xlarge-left {
	margin-right: 70px !important
}

.rbt-margin-xlarge-right {
	margin-left: 70px !important
}

@media (min-width:1200px) {
	.rbt-margin-xlarge {
		margin-bottom: 140px
	}

	*+.rbt-margin-xlarge {
		margin-top: 140px !important
	}

	.rbt-margin-xlarge-top {
		margin-top: 140px !important
	}

	.rbt-margin-xlarge-bottom {
		margin-bottom: 140px !important
	}

	.rbt-margin-xlarge-left {
		margin-right: 140px !important
	}

	.rbt-margin-xlarge-right {
		margin-left: 140px !important
	}
}

.rbt-margin-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.rbt-margin-auto-top {
	margin-top: auto !important
}

.rbt-margin-auto-bottom {
	margin-bottom: auto !important
}

.rbt-margin-auto-left {
	margin-right: auto !important
}

.rbt-margin-auto-right {
	margin-left: auto !important
}

.rbt-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media (min-width:640px) {
	.rbt-margin-auto\@s {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.rbt-margin-auto-left\@s {
		margin-right: auto !important
	}

	.rbt-margin-auto-right\@s {
		margin-left: auto !important
	}
}

@media (min-width:960px) {
	.rbt-margin-auto\@m {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.rbt-margin-auto-left\@m {
		margin-right: auto !important
	}

	.rbt-margin-auto-right\@m {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.rbt-margin-auto\@l {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.rbt-margin-auto-left\@l {
		margin-right: auto !important
	}

	.rbt-margin-auto-right\@l {
		margin-left: auto !important
	}
}

@media (min-width:1600px) {
	.rbt-margin-auto\@xl {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.rbt-margin-auto-left\@xl {
		margin-right: auto !important
	}

	.rbt-margin-auto-right\@xl {
		margin-left: auto !important
	}
}

.rbt-margin-remove {
	margin: 0 !important
}

.rbt-margin-remove-bottom {
	margin-bottom: 0 !important
}

.rbt-margin-remove-left {
	margin-right: 0 !important
}

.rbt-margin-remove-right {
	margin-left: 0 !important
}

.rbt-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.rbt-margin-remove-adjacent+*,
.rbt-margin-remove-first-child>:first-child {
	margin-top: 0 !important
}

.rbt-margin-remove-last-child>:last-child {
	margin-bottom: 0 !important
}

@media (min-width:640px) {
	.rbt-margin-remove-left\@s {
		margin-right: 0 !important
	}

	.rbt-margin-remove-right\@s {
		margin-left: 0 !important
	}
}

@media (min-width:960px) {
	.rbt-margin-remove-left\@m {
		margin-right: 0 !important
	}

	.rbt-margin-remove-right\@m {
		margin-left: 0 !important
	}
}

@media (min-width:1200px) {
	.rbt-margin-remove-left\@l {
		margin-right: 0 !important
	}

	.rbt-margin-remove-right\@l {
		margin-left: 0 !important
	}
}

@media (min-width:1600px) {
	.rbt-margin-remove-left\@xl {
		margin-right: 0 !important
	}

	.rbt-margin-remove-right\@xl {
		margin-left: 0 !important
	}
}

/* Search Form */
.page-content {
	width: 35%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.08);
	padding: 30px 20px 40px 20px;
	text-align: center;
	border-radius: 10px;
}

.page-content h1,
.page-content p {
	margin-bottom: 15px;
}

.page-content p {
	color: #777777;
	line-height: 2em;
}

.page-content label,
.page-content input {
	background: #EEEEEE;
}

.page-content .search-form label input {
	background-color: #EEEEEE;
}

.page-content .search-form label {
	padding: 2px 0px 4px 10px;
	border-radius: 10px 0 0 10px;
	background-color: #EEEEEE;
}

body.rtl .page-content .search-form label {
	padding: 3px 10px 4px 0px;
	border-radius: 0 10px 10px 0;
}

.page-content .search-form>input {
	color: #fff;
	cursor: pointer;
	background: #777;
	padding: 5px 15px 5px 15px;
	border-radius: 0 10px 10px 0;
}

body.rtl .page-content .search-form>input {
	border-radius: 10px 0 0 10px;
}

/* custom code for elementor-widget-text-editor */
.elementor-widget-text-editor ul li {
	list-style: disc;
}

.elementor-widget-text-editor ol li {
	list-style: decimal;
}