@charset "UTF-8";

.context-dark,
.bg-gray-700,
.bg-gray-primary,
.bg-gray,
.bg-gray-primary-light,
.bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-gray-primary h1,
.bg-gray h1,
.bg-gray-primary-light h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-gray-primary h2,
.bg-gray h2,
.bg-gray-primary-light h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-gray-primary h3,
.bg-gray h3,
.bg-gray-primary-light h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-gray-primary h4,
.bg-gray h4,
.bg-gray-primary-light h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-gray-primary h5,
.bg-gray h5,
.bg-gray-primary-light h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-gray-primary h6,
.bg-gray h6,
.bg-gray-primary-light h6,
.bg-primary h6,
.context-dark [class^='heading-'],
.bg-gray-700 [class^='heading-'],
.bg-gray-primary [class^='heading-'],
.bg-gray [class^='heading-'],
.bg-gray-primary-light [class^='heading-'],
.bg-primary [class^='heading-'] {
	color: #ffffff;
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
body {
	font-family: "Montserrat", serif;
	font-size: 14px;
	line-height: 2.14286;
	font-weight: 400;
	color: #888888;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #131419;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^='heading-'] a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^='heading-'] a:hover {
	color: #8145C2;
}

h2 .text-big {
	font-size: 4em;
	line-height: .8;
}

h2 .text-biggest {
	font-size: 5em;
}

h2+p {
	margin-top: 35px;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h1 .prefix-text,
	.heading-1 .prefix-text {
		font-size: 48px;
	}
}

h1 .big,
.heading-1 .big {
	font-size: 1.8em;
	line-height: 1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {

	h1 .big,
	.heading-1 .big {
		font-size: 2em;
	}
}

h1 .biggest,
.heading-1 .biggest {
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: -.02em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {

	h1 .biggest,
	.heading-1 .biggest {
		font-size: 2.5em;
	}
}

@media (min-width: 1200px) {

	h1,
	.heading-1 {
		font-size: 60px;
		line-height: 1.36667;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.35em;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h3,
	.heading-3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h5,
	.heading-5 {
		font-size: 18px;
		line-height: 1.44444;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.5;
	}
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #8145C2;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #edeff4;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #8145C2;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #cccccc;
	color: #ffffff;
}

::-moz-selection {
	background: #cccccc;
	color: #ffffff;
}

.banner img {
	width: 100%;
}

.banner-top {
	display: none;
}

@media (min-width: 1200px) {
	.banner-top {
		display: block;
	}
}

/*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a,
a:focus,
a:active {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a[href*='tel'],
a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #808c96;
}

.link-press {
	color: #808c96;
}

.privacy-link:hover {
	color: #8145C2;
}

*+.privacy-link {
	margin-top: 25px;
}

.accent-link {
	color: #ffffff;
}

.accent-link:hover {
	color: #8145C2;
}

.underline-link {
	color: #ffffff;
}

.underline-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.primary-link {
	color: #8145C2;
}

.primary-link:hover {
	color: #39393e;
}

.gray-dark-link:hover {
	text-decoration: underline;
	color: #131419;
}

.secondary-link:hover {
	color: #8145C2;
	text-decoration: underline;
}

/*
* Blocks
*/
.block-center,
.block-sm,
.block-320,
.block-lg {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.block-sm {
		max-width: 430px;
	}
}

.block-675 {
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.block-320 {
	max-width: 320px;
	width: 100%;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #8145C2;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}

	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}

	.block-center-header {
		background-color: #8145C2;
	}
}

.block-decorate-img img {
	box-shadow: 1px 5px 27px 0px rgba(0, 0, 0, 0.09);
	border-radius: 24px;
}

/*
* Boxes
*/
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #8145C2;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #8145C2;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

*+.box-minimal {
	margin-top: 30px;
}

*+.box-minimal-title {
	margin-top: 10px;
}

*+.box-minimal-divider {
	margin-top: 20px;
}

*+.box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-gray-primary .box-minimal p,
.bg-gray .box-minimal p,
.bg-gray-primary-light .box-minimal p,
.bg-primary .box-minimal p {
	color: #888888;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #131419;
}

.box-counter-title {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Poppins", sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main>* {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #8145C2;
}

*+.box-counter-title {
	margin-top: 10px;
}

*+.box-counter-main {
	margin-top: 20px;
}

*+.box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}

	.box-counter-main .small {
		font-size: 36px;
	}

	*+.box-counter-main {
		margin-top: 30px;
	}

	*+.box-counter-divider {
		margin-top: 15px;
	}

	*+.box-counter-title {
		margin-top: 18px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

.main-decorated-box {
	position: relative;
}

.main-decorated-box .decorated-subtitle {
	font-family: "Playfair Display", serif;
	line-height: 1.5;
	font-size: 20px;
	position: relative;
	padding: 34px 10px 10px 38px;
	letter-spacing: .03em;
}

@media (min-width: 1200px) {
	.main-decorated-box .decorated-subtitle {
		font-size: 30px;
		padding: 34px 10px 10px 20px;
	}

	.main-decorated-box .decorated-subtitle:before {
		content: '';
		display: block;
		width: 157px;
		background-color: #ffffff;
		height: 3px;
		position: absolute;
		top: 64%;
		left: -167px;
		transform: translateY(-50%);
	}
}

.main-decorated-box>* {
	position: relative;
}

.main-decorated-box:before {
	content: '';
	position: absolute;
	background: url("../images/decor-image-1-576x538.webp") no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.main-decorated-box:before {
		display: block;
		width: 576px;
		height: 538px;
		right: -35%;
		top: -2%;
		transform: rotate(33deg);
	}
}

.box-default {
	position: relative;
	padding: 10px 0 0 55px;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
	.box-default:hover .box-default-icon {
		top: 50%;
		transition: all linear .35s;
		transform: translateY(-50%);
	}
}

.box-default-title {
	color: #131419;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .16em;
}

.box-default-description {
	font-family: "Montserrat", serif;
}

.box-default-icon {
	line-height: 1;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	transition: all linear .35s;
}

.image-left-side {
	max-width: 80%;
	margin: 40px auto 0 auto;
}

@media (min-width: 992px) {
	.image-left-side {
		left: calc(50% + 150px);
		position: absolute;
		top: 0;
		height: 75%;
		right: 0;
		padding-top: 30px;
	}
}

@media (min-width: 1200px) {
	.image-left-side {
		left: calc(50% + 260px);
	}
}

.image-left-side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 31px 5px rgba(0, 0, 0, 0.1);
	border-radius: 24px 0px 0px 24px;
}

@media (max-width: 1200px) {
	.image-left-side img {
		border-radius: 24px !important;
	}

}

/*
* Ordered List
*/
.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered>li {
	position: relative;
	padding-left: 25px;
}

.list-ordered>li:before {
	position: absolute;
	content: "0" counter(li, decimal) ".";
	counter-increment: li;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #b7b7b7;
}

.list-ordered>li+li {
	margin-top: 10px;
}

*+.list-ordered {
	margin-top: 15px;
}

.social-links {
	display: flex;
	margin-left: -25px;
}

.social-links>* {
	margin-left: 25px;
}

.social-links li {
	position: relative;
	text-align: center;
	font-size: 18px;
}

.social-links li:hover a {
	color: #8145C2;
	transition: all ease .35s;
}

.social-links li a {
	color: #ffffff;
	transition: all ease .35s;
}

.check-list>li {
	font-family: "Poppins", sans-serif;
	z-index: 2;
	padding-left: 45px;
}

.check-list>li:before {
	font-size: 72px;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 500;
	z-index: -1;
	top: -20px;
}

.check-list>li span {
	text-transform: uppercase;
	display: block;
	color: #131419;
	font-weight: 400;
	letter-spacing: 0.22em;
}

.check-list li+li {
	margin-top: 20px;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

.img-covered {
	display: block;
	object-fit: cover;
	width: 100%;
}

/*
* Icons
*/
.icon,
.icon-lg {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: inherit;
}

.icon::before,
.icon-lg::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-lg {
	font-size: 48px;
	color: #8145C2;
}

.icon-circle {
	border-radius: 50%;
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 11px 35px;
	font-size: 14px;
	line-height: 1.25;
	border: 1px solid;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 0.23em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

.button-width-210 {
	min-width: 210px;
}

.button-width-190 {
	min-width: 190px;
}

.button-190 {
	min-width: 190px;
	padding: 17px 35px;
}

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

.button-default,
.button-default:focus {
	color: #cccccc;
	background-color: #131419;
	border-color: #131419;
}

.button-default:hover,
.button-default:active,
.button-default.active {
	color: #ffffff;
	background-color: #8145C2;
	border-color: #8145C2;
}

.button-default.button-ujarak::before {
	background: #8145C2;
}

.button-gray-100,
.button-gray-100:focus {
	color: #151515;
	background-color: #edeff4;
	border-color: #edeff4;
}

.button-gray-100:hover,
.button-gray-100:active,
.button-gray-100.active {
	color: #151515;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
	background: #dde1ea;
}

.button-primary,
.button-primary:focus {
	color: #ffffff;
	background-color: #8145C2;
	border-color: #8145C2;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
	color: #ffffff;
	background-color: #131419;
	border-color: #131419;
}

.button-primary.button-ujarak::before {
	background: #131419;
}

.single-page .button-primary,
.single-page .button-primary:focus {
	color: #ffffff;
	background-color: #8145C2;
	border-color: #8145C2;
}

.single-page .button-primary:hover,
.single-page .button-primary:active,
.single-page .button-primary.active {
	color: #8145C2;
	background-color: #ffffff;
	border-color: #ffffff;
}

.single-page .button-primary.button-ujarak::before {
	background: #ffffff;
}

.button-default-outline,
.button-default-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.button-default-outline:hover,
.button-default-outline:active,
.button-default-outline.active {
	color: #8145C2;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-default-outline.button-ujarak::before {
	background: #ffffff;
}

.icon-button-group .button-default-outline,
.icon-button-group .button-default-outline:focus {
	color: #8145C2;
	background-color: transparent;
	border-color: #8145C2;
}

.icon-button-group .button-default-outline:hover,
.icon-button-group .button-default-outline:active,
.icon-button-group .button-default-outline.active {
	color: #ffffff;
	background-color: #8145C2;
	border-color: #8145C2;
}

.icon-button-group .button-default-outline.button-ujarak::before {
	background: #8145C2;
}

.btn-primary-rounded,
.btn-primary-rounded:focus {
	color: #ffffff;
	background-color: #8145C2;
	border-color: #8145C2;
}

.btn-primary-rounded:hover,
.btn-primary-rounded:active,
.btn-primary-rounded.active {
	color: #ffffff;
	background-color: #131419;
	border-color: #131419;
}

.btn-primary-rounded.button-ujarak::before {
	background: #131419;
}

.btn-rounded-outline,
.btn-rounded-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-rounded-outline:hover,
.btn-rounded-outline:active,
.btn-rounded-outline.active {
	color: #ffffff;
	background-color: #131419;
	border-color: #131419;
}

.btn-rounded-outline.button-ujarak::before {
	background: #131419;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #8145C2;
}

.button-facebook,
.button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover,
.button-facebook:active,
.button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter,
.button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover,
.button-twitter:active,
.button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google,
.button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover,
.button-google:active,
.button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:focus,
.button-shadow:active {
	box-shadow: none;
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 8px 17px;
	font-size: 12px;
	line-height: 1.3;
}

.button-lg {
	padding: 14px 33px;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
	color: #ffffff;
	background: #8145C2;
	border-color: #8145C2;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.button-way-point {
	width: 67px;
	height: 67px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	transition: all ease .35s;
}

.button-way-point:hover {
	background-color: #ffffff;
	color: #8145C2;
	transition: all ease .35s;
}

/*
* Footers
*/
.footer-classic {
	padding: 30px 0;
	background: #131419;
	color: #aab2b9;
	font-size: 16px;
}

.footer-classic-aside {
	padding-top: 20px;
	/* border-top: 1px solid rgba(255, 255, 255, 0.1); */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}


/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #8145C2 !important;
}

.text-gray-dark {
	color: #131419;
}

.text-accent-gray {
	color: #aab2b9;
}

.decor-text {
	font-size: 38px;
	transition: all ease .35s;
	font-weight: 700;
	letter-spacing: 15px;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	font-family: "Poppins", sans-serif;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	z-index: -1;
	padding-top: 20px;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.decor-text {
		font-size: 80px;
		text-shadow: 0 3px 27px rgba(0, 0, 0, 0.1);
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.decor-text {
		position: absolute;
		font-size: 120px;
	}
}

@media (min-width: 992px) {
	.decor-text {
		font-size: 150px;
	}
}

@media (min-width: 1200px) {
	.decor-text {
		font-size: 200px;
	}
}

.decor-text-1 {
	transition: all ease .35s;
}

@media (min-width: 768px) {
	.decor-text-1 {
		left: calc(50% - 210px);
		bottom: 0;
	}
}

.decor-text-2 {
	transition: all ease .35s;
}

@media (min-width: 768px) {
	.decor-text-2 {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.decor-text-2 {
		left: 50%;
		right: auto;
	}
}

@media (min-width: 1600px) {
	.decor-text-2 {
		right: calc(50% - 120px);
		transform: translateX(-47%);
		bottom: 0;
	}
}

.decor-text-3 {
	position: absolute;
	transition: all ease .35s;
	z-index: 1;
	top: 0;
	left: 50%;
	color: #131419;
	transform: translateX(-50%);
}

.ie-11 .decor-text-3,
.mac-os .decor-text-3 {
	left: 0;
	right: 0;
}

.decor-text-4 {
	transition: all ease .35s;
	position: absolute;
	bottom: 260px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.decor-text-4 {
		bottom: 21%;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.decor-text-4 {
		left: 50%;
		transform: translateX(-75%);
		bottom: -10%;
	}
}

.cta-big-text {
	transition: all ease .35s;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
	.cta-big-text {
		font-size: 30px;
	}
}

.default-letter-spacing {
	letter-spacing: 0.02em;
}

.service-subtitle {
	font-size: 16px;
}

/*
* Offsets
*/
*+p {
	margin-top: 15px;
}

h2+p,
.heading-2+p {
	margin-top: 12px;
}

p+h2,
p+.heading-2 {
	margin-top: 15px;
}

p+p {
	margin-top: 12px;
}

img+p {
	margin-top: 15px;
}

h3+img {
	margin-top: 42px;
}

*+.row {
	margin-top: 30px;
}

*+.big {
	margin-top: 20px;
}

*+.text-block {
	margin-top: 30px;
}

*+.button {
	margin-top: 30px;
}

.row+h3,
.row+.heading-3 {
	margin-top: 80px;
}

.container+.container {
	margin-top: 35px;
}

.row+.row {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	*+.rd-form {
		margin-top: 30px;
	}

	.container+.container {
		margin-top: 60px;
	}

	.row+.row {
		margin-top: 50px;
	}
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0>* {
	margin-bottom: 0px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15>* {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20>* {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30>* {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40>* {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50>* {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}

	.row-md-30:empty {
		margin-bottom: 0;
	}

	.row-md-30>* {
		margin-bottom: 30px;
	}
}

.row-10 {
	margin-top: -10px;
}

.row-10 *> {
	margin-top: 10px;
}

.offset-left-10 {
	margin-left: 10px;
}

.offset-top-0 {
	margin-top: 0;
}

.offset-right-10 {
	margin-right: 10px;
}

.offset-right-25 {
	margin-right: 25px;
}

@media (min-width: 992px) {
	.offset-lg-right-45 {
		margin-right: 45px;
	}
}

.offset-top-10 {
	margin-top: 10px;
}

.offset-top-20 {
	margin-top: 20px;
}

.offset-top-15 {
	margin-top: 15px;
}

.offset-right-15 {
	margin-right: 15px;
}

.offset-top-25 {
	margin-right: 25px;
}

.offset-top-30 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.offset-right-150 {
		margin-right: 150px;
	}
}

@media (min-width: 1200px) {
	.offset-right-110 {
		margin-right: 110px;
	}
}

@media (min-width: 1200px) {
	.offset-right-170 {
		margin-right: 230px;
	}
}

.offset-top-75 {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	.offset-top-75 {
		margin-top: 75px;
	}
}

@media (min-width: 1200px) {
	.offset-top-45 {
		margin-top: 45px;
	}
}

.offset-top-40 {
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.offset-top-50 {
		margin-top: 50px;
	}
}

.offset-xl-40 {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.offset-xl-40 {
		margin-top: 40px;
	}
}

/*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-collapse+.section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {

	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}

	.section-md {
		padding: 70px 0;
	}

	.section-lg {
		padding: 85px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}

	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 115px 0;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single *+.rights {
	margin-top: 35px;
}

.section-single *+.countdown-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap+* {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single *+.rights {
		margin-top: 60px;
	}

	.section-single .countdown-wrap+* {
		margin-top: 35px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single *+.rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-header .brand img {
	width: 100%;
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner>* {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

.main-section {
	padding: 110px 0 50px 0;
}

@media (min-width: 992px) {
	.main-section {
		padding: 220px 0 50px 0;
	}
}

.section-name {
	font-weight: 400;
	letter-spacing: .17em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.custom-section {
		padding-top: 60px;
		padding-bottom: 210px;
	}
}

/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-gray-primary .brand .brand-logo-dark,
.bg-gray .brand .brand-logo-dark,
.bg-gray-primary-light .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-gray-primary .brand .brand-logo-light,
.bg-gray .brand .brand-logo-light,
.bg-gray-primary-light .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
	display: block;
}

/*
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"])+.bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #edeff4;
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #131419;
}

.bg-gray-700:not([style*="background-"])+.bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-dark {
	background-color: #131419;
}

.bg-gray-dark:not([style*="background-"])+.bg-gray-dark:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-primary {
	background-color: #8145C2;
}

.bg-gray-primary:not([style*="background-"])+.bg-gray-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray {
	background-color: #48484c;
}

.bg-gray:not([style*="background-"])+.bg-gray:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-primary-light {
	background-color: #626dfd;
}

.bg-gray-primary-light:not([style*="background-"])+.bg-gray-primary-light:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-lighten {
	background-color: #f8f8f8;
}

.bg-gray-lighten:not([style*="background-"])+.bg-gray-lighten:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary+.bg-primary {
	padding-top: 0;
}

/*
* Utilities custom
*/

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #d7d7d7;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

*+.text-decoration-lines {
	margin-top: 30px;
}

.devider-bottom {
	position: relative;
	padding-bottom: 0px;
}

.devider-bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 3px;
	background-color: #8145C2;
	display: none;
}

@media (min-width: 1200px) {
	.devider-bottom {
		padding-bottom: 20px;
	}

	.devider-bottom:after {
		width: 393px;
		left: -126px;
		display: block;
	}
}

.devider-left {
	position: relative;
}

.devider-left:after {
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 150px;
	height: 3px;
	display: none;
	background-color: #8145C2;
}

@media (min-width: 1200px) {
	.devider-left:after {
		display: block;
		width: 393px;
		left: -463px;
		position: absolute;
	}
}

/*
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #8145C2;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

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

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #ffffff;
	background: #8145C2;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-to-top:hover {
	color: #ffffff;
	background: #131419;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
	border-radius: 30px;
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}

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

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: transparent;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 0;
}


.rd-navbar-brand a {
	display: block;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 120;
}

.rd-navbar-main-outer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rd-navbar-main-outer .rd-search .form-wrap .form-label {
	padding-left: 10px;
}

.rd-navbar-main-outer .rd-search .form-wrap .form-input {
	background-color: #131419;
	border-color: #131419;
	padding-left: 10px;
}

.navbar-contact-list {
	margin-left: -35px;
	line-height: 1;
}

.navbar-contact-list li a,
.navbar-contact-list li a:focus,
.navbar-contact-list li a:active {
	color: rgba(170, 178, 185, 0.5);
}

.navbar-contact-list li a:hover {
	color: #aab2b9;
}

.navbar-contact-list>* {
	margin-left: 35px;
	display: flex;
}

.navbar-contact-list li>*,
.navbar-contact-list>* * {
	margin-bottom: 0;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
	letter-spacing: 2.2px;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #ffffff;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	height: 1px;
	background-color: #ffffff;
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
	margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	font-family: "Poppins", sans-serif;
	display: inline-block;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2;
	transition: .25s;
	text-transform: uppercase;
}

.rd-navbar-static .rd-nav-link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	display: inline-block;
	height: 1px;
	background-color: transparent;
	transition: all ease .35s;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-nav-link:hover {
		color: #ffffff;
	}

	.rd-navbar-static .rd-nav-link:hover:before {
		width: 100%;
		background-color: #ffffff;
		transition: all ease .35s;
	}
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #d7d7d7;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	padding: 15px;
	background: #ffffff;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #8145C2;
}

.rd-navbar-static .rd-dropdown-link {
	color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #8145C2;
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-megamenu-list li>a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a:focus,
.rd-navbar-static .rd-navbar-dropdown li>a:active,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a:focus,
.rd-navbar-static .rd-megamenu-list li>a:active {
	color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li>a:hover {
	color: #8145C2;
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #8145C2;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-dropdown li.opened>a,
.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li.focus>a,
.rd-navbar-static .rd-megamenu-list li.opened>a,
.rd-navbar-static .rd-megamenu-list li>a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-static .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus>a::before,
.rd-navbar-static .rd-megamenu-list li.opened>a::before,
.rd-navbar-static .rd-megamenu-list li>a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #8145C2;
	background: transparent;
}

.rd-navbar-static *+.rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static *+.rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: rgba(255, 255, 255, 0.5);
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1090;
	background: #131419;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 140px;
	max-height: 58px;
	width: auto;
	height: auto;
}

@media (min-width: 576px) {
	.rd-navbar-fixed .rd-navbar-brand img {
		max-width: 160px;
	}
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1090;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1089;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #b5bafe;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #8145C2;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1091;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1089;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1089;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1092;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #9b9b9b;
	box-shadow: 0px 0px 15px rgb(127 64 237 / 35%);
	background: #131419;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #131419;
	box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #8145C2;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
	color: #ffffff;
	background: #8145C2;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #8145C2;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #8145C2;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #8145C2;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #9b9b9b;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #8145C2;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #8145C2;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #131419;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
	color: #8145C2;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cccccc;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:active,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list li>a:active {
	color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	color: #8145C2;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #8145C2;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
	color: #8145C2;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}

	.rd-navbar-sidebar .rd-navbar-megamenu>* {
		margin-bottom: 30px;
	}

	.rd-navbar-sidebar .rd-navbar-dropdown>li+li,
	.rd-navbar-sidebar .rd-megamenu-list>li+li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 7px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .fa-phone {
	transform: rotate(85deg);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .icon {
	font-size: 18px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #d7d7d7;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
	margin-top: 17px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
	height: 100%;
}

.contacts-map .google-map {
	height: 250px;
	width: 100%;
	height: 250px;
	height: 570px;
}

.custom-contact-wrap {
	height: 250px;
	width: 100%;
}

@media (min-width: 992px) {
	.custom-contact-wrap {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		min-height: 100%;
		width: 48.7vw;
		display: flex;
	}
}

.custom-contact-wrap .google-map {
	height: 100%;
	min-height: 100%;
}

/*
 * Owl Carousel
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: #8145C2;
	color: #151515;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	background: #151515;
	color: #8145C2;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 10px;
}

.owl-carousel .owl-prev::before {
	content: '\f104';
}

.owl-carousel .owl-next {
	right: 10px;
}

.owl-carousel .owl-next::before {
	content: '\f105';
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.owl-carousel .owl-dot span {
	width: 10px;
	height: 10px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 5px;
	border: 1px solid #888888;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
	background: #8145C2;
	border-color: #8145C2;
}


.review-carousel .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 992px) {
	.review-carousel .item {
		flex-direction: row;
	}

	.review-carousel .item-preview {
		margin-top: 0;
		margin-right: 60px;
		align-self: flex-start;
	}
}

@media (min-width: 992px) {
	.review-carousel .item {
		padding-right: 120px;
	}
}

.review-carousel .item-preview {
	min-width: 216px;
	max-width: 216px;
	height: 216px;
	margin-top: 30px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 50%;
	align-self: center;
}

.review-carousel .item-preview img {
	border-radius: 50%;
}

.review-carousel .item-description {
	overflow: hidden;
}

.review-carousel .item-description p {
	margin-top: 50px;
	font-size: 18px;
}

.review-carousel .item-description .item-subsection {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (min-width: 1200px) {
	.review-carousel .item-description .item-subsection {
		padding-left: 90px;
	}
}

.review-carousel .item-description .item-subsection .devider-left:after {
	left: -420px;
}

.review-carousel .item-description .item-subsection-title {
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #131419;
	font-size: 18px;
}

.review-carousel .item-description .item-subsection-title:before {
	content: '';
	position: absolute;
	left: -220px;
	height: 3px;
	top: 50%;
	transform: translateX(-50%);
}

.review-carousel .owl-dots {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.review-carousel .owl-dots {
		position: absolute;
		right: -30px;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
		margin-top: -16px;
		counter-reset: button;
		transition: all ease .35s;
	}

	.review-carousel .owl-dots>* {
		margin-top: 16px;
		position: relative;
		counter-increment: button;
		transition: all ease .35s;
	}

	.review-carousel .owl-dots .owl-dot {
		transition: all ease .35s;
	}

	.review-carousel .owl-dots .active {
		padding-bottom: 83px;
		transition: all ease .35s;
	}

	.review-carousel .owl-dots .active:before {
		font-size: 18px;
		color: #8145C2;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		position: absolute;
		content: "0" counter(button) " ";
		top: -4px;
		right: -35px;
		line-height: 1;
	}

	.review-carousel .owl-dots .active:after {
		content: '';
		width: 3px;
		background-color: #8145C2;
		height: 67px;
		top: 21px;
		left: 50%;
		display: block;
		position: absolute;
		transform: translateX(-50%);
		transition: all ease .35s;
	}
}

.owl-brand .owl-dots {
	margin-top: 20px;
}

.owl-brand .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: all ease .35s;
	cursor: pointer;
}

.owl-brand .item:hover {
	transition: all ease .35s;
	opacity: .7;
}

.parallax-scene {
	overflow: hidden;
}

.decorate-layer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.decorate-layer>* {
	position: absolute;
}

.decorate-layer .layer {
	position: relative !important;
	pointer-events: none;
}

.layer-1 {
	top: 30%;
	left: 27%;
}

.layer-2 {
	bottom: 25%;
	right: 18%;
	z-index: -1;
}

.layer-3 {
	bottom: 29%;
	right: 17%;
	z-index: -1;
}

.layer-4 {
	top: 18%;
	left: 34%;
}

.layer-5 {
	bottom: 40%;
	left: 17%;
}

.layer-6 {
	top: 24%;
	left: 19.5%;
}

.button-download {
	background-color: #131419;
	border-color: #8145C2;
	color: #ffffff;
	margin-left: 20px;
}


@media (max-width: 1200px) {
	.download-hero-button {
		display: flex;
		justify-content: center;
	}
}

/** @section Material Parallax */

.parallax {
	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.section-xxl {
	padding-top: 75px;
	padding-bottom: 75px;
}

@media (min-width: 1200px) and (min-height: 800px) {
	.section-xxl {
		padding-top: 165px;
		padding-bottom: 190px;
	}

}

.cta-text,
.cta-header {
	color: #fff;
}

.store-icon {
	font-size: 30px;
	margin-right: 10px;
}

.button-content {
	display: flex;
	align-items: center;
}

.bxs-chevron-down:before {
	font-size: 25px;
}

.bx-chevron-up:before {
	font-size: 25px;
}