@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Type Custom
 *     1.2 Brand
 *     1.3 Links
 *     1.4 Blocks
 *     1.5 Blocks
 *     1.6 Groups
 *     1.7 Units
 *     1.8 Lists
 *     1.9 Images
 *     1.10 Icons
 *     1.11 Tables
 *     1.12 Dividers
 *     1.13 Buttons
 *     1.14 Forms
 *     1.15 Posts
 *     1.16 Quotes
 *     1.17 Thumbnails
 *     1.18 Bredcrumbs
 *     1.19 Pagination custom
 *     1.20 snackbars
 *     1.21 Footers
 *     1.22 Services
 *     1.23 Call to action
 *     1.24 Blurb
 *     1.25 Gallery
 *     1.26 Video
 *   2 Helpers
 *     2.1 page layout
 *     2.2 text styling
 *     2.3 Offsets
 *     2.4 sections
 *     2.5 Grid Modules
 *     2.6 Backgrounds
 *     2.7 utilities custom
 *     2.8 One screen page
 *   3 Plugins
 *     3.1 Lightgallery styles
 */
/*
*
* Contexts
*/
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;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

form {
	margin-bottom: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @group Base */
/** @section Type Custom*/
body {
	font-family: "仿宋_GB2312", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	color: #6e7882;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	color: #343a40;
	letter-spacing: 0;
}

h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #437fec;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 100;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 57px;
	}
}

@media (min-width: 1600px) {
	h1,
	.heading-1 {
		font-size: 70px;
		line-height: 1.14286;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 39px;
	}
}

@media (min-width: 1600px) {
	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.16667;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 27px;
	}
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 29px;
	}
}

@media (min-width: 1600px) {
	h3,
	.heading-3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.3;
}

@media (min-width: 1600px) {
	h4,
	.heading-4 {
		font-size: 25px;
		line-height: 1.28;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 1600px) {
	h5,
	.heading-5 {
		font-size: 22px;
		line-height: 1.45455;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1600px) {
	h6,
	.heading-6 {
		font-size: 20px;
		line-height: 1.6;
	}
}

.custom-title > span {
	position: relative;
	display: inline-block;
	padding-top: 1.5em;
}

.custom-title > span:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 1em;
	background: #aeb1be;
}

p.sup {
	margin-bottom: 10px;
	font-weight: 700;
	text-align: left;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #437fec;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 25px;
	line-height: 40px;
	font-weight: 300;
}

code {
	padding: 10px 5px;
	border-radius: 6px;
	font-size: 90%;
	color: #111111;
	background: #f4f7ff;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #437fec;
}

p [style*='max-width'] {
	display: inline-block;
}

.text-gray-600 {
	color: #828590;
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

.context-dark .brand-logo-light {
	display: block;
}

.context-dark .brand-logo-dark {
	display: none;
}

.brand.dark .brand-logo-light {
	display: block;
}

.brand.dark .brand-logo-dark {
	display: none;
}

.rd-navbar-fixed-linked .mobile-brand {
	display: none;
}

/** @section Links */
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active {
	color: #1a33ac;
}

a:hover {
	color: #437fec;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

a.hover-text {
	color: #6e7882;
}

a.hover-text:hover, a.hover-text:focus {
	color: #1a33ac;
}

a.hover-light-text {
	color: #828590;
}

a.hover-light-text:hover, a.hover-light-text:focus {
	color: #1a33ac;
}

.link-hover {
	color: #437fec;
	text-decoration: none;
}

.link-hover:hover {
	text-decoration: none !important;
}

.link-press {
	color: #101f6a;
}

* + .privacy-link {
	margin-top: 25px;
}

.link-image {
	opacity: 1;
}

.link-image:hover {
	opacity: 0.5;
}

/** @section Blocks */
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 370px;
}

.block-lg {
	max-width: 540px;
}

@media (min-width: 992px) {
	.block-lg {
		max-width: 740px;
	}
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #437fec;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #437fec;
	}
}

/*
* Block preview
*/
.block-preview {
	position: relative;
	padding: 40px 0;
}

.block-preview .title {
	max-width: 610px;
	font-weight: 700;
}

.block-preview .exeption {
	max-width: 330px;
	color: #828590;
	letter-spacing: .03em;
}

.block-preview .cover-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .1;
}

.block-preview > *:not(.cover-image) {
	position: relative;
	z-index: 1;
}

.block-preview * + .title {
	margin-top: 27px;
}

.block-preview * + .exeption {
	margin-top: 21px;
}

@media (min-width: 768px) {
	.block-preview {
		padding: 60px 0;
	}
	.block-preview .cover-image {
		left: 41%;
		opacity: .2;
	}
}

@media (min-width: 992px) {
	.block-preview {
		padding: 100px 0;
	}
	.block-preview .cover-image {
		opacity: 1;
	}
	.block-preview * + .title {
		margin-top: 44px;
	}
	.block-preview * + .exeption {
		margin-top: 32px;
	}
}

@media (min-width: 1600px) {
	.block-preview {
		padding: 186px 0 206px;
	}
	.block-preview * + .title {
		margin-top: 54px;
	}
	.block-preview * + .exeption {
		margin-top: 42px;
	}
}

/** @section Blocks */
.box-minimal {
	position: relative;
	display: block;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 1.3;
	background: #ffffff;
	color: #437fec;
	border-radius: 6px;
}

.box-minimal:hover {
	color: #2840b9;
	box-shadow: 0 0 24px 0 rgba(130, 133, 144, 0.3);
}

.box-minimal .hot {
	position: absolute;
	top: 8px;
	left: 20px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	background: #2840b9;
}

@media (min-width: 992px) {
	.box-minimal {
		padding: 63px 15px 63px 40px;
		font-size: 25px;
	}
	.box-minimal .hot {
		top: 16px;
		left: 40px;
		padding: 5px 15px;
		font-size: 14px;
	}
}

.box-counter {
	position: relative;
	text-align: center;
	color: #343a40;
}

.box-counter-title {
	display: inline-block;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #437fec;
}

* + .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;
}

.contact-box > li + li {
	margin-top: 15px;
}

.contact-box .icon {
	font-size: 24px;
	color: #437fec;
}

.contact-box .list-phones > li + li {
	margin-top: 2px;
}

* + .contact-box {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	* + .contact-box {
		margin-top: 30px;
	}
}

/*
Price box
*/
.price-box-1 {
	position: relative;
	z-index: 2;
	padding: 25px 15px;
	background: #f4f7ff;
	border-radius: 6px;
}

.price-box-1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 6px;
	background: inherit;
}

.price-box-1 .title {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 700;
	color: #343a40;
}

.price-box-1 .exeption {
	color: #828590;
}

.price-box-1-primary {
	background: #437fec;
}

.price-box-1-primary .title,
.price-box-1-primary .exeption,
.price-box-1-primary .price {
	color: #ffffff;
}

.price-box-1 * + .title {
	margin-top: 15px;
}

.price-box-1 * + .exeption {
	margin-top: 12px;
}

.price-box-1 * + .price {
	margin-top: 10px;
}

.price-box-1 * + .button {
	margin-top: 12px;
}

@media (min-width: 1200px) {
	.price-box-1 {
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 45px 47px;
	}
	.price-box-1-primary:before {
		top: -26px;
		bottom: -26px;
	}
	.price-box-1 * + .title {
		margin-top: 24px;
	}
	.price-box-1 * + .exeption {
		margin-top: 20px;
	}
	.price-box-1 * + .price {
		margin-top: 18px;
	}
	.price-box-1 * + .button {
		margin-top: 21px;
	}
}

@media (min-width: 1600px) {
	.price-box-1 {
		margin-top: 32px;
		margin-bottom: 32px;
		padding: 56px 60px;
	}
	.price-box-1-primary:before {
		top: -32px;
		bottom: -32px;
	}
	.price-box-1 * + .title {
		margin-top: 30px;
	}
	.price-box-1 * + .exeption {
		margin-top: 25px;
	}
	.price-box-1 * + .price {
		margin-top: 22px;
	}
	.price-box-1 * + .button {
		margin-top: 26px;
	}
}

.price-box-2 {
	position: relative;
	z-index: 2;
	padding: 25px 15px;
	background: #ffffff;
	border-radius: 6px;
}

.price-box-2 .title {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 700;
	color: #343a40;
}

.price-box-2 .exeption {
	color: #828590;
}

.price-box-2 .price {
	font-weight: 100;
}

.price-box-2 * + .title {
	margin-top: 15px;
}

.price-box-2 * + .list-sm {
	margin-top: 11px;
}

.price-box-2 * + .price {
	margin-top: 5px;
}

.price-box-2 * + .button {
	margin-top: 14px;
}

@media (min-width: 1200px) {
	.price-box-2 {
		padding: 35px 15px 50px;
	}
	.price-box-2 * + .title {
		margin-top: 30px;
	}
	.price-box-2 * + .list-sm {
		margin-top: 21px;
	}
	.price-box-2 * + .price {
		margin-top: 14px;
	}
	.price-box-2 * + .button {
		margin-top: 31px;
	}
}

/*
Box link
*/
.box-link {
	position: relative;
	z-index: 1;
	display: flex;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
}

.box-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.4);
	transition: .3s;
}

.box-link-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	width: 100%;
	padding: 15px;
}

.box-link:hover, .box-link:focus, .box-link:active {
	color: #ffffff;
}

.box-link:hover:before, .box-link:focus:before, .box-link:active:before {
	background: rgba(26, 51, 172, 0.4);
}

@media (min-width: 768px) {
	.box-link-inner {
		min-height: 280px;
	}
}

/*
Box wrapper
*/
.box-wrap-gray {
	padding: 15px 15px;
	background: #f4f7ff;
	border-radius: 6px;
}

@media (min-width: 576px) {
	.box-wrap-gray {
		padding: 35px;
	}
}

@media (min-width: 1200px) {
	.box-wrap-gray {
		padding: 47px 59px;
	}
}

/*
* Box content
*/
/*
* Timeline box
*/
.timeline .date {
	font-weight: 500;
}

.timeline .line {
	position: relative;
	height: 17px;
	border-left: 1px solid #aeb1be;
}

.timeline .line:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	transform: translateY(-50%);
	border-top: 1px solid #aeb1be;
	width: 100vw;
}

.timeline a.media-item {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 6px;
	max-width: 100px;
}

.timeline a.media-item:before {
	content: "\f504";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	font-family: "Material Design Icons";
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	transition: .3s;
	will-change: transform;
}

.timeline a.media-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(67, 127, 236, 0.7);
	transition: .3s;
}

.timeline * + .line {
	margin-top: 9px;
}

.timeline * + .media-item {
	margin-top: 19px;
}

.timeline * + .title {
	margin-top: 17px;
}

.timeline * + .exeption {
	margin-top: 17px;
}

.desktop .timeline a.media-item:before {
	color: transparent;
	transform: translate(-50%, -50%) scale(0.5);
}

.desktop .timeline a.media-item:after {
	background: rgba(67, 127, 236, 0);
}

.desktop .timeline a.media-item:hover:before {
	color: #ffffff;
	transform: translate(-50%, -50%) scale(1);
}

.desktop .timeline a.media-item:hover:after {
	background: rgba(67, 127, 236, 0.7);
}

/*
* Box inline
*/
.box-inline {
	text-align: center;
}

.box-inline .icon {
	font-size: 64px;
	line-height: 1;
}

@media (min-width: 768px) {
	.box-inline {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box-inline .box-inline-inner:first-child {
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.box-inline .box-inline-inner:first-child {
		padding-right: 42px;
	}
}

/** @section Groups */
html .group {
	margin-bottom: -10px;
	margin-left: -16px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 16px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -20px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

html .group-md {
	margin-bottom: -10px;
	margin-left: -16px;
}

html .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 16px;
}

@media (min-width: 1200px) {
	html .group-md {
		margin-bottom: -10px;
		margin-left: -25px;
	}
	html .group-md > * {
		margin-bottom: 10px;
		margin-left: 25px;
	}
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

html .group-sm-justify .button {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	html .group-sm-justify {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	html .group-sm-justify > * {
		flex-grow: 1;
		flex-shrink: 0;
	}
	html .group-sm-justify .button {
		min-width: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

html .group-middle {
	display: inline-table;
	vertical-align: middle;
}

html .group-middle > * {
	vertical-align: middle;
}

* + .group {
	margin-top: 20px;
}

@media (min-width: 1600px) {
	* + .group {
		margin-top: 33px;
	}
}

/** @section Units*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-item,
.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxs {
	margin-bottom: -7px;
	margin-left: -7px;
}

.unit-spacing-xxs > * {
	margin-bottom: 7px;
	margin-left: 7px;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.unit-spacing-sm {
	margin-bottom: -15px;
	margin-left: -30px;
}

.unit-spacing-sm > * {
	margin-bottom: 15px;
	margin-left: 30px;
}

.unit-middle {
	align-items: center;
}

@media (min-width: 768px) {
	.unit-md-horizontal {
		flex-direction: row;
	}
}

/** @section Lists */
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 8px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 20px;
}

.list-xxl > li + li {
	margin-top: 30px;
}

.list-xxl-2 > li + li,
.list-xxl-2 > .row + .row {
	margin-top: 50px;
}

@media (min-width: 1200px) {
	.list-xl > li + li {
		margin-top: 33px;
	}
	.list-xxl-2 > li + li,
	.list-xxl-2 > .row + .row {
		margin-top: 90px;
	}
}

@media (min-width: 1600px) {
	.list-xl > li + li {
		margin-top: 40px;
	}
	.list-xxl > li + li {
		margin-top: 80px;
	}
	.list-xxl-2 > li + li,
	.list-xxl-2 > .row + .row {
		margin-top: 120px;
	}
}

.list-inline > li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 25px;
	top: -2px;
	min-width: 25px;
	content: '\f105';
	font: 400 16px/24px 'FontAwesome';
	color: #aeb1be;
	vertical-align: middle;
}

.list-marked > li + li {
	margin-top: 8px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 16px;
}

.list-ordered {
	counter-reset: li;
	padding-left: 22px;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 28px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #aeb1be;
}

.list-ordered > li + li {
	margin-top: 8px;
}

* + .list-ordered {
	margin-top: 15px;
}

.list-icon {
	text-align: left;
}

.list-icon .list-icon-title {
	display: flex;
	align-items: flex-start;
}

.list-icon .title {
	margin-top: 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.005em;
}

.list-icon .icon-item {
	position: relative;
	display: inline-block;
	min-width: 35px;
	margin-right: 13px;
	font-size: 40px;
	line-height: 1;
	color: #437fec;
	vertical-align: middle;
}

.list-icon .list-icon-body {
	color: #aeb1be;
}

.list-icon * + .list-icon-body {
	margin-top: 10px;
}

.list-icon-gradient .icon-item {
	background: linear-gradient(90deg, transparent, transparent);
	background: -webkit-linear-gradient(90deg, #a371f7, #1a33ac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #1a33ac;
}

@media (min-width: 768px) {
	.list-icon .title {
		font-size: 20px;
	}
	.list-icon * + .list-icon-body {
		margin-top: 15px;
	}
}

.list-dotted {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.list-dotted > li {
	position: relative;
	padding: 3px 0;
	vertical-align: middle;
}

.list-dotted > li:not(:last-child) {
	padding-right: 18px;
}

.list-dotted > li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 2px;
	height: 24px;
	background: #f4f7ff;
	transform: translate(50%, -50%);
}

@media (min-width: 1200px) {
	.list-dotted > li:not(:last-child) {
		padding-right: 62px;
	}
	.list-dotted > li:not(:last-child):after {
		right: 31px;
	}
}

.number-counter {
	counter-reset: counter;
}

.number-counter .index-counter:after {
	content: counter(counter, decimal-leading-zero);
	counter-increment: counter;
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

@media (min-width: 1600px) {
	img.out-of-container {
		position: absolute;
		max-width: 691px;
		height: auto;
		right: 50px;
		top: 40px;
	}
}

@media (max-width: 767px) {
	img {
		display: inline-block;
		max-width: min-content;
		height: auto !important;
	}

	.img-responsive {
		width: auto !important;
	}

	.swiper-img-block img {
		width: auto !important;
	}
}

	/** @section Icons */
	.icon {
		display: inline-block;
		font-size: 16px;
		line-height: 1;
		vertical-align: middle;
	}

		.icon::before {
			font-weight: 400;
			font-style: normal;
			speak: none;
			text-transform: none;
		}

	.icon-gray-400 {
		color: #aeb1be;
	}

	.icon-gray-100 {
		color: #f4f7ff;
	}

	.icon-gradient {
		background: linear-gradient(90deg, transparent, transparent);
		background: -webkit-linear-gradient(90deg, #1a33ac, #437fec);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		color: #437fec;
	}

	.icon-circle {
		border-radius: 50%;
	}

	.icon-md {
		font-size: 20px;
		line-height: 1;
	}

	.icon-lg {
		font-size: 30px;
		line-height: 1;
	}

	/** @section Tables*/
	.table-custom {
		width: 100%;
		max-width: 100%;
		text-align: left;
		background: #ffffff;
		border-collapse: collapse;
	}

		.table-custom th,
		.table-custom td {
			color: #343a40;
			background: #ffffff;
		}

	@media (max-width: 767px) {
		.table-custom th,
		.table-custom td {
			min-width: 130px;
		}
	}

	.table-custom th {
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .05em;
	}

	@media (max-width: 991px) {
		.table-custom th {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}

	.table-custom td,
	.table-custom th {
		padding: 16px 24px;
	}

	.table-custom td,
	.table-custom th {
		border-bottom: 1px solid #f4f7ff;
	}

	.table-custom th {
		border-bottom: 1px solid #828590;
	}

	* + .table-custom-responsive {
		margin-top: 30px;
	}

	@media (min-width: 768px) {
		* + .table-custom-responsive {
			margin-top: 40px;
		}
	}

	.table-custom.table-custom-primary thead th {
		color: #ffffff;
		background: #437fec;
		border: 0;
	}

	.table-custom.table-custom-primary tbody tr:hover td {
		background: #f4f7ff;
	}

	.table-custom.table-custom-hovered tr:hover td {
		background: #f4f7ff;
	}

	.table-custom.table-custom-bordered td,
	.table-custom.table-custom-bordered th {
		border: 1px solid #f4f7ff;
	}

	.table-custom.table-custom-bordered th {
		border-bottom: 1px solid #828590;
	}

	.table-custom.table-custom-striped {
		border-bottom: 1px solid #f4f7ff;
	}

		.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
			background: transparent;
		}

		.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
			background: #f4f7ff;
		}

		.table-custom.table-custom-striped tbody td {
			border: 0;
		}

		.table-custom.table-custom-striped tfoot td:not(:first-child) {
			border-left: 0;
		}

	@media (max-width: 991px) {
		.table-custom-responsive {
			display: block;
			width: 100%;
			overflow-x: auto;
			-ms-overflow-style: -ms-autohiding-scrollbar;
		}

			.table-custom-responsive.table-bordered {
				border: 0;
			}
	}

	/** @section Dividers */
	hr {
		margin-top: 0;
		margin-bottom: 0;
		border-top: 1px solid #d7d7d7;
	}

	.divider {
		display: block;
		font-size: 0;
		line-height: 0;
	}

		.divider:before {
			content: "";
			display: inline-block;
			margin-top: 0;
			margin-bottom: 0;
		}

	.divider-1:before {
		width: 30px;
		border-top: 2px solid #aeb1be;
	}

	.divider-2:before {
		width: 48px;
		border-top: 2px solid #437fec;
	}

	/** @section Buttons */
	.button {
		position: relative;
		z-index: 0;
		overflow: hidden;
		display: inline-block;
		padding: 14px 40px;
		font-size: 16px;
		line-height: 1.25;
		border: 0 solid;
		border-radius: 40px;
		font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		letter-spacing: 0.03em;
		text-transform: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		cursor: pointer;
		vertical-align: middle;
		user-select: none;
		transition: 250ms all ease-in-out;
	}

	.button-block {
		display: block;
		width: 100%;
	}

	.button-default {
		color: #cccccc;
		background-color: #343a40;
		border-color: #343a40;
	}

		.button-default:focus, .button-default:hover, .button-default:active {
			color: #ffffff;
			background-color: #437fec;
			border-color: #437fec;
		}

	.button-gray-100 {
		color: #151515;
		background-color: #f4f7ff;
		border-color: #f4f7ff;
	}

		.button-gray-100:focus, .button-gray-100:hover, .button-gray-100:active {
			color: #151515;
			background-color: #dbe4ff;
			border-color: #dbe4ff;
		}

	.button-primary {
		color: #343a40;
		background-color: #ffffff;
	}

		.button-primary:focus, .button-primary:hover, .button-primary:active {
			color: #ffffff;
			background-color: #000000;
		}

			.button-primary:focus:before, .button-primary:hover:before, .button-primary:active:before {
				opacity: 0;
			}

	.bg-primary-dark .button-primary,
	.context-dark .button-primary,
	.footer-1 .button-primary {
		color: #343a40;
		background-color: #ffffff;
	}

		.bg-primary-dark .button-primary:focus, .bg-primary-dark .button-primary:hover, .bg-primary-dark .button-primary:active,
		.context-dark .button-primary:focus,
		.context-dark .button-primary:hover,
		.context-dark .button-primary:active,
		.footer-1 .button-primary:focus,
		.footer-1 .button-primary:hover,
		.footer-1 .button-primary:active {
			color: #ffffff;
			background-color: #000000;
		}

			.bg-primary-dark .button-primary:focus:before, .bg-primary-dark .button-primary:hover:before, .bg-primary-dark .button-primary:active:before,
			.context-dark .button-primary:focus:before,
			.context-dark .button-primary:hover:before,
			.context-dark .button-primary:active:before,
			.footer-1 .button-primary:focus:before,
			.footer-1 .button-primary:hover:before,
			.footer-1 .button-primary:active:before {
				opacity: 0;
			}

	.button-primary-dark {
		color: #ffffff;
		background-color: #2840b9;
	}

		.button-primary-dark:focus, .button-primary-dark:hover, .button-primary-dark:active {
			color: #ffffff;
			background-color: #437fec;
		}

			.button-primary-dark:focus:before, .button-primary-dark:hover:before, .button-primary-dark:active:before {
				opacity: 0;
			}

	.button-inverse {
		color: #ffffff;
		background-color: #343a40;
	}

		.button-inverse:focus, .button-inverse:hover, .button-inverse:active {
			color: #ffffff;
			background-color: #000000;
		}

			.button-inverse:focus:before, .button-inverse:hover:before, .button-inverse:active:before {
				opacity: 0;
			}

	.button-additional {
		color: #ffffff;
		background-color: #1ae5be;
	}

		.button-additional:focus, .button-additional:hover, .button-additional:active {
			color: #ffffff;
			background-color: #1a33ac;
		}

			.button-additional:focus:before, .button-additional:hover:before, .button-additional:active:before {
				opacity: 0;
			}

	.button-default-outline {
		color: #cccccc;
		background-color: transparent;
		border-color: #343a40;
	}

		.button-default-outline:focus, .button-default-outline:hover, .button-default-outline:active {
			color: #ffffff;
			background-color: #437fec;
			border-color: #437fec;
		}

	.button-ghost {
		border: 0;
		background-color: transparent;
	}

		.button-ghost:hover {
			color: #ffffff;
			background: #437fec;
		}

	.button-facebook {
		color: #ffffff;
		background-color: #4d70a8;
		border-color: #4d70a8;
	}

		.button-facebook:focus, .button-facebook:hover, .button-facebook:active {
			color: #ffffff;
			background-color: #456497;
			border-color: #456497;
		}

	.button-twitter {
		color: #ffffff;
		background-color: #02bcf3;
		border-color: #02bcf3;
	}

		.button-twitter:focus, .button-twitter:hover, .button-twitter:active {
			color: #ffffff;
			background-color: #02a8da;
			border-color: #02a8da;
		}

	.button-google {
		color: #ffffff;
		background-color: #e2411e;
		border-color: #e2411e;
	}

		.button-google:focus, .button-google:hover, .button-google:active {
			color: #ffffff;
			background-color: #cc3a1a;
			border-color: #cc3a1a;
		}

	.button-secondary {
		color: #ffffff;
		background-color: #437fec;
		border-color: #437fec;
	}

		.button-secondary:focus, .button-secondary:hover, .button-secondary:active {
			color: #ffffff;
			background-color: #151515;
			border-color: #151515;
		}

	.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-no-shadow {
		box-shadow: none;
	}

	.button-xs {
		padding: 8px 17px;
	}

	.button-sm {
		padding: 9px 30px;
		font-size: 14px;
		line-height: 1.5;
	}

	.button-lg {
		padding: 14px 34px;
		font-size: 18px;
		line-height: 1.5;
	}

	@media (min-width: 768px) {
		.button-lg {
			padding: 14px 51px;
			font-size: 18px;
			line-height: 1.5;
		}
	}

	.price-box-1 .button-lg {
		padding: 10px 30px;
	}

	@media (min-width: 992px) {
		.price-box-1 .button-lg {
			padding: 14px 51px;
		}
	}

	.blurb-boxed-2 .button-lg {
		max-width: 100%;
	}

	.button-circle {
		border-radius: 30px;
	}

	.button-round {
		border-radius: 5px;
	}

	.button.button-icon {
		display: inline-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.2em;
			line-height: 1em;
		}

		.button.button-icon > span {
			vertical-align: middle;
		}

	.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: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase;
		transition: .33s;
	}

		.btn-primary, .btn-primary:active, .btn-primary:focus {
			color: #ffffff;
			background: #437fec;
			border-color: #437fec;
		}

			.btn-primary:hover {
				color: #ffffff;
				background: #000000;
				border-color: #000000;
			}

	* + .button-wrap-lg {
		margin-top: 40px;
	}

	* + .buttons-group {
		margin-top: 25px;
	}

	* + .buttons-group-1 {
		margin-top: 25px;
	}

	@media (min-width: 1200px) {
		* + .buttons-group {
			margin-top: 43px;
		}

		* + .buttons-group-1 {
			margin-top: 36px;
		}

		.owl-carousel-3 + .button-wrap-lg {
			margin-top: 61px;
		}
	}

	@media (min-width: 1600px) {
		* + .button-wrap-lg {
			margin-top: 50px;
		}

		* + .buttons-group {
			margin-top: 54px;
		}

		* + .buttons-group-1 {
			margin-top: 44px;
		}

		.owl-carousel-3 + .button-wrap-lg {
			margin-top: 75px;
		}
	}

	/** @section Forms */
	.rd-form {
		position: relative;
		text-align: left;
	}

		.rd-form .row {
			margin-left: -8px;
			margin-right: -8px;
		}

			.rd-form .row > [class*="col-"] {
				padding-left: 8px;
				padding-right: 8px;
			}

	* + .rd-form {
		margin-top: 20px;
	}

	@media (min-width: 1200px) {
		* + .rd-form {
			margin-top: 25px;
		}

		h2 + .rd-form,
		h3 + .rd-form {
			margin-top: 45px;
		}
	}

	@media (min-width: 1600px) {
		* + .rd-form {
			margin-top: 25px;
		}

		h2 + .rd-form,
		h3 + .rd-form {
			margin-top: 56px;
		}
	}

	input:-webkit-autofill ~ label,
	input:-webkit-autofill ~ .form-validation {
		color: #000000 !important;
	}

	.form-wrap {
		position: relative;
	}

		.form-wrap.has-error .form-input {
			border-color: #f5543f;
		}

		.form-wrap.has-focus .form-input {
			border-color: #437fec;
		}

		.form-wrap + *,
		.form-wrap + .button {
			margin-top: 8px;
		}

	.form-input {
		display: block;
		width: 100%;
		min-height: 48px;
		padding: 11px 21px;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		color: #343a40;
		background-color: #ffffff;
		background-image: none;
		border-radius: 6px;
		-webkit-appearance: none;
		transition: .3s ease-in-out;
		border: 1px solid #ffffff;
	}

		.form-input:focus {
			outline: 0;
		}

	.bg-default .form-input {
		background-color: #f4f7ff;
	}

	textarea.form-input {
		height: 120px;
		min-height: 48px;
		max-height: 204px;
		resize: vertical;
	}

	.form-label,
	.form-label-outside {
		margin-bottom: 0;
		color: #6e7882;
		font-weight: 400;
	}

	.form-label {
		position: absolute;
		top: 24px;
		left: 0;
		right: 0;
		padding-left: 21px;
		padding-right: 21px;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		pointer-events: none;
		text-align: left;
		z-index: 9;
		transition: .25s;
		will-change: transform;
		transform: translateY(-50%);
	}

		.form-label.focus {
			opacity: 0;
		}

		.form-label.auto-fill {
			color: #343a40;
		}

	.form-label-outside {
		width: 100%;
		margin-bottom: 4px;
	}

	@media (min-width: 768px) {
		.form-label-outside {
			position: static;
		}

			.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
				transform: none;
			}
	}

	[data-x-mode='true'] .form-label {
		pointer-events: auto;
	}

	.form-validation {
		position: absolute;
		right: 8px;
		top: 0;
		z-index: 11;
		margin-top: 2px;
		font-size: 9px;
		font-weight: 400;
		line-height: 12px;
		letter-spacing: 0;
		color: #f5543f;
		transition: .3s;
	}

	.form-validation-left .form-validation {
		top: 100%;
		right: auto;
		left: 0;
	}

	.form-wrap-recaptcha .form-validation {
		left: 5px;
		right: auto;
	}

	#form-output-global {
		position: fixed;
		bottom: 30px;
		left: 15px;
		z-index: 2000;
		visibility: hidden;
		transform: translate3d(-500px, 0, 0);
		transition: .3s all ease;
	}

		#form-output-global.active {
			visibility: visible;
			transform: translate3d(0, 0, 0);
		}

	@media (min-width: 576px) {
		#form-output-global {
			left: 30px;
		}
	}

	.form-output {
		position: absolute;
		top: 100%;
		left: 0;
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		margin-top: 2px;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}

		.form-output.active {
			opacity: 1;
			visibility: visible;
		}

		.form-output.error {
			color: #f5543f;
		}

		.form-output.success {
			color: #98bf44;
		}

	.radio .radio-custom,
	.radio-inline .radio-custom,
	.checkbox .checkbox-custom,
	.checkbox-inline .checkbox-custom {
		opacity: 0;
	}

	.radio .radio-custom, .radio .radio-custom-dummy,
	.radio-inline .radio-custom,
	.radio-inline .radio-custom-dummy,
	.checkbox .checkbox-custom,
	.checkbox .checkbox-custom-dummy,
	.checkbox-inline .checkbox-custom,
	.checkbox-inline .checkbox-custom-dummy {
		position: absolute;
		left: 0;
		width: 14px;
		height: 14px;
		outline: none;
		cursor: pointer;
	}

	.radio .radio-custom-dummy,
	.radio-inline .radio-custom-dummy,
	.checkbox .checkbox-custom-dummy,
	.checkbox-inline .checkbox-custom-dummy {
		pointer-events: none;
		background: #ffffff;
	}

		.radio .radio-custom-dummy::after,
		.radio-inline .radio-custom-dummy::after,
		.checkbox .checkbox-custom-dummy::after,
		.checkbox-inline .checkbox-custom-dummy::after {
			position: absolute;
			opacity: 0;
			transition: .22s;
		}

	.radio .radio-custom:focus,
	.radio-inline .radio-custom:focus,
	.checkbox .checkbox-custom:focus,
	.checkbox-inline .checkbox-custom:focus {
		outline: none;
	}

	.radio input,
	.radio-inline input,
	.checkbox input,
	.checkbox-inline input {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		clip-path: inset(50%);
		border: 0;
	}

	.radio-custom:checked + .radio-custom-dummy:after,
	.checkbox-custom:checked + .checkbox-custom-dummy:after {
		opacity: 1;
	}

	.radio,
	.radio-inline {
		padding-left: 28px;
	}

		.radio .radio-custom-dummy,
		.radio-inline .radio-custom-dummy {
			top: 1px;
			left: 0;
			width: 18px;
			height: 18px;
			border-radius: 50%;
			border: 1px solid #aeb1be;
		}

			.radio .radio-custom-dummy::after,
			.radio-inline .radio-custom-dummy::after {
				content: '';
				top: 3px;
				right: 3px;
				bottom: 3px;
				left: 3px;
				background: #343a40;
				border-radius: inherit;
			}

	.checkbox,
	.checkbox-inline {
		padding-left: 28px;
	}

		.checkbox .checkbox-custom-dummy,
		.checkbox-inline .checkbox-custom-dummy {
			left: 0;
			width: 18px;
			height: 18px;
			margin: 0;
			border: 1px solid #aeb1be;
		}

			.checkbox .checkbox-custom-dummy::after,
			.checkbox-inline .checkbox-custom-dummy::after {
				content: '\f222';
				font-family: "Material Design Icons";
				position: absolute;
				top: -1px;
				left: -2px;
				font-size: 20px;
				line-height: 18px;
				color: #cccccc;
			}

	.toggle-custom {
		padding-left: 60px;
		-webkit-appearance: none;
	}

		.toggle-custom:checked ~ .checkbox-custom-dummy::after {
			background: #437fec;
			transform: translate(20px, -50%);
		}

		.toggle-custom ~ .checkbox-custom-dummy {
			position: relative;
			display: inline-block;
			margin-top: -1px;
			width: 44px;
			height: 20px;
			background: #ffffff;
			cursor: pointer;
		}

			.toggle-custom ~ .checkbox-custom-dummy::after {
				content: '';
				position: absolute;
				display: inline-block;
				width: 16px;
				height: 16px;
				left: 0;
				top: 50%;
				background: #aeb1be;
				transform: translate(4px, -50%);
				opacity: 1;
				transition: .22s;
			}

	.rd-form-inline {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		text-align: center;
		transform: translate3d(0, -8px, 0);
		margin-bottom: -8px;
	}

		.rd-form-inline > * {
			margin-top: 8px;
		}

		.rd-form-inline .form-wrap {
			flex: 1;
			min-width: 185px;
		}

		.rd-form-inline .form-wrap-select {
			text-align: left;
		}

		.rd-form-inline .form-button {
			flex-shrink: 0;
			max-width: calc(100% - 10px);
			min-height: 48px;
		}

			.rd-form-inline .form-button .button {
				min-height: inherit;
			}

	@media (min-width: 576px) {
		.rd-form-inline .form-wrap {
			margin-right: -10px;
		}

		.rd-form-inline .form-validation {
			right: 18px;
		}

		.rd-form-inline .button {
			display: block;
		}
	}

	.rd-form-inline.rd-form-inline-centered {
		justify-content: center;
	}

	.rd-form-inline.form-sm .button {
		padding-left: 25px;
		padding-right: 25px;
	}

	.rd-form-inline-2 {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		text-align: center;
	}

		.rd-form-inline-2 > * {
			margin-top: 0;
		}

		.rd-form-inline-2 .form-wrap {
			flex: 1;
			min-width: 185px;
		}

		.rd-form-inline-2 .form-input,
		.rd-form-inline-2 .form-label {
			font-size: 16px;
		}

		.rd-form-inline-2 .form-input {
			min-height: 54px;
			font-size: 16px;
			padding-top: 15px;
			padding-bottom: 15px;
			padding-right: 50px;
			border-radius: 30px;
		}

		.rd-form-inline-2 .form-label {
			top: 28px;
		}

		.rd-form-inline-2 .form-wrap-select {
			text-align: left;
		}

		.rd-form-inline-2 .form-icon-button {
			position: absolute;
			right: 23px;
			top: 0;
			bottom: 0;
			font-size: 28px;
			color: #2840b9;
			transition: .3s;
			background: none;
			border: none;
			display: inline-block;
			padding: 0;
			outline: none;
			outline-offset: 0;
			cursor: pointer;
			-webkit-appearance: none;
		}

			.rd-form-inline-2 .form-icon-button::-moz-focus-inner {
				border: none;
				padding: 0;
			}

			.rd-form-inline-2 .form-icon-button:hover {
				color: #437fec;
			}

		.rd-form-inline-2 .form-validation {
			right: 15px;
		}

	.form-sm .form-input,
	.form-sm .form-button .button {
		padding-top: 7px;
		padding-bottom: 7px;
		min-height: 40px;
	}

	.form-sm .form-input {
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-sm .form-label {
		top: 20px;
		padding-left: 15px;
	}

	.form-sm * + .button {
		margin-top: 10px;
	}

	* + .form-sm {
		margin-top: 8px;
	}

	.form-lg .form-input,
	.form-lg .form-label,
	.form-lg .select2-container .select2-choice {
		font-size: 14px;
	}

	.form-lg .form-input,
	.form-lg .select2-container .select2-choice {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.form-lg .form-input,
	.form-lg .select2-container .select2-choice {
		min-height: 54px;
	}

	.form-lg .form-label {
		top: 28px;
	}

	.form-lg .form-wrap + *,
	.form-lg .form-wrap + .button {
		margin-top: 16px;
	}

	.social-items span {
		color: #828590;
	}

	* + .social-items {
		margin-top: 15px;
	}

		* + .social-items.group-md {
			margin-top: 15px;
		}

	@media (min-width: 1200px) {
		* + .social-items {
			margin-top: 32px;
		}

			* + .social-items.group-md {
				margin-top: 20px;
			}
	}

	@media (min-width: 1600px) {
		* + .social-items {
			margin-top: 40px;
		}

			* + .social-items.group-md {
				margin-top: 20px;
			}
	}

	/** @section Posts*/
	/* Post components */
	/* Tags */
	.tag {
		display: inline-block;
		padding: 0 14px;
		color: #ffffff;
		background: #437fec;
	}

		.tag:hover, .tag:focus, .tag:active {
			color: #ffffff;
			background: #343a40;
		}

	.tag-1 {
		display: inline-block;
		padding: 0 9px;
		font-weight: 100;
		color: #ffffff;
		background: #1a33ac;
		border-radius: 2px;
	}

		.tag-1:hover, .tag-1:focus, .tag-1:active {
			color: #ffffff;
			background: #437fec;
		}

	/* Post meta */
	.post-meta,
	.post-meta-main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-left: -20px;
		margin-bottom: -10px;
	}

	.post-meta-item {
		margin-left: 20px;
		margin-bottom: 10px;
	}

	/* Post title */
	.post-title > a {
		color: #437fec;
	}

		.post-title > a:hover {
			color: #1a33ac;
		}

	/* Comments list */
	.comment-list .comment-list-reply > li {
		padding-left: 40px;
	}

		.comment-list > li + li,
		.comment-list .comment-list-reply > li + li {
			margin-top: 7px;
		}

	.comment-list * + .comment-list-reply {
		margin-top: 7px;
	}

	* + .comment-list {
		margin-top: 20px;
	}

	@media (min-width: 1200px) {
		.comment-list .comment-list-reply > li {
			padding-left: 81px;
		}

		* + .comment-list {
			margin-top: 31px;
		}
	}

	@media (min-width: 1600px) {
		.comment-list .comment-list-reply > li {
			padding-left: 100px;
		}

		* + .comment-list {
			margin-top: 39px;
		}
	}

	/* Single comment */
	.box-comment {
		padding: 20px 20px;
		display: flex;
		flex-direction: column;
		background: #f4f7ff;
		border-radius: 6px;
	}

	.box-comment-image {
		flex-shrink: 0;
		padding-bottom: 15px;
	}

		.box-comment-image img {
			border-radius: 50%;
		}

	.box-comment .title {
		font-weight: 400;
	}

	.box-comment .date {
		color: #828590;
	}

	.box-comment .comment-link {
		display: inline-block;
		color: #a371f7;
	}

		.box-comment .comment-link:hover, .box-comment .comment-link:focus, .box-comment .comment-link:active {
			color: #2840b9;
		}

	.box-comment * + .comment {
		margin-top: 9px;
	}

	.box-comment * + .comment-link {
		margin-top: 8px;
	}

	@media (min-width: 768px) {
		.box-comment {
			flex-direction: row;
		}

		.box-comment-image {
			max-width: 30%;
			padding-right: 20px;
			padding-bottom: 0;
		}
	}

	@media (min-width: 1200px) {
		.box-comment {
			padding: 33px;
		}

		.box-comment-image {
			padding-right: 33px;
		}

		.box-comment * + .comment {
			margin-top: 14px;
		}

		.box-comment * + .comment-link {
			margin-top: 13px;
		}
	}

	@media (min-width: 1600px) {
		.box-comment {
			padding: 40px;
		}

		.box-comment-image {
			padding-right: 40px;
		}

		.box-comment * + .comment {
			margin-top: 17px;
		}

		.box-comment * + .comment-link {
			margin-top: 16px;
		}
	}

	/*
*Post Classic
*/
	.post-classic {
		color: #828590;
	}

		.post-classic .media-wrapper {
			display: block;
			opacity: 1;
			transition: .3s;
		}

			.post-classic .media-wrapper > img {
				width: 100%;
				border-radius: 6px;
			}

			.post-classic .media-wrapper:hover {
				opacity: 0.8;
			}

		.post-classic .post-meta-main {
			justify-content: space-between;
		}

		.post-classic * + .post-meta-main {
			margin-top: 11px;
		}

		.post-classic * + .post-title {
			margin-top: 10px;
		}

		.post-classic * + .post-exeption {
			margin-top: 8px;
		}

	@media (min-width: 1200px) {
		.post-classic * + .post-meta-main {
			margin-top: 18px;
		}

		.post-classic * + .post-title {
			margin-top: 19px;
		}

		.post-classic * + .post-exeption {
			margin-top: 17px;
		}
	}

	@media (min-width: 1600px) {
		.post-classic * + .post-meta-main {
			margin-top: 22px;
		}

		.post-classic * + .post-title {
			margin-top: 23px;
		}

		.post-classic * + .post-exeption {
			margin-top: 19px;
		}
	}

	* + .post-classic,
	.post-classic + * {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .post-classic,
		.post-classic + * {
			margin-top: 50px;
		}
	}

	@media (min-width: 1200px) {
		* + .post-classic,
		.post-classic + * {
			margin-top: 71px;
		}
	}

	/*
* Post Classic 2
*/
	.post-classic-2 {
		color: #828590;
	}

		.post-classic-2 .media-wrapper {
			display: block;
			opacity: 1;
			transition: .3s;
		}

			.post-classic-2 .media-wrapper > img {
				width: 100%;
				border-radius: 6px;
			}

			.post-classic-2 .media-wrapper:hover {
				opacity: 0.8;
			}

		.post-classic-2 .post-author a {
			color: #437fec;
		}

			.post-classic-2 .post-author a:hover, .post-classic-2 .post-author a:focus {
				color: #1a33ac;
			}

		.post-classic-2 .post-date {
			color: #343a40;
		}

		.post-classic-2 * + .post-meta-main {
			margin-top: 12px;
		}

		.post-classic-2 * + .post-title {
			margin-top: 9px;
		}

		.post-classic-2 * + .post-exeption {
			margin-top: 5px;
		}

		.post-classic-2 * + .post-date {
			margin-top: 5px;
		}

	@media (min-width: 1200px) {
		.post-classic-2 * + .post-meta-main {
			margin-top: 20px;
		}

		.post-classic-2 * + .post-title {
			margin-top: 13px;
		}

		.post-classic-2 * + .post-exeption {
			margin-top: 7px;
		}

		.post-classic-2 * + .post-date {
			margin-top: 6px;
		}
	}

	@media (min-width: 1600px) {
		.post-classic-2 * + .post-meta-main {
			margin-top: 24px;
		}

		.post-classic-2 * + .post-title {
			margin-top: 16px;
		}

		.post-classic-2 * + .post-exeption {
			margin-top: 9px;
		}

		.post-classic-2 * + .post-date {
			margin-top: 8px;
		}
	}

	* + .post-classic-2 {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .post-classic-2 {
			margin-top: 50px;
		}
	}

	@media (min-width: 1200px) {
		* + .post-classic-2 {
			margin-top: 71px;
		}
	}

	/*
* Post boxed
*/
	.post-boxed {
		color: #828590;
		background: #ffffff;
		border-radius: 6px;
		transition: .3s;
	}

		.post-boxed .media-wrapper {
			display: block;
			opacity: 1;
			transition: .3s;
		}

			.post-boxed .media-wrapper > img {
				width: 100%;
			}

			.post-boxed .media-wrapper:hover {
				opacity: 0.8;
			}

		.post-boxed .post-meta {
			justify-content: space-between;
			padding: 7px 15px;
		}

		.post-boxed .post-body {
			padding: 12px 15px;
		}

		.post-boxed .post-title {
			letter-spacing: 0.03em;
		}

		.post-boxed:hover {
			box-shadow: 0 2px 8px 4px rgba(52, 58, 64, 0.05);
		}

		.post-boxed * + .post-title {
			margin-top: 8px;
		}

		.post-boxed * + .post-exeption {
			margin-top: 5px;
		}

	@media (min-width: 1200px) {
		.post-boxed .post-meta {
			padding: 17px 28px 15px;
		}

		.post-boxed .post-body {
			padding: 24px 29px;
		}

		.post-boxed * + .post-title {
			margin-top: 16px;
		}

		.post-boxed * + .post-exeption {
			margin-top: 9px;
		}
	}

	/*
* Post modern
*/
	.post-modern-wrap * + .post-modern-item,
	.post-modern-wrap * + .post-modern-left,
	.post-modern-wrap * + .post-modern-right {
		margin-top: 30px;
	}

	@media (min-width: 768px) {
		.post-modern-wrap {
			position: relative;
			display: flex;
			flex-wrap: wrap;
		}

			.post-modern-wrap:before {
				content: "";
				position: absolute;
				left: 50%;
				top: 0;
				bottom: 0;
				border-right: 1px solid #d7d7d7;
			}

			.post-modern-wrap .post-modern-left,
			.post-modern-wrap .post-modern-right {
				max-width: 50%;
				flex-basis: 50%;
				flex-shrink: 0;
			}

			.post-modern-wrap .post-modern-item {
				position: relative;
				border-radius: 6px;
				transition: .3s;
			}

				.post-modern-wrap .post-modern-item:before {
					content: "";
					position: absolute;
					top: 40px;
					width: 40px;
					border-top: 1px solid #d7d7d7;
					transition: .3s;
				}

				.post-modern-wrap .post-modern-item:after {
					content: "";
					position: absolute;
					top: 40px;
					width: 9px;
					height: 9px;
					background: #437fec;
					border-radius: 50%;
				}

				.post-modern-wrap .post-modern-item:hover:before {
					border-top: 1px solid #437fec;
				}

			.post-modern-wrap .post-modern-left {
				padding-left: 40px;
				padding-right: 40px;
			}

				.post-modern-wrap .post-modern-left .post-modern-item:before {
					left: 100%;
				}

				.post-modern-wrap .post-modern-left .post-modern-item:after {
					right: -40px;
					transform: translate(50%, -50%);
				}

			.post-modern-wrap .post-modern-right {
				margin-top: 0;
				padding-top: 40px;
				padding-left: 40px;
				padding-right: 40px;
			}

				.post-modern-wrap .post-modern-right .post-modern-item:before {
					right: 100%;
				}

				.post-modern-wrap .post-modern-right .post-modern-item:after {
					left: -40px;
					transform: translate(-50%, -50%);
				}

			.post-modern-wrap * + .post-modern-item {
				margin-top: 40px;
			}
	}

	@media (min-width: 1200px) {
		.post-modern-wrap .post-modern-item:before {
			top: 67px;
			width: 115px;
		}

		.post-modern-wrap .post-modern-item:after {
			top: 67px;
		}

		.post-modern-wrap .post-modern-left {
			padding-left: 115px;
			padding-right: 115px;
		}

			.post-modern-wrap .post-modern-left .post-modern-item:after {
				right: -115px;
			}

		.post-modern-wrap .post-modern-right {
			padding-top: 88px;
			padding-left: 115px;
			padding-right: 115px;
		}

			.post-modern-wrap .post-modern-right .post-modern-item:after {
				left: -115px;
			}

		.post-modern-wrap * + .post-modern-item {
			margin-top: 73px;
		}
	}

	.post-modern {
		color: #828590;
		background: #ffffff;
		border-radius: 6px;
		transition: .3s;
	}

		.post-modern .media-wrapper {
			position: relative;
			opacity: 1;
			transition: .3s;
		}

			.post-modern .media-wrapper > a {
				display: block;
			}

				.post-modern .media-wrapper > a > img {
					width: 100%;
					border-top-left-radius: 6px;
					border-top-right-radius: 6px;
				}

			.post-modern .media-wrapper:hover {
				opacity: 0.8;
			}

		.post-modern .list-tags {
			position: absolute;
			top: 15px;
			left: 15px;
		}

		.post-modern .post-author {
			position: relative;
			display: flex;
			align-items: center;
			margin-top: -40px;
			pointer-events: none;
		}

			.post-modern .post-author .img-author {
				border: 4px solid #ffffff;
				border-radius: 50%;
				pointer-events: auto;
			}

			.post-modern .post-author .post-author-name {
				position: relative;
				padding: 4px 16px;
				color: #ffffff;
				background: #2840b9;
				margin-left: 8px;
			}

				.post-modern .post-author .post-author-name:before {
					left: 0;
					top: 50%;
					transform: translate(-50%, -50%) rotate(45deg);
					content: "";
					position: absolute;
					width: 10px;
					height: 10px;
					background: inherit;
				}

			.post-modern .post-author img {
				border-radius: 50%;
				max-width: 72px;
				height: auto;
			}

		.post-modern .post-body {
			padding: 0 15px 12px;
		}

		.post-modern .post-title {
			letter-spacing: 0.03em;
		}

		.post-modern .post-date {
			color: #343a40;
		}

		.post-modern:hover {
			box-shadow: 0 2px 8px 4px rgba(52, 58, 64, 0.05);
		}

		.post-modern * + .post-title,
		.post-modern * + .post-exeption {
			margin-top: 8px;
		}

		.post-modern * + .post-date {
			margin-top: 24px;
		}

	@media (min-width: 1200px) {
		.post-modern .list-tags {
			top: 26px;
			left: 26px;
		}

		.post-modern .post-body {
			padding: 0 23px 20px;
		}

		.post-modern * + .post-title,
		.post-modern * + .post-exeption {
			margin-top: 13px;
		}

		.post-modern * + .post-date {
			margin-top: 39px;
		}
	}

	@media (min-width: 1600px) {
		.post-modern .list-tags {
			top: 32px;
			left: 32px;
		}

		.post-modern .post-body {
			padding: 0 29px 24px;
		}

		.post-modern * + .post-title,
		.post-modern * + .post-exeption {
			margin-top: 16px;
		}

		.post-modern * + .post-date {
			margin-top: 48px;
		}
	}

	.desktop .post-modern .post-author .post-author-name {
		opacity: 0;
		transition: .3s;
	}

	.desktop .post-modern .post-author:hover .post-author-name {
		opacity: 1;
	}

	/*
* Single post
*/
	.post-single-wrap .post-author {
		display: flex;
		align-items: center;
	}

		.post-single-wrap .post-author .media-wrap {
			padding-right: 10px;
		}

		.post-single-wrap .post-author img {
			border-radius: 50%;
		}

		.post-single-wrap .post-author .author-name {
			color: #437fec;
		}

	.post-single-wrap .post-tag {
		color: #437fec;
	}

	.post-single-wrap .rd-form textarea.form-input {
		height: 160px;
		max-height: 200px;
	}

	.post-single-wrap * + .list-dotted {
		margin-top: 12px;
	}

	.post-single-wrap * + .subtitle {
		margin-top: 22px;
	}

	.post-single-wrap * + .img-bordered {
		margin-top: 16px;
	}

	.post-single-wrap * + .post-item {
		margin-top: 60px;
	}

	.post-single-wrap * + .rd-form {
		margin-top: 20px;
	}

	.post-single-wrap * + p {
		margin-top: 15px;
	}

	.post-single-wrap p + p {
		margin-top: 8px;
	}

	.post-single-wrap img + p {
		margin-top: 20px;
	}

	@media (min-width: 768px) {
		.post-single-wrap .quote-default {
			padding-left: 40px;
		}
	}

	@media (min-width: 1200px) {
		.post-single-wrap .post-author .media-wrap {
			padding-right: 20px;
		}

		.post-single-wrap .quote-default {
			padding-left: 81px;
		}

		.post-single-wrap * + .list-dotted {
			margin-top: 19px;
		}

		.post-single-wrap * + .subtitle {
			margin-top: 35px;
		}

		.post-single-wrap * + .img-bordered {
			margin-top: 26px;
		}

		.post-single-wrap * + .post-item {
			margin-top: 98px;
		}

		.post-single-wrap * + .rd-form {
			margin-top: 40px;
		}

		.post-single-wrap * + p {
			margin-top: 30px;
		}

		.post-single-wrap p + p {
			margin-top: 16px;
		}

		.post-single-wrap img + p {
			margin-top: 33px;
		}
	}

	@media (min-width: 1600px) {
		.post-single-wrap .post-author .media-wrap {
			padding-right: 20px;
		}

		.post-single-wrap .quote-default {
			padding-left: 100px;
		}

		.post-single-wrap * + .list-dotted {
			margin-top: 23px;
		}

		.post-single-wrap * + .subtitle {
			margin-top: 43px;
		}

		.post-single-wrap * + .img-bordered {
			margin-top: 32px;
		}

		.post-single-wrap * + .post-item {
			margin-top: 120px;
		}

		.post-single-wrap * + .rd-form {
			margin-top: 40px;
		}

		.post-single-wrap * + p {
			margin-top: 30px;
		}

		.post-single-wrap p + p {
			margin-top: 16px;
		}

		.post-single-wrap img + p {
			margin-top: 41px;
		}
	}

	* + .post-button-wrap {
		margin-top: 40px;
	}

	@media (min-width: 1200px) {
		* + .post-button-wrap {
			margin-top: 71px;
		}
	}

	/** @section Quotes*/
	/*
* Default styles
*/
	blockquote {
		padding: 0;
		margin: 0;
		font-size: inherit;
		border-left: none;
	}

		blockquote q:before, blockquote q:after {
			content: none;
		}

		blockquote cite {
			font-style: normal;
			color: #437fec;
		}

		blockquote .position {
			font-style: italic;
			color: #828590;
		}

		blockquote .author cite {
			color: #437fec;
		}

	.bg-primary-dark blockquote cite {
		color: #1a33ac;
	}

	/**
* Quote components
*/
	.quote-icon {
		margin-left: -.23em;
		transform: rotate(180deg);
		font-size: 44px;
		line-height: 1;
		color: #ffffff;
	}

		.quote-icon.mdi-format-quote {
			transform: rotate(-180deg);
			margin-top: -0.2em;
			margin-left: -0.2em;
		}

	@media (min-width: 1600px) {
		.quote-icon {
			font-size: 54px;
		}
	}

	/**
* Quote
*/
	.quote-default q {
		font-style: italic;
	}

	.quote-default * + .quote-meta {
		margin-top: 8px;
	}

	@media (min-width: 1200px) {
		.quote-default * + .quote-meta {
			margin-top: 17px;
		}
	}

	@media (min-width: 1600px) {
		.quote-default * + .quote-body {
			margin-top: 5px;
		}

		.quote-default * + .quote-meta {
			margin-top: 21px;
		}

		.quote-default * + .position {
			margin-top: 2px;
		}
	}

	.quote-default .position {
		font-style: italic;
		color: #ffffff;
	}

	.quote-default .author cite {
		color: #ffffff;
	}

	* + .quote-default {
		margin-top: 14px;
	}

	@media (min-width: 1200px) {
		* + .quote-default {
			margin-top: 26px;
		}
	}

	@media (min-width: 1600px) {
		* + .quote-default {
			margin-top: 32px;
		}
	}

	.context-dark .quote {
		color: #ffffff;
	}

	.quote-boxed {
		padding: 15px 25px;
		font-weight: 100;
		background: #ffffff;
		border-radius: 6px;
	}

		.quote-boxed .quote-meta {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			margin-top: -10px;
			margin-left: -10px;
		}

			.quote-boxed .quote-meta > * {
				margin-left: 10px;
				margin-top: 10px;
			}

		.quote-boxed .list-icons > li {
			display: inline-block;
			letter-spacing: -5px;
		}

		.quote-boxed .icon {
			font-size: 24px;
			line-height: 1.2;
			color: #ffcc00;
		}

		.quote-boxed .time {
			font-style: italic;
			color: #828590;
		}

		.quote-boxed q {
			display: block;
		}

			.quote-boxed q:before {
				content: open-quote;
			}

			.quote-boxed q:after {
				content: close-quote;
			}

		.quote-boxed .quote-author {
			display: flex;
			align-items: center;
		}

		.quote-boxed .author-media {
			padding-right: 20px;
		}

			.quote-boxed .author-media img {
				border-radius: 50%;
			}

		.quote-boxed .author {
			font-weight: 500;
		}

		.quote-boxed * + q {
			margin-top: 10px;
		}

		.quote-boxed * + .quote-author {
			margin-top: 9px;
		}

	@media (min-width: 992px) {
		.quote-boxed {
			padding: 37px 38px;
		}

			.quote-boxed * + q {
				margin-top: 20px;
			}

			.quote-boxed * + .quote-author {
				margin-top: 19px;
			}
	}

	@media (min-width: 1600px) {
		.quote-boxed {
			padding: 45px 46px;
		}

			.quote-boxed * + q {
				margin-top: 25px;
			}

			.quote-boxed * + .quote-author {
				margin-top: 23px;
			}
	}

	/*
* Quote large
*/
	.quote-large {
		display: inline-block;
		text-align: center;
	}

		.quote-large .quote-meta {
			display: inline-block;
			max-width: 38%;
			padding-bottom: 15px;
			flex-shrink: 0;
		}

		.quote-large q {
			position: relative;
			display: block;
			font-style: italic;
		}

			.quote-large q:before {
				content: "\f373";
				display: none;
				position: absolute;
				top: 0;
				right: 0;
				z-index: -1;
				margin-top: -0.2em;
				margin-right: -0.2em;
				transform: rotate(180deg);
				font-family: "Material Design Icons";
				font-size: 44px;
				font-style: normal;
				line-height: 1;
				color: #2840b9;
			}

		.quote-large * + .position {
			margin-top: 4px;
		}

		.quote-large * + .q {
			margin-top: 16px;
		}

	@media (min-width: 768px) {
		.quote-large {
			display: flex;
			flex-direction: row;
			text-align: left;
		}

			.quote-large .quote-meta {
				padding-right: 20px;
				padding-bottom: 0;
			}

			.quote-large q:before {
				display: block;
				top: -29px;
				font-size: 110px;
			}
	}

	@media (min-width: 1200px) {
		.quote-large .quote-meta {
			padding-right: 50px;
		}

		.quote-large * + .position {
			margin-top: 7px;
		}

		.quote-large * + q {
			margin-top: 25px;
		}
	}

	/*
* Quote boxed
*/
	.quote-custom {
		text-align: left;
	}

		.quote-custom .quote-cloud {
			position: relative;
			padding: 20px 25px 25px;
			background: #f4f7ff;
			margin-bottom: 24px;
			box-shadow: 0 3px 9px 0 rgba(52, 58, 64, 0.15);
		}

			.quote-custom .quote-cloud:before, .quote-custom .quote-cloud:after {
				position: absolute;
				width: 18px;
				height: 18px;
				content: "";
				left: 6%;
				top: 100%;
				transform: rotate(45deg) translateY(-70%);
				z-index: -1;
				background: inherit;
				box-shadow: inherit;
			}

			.quote-custom .quote-cloud:before {
				z-index: 1;
				box-shadow: none;
			}

		.quote-custom .quote-icon {
			position: absolute;
			top: 38px;
			right: 6px;
			font-size: 110px;
			color: #1a33ac;
		}

		.quote-custom .list-rating > li {
			display: inline-block;
			letter-spacing: -0.2em;
		}

		.quote-custom .icon-rating {
			font-size: 24px;
			color: #ffcc00;
		}

		.quote-custom q {
			font-style: italic;
		}

		.quote-custom .quote-body {
			position: relative;
			z-index: 1;
		}

		.quote-custom .quote-img {
			border-radius: 50%;
		}

		.quote-custom .quote-meta {
			display: flex;
			align-items: center;
		}

		.quote-custom .quote-meta-left {
			flex-shrink: 0;
		}

		.quote-custom .quote-meta-body {
			padding-left: 15px;
		}

		.quote-custom * + .quote-body {
			margin-top: 5px;
		}

	@media (min-width: 1600px) {
		.quote-custom .quote-cloud {
			padding: 33px 28px 30px;
		}

		.quote-custom * + .quote-body {
			margin-top: 11px;
		}
	}

	.quote-custom .position {
		font-style: italic;
		color: #828590;
	}

	.quote-custom .author cite {
		color: #343a40;
	}

	/** @section Thumbnails*/
	.figure-light figcaption {
		padding-top: 20px;
		color: #828590;
	}

	.thumbnail-1 .media-wrap {
		overflow: hidden;
		border-radius: 6px;
	}

		.thumbnail-1 .media-wrap img {
			width: 100%;
		}

	.thumbnail-1 .title {
		font-size: 18px;
		line-height: 1.5;
	}

	.thumbnail-1 .position {
		font-style: italic;
		color: #828590;
	}

	.thumbnail-1 * + .title {
		margin-top: 10px;
	}

	.thumbnail-1 * + .position {
		margin-top: 3px;
	}

	.thumbnail-1 * + .exeption {
		margin-top: 10px;
	}

	.thumbnail-1 * + .group {
		margin-top: 12px;
	}

	@media (min-width: 1200px) {
		.thumbnail-1 .title {
			font-size: 20px;
			line-height: 1.6;
		}

		.thumbnail-1 * + .title {
			margin-top: 15px;
		}

		.thumbnail-1 * + .position {
			margin-top: 5px;
		}

		.thumbnail-1 * + .exeption {
			margin-top: 16px;
		}

		.thumbnail-1 * + .group {
			margin-top: 19px;
		}
	}

	@media (min-width: 1600px) {
		.thumbnail-1 * + .title {
			margin-top: 18px;
		}

		.thumbnail-1 * + .position {
			margin-top: 6px;
		}

		.thumbnail-1 * + .exeption {
			margin-top: 20px;
		}

		.thumbnail-1 * + .group {
			margin-top: 23px;
		}
	}

	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: 100%;
		padding: 0 30px 30px;
	}

		.thumbnail-2:before {
			content: "";
			position: absolute;
			top: 60px;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: -1;
			background: #ffffff;
			border-radius: 6px;
		}

		.thumbnail-2 .media-wrap {
			display: inline-block;
			overflow: hidden;
			border-radius: 50%;
			padding: 10px;
			background: #fff;
			box-shadow: 0 5px 21px 3px rgba(130, 133, 144, 0.2);
		}

			.thumbnail-2 .media-wrap img {
				border-radius: 50%;
				max-width: 100px;
			}

		.thumbnail-2 .title {
			font-size: 18px;
			line-height: 1.5;
		}

		.thumbnail-2 .position {
			font-style: italic;
			color: #828590;
		}

		.thumbnail-2 * + .title {
			margin-top: 12px;
		}

		.thumbnail-2 * + .divider {
			margin-top: 9px;
		}

		.thumbnail-2 * + .position {
			margin-top: 10px;
		}

		.thumbnail-2 * + .group {
			margin-top: 14px;
		}

	@media (min-width: 768px) {
		.thumbnail-2 {
			padding: 0 36px 36px;
		}

			.thumbnail-2:before {
				top: 85px;
			}

			.thumbnail-2 .media-wrap img {
				max-width: 150px;
			}

			.thumbnail-2 .title {
				font-size: 20px;
				line-height: 1.6;
			}

			.thumbnail-2 * + .title {
				margin-top: 18px;
			}

			.thumbnail-2 * + .divider {
				margin-top: 14px;
			}

			.thumbnail-2 * + .position {
				margin-top: 17px;
			}

			.thumbnail-2 * + .group {
				margin-top: 23px;
			}
	}

	/** @section Bredcrumbs */
	.section-bredcrumbs {
		padding-top: 60px;
		padding-bottom: 31px;
		position: relative;
		background: url("../images/bg-1.png") center;
		background-size: cover;
	}

		.section-bredcrumbs > * {
			position: relative;
			z-index: 1;
		}

	@media (min-width: 992px) {
		.desktop .section-bredcrumbs {
			padding-top: 125px;
		}
	}

	@media (min-width: 1200px) {
		.desktop .section-bredcrumbs {
			padding-top: 158px;
		}
	}

	@media (min-width: 1600px) {
		.desktop .section-bredcrumbs {
			padding-top: 195px;
		}
	}

	.breadcrumbs-custom {
		list-style: none;
	}

		.breadcrumbs-custom > li.active {
			color: #437fec;
		}

		.breadcrumbs-custom > li {
			display: inline-block;
			color: #343a40;
		}

			.breadcrumbs-custom > li > a {
				color: #343a40;
			}

				.breadcrumbs-custom > li > a:hover {
					color: #437fec;
				}

			.breadcrumbs-custom > li:not(:last-child):after {
				padding: 0 16px 0 10px;
				font-family: "Material Design Icons";
				content: "\f238";
				color: #343a40;
			}

	* + .breadcrumbs-custom {
		margin-top: 60px;
	}

	@media (min-width: 1200px) {
		* + .breadcrumbs-custom {
			margin-top: 91px;
		}
	}

	@media (min-width: 1600px) {
		* + .breadcrumbs-custom {
			margin-top: 112px;
		}
	}

	/** @section Pagination custom */
	.pagination {
		font-size: 0;
		line-height: 0;
		margin-bottom: -10px;
		margin-left: -10px;
	}

		.pagination:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.pagination > * {
			display: inline-block;
			margin-top: 0;
			margin-bottom: 10px;
			margin-left: 10px;
		}

	.page-item {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		font-weight: 700;
	}

	.page-link {
		position: relative;
		z-index: 1;
		display: inline-block;
		min-width: 48px;
		padding: 12px 12px;
		border: 0 solid transparent;
		font-size: 16px;
		line-height: 1.5;
		background: #437fec;
		color: #ffffff;
		transition: all 0.3s ease-in-out;
		border-radius: 6px;
	}

		.page-link:hover, .page-link:focus, .page-link:active {
			color: #ffffff;
			background-color: #1a33ac;
			border-color: #1a33ac;
		}

			.page-link:hover:before, .page-link:focus:before, .page-link:active:before {
				opacity: 0;
			}

	.bg-gray-100 .page-link:hover, .bg-gray-100 .page-link:focus, .bg-gray-100 .page-link:active {
		background: #1a33ac;
	}

	.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
		color: #343a40;
		background-color: #f4f7ff;
		border-color: transparent;
	}

		.page-item.active > .page-link:before, .page-item.active > .page-link:hover:before, .page-item.active > .page-link:focus:before, .page-item.active > .page-link:active:before {
			opacity: 0;
		}

	.bg-gray-100 .page-item.active > .page-link, .bg-gray-100 .page-item.active > .page-link:hover, .bg-gray-100 .page-item.active > .page-link:focus, .bg-gray-100 .page-item.active > .page-link:active {
		background: #ffffff;
	}

		.bg-gray-100 .page-item.active > .page-link:before, .bg-gray-100 .page-item.active > .page-link:hover:before, .bg-gray-100 .page-item.active > .page-link:focus:before, .bg-gray-100 .page-item.active > .page-link:active:before {
			opacity: 0;
		}

	.page-item:first-child .page-link,
	.page-item:last-child .page-link {
		border-radius: 6px;
	}

	.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
		color: #aeb1be;
		background-color: #d7d7d7;
		border-color: #d7d7d7;
	}

		.page-item.disabled > .page-link:before, .page-item.disabled > .page-link:hover:before, .page-item.disabled > .page-link:focus:before, .page-item.disabled > .page-link:active:before {
			opacity: 0;
		}

	.page-item-control .icon::before {
		font-family: 'FontAwesome';
		font-size: 11px;
		line-height: 24px;
	}

	.page-item-control:first-child .icon::before {
		content: '\f053';
		margin-left: -1px;
	}

	.page-item-control:last-child .icon::before {
		content: '\f054';
		margin-right: -1px;
	}

	* + .page-navigation {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .page-navigation {
			margin-top: 50px;
		}
	}

	@media (min-width: 1200px) {
		* + .page-navigation {
			margin-top: 71px;
		}
	}

	/** @section snackbars*/
	.snackbars {
		padding: 9px 16px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		text-align: left;
		background-color: #151515;
		border-radius: 0;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		font-size: 14px;
	}

		.snackbars .icon-xxs {
			font-size: 18px;
		}

		.snackbars p span:last-child {
			padding-left: 14px;
		}

		.snackbars p > * {
			vertical-align: middle;
		}

	.snackbars-left {
		display: inline-block;
		margin-bottom: 0;
	}

	.snackbars-right {
		display: inline-block;
		float: right;
		text-transform: uppercase;
	}

		.snackbars-right:hover {
			text-decoration: underline;
		}

	@media (min-width: 576px) {
		.snackbars {
			max-width: 540px;
			padding: 12px 15px;
			font-size: 15px;
		}
	}

	/** @section Footers */
	.footer-1 {
		padding: 40px 0;
		background: #2840b9;
		color: #aeb1be;
	}

		.footer-1 .title {
			color: #ffffff;
		}

		.footer-1 .footer-logo {
			display: inline-block;
		}

		.footer-1 .twitter h6 {
			color: inherit;
		}

		.footer-1 .rights {
			color: rgba(174, 177, 190, 0.3);
		}

			.footer-1 .rights a:hover {
				color: #1a33ac;
			}

		.footer-1 * + .footer-logo {
			margin-top: 20px;
		}

		.footer-1 * + .rights {
			margin-top: 30px;
		}

		.footer-1 .title + * {
			margin-top: 12px;
		}

	@media (min-width: 992px) {
		.footer-1 {
			padding: 60px 0;
		}
	}

	@media (min-width: 1200px) {
		.footer-1 {
			padding: 98px 0 31px;
		}

			.footer-1 * + .footer-logo {
				margin-top: 65px;
			}

			.footer-1 * + .rights {
				margin-top: 68px;
			}

			.footer-1 .title + * {
				margin-top: 19px;
			}
	}

	@media (min-width: 1600px) {
		.footer-1 {
			padding: 121px 0 31px;
		}

			.footer-1 * + .footer-logo {
				margin-top: 80px;
			}

			.footer-1 * + .rights {
				margin-top: 121px;
			}

			.footer-1 .title + * {
				margin-top: 23px;
			}
	}

	.footer-1 .form-validation {
		color: #ffffff;
	}

	.footer-2 {
		padding: 20px 0;
		background: #437fec;
		color: #aeb1be;
	}

		.footer-2 .title {
			color: #ffffff;
		}

		.footer-2 a {
			color: inherit;
		}

			.footer-2 a:hover {
				color: #ffffff;
			}

		.footer-2 .social-items a {
			color: rgba(255, 255, 255, 0.9);
		}

			.footer-2 .social-items a:hover {
				color: #ffffff;
				background-color: #c7cde8;
			}

		.footer-2 .rights {
			color: rgba(255, 255, 255, 0.9);
		}

			.footer-2 .rights a:hover {
				color: #a371f7;
			}

		.footer-2 .contact-box .icon {
			color: #ffffff;
		}

		.footer-2 .button-primary:focus, .footer-2 .button-primary:hover, .footer-2 .button-primary:active {
			background: #5428a4;
		}

		.footer-2 .form-label {
			color: #ffffff;
		}

		.footer-2 .form-input {
			background: rgba(255, 255, 255, 0.2);
			color: #ffffff;
			border-color: transparent;
		}

		.footer-2 .instagram-gallery {
			max-width: 241px;
		}

		.footer-2 * + .rights {
			margin-top: 25px;
		}

		.footer-2 * + .form-sm {
			margin-top: 15px;
		}

		.footer-2 .footer-logo + p {
			margin-top: 23px;
		}

		.footer-2 .title + * {
			margin-top: 12px;
		}

	@media (min-width: 992px) {
		.footer-2 {
			padding: 60px 0;
		}
	}

	@media (min-width: 1600px) {
		.footer-2 {
			padding: 73px 0 15px;
		}

			.footer-2 * + .rights {
				margin-top: 79px;
			}

			.footer-2 * + .form-sm {
				margin-top: 32px;
			}

			.footer-2 .footer-logo + p {
				margin-top: 30px;
			}

			.footer-2 .title + * {
				margin-top: 23px;
			}
	}

	.footer-2 .form-validation {
		color: #ffffff;
	}

	.footer-3 {
		background: #2840b9;
		color: #aeb1be;
	}

		.footer-3 div.footer-wrapper {
			padding: 40px 0;
		}

		.footer-3 .title {
			color: #ffffff;
		}

		.footer-3 a {
			color: inherit;
		}

			.footer-3 a:hover {
				color: #a371f7;
			}

		.footer-3 .instagram-gallery {
			max-width: 256px;
		}

		.footer-3 .rights {
			color: inherit;
		}

			.footer-3 .rights a:hover {
				color: #a371f7;
			}

		.footer-3 .button-primary:focus, .footer-3 .button-primary:hover, .footer-3 .button-primary:active {
			background: #5428a4;
		}

		.footer-3 .title + * {
			margin-top: 12px;
		}

		.footer-3 .tabs-horizontal.tabs-line .nav-tabs {
			border-color: rgba(244, 247, 255, 0.3);
		}

		.footer-3 .tabs-horizontal.tabs-line .nav-link {
			color: inherit;
			border-color: transparent;
		}

			.footer-3 .tabs-horizontal.tabs-line .nav-link:after {
				background: #1a33ac;
			}

			.footer-3 .tabs-horizontal.tabs-line .nav-link:hover, .footer-3 .tabs-horizontal.tabs-line .nav-link.active {
				color: #ffffff;
			}

	@media (min-width: 992px) {
		.footer-3 div.footer-wrapper {
			padding: 60px 0;
		}
	}

	@media (min-width: 1200px) {
		.footer-3 div.footer-wrapper {
			padding: 60px 6% 40px 0;
			margin-left: auto;
			max-width: calc(25% + 1200px / 2);
			flex-basis: 100%;
		}
	}

	@media (min-width: 1600px) {
		.footer-3 div.footer-wrapper {
			padding: 101px 6% 29px 0;
		}

		.footer-3 * + .rights {
			margin-top: 79px;
		}

		.footer-3 * + .form-sm {
			margin-top: 32px;
		}

		.footer-3 .footer-logo + p {
			margin-top: 46px;
		}

		.footer-3 .title + * {
			margin-top: 23px;
		}
	}

	.footer-3 .form-validation {
		color: #ffffff;
	}

	.footer a:hover,
	.footer-1 a:hover,
	.footer-2 a:hover,
	.footer-3 a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	.footer a.icon,
	.footer-1 a.icon,
	.footer-2 a.icon,
	.footer-3 a.icon {
		text-decoration: none;
	}

	.footer .form-wrap.has-error .form-input,
	.footer-1 .form-wrap.has-error .form-input,
	.footer-2 .form-wrap.has-error .form-input,
	.footer-3 .form-wrap.has-error .form-input {
		border-color: #ffffff;
	}

	.footer .unit:hover,
	.footer-1 .unit:hover,
	.footer-2 .unit:hover,
	.footer-3 .unit:hover {
		color: #ffffff;
	}

	/** @section Services*/
	.service-list .service-item img {
		border-radius: 6px;
	}

	.service-list * + .exeption {
		margin-top: 8px;
	}

	.service-list * + .button {
		margin-top: 25px;
	}

	.service-list .service-item + .service-item {
		margin-top: 50px;
	}

	@media (min-width: 768px) {
		.service-list .service-item + .service-item {
			margin-top: 60px;
		}
	}

	@media (min-width: 992px) {
		.service-list * + .exeption {
			margin-top: 26px;
		}

		.service-list * + .button {
			margin-top: 30px;
		}

		.service-list .service-item + .service-item {
			margin-top: 80px;
		}
	}

	@media (min-width: 1200px) {
		.service-list .service-item + .service-item {
			margin-top: 97px;
		}
	}

	@media (min-width: 1600px) {
		.service-list * + .exeption {
			margin-top: 33px;
		}

		.service-list .service-item + .service-item {
			margin-top: 120px;
		}
	}

	.service-list-1 li + li {
		margin-top: 40px;
	}

	@media (min-width: 1200px) {
		.service-list-1 li + li {
			margin-top: 79px;
		}
	}

	.service-item-1 {
		flex-direction: column;
		text-align: center;
		display: flex;
		flex: 0 1 100%;
		margin-bottom: -10px;
		margin-left: -10px;
	}

		.service-item-1 > * {
			margin-bottom: 10px;
			margin-left: 10px;
		}

		.service-item-1:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.service-item-1 .unit-body {
			flex: 0 1 auto;
		}

		.service-item-1 .unit-item,
		.service-item-1 .unit-left,
		.service-item-1 .unit-right {
			flex: 0 0 auto;
			max-width: 100%;
		}

		.service-item-1 .icon {
			font-size: 70px;
			line-height: 1;
			background: linear-gradient(90deg, transparent, transparent);
			background: -webkit-linear-gradient(90deg, #437fec, #1a33ac);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			color: #1a33ac;
		}

		.service-item-1 .title {
			font-weight: 400;
		}

		.service-item-1 p {
			color: #aeb1be;
		}

		.service-item-1 * + p {
			margin-top: 8px;
		}

	@media (min-width: 992px) {
		.service-item-1 {
			flex-direction: row;
			text-align: left;
			margin-bottom: -15px;
			margin-left: -15px;
		}

			.service-item-1 > * {
				margin-bottom: 15px;
				margin-left: 15px;
			}

		.service-item-1-right {
			text-align: right;
		}

			.service-item-1-right .unit-item {
				order: 1;
			}
	}

	@media (min-width: 1600px) {
		.service-item-1 {
			margin-bottom: -15px;
			margin-left: -30px;
		}

			.service-item-1 > * {
				margin-bottom: 15px;
				margin-left: 30px;
			}
	}

	/** @section Call to action */
	.box-cta {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: -20px;
	}

		.box-cta > * {
			margin-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			text-align: center;
		}

	/** @section Blurb */
	/*
* Blurb-image
*/
	.blurb-image {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

		.blurb-image .icon {
			position: relative;
			z-index: 1;
			font-size: 70px;
			line-height: 1.15;
			color: #437fec;
		}

		.blurb-image .title {
			font-weight: 400;
		}

		.blurb-image .exeption {
			color: #828590;
		}

		.blurb-image * + .title {
			margin-top: 6px;
		}

		.blurb-image * + .exeption {
			margin-top: 5px;
		}

	@media (min-width: 1200px) {
		.blurb-image * + .title {
			margin-top: 12px;
		}

		.blurb-image * + .exeption {
			margin-top: 9px;
		}
	}

	/*
* Blurb boxed
*/
	.blurb-boxed {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 15px;
		text-align: center;
		color: #828590;
		background: #ffffff;
		border-radius: 6px;
	}

		.blurb-boxed .icon {
			position: relative;
			z-index: 1;
			font-size: 90px;
			line-height: 1.1;
			color: #437fec;
		}

		.blurb-boxed .title {
			font-weight: 400;
		}

		.blurb-boxed * + .title {
			margin-top: 7px;
		}

		.blurb-boxed * + .exeption {
			margin-top: 6px;
		}

	@media (min-width: 1200px) {
		.blurb-boxed {
			padding: 37px 20px;
		}

			.blurb-boxed * + .title {
				margin-top: 14px;
			}

			.blurb-boxed * + .exeption {
				margin-top: 10px;
			}
	}

	/*
* Blurb boxed 2
*/
	.blurb-boxed-2 {
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 25px;
		background: rgba(0, 0, 0, 0);
	}

		.blurb-boxed-2:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: -1;
			background: #437fec;
		}

		.blurb-boxed-2 .icon {
			font-size: 50px;
			line-height: 1;
		}

		.blurb-boxed-2 .exeption {
			opacity: 0.6;
		}

		.blurb-boxed-2.blurb-boxed-dark {
			background: rgba(0, 0, 0, 0.12);
		}

		.blurb-boxed-2.blurb-boxed-darker {
			background: rgba(0, 0, 0, 0.23);
		}

		.blurb-boxed-2.blurb-boxed-darkest {
			background: rgba(0, 0, 0, 0.3);
		}

		.blurb-boxed-2 * + .title {
			margin-top: 11px;
		}

		.blurb-boxed-2 * + .exeption {
			margin-top: 5px;
		}

		.blurb-boxed-2 * + .button {
			margin-top: 13px;
		}

	@media (min-width: 1600px) {
		.blurb-boxed-2 {
			padding: 64px 84px;
		}

			.blurb-boxed-2 * + .title {
				margin-top: 22px;
			}

			.blurb-boxed-2 * + .exeption {
				margin-top: 10px;
			}

			.blurb-boxed-2 * + .button {
				margin-top: 27px;
			}
	}

	/*
* Blurb boxed 3
*/
	.blurb-boxed-3 {
		padding: 20px 15px;
		text-align: center;
		color: #828590;
		background: #ffffff;
		border-radius: 6px;
		transition: .3s;
	}

		.blurb-boxed-3 .icon {
			position: relative;
			z-index: 1;
			font-size: 60px;
			line-height: 1.1;
			color: #437fec;
		}

		.blurb-boxed-3 .title {
			font-weight: 400;
		}

		.blurb-boxed-3:hover {
			box-shadow: 0 2px 12px 3px rgba(204, 204, 204, 0.3);
		}

		.blurb-boxed-3 * + .title {
			margin-top: 7px;
		}

		.blurb-boxed-3 * + .exeption {
			margin-top: 6px;
		}

	@media (min-width: 1200px) {
		.blurb-boxed-3 {
			padding: 41px 20px;
		}

			.blurb-boxed-3 * + .title {
				margin-top: 18px;
			}

			.blurb-boxed-3 * + .exeption {
				margin-top: 10px;
			}
	}

	/*
* Blurb icon bordered
*/
	.blurb-icon-bordered .icon {
		position: relative;
		width: 100px;
		height: 100px;
		font-size: 60px;
		line-height: 100px;
		color: #437fec;
		background: #ffffff;
		border: 2px solid #d7d7d7;
		border-radius: 50%;
		transition: .3s;
	}

		.blurb-icon-bordered .icon > span {
			position: absolute;
			top: 0;
			left: 0;
			width: 30px;
			height: 30px;
			font-size: 15px;
			font-weight: 700;
			line-height: 30px;
			color: #ffffff;
			background: #437fec;
			border-radius: 50%;
		}

	.blurb-icon-bordered p {
		color: #828590;
	}

	.blurb-icon-bordered:hover .icon {
		border-color: transparent;
		box-shadow: 0 0 12px 3px rgba(215, 215, 215, 0.5);
	}

	.blurb-icon-bordered * + .title {
		margin-top: 10px;
	}

	.blurb-icon-bordered * + .exeption {
		margin-top: 10px;
	}

	@media (min-width: 1200px) {
		.blurb-icon-bordered .icon {
			width: 168px;
			height: 168px;
			font-size: 90px;
			line-height: 168px;
		}

			.blurb-icon-bordered .icon > span {
				top: 5px;
				left: 5px;
				width: 40px;
				height: 40px;
				font-size: 20px;
				line-height: 40px;
			}

		.blurb-icon-bordered * + .title {
			margin-top: 37px;
		}

		.blurb-icon-bordered * + .exeption {
			margin-top: 17px;
		}
	}

	@media (min-width: 1600px) {
		.blurb-icon-bordered * + .title {
			margin-top: 45px;
		}

		.blurb-icon-bordered * + .exeption {
			margin-top: 21px;
		}
	}

	@media (min-width: 992px) {
		.blurb-icon-bordered-wrap .icon-wrap {
			position: relative;
			z-index: 0;
		}

			.blurb-icon-bordered-wrap .icon-wrap:before, .blurb-icon-bordered-wrap .icon-wrap:after {
				content: '';
				position: absolute;
				top: 50%;
				width: calc(50% + 16px);
				height: 2px;
				transform: translateY(-50%);
				background: #d7d7d7;
				z-index: -1;
			}

			.blurb-icon-bordered-wrap .icon-wrap:before {
				right: 50%;
			}

			.blurb-icon-bordered-wrap .icon-wrap:after {
				left: 50%;
			}

		.blurb-icon-bordered-wrap [class*="col-"]:first-child .icon-wrap:before {
			display: none;
		}

		.blurb-icon-bordered-wrap [class*="col-"]:last-child .icon-wrap:after {
			display: none;
		}
	}

	/*
* Blurb icon fill
*/
	.blurb-icon-fill .icon {
		position: relative;
		width: 100px;
		height: 100px;
		font-size: 60px;
		line-height: 100px;
		color: #ffffff;
		border: 3px solid #437fec;
		border-radius: 50%;
	}

		.blurb-icon-fill .icon:before {
			position: relative;
			z-index: 1;
		}

		.blurb-icon-fill .icon > span {
			position: absolute;
			top: -3px;
			right: -25px;
			z-index: -1;
			font-size: 40px;
			font-weight: 900;
			line-height: 1;
			color: #ecf2fd;
		}

	.blurb-icon-fill .exeption {
		color: #828590;
	}

	.blurb-icon-fill * + .title {
		margin-top: 15px;
	}

	.blurb-icon-fill * + .exeption {
		margin-top: 8px;
	}

	@media (min-width: 1200px) {
		.blurb-icon-fill .icon {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			width: 130px;
			height: 130px;
			font-size: 90px;
			line-height: 130px;
		}

			.blurb-icon-fill .icon > span {
				top: -8px;
				right: -41px;
				font-size: 60px;
			}

		.blurb-icon-fill * + .title {
			margin-top: 30px;
		}

		.blurb-icon-fill * + .exeption {
			margin-top: 17px;
		}
	}

	.img-bordered {
		border-radius: 6px;
	}

	/** @section Gallery */
	.gallery-item {
		display: block;
		position: relative;
		z-index: 1;
		max-height: 180px;
		overflow: hidden;
		transition: .25s;
	}

		.gallery-item > img {
			width: 100%;
		}

		.gallery-item:after {
			content: "\f508";
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 1;
			height: 48px;
			width: 48px;
			font-family: "Material Design Icons";
			font-size: 28px;
			line-height: 48px;
			text-align: center;
			color: #ffffff;
			background: #437fec;
			border-top-left-radius: 6px;
			transition: inherit;
		}

		.gallery-item .gallery-item-content {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 15px 50px 15px 15px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			background: rgba(52, 58, 64, 0.8);
			transition: inherit;
		}

			.gallery-item .gallery-item-content > * {
				width: 100%;
				color: #ffffff;
			}

		.gallery-item * + .exeption {
			margin-top: 9px;
		}

	@media (max-width: 767px) {
		.gallery-item {
			min-height: 180px;
		}

			.gallery-item > img {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				transform: translate(-50%, -50%);
			}
	}

	@media (min-width: 768px) {
		.gallery-item {
			max-height: none;
		}

			.gallery-item * + .exeption {
				margin-top: 13px;
			}
	}

	@media (min-width: 1200px) {
		.gallery-item .gallery-item-content {
			padding: 3px 50px 15px 61px;
		}

		.gallery-item * + .exeption {
			margin-top: 18px;
		}
	}

	.desktop .gallery-item .gallery-item-content {
		opacity: 0;
	}

	.desktop .gallery-item:after {
		transform: translateY(100%);
	}

	.desktop .gallery-item:hover .gallery-item-content {
		opacity: 1;
	}

	.desktop .gallery-item:hover:after {
		transform: translateY(0);
	}

	.gallery-item-1 {
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 6px;
		transition: .25s;
	}

		.gallery-item-1 > img {
			width: 100%;
		}

		.gallery-item-1:after {
			content: "\f42b";
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 1;
			font-family: "Material Design Icons";
			font-size: 60px;
			color: #ffffff;
			transition: inherit;
		}

		.gallery-item-1:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(52, 58, 64, 0.8);
			transition: inherit;
		}

	.desktop .gallery-item-1:before {
		background: rgba(52, 58, 64, 0);
	}

	.desktop .gallery-item-1:after {
		color: transparent;
	}

	.desktop .gallery-item-1:hover:before {
		background: rgba(52, 58, 64, 0.8);
	}

	.desktop .gallery-item-1:hover:after {
		color: #ffffff;
	}

	.instagram-gallery {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -8px;
		margin-left: -8px;
	}

		.instagram-gallery > li {
			flex-basis: 33.333%;
			max-width: 33.333%;
			padding-left: 8px;
			padding-bottom: 8px;
		}

			.instagram-gallery > li > * {
				width: 100%;
				display: block;
			}

	.instagram-item {
		display: block;
		position: relative;
		padding-bottom: 100%;
		overflow: hidden;
		border-radius: 2px;
	}

		.instagram-item:before {
			content: "\f504";
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 2;
			transform: translate(-50%, -50%);
			font-family: "Material Design Icons";
			font-size: 30px;
			line-height: 1;
			color: transparent;
			transition: .3s;
			will-change: transform;
		}

		.instagram-item:after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
			width: 100%;
			height: 100%;
			background: rgba(26, 51, 172, 0);
			transition: .3s;
		}

		.instagram-item img {
			position: absolute;
			top: 50%;
			left: 50%;
			width: auto;
			min-width: 100%;
			min-height: 100%;
			max-width: 110%;
			transform: translate(-50%, -50%);
		}

	.desktop .instagram-item:before {
		color: transparent;
		transform: translate(-50%, -50%) scale(0.5);
	}

	.desktop .instagram-item:after {
		background: rgba(67, 127, 236, 0);
	}

	.desktop .instagram-item img {
		transform: translate(-50%, -50%);
	}

	.desktop .instagram-item:hover:before {
		color: #ffffff;
		transform: translate(-50%, -50%) scale(1);
	}

	.desktop .instagram-item:hover:after {
		background: rgba(26, 51, 172, 0.7);
	}

	.desktop .instagram-item:hover img {
		transform: translate(-50%, -50%);
	}

	/** @section Video*/
	.video-cover {
		position: relative;
		display: flex;
		padding-bottom: 53%;
		max-width: 720px;
		overflow: hidden;
		background-position: center;
		background-size: cover;
		border-radius: 6px;
	}

		.video-cover:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background: rgba(40, 64, 185, 0.4);
			transition: .3s;
		}

		.video-cover .icon {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%) scale(1);
			font-size: 100px;
			line-height: 1;
			color: #ffffff;
			will-change: transform;
			transition: .2s transform;
		}

			.video-cover .icon:hover {
				transform: translate(-50%, -50%) scale(1.2);
			}

		.video-cover:hover:before {
			background: rgba(40, 64, 185, 0.5);
		}

	.video-cover-16by9 {
		padding-bottom: 56.25%;
	}

	.video-cover-4by3 {
		padding-bottom: 75%;
	}

	.video-frame {
		position: relative;
		padding-bottom: 60%;
	}

		.video-frame .video-item {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			height: 100%;
			width: 100%;
			border: 0;
		}

	/** @group Helpers */
	/** @section 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;
		}

	[data-x-mode] .page {
		opacity: 1;
	}

	html.boxed body {
		background: #f4f7ff url(../images/bg-pattern-boxed.png) repeat fixed;
	}

	@media (min-width: 1630px) {
		html.boxed .page {
			max-width: 1600px;
			margin-left: auto;
			margin-right: auto;
			box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
		}

		html.boxed .rd-navbar-static {
			max-width: 1600px;
			margin-left: auto;
			margin-right: auto;
		}

			html.boxed .rd-navbar-static.rd-navbar--is-stuck {
				max-width: 1600px;
				width: 100%;
				left: calc(50% - 1600px);
				right: calc(50% - 1600px);
			}
	}

	/** @section 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: #437fec;
	}

	.text-light {
		color: #ffffff;
	}

	/** @section Offsets*/
	* + p {
		margin-top: 15px;
	}

	h2 + h6,
	h2 + .heading-6 {
		margin-top: 20px;
	}

	h1 + p,
	h2 + p,
	h3 + p,
	h4 + p,
	h5 + p,
	h6 + p,
	.heading-1 + p,
	.heading-2 + p,
	.heading-3 + p,
	.heading-4 + p,
	.heading-5 + p,
	.heading-6 + p {
		margin-top: 10px;
	}

	p + h2,
	p + .heading-2 {
		margin-top: 15px;
	}

	p + p {
		margin-top: 12px;
	}

	img + p {
		margin-top: 15px;
	}

	h3 + img {
		margin-top: 42px;
	}

	h2 + .row-offset-1 {
		margin-top: 30px;
	}

	h2 + .row-offset-2 {
		margin-top: 20px;
	}

	h2 + .row-offset-3 {
		margin-top: 20px;
	}

	h2 + .row-offset-4 {
		margin-top: 25px;
	}

	* + .row {
		margin-top: 30px;
	}

	* + .big {
		margin-top: 20px;
	}

	* + .button {
		margin-top: 30px;
	}

	* + .button-1 {
		margin-top: 20px;
	}

	.row + h3,
	.row + .heading-3 {
		margin-top: 80px;
	}

	.figure-light + p {
		margin-top: 15px;
	}

	.container + .container {
		margin-top: 35px;
	}

	.row + .row {
		margin-top: 35px;
	}

	@media (min-width: 1200px) {
		h2 + h6,
		h2 + .heading-6 {
			margin-top: 46px;
		}

		h1 + p,
		.heading-1 + p {
			margin-top: 24px;
		}

		h2 + p,
		.heading-2 + p {
			margin-top: 21px;
		}

		h3 + p,
		.heading-3 + p {
			margin-top: 14px;
		}

		h4 + p,
		.heading-4 + p {
			margin-top: 14px;
		}

		h5 + p,
		.heading-5 + p {
			margin-top: 20px;
		}

		h6 + p,
		.heading-6 + p {
			margin-top: 10px;
		}

		h2 + .row {
			margin-top: 60px;
		}

		h2 + .row-offset-1 {
			margin-top: 38px;
		}

		h2 + .row-offset-2 {
			margin-top: 27px;
		}

		h2 + .row-offset-3 {
			margin-top: 31px;
		}

		h2 + .row-offset-4 {
			margin-top: 45px;
		}
	}

	@media (min-width: 1600px) {
		h2 + h6,
		h2 + .heading-6 {
			margin-top: 56px;
		}

		h1 + p,
		.heading-1 + p {
			margin-top: 30px;
		}

		h2 + p,
		.heading-2 + p {
			margin-top: 26px;
		}

		h3 + p,
		.heading-3 + p {
			margin-top: 17px;
		}

		h4 + p,
		.heading-4 + p {
			margin-top: 17px;
		}

		h5 + p,
		.heading-5 + p {
			margin-top: 24px;
		}

		h6 + p,
		.heading-6 + p {
			margin-top: 10px;
		}

		h2 + .row {
			margin-top: 73px;
		}

		h2 + .row-offset-1 {
			margin-top: 47px;
		}

		h2 + .row-offset-2 {
			margin-top: 33px;
		}

		h2 + .row-offset-3 {
			margin-top: 38px;
		}

		h2 + .row-offset-4 {
			margin-top: 55px;
		}

		.container + .container {
			margin-top: 60px;
		}

		.row + .row {
			margin-top: 60px;
		}

		* + .row {
			margin-top: 55px;
		}

		* + .button {
			margin-top: 48px;
		}

		* + .button-1 {
			margin-top: 20px;
		}

		.figure-light + p {
			margin-top: 23px;
		}
	}

	.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;
		}

	.row-60 {
		margin-bottom: -60px;
	}

		.row-60:empty {
			margin-bottom: 0;
		}

		.row-60 > * {
			margin-bottom: 60px;
		}

	@media (min-width: 992px) {
		.row-lg-0 {
			margin-bottom: 0;
		}

			.row-lg-0:empty {
				margin-bottom: 0;
			}

			.row-lg-0 > * {
				margin-bottom: 0;
			}

		.row-lg-30 {
			margin-bottom: -30px;
		}

			.row-lg-30:empty {
				margin-bottom: 0;
			}

			.row-lg-30 > * {
				margin-bottom: 30px;
			}

		.row-lg-40 {
			margin-bottom: -40px;
		}

			.row-lg-40:empty {
				margin-bottom: 0;
			}

			.row-lg-40 > * {
				margin-bottom: 40px;
			}

		.row-lg-60 {
			margin-bottom: -60px;
		}

			.row-lg-60:empty {
				margin-bottom: 0;
			}

			.row-lg-60 > * {
				margin-bottom: 60px;
			}
	}

	@media (min-width: 1200px) {
		.row-xl-60 {
			margin-bottom: -60px;
		}

			.row-xl-60:empty {
				margin-bottom: 0;
			}

			.row-xl-60 > * {
				margin-bottom: 60px;
			}

		.row-xl-80 {
			margin-bottom: -80px;
		}

			.row-xl-80:empty {
				margin-bottom: 0;
			}

			.row-xl-80 > * {
				margin-bottom: 80px;
			}
	}

	@media (min-width: 1600px) {
		.row-xxl-40 {
			margin-bottom: -40px;
		}

			.row-xxl-40:empty {
				margin-bottom: 0;
			}

			.row-xxl-40 > * {
				margin-bottom: 40px;
			}

		.row-xxl-60 {
			margin-bottom: -60px;
		}

			.row-xxl-60:empty {
				margin-bottom: 0;
			}

			.row-xxl-60 > * {
				margin-bottom: 60px;
			}

		.row-xxl-80 {
			margin-bottom: -80px;
		}

			.row-xxl-80:empty {
				margin-bottom: 0;
			}

			.row-xxl-80 > * {
				margin-bottom: 80px;
			}
	}

	@media (min-width: 768px) {
		.inset-top-1 {
			padding-top: 63px;
		}
	}

	@media (min-width: 1600px) {
		.inset-top-1 {
			padding-top: 85px;
		}
	}

	/** @section 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;
	}

	.section-bg-custom {
		padding-bottom: 320px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}

	html [class*='section-'].section-bottom-0 {
		padding-bottom: 0;
	}

	@media (max-width: 991px) {
		section.section-xs:first-of-type,
		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-xs {
			padding: 48px 0;
		}

		.section-sm {
			padding: 60px 0;
		}

		.section-md {
			padding: 60px 0;
		}

		.section-lg {
			padding: 60px 0;
		}

		.section-bg-custom {
			padding-bottom: 320px;
		}
	}

	@media (min-width: 1200px) {
		.section-sm {
			padding: 64px 0;
		}

		.section-sm-1 {
			padding: 73px 0;
		}

		.section-sm-2 {
			padding: 80px 0;
		}

		.section-md {
			padding: 80px 0 90px;
		}

		.section-lg {
			padding: 100px 0;
		}

		.section-xl {
			padding: 100px 0;
		}

		.section-bg-custom {
			padding-bottom: 430px;
		}
	}

	@media (min-width: 1600px) {
		.section-md {
			padding: 100px 0 110px;
		}

		.section-lg {
			padding: 123px 0;
		}

		.section-lg-custom {
			padding: 123px 0 160px;
		}

		.section-xl {
			padding: 173px 0;
		}

		.section-bg-custom {
			padding-bottom: 23%;
		}
	}

	.custom-image-section {
		position: relative;
	}

		.custom-image-section .relative-container {
			position: relative;
		}

		.custom-image-section .image-item {
			display: none;
		}

	@media (min-width: 768px) {
		.custom-image-section .image-item {
			position: absolute;
			bottom: calc(100% + 20px);
			right: 0;
			display: block;
			max-width: 40%;
		}
	}

	@media (min-width: 1200px) {
		.custom-image-section .image-item {
			bottom: calc(100% + 70px);
		}
	}

	.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-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;
		}
	}

	.section-negative {
		background: #2840b9;
	}

		.section-negative .section-negative-inner {
			position: relative;
			z-index: 1;
			margin-top: -10px;
		}

	@media (min-width: 768px) {
		.section-negative .section-negative-inner {
			margin-top: -56px;
		}
	}

	/*
* Relative section (image)
*/
	.section-image-relative {
		position: relative;
	}

		.section-image-relative .img-custom {
			display: none;
		}

	@media (min-width: 1200px) {
		.section-image-relative .img-custom {
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			max-width: 50%;
			height: auto;
			transform: translateY(-50%);
		}
	}

	.container-custom {
		padding-left: 15px;
		padding-right: 15px;
	}

	@media (min-width: 768px) {
		.container-custom {
			padding-left: 30px;
			padding-right: 30px;
		}
	}

	@media (min-width: 1200px) {
		.container-custom {
			padding-left: 60px;
			padding-right: 60px;
		}
	}

	.section-decorate {
		position: relative;
	}

		.section-decorate > * {
			position: relative;
			z-index: 1;
		}

	/** @section Grid Modules*/
	@media (min-width: 576px) {
		.section-grid-demonstration [class^="col"] {
			padding: 0;
		}
	}

	.section-grid-demonstration .grid-demonstration-item {
		padding: 5px 0;
	}

	@media (min-width: 576px) {
		.section-grid-demonstration .grid-demonstration-item {
			padding: 5px;
			text-align: left;
		}
	}

	@media (min-width: 768px) {
		.section-grid-demonstration .grid-demonstration-item {
			padding: 15px;
		}
	}

	@media (max-width: 991px) {
		.section-grid-demonstration .grid-demonstration-item h5 {
			font-size: 16px;
			line-height: 16px;
		}

		.section-grid-demonstration .grid-demonstration-item p {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			width: 100%;
		}
	}

	@media (min-width: 992px) {
		.section-grid-demonstration .grid-demonstration-item {
			padding: 15px 30px;
		}
	}

	@media (min-width: 1600px) {
		.section-grid-demonstration .grid-demonstration-item {
			padding: 35px 30px;
		}
	}

	@media (min-width: 1600px) {
		.section-grid-demonstration .container-wide {
			padding-left: 60px;
			padding-right: 60px;
		}
	}

	.row-flex > [class*="col-"] {
		display: flex;
	}

		.row-flex > [class*="col-"] > * {
			flex-grow: 1;
			max-width: 100%;
		}

	/** @section Backgrounds*/
	.context-dark,
	.context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6, .context-dark [class^='heading-'] {
		color: #ffffff;
	}

	.bg-gray-dark, .bg-primary, .bg-primary-dark, .bg-primary-gradient, .swiper-slide,
	.bg-gray-dark h2,
	.bg-primary h2,
	.bg-primary-dark h2,
	.bg-primary-gradient h2,
	.swiper-slide h2, .bg-gray-dark h3, .bg-primary h3, .bg-primary-dark h3, .bg-primary-gradient h3, .swiper-slide h3, .bg-gray-dark h4, .bg-primary h4, .bg-primary-dark h4, .bg-primary-gradient h4, .swiper-slide h4, .bg-gray-dark h5, .bg-primary h5, .bg-primary-dark h5, .bg-primary-gradient h5, .swiper-slide h5, .bg-gray-dark h6, .bg-primary h6, .bg-primary-dark h6, .bg-primary-gradient h6, .swiper-slide h6, .bg-gray-dark [class^='heading-'], .bg-primary [class^='heading-'], .bg-primary-dark [class^='heading-'], .bg-primary-gradient [class^='heading-'], .swiper-slide [class^='heading-'] {
		color: #ffffff;
	}

		.bg-gray-dark p, .bg-primary p, .bg-primary-dark p, .bg-primary-gradient p, .swiper-slide p {
			font-weight: 100;
		}

		.bg-gray-dark .text-gray-600, .bg-primary .text-gray-600, .bg-primary-dark .text-gray-600, .bg-primary-gradient .text-gray-600, .swiper-slide .text-gray-600 {
			color: #aeb1be;
		}

	/**
* 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: #f4f7ff;
	}

		.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
			padding-top: 0;
		}

	.bg-white {
		background-color: #ffffff;
	}

		.bg-white:not([style*="background-"]) + .bg-white:not([style*="background-"]) {
			padding-top: 0;
		}

	/**
* Dark Backgrounds
*/
	.bg-gray-dark {
		background-color: #343a40;
	}

		.bg-gray-dark:not([style*="background-"]) + .bg-gray-dark:not([style*="background-"]) {
			padding-top: 0;
		}

	/** 
* Accent Backgrounds
*/
	.bg-primary {
		background-color: #437fec;
	}

		.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
			padding-top: 0;
		}

		.bg-primary .button-primary {
			color: #343a40;
			background-color: #ffffff;
			border-color: #ffffff;
		}

			.bg-primary .button-primary:focus, .bg-primary .button-primary:hover, .bg-primary .button-primary:active {
				color: #ffffff;
				background-color: #1a33ac;
				border-color: #1a33ac;
			}

	.bg-primary-dark {
		background-color: #2840b9;
	}

		.bg-primary-dark:not([style*="background-"]) + .bg-primary-dark:not([style*="background-"]) {
			padding-top: 0;
		}

		.bg-primary-dark blockquote .position {
			color: rgba(255, 255, 255, 0.4);
		}

	.bg-primary-gradient {
		background-image: linear-gradient(124deg, #396be2, #1f2ba0);
	}

		.bg-primary-gradient .one-screen-page-inner .icon:hover {
			color: #1a33ac;
		}

		.bg-primary-gradient .one-screen-page-inner .tabs-horizontal.tabs-line .nav-link {
			color: rgba(255, 255, 255, 0.5);
		}

			.bg-primary-gradient .one-screen-page-inner .tabs-horizontal.tabs-line .nav-link.active,
			.bg-primary-gradient .one-screen-page-inner .tabs-horizontal.tabs-line .nav-link:hover {
				color: #1a33ac;
			}

			.bg-primary-gradient .one-screen-page-inner .tabs-horizontal.tabs-line .nav-link::after {
				background: #1a33ac;
			}

		.bg-primary-gradient .one-screen-page-inner .social-items span {
			color: rgba(255, 255, 255, 0.5);
		}

	/**
* Background Image
*/
	[class^='bg-'] {
		background-size: cover;
		background-position: center center;
	}

	@media (min-width: 992px) {
		html:not(.tablet):not(.mobile) .bg-fixed {
			background-attachment: fixed;
		}
	}

	.bg-light-figure {
		background-image: url("../images/light-bg-figure.png");
		background-repeat: no-repeat;
	}

	/** @section utilities custom*/
	.height-fill {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

		.height-fill > * {
			flex-grow: 1;
			flex-shrink: 0;
		}

	.object-inline {
		white-space: nowrap;
	}

		.object-inline > * {
			display: inline-block;
			min-width: 20px;
			vertical-align: top;
			white-space: normal;
		}

			.object-inline > * + * {
				margin-left: 5px;
			}

	.oh {
		position: relative;
		overflow: hidden;
	}

	.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;
	}

	.rights {
		color: #6e7882;
	}

		.rights a {
			color: inherit;
		}

			.rights a:hover {
				color: #437fec;
			}

	.bg-gray-dark .rights, .bg-primary .rights, .bg-primary-dark .rights, .bg-primary-gradient .rights, .swiper-slide .rights {
		color: rgba(255, 255, 255, 0.5);
	}

		.bg-gray-dark .rights a, .bg-primary .rights a, .bg-primary-dark .rights a, .bg-primary-gradient .rights a, .swiper-slide .rights a {
			color: inherit;
		}

			.bg-gray-dark .rights a:hover, .bg-primary .rights a:hover, .bg-primary-dark .rights a:hover, .bg-primary-gradient .rights a:hover, .swiper-slide .rights a:hover {
				color: white;
			}

	[style*='z-index: 1000;'] {
		z-index: 1011 !important;
	}

	.text-block > * {
		margin-left: .125em;
		margin-right: .125em;
	}

	.text-block-2 h6 + p {
		margin-top: 10px;
	}

	.text-block-2 * + .button {
		margin-top: 20px;
	}

	@media (min-width: 992px) {
		.text-block-2 h6 + p {
			margin-top: 20px;
		}

		.text-block-2 * + .button {
			margin-top: 45px;
		}
	}

	.text-block-3 * + h6 {
		margin-top: 20px;
	}

	.text-block-3 * + p {
		margin-top: 12px;
	}

	@media (min-width: 1200px) {
		.text-block-3 * + h6 {
			margin-top: 48px;
		}

		.text-block-3 * + p {
			margin-top: 18px;
		}
	}

	.text-block-4 * + h6 {
		margin-top: 20px;
	}

	.text-block-4 * + p {
		margin-top: 6px;
	}

	@media (min-width: 1200px) {
		.text-block-4 * + h6 {
			margin-top: 33px;
		}

		.text-block-4 * + p {
			margin-top: 11px;
		}
	}

	@media (min-width: 1600px) {
		.text-block-4 * + h6 {
			margin-top: 40px;
		}

		.text-block-4 * + p {
			margin-top: 13px;
		}
	}

	.text-block-lined {
		border-left: 1px solid #aeb1be;
		padding-left: 15px;
	}

		.text-block-lined p {
			color: #828590;
		}

		.text-block-lined .title + p {
			margin-top: 9px;
		}

		.text-block-lined p + .title {
			margin-top: 30px;
		}

	@media (min-width: 992px) {
		.text-block-lined {
			padding-left: 40px;
			padding-right: 25px;
		}

			.text-block-lined .title + p {
				margin-top: 18px;
			}

			.text-block-lined p + .title {
				margin-top: 55px;
			}
	}

	/** @section One screen page*/
	.one-screen-page {
		text-align: center;
		display: flex;
	}

	.one-screen-page-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		min-height: 100vh;
		width: 100%;
	}

		.one-screen-page-inner > * {
			width: 100%;
			flex-shrink: 0;
		}

	.one-screen-page .page-header,
	.one-screen-page .page-content,
	.one-screen-page .page-footer {
		background-color: transparent;
	}

	.one-screen-page .page-header {
		padding: calc(1em + 4vh) 0 calc(1em + 2vh);
	}

	.one-screen-page .page-content {
		padding: calc(1em + 4vh) 0;
	}

	.one-screen-page .page-footer {
		padding: calc(1em + 2vh) 0 calc(1em + 4vh);
	}

	.one-screen-page .group-buttons {
		margin-bottom: -30px;
		margin-left: -30px;
	}

		.one-screen-page .group-buttons:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.one-screen-page .group-buttons > * {
			display: inline-block;
			margin-top: 0;
			margin-bottom: 30px;
			margin-left: 30px;
		}

	.one-screen-page .rd-navbar-brand {
		display: block;
	}

	.one-screen-page * + .page-subtitle {
		margin-top: 6px;
	}

	.one-screen-page * + .page-description {
		margin-top: 12px;
	}

	.one-screen-page * + .button {
		margin-top: 30px;
	}

	.one-screen-page * + .block-sm {
		margin-top: 30px;
	}

	@media (min-width: 768px) {
		.one-screen-page * + .page-subtitle {
			margin-top: 0;
		}

		.one-screen-page * + .page-description {
			margin-top: 18px;
		}

		.one-screen-page * + .button {
			margin-top: 40px;
		}

		.one-screen-page * + .block-sm {
			margin-top: 30px;
		}
	}

	@media (min-width: 1200px) {
		.one-screen-page * + .page-description {
			margin-top: 20px;
		}

		.one-screen-page * + .button {
			margin-top: 52px;
		}

		.one-screen-page * + .block-sm {
			margin-top: 41px;
		}
	}

	@media (min-width: 1600px) {
		.one-screen-page * + .page-description {
			margin-top: 25px;
		}

		.one-screen-page * + .button {
			margin-top: 64px;
		}

		.one-screen-page * + .block-sm {
			margin-top: 50px;
		}

		.one-screen-page .countdown-wrap + .page-description {
			margin-top: 38px;
		}
	}

	.one-screen-page-box {
		position: relative;
		z-index: 1;
	}

		.one-screen-page-box .page-title {
			font-size: 100px;
			font-weight: 700;
			line-height: 1;
			color: rgba(255, 255, 255, 0.1);
		}

	@media (min-width: 768px) {
		.one-screen-page-box .page-title {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: -1;
			font-size: 400px;
			color: rgba(255, 255, 255, 0.05);
			transform: translate(-50%, -50%);
		}
	}

	@media (min-width: 1200px) {
		.one-screen-page-box .page-title {
			font-size: 490px;
			line-height: .75;
		}
	}

	/** @group Plugins */
	/*
*
* Animate.css
*/
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		opacity: 1;
	}

		.animated.infinite {
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}

		.animated.hinge {
			-webkit-animation-duration: 2s;
			animation-duration: 2s;
		}

	html:not(.lt-ie10) .not-animated {
		opacity: 0;
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	@-webkit-keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 60px, 0);
			transform: translate3d(0, 60px, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 60px, 0);
			transform: translate3d(0, 60px, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	@-webkit-keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInDown {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}

	@-webkit-keyframes fadeInLeft {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInLeft {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInLeft {
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}

	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	.fadeOut {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut;
	}

	@-webkit-keyframes slideInDown {
		0% {
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInDown {
		0% {
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInDown {
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}

	@-webkit-keyframes slideInLeft {
		0% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInLeft {
		0% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInLeft {
		-webkit-animation-name: slideInLeft;
		animation-name: slideInLeft;
	}

	@-webkit-keyframes slideInRight {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInRight {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInRight {
		-webkit-animation-name: slideInRight;
		animation-name: slideInRight;
	}

	@-webkit-keyframes slideOutDown {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			visibility: hidden;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
	}

	@keyframes slideOutDown {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			visibility: hidden;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
	}

	.slideOutDown {
		-webkit-animation-name: 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 #437fec;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		animation: cssload-spin .88s infinite linear;
	}

	@-webkit-keyframes cssload-spin {
		100% {
			transform: rotate(360deg);
		}
	}

	@keyframes cssload-spin {
		100% {
			transform: rotate(360deg);
		}
	}

	/*
*
* ToTop
*/
	.ui-to-top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 100;
		width: 48px;
		height: 48px;
		font-size: 20px;
		line-height: 44px;
		color: #ffffff;
		background: #2840b9;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		transform: translate3d(0, 100px, 0);
		border-radius: 50%;
		will-change: transform;
	}

		.ui-to-top:after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: #437fec;
			transition: .25s;
			transform: scale(1);
			border-radius: 50%;
			z-index: -1;
		}

		.ui-to-top:hover {
			color: #ffffff;
			background: #1a33ac;
		}

			.ui-to-top:hover:after {
				transform: scale(0.5);
				background: rgba(67, 127, 236, 0);
			}

		.ui-to-top:focus {
			color: #ffffff;
		}

		.ui-to-top.active {
			transform: translate3d(0, 0, 0);
		}

	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-relative {
		position: relative;
	}

	.rd-navbar-absolute {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 1008;
	}

	.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: #ffffff;
	}

	.rd-navbar-toggle {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		line-height: 48px;
		cursor: pointer;
		color: #ffffff;
		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: #ffffff;
				backface-visibility: hidden;
				border-radius: 0;
			}

		.rd-navbar-toggle span {
			transform: rotate(180deg);
		}

			.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
				transform-origin: 1.71429px center;
			}

		.rd-navbar-toggle.active span {
			transform: rotate(360deg);
		}

			.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
				top: 0;
				width: 15px;
			}

			.rd-navbar-toggle.active span:before {
				-webkit-transform: rotate3d(0, 0, 1, -40deg);
				transform: rotate3d(0, 0, 1, -40deg);
			}

			.rd-navbar-toggle.active span:after {
				-webkit-transform: rotate3d(0, 0, 1, 40deg);
				transform: rotate3d(0, 0, 1, 40deg);
			}

	.rd-navbar-collapse-toggle {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		line-height: 48px;
		cursor: pointer;
		color: #ffffff;
		display: none;
	}

		.rd-navbar-collapse-toggle span {
			top: 50%;
			margin-top: -3px;
		}

			.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
				position: absolute;
				width: 6px;
				height: 6px;
				line-height: 6px;
				text-align: center;
				background: #ffffff;
				left: 50%;
				margin-left: -3px;
				border-radius: 50%;
				transition: .3s all ease;
			}

				.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
					content: '';
				}

				.rd-navbar-collapse-toggle span:before {
					bottom: 100%;
					margin-bottom: 3px;
				}

				.rd-navbar-collapse-toggle span:after {
					top: 100%;
					margin-top: 3px;
				}

		.rd-navbar-collapse-toggle.active span {
			transform: scale(0.7);
		}

			.rd-navbar-collapse-toggle.active span:before {
				transform: translateY(18px);
			}

			.rd-navbar-collapse-toggle.active span:after {
				transform: translateY(-18px);
			}

	.rd-navbar-brand a {
		display: block;
	}

	.rd-navbar-search {
		position: relative;
		display: inline-flex;
	}

		.rd-navbar-search .form-input {
			padding-right: 50px;
			background: #ffffff;
			box-shadow: 0 2px 21px 6px rgba(52, 58, 64, 0.08);
		}

		.rd-navbar-search .rd-search-form-submit {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			width: 50px;
			padding: 0;
			margin: 0;
			font-size: 18px;
			border: none;
			cursor: pointer;
			background-color: transparent;
			color: #cccccc;
			transition: .33s;
		}

			.rd-navbar-search .rd-search-form-submit:hover {
				color: #437fec;
			}

	.rd-navbar-search-toggle {
		background: none;
		border: none;
		display: inline-block;
		padding: 0;
		outline: none;
		outline-offset: 0;
		cursor: pointer;
		-webkit-appearance: none;
	}

		.rd-navbar-search-toggle::-moz-focus-inner {
			border: none;
			padding: 0;
		}

	.rd-navbar-dropdown {
		display: none;
	}

	.rd-navbar-info {
		display: flex;
		align-items: center;
		vertical-align: middle;
		margin-bottom: -5px;
		margin-left: -10px;
	}

		.rd-navbar-info:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.rd-navbar-info > * {
			display: inline-block;
			margin-top: 0;
			margin-bottom: 5px;
			margin-left: 10px;
		}

		.rd-navbar-info > * {
			display: inline-block;
			vertical-align: middle;
		}

		.rd-navbar-info .icon {
			font-size: 24px;
		}

		.rd-navbar-info a {
			font-size: 18px;
			color: #343a40;
		}

			.rd-navbar-info a:hover {
				color: #437fec;
			}

	/*
* @subsection  RD Navbar Static
*/
	.rd-navbar-static {
		display: block;
	}

		.rd-navbar-static .rd-nav-item {
			display: inline-block;
		}

			.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
				color: #437fec;
				background: transparent;
			}

			.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
				color: #437fec;
			}

			.rd-navbar-static .rd-nav-item.active .rd-nav-link {
				color: #437fec;
				background: transparent;
			}

			.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
				color: #437fec;
			}

			.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;
				color: #343a40;
				cursor: pointer;
			}

				.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: #437fec;
				}

			.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;
			display: inline-block;
			color: #343a40;
			font-size: 18px;
			line-height: 1.33;
			transition: .25s;
		}

			.rd-navbar-static .rd-nav-link:hover {
				color: #437fec;
			}

		.rd-navbar-static .rd-menu {
			z-index: 15;
			position: absolute;
			display: block;
			margin-top: 22px;
			visibility: hidden;
			opacity: 0;
			text-align: left;
			transform: translate3d(0, 30px, 0);
		}

		.rd-navbar-static .rd-navbar-dropdown {
			position: absolute;
			left: 0;
			width: 260px;
			padding: 25px 25px 21px;
			background: #ffffff;
			z-index: 5;
			border-radius: 6px;
			box-shadow: 0 2px 21px 6px rgba(52, 58, 64, 0.08);
		}

			.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);
				}

	@media (min-width: 1600px) {
		.rd-navbar-static .rd-navbar-dropdown {
			left: -37px;
		}
	}

	.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
		color: #437fec;
	}

	.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
		margin-top: 5px;
	}

	.rd-navbar-static .rd-dropdown-link {
		color: #9b9b9b;
	}

		.rd-navbar-static .rd-dropdown-link:hover {
			color: #437fec;
		}

	.rd-navbar-static .rd-navbar-dropdown li > a,
	.rd-navbar-static .rd-megamenu-list li > a {
		position: relative;
		left: -15px;
		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: #437fec;
		}

			.rd-navbar-static .rd-navbar-dropdown li > a:hover,
			.rd-navbar-static .rd-megamenu-list li > a:hover {
				color: #2840b9;
			}

			.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: -15px;
					display: inline-block;
					content: '\f14f';
					font-family: "Material Design Icons";
					font-size: inherit;
					line-height: inherit;
					color: #aeb1be;
					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: 5px;
				}

					.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;
		right: 0;
		width: 100%;
		max-width: 900px;
		padding: 26px 36px;
		background: #ffffff;
		border-radius: 6px;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
	}

	.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 {
		color: #343a40;
	}

	.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
		margin-top: 6px;
	}

	.rd-navbar-static .rd-megamenu-list-link {
		color: #343a40;
		background: transparent;
	}

		.rd-navbar-static .rd-megamenu-list-link:hover {
			color: #437fec;
			background: transparent;
		}

	.rd-navbar-static * + .rd-megamenu-list {
		margin-top: 11px;
	}

	.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: 26px;
		z-index: 2;
	}

	.rd-navbar-static * + .rd-navbar-search {
		margin-left: 38px;
	}

	.rd-navbar-static .rd-navbar-search-toggle {
		display: inline-flex;
		color: #343a40;
	}

		.rd-navbar-static .rd-navbar-search-toggle span {
			display: inline-block;
			position: relative;
			width: 32px;
			height: 32px;
			font-size: 18px;
			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 span:before, .rd-navbar-static .rd-navbar-search-toggle span:after {
			transition: .3s transform;
		}

		.rd-navbar-static .rd-navbar-search-toggle:hover {
			color: #437fec;
		}

	.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: 1008;
		background: #ffffff;
	}

	.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: 160px;
				max-height: 58px;
				width: auto;
				height: auto;
			}

		.rd-navbar-fixed .brand .brand-logo-dark {
			display: none;
		}

		.rd-navbar-fixed .brand .brand-logo-light {
			display: block;
		}

		.rd-navbar-fixed .rd-navbar-panel {
			position: fixed;
			left: 0;
			top: 0;
			right: 0;
			z-index: 1008;
			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: 1007;
			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: #a0bef5;
				border: none;
				border-radius: 0;
				opacity: .2;
			}

			.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
				background: #437fec;
				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: 56px;
				font: 400 14px "FontAwesome";
				line-height: 56px;
				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: 1009;
		}

		.rd-navbar-fixed .rd-navbar-collapse {
			position: fixed;
			right: 0;
			top: 56px;
			z-index: 1007;
			transform: translate3d(0, -10px, 0);
			padding: 15px;
			width: auto;
			border-radius: 6px;
			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: 1007;
			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: 1010;
		}

		.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: #ffffff;
			box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
			background: #2840b9;
		}

		.rd-navbar-fixed .rd-navbar-nav-wrap {
			color: #ffffff;
			background: #2840b9;
			box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
		}

		.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: #1a33ac;
		}

		.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: #437fec;
		}

		.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
			color: #ffffff;
		}

			.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: #437fec;
				}

		.rd-navbar-fixed .rd-navbar-submenu-toggle {
			color: #ffffff;
		}

		.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
			color: #cccccc;
		}

			.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
				color: #437fec;
			}

		.rd-navbar-fixed .rd-navbar-search-toggle {
			color: #ffffff;
		}

			.rd-navbar-fixed .rd-navbar-search-toggle:hover {
				color: #1a33ac;
			}

		.rd-navbar-fixed .rd-navbar-collapse {
			background-color: #2840b9;
			box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
		}

			.rd-navbar-fixed .rd-navbar-collapse,
			.rd-navbar-fixed .rd-navbar-collapse a {
				color: #ffffff;
			}

	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: 1012;
		}

		.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: 1011;
			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: #437fec;
			}

			.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: #437fec;
			}

		.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: #343a40;
		}

			.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: #437fec;
			}

			.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: -15px;
				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: #437fec;
				}

					.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
					.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
						color: #2840b9;
					}

					.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: -15px;
							display: inline-block;
							content: '\f14f';
							font-family: "Material Design Icons";
							font-size: inherit;
							line-height: inherit;
							color: #aeb1be;
							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: 5px;
						}

							.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: #437fec;
		}

			.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 {
		background: #2840b9;
		border-bottom: 1px solid transparent;
	}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-info .icon {
			color: #1a33ac;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-info a {
			color: #343a40;
		}

			.rd-navbar-classic.rd-navbar-static .rd-navbar-info a:hover {
				color: #1a33ac;
			}

		.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
			color: #1a33ac;
		}

		.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
			color: #1a33ac;
		}

	z .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link {
		color: #1a33ac;
	}

	z .rd-navbar-classic.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
		color: #1a33ac;
	}

	.rd-navbar-classic.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
		color: #1a33ac;
	}

	.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 20px;
	}

	.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
		color: #1a33ac;
	}

	.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: 10px 0;
	}

	.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
	}

	@media (min-width: 1200px) {
		.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
			margin-left: 51px;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
			padding: 28px 0;
		}
	}

	.rd-navbar-classic.rd-navbar-static .rd-navbar-search-toggle {
		font-size: 18px;
		color: #343a40;
	}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-search-toggle:hover {
			color: #1a33ac;
		}

	.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
		display: none;
	}

	.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-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;
		}

	/**
*
* RD Navbar Classic
* =====================================================
*/
	.rd-navbar-transparent.rd-navbar-static {
		background: transparent;
	}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item .rd-nav-link {
			padding: 9px 0;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-transparent.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
			color: #ffffff;
			border-color: #ffffff;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-transparent.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
			color: #ffffff;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item.active .rd-nav-link {
			color: #ffffff;
			border-color: #ffffff;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
			color: #ffffff;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
			color: #ffffff;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-item + .rd-nav-item {
			margin-left: 25px;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-nav-link:hover {
			color: #ffffff;
			border-color: #ffffff;
			text-decoration: none !important;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer,
		.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-outer {
			padding-left: 15px;
			padding-right: 15px;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside,
		.rd-navbar-transparent.rd-navbar-static .rd-navbar-main {
			max-width: 1200px;
			margin-left: auto;
			margin-right: auto;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside {
			padding: 10px 0;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-main {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 20px 0;
		}

	@media (min-width: 1200px) {
		.rd-navbar-transparent.rd-navbar-static .rd-nav-item + .rd-nav-item {
			margin-left: 51px;
		}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-main {
			padding: 30px 0;
		}
	}

	.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-toggle {
		font-size: 18px;
		color: #343a40;
	}

		.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-toggle:hover {
			color: rgba(52, 58, 64, 0.6);
		}

	.rd-navbar-transparent.rd-navbar-static .brand-logo-dark {
		display: none;
	}

	.rd-navbar-transparent.rd-navbar-static .brand-logo-light {
		display: block;
	}

	.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-element {
		display: flex;
		align-items: center;
	}

	.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-transparent.rd-navbar-static.rd-navbar--is-clone {
		background: #2840b9;
		box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
	}

		.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-transparent.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
			display: none;
		}

		.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-transparent.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
			padding: 15px 0;
		}

		.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-transparent.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
			margin-top: 17px;
		}

	/**
*
* RD Navbar Corporate
* =====================================================
*/
	.rd-navbar-creative.rd-navbar-static {
		background: transparent;
	}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
			display: flex;
			align-items: center;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item .rd-nav-link {
			padding: 9px 0;
			margin-bottom: -1px;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-creative.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-creative.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item.active .rd-nav-link {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item .rd-nav-link:hover {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
			color: #437fec;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
			margin-left: 25px;
		}

		.rd-navbar-creative.rd-navbar-static .rd-nav-link:hover {
			color: #343a40;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-outer,
		.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
			padding-left: 15px;
			padding-right: 15px;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-aside,
		.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
			max-width: 1200px;
			margin-left: auto;
			margin-right: auto;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-aside {
			padding: 10px 0;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 20px 0;
		}

	@media (min-width: 1200px) {
		.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
			margin-left: 51px;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
			padding: 26px 0;
		}
	}

	.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle {
		font-size: 24px;
		color: #343a40;
	}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle:hover {
			color: #437fec;
		}

	.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle {
		color: #343a40;
	}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span {
			display: inline-block;
			position: relative;
			width: 40px;
			height: 40px;
			font-size: 24px;
			line-height: 40px;
			text-align: center;
			cursor: pointer;
			background: none;
			border: none;
			outline: none;
			padding: 0;
		}

			.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::after {
				transition: .3s all ease-in-out;
			}

				.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::after {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
				}

				.rd-navbar-creative.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-creative.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-creative.rd-navbar-static .rd-navbar-search-toggle.active span::before {
			opacity: 0;
			visibility: hidden;
			transform: rotate(90deg) scale(0.4);
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle.active span::after {
			transform: rotate(0deg) scale(1);
			opacity: 1;
			visibility: visible;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span:before, .rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span:after {
			transition: .3s transform;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle > span {
			background: transparent;
			border-radius: 50%;
		}

		.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle:hover {
			color: #437fec;
		}

			.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle:hover > span {
				background: transparent;
			}

	.rd-navbar-creative.rd-navbar-static .rd-navbar-main-element {
		display: flex;
		align-items: center;
	}

	.rd-navbar-creative.rd-navbar-static .brand-logo-dark {
		display: block;
	}

	.rd-navbar-creative.rd-navbar-static .brand-logo-light {
		display: none;
	}

	.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone {
		background: #437fec;
		box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
	}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .brand-logo-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .brand-logo-dark {
			display: none;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .brand-logo-light, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .brand-logo-light {
			display: block;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
			display: none;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
			padding: 15px 0;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
			margin-top: 17px;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-nav-item .rd-nav-link, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-nav-item .rd-nav-link {
			color: #ffffff;
			text-decoration: none;
		}

		.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-nav-item .rd-navbar-submenu-toggle, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-nav-item .rd-navbar-submenu-toggle {
			color: #ffffff;
		}

	.rd-navbar-creative.rd-navbar--is-stuck .rd-navbar-search-toggle {
		color: #ffffff;
	}

		.rd-navbar-creative.rd-navbar--is-stuck .rd-navbar-search-toggle:hover {
			color: #1a33ac;
		}

	.rd-navbar-creative.rd-navbar--is-stuck .rd-nav-item.active .rd-nav-link,
	.rd-navbar-creative.rd-navbar--is-stuck .rd-nav-item:hover .rd-nav-link,
	.rd-navbar-creative.rd-navbar--is-stuck .rd-nav-item.active .rd-navbar-submenu-toggle,
	.rd-navbar-creative.rd-navbar--is-stuck .rd-nav-item:hover .rd-navbar-submenu-toggle {
		color: #162365;
	}

	/*
*
* Swiper
* --------------------------------------------------
*/
	.swiper-container {
		height: auto;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		/* Fix of Webkit flickering */
		z-index: 1;
	}

	.swiper-container-no-flexbox .swiper-slide {
		float: left;
	}

	.swiper-container-vertical > .swiper-wrapper {
		flex-direction: column;
	}

	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		transition-property: transform;
		box-sizing: content-box;
	}

	[data-x-mode="true"] .swiper-wrapper {
		height: auto;
	}

	.swiper-container-android .swiper-slide,
	.swiper-wrapper {
		transform: translate3d(0px, 0, 0);
	}

	.swiper-container-multirow > .swiper-wrapper {
		flex-wrap: wrap;
	}

	.swiper-container-free-mode > .swiper-wrapper {
		transition-timing-function: ease-out;
		margin: 0 auto;
	}

	/* a11y */
	.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000;
	}

	/* IE10 Windows Phone 8 Fixes */
	.swiper-wp8-horizontal {
		touch-action: pan-y;
	}

	.swiper-wp8-vertical {
		touch-action: pan-x;
	}

	/* Coverflow */
	.swiper-container-coverflow .swiper-wrapper {
		/* Windows 8 IE 10 fix */
	}

	.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		transition-timing-function: ease-out;
	}

	.swiper-container-fade .swiper-slide {
		pointer-events: none;
	}

		.swiper-container-fade .swiper-slide .swiper-slide {
			pointer-events: none;
		}

	.swiper-container-fade .swiper-slide-active,
	.swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		transform-origin: 50%;
		animation: swiper-preloader-spin 1s steps(12, end) infinite;
	}

		.swiper-lazy-preloader:after {
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
			background-position: 50%;
			background-size: 100%;
			background-repeat: no-repeat;
		}

	.swiper-lazy-preloader-white:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}

	@keyframes swiper-preloader-spin {
		100% {
			transform: rotate(360deg);
		}
	}

	.swiper-slide > .vide__body,
	.swiper-slide > .parallax_cnt {
		height: 100%;
	}

	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: none;
		font-size: 26px;
		line-height: 1;
		color: #ffffff;
		text-align: center;
		cursor: pointer;
		transition: .2s ease-in;
		will-change: transform;
		z-index: 10;
	}

		.swiper-button-prev:hover,
		.swiper-button-next:hover {
			color: #437fec;
		}

	@media (min-width: 768px) {
		.swiper-button-prev,
		.swiper-button-next {
			display: block;
		}
	}

	.swiper-button-prev.swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
	}

	.swiper-button-prev {
		left: 30px;
	}

		.swiper-button-prev:before {
			font-family: "FontAwesome";
			content: "\f060";
		}

	.swiper-button-next {
		right: 30px;
	}

		.swiper-button-next:before {
			font-family: "FontAwesome";
			content: "\f061";
		}

	.swiper-slider.swiper-container-rtl .swiper-button-prev:before {
		content: "\f061";
	}

	.swiper-slider.swiper-container-rtl .swiper-button-next:before {
		content: "\f060";
	}

	.swiper-pagination {
		position: absolute;
		display: block;
		text-align: center;
		transition: .3s;
		transform: translate3d(0, 0, 0);
		z-index: 10;
	}

		.swiper-pagination.swiper-pagination-hidden {
			opacity: 0;
		}

		.swiper-pagination .swiper-pagination-bullet {
			width: 10px;
			height: 10px;
			display: inline-block;
			border-radius: 100%;
			background: #1ae5be;
			opacity: .4;
			transition: .2s;
		}

			.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
				background: #1ae5be;
				opacity: 1;
			}

		.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
			cursor: pointer;
		}

	@media (min-width: 768px) {
		.swiper-navigation + .swiper-pagination {
			display: none;
		}
	}

	.swiper-pagination-black .swiper-pagination-bullet {
		background: rgba(0, 0, 0, 0.6);
	}

		.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
			background: black;
		}

	.swiper-container-vertical {
		height: 100vh;
	}

		.swiper-container-vertical > .swiper-pagination {
			right: 10px;
			top: 50%;
			transform: translate3d(0px, -50%, 0);
		}

			.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
				margin: 5px 0;
				display: block;
			}

	.swiper-container-horizontal > .swiper-pagination {
		bottom: 20px;
		left: 0;
		width: 100%;
	}

		.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
			margin: 0 5px;
		}

	.swiper-scrollbar {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background-color: rgba(244, 247, 255, 0.3);
	}

		.swiper-scrollbar .swiper-scrollbar-drag {
			height: 10px;
			background-color: rgba(244, 247, 255, 0.7);
		}

	.swiper-slide {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 100%;
		min-height: calc(100vh - 50px);
		padding: 50px 0;
		background-position: center center;
		background-repeat: no-repeat;
		white-space: nowrap;
	}

	.swiper-slide-caption {
		width: 100%;
		white-space: normal;
	}

		.swiper-slide-caption p {
			display: none;
		}

	@media (min-width: 768px) {
		.swiper-slide-caption p {
			display: block;
		}
	}

	@media (min-width: 768px) {
		.swiper-slide {
			min-height: 500px;
		}
	}

	@media (min-width: 992px) {
		.swiper-slide {
			min-height: 500px;
			padding: 60px 0;
		}
	}

	@media (min-width: 1200px) {
		.swiper-slide {
			min-height: 700px;
			padding: 80px 0;
		}
	}

	@media (min-width: 1600px) {
		.swiper-slide {
			min-height: 100vh;
		}
	}

	.swiper-slider-1 .swiper-slide {
		min-height: calc(100vh - 50px);
		padding: 50px 0 80px;
	}

		.swiper-slider-1 .swiper-slide:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.4);
		}

		.swiper-slider-1 .swiper-slide * + .button {
			margin-top: 20px;
		}

	@media (min-width: 768px) {
		.swiper-slider-1 .swiper-slide {
			/*min-height: 620px;*/
			padding: 130px 0;
		}

			.swiper-slider-1 .swiper-slide * + p {
				margin-top: 25px;
			}

			.swiper-slider-1 .swiper-slide * + .button {
				margin-top: 36px;
			}
	}

	@media (min-width: 992px) {
		.swiper-slider-1 .swiper-slide {
			min-height: 700px;
			padding: 150px 0;
		}

			.swiper-slider-1 .swiper-slide:before {
				display: none;
			}
	}

	@media (min-width: 1200px) {
		.swiper-slider-1 .swiper-slide {
			min-height: 700px;
		}

			.swiper-slider-1 .swiper-slide * + p {
				margin-top: 28px;
			}

			.swiper-slider-1 .swiper-slide * + .button {
				margin-top: 42px;
			}
	}

	@media (min-width: 1600px) {
		.swiper-slider-1 .swiper-slide {
			min-height: 880px;
			padding: 210px 0;
		}
	}

	.swiper-slider-1 .swiper-pagination-wrap {
		position: relative;
	}

	.swiper-slider-1 .swiper-pagination {
		bottom: 30px;
		text-align: left;
	}

		.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
			margin: 0 8px;
		}

			.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet:first-child {
				margin-left: 0;
			}

	@media (min-width: 768px) {
		.swiper-slider-1 .swiper-pagination {
			bottom: 80px;
		}

			.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
				margin: 0 15px;
			}
	}

	@media (min-width: 992px) {
		.swiper-slider-1 .swiper-pagination {
			bottom: 100px;
		}
	}

	@media (min-width: 1600px) {
		.swiper-slider-1 .swiper-pagination {
			bottom: 140px;
		}
	}

	.swiper-slider-2 h1 {
		color: #ffffff;
		background-color: #437fec;
		opacity: 0.6;
		display: inline-block;
		padding: 15px;
	}

	.swiper-slider-2 .swiper-meta {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		pointer-events: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding: 15px 15px;
	}

		.swiper-slider-2 .swiper-meta > * {
			pointer-events: auto;
		}

	.swiper-slider-2 .links {
		margin-left: -10px;
		margin-top: 25px;
	}

		.swiper-slider-2 .links li {
			display: inline-block;
			margin-top: 16px;
			margin-left: 10px;
		}

		.swiper-slider-2 .links a {
			font-size: 20px;
			line-height: 1;
			color: rgba(52, 58, 64, 0.25);
		}

			.swiper-slider-2 .links a:hover {
				color: #343a40;
			}

	.swiper-slider-2 .contacts {
		text-align: center;
	}

		.swiper-slider-2 .contacts .icon {
			font-size: 30px;
			line-height: 1;
			color: #343a40;
		}

		.swiper-slider-2 .contacts > * {
			display: block;
		}

	.swiper-slider-2 .tel a {
		font-size: 22px;
		line-height: 24px;
		color: #343a40;
	}

		.swiper-slider-2 .tel a:hover {
			color: #1a33ac;
		}

	.swiper-slider-2 .request a {
		color: #343a40;
	}

		.swiper-slider-2 .request a:hover, .swiper-slider-2 .request a:focus {
			color: #1a33ac;
			text-decoration: none;
		}

	.swiper-slider-2 .swiper-pagination {
		position: static;
	}

		.swiper-slider-2 .swiper-pagination .swiper-pagination-bullet {
			margin: 0 8px;
		}

	.swiper-slider-2 * + .request {
		margin-top: 4px;
	}

	.swiper-slider-2 * + .tel {
		margin-top: 10px;
	}

	.swiper-slider-2 .swiper-meta > * + * {
		margin-top: 15px;
	}

	.swiper-slider-2 .swiper-slide {
		min-height: calc(100vh - 50px);
		padding: 90px 0 220px;
	}

		.swiper-slider-2 .swiper-slide .swiper-img-block {
			opacity: 0;
		}

	.swiper-slider-2 .swiper-slide-active .swiper-img-block {
		opacity: .3;
	}

	@media (min-width: 1200px) {
		.swiper-slider-2 .swiper-slide-active .swiper-img-block {
			opacity: 1;
		}
	}

	@media (min-width: 768px) {
		.swiper-slider-2 .swiper-slide {
			min-height: 300px;
			padding: 100px 50px 160px;
		}

		.swiper-slider-2 .swiper-meta {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: 1;
			pointer-events: none;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}

			.swiper-slider-2 .swiper-meta > * {
				pointer-events: auto;
			}

		.swiper-slider-2 .links li {
			display: block;
		}

		.swiper-slider-2 .contacts {
			align-self: flex-end;
		}

		.swiper-slider-2 .swiper-pagination .swiper-pagination-bullet {
			display: block;
			margin: 0;
		}

			.swiper-slider-2 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
				margin-top: 30px;
			}

		.swiper-slider-2 .swiper-meta > * + * {
			margin-top: 0;
		}
	}

	@media (min-width: 992px) {
		.swiper-slider-2 .swiper-slide {
			min-height: 700px;
			padding: 220px 50px;
		}
	}

	@media (min-width: 1200px) {
		.swiper-slider-2 .swiper-slide {
			min-height: 100vh;
			padding: 220px 130px;
		}

		.swiper-slider-2 .swiper-meta {
			padding: 55px 67px;
		}

		.swiper-slider-2 * + .request {
			margin-top: 9px;
		}

		.swiper-slider-2 * + .tel {
			margin-top: 20px;
		}
	}

	.swiper-slider-3 .swiper-slide {
		min-height: calc(100vh - 50px);
		padding: 60px 0;
	}

		.swiper-slider-3 .swiper-slide:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.4);
		}

		.swiper-slider-3 .swiper-slide * + .button {
			margin-top: 20px;
		}

	@media (min-width: 768px) {
		.swiper-slider-3 .swiper-slide {
			min-height: 620px;
			padding: 130px 0;
		}

			.swiper-slider-3 .swiper-slide * + p {
				margin-top: 25px;
			}

			.swiper-slider-3 .swiper-slide * + .button {
				margin-top: 36px;
			}
	}

	@media (min-width: 992px) {
		.swiper-slider-3 .swiper-slide {
			min-height: 700px;
		}

			.swiper-slider-3 .swiper-slide:before {
				display: none;
			}
	}

	@media (min-width: 1200px) {
		.swiper-slider-3 .swiper-slide {
			min-height: 700px;
		}

			.swiper-slider-3 .swiper-slide * + p {
				margin-top: 35px;
			}

			.swiper-slider-3 .swiper-slide * + .button {
				margin-top: 42px;
			}
	}

	@media (min-width: 1600px) {
		.swiper-slider-3 .swiper-slide {
			min-height: 790px;
		}
	}

	.swiper-slider-3 .swiper-pagination-wrap {
		position: relative;
	}

	.swiper-slider-3 .swiper-pagination {
		bottom: 30px;
		text-align: left;
	}

		.swiper-slider-3 .swiper-pagination .swiper-pagination-bullet {
			margin: 0 15px;
		}

			.swiper-slider-3 .swiper-pagination .swiper-pagination-bullet:first-child {
				margin-left: 0;
			}

	@media (min-width: 768px) {
		.swiper-slider-3 .swiper-pagination {
			bottom: 50px;
		}
	}

	.swiper-bg {
		background: url("../images/swiper-bg.png");
		background-size: cover;
		background-position-y: 150px;
		background-repeat: no-repeat;
	}

		.swiper-bg .swiper-wrapper {
			background: rgba(255, 255, 255, 0.8);
		}

	@media (min-width: 992px) {
		.swiper-bg .swiper-wrapper {
			background: rgba(255, 255, 255, 0);
		}
	}

	.swiper-img-block {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: -1;
	}

	.swiper-img-block img {
		width: 100%;
	}

	@media (min-width: 768px) {
		.swiper-img-block {
			justify-content: flex-end;
		}
	}

	@media (min-width: 768px) {
		.swiper-img-block-inner {
			text-align: center;
			margin-right: 1%;
		}
	}

	@media (min-width: 1200px) {
		.swiper-img-block-inner .img-block-inner-item img {
			/*animation: move infinite 3s;*/
			will-change: transform;
		}
	}

	@keyframes move {
		0% {
			transform: rotate3d(0, 0, 0, 0deg);
		}

		50% {
			transform: rotate3d(0, 1, 0, 20deg);
		}

		100% {
			transform: rotate3d(0, 0, 0, 0deg);
		}
	}

	/*
* @subsection Google Map
* @description Describes style declarations for RD Google Map extension
* @version     1.0.0
*/
	.google-map-markers {
		display: none;
	}

	.google-map-container {
		width: 100%;
	}

	.google-map {
		height: 200px;
		width: 100%;
	}

	@media (min-width: 768px) {
		.google-map {
			height: 300px;
		}
	}

	@media (min-width: 1200px) {
		.google-map {
			height: 400px;
		}
	}

	.google-map-align {
		display: flex;
		min-height: 330px;
		height: auto;
	}

		.google-map-align .google-map {
			height: auto;
		}

	.gm-style-iw > div > div {
		padding-right: 10px;
		font-size: 13px;
	}

	/*
*
* Search Results
*/
	.rd-search-results-live {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-height: 600px;
		overflow-y: auto;
		margin: -3px 0 0;
		text-align: left;
		z-index: 998;
	}

		.rd-search-results-live #search-results {
			position: relative;
			padding: 16px 0 0;
			color: #343a40;
			background: #ffffff;
			opacity: 0;
			visibility: hidden;
			transform-origin: 50% 0;
			transform: scale(1, 0.9);
			transition: .3s all ease;
		}

			.rd-search-results-live #search-results::before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				pointer-events: none;
				z-index: -1;
				border: 1px solid #d7d7d7;
				border-top: 0;
			}

			.rd-search-results-live #search-results.active {
				opacity: 1;
				visibility: visible;
				transform: scale(1, 1);
			}

		.rd-search-results-live .search-quick-result {
			padding-left: 15px;
			padding-right: 15px;
			font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			line-height: 30px;
			text-transform: uppercase;
			color: #343a40;
		}

		.rd-search-results-live .search-list {
			margin-top: 11px;
		}

			.rd-search-results-live .search-list li:only-child {
				padding: 0 15px 15px;
			}

		.rd-search-results-live .search-link {
			color: #cccccc;
		}

			.rd-search-results-live .search-link:hover {
				color: #437fec;
			}

		.rd-search-results-live .search-error {
			overflow: hidden;
			font-size: 14px;
			line-height: 1.6;
			text-overflow: ellipsis;
		}

		.rd-search-results-live .search-title {
			position: relative;
			font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			color: #343a40;
		}

			.rd-search-results-live .search-title a:hover {
				color: #437fec;
			}

		.rd-search-results-live .search-list-item-all {
			margin-top: 18px;
			width: 100%;
		}

		.rd-search-results-live .search-submit {
			position: relative;
			overflow: hidden;
			z-index: 0;
			display: block;
			padding: 8px;
			font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			font-size: 16px;
			font-weight: 700;
			letter-spacing: 0.03em;
			text-transform: none;
			text-align: center;
			color: #ffffff;
			background: #437fec;
		}

			.rd-search-results-live .search-submit:hover {
				color: #ffffff;
				background: #1a33ac;
			}

		.rd-search-results-live .match {
			display: none;
		}

	.not-empty ~ .rd-search-results-live {
		visibility: visible;
		opacity: 1;
	}

	.rd-search-results-live p {
		font-size: 11px;
	}

		.rd-search-results-live p * {
			margin: 0;
		}

	.rd-search-results-live .search-list-item {
		padding: 0 15px;
	}

	.rd-search-results-live * + p {
		margin-top: 5px;
	}

	.rd-search-results-live .search-list-item + .search-list-item {
		margin-top: 17px;
	}

	.rd-search-results .search-list {
		counter-reset: li;
		text-align: left;
		padding-left: 0;
		font-size: 18px;
		list-style-type: none;
		overflow: hidden;
	}

		.rd-search-results .search-list li div {
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 100%;
			white-space: nowrap;
		}

		.rd-search-results .search-list li:only-child::before {
			display: none;
		}

	.rd-search-results .search-list-item {
		position: relative;
		padding-left: 40px;
		font-size: 14px;
		color: #9b9b9b;
	}

		.rd-search-results .search-list-item::before {
			content: counter(li, decimal-leading-zero) ".";
			counter-increment: li;
			position: absolute;
			left: 0;
			top: 0;
			font-size: 14px;
			line-height: inherit;
			font-weight: 300;
			color: #000000;
		}

		.rd-search-results .search-list-item + .search-list-item {
			margin-top: 40px;
		}

	.rd-search-results .search-title {
		font-size: 16px;
		color: #000000;
	}

	.rd-search-results .search {
		color: #ffffff;
		padding: 0 .25em;
		background: #437fec;
	}

	.rd-search-results .match {
		padding: 5px;
		font-size: 12px;
		line-height: 1.7;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: #000000;
	}

		.rd-search-results .match em {
			margin: 0;
			font-style: normal;
		}

	.rd-search-results p * {
		margin: 0;
	}

	.rd-search-results * + .match {
		margin-top: 10px;
	}

	@media (min-width: 768px) {
		.rd-search-results .search-title {
			font-size: 18px;
		}

		.rd-search-results .search-list-item::before {
			top: -1px;
			font-size: 16px;
		}

		.rd-search-results * + p {
			margin-top: 12px;
		}
	}

	@media (min-width: 992px) {
		.rd-search-results .search-list-item {
			padding-left: 40px;
		}
	}

	* + .rd-search-results {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .rd-search-results {
			margin-top: 55px;
		}
	}

	.rd-search-classic {
		position: relative;
	}

		.rd-search-classic .form-input {
			padding-right: 50px;
		}

		.rd-search-classic .form-input,
		.rd-search-classic .form-label {
			letter-spacing: 0;
		}

		.rd-search-classic .rd-search-submit {
			background: none;
			border: none;
			display: inline-block;
			padding: 0;
			outline: none;
			outline-offset: 0;
			cursor: pointer;
			-webkit-appearance: none;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 50px;
			padding-top: 3px;
			padding-right: 2px;
			margin: 0;
			text-align: center;
			color: #cccccc;
			font-size: 0;
			line-height: 0;
		}

			.rd-search-classic .rd-search-submit::-moz-focus-inner {
				border: none;
				padding: 0;
			}

			.rd-search-classic .rd-search-submit:before {
				position: relative;
				top: -1px;
				content: '\e014';
				font: 400 20px 'fl-chapps';
				line-height: 1;
				transition: .33s all ease;
			}

			.rd-search-classic .rd-search-submit:hover {
				color: #437fec;
			}

	.rd-search.rd-search-inline {
		position: relative;
	}

		.rd-search.rd-search-inline .form-input {
			padding-right: 48px;
		}

		.rd-search.rd-search-inline .button-link {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 48px;
			right: 0;
			margin: 0;
			font-size: 21px;
			color: #cccccc;
			transition: .33s;
		}

			.rd-search.rd-search-inline .button-link::before {
				display: block;
				margin: auto;
			}

			.rd-search.rd-search-inline .button-link:hover {
				color: #437fec;
			}

		.rd-search.rd-search-inline.form-sm .form-input {
			padding-right: 40px;
		}

		.rd-search.rd-search-inline.form-sm .button-link {
			width: 40px;
			font-size: 18px;
		}

		.rd-search.rd-search-inline.form-lg .form-input {
			padding-right: 56px;
		}

		.rd-search.rd-search-inline.form-lg .button-link {
			width: 56px;
		}

	/*
*
* Isotope
*/
	@keyframes sprite-animation {
		from {
			background-position: 0 0;
		}
	}

	[data-isotope-layout] {
		z-index: 0;
		display: block;
		min-height: 160px;
		margin-left: -15px;
		margin-right: -15px;
		transition: .4s all ease;
	}

		[data-isotope-layout]:after {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 64px;
			height: 64px;
			margin-top: 15px;
			background-image: url("../images/isotope-loader.png");
			background-position: -1152px 0;
			animation: 0.7s sprite-animation steps(18) infinite;
			transition: .4s all ease;
			transform: translate3d(-50%, -50%, 0);
		}

		[data-isotope-layout] .row > [class*="col-"] {
			margin-top: 30px;
		}

		[data-isotope-layout] .row-narrow {
			margin-bottom: -30px;
		}

			[data-isotope-layout] .row-narrow > [class*="col-"] {
				margin-top: 30px;
			}

		[data-isotope-layout] .row-condensed {
			margin-bottom: 0;
		}

			[data-isotope-layout] .row-condensed > [class*="col-"] {
				margin-top: 0;
			}

		[data-isotope-layout] [class*="col-"] {
			display: block;
			opacity: 0;
			will-change: transform;
			backface-visibility: hidden;
			transition: .1s opacity ease-in;
		}

	@media (max-width: 767px) {
		[data-isotope-layout] [class*="col-"] {
			max-width: 100%;
		}
	}

	[data-isotope-layout].isotope--loaded [class*="col-"] {
		opacity: 1;
	}

	[data-isotope-layout].isotope--loaded:after {
		opacity: 0;
		visibility: hidden;
	}

	.isotope-filters-toggle {
		display: none;
	}

	.isotope-filters > * {
		margin-top: 0;
		vertical-align: middle;
	}

	.isotope-filters .inline-list {
		position: relative;
		word-spacing: 0;
	}

		.isotope-filters .inline-list li {
			display: inline-block;
		}

		.isotope-filters .inline-list a {
			position: relative;
			transition: .3s;
			color: #cccccc;
		}

		.isotope-filters .inline-list .isotope-filters-trigger {
			display: none;
		}

	@media (max-width: 767px) {
		.isotope-filters-list {
			text-align: center;
		}

			.isotope-filters-list > li > a {
				display: block;
				padding: 3px 15px;
				background: #437fec;
				color: #ffffff;
				border-radius: 40px;
			}

				.isotope-filters-list > li > a:hover, .isotope-filters-list > li > a:focus, .isotope-filters-list > li > a.active {
					background: #2840b9;
				}

			.isotope-filters-list > li + li {
				margin-top: 1px;
			}
	}

	@media (min-width: 768px) {
		.isotope-filters-line .isotope-filters-list {
			border-bottom: 1px solid rgba(52, 58, 64, 0.1);
		}

			.isotope-filters-line .isotope-filters-list > li {
				display: inline-block;
				margin-right: 25px;
			}

				.isotope-filters-line .isotope-filters-list > li:last-child {
					margin-right: 0;
				}

				.isotope-filters-line .isotope-filters-list > li > a {
					display: block;
					margin-bottom: -1px;
					padding-bottom: 6px;
					color: #828590;
					border-bottom: 1px solid transparent;
				}

					.isotope-filters-line .isotope-filters-list > li > a:hover, .isotope-filters-line .isotope-filters-list > li > a:focus, .isotope-filters-line .isotope-filters-list > li > a.active {
						color: #437fec;
						border-bottom: 1px solid #437fec;
					}

		.isotope-inline-filters .isotope-filters-list {
			display: inline-block;
		}
	}

	.isotope-filters-modern .inline-list {
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -10px;
		margin-right: -10px;
	}

		.isotope-filters-modern .inline-list > * {
			margin-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
		}

		.isotope-filters-modern .inline-list > li {
			font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			font-size: 18px;
		}

		.isotope-filters-modern .inline-list a {
			position: relative;
			padding-bottom: 10px;
		}

			.isotope-filters-modern .inline-list a::after {
				content: '';
				position: absolute;
				left: 0;
				bottom: 0;
				width: 0;
				height: 2px;
				transition: .4s;
				background: #437fec;
			}

			.isotope-filters-modern .inline-list a:hover {
				color: #437fec;
			}

			.isotope-filters-modern .inline-list a.active::after {
				width: 100%;
			}

	@media (min-width: 992px) {
		.isotope-filters-modern .inline-list {
			transform: translate3d(0, -10px, 0);
			margin-bottom: -10px;
			margin-left: -23px;
			margin-right: -23px;
		}

			.isotope-filters-modern .inline-list > * {
				margin-top: 10px;
				padding-left: 23px;
				padding-right: 23px;
			}
	}

	.isotope-modern-wrap [class*='col'] {
		margin-top: 30px;
	}

	@media (max-width: 767px) {
		.isotope-modern-wrap [class*='col'] {
			width: 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 992px) {
		html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
			margin-top: 0;
		}
	}

	.isotope-condensed {
		margin-left: 0;
		margin-right: 0;
	}

		.isotope-condensed .row > * {
			margin-top: -1px;
			margin-bottom: -1px;
		}

	* + .isotope {
		margin-top: 0;
	}

	* + .isotope-condensed {
		margin-top: 30px;
	}

	@media (max-width: 991px) {
		.isotope-condensed {
			padding: 0 0 30px;
			margin-left: 0;
			margin-right: 0;
		}

			.isotope-condensed .row.row-condensed > [class*='col'] {
				padding-left: 10px;
				padding-right: 10px;
			}

				.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
					margin-top: 25px;
				}
	}

	@media (min-width: 768px) {
		* + .isotope {
			margin-top: 28px;
		}

		* + .isotope-condensed {
			margin-top: 50px;
		}
	}

	.tabs-custom .nav-tabs {
		font-size: 0;
		line-height: 0;
		word-spacing: 0;
		border: 0;
	}

		.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
			display: none;
		}

	.tabs-custom .nav-tabs-inline {
		display: inline-flex;
	}

	.tabs-custom .nav-item {
		float: none;
		border: 0;
		cursor: pointer;
		transition: .33s all ease;
	}

	.tabs-custom .nav-link {
		margin: 0;
		border-radius: 0;
		border: 0;
	}

		.tabs-custom .nav-link.active {
			cursor: default;
		}

	.tab-content > .tab-pane {
		display: block;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}

	.tab-content > .active {
		visibility: visible;
		height: auto;
		overflow: visible;
	}

	* + .tabs-horizontal.tabs-corporate {
		margin-top: 25px;
	}

	* + .tabs-vertical.tabs-corporate {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .tabs-vertical.tabs-corporate {
			margin-top: 60px;
		}
	}

	@media (min-width: 1200px) {
		* + .tabs-vertical.tabs-corporate {
			margin-top: 80px;
		}
	}

	.tabs-line .nav-tabs {
		position: relative;
	}

	.tabs-line .nav-link {
		font-size: 14px;
		font-weight: inherit;
		line-height: 1.71429;
		text-align: center;
		vertical-align: middle;
	}

	.tabs-line * + .tab-content {
		margin-top: 20px;
	}

	@media (max-width: 991px) {
		.tabs-line .nav-tabs {
			max-width: 100%;
			border-bottom: 1px solid #e5e7e9;
		}

		.tabs-line .nav-item {
			margin-bottom: -1px;
		}

		.tabs-line .nav-link {
			padding: 7px 10px;
			color: #6e7882;
			background: transparent;
			border-bottom: 1px solid #e5e7e9;
		}

			.tabs-line .nav-link:hover,
			.tabs-line .nav-link.active {
				color: #437fec;
				background: transparent;
				border-color: #437fec;
			}
	}

	.bg-primary-dark .tabs-horizontal.tabs-line .nav-tabs {
		border-color: rgba(244, 247, 255, 0.3);
	}

	.bg-primary-dark .tabs-horizontal.tabs-line .nav-link {
		color: #828590;
		border-color: transparent;
	}

		.bg-primary-dark .tabs-horizontal.tabs-line .nav-link:after {
			background: #1a33ac;
		}

		.bg-primary-dark .tabs-horizontal.tabs-line .nav-link:hover, .bg-primary-dark .tabs-horizontal.tabs-line .nav-link.active {
			color: #1a33ac;
		}

	@media (min-width: 768px) {
		.tabs-horizontal.tabs-line .nav-tabs {
			border: 0;
			border-bottom: 1px solid #d7d7d7;
		}

		.tabs-horizontal.tabs-line .nav-item {
			display: inline-block;
		}

			.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
				margin-right: 28px;
			}

		.tabs-horizontal.tabs-line .nav-link {
			position: relative;
			padding: 0 0 7px 0;
			background-color: transparent;
			color: #828590;
			border: 0;
		}

			.tabs-horizontal.tabs-line .nav-link::after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				height: 1px;
				width: 0;
				background: #437fec;
				transition: .22s ease;
			}

			.tabs-horizontal.tabs-line .nav-link.active,
			.tabs-horizontal.tabs-line .nav-link:hover {
				color: #437fec;
			}

				.tabs-horizontal.tabs-line .nav-link.active::after {
					width: 100%;
				}

		.tabs-horizontal.tabs-line * + .tab-content {
			margin-top: 25px;
		}

		.tabs-vertical {
			display: flex;
			align-items: stretch;
		}

			.tabs-vertical .nav-tabs {
				display: flex;
				flex-direction: column;
				align-items: stretch;
				flex-shrink: 0;
				max-width: 50%;
				min-width: 100px;
			}

			.tabs-vertical .nav-item {
				border: 0;
				width: 100%;
				text-align: left;
			}

			.tabs-vertical .tab-content {
				flex-grow: 1;
			}

			.tabs-vertical.tabs-line .nav-tabs {
				border: 0;
				border-right: 1px solid #d7d7d7;
			}

			.tabs-vertical.tabs-line .nav-item {
				display: block;
			}

				.tabs-vertical.tabs-line .nav-item:not(:last-child) {
					margin-bottom: 16px;
				}

			.tabs-vertical.tabs-line .nav-link {
				position: relative;
				padding: 0 20px 0 0;
				background-color: transparent;
				color: #828590;
				border: 0;
			}

				.tabs-vertical.tabs-line .nav-link::after {
					content: '';
					position: absolute;
					bottom: 0;
					right: -1px;
					height: 0;
					width: 1px;
					background: #437fec;
					transition: .22s ease;
				}

				.tabs-vertical.tabs-line .nav-link.active,
				.tabs-vertical.tabs-line .nav-link:hover {
					color: #437fec;
				}

					.tabs-vertical.tabs-line .nav-link.active::after {
						height: 100%;
					}

			.tabs-vertical.tabs-line .tab-content {
				margin-top: 0;
				margin-left: 25px;
			}
	}

	.card-group-custom {
		margin-bottom: 0;
	}

		.card-group-custom .card-header + .collapse > .card-body,
		.card-group-custom .card-header + .collapse > .list-group {
			border-top: 0;
		}

		.card-group-custom .card + .card {
			margin-top: 0;
		}

	.card-custom {
		display: block;
		margin: 0;
		background: inherit;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: left;
		border-top: 1px solid #aeb1be;
	}

		.card-custom:last-child {
			border-bottom: 1px solid #aeb1be;
		}

		.card-custom a {
			display: block;
		}

		.card-custom .card-header {
			padding: 0;
			border-bottom: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			background: transparent;
		}

		.card-custom .card-body {
			padding: 0;
			border: 0;
		}

	* + .card-group-custom {
		margin-top: 20px;
	}

	@media (min-width: 1200px) {
		* + .card-group-custom {
			margin-top: 41px;
		}
	}

	@media (min-width: 1600px) {
		* + .card-group-custom {
			margin-top: 50px;
		}
	}

	.card-corporate {
		text-align: left;
	}

		.card-corporate .card-title {
			margin-bottom: 0;
		}

			.card-corporate .card-title a,
			.card-corporate .card-body {
				background: transparent;
			}

			.card-corporate .card-title a {
				position: relative;
				z-index: 1;
				padding: 21px 20px 21px 40px;
				font-size: 16px;
				line-height: 1.25;
				letter-spacing: 0;
				color: #343a40;
				transition: 1.3s all ease;
			}

				.card-corporate .card-title a .card-arrow:after {
					opacity: 0;
					visibility: hidden;
				}

				.card-corporate .card-title a.collapsed .card-arrow:after {
					opacity: 1;
					visibility: visible;
				}

				.card-corporate .card-title a:hover {
					color: #a371f7;
				}

		.card-corporate .card-arrow {
			position: absolute;
			top: 50%;
			left: 10px;
			z-index: 2;
			width: 18px;
			height: 18px;
			background: #437fec;
			border-radius: 2px;
			transform: translateY(-50%);
			transition: .33s all ease;
		}

			.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
				content: '';
				position: absolute;
				top: 50%;
				z-index: 4;
				transform: translateY(-50%);
				background: #ffffff;
			}

			.card-corporate .card-arrow::before {
				width: 12px;
				height: 2px;
				left: 3px;
			}

			.card-corporate .card-arrow::after {
				width: 2px;
				height: 12px;
				left: 8px;
			}

		.card-corporate .collapse {
			position: relative;
			z-index: 1;
			color: #6e7882;
			border-radius: 0 0 2px 2px;
		}

		.card-corporate .card-body {
			padding: 0 44px 25px 40px;
		}

	@media (min-width: 768px) {
		.card-corporate .card-title a {
			padding: 15px 82px 15px 79px;
			font-size: 20px;
		}

		.card-corporate .card-arrow {
			left: 31px;
		}

		.card-corporate .card-body {
			padding: 0 44px 25px 80px;
		}
	}

	/*
*
* Tooltop Custom
*/
	.tooltip {
		font-size: 14px;
		line-height: 1.2;
		z-index: 1000;
	}

		.tooltip .tooltip-inner {
			padding: 8px 24px;
		}

	/*
*
* Counter
*/
	.counter-statistics {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	@media (min-width: 1200px) {
		.counter-statistics {
			margin-top: 20px;
		}
	}

	.counter-statistics .counter {
		line-height: 24px;
	}

	@media (min-width: 576px) {
		.counter-statistics--left .counter-item {
			text-align: left;
		}
	}

	.counter-item {
		width: 100%;
		text-align: center;
		font-size: 60px;
		font-weight: 100;
		line-height: 50px;
		margin-top: 30px;
	}

	@media (min-width: 576px) {
		.counter-item {
			flex: 0 0 50%;
			width: 50%;
		}
	}

	.counter-title {
		font-size: 14px;
		font-weight: 700;
	}

	.counter-boxed {
		padding: 15px;
		border-radius: 6px;
		background: #ffffff;
	}

		.counter-boxed > * + * {
			margin-top: 10px;
		}

		.counter-boxed .counter-boxed-top {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
		}

		.counter-boxed .counter-boxed-media {
			max-width: 46%;
			padding-top: 5px;
			padding-right: 15px;
		}

			.counter-boxed .counter-boxed-media .icon {
				color: #437fec;
				font-size: 80px;
			}

		.counter-boxed .counter-wrap > * {
			display: inline;
			font-weight: 700;
		}

		.counter-boxed .subtitle,
		.counter-boxed .exeption {
			color: #828590;
		}

	@media (min-width: 992px) {
		.counter-boxed .counter-boxed-media {
			padding-top: 10px;
			padding-right: 20px;
		}
	}

	@media (min-width: 1200px) {
		.counter-boxed > * + * {
			margin-top: 19px;
		}
	}

	@media (min-width: 1600px) {
		.counter-boxed {
			padding: 33px 44px 40px;
		}

			.counter-boxed > * + * {
				margin-top: 24px;
			}

			.counter-boxed .counter-boxed-media {
				max-width: 46%;
				padding-top: 14px;
				padding-right: 21px;
			}
	}

	.bg-default .counter-boxed {
		background: #f4f7ff;
	}

	/*
* Counter vertical
*/
	.counter-vertical {
		border-radius: 6px;
		background: #f4f7ff;
	}

		.counter-vertical .counter-wrap > * {
			display: inline;
			font-weight: 700;
		}

		.counter-vertical .subtitle,
		.counter-vertical .exeption {
			color: #828590;
		}

		.counter-vertical * + .subtitle {
			margin-top: 8px;
		}

		.counter-vertical * + .counter-wrap {
			margin-top: -1px;
		}

		.counter-vertical * + .title {
			margin-top: 1px;
		}

		.counter-vertical * + .divider {
			margin-top: 12px;
		}

		.counter-vertical * + .exeption {
			margin-top: 16px;
		}

	@media (min-width: 1200px) {
		.counter-vertical {
			padding: 0 36px;
		}

			.counter-vertical * + .subtitle {
				margin-top: 13px;
			}

			.counter-vertical * + .divider {
				margin-top: 19px;
			}

			.counter-vertical * + .exeption {
				margin-top: 26px;
			}
	}

	@media (min-width: 1600px) {
		.counter-vertical {
			padding: 0 44px;
		}

			.counter-vertical * + .subtitle {
				margin-top: 16px;
			}

			.counter-vertical * + .divider {
				margin-top: 24px;
			}

			.counter-vertical * + .exeption {
				margin-top: 32px;
			}
	}

	/*
* Counter minimal
*/
	.counter-minimal .counter-wrap > * {
		display: inline;
		font-weight: 700;
	}

	/*
*
* Progress Bars
*/
	.progress-linear {
		position: relative;
		text-align: left;
	}

		.progress-linear .progress-header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			transform: translate3d(0, -10px, 0);
			margin-bottom: -10px;
			margin-left: -5px;
			margin-right: -5px;
		}

			.progress-linear .progress-header > * {
				margin-top: 10px;
				padding-left: 5px;
				padding-right: 5px;
			}

		.progress-linear .progress-bar-linear-wrap {
			height: 2px;
			background: #f4f7ff;
		}

		.progress-linear .progress-bar-linear {
			width: 0;
			height: inherit;
			background: #437fec;
			transition: .5s all ease-in-out;
		}

		.progress-linear .progress-value::after {
			content: "%";
		}

	.bg-gray-dark .progress-linear .progress-value, .bg-primary .progress-linear .progress-value, .bg-primary-dark .progress-linear .progress-value, .bg-primary-gradient .progress-linear .progress-value, .swiper-slide .progress-linear .progress-value {
		font-weight: 100;
	}

	* + .progress-linear-wrap {
		margin-top: 20px;
	}

	* + .progress-bar-linear-wrap {
		margin-top: 8px;
	}

	p + .progress-linear-wrap {
		margin-top: 12px;
	}

	.progress-linear + .progress-linear {
		margin-top: 15px;
	}

	@media (min-width: 992px) {
		* + .progress-linear-wrap {
			margin-top: 46px;
		}

		p + .progress-linear-wrap {
			margin-top: 35px;
		}

		.progress-linear + .progress-linear {
			margin-top: 20px;
		}
	}

	.bg-gray-dark .progress-linear .progress-bar-linear-wrap, .bg-primary .progress-linear .progress-bar-linear-wrap, .bg-primary-dark .progress-linear .progress-bar-linear-wrap, .bg-primary-gradient .progress-linear .progress-bar-linear-wrap, .swiper-slide .progress-linear .progress-bar-linear-wrap {
		background: #5428a4;
	}

	.bg-gray-dark .progress-linear .progress-bar-linear, .bg-primary .progress-linear .progress-bar-linear, .bg-primary-dark .progress-linear .progress-bar-linear, .bg-primary-gradient .progress-linear .progress-bar-linear, .swiper-slide .progress-linear .progress-bar-linear {
		background: #1a33ac;
	}

	.bg-gray-100 .progress-linear .progress-bar-linear-wrap {
		background: rgba(0, 0, 0, 0.05);
	}

	/*
*
* Circle Progress Bars
*/
	.progress-bar-circle {
		display: inline-block;
		position: relative;
		text-align: center;
		line-height: 1.2;
	}

		.progress-bar-circle canvas {
			vertical-align: middle;
		}

		.progress-bar-circle span {
			position: absolute;
			top: 50%;
			left: 51%;
			font-size: 20px;
			font-weight: 700;
			line-height: 20px;
			transform: translate(-50%, -50%);
			color: #343a40;
		}

			.progress-bar-circle span::after {
				content: "%";
			}

	.progress-bar-circle-title {
		font-size: 14px;
		letter-spacing: .05em;
	}

	* + .progress-bar-circle-title {
		margin-top: 12px;
	}

	@media (min-width: 1200px) {
		* + .progress-bar-circle-title {
			margin-top: 17px;
		}
	}

	.bg-gray-dark .progress-bar-circle span, .bg-primary .progress-bar-circle span, .bg-primary-dark .progress-bar-circle span, .bg-primary-gradient .progress-bar-circle span, .swiper-slide .progress-bar-circle span {
		color: #ffffff;
	}

	/*
*
* Time Circles
*/
	.time_circles {
		position: relative;
		width: 100%;
	}

		.time_circles > div {
			position: absolute;
			top: 0 !important;
			bottom: 0;
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: center;
			margin-top: -10px;
			text-align: center;
		}

	@media (min-width: 1200px) {
		#DateCountdown {
			width: 100%;
		}
	}

	.time_circles > div > h4 {
		position: absolute;
		left: 0;
		top: calc(100% + 10px);
		right: 0;
		transform: translateY(-100%);
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 100;
		font-size: 13px !important;
		line-height: 1.2 !important;
		color: #828590;
	}

		.time_circles > div > h4 + * {
			margin-top: 0;
		}

	.bg-gray-dark .time_circles > div > h4, .bg-primary .time_circles > div > h4, .bg-primary-dark .time_circles > div > h4, .bg-primary-gradient .time_circles > div > h4, .swiper-slide .time_circles > div > h4 {
		color: #ffffff;
	}

	.time_circles > div > span {
		display: block;
		text-align: center;
		letter-spacing: 0;
		font-size: 20px !important;
		font-weight: 400;
		line-height: 1 !important;
		color: #111111;
	}

	.bg-gray-dark .time_circles > div > span, .bg-primary .time_circles > div > span, .bg-primary-dark .time_circles > div > span, .bg-primary-gradient .time_circles > div > span, .swiper-slide .time_circles > div > span {
		color: #ffffff;
	}

	.countdown-wrap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	* + .countdown-wrap {
		margin-top: 20px;
	}

	.countdown-wrap + .button {
		margin-top: 40px;
	}

	@media (min-width: 1200px) {
		* + .countdown-wrap {
			margin-top: 45px;
		}
	}

	/*
* jQuery mousewheel plugin
*/
	/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
	.mCustomScrollbar {
		-ms-touch-action: pinch-zoom;
		touch-action: pinch-zoom;
		/* direct pointer events to js */
	}

		.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
			-ms-touch-action: auto;
			touch-action: auto;
		}

	.mCustomScrollBox {
		/* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container {
		/* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}

	/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
	.mCSB_inside > .mCSB_container {
		margin-right: 30px;
	}

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
		margin-right: 0;
	}

	/* non-visible scrollbar */
	.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container {
		/* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

		.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
			margin-left: 0;
		}

	/* RTL direction/left-side scrollbar */
	.mCSB_scrollTools {
		/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools {
		right: -26px;
	}

	/* scrollbar position: outside */
	.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_scrollTools,
	.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
		/* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

	.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
		left: -26px;
	}

	/* RTL direction/left-side scrollbar (scrollbar position: outside) */
	.mCSB_scrollTools .mCSB_draggerContainer {
		/* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer {
		margin: 20px 0;
	}

	.mCSB_scrollTools .mCSB_draggerRail {
		width: 16px;
		height: 100%;
		margin: 0 auto;
		border-radius: 0;
	}

	.mCSB_scrollTools .mCSB_dragger {
		/* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px;
		/* minimum dragger height */
		z-index: 1;
	}

		.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
			/* the dragger element */
			position: relative;
			width: 16px;
			height: 100%;
			margin: 0 auto;
			border-radius: 0;
			text-align: center;
		}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
		width: 12px;
		/* auto-expanded scrollbar */
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
		width: 8px;
		/* auto-expanded scrollbar */
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown {
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown {
		bottom: 0;
	}

	/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
	.mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.mCSB_horizontal.mCSB_outside > .mCSB_container {
		min-height: 100%;
	}

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
		margin-bottom: 0;
	}

	/* non-visible scrollbar */
	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		bottom: -26px;
	}

	/* scrollbar position: outside */
	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
		margin: 0 20px;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
		width: 30px;
		/* minimum dragger width */
		height: 100%;
		left: 0;
	}

		.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
			width: 100%;
			height: 4px;
			margin: 6px auto;
		}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
		height: 12px;
		/* auto-expanded scrollbar */
		margin: 2px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
		height: 8px;
		/* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
		right: 0;
	}

	/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
	.mCSB_container_wrapper {
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

		.mCSB_container_wrapper > .mCSB_container {
			padding-right: 30px;
			padding-bottom: 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
		bottom: 20px;
	}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		right: 20px;
	}

	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
		bottom: 0;
	}

	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		right: 0;
	}

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		left: 20px;
	}

	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		left: 0;
	}

	.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container_wrapper {
		/* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
		padding-right: 0;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
		padding-bottom: 0;
	}

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
		margin-right: 0;
		/* non-visible scrollbar */
		margin-left: 0;
	}

	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
		margin-bottom: 0;
	}

	/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight {
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
	/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
	/* default theme ("light") */
	.mCSB_scrollTools .mCSB_draggerRail {
		background-color: transparent;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #f2f3f8;
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
		background-color: #d1d4e6;
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight {
		background-image: url(../images/mCSB_buttons.png);
		/* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4;
	}

	.mCSB_scrollTools .mCSB_buttonUp {
		background-position: 0 0;
	}

	.mCSB_scrollTools .mCSB_buttonDown {
		background-position: 0 -20px;
	}

	.mCSB_scrollTools .mCSB_buttonLeft {
		background-position: 0 -40px;
	}

	.mCSB_scrollTools .mCSB_buttonRight {
		background-position: 0 -56px;
	}

		.mCSB_scrollTools .mCSB_buttonUp:hover,
		.mCSB_scrollTools .mCSB_buttonDown:hover,
		.mCSB_scrollTools .mCSB_buttonLeft:hover,
		.mCSB_scrollTools .mCSB_buttonRight:hover {
			opacity: 0.75;
		}

		.mCSB_scrollTools .mCSB_buttonUp:active,
		.mCSB_scrollTools .mCSB_buttonDown:active,
		.mCSB_scrollTools .mCSB_buttonLeft:active,
		.mCSB_scrollTools .mCSB_buttonRight:active {
			opacity: 0.9;
		}

	/* theme: "dark" */
	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
		background-color: #000000;
		background-color: rgba(0, 0, 0, 0.15);
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #000000;
		background-color: rgba(0, 0, 0, 0.75);
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
		background-color: rgba(0, 0, 0, 0.85);
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
		background-color: rgba(0, 0, 0, 0.9);
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
		background-position: -80px 0;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
		background-position: -80px -20px;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
		background-position: -80px -40px;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
		background-position: -80px -56px;
	}

	/*
*
* Owl Carousel
*/
	.owl-carousel .animated {
		animation-duration: 1000ms;
		animation-fill-mode: both;
	}

	.owl-carousel .owl-animated-in {
		z-index: 0;
	}

	.owl-carousel .owl-animated-out {
		z-index: 1;
	}

	.owl-carousel .fadeOut {
		animation-name: fadeOut;
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	/* 
 * 	Owl Carousel - Auto Height Plugin
 */
	.owl-height {
		transition: height 500ms ease-in-out;
	}

	/* 
 *  Core Owl Carousel CSS File
 */
	.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 {
		margin-top: 30px;
	}

	@media (min-width: 1200px) {
		h2 + .owl-carousel {
			margin-top: 43px;
		}

		h2 + .owl-carousel-1,
		h2 + .owl-carousel-3 {
			margin-top: 59px;
		}
	}

	@media (min-width: 1600px) {
		h2 + .owl-carousel {
			margin-top: 53px;
		}

		h2 + .owl-carousel-1,
		h2 + .owl-carousel-3 {
			margin-top: 72px;
		}
	}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
	}

		.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);
	}

	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel .owl-controls .owl-nav .owl-next,
	.owl-carousel .owl-controls .owl-dot {
		cursor: pointer;
		user-select: none;
	}

	.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 {
		display: none;
	}

	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}

	.owl-carousel .owl-grab {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab;
	}

	.owl-carousel.owl-rtl {
		direction: rtl;
	}

		.owl-carousel.owl-rtl .owl-item {
			float: right;
		}

	/* No Js */
	.no-js .owl-carousel {
		display: block;
	}

	/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		transition: opacity 400ms ease;
	}

	/* 
 * 	Owl Carousel - Video Plugin
 */
	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000000;
	}

	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		font: 400 40px/80px 'FontAwesome';
		cursor: pointer;
		z-index: 1;
		transition: scale 100ms ease;
	}

		.owl-carousel .owl-video-play-icon:before {
			content: '\f144';
		}

		.owl-carousel .owl-video-play-icon:hover {
			transform: scale(1.3);
		}

	.owl-carousel .owl-video-playing .owl-video-tn,
	.owl-carousel .owl-video-playing .owl-video-play-icon {
		display: none;
	}

	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity 400ms ease;
	}

	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
	}

	/*
 * Owl Navigation
 */
	.owl-nav.disabled {
		display: none;
	}

	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 48px;
		height: 48px;
		overflow: hidden;
		line-height: 48px;
		text-align: center;
		transform: translateY(-50%);
		font: 400 40px/48px "Material Design Icons";
		color: #828590;
		background: transparent;
		border-radius: 50%;
		transition: .3s;
		cursor: pointer;
	}

		.owl-prev:after,
		.owl-next:after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: -1;
			background: linear-gradient(to bottom, transparent, #437fec);
			opacity: 0;
			transition: inherit;
		}

		.owl-prev:hover,
		.owl-next:hover {
			color: #ffffff;
			background: #a371f7;
		}

			.owl-prev:hover:after,
			.owl-next:hover:after {
				opacity: 1;
			}

	.owl-prev {
		left: 0;
	}

		.owl-prev::before {
			content: '\f237';
		}

	.owl-next {
		right: 0;
	}

		.owl-next::before {
			content: '\f238';
		}

	/*
 * Owl Pagination
 */
	.owl-dots {
		text-align: center;
		margin-top: 20px;
	}

		.owl-dots.disabled {
			display: none;
		}

	.owl-dot {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		outline: none;
		cursor: pointer;
		background-color: rgba(67, 127, 236, 0.4);
		transition: .2s;
	}

		.owl-dot:only-child {
			display: none;
		}

		.owl-dot:hover, .owl-dot:focus {
			background-color: #437fec;
		}

		.owl-dot.active {
			background-color: #437fec;
		}

	@media (min-width: 1200px) {
		.owl-dots {
			margin-top: 52px;
		}

		.owl-dot {
			margin-left: 15px;
			margin-right: 15px;
		}
	}

	.owl-carousel.owl-carousel-light-dots .owl-dot {
		border-color: #ffffff;
	}

		.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
			background-color: #ffffff;
		}

		.owl-carousel.owl-carousel-light-dots .owl-dot.active {
			background-color: #ffffff;
		}

	@media (max-width: 767px) {
		.owl-carousel-1 .owl-nav {
			display: none;
		}
	}

	@media (min-width: 768px) {
		.owl-carousel-1 {
			padding: 0 100px;
		}

			.owl-carousel-1 .owl-prev {
				left: 20px;
			}

			.owl-carousel-1 .owl-next {
				right: 20px;
			}

			.owl-carousel-1 .owl-dots {
				display: none;
			}
	}

	@media (min-width: 1200px) {
		.owl-carousel-1 {
			padding: 0 210px;
		}

			.owl-carousel-1 .owl-prev {
				left: 80px;
			}

			.owl-carousel-1 .owl-next {
				right: 80px;
			}
	}

	@media (min-width: 576px) {
		.owl-carousel-2 .owl-dots {
			position: absolute;
			bottom: 10px;
			right: 9px;
			margin: 0;
		}

		.owl-carousel-2 .owl-dot {
			display: block;
			margin-left: 0;
			margin-right: 0;
		}

			.owl-carousel-2 .owl-dot + .owl-dot {
				margin-top: 13px;
			}

		.owl-carousel-2 .quote-meta {
			padding-right: 15px;
		}
	}

	/** @section Lightgallery styles */
	.lg-sub-html, .lg-toolbar {
		background-color: rgba(0, 0, 0, 0.45);
	}

	@font-face {
		font-family: lg;
		src: url(../fonts/lg.eot?n1z373);
		src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
		font-weight: 400;
		font-style: normal;
	}

	.lg-icon {
		font-family: lg;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.lg-actions .lg-next, .lg-actions .lg-prev {
		background-color: rgba(0, 0, 0, 0.45);
		border-radius: 2px;
		color: #999;
		cursor: pointer;
		display: block;
		font-size: 22px;
		margin-top: -10px;
		padding: 8px 10px 9px;
		position: absolute;
		top: 50%;
		z-index: 1080;
		border: none;
		outline: 0;
	}

		.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
			pointer-events: none;
			opacity: .5;
		}

		.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
			color: #FFF;
		}

	.lg-actions .lg-next {
		right: 20px;
	}

		.lg-actions .lg-next:before {
			content: "\e095";
		}

	.lg-actions .lg-prev {
		left: 20px;
	}

		.lg-actions .lg-prev:after {
			content: "\e094";
		}

	@-webkit-keyframes lg-right-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: -30px;
		}
	}

	@-moz-keyframes lg-right-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: -30px;
		}
	}

	@-ms-keyframes lg-right-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: -30px;
		}
	}

	@keyframes lg-right-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: -30px;
		}
	}

	@-webkit-keyframes lg-left-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: 30px;
		}
	}

	@-moz-keyframes lg-left-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: 30px;
		}
	}

	@-ms-keyframes lg-left-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: 30px;
		}
	}

	@keyframes lg-left-end {
		0%, 100% {
			left: 0;
		}

		50% {
			left: 30px;
		}
	}

	.lg-outer.lg-right-end .lg-object {
		-webkit-animation: lg-right-end .3s;
		-o-animation: lg-right-end .3s;
		animation: lg-right-end .3s;
		position: relative;
	}

	.lg-outer.lg-left-end .lg-object {
		-webkit-animation: lg-left-end .3s;
		-o-animation: lg-left-end .3s;
		animation: lg-left-end .3s;
		position: relative;
	}

	.lg-toolbar {
		z-index: 1082;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

		.lg-toolbar .lg-icon {
			color: #999;
			cursor: pointer;
			float: right;
			font-size: 24px;
			height: 47px;
			line-height: 27px;
			padding: 10px 0;
			text-align: center;
			width: 42px;
			text-decoration: none !important;
			outline: 0;
			-webkit-transition: color .2s linear;
			-o-transition: color .2s linear;
			transition: color .2s linear;
		}

			.lg-toolbar .lg-icon:hover {
				color: #FFF;
			}

	@media (min-width: 678px) {
		.lg-toolbar .lg-icon {
			width: 50px;
		}
	}

	.lg-toolbar .lg-close:after {
		content: "\e070";
	}

	.lg-toolbar .lg-download:after {
		content: "\e0f2";
	}

	.lg-sub-html {
		bottom: 0;
		color: #EEE;
		font-size: 16px;
		left: 0;
		padding: 10px 40px;
		position: fixed;
		right: 0;
		text-align: center;
		z-index: 1080;
	}

		.lg-sub-html h4 {
			margin: 0;
			font-size: 13px;
			font-weight: 700;
		}

		.lg-sub-html p {
			font-size: 12px;
			margin: 5px 0 0;
		}

	#lg-counter {
		color: #999;
		display: inline-block;
		font-size: 16px;
		padding-left: 20px;
		padding-top: 12px;
		vertical-align: middle;
	}

	.lg-next, .lg-prev, .lg-toolbar {
		opacity: 1;
		-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	}

	.lg-hide-items .lg-prev {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	.lg-hide-items .lg-next {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	.lg-hide-items .lg-toolbar {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
		opacity: 0;
		-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}

	.lg-outer .lg-thumb-outer {
		background-color: #0D0A0A;
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 1080;
		max-height: 350px;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

		.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
			cursor: -webkit-grab;
			cursor: -moz-grab;
			cursor: -o-grab;
			cursor: -ms-grab;
			cursor: grab;
		}

		.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
			cursor: move;
			cursor: -webkit-grabbing;
			cursor: -moz-grabbing;
			cursor: -o-grabbing;
			cursor: -ms-grabbing;
			cursor: grabbing;
		}

		.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
			-webkit-transition-duration: 0s !important;
			transition-duration: 0s !important;
		}

	.lg-outer.lg-thumb-open .lg-thumb-outer {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.lg-outer .lg-thumb {
		padding: 10px 0;
		height: 100%;
		margin: auto;
		margin-bottom: -5px;
	}

	.lg-outer .lg-thumb-item {
		cursor: pointer;
		float: left;
		overflow: hidden;
		height: 100%;
		border: 2px solid #FFF;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	@media (min-width: 1025px) {
		.lg-outer .lg-thumb-item {
			-webkit-transition: border-color .25s ease;
			-o-transition: border-color .25s ease;
			transition: border-color .25s ease;
		}
	}

	/* primary */
	.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
		border-color: #437fec;
	}

	.lg-outer .lg-thumb-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.lg-outer.lg-has-thumb .lg-item {
		padding-bottom: 120px;
	}

	.lg-outer.lg-can-toggle .lg-item {
		padding-bottom: 0;
	}

	.lg-outer.lg-pull-caption-up .lg-sub-html {
		-webkit-transition: bottom .25s ease;
		-o-transition: bottom .25s ease;
		transition: bottom .25s ease;
	}

	.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
		bottom: 100px;
	}

	.lg-outer .lg-toogle-thumb {
		background-color: #0D0A0A;
		border-radius: 2px 2px 0 0;
		color: #999;
		cursor: pointer;
		font-size: 24px;
		height: 39px;
		line-height: 27px;
		padding: 5px 0;
		position: absolute;
		right: 20px;
		text-align: center;
		top: -39px;
		width: 50px;
	}

		.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
			color: #FFF;
		}

		.lg-outer .lg-toogle-thumb:after {
			content: "\e1ff";
		}

	.lg-outer .lg-video-cont {
		display: inline-block;
		vertical-align: middle;
		max-width: 1140px;
		max-height: 100%;
		width: 100%;
		padding: 0 5px;
	}

	.lg-outer .lg-video {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		position: relative;
	}

		.lg-outer .lg-video .lg-object {
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}

		.lg-outer .lg-video .lg-video-play {
			width: 84px;
			height: 59px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -42px;
			margin-top: -30px;
			z-index: 1080;
			cursor: pointer;
		}

	.lg-outer .lg-has-iframe .lg-video {
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.lg-outer .lg-has-vimeo .lg-video-play {
		background: url(../images/vimeo-play.png) no-repeat;
	}

	.lg-outer .lg-has-vimeo:hover .lg-video-play {
		background: url(../images/vimeo-play.png) 0 -58px no-repeat;
	}

	.lg-outer .lg-has-html5 .lg-video-play {
		background: url(../images/video-play.png) no-repeat;
		height: 64px;
		margin-left: -32px;
		margin-top: -32px;
		width: 64px;
		opacity: .8;
	}

	.lg-outer .lg-has-html5:hover .lg-video-play {
		opacity: 1;
	}

	.lg-outer .lg-has-youtube .lg-video-play {
		background: url(../images/youtube-play.png) no-repeat;
	}

	.lg-outer .lg-has-youtube:hover .lg-video-play {
		background: url(../images/youtube-play.png) 0 -60px no-repeat;
	}

	.lg-outer .lg-video-object {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}

	.lg-outer .lg-has-video .lg-video-object {
		visibility: hidden;
	}

	.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
		display: none;
	}

	.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
		visibility: visible;
	}

	.lg-progress-bar {
		background-color: #333;
		height: 5px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1083;
		opacity: 0;
		-webkit-transition: opacity 80ms ease 0s;
		-moz-transition: opacity 80ms ease 0s;
		-o-transition: opacity 80ms ease 0s;
		transition: opacity 80ms ease 0s;
	}

		/* primary */
		.lg-progress-bar .lg-progress {
			background-color: #437fec;
			height: 5px;
			width: 0;
		}

		.lg-progress-bar.lg-start .lg-progress {
			width: 100%;
		}

	.lg-show-autoplay .lg-progress-bar {
		opacity: 1;
	}

	.lg-autoplay-button:after {
		content: "\e01d";
	}

	.lg-show-autoplay .lg-autoplay-button:after {
		content: "\e01a";
	}

	.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}

	.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

	.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

	.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#lg-zoom-in:after {
		content: "\e311";
	}

	#lg-actual-size {
		font-size: 20px;
	}

		#lg-actual-size:after {
			content: "\e033";
		}

	#lg-zoom-out {
		opacity: .5;
		pointer-events: none;
	}

	@media (max-width: 479px) {
		#lg-zoom-in,
		#lg-zoom-out {
			display: none;
		}
	}

	#lg-zoom-out:after {
		content: "\e312";
	}

	.lg-zoomed #lg-zoom-out {
		opacity: 1;
		pointer-events: auto;
	}

	.lg-outer .lg-pager-outer {
		bottom: 60px;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 1080;
		height: 10px;
	}

		.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
			overflow: visible;
		}

	.lg-outer .lg-pager-cont {
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		position: relative;
		vertical-align: top;
		margin: 0 5px;
	}

		.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
			box-shadow: 0 0 0 2px #fff inset;
		}

	.lg-outer .lg-pager-thumb-cont {
		background-color: #fff;
		color: #FFF;
		bottom: 100%;
		height: 83px;
		left: 0;
		margin-bottom: 20px;
		margin-left: -60px;
		opacity: 0;
		padding: 5px;
		position: absolute;
		width: 120px;
		border-radius: 3px;
		-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
		-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
		-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
		transition: opacity .15s ease 0s, transform .15s ease 0s;
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

		.lg-outer .lg-pager-thumb-cont img {
			width: 100%;
			height: 100%;
		}

	.lg-outer .lg-pager {
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
		display: block;
		height: 12px;
		-webkit-transition: box-shadow .3s ease 0s;
		-o-transition: box-shadow .3s ease 0s;
		transition: box-shadow .3s ease 0s;
		width: 12px;
	}

		.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
			box-shadow: 0 0 0 8px #fff inset;
		}

	.lg-outer .lg-caret {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px dashed;
		bottom: -10px;
		display: inline-block;
		height: 0;
		left: 50%;
		margin-left: -5px;
		position: absolute;
		vertical-align: middle;
		width: 0;
	}

	.lg-fullscreen:after {
		content: "\e20c";
	}

	.lg-fullscreen-on .lg-fullscreen:after {
		content: "\e20d";
	}

	.lg-outer #lg-dropdown-overlay {
		background-color: rgba(0, 0, 0, 0.25);
		bottom: 0;
		cursor: default;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1081;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
		-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
		transition: visibility 0s linear .18s, opacity .18s linear 0s;
	}

	.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}

	.lg-outer .lg-dropdown {
		background-color: #fff;
		border-radius: 2px;
		font-size: 14px;
		list-style-type: none;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		right: 0;
		text-align: left;
		top: 50px;
		opacity: 0;
		visibility: hidden;
		-moz-transform: translate3d(0, 5px, 0);
		-o-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
		-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
		-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
		-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
		transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	}

		.lg-outer .lg-dropdown:after {
			content: "";
			display: block;
			height: 0;
			width: 0;
			position: absolute;
			border: 8px solid transparent;
			border-bottom-color: #FFF;
			right: 16px;
			top: -16px;
		}

		.lg-outer .lg-dropdown > li:last-child {
			margin-bottom: 0;
		}

		.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
			color: #333;
		}

		.lg-outer .lg-dropdown a {
			color: #333;
			display: block;
			white-space: pre;
			padding: 4px 12px;
			font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 12px;
		}

			.lg-outer .lg-dropdown a:hover {
				background-color: rgba(0, 0, 0, 0.07);
			}

		.lg-outer .lg-dropdown .lg-dropdown-text {
			display: inline-block;
			line-height: 1;
			margin-top: -3px;
			vertical-align: middle;
		}

		.lg-outer .lg-dropdown .lg-icon {
			color: #333;
			display: inline-block;
			float: none;
			font-size: 20px;
			height: auto;
			line-height: 1;
			margin-right: 8px;
			padding: 0;
			vertical-align: middle;
			width: auto;
		}

	.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
		width: 100%;
		height: 100%;
	}

		.lg-outer #lg-share {
			position: relative;
		}

			.lg-outer #lg-share:after {
				content: "\e80d";
			}

		.lg-outer #lg-share-facebook .lg-icon {
			color: #3b5998;
		}

			.lg-outer #lg-share-facebook .lg-icon:after {
				content: "\e901";
			}

		.lg-outer #lg-share-twitter .lg-icon {
			color: #00aced;
		}

			.lg-outer #lg-share-twitter .lg-icon:after {
				content: "\e904";
			}

		.lg-outer #lg-share-googleplus .lg-icon {
			color: #dd4b39;
		}

			.lg-outer #lg-share-googleplus .lg-icon:after {
				content: "\e902";
			}

		.lg-outer #lg-share-pinterest .lg-icon {
			color: #cb2027;
		}

			.lg-outer #lg-share-pinterest .lg-icon:after {
				content: "\e903";
			}

	.lg-group:after {
		content: "";
		display: table;
		clear: both;
	}

	.lg-outer {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		text-align: left;
		opacity: 0;
		-webkit-transition: opacity .15s ease 0s;
		-o-transition: opacity .15s ease 0s;
		transition: opacity .15s ease 0s;
	}

		.lg-outer * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.lg-outer.lg-visible {
			opacity: 1;
		}

		.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
			-webkit-transition-duration: inherit !important;
			transition-duration: inherit !important;
			-webkit-transition-timing-function: inherit !important;
			transition-timing-function: inherit !important;
		}

		.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
			-webkit-transition-duration: 0s !important;
			transition-duration: 0s !important;
			opacity: 1;
		}

		.lg-outer.lg-grab img.lg-object {
			cursor: -webkit-grab;
			cursor: -moz-grab;
			cursor: -o-grab;
			cursor: -ms-grab;
			cursor: grab;
		}

		.lg-outer.lg-grabbing img.lg-object {
			cursor: move;
			cursor: -webkit-grabbing;
			cursor: -moz-grabbing;
			cursor: -o-grabbing;
			cursor: -ms-grabbing;
			cursor: grabbing;
		}

		.lg-outer .lg {
			position: relative;
			overflow: hidden;
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			max-height: 100%;
		}

		.lg-outer .lg-inner {
			position: absolute;
			left: 0;
			top: 0;
			white-space: nowrap;
		}

		.lg-outer .lg-item {
			background: url(../images/loading.gif) center center no-repeat;
			display: none !important;
		}

		.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
			display: inline-block !important;
		}

		.lg-outer .lg-img-wrap, .lg-outer .lg-item {
			display: inline-block;
			text-align: center;
			position: absolute;
			width: 100%;
			height: 100%;
		}

			.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
				content: "";
				display: inline-block;
				height: 50%;
				width: 1px;
				margin-right: -1px;
			}

		.lg-outer .lg-img-wrap {
			position: absolute;
			padding: 0 5px;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.lg-outer .lg-item.lg-complete {
			background-image: none;
		}

		.lg-outer .lg-item.lg-current {
			z-index: 1060;
		}

		.lg-outer .lg-image {
			display: inline-block;
			vertical-align: middle;
			max-width: 100%;
			max-height: 100%;
			width: auto !important;
			height: auto !important;
		}

		.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
			opacity: 0;
			-webkit-transition: opacity .15s ease 0s;
			-o-transition: opacity .15s ease 0s;
			transition: opacity .15s ease 0s;
		}

		.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
			opacity: 1;
		}

		.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
			display: none;
		}

	.lg-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		background-color: #000;
		opacity: 0;
		-webkit-transition: opacity .15s ease 0s;
		-o-transition: opacity .15s ease 0s;
		transition: opacity .15s ease 0s;
	}

		.lg-backdrop.in {
			opacity: .8;
		}

	.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
		-webkit-transition: none 0s ease 0s !important;
		-moz-transition: none 0s ease 0s !important;
		-o-transition: none 0s ease 0s !important;
		transition: none 0s ease 0s !important;
	}

	.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.lg-css3.lg-fade .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-fade .lg-item.lg-current {
			opacity: 1;
		}

		.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
			-webkit-transition: opacity .1s ease 0s;
			-moz-transition: opacity .1s ease 0s;
			-o-transition: opacity .1s ease 0s;
			transition: opacity .1s ease 0s;
		}

	.lg-css3.lg-slide.lg-use-css3 .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide.lg-use-left .lg-item {
		opacity: 0;
		position: absolute;
		left: 0;
	}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
			left: -100%;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
			left: 100%;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
			left: 0;
			opacity: 1;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
			-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	/*
*
* Material Parallax
*/
	.parallax-container {
		position: relative;
		overflow: hidden;
	}

	.material-parallax {
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		bottom: 0;
	}

	.ipad .parallax-container, .iphone .parallax-container {
		background-attachment: scroll !important;
	}

	.material-parallax img {
		display: none;
		position: absolute;
		left: 50%;
		bottom: 0;
		min-width: 101%;
		min-height: 101%;
		transform: translate3d(-50%, 0, 0);
	}

	.parallax-content {
		position: relative;
		z-index: 1;
	}

	/*
*
* RD Twitter
* --------------------------------------------------
*/
	.twitter .tweet {
		display: flex;
	}

		.twitter .tweet .icon {
			color: #1a33ac;
			font-size: 20px;
			line-height: .8;
		}

		.twitter .tweet a {
			color: #1a33ac;
		}

			.twitter .tweet a:hover {
				color: inherit;
			}

	.twitter .tweet-left {
		padding-right: 11px;
	}

	.twitter .tweet + .tweet {
		margin-top: 16px;
	}

	/*-- Chart --*/
	.c3 svg {
		font: 10px sans-serif;
		-webkit-tap-highlight-color: transparent;
	}

	.c3 path, .c3 line {
		fill: none;
		stroke: #437fec !important;
	}

	.c3 text {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}

	.c3-legend-item-tile,
	.c3-xgrid-focus,
	.c3-ygrid,
	.c3-event-rect,
	.c3-bars path {
		shape-rendering: crispEdges;
	}

	.c3-chart-arc path {
		stroke: #fff;
	}

	.c3-chart-arc text {
		fill: #fff;
		font-size: 13px;
	}

	/*-- Axis --*/
	/*-- Grid --*/
	.c3-grid line {
		stroke: #aaa;
	}

	.c3-grid text {
		fill: #aaa;
	}

	.c3-xgrid, .c3-ygrid {
		stroke-dasharray: 3 3;
	}

	/*-- Text on Chart --*/
	.c3-text.c3-empty {
		fill: #808080;
		font-size: 2em;
	}

	/*-- Line --*/
	.c3-line {
		stroke-width: 1px;
	}

	/*-- Point --*/
	.c3-circle._expanded_ {
		stroke-width: 0px;
		stroke: white;
	}

	.c3-selected-circle {
		fill: white;
		stroke-width: 2px;
	}

	/*-- Bar --*/
	.c3-bar {
		stroke-width: 0;
	}

		.c3-bar._expanded_ {
			fill-opacity: 1;
		}

	/*-- Focus --*/
	.c3-target.c3-focused {
		opacity: 1;
	}

		.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
			stroke-width: 2px;
		}

	.c3-target.c3-defocused {
		opacity: 0.3 !important;
	}

	/*-- Region --*/
	.c3-region {
		fill: steelblue;
		fill-opacity: .1;
	}

	/*-- Brush --*/
	.c3-brush .extent {
		fill-opacity: .1;
	}

	/*-- Select - Drag --*/
	/*-- Legend --*/
	.c3-legend-item {
		font-size: 12px;
	}

	.c3-legend-item-hidden {
		opacity: 0.15;
	}

	.c3-legend-background {
		opacity: 0.75;
		fill: white;
		stroke: lightgray;
		stroke-width: 1;
	}

	/*-- Title --*/
	.c3-title {
		font: 14px sans-serif;
	}

	/*-- Tooltip --*/
	.c3-tooltip-container {
		z-index: 10;
	}

	.c3-tooltip {
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		empty-cells: show;
		-webkit-box-shadow: 7px 7px 12px -9px #777777;
		-moz-box-shadow: 7px 7px 12px -9px #777777;
		box-shadow: 7px 7px 12px -9px #777777;
		opacity: 0.9;
	}

		.c3-tooltip tr {
			border: none;
		}

		.c3-tooltip th {
			background-color: #aaa;
			font-size: 14px;
			padding: 2px 8px;
			text-align: left;
			color: #FFF;
		}

		.c3-tooltip td {
			font-size: 13px;
			padding: 4px 16px;
			background-color: #437fec;
			border: none !important;
		}

			.c3-tooltip td > span {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin-right: 6px;
			}

			.c3-tooltip td.value {
				text-align: right;
			}

	/*-- Area --*/
	.c3-area {
		stroke-width: 0;
		opacity: 0.2;
	}

	/*-- Arc --*/
	.c3-chart-arcs-title {
		dominant-baseline: middle;
		font-size: 1.3em;
	}

	.c3-chart-arcs .c3-chart-arcs-background {
		fill: #e0e0e0;
		stroke: none;
	}

	.c3-chart-arcs .c3-chart-arcs-gauge-unit {
		fill: #000;
		font-size: 16px;
	}

	.c3-chart-arcs .c3-chart-arcs-gauge-max {
		fill: #777;
	}

	.c3-chart-arcs .c3-chart-arcs-gauge-min {
		fill: #777;
	}

	.c3-chart-arc .c3-gauge-value {
		fill: #000;
		/*  font-size: 28px !important;*/
	}

	.c3-grid line {
		stroke: #f4f7ff;
	}

	.c3-xgrid, .c3-ygrid {
		stroke-dasharray: 0 0;
	}

	/*.d3-chart .tick line { display: none; }*/
	.c3-line {
		stroke-width: 3px;
	}

	.c3 text {
		fill: #aeb1be;
		font-size: 10px;
		font-weight: 300;
		font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		user-select: none;
	}

	.c3-axis-x .tick:nth-child(odd) tspan {
		display: none;
	}

	@media (min-width: 768px) {
		.c3-axis-x .tick:nth-child(odd) tspan {
			display: block;
		}
	}

	.d3-chart {
		max-height: 200px !important;
	}

	@media (min-width: 768px) {
		.d3-chart {
			max-height: 250px !important;
		}
	}

	.svg-hidden {
		display: block;
		width: 0;
		height: 0;
		visibility: hidden;
	}

	.c3-shapes [class*="c3-shape-"] {
		fill: #437fec !important;
	}

	#spline-chart .c3-area {
		fill: #437fec !important;
	}

	.bg-primary-dark #spline-chart .c3-area {
		fill: url(#linear-gradient-secondary) !important;
	}

	.bg-primary-dark #spline-chart .c3-chart-lines .c3-line {
		stroke: #ffffff !important;
	}

	.bg-primary-dark #spline-chart .c3-shapes [class*="c3-shape-"] {
		fill: #ffffff !important;
	}

	.bg-primary-dark #spline-chart path, .bg-primary-dark #spline-chart line {
		stroke: #ffffff;
	}

	.bg-primary-dark #spline-chart text {
		fill: #ffffff;
	}

	* + .chart-custom {
		margin-top: 25px;
	}

	/*
* @subsection   Magnific Popup
*/
	.mfp-bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1042;
		overflow: hidden;
		position: fixed;
		background: #0b0b0b;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.mfp-wrap {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1043;
		position: fixed;
		outline: none !important;
		-webkit-backface-visibility: hidden;
	}

	.mfp-container {
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.mfp-container:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

	.mfp-align-top .mfp-container:before {
		display: none;
	}

	.mfp-content {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
		z-index: 1045;
	}

	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 100%;
		cursor: auto;
	}

	.mfp-ajax-cur {
		cursor: progress;
	}

	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
		cursor: -moz-zoom-out;
		cursor: -webkit-zoom-out;
		cursor: zoom-out;
	}

	.mfp-zoom {
		cursor: pointer;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}

	.mfp-auto-cursor .mfp-content {
		cursor: auto;
	}

	.mfp-close,
	.mfp-arrow,
	.mfp-preloader,
	.mfp-counter {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}

		.mfp-close:hover {
			cursor: pointer;
			color: #ECECEC;
		}

	.mfp-loading.mfp-figure {
		display: none;
	}

	.mfp-hide {
		display: none !important;
	}

	.mfp-preloader {
		color: #CCC;
		position: absolute;
		top: 50%;
		width: auto;
		text-align: center;
		margin-top: -0.8em;
		left: 8px;
		right: 8px;
		z-index: 1044;
	}

		.mfp-preloader a {
			color: #CCC;
		}

			.mfp-preloader a:hover {
				color: #FFF;
			}

	.mfp-s-ready .mfp-preloader {
		display: none;
	}

	.mfp-s-error .mfp-content {
		display: none;
	}

	button.mfp-close, button.mfp-arrow {
		overflow: visible;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
		display: block;
		outline: none;
		padding: 0;
		z-index: 1046;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	.mfp-close {
		width: 44px;
		height: 44px;
		line-height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		text-decoration: none;
		text-align: center;
		opacity: 0.65;
		filter: alpha(opacity=65);
		padding: 0 0 18px 10px;
		color: #FFF;
		font-style: normal;
		font-size: 28px;
		font-family: Arial, Baskerville, monospace;
	}

		.mfp-close:hover, .mfp-close:focus {
			opacity: 1;
			filter: alpha(opacity=100);
		}

		.mfp-close:active {
			top: 1px;
		}

	.mfp-close-btn-in .mfp-close {
		color: #333;
	}

	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		color: #FFF;
		right: -6px;
		text-align: right;
		padding-right: 6px;
		width: 100%;
	}

	.mfp-counter {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0;
		display: none;
	}

	.mfp-arrow {
		position: absolute;
		opacity: 0.65;
		filter: alpha(opacity=65);
		margin: 0;
		top: 50%;
		margin-top: -55px;
		padding: 0;
		width: 90px;
		height: 110px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

		.mfp-arrow:active {
			margin-top: -54px;
		}

		.mfp-arrow:hover, .mfp-arrow:focus {
			opacity: 1;
			filter: alpha(opacity=100);
		}

		.mfp-arrow:before, .mfp-arrow:after,
		.mfp-arrow .mfp-b,
		.mfp-arrow .mfp-a {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			top: 0;
			margin-top: 35px;
			margin-left: 35px;
			border: medium inset transparent;
		}

		.mfp-arrow:after,
		.mfp-arrow .mfp-a {
			border-top-width: 13px;
			border-bottom-width: 13px;
			top: 8px;
		}

		.mfp-arrow:before,
		.mfp-arrow .mfp-b {
			border-top-width: 21px;
			border-bottom-width: 21px;
			opacity: 0.7;
		}

	.mfp-arrow-left {
		left: 0;
	}

		.mfp-arrow-left:after,
		.mfp-arrow-left .mfp-a {
			border-right: 17px solid #FFF;
			margin-left: 31px;
		}

		.mfp-arrow-left:before,
		.mfp-arrow-left .mfp-b {
			margin-left: 25px;
			border-right: 27px solid #3F3F3F;
		}

	.mfp-arrow-right {
		right: 0;
	}

		.mfp-arrow-right:after,
		.mfp-arrow-right .mfp-a {
			border-left: 17px solid #FFF;
			margin-left: 39px;
		}

		.mfp-arrow-right:before,
		.mfp-arrow-right .mfp-b {
			border-left: 27px solid #3F3F3F;
		}

	.mfp-iframe-holder {
		padding-top: 40px;
		padding-bottom: 40px;
	}

		.mfp-iframe-holder .mfp-content {
			line-height: 0;
			width: 100%;
			max-width: 900px;
		}

		.mfp-iframe-holder .mfp-close {
			top: -40px;
		}

	.mfp-iframe-scaler {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
	}

		.mfp-iframe-scaler iframe {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
			background: #000;
		}

	/* Main image in popup */
	img.mfp-img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
		line-height: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 0 40px;
		margin: 0 auto;
	}

	/* The shadow behind the image */
	.mfp-figure {
		line-height: 0;
	}

		.mfp-figure:after {
			content: '';
			position: absolute;
			left: 0;
			top: 40px;
			bottom: 40px;
			display: block;
			right: 0;
			width: auto;
			height: auto;
			z-index: -1;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
			background: #444;
		}

		.mfp-figure small {
			color: #BDBDBD;
			display: block;
			font-size: 12px;
			line-height: 14px;
		}

		.mfp-figure figure {
			margin: 0;
		}

	.mfp-bottom-bar {
		margin-top: -36px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		cursor: auto;
	}

	.mfp-title {
		text-align: left;
		line-height: 18px;
		color: #F3F3F3;
		word-wrap: break-word;
		padding-right: 36px;
	}

	.mfp-image-holder .mfp-content {
		max-width: 100%;
	}

	.mfp-gallery .mfp-image-holder .mfp-figure {
		cursor: pointer;
	}

	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
		/**
       * Remove all paddings around the image on small screen
       */
		.mfp-img-mobile .mfp-image-holder {
			padding-left: 0;
			padding-right: 0;
		}

		.mfp-img-mobile img.mfp-img {
			padding: 0;
		}

		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0;
		}

		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px;
		}

		.mfp-img-mobile .mfp-bottom-bar {
			background: rgba(0, 0, 0, 0.6);
			bottom: 0;
			margin: 0;
			top: auto;
			padding: 3px 5px;
			position: fixed;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

			.mfp-img-mobile .mfp-bottom-bar:empty {
				padding: 0;
			}

		.mfp-img-mobile .mfp-counter {
			right: 5px;
			top: 3px;
		}

		.mfp-img-mobile .mfp-close {
			top: 0;
			right: 0;
			width: 35px;
			height: 35px;
			line-height: 35px;
			background: rgba(0, 0, 0, 0.6);
			position: fixed;
			text-align: center;
			padding: 0;
		}
	}

	@media all and (max-width: 900px) {
		.mfp-arrow {
			-webkit-transform: scale(0.75);
			transform: scale(0.75);
		}

		.mfp-arrow-left {
			-webkit-transform-origin: 0;
			transform-origin: 0;
		}

		.mfp-arrow-right {
			-webkit-transform-origin: 100%;
			transform-origin: 100%;
		}

		.mfp-container {
			padding-left: 6px;
			padding-right: 6px;
		}
	}

	.mfp-ie7 .mfp-img {
		padding: 0;
	}

	.mfp-ie7 .mfp-bottom-bar {
		width: 600px;
		left: 50%;
		margin-left: -300px;
		margin-top: 5px;
		padding-bottom: 5px;
	}

	.mfp-ie7 .mfp-container {
		padding: 0;
	}

	.mfp-ie7 .mfp-content {
		padding-top: 44px;
	}

	.mfp-ie7 .mfp-close {
		top: 0;
		right: 0;
		padding-top: 0;
	}

	.footer_bottom {
		margin-top: 40px;
	}

	#cb-cookie-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		border-radius: 0;
		display: none;
		opacity: 1.0;
		padding: 20px;
		background-color: #f0effb;
	}

	.ellipsis-multiline {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; /* 限制显示3行 */
		overflow: hidden;
	}
