/** @section Material Design Icons */
@font-face {
	font-family: "Material Design Icons";
	src: url("../fonts/materialdesignicons-webfont.eot@v=1.4.57");
	src: url("../fonts/materialdesignicons-webfont.eot@") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2@v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff@v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf@v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg@v=1.4.57") format("svg");
	font-weight: normal;
	font-style: normal;
}

.template2 .heading-5 {
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
}


.bg-gradient-primary {
	background: linear-gradient(270deg, #01C9F5 0%, #028dfc 100.44%);
}

/*
.template2 [class*='heading-'] {
	margin-bottom: 0;
	font-family: "Merriweather", "Times New Roman", Times, serif;
	font-weight: 700;
	color: #293043;
}
*/

/** @section Responsive units */

.otz-klitntov.unit {
	display: flex;
	flex: 0 1 100%;
	flex-direction: row;
	margin-bottom: -20px;
	margin-left: -20px;
}

.otz-klitntov.unit > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.otz-klitntov.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.otz-klitntov.unit-body {
	flex: 0 1 auto;
}

.otz-klitntov .unit-left,
.otz-klitntov .unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.otz-klitntov .unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.otz-klitntov .unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.otz-klitntov .unit-spacing-md {
	margin-bottom: -15px;
	margin-left: -15px;
}

.otz-klitntov .unit-spacing-md > * {
	margin-bottom: 15px;
	margin-left: 15px;
}

.otz-klitntov .unit-spacing-1 {
	margin-bottom: -40px;
	margin-left: -40px;
}

.otz-klitntov .unit-spacing-1 > * {
	margin-bottom: 40px;
	margin-left: 40px;
}

.otz-klitntov .unit-spacing-2 {
	margin-bottom: 0;
	margin-left: -30px;
}

.otz-klitntov .unit-spacing-2 > * {
	margin-bottom: 0;
	margin-left: 30px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	font-size: 33px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	color: #01C9F5;
	transition: all 0.3s ease-in-out;
}

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

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	color: #085bd9;
}

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

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

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

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

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

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

.owl-carousel .owl-dot {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	margin: 0 4px;
	zoom: 1;
}

.owl-carousel .owl-dot span {
	display: inline-block;
	content: '';
	width: 12px;
	height: inherit;
	border-radius: 8px;
	background: #F2F1F6;
	transition: all .3s ease;
}

.owl-carousel .owl-dot:hover span {
	background: #006DF0;
}

.owl-carousel .owl-dot.active span {
	width: inherit;
	background: #006DF0;
}

.owl-carousel * + .owl-dots {
	margin-top: 30px;
}
/*
@media (min-width: 1200px) {
	.owl-carousel * + .owl-dots {
		margin-top: 55px;
	}
}*/

.owl-carousel[data-auto-height="true"] .owl-height {
	transition: .3s ease-out height;
}

.owl-corporate-wide + .owl-corporate-wide {
	margin-top: 20px;
}

* + .owl-corporate-wide {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	* + .owl-corporate-wide {
		margin-top: 83px;
	}
}

* + .owl-corporate-wide-1 {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .owl-corporate-wide-2 {
		margin-top: 60px;
	}
}

.owl-wide .owl-stage-outer {
	overflow: visible;
}

.owl-app .owl-stage-outer {
	padding: 55px;
	margin: -55px;
}

.owl-app img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0 10px 20px rgba(41, 48, 67, 0.25));
	transform: translate3d(0, 0, 0);
}

.owl-style-1 {
	text-align: center;
	max-width: 30.7%;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-1 .owl-stage-outer {
	overflow: visible;
}

.owl-style-1 .owl-dots {
	position: absolute;
	bottom: 0;
}

.owl-style-1 img {
	max-width: 69.33%;
}

* + .owl-style-1 {
	margin-top: 30px;
}

.owl-dots-1 + .button,
.owl-style-1 + .button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .owl-style-1 {
		margin-top: 50px;
	}
	.owl-dots-1 + .button,
	.owl-style-1 + .button {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	* + .owl-style-1 {
		margin-top: 70px;
	}
}

.owl-style-2 {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-2 .owl-stage-outer {
	overflow: visible;
}

* + .owl-style-2 {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .owl-style-2 {
		margin-top: 60px;
	}
}

.owl-style-3 .owl-stage-outer {
	margin: -30px;
	padding: 30px;
}

* + .owl-style-3 {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.owl-style-3 * + .owl-dots {
		margin-top: 40px;
	}
}

.owl-dots-1 {
	font-size: 0;
	line-height: 0;
	transform: translate3d(0, 0, 0);
}

.owl-dots-1 .owl-dot {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	zoom: 1;
}

.owl-dots-1 .owl-dot span {
	display: inline-block;
	content: '';
	width: 12px;
	height: inherit;
	border-radius: 8px;
	background: #F2F1F6;
	transition: all .3s ease;
}

.owl-dots-1 .owl-dot:hover span {
	background: #01C9F5;
}

.owl-dots-1 .owl-dot.active span {
	width: inherit;
	background: #01C9F5;
}

* + .owl-dots-1 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .owl-dots-1 {
		margin-top: 60px;
	}
}


/** @section Posts */
.post-corporate {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

* + .post-corporate-title {
	margin-top: 20px;
}

.post-corporate-title a {
	color: #293043;
}

.post-corporate-title a:hover {
	color: #293043;
	border-bottom: 2px solid rgba(0, 102, 255, 0.4);
}

* + .post-corporate-title {
	margin-top: 20px;
}

@media (min-width: 992px) {
	* + .post-corporate-title {
		margin-top: 30px;
	}
}

/** @section Quotes */
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #01C9F5;
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #E9E9EB;
}

.quote-primary-body::before, .quote-primary-body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #E9E9EB;
}

.quote-primary-body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
	right: 0;
	width: calc(100% - 78px - 12px);
	border-width: 1px 0 0 1px;
	transform-origin: 0 0;
	transform: skew(-45deg);
}

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

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

* + .quote-primary-footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

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

@media (min-width: 1200px) {
	* + .quote-classic {
		margin-top: 40px;
	}
}

.quote-classic-body {
	border-left: 5px solid #01C9F5;
	padding-left: 20px;
}

.quote-classic-body q {
	font-family: "Merriweather", "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.4;
	color: #0066FF;
}

* + .quote-classic-footer {
	margin-top: 25px;
}

.quote-classic-name {
	font-size: 18px;
	color: #293043;
	font-weight: 700;
}

.owl-corporate-testimonials .owl-nav {
	display: none;
}

@media (min-width: 1200px) {
	.owl-corporate-testimonials .owl-nav {
		display: block;
	}
}

.owl-corporate-testimonials .owl-dots {
	display: block;
}

@media (min-width: 1200px) {
	.owl-corporate-testimonials .owl-dots {
		display: none;
	}
}

.owl-corporate-testimonials .owl-stage-outer {
	padding: 20px;
	margin: -20px;
}

.quote-corporate {
	text-align: left;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
}

@media (min-width: 992px) {
	.quote-corporate {
		padding: 50px;
		padding-top: 40px;
	}
}

.quote-corporate-body q {
	display: inline-block;
}

.quote-corporate-body q::before {
	font-size: 40px;
	color: #0066FF;
	line-height: .8;
	padding-top: 8px;
	display: inline-block;
}

@media (min-width: 992px) {
	.quote-corporate-body q::before {
		font-size: 60px;
	}
}

* + .quote-corporate-footer {
	margin-top: 21px;
}

.quote-corporate-name {
	font-size: 14px;
	font-weight: 700;
	color: #293043;
}

.quote-corporate-position{
	font-size: 16px;
	font-weight: 700;
	color: #293043;
}

/*
 Quote Corporate 3
 */
.quote-corporate-3 {
	background: #F6F7FB;
	box-shadow: none;
}

.quote-corporate-3 .quote-corporate-body q:before {
	color: #01C9F5;
}

.quote-corporate-3 .quote-corporate-name {
	color: #01C9F5;
}

.quote-corporate-3 img {
	filter: grayscale(1);
}

.quote-corporate-3 * + .quote-corporate-footer {
	margin-top: 29px;
}

@media (min-width: 768px) {
	.quote-corporate-1 {
		margin-top: 60px;
	}
	.quote-corporate-2 {
		margin-top: 40px;
	}
}

.context-dark .quote-corporate-body q, .bg-gray-700 .quote-corporate-body q, .bg-gray-800 .quote-corporate-body q, .bg-primary-app .quote-corporate-body q, .bg-primary .quote-corporate-body q, .bg-primary-1 .quote-corporate-body q, .bg-primary-2 .quote-corporate-body q, .bg-wave-dark-wrap .quote-corporate-body q, .bg-gradient-primary .quote-corporate-body q, .bg-gradient-primary-1 .quote-corporate-body q, .rd-navbar-corporate .quote-corporate-body q, .rd-navbar-app .quote-corporate-body q {
	color: #293043;
}

.quote-e-book .quote-corporate-name,
.quote-e-book q::before {
	color: #01C9F5;
}



.wave {
	position: relative;
	display: block;
	width: 100%;
	bottom: -1px;
}

html:not(.ie-10):not(.ie-11):not(.ie-edge) .wave {
	height: auto;
}

.wave-dark {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.wave-dark .wave-path {
	transform: scale(1.2, 1);
	transform-origin: 50% 100%;
}

.wave-dark .wave-path-1 {
	fill: rgba(255, 255, 255, 0.05);
	animation: wave1 15s ease-in-out infinite;
}

.wave-dark .wave-path-2 {
	fill: rgba(255, 255, 255, 0.02);
	animation: wave2 15s ease-in-out infinite;
}

.wave-dark .wave-path-3 {
	fill: rgba(255, 255, 255, 0.02);
	animation: wave3 15s ease-in-out infinite;
}

.wave-dark-1 {
	bottom: -52%;
}

.wave-dark-2 {
	bottom: -14%;
}

.wave-dark-3 {
	bottom: -76%;
}

.wave-dark-4 .wave-path-1 {
	display: none;
}

.wave-dark-5 {
	bottom: -28%;
}

@media (min-width: 1200px) {
	.wave-dark-6 {
		bottom: -30%;
	}
}

@media (min-width: 1600px) {
	.wave-dark-6 {
		bottom: -65%;
	}
}

.bg-primary-app .wave-dark .wave-path-1,
.bg-primary-2 .wave-dark .wave-path-1 {
	fill: rgba(1, 201, 245, 0.3);
}

.bg-primary-app .wave-dark .wave-path-2,
.bg-primary-2 .wave-dark .wave-path-2 {
	fill: rgba(226, 63, 236, 0.4);
}

.bg-primary-app .wave-dark .wave-path-3,
.bg-primary-2 .wave-dark .wave-path-3 {
	fill: rgba(0, 102, 255, 0.2);
}

@keyframes wave1 {
	25% {
		transform-origin: 0 100%;
		transform: scale(1.4, 1.3);
	}
	75% {
		transform: scale(1.4, 0.7);
		transform-origin: 100% 100%;
	}
}

@keyframes wave2 {
	25% {
		transform-origin: 0 100%;
	}
	50% {
		transform: scale(1.3, 0.8);
	}
	75% {
		transform-origin: 100% 100%;
	}
}

@keyframes wave3 {
	25% {
		transform-origin: 100% 100%;
	}
	50% {
		transform: scale(1.2, 0.9);
	}
	75% {
		transform-origin: 0 100%;
	}
}

.wave-light {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	pointer-events: none;
}

.wave-light .wave-path {
	fill: rgba(77, 68, 104, 0.02);
	animation: wave4 6s ease-in-out infinite;
	transform-origin: 50%;
}

.wave-light .wave-path:nth-child(2) {
	animation-delay: 2s;
}

.wave-light .wave-path:nth-child(3) {
	animation-delay: 4s;
}

.wave-light-reverse-x {
	transform: translateY(-50%) scaleX(-1);
}

.wave-light-reverse-y {
	transform: translateY(-50%) scaleY(-1);
}

.wave-light-1 {
	top: 53%;
}

.wave-light-2 {
	top: 43%;
}

.wave-light-3 {
	top: 57.5%;
}

.wave-light-4 {
	top: 91.5%;
}

.wave-light-5 {
	top: 47%;
}

.wave-light-6 {
	top: 80%;
}

.wave-light-7 {
	top: 86%;
}

.wave-light-8 {
	top: 78%;
}

.wave-light-9 {
	top: 63%;
}

.wave-light-10 {
	top: 0;
}

.wave-light-11 {
	top: 10%;
}

.wave-light-12 {
	top: 74%;
}

.wave-light-13 {
	top: 100%;
}

.wave-light-14 {
	top: 20%;
}

@media (min-width: 576px) {
	.wave-light-13 {
		top: 106%;
	}
	.wave-light-14 {
		top: 27%;
	}
}

@media (min-width: 992px) {
	.wave-light-13 {
		top: 108%;
	}
}

@keyframes wave4 {
	25% {
		transform: scaleY(0.9);
	}
	75% {
		transform: scaleY(1.1);
	}
}

.wave-primary {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.wave-primary .wave-path {
	transform: scale(1.1, 1);
	transform-origin: 50% 100%;
}

.wave-primary .wave-path-1 {
	fill: rgba(1, 201, 245, 0.3);
	animation: wave5 15s ease-in-out infinite;
}

.wave-primary .wave-path-2 {
	fill: rgba(1, 201, 245, 0.15);
	animation: wave6 15s ease-in-out infinite;
}

.wave-primary .wave-path-3 {
	fill: rgba(1, 201, 245, 0.1);
	animation: wave7 15s ease-in-out infinite;
}

.wave-primary-1 {
	overflow: visible;
	width: 61.72%;
}

.context-dark .wave-primary .wave-path-1, .bg-gray-700 .wave-primary .wave-path-1, .bg-gray-800 .wave-primary .wave-path-1, .bg-primary-app .wave-primary .wave-path-1, .bg-primary .wave-primary .wave-path-1, .bg-primary-1 .wave-primary .wave-path-1, .bg-primary-2 .wave-primary .wave-path-1, .bg-wave-dark-wrap .wave-primary .wave-path-1, .bg-gradient-primary .wave-primary .wave-path-1, .bg-gradient-primary-1 .wave-primary .wave-path-1, .rd-navbar-corporate .wave-primary .wave-path-1, .rd-navbar-app .wave-primary .wave-path-1 {
	fill: rgba(1, 201, 245, 0.9);
}

.context-dark .wave-primary .wave-path-2, .bg-gray-700 .wave-primary .wave-path-2, .bg-gray-800 .wave-primary .wave-path-2, .bg-primary-app .wave-primary .wave-path-2, .bg-primary .wave-primary .wave-path-2, .bg-primary-1 .wave-primary .wave-path-2, .bg-primary-2 .wave-primary .wave-path-2, .bg-wave-dark-wrap .wave-primary .wave-path-2, .bg-gradient-primary .wave-primary .wave-path-2, .bg-gradient-primary-1 .wave-primary .wave-path-2, .rd-navbar-corporate .wave-primary .wave-path-2, .rd-navbar-app .wave-primary .wave-path-2 {
	fill: rgba(1, 201, 245, 0.8);
}

.context-dark .wave-primary .wave-path-3, .bg-gray-700 .wave-primary .wave-path-3, .bg-gray-800 .wave-primary .wave-path-3, .bg-primary-app .wave-primary .wave-path-3, .bg-primary .wave-primary .wave-path-3, .bg-primary-1 .wave-primary .wave-path-3, .bg-primary-2 .wave-primary .wave-path-3, .bg-wave-dark-wrap .wave-primary .wave-path-3, .bg-gradient-primary .wave-primary .wave-path-3, .bg-gradient-primary-1 .wave-primary .wave-path-3, .rd-navbar-corporate .wave-primary .wave-path-3, .rd-navbar-app .wave-primary .wave-path-3 {
	fill: rgba(1, 201, 245, 0.5);
}

@keyframes wave5 {
	25% {
		transform-origin: 0 100%;
		transform: scale(1.3, 1.1);
	}
	75% {
		transform: scale(1.15, 0.9);
		transform-origin: 100% 100%;
	}
}

@keyframes wave6 {
	25% {
		transform-origin: 100% 100%;
	}
	50% {
		transform: scale(1.2, 0.8);
	}
	75% {
		transform-origin: 0 100%;
	}
}

@keyframes wave7 {
	25% {
		transform-origin: 0 100%;
	}
	50% {
		transform: scale(1.1, 0.9);
	}
	75% {
		transform-origin: 100% 100%;
	}
}

.object-classic-1 {
	max-width: 115%;
}

@media (min-width: 992px) {
	.object-classic-1 {
		position: absolute;
		top: 55px;
		right: -75px;
		max-width: 165%;
	}
}

@media (min-width: 1200px) {
	.object-classic-1 {
		top: 55px;
		right: -175px;
		max-width: 165%;
	}
}

@media (min-width: 1200px) {
	.object-classic-2 {
		max-width: none;
	}
}

.object-classic-2 + * {
	margin-top: 14px;
}



.figure-classic {
	position: relative;
	/*width: 100%;*/
	width: 50%;
}

.figure-classic .layer {
	position: relative !important;
}

@media (max-width: 575.98px) {
	.figure-classic-1 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 50px 15px 0;
		width: auto;
		margin-bottom: -20px;
		margin-left: -20px;
	}
	.figure-classic-1:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.figure-classic-1 > * {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.figure-classic-1 .figure-classic-item {
		position: static;
		transform: none;
		width: auto;
		max-width: 26%;
		flex-basis: 26%;
	}
}

@media (max-width: 767.98px) {
	.figure-classic-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 15px 10%;
		width: auto;
		margin-bottom: -20px;
		margin-left: -20px;
	}
	.figure-classic-2:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.figure-classic-2 > * {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.figure-classic-2 .figure-classic-item {
		position: static;
		transform: none;
		width: auto;
		max-width: 26%;
		flex-basis: 26%;
	}
}

@media (min-width: 576px) {
	.figure-classic-1 {
		padding-bottom: 39.3%;
		margin-top: -18.5%;
	}
	.figure-classic-3 {
		position: relative;
	}
}

@media (min-width: 768px) {
	.figure-classic-2 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 992px) {
	.figure-classic-3 {
		padding: 3% 0;
	}
}

@media (min-width: 1200px) {
	.figure-classic-3 {
		padding: 5% 0;
	}
}

@media (min-width: 1600px) {
	.figure-classic-3 {
		padding: 8.28125% 0;
	}
}

.figure-classic-item {
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	margin-top: 0;
}

.figure-classic-item img {
	width: 100%;
}

.figure-classic-item-1 img,
.figure-classic-item-2 img,
.figure-classic-item-8 img,
.figure-classic-item-17 img,
.figure-classic-item-24 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.05);
	border-radius: 6px;
}

.figure-classic-item-3 img,
.figure-classic-item-6 img,
.figure-classic-item-23 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.1);
	border-radius: 6px;
}

.figure-classic-item-5 img,
.figure-classic-item-15 img {
	box-shadow: 30px 34px 66px rgba(41, 48, 67, 0.15);
	border-radius: 6px;
}

.figure-classic-item-11 img,
.figure-classic-item-21 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.1);
	border-radius: 3px;
}

.figure-classic-item-18 img,
.figure-classic-item-19 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.05);
	border-radius: 2px;
}

.figure-classic-item-1 {
	top: 20.2%;
	left: 6.2%;
	width: 12.45%;
}

.figure-classic-item-2 {
	top: 9%;
	left: 21.7%;
	width: 9.25%;
}

.figure-classic-item-3 {
	top: 41.2%;
	left: 17%;
	width: 14.61%;
}

.figure-classic-item-4 {
	top: 27.8%;
	left: 35.1%;
	width: 8.94%;
}

.figure-classic-item-4 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.1);
	border-radius: 2px;
}

.figure-classic-item-5 {
	top: 43.8%;
	left: 47.3%;
	width: 19.23%;
}

.figure-classic-item-6 {
	top: 30.2%;
	left: 72.5%;
	width: 13.87%;
	z-index: 1;
}

.figure-classic-item-7 {
	top: 44.2%;
	left: 63.5%;
	width: 8.83%;
}

.figure-classic-item-7 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.05);
	border-radius: 3px;
}

.figure-classic-item-8 {
	top: 43%;
	left: 92.4%;
	width: 17.18%;
}

.figure-classic-item-9 {
	top: 53.6%;
	left: 81.4%;
	width: 11.72%;
	z-index: 1;
}

.figure-classic-item-9 img {
	border-radius: 6px;
}

.figure-classic-item-10 {
	top: 72%;
	left: 26.7%;
	width: 10.83%;
}

.figure-classic-item-10 img {
	border-radius: 2px;
}

.figure-classic-item-11 {
	top: 81%;
	left: 36.3%;
	width: 13.24%;
}

.figure-classic-item-12 {
	top: 90%;
	left: 55%;
	width: 11.25%;
}

.figure-classic-item-12 img {
	box-shadow: 10px 15px 50px rgba(41, 48, 67, 0.1);
	border-radius: 6px;
}

.figure-classic-item-13 {
	top: 70%;
	left: 70.3%;
	width: 14.77%;
}

.figure-classic-item-13 img {
	border-radius: 6px;
}

.figure-classic-item-14 {
	top: 77%;
	left: 87.3%;
	width: 8.04%;
}

.figure-classic-item-14 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.1);
}

.figure-classic-item-15 {
	top: 9%;
	left: 9.8%;
	width: 10.625%;
}

.figure-classic-item-16 {
	top: 24.7%;
	left: 18.8%;
	width: 8.96%;
}

.figure-classic-item-16 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.1);
	border-radius: 4px;
}

.figure-classic-item-17 {
	top: 51%;
	left: 5%;
	width: 10.83%;
}

.figure-classic-item-18 {
	top: 56%;
	left: 18.8%;
	width: 5.78%;
}

.figure-classic-item-19 {
	top: 49%;
	left: 35.7%;
	width: 7.25%;
}

.figure-classic-item-20 {
	top: 24.8%;
	left: 41.5%;
	width: 6.3%;
}

.figure-classic-item-20 img {
	box-shadow: 0 14px 36px rgba(41, 48, 67, 0.05);
	border-radius: 4px;
}

.figure-classic-item-21 {
	top: 55%;
	left: 46.2%;
	width: 9.1%;
}

.figure-classic-item-22 {
	top: 69.2%;
	left: 30%;
	width: 12.72%;
	z-index: 1;
}

.figure-classic-item-22 img {
	box-shadow: 30px 34px 66px rgba(41, 48, 67, 0.15);
	border-radius: 4px;
}

.figure-classic-item-23 {
	top: 90%;
	left: 17.3%;
	width: 14.3%;
}

.figure-classic-item-24 {
	top: 82.4%;
	left: 40.3%;
	width: 10.05%;
}

.figure-classic-item-25 {
	top: 34%;
	left: 30.5%;
	width: 8.57%;
}

.figure-classic-item-25 img {
	box-shadow: 0 37px 36px rgba(41, 48, 67, 0.14);
	border-radius: 4px;
}

.figure-modern {
	position: absolute;
}

.figure-modern .layer {
	position: relative !important;
}

.figure-modern img {
	width: 100%;
}

.figure-modern-1 {
	top: 5%;
	left: 3%;
	width: 7.66%;
}

.figure-modern-2 {
	bottom: 5.4%;
	right: 7.4%;
	width: 27.45%;
}

@media (min-width: 768px) {
	.figure-modern-1 {
		top: 33%;
	}
}

@media (min-width: 1200px) {
	.figure-modern-1 {
		left: 8%;
	}
}

@media (min-width: 1600px) {
	.figure-modern-1 {
		left: 12.3%;
	}
}

.figure-corporate {
	max-width: 120px;
}

@media (min-width: 1200px) {
	.figure-corporate {
		max-width: 100%;
	}
	html * + .figure-corporate {
		margin-top: 60px;
	}
}

.bg-primary-2 {
	background: linear-gradient(180deg, #192031 0%, rgba(25, 32, 49, 0) 57.88%), #572B9D;
}

.bg-primary-2 h2{
	color:#FFFFFF;
}

.bg-primary-2{
	color:#FFFFFF;	
}

@media (min-width: 576px) {
	.section-inset-11 {
		padding: 80px 0 17.45%;
	}
}

@media (min-width: 768px) {

	.section-inset-11 {
		padding-top: 100px;
	}

}

@media (min-width: 992px) {

	.section-inset-11 {
		padding-top: 180px;
	}


@media (min-width: 1200px) {

	.section-inset-11 {
		padding-top: 235px;
	}

}

@media (min-width: 576px) {
	.section-inset-1 {
		padding: 80px 0 7.45%;
	}
}

@media (min-width: 768px) {

	.section-inset-1 {
		padding-top: 100px;
	}

}

@media (min-width: 992px) {

	.section-inset-1 {
		padding-top: 120px;
	}


@media (min-width: 1200px) {

	.section-inset-1 {
		padding-top: 140px;
	}

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

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

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

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

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

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

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

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

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-gray-800 .box-minimal p, .bg-primary-app .box-minimal p, .bg-primary .box-minimal p, .bg-primary-1 .box-minimal p, .bg-primary-2 .box-minimal p, .bg-wave-dark-wrap .box-minimal p, .bg-gradient-primary .box-minimal p, .bg-gradient-primary-1 .box-minimal p, .rd-navbar-corporate .box-minimal p, .rd-navbar-app .box-minimal p {
	color: #696E7B;
}

.box-corporate {
	background-color: #F7F6F9;
	padding: 40px 15px 20px;
}

@media (min-width: 768px) {
	.box-corporate {
		padding: 75px 40px 20px;
	}
}

.box-corporate-year {
	transform: translateY(40px);
}

@media (min-width: 576px) {
	.box-corporate-year {
		transform: translateY(45px);
	}
}

@media (min-width: 992px) {
	.box-corporate-year {
		transform: translateY(53px);
	}
}

@media (min-width: 1200px) {
	.box-app {
		margin-top: 42px;
		margin-left: 15px;
	}
}

.box-app img {
	width: 300px;
}

@media (min-width: 768px) {
	.box-app img {
		width: auto;
	}
}

.box-border-left {
	position: relative;
	padding-left: 35px;
}

.box-border-left::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 5px;
	background-color: #ffffff;
}

.box-border-left * + p {
	margin-top: 20px;
}

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

.box-promotion-images {
	position: relative;
	z-index: 1;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.box-promotion-images {
		max-width: none;
	}
}

* + .box-promotion-images {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .box-promotion-images {
		margin-top: 85px;
	}
}

.box-promotion-image-1 {
	top: 0 !important;
	left: auto !important;
	right: -30px !important;
	margin-left: auto;
	margin-right: 0;
	max-width: 60%;
}

.box-promotion-image-2 {
	top: auto !important;
	left: -30px !important;
	bottom: -30px;
	max-width: 80%;
}

@media (min-width: 992px) {
	.box-promotion-image-2 {
		left: -50px !important;
		bottom: -90px;
	}
}

.client-classic {
	display: inline-block;
	transition: .25s ease;
}

@media (min-width: 992px) {
	.desktop .client-classic:hover {
		transform: translateY(-10px);
	}
}

.box-classic {
	text-align: center;
}

.box-classic-1 .box-classic-figure {
	position: relative;
}

.box-classic-1 .box-classic-figure::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: 'Coming Soon';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 22px;
	line-height: 1.4;
	font-style: italic;
	font-weight: 700;
	font-family: "Merriweather", "Times New Roman", Times, serif;
	color: #D2D4D7;
	background: rgba(255, 255, 255, 0.95);
	pointer-events: none;
}

.box-classic-figure {
	display: block;
	box-shadow: 0 -3px 36px rgba(41, 48, 67, 0.1);
	transition: .3s ease;
}

* + .box-classic-title {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.desktop .box-classic:hover .box-classic-figure {
		transform: translateY(-20px);
		box-shadow: 0 27px 36px rgba(41, 48, 67, 0.1);
	}
}

.box-modern {
	text-align: left;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

.box-modern-number {
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 70px;
	font-size: 22px;
	line-height: 70px;
	font-weight: 700;
	border-radius: 50%;
	color: #ffffff;
	background: #01C9F5;
	font-family: "Merriweather", "Times New Roman", Times, serif;
}

.box-modern-title {
	margin-top: 20px;
}

.box-modern-wrap {
	counter-reset: div;
}

.box-modern-item .box-modern-number:before {
	content: counter(div, decimal-leading-zero) ". ";
	counter-increment: div;
}

.box-modern-item:nth-child(3n + 2) .box-modern-number {
	background: #01a4ff;
}

.box-modern-item:nth-child(3n + 3) .box-modern-number {
	background: #0066FF;
}

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

.box-modern-item + .box-modern-item {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.box-modern-item:nth-child(4n + 2) {
		padding-left: 27%;
	}
	.box-modern-item:nth-child(4n + 3) {
		padding-right: 16%;
	}
	.box-modern-item:nth-child(4n + 4) {
		padding-left: 16%;
	}
	* + .box-modern-wrap {
		margin-top: 50px;
	}
	.box-modern-item + .box-modern-item {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	* + .box-modern-wrap {
		margin-top: 70px;
	}
}

.contacts-default li + li {
	margin-top: 4px;
}

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

@media (min-width: 768px) {
	* + .contacts-default {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .contacts-default {
		margin-top: 60px;
	}
}

.box-sizing-1 {
	max-width: 390px;
}

.box-author {
	position: relative;
	max-width: 80%;
}

@media (min-width: 768px) {
	.box-author {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.box-author {
		margin-top: -240px;
	}
}

.box-author-signature {
	width: 58.8%;
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0;
	transform: translate(24.5%, 45%);
}

/*
 Box Callback
 */
.box-callback {
	background: #ffffff;
	box-shadow: 0px 28px 34px rgba(0, 102, 255, 0.1);
	padding: 20px 15px;
	border-radius: 8px;
	text-align: center;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

.box-callback h3 {
	line-height: 1.2em;
}

.box-callback h3 + * {
	margin-top: 2px;
}

.box-callback svg {
	transition: 0.4s ease-in-out;
}

.box-callback:hover svg {
	transform: rotate(360deg);
}

.box-callback:hover .box-callback-img {
	transform: rotate(360deg);
}

.box-callback-img {
	transition: 0.4s ease-in-out;
}

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

.box-callback + p {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.box-callback {
		text-align: left;
		padding: 20px 36px 20px 19px;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.box-callback + p {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	* + .box-callback {
		margin-top: 145px;
	}
	.box-callback + p {
		margin-top: 43px;
	}
}

.contr-menu-style{
	font-size: 14px;
	color: #000000;
	line-height:2;
}

.contr-menu-style a{
	color: inherit;
}

.contr-menu-style a:hover{
	color: #006DF0;
}

.about-contr-menu .m-item-1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.post-minimal img.bl-img.fl{
	width: 418px;
	height: 250px;
}

.button-primary.mydisable{
	  color: #888;
  background-color: #f8f8f8;
  border-color:
#f8f8f8;
}