/*!
Theme Name: Develor
Theme URI: http://underscores.me/
Author: Kesu
Author URI: https://www.kesu.sk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: develor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Develor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height: -webkit-fill-available;
}


@font-face {
	font-family: 'Century Gothic';
	src: url('./fonts/Century Gothic Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('./fonts/Century Gothic Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('./fonts/Century Gothic Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('./fonts/Century Gothic Bold Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Century Gothic";
	min-height: 100vh!important;
	min-height: -webkit-fill-available;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: "Century Gothic";
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
p{
	font-family: "Century Gothic";
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #774293;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.navbar.bg-light{
	background-color: white!important;
}
*:focus{
	outline: initial!important;
}
.menuul li{
	list-style-type: initial;
	display: inline-block;
	padding-right: 20px;

}
.menuul{
	position: absolute;
	right: 90px;
	top: 20px;
}
.menuul li a{
	font-weight: 700;
	color: black!important;
	font-family: "Century Gothic";
	font-size: 1.2em;
}
.menuul li:nth-child(1){
	padding-right: 40px;
}
.hamburger.is-active:hover, .hamburger:hover{
	opacity: 1!important;
}
#primary-menu ul{
	padding-left: 0;
	margin-left: 0;
}
.download-report.download-events {
	background: #E95A0B!important;
}
#primary-menu ul li{
	list-style-type: none;
}
.menuul a{
	cursor: pointer;
}
.menuul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
img.sipka{
	width: 30px!important;
	display: inline-block!important;
	padding-left: 10px;
}
.bannerhead{
	color: white;
	font-family: "Century Gothic";
	font-weight: 900;
	font-size: 4.2em;
}
.toplis a.hovb.bannerbtn{
	color: #0c0c0c!important;
}
.toplis a.hovb.bannerbtn:hover{
	color: #996DA0!important;
}
.hovb:hover{

}
.owl-dots{
	display: none;
}
.owl-first{
	position: relative;
}
.owl-prev{
	position: absolute;
	left: 15px;
	bottom: 80px;


}
.owl-second .owl-prev{
	top: 70px;
}
#profesionals .owl-prev{
	bottom: 25%;
}
.site-header{
	background-color: white;
}
.owl-next{
	position: absolute;
	right: 15px;
	bottom: 80px;


}
.headcar{
	color: #1C1C1C;
	font-weight: 900;
	font-size: 2.8em;
	font-family: "Century Gothic";
	margin-bottom: 40px;
}
.headexpr{
	color: #1C1C1C;
	font-weight: 900;
	font-size: 4em;
	font-family: "Century Gothic";
	margin-bottom: 40px;
}
.odcont{
	margin-top: 60px;
	margin-bottom: 60px;

}

.textcar{
	color: #1C1C1C;
	font-family: "Century Gothic";
	font-size: 15px;

}
.intheworld .fullwidth1{
	padding-bottom: 30px;
}
.intheworld .fullwidth1{
	padding-top: 10px;
	padding-bottom: 20px;
}
.carimg{
	width: 500px!important;
	margin-top: -75px;
}
.textcar p{
	margin-bottom: 5px;
}
.owl-second{

	padding-top: 60px;
}
#profesionals .textcar{
	max-width: 500px;
	margin-bottom: 50px;
}
#profesionals .owl-prev {

	position: absolute;
	right: 0;

}
.owl-third:not(.owl-loaded){
	opacity: 0;
}
.hvr-sweep-to-right:before{
	background: #82498A;
}

.mapa{
	background-size: cover;
	background-position: 70% center;
}
.bansearched{
	color: #82498A; font-weight: 400;
	text-decoration: none!important;
	font-size: 16px;
}

.bansearched li{
	background-color: #82498A!important;
	font-size: 18px;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white!important;

}
.bansearched li:hover{
	background-color: #521E5A!important;
}
#proven .owl-fourth{
	margin-top: 50px;
}
.owl-fourth{
	padding-right: 120px;
}
.owl-fourth .owl-item img{
	max-height: 70px;
	height: 70px;
	width: auto;
	margin: 0 auto;
}
.white{
	background-color: white;
}
#proven{
	background: linear-gradient(270deg, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 50%);
	margin-top: -10px;
}
#proven .row{
	padding-top: 60px;
	padding-bottom: 60px;
}
#profesionals .owl-next{
	bottom: 20%;
}
#profesionals .owl-prev{
	bottom: 20%;
}
#profesionals .col-md-12{
	position: initial;
}

.top{
	background-color: #996DA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top li{
	display: inline-block;
	list-style-type: initial;
	min-width: 200px;
	font-size: 14px;
}
.top{
	padding-top: 5px;
	padding-bottom: 8px;
	height: 37px;
}
.top li{
	position: relative;
}
.top li::after{
	position: absolute!important;
	top: 0px!important;
	right: -5px;
}
.inner-content-box {
	background: #FFF;
	padding: 60px;
}
.interested {
	color: #774293;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 48px */
}
.black-interested {
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 40.8px */
}
.page-template-page-about-us #develorians .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.owl-third.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background: #774293;
}
.top li:nth-child(1){
	font-weight: 700;
}
.page-template-page-homepage header{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999999999999999999999999999999999999999999999999999999;
	top: 0;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999999999;
	top: 0;
}
.owl-fourth .lefti{
	position: relative;
	margin-left: 0;
	left: -120px;
}
.top li:nth-last-child(1)::after{
	display: none;
}
.top li:nth-child(1)::after{
	display: none;
}
.top li{
	width: calc(22% - 5px);
}
.top li::after{
	width: 2px;
	background-color: #82498A;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	content: "";
	position: relative;
	top: 4px;
}
.top li{
	color: white;
	font-family: "Century Gothic";
}
.top ul{
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.topiclink li, .topiclink li p{
	text-decoration: none!important;
	color: white!important;
}

.topicbg{
	background-size: 1000px;
	background-repeat: no-repeat;
}
.tpoic{
	background-size: 1500px;
}
.headmag{
	margin-top: 30px;
}
.purplehead{
	color: #82498A;
	font-weight: 700;
	font-family: "Century Gothic";
	margin-top: 40px;
	font-size: 1.5em;
}
.relko1{
	position: relative!important;
}
.text{
	background-color: white;
	width: 450px;
	position: absolute;
	z-index: 9999999;
	padding-top: 30px;
	display: none;

	position: absolute;
	bottom: 120px;

	z-index: 999999999;
	right: 0;

	min-height: 220px;
}
.linkmanager:hover{
	color: #82498A!important;
}

.howko{
	z-index: 99999999999999;
}
.idx-6.howko .item img {
	right: 0;
}
.sipkka{
	padding-left: 5px;
}
.tttext{
	font-family: "Century Gothic";
	font-size: 0.9em;
}
.idx-0 .text{
	left: initial;
	right: -250px;
}
.idx-1 .text{
	left: initial;
	right: -250px;
}
.idx-6 .item:hover img{
	right: 0;
}
.idx-6 img{
	right: 0;
}

.profko{
	width: 700px;
	height: 700px;
	background-size: cover;
	position: absolute;
	left: 50%;
}
.sipkka{
	width: 20px!important;
}


.text{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.noulleft img{
	cursor: pointer;
}

#profesionals .odcont{
	margin-bottom: 0;
}

.purplehead {
	color: #82498A;
	font-weight: 700;
	font-family: "Century Gothic";
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.8em!important;
	font-size: 1.5em;
}
#full-profile .col-md-4{
	position: relative;
}
#full-profile .obrim{
	position: absolute;
	bottom: 0;
	background-size: contain;
	min-height: 100%!important;

}
#full-profile .postext{
	padding-bottom: 100px;
}
*::marker{
	display: none!important;
}


.disabled{
	display: none!important;
}

#profesionals{
	position: relative;
}

.headmag{
	color: #1C1C1C;
	font-family: "Century Gothic";
	font-weight: 700;
}
.padleft{
	padding-left: 70px;
}
.padright{
	padding-right: 70px;
}
.gh{
	font-family: "Century Gothic";
	font-weight: 700;
	font-size: 1.2em;
	color: #93C125;
}
.gh a{
	color: #93C125!important;
	text-decoration: initial!important;
}
.greenspan{
	color: #93C125;
}
.solut .greenspan,.solut li p strong{
	color: white;
}
.wpcf7-submit-div{
	position: relative;
	margin-bottom: 30px;
}.form-actions a{
	position: relative;
}
.down-main{
	position: relative;
}
.l-more{
	z-index: 1;
}
.border-button-3:hover::before,.l-more-learn:hover::before,.wpcf7-submit-div:hover::before,.event-learn-more:hover::before,.butoncontact2:hover::before,.l-more-learn:hover::before,.form-actions a:hover::before,.down-main:hover::before{
	border: 2px solid black;
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	left: -8px;
	bottom: -8px;
	z-index: -1;

}
.butoncontact2,.l-more-learn{
	position: relative;
	text-decoration: none!important;
	text-decoration: initial;
}
.event-learn-more:hover{
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.wpcf7-submit-div{
	position: relative;
	display: inline-block;

}
.wpcf7-spinner {
    /* visibility: hidden; */
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute!important;
    left: initial;
    right: -70px;
    top: 15px;
}
.pemali:hover{
	text-decoration: initial;
}
.minmagko.magonhov{
	height: 200px;
}
.minmagko:hover .mimages{
	width: 110%;
	height: 110%;
}
.mimages{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.pemali:hover .mimages{
	width: 110%;
	height: 110%;
}
.rigtmenu{
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	position: fixed;
	right: 0;
	z-index: 99999999999;
	top: 113px;
	padding-bottom: 40px;
	display: none;
	background-color: white;

}

.rigtmenu ul li a{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-size: 1.2em;
	font-weight: 400;
}
.rigtmenu ul, .single .rigtmenu ul{
	margin-left: 0;
	padding-left: 0;
}
.rigtmenu ul li{
	margin-bottom: 20px;
	list-style-type: none;
	margin-top: 20px;
}
.hamburger--collapse.is-active .hamburger-inner:before, .hamburger--collapse.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner {
	background-color: #9A6DA0;
}
.secmag .magimg{
	height: 100px;

}
.secmag .gh{
	font-size: 15px;
}
.npdb{
	margin-bottom: 10px!important;
}
.secmag .greyb, .secmag .magimg{
	margin-top: 15px;
}

.secmag .th{
	font-size: 0.8em;
}
.secmag .greyb{
	height: 100px;
}
.butoncontact{
	position: absolute;
	bottom: 80px;
	background-color: white;
}
.maga .padleft{
	padding-left: 30px;
}
.maga .padright{
	padding-right: 30px;
}
.single .bannertext{
	font-size: 1.5em;
}
.magimg{

	width: 100%;
	height: 250px;
	background-size: cover;
	margin-top: 40px;
}
.noh{
	height: initial!important;
	margin-bottom: 40px;
}
.ondeskt{
	display: block;
}
.th{
	color: #848484;
	font-family: "Century Gothic";
	font-weight: 300;
	font-size: 1em;
}
.mag .col-4{
	padding-right: 0;
}
.mag .col-8{
	padding-left: 0;
}
.mag .col-5{
	padding-right: 0;
}
.mag .col-7{
	padding-left: 0;
}
.greyb{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;

	padding-right: 30px;
	background-color: #F5F5F5;
	margin-top: 30px;
	height: 240px;
}
.scrollable{
	overflow-y: scroll;
	height: 100vh;
}
.head .noh{
	margin-bottom: 0;
}
.headic{
	width: 30px!important;
}
.botko{
	position: absolute;
	bottom: 60px;
}
.rigtmenu{
	min-width: 275px;
}
.catname{
	color: #848484;
	font-family: "Century Gothic";
	font-weight: 300;
	font-size: 1em;
	display: block;
	margin-bottom: 10px;
}
.secmag .greyb{
	padding-left: 15px;
}
.mailicon,.phoneicon {
height: 70px;
}
.mag .container, .mag .row{

}
.newest{
	margin-bottom: 0;
}
#proven .owl-fourth .owl-prev,#proven .owl-fourth .owl-next{
	bottom: 210px;
}
.norightik{
	margin-right: 0;
}
.mag{
	top: 113px;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
	margin-bottom: 30px;
	background-color: white;
	padding-top: 0px;
	display: none;
	padding-bottom: 60px;
	height: calc(88vh + 17px);

}
.whiteulxc li {
	margin-bottom: 0!important;
}
whiteulxc {
	max-width: 70%!important;
}
.vyber-zoznam {
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	padding-top: 30px;
	padding-bottom: 30px!important;
	font-weight: 400;
	line-height: 130%; /* 26px */
}

.morezko .whitbox{
	z-index: 2;
}
.page-template-page-homepage .purpimc{
	z-index: 2;
}
.solut{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 100px;
}
.solut li{
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: "Century Gothic";
	color: #AFAFAF;
	font-size: 1.1em;

}
.rigtmenu .nomargpad{
	border-top: 1px solid #AFAFAF;
}
.mag .topic li{
	font-family: "Century Gothic";
	font-size: 0.9em;
	text-align: right;
}
.mag .topic{
	margin-top: 30px!important;
}
.mag .topichead{
	font-size: 1em!important;
}

.mag .topic a{
	cursor: pointer;
	text-decoration: underline!important;
}
.divider{
	background-color: #C6C6C6;
	width: 100%;
	height: 1px;
	margin-top: 30px;
}
.mag .butoncontact{
	bottom: 20px;
}
.topichead{
	font-family: "Century Gothic";
	font-weight: 700;
	color: #1C1C1C;
	font-size: 1.1em;
}
.topic{
	margin-left: 0;
	margin-top: 15px;
	padding-left: 0;
}
.topic li{
	list-style-type: none;
	display: inline-block;

}
li.topichead{
	height: initial;
	margin-bottom: 0!important;
	text-align: left!important;
}
.box{
	background-color: white;
	padding-top: 40px;
	margin-top: 60px;

	padding-bottom: 40px;
}
#profesionals .odcont{
	margin-top: 0;
	padding-top: 100px;
}
#profesionals.topicbg{
	background-position: inherit;
	background-size: 1600px;
}
#profesionals .owl-nav{
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: inherit;
	color: inherit;
	text-decoration: none;
}

.owl-second .owl-next{
	position: absolute;
	top: 70px;
}
.owl-second .owl-nav{
	display: block;
}
.owl-prev span,.owl-next span{

	font-size: 100px!important;
	line-height: 0;
}
.topics{
	margin-left: 0;
	padding-left: 0;
}
.topics li{
	list-style: initial;
	display: inline-block;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s;

}
.topics li:hover{
	background-position: right bottom;
	cursor: pointer;
}
body .forbtopic.top2 li,body .forbtopic.top2{
	text-align: left;
	background-color: transparent!important;

	color: white !important;
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
   	margin-bottom: 30px;
}

.purplebut{
	background-color: #82498A;
}
.owl-second .owl-item{
	opacity: 0.3;
}
.owl-second .owl-item.active{
	opacity: 1;
}
.big{
	width: 29%;
	color: white;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 35px;
	padding-bottom: 50px;
	font-family: "Century Gothic";
}
.topic_1{
	background-color: #93C125;
}

.mapa{
	overflow: hidden;
}
.topic_2{
	background-color: #EA5A0C;
}
#topics{
	margin-top: -10px;
}
#topics .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
#topics li{
	height: 360px;
	vertical-align: top;

}
.topic_3{
	background-color: #1F6FB2;
}
.mag .topichead{
	font-weight: 700;
	width: 6%!important;
	text-align: left;
	margin-bottom: 30px;
}
.topictext{
	margin-bottom: 30px;
	font-size: 1em;
}
.small{
	width: 8%;
}
.topic_4{
	color: white;
	font-family: "Century Gothic";
	padding-top: 58px;
	font-weight: 500;
	background-color: #C6C6C6;
	transform: rotate(180deg);
}

.topic_5{
	width: 5%;
	display: inline-block;
	padding-top: 80px;
}
.topicsmallhead, .topicsmallheadsecond{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin: 0 auto;
}
.topicsmallhead{
	font-size: 24px;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]{
	max-height: initial;
}
.topicsmallheadsecond{
	font-family: "Century Gothic";
	font-size: 1.3em;

}
.top{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999999;

}
.owl-second img{
	max-height: 350px;
}
.rigtmenu{
	height: calc(100vh - 113px);
	top: 113px;
}
header .nomargpad{
	margin-top: 100%!important;
}
.center{
	text-align: center;
}
#contact-form .purplehead{
	margin-top: 50px;
}
.magazine{
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.topic_5{
	padding-top: 80px;
	transform: rotate(180deg);
	background-color: #DBDBDB;
	color: white;

}
.plusko{
	position: relative;
	left: 0;
	vertical-align: bottom;
	top: 6px;
}
.bannerimg{
	width: 100%;
	height: 75vh;
	padding-top: 20vh;
	background-size:cover;
	background-repeat: no-repeat;
}
.default{
	display: inline-block;
}
.onactive{
	display: none;
}
.activeit .default{
	display: none;
}
.activeit .onactive{
	display: inline-block;
}
.bannerbtn{
	color: white!important;
	font-size: 18px;
	font-weight: 400;
	font-family: "Century Gothic";
}
.purple .butoncontact{
	position: relative;
}
.purple .butoncontact:hover{
	background-color: #82498A;
	color: white!important;
	text-decoration: initial;
}

.searcharticles{
	font-size: 1.2em;
}
.solut li p strong{
	color: #1C1C1C;
}
.mag .topic a{
	color: #1C1C1C;
}
.page-template-page-services-all .odt{
	padding-bottom: 50px;
}
.whitrad {
	background: linear-gradient(270deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 25%);
}
.hovb:hover{
	text-decoration: initial;
}
.bannertext{
	color: white;
	font-weight: 300;
	font-family: "Century Gothic";
	max-width: 100%;
	padding-top: 30px;
	font-size: 1.2em;
}
.purple .butoncontact:hover{
	background-color: #82498A;
}
.bottom{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 15px;
}
.nomargpad{
	margin-bottom: 0;
}
.relko{
	position: relative;
}
.bottom p{
	color: #707070!important;
	font-family: "Century Gothic";
	margin-bottom: 5px;
	font-size: 18px;
}
.bottom p a{
	text-decoration: underline;
	color: #707070!important;
}
.site-footer{
	background-color: #EFEFEF;
	padding-top: 60px;
	padding-bottom: 40px;

}

.bottom p a{
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-decoration: none;
}
.noulleft, .noulleft ul{
	margin-left: 0;
	padding-left: 0;
}
#menu-menu-footer li a{
	color: white;
	font-family: "Century Gothic";
	font-weight: 300;


	color: #000;
	text-align: right;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */

}
#menu-menu-footer{
	display: inline-block;
	width: 100%;
}
#topics{
	overflow: hidden;
}
.rigtmenu{
	right: -300px;
}
#menu-menu-footer li:nth-last-child(1){
	padding-right: 0;
}
.noulleft li,.menu-menu-footer-container{
	display: inline-block;
}
.noulleft{
	text-align: right;
}
#menu-menu-footer li{
	padding-right: 20px;
}
#menu-menu-footer li{
	margin-top: 15px;
}

.noulleft ul li{
	list-style-type: initial;
	display: inline-block;
}
.nomargpad{
	padding-left: 0;
	margin-left: 0;
	margin-top: 30px;
}
.nomargpad li{
	display: inline-block;
}
.nomargpad li img{
	width: 40px;
	margin-right: 15px;
}
.footer_logo{
	margin-bottom: 60px;
}

.fullw{
	max-width: initial;

}
.whygrowim{
	margin-top: 60px;
}
.number{
	color: #996DA0;
	font-size: 3em;
	font-family: "Century Gothic";
	font-weight: 900;
	margin-bottom: 15px;
}
.intheworld{
	padding-bottom: 60px;
	margin-top: 160px;
}
.purplea{
	color: #996DA0!important;
	font-family: "Century Gothic";
}
.nametext{
	font-family: "Century Gothic";
	font-weight: 700;
	color: #1C1C1C;
}
.mailiconik{
	position: relative;
	margin-left: -8px;
}
.hidhov{
	display: inline-block;
}
.showhov{
	display: none;

}
.contact-us:hover .showhov{
	display: inline-block;
	position: relative;
	top: -5px;
}
.contact-us:hover .hidhov{
	display: none;
}
.phoneicon{
	position: relative;
	top: -4px;
	margin-right: 10px;
	width: 45px;
	position: relative;
	left: -8px;
}
.mailicon{
	position: relative;
	top: -4px;
	margin-right: 10px;
	width: 45px;
	position: relative;
	left: -8px;
}
.butoncontact{
	font-family: "Century Gothic";
	font-weight: 500;
	font-size: 1em;
	color: #1C1C1C!important;
	padding-left: 30px;
	margin-top: 60px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 1px 0px 30px 1px rgba(0,0,0,0.3);
}
.mag .butoncontact{
	box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.3);
}
.halfik{

}
.odtopc{
	margin-top: 60px;
}
.odtoplx{
	margin-top: 60px;
}
.ulkoli{
	padding-left: 0;
	margin-left: 0;
}
.ulkoli li{
	display: inline-block;
}
.greyc{
	padding: 20px;
	background: #F8F8F8;
}
.farba{
	background: #F8F8F8;
}
.meet-us{
	padding-bottom: 0!important;
	padding-top: 50px!important;
}
.greyc p{
	margin-bottom: 0;
}
.mimages{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.iframeimage{
	width: 100%;
	height: 626px;
	margin-top: 60px;
	margin-bottom: 60px;
	background-size: cover;
	background-position: center center;
}
.previtem{
	opacity: 1;
}
.owl-fifth .owl-stage{
	right: 150px;
}
.owl-fifth .owl-dots{
	margin-top: 25px!important;
}
.ggdsf{
	background-color: #ECECEC;
}

.page-template-page-about-us .mapa {
	background-size: cover!important;
	background-position: 80% 0;
	background-repeat: no-repeat;
}
#carcont{
	padding-bottom: 160px;
}
.owl-sixth .owl-nav{
	margin-top: 0;
}

.purplebgg{
	background-color: #824A8A;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	color: white;
	font-family: "Century Gothic";
	font-size: 1.5em;
	font-weight: 700;
}
.navbar-brand{
	position: relative;
}
.purple{
	background-color: #B190B6;
	padding-top: 100px;
	padding-bottom: 100px;
	top: 0;
	right: 0;
	background-position: right 0;
	background-size: contain;
	position: relative;
	background-repeat: no-repeat;
}
.menuul li a:hover{
	text-decoration: initial;
}
.morez{
	z-index: 99;
}
.bgpurp{
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 99999999999999999;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 9;
}
.whitehead{
	color: white;
	font-weight: 700;
	font-family: "Century Gothic";
	font-size: 3.5em;
}
.boxik{
	margin-top: 0;
	margin-bottom: 0;
}
.odtt{
	margin-top: 30px;
}

.topicbg .col-md-12{
	padding-right: 0;
}
.whitbox{
	background-color: white;
	padding-top: 50px;
	width: 50%;
	position: absolute;
	right: 0;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 70px;
}
.learnmorehead{
	font-size: 2em;
	font-family: "Century Gothic";
	font-weight: 700;
}
.whitbox .odtpo{
	margin-top: 120px;
}
.odtpo{
	margin-top: 160px;
}
.line{
	border-top: 3px solid #1C1C1C;
	padding-top: 15px;
}
.purplebut{
	background-color: #82498A;
	color: white!important;
	font-family: "Century Gothic";
	font-weight: 500;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	box-shadow: 1px 0px 30px 1px rgba(0,0,0,0.3);
}
.purplebut:hover{
	text-decoration: initial;
	
}
.purple .butoncontact{
	padding-top: 13px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 13px;
}
.arrowlong{
	display: none;
}
.hidencite{
	display: none;
}
.butoncontact{
	padding-top: 13px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 21px;
	padding-bottom: 13px;
}

.headtopa{
	color: white;
	font-weight: 700;
}
.butoncontact {
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none!important;
}
#newsletter-purple a {
	text-decoration: none!important;
}
.man-link {

}
.backwrapper {
	z-index: 99999;
}
.whitetext{
	color: white;
	font-weight: 300;
	font-family: "Century Gothic";

	margin-top: 30px;
	margin-bottom: 40px;
}
.figuretext{
	float: right;
}
#topics .topichead{
	color: white;
	font-size: 1.7em;
	padding-bottom: 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	margin-top: 10px;
}
.lefti{
	transform: rotate(180deg);
}
#topics .topicarrow{
	position: absolute;
	bottom: 40px;
}
#topics .big:hover .topichead{
	font-size: 30px;
}

.greycont{
	background-color: #EFEFEF;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.owl-fifth{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.owl-fifth .owl-nav{
	display: none;
}
.owl-fifth .owl-dots{
	display: block;
}
.ocn{
	padding-top: 80px;
	padding-bottom: 80px;
}
.mag .butoncontact:hover{
	color: white!important;
}
.learnhead{
	font-family: "Century Gothic";
	font-weight: 700;
	font-size: 3em;
	color: #1C1C1C;
}
.partet{
	font-family: "Century Gothic";
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 60px;
}
.bgimitem{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 400px;
}


.topic_1:hover .firstarrow{
	display: none;
}

.topic_2:hover .firstarrow{
	display: none;
}

.topic_3:hover .firstarrow{
	display: none;
}

.topic_4:hover{
	background-color: #B4B4B4!important;
}
.topic_5:hover{
	background-color: #B4B4B4!important;
}


.secondarrow{
	display: none;
	position: relative;
	left: -300px;
}
.topichead{
	height: 60px;
}
.big{
	overflow: hidden;
}
.closeimko{
	position: absolute;
	right: 25px;
	cursor: pointer;
	top: 28px;
}
.nophone{
	padding-top: 0!important;
}
.page-template-page-contact #contact select option{
	font-family: "Century Gothic";
}
.lookforb{
	cursor: pointer;
}
.closeimko img{
	width: 15px;
	height: 15px;
}
.cite{
	margin-top: 30px;
	font-family: "Century Gothic";
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}
.name{
	font-weight: 700;
	color: #1C1C1C;
	font-family: "Century Gothic";
}
.onmob{
	display: none;
}
.owl-sixth.onmob{
	display: none;
}
.figuretext{
	margin-bottom: 40px;
	display: block;
}

.navbar{
	padding-left: 0;
	padding-right: 0;
}
.contact-us{

	background-color: #82498A!important;
	padding-left: 20px;
	padding-right: 13px;
	color: white;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 7px;
	position: relative;
	top: -2px;

}
.contact-us:hover{
	cursor: pointer;
}

.lefkto{
	position: absolute;
	left: 206px;
}
#contact-form{
	position: fixed;
	right: 0;
	display: none;
	height: 100vh;
	top: 0;
	z-index: 999;
}
.formcont input{
	width: 100%!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.odshow:hover{
	cursor: pointer;
}
.formcont label{
	margin-top: 10px;
}
.topclas{
	margin-left: 0;
	padding-left: 0;
}
.smallli .topichead{
	transform: rotate(180deg);
	height: 100%;
	padding-top: 0;
	text-align: center;
}
#topics .topichead{
	padding-bottom: 0;
}
.showiton{
	display: none;
}
.toplis{
	width: 13.33%;
	padding: 35px;
	padding-bottom: 35px;
	padding-top: 35px;
	display: inline-block;
	background-color: #C6C6C6;

}
.toplis h3{
	font-size: 20px;
	min-height: 50px;
}
.toplis p{
	margin-bottom: 0;
}
.topclas li{
	cursor: pointer;
}
.toplis::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	top: 0;
	right: 0;
	top: 11%;
	background-color: #AAAAAA;
}
.toplis{
	position: relative;
}
.noneto::after{
	display: none!important;
}
.toplis a{
	color: #0c0c0c;
	position: relative;
	bottom: -15px;
	font-size: 16px;
	font-family: "Century Gothic";
	position: absolute;
	bottom: 30px;
}

.toplis h3{
	font-family: "Century Gothic";
	color: #0c0c0c;
	font-weight: 700;
}
.toplis p{
	font-family: "Century Gothic";
	padding-top: 15px;
}
.smallli{
	width: 5%;
}
.odshow{
	display: block;
	margin-top: 0;
	font-family: "Century Gothic";
	color: white!important;
	display: block;
	bottom: 20px;
	font-weight: 600;
	border-top: 1px solid white;
	padding-top: 20px;
	font-size: 20px;
	margin-top: 10px;

}
.odshow img{
	margin-left: 10px;
}
#topics .topichead{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.top1{
	background-color: #93C125;
}
.mobarrow{
	display: none;
}
.top2{
	background-color: #EA5A0D;
}
.top3{
	background-color: #216FB2;
}
.odshow:hover{
	text-decoration: none;
}
.wpcf7-response-output{
	display: none!important;
}
.smallli{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	display: inline-block;
}
.inner-content-box{
	max-width: 60%;
	margin: 0 auto;
}
.contact-content{
	padding-top: 100px;
	display: inline-block;
	padding-left: 40px;
	max-width: 400px;
	padding-right: 40px;
	position: relative;
	top: -135px;
	background: #B190B6!important;
	max-width: 100%;
	width: 100%;
}
.contact-content .formcont label{
	color: white!important;
}
.contact-content .formcont input,.contact-content .formcont textarea{
	border: 0;
}
.closebar{
	position: relative;
	left: 10px;
}
.formcont label{
	font-family: "Century Gothic";
	font-weight: 700;
	width: 100%;
}
.formcont form p{
	margin-bottom: 15px;
}
.poshead{
	color: white;
	font-family: "Century Gothic";
	color: white;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 25px;
}
.postext{
	font-family: "Century Gothic";
	color: white;
	margin-bottom: 0;
	max-width: 600px;
	margin-top: 30px;
}
#about{
	padding-top: 50px;
	background-color: white;
}
#references{
	padding-top: 40px;
	background-color: #ECECEC!important;
	padding-bottom: 40px;

	background-color: #ECECEC!important;
	padding-bottom: 40px;
	padding-top: 200px;
	margin-top: -150px;
	z-index: -1;
}
.whitecolko{
	background-color: white;
}
.expul li{
	list-style-type: none;
	font-weight: 300;
}
.expul li:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	top: -2px;
	margin-right: 15px;
	background-color: #996DA0;

}
.hlead{
	font-weight: 700;
	font-family: "Century Gothic";
	color: #1C1C1C;
}
#education{
	padding-top: 50px;
}
#language{
	padding-top: 50px;
	padding-bottom: 50px;
}
.minpad{
	background-color: #B190B6;
}
.minpad{
	padding-top: 40px;
	padding-bottom: 40px;
}
.morb2{
	margin-bottom: 22px!important;
	margin-top: 10px;
}
.obrim{
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.minpad p.morb{
	margin-bottom: 15px;
}
.minpad a,.minpad p{
	color: #1C1C1C!important;
	font-family: "Century Gothic";
}
.minpad p{
	margin-bottom: 0;
}
.expertise{
	margin-bottom: 30px;
}
.tlead{
	font-weight: 400;
	font-family: "Century Gothic";
	color: #1C1C1C;
	margin-top: 15px;
}
table td{
	font-family: "Century Gothic";
}
table{
	margin-top: 40px;
}
.services .topics li.topic_1:hover{
	background-color: #93C125!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;


}
@keyframes myanim {
	0% {
		padding-bottom: 15px;
	}
	100% {
		padding-bottom: 30px;
	}
}
.services .topics li.topic_2:hover{
	background-color: #EA5A0C!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;

}
.services .topics li.topic_3:hover{
	background-color: #1F6FB2!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;

}
.backwrapper2{
	z-index: 9999999!important;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;


}

.backwrapper2 h3{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	line-height: 28.8px; /* 96% */
}
.backwrapper2 p {
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
}
.backwrapper2 {
	text-align: center;
}
.relko2 {
	position: relative;
	height: 100%;

	display: flex; flex-direction: column; align-items: start; align-items: center;
}

.owl-third .owl-item:nth-child(4) .backwrapper2 h3, .owl-third .owl-item:nth-child(4) .backwrapper2 p,.owl-sixth .owl-item:nth-child(4) .backwrapper2 h3, .owl-sixth .owl-item:nth-child(4) .backwrapper2 p {
	color: black!important;
}
.owl-third .owl-item:nth-child(8) .backwrapper2 h3, .owl-third .owl-item:nth-child(8) .backwrapper2 p,.owl-sixth .owl-item:nth-child(8) .backwrapper2 h3, .owl-sixth .owl-item:nth-child(8) .backwrapper2 p {
	color: black!important;
}
.owl-third .owl-item:nth-child(12) .backwrapper2 h3, .owl-third .owl-item:nth-child(12) .backwrapper2 p,.owl-sixth .owl-item:nth-child(12) .backwrapper2 h3, .owl-sixth .owl-item:nth-child(12) .backwrapper2 p {
	color: black!important;
}
.owl-third .owl-item:nth-child(16) .backwrapper2 h3, .owl-third .owl-item:nth-child(16) .backwrapper2 p,.owl-sixth .owl-item:nth-child(16) .backwrapper2 h3, .owl-sixth .owl-item:nth-child(16) .backwrapper2 p {
	color: black!important;
}

.backwrapper2{
	display: none;
}
.owl-third .item:hover .backwrapper2 {
	display: block;
}
.backwrapper:hover .backwrapper2 {
	display: block;
}
.peop-prof{
	position: absolute;
	bottom: 30px;
	height: 52px;
	display: inline-flex;
	height: 52px;
	
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	background: #FFF;
}
.backwrapper2 a {
	display: inline-flex;
	
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;

	

	background: #FFF;


	color: #000;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}

.big-topics-template-default .bannerimg{
	height: initial;
	min-height: 75vh;
	padding-bottom: 60px;
}
.greyboi{
	background-color: #C6C6C6;
	position: absolute;
	margin-top: 26px;
}
.greyboi .otherserv li{
	padding-top: 28px;
	font-size: 15px!important;
}
.greyboi .otherserv{
	padding-top: 25px;
}
#contact{
	padding-top: 40px;
}
#contact input:focus{
	border: 1px solid #82498A;
}
.greyboi li{
	padding-top: 5px!important;
	color: #1c1c1c!important;
	padding-bottom: 5px!important;
}
.greyboi{
	display: none;
}
.topic_4:hover .greyboi{
	display: block;
}
.greyboi li:hover{
	background-color: initial!important;
}
table .morf{
	font-weight: 700;
}
#experience{
	padding-top: 50px;
}
.ob{
	margin-bottom: 15px;
}
.nolazy{


}

#profesionals{
	overflow: hidden!important;
}
.expertise{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-size: 3em;
	font-weight: 700;
}
#expertise{
	margin-top: 30px;

}
.ifrim{
	height: 305px;
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-page-full-profile video{
	height: 305px;
}
#expertise ul{

	margin-left: 0;
}
.expul{
	margin-top: 40px;
	margin-left: 0;
	padding-left: 0;
}
.expul li{
	font-family: "Century Gothic";
	color: #1C1C1C;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 1.2em;
}
#expertise .expertise{
	margin-top: 45px;
	color: white;
}
.textbot{
	font-family: "Century Gothic";
	color: #1C1C1C;

	max-width: 480px;
}
.formcont input,.formcont textarea{
	margin-top: 5px;
	border-radius: 0;
	font-family: "Century Gothic";
	padding-left: 10px;
	padding-right: 10px;
	border-color: #82498A!important;
}
.formcont textarea{
	resize: initial;
	height: 100px;
	padding-top: 15px;
}
.formcont .wpcf7-submit{
	background-color: #82498A!important;
	color: white;
	width: 100%;
	padding-top: 12px;
	font-weight: 300;
	box-shadow: 1px 0px 30px 1px rgba(0,0,0,0.3);
	padding-bottom: 12px;
}
#full-profile{
	background: rgb(153,109,160);
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
	margin-top: 45px;
	padding-top: 80px;
}

.purplehead{
	font-size: 1.3em;
}
.infocon{
	margin-top: 10px;

}

.formcont input{
	display: block;
}
.infocon p{
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 1.1em;
	color: #1C1C1C;
	font-family: "Century Gothic";
}
.clasref{
	max-width: 400px!important;
}
.closebar{
	background-color: #DBDBDB;
	font-family: "Century Gothic";
	display: inline-block;

	width: 50px;
	cursor: pointer;
	color: #B4B4B4;
}
.contact-content{
	height: calc(100vh + 135px);
}
#contact-form{

}
.closecont {

	text-orientation: mixed;
	transform: rotate(180deg);
	height: 100vh;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	background-color: #DBDBDB;
}
.justdes{
	writing-mode: vertical-lr;
	display: inherit;
}
.contact-content{
	background-color: white;
}
.closebar img{
	position: relative;
	left: 0;
	padding-bottom: 5px;
}
.justmm span{
	margin-left: 10px;
}
.cltext{
	display: none;
}
.rotation .cltext{
	display: inline-block;
}
.rotation .ltext{
	display: none;
}
.otoc,.rotation img{
	transform: rotate(180deg);
}
.hidfinal{
	display: none;
}
.purplea{
	cursor: pointer;
}
.owl-theme .owl-nav .disabled{
	display: none;
}
.hidden{
	display: none;
}
.purptext{
	color: #996DA0;
	font-weight: 500;
}
.mora{
	cursor: pointer;
}
.owl-carousel.owl-first .owl-nav button.owl-prev,.owl-first.owl-theme .owl-nav .disabled{
	display: block;
	opacity: 1;
}
.intheworld{
	position: relative;
}
.mora:hover{
	cursor: pointer;
	text-decoration: initial!important;
}
.inbef{
	content: "";
	width: 500px;
	display: block;
	background-size: contain;
	height: 500px;
	background-image: url("./assets/images/linko.png");
	background-repeat: no-repeat;
	right: 0;
	position: absolute;
	top: 0;
}


.owl-second .owl-prev{
	left: -5px;
	background: white;
	padding-left: 15px!important;
}
.owl-second .owl-item img{
	opacity: 0;
}
.owl-second .owl-item.active img{
	opacity: 1;
}
.purple{
	overflow: hidden;
}
.topicbg{
	overflow: hidden;
}
#profesionals .owl-next{
	right: 5%;
}
.bannerbtn:hover{
	color: #996DA0!important;
	text-decoration: initial;
}

.bannerbtn:hover .sipka{
	display: inline-block!important;
	content: url("https://develor.kesu.sk/wp-content/uploads/2020/09/Mask-Group-33.svg");
}
.topics li.onbmd{
	display: none;
}
.justmm{
	display: none;
}
.purple .whitehead{
	padding-top: 45px;
	font-weight: 900;
	font-weight: 4em;
}
.learnmorehead{
	font-weight: 900;
	color: #1C1C1C;
}
.lefti{
	margin-left: 15px;
}
.txtcar{
	max-width: 100%;
}
.odc{
	padding-top: 60px;
	padding-bottom: 30px;
}
#why-develor .headexpr{
	margin-top: 80px;
}

#what .odc{
	padding-bottom: 0;
}

.box-content{
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center center;
}
.howtx{
	margin-top: 40px!important;
}
.owl-sixth{
	background-color: white;
}
.clovekim{
	width: 100%;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#why-develor .textcar,#what .textcar,#how .textcar{
	font-size: 16px;
}
#how{
	padding-bottom: 30px;
}
#what p {
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.whitpl{
	background: linear-gradient(90deg, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 50%);
}
.owl-sixth{
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-text{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxik{
	margin-bottom: 15px;
}
.menoclovek{
	color: #82498A;
	font-weight: 700;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 15px;

	margin-bottom:0;
}
.positionclovek{
	color: #404040;
	font-family: "Century Gothic";
	font-weight: 400;
	margin-top: 10px;
	font-size: 15px;
}
.emailclovek{
	color: #82498A;
	font-family: "Century Gothic";
	font-weight: 500;
	display: block;
	font-size: 15px;
}
.owl-sixth .col-md-3{
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
.owl-sixth{
	padding: 60px;
	padding-right: 0;
}
.owl-sixth{

}
.iframeimage{
	cursor: pointer;
}
.owlc{
	position: initial;
}
.relative .licko{
	padding-right: 25px;

}
.owl-sixth .owl-next{
	position: absolute;
	right: 15px;
	bottom: 450px;
}
video{
	width: 100%;
	height: 626px;
	display: none;
}
.owl-sixth .owl-prev{
	bottom: 450px;
}
.relative{
	position: relative;
}
.owl-carousel.owl-sixth .owl-stage-outer{
	position: initial!important;
}
.owl-sixth{
	position: initial;
}

.location{
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-family: "Century Gothic";
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 15px;

}
.emailclovek:hover{
	color: inherit;
	text-decoration: initial;
}
.owl-sixth{
	padding-bottom: 0;
}
.imkol{
	mix-blend-mode: multiply;
}
.green-text{
	margin-bottom: 0;
	color: #93C124;
	font-size: 1.1em;
	min-height: 55px;
	font-weight: 700;
	font-family: "Century Gothic";
}
.btext{
	color: #AFAFAF;
	font-family: "Century Gothic";
	font-size: 15px;

}
.justdes{
	left: -2px;
	position: relative;
}
#profesionals{
	background-color: white;
}
.odss{
	padding-top: 60px;
	padding-bottom: 60px;
}

.ifr iframe{
	width: 100%;
	height: 500px;
	margin-top: 60px;
}
.imkol{
	margin-right: 15px;
	margin-bottom: 15px;
}
.ulkologos{
	margin-bottom: 50px;
}

.licko.activeli{
	color: #1C1C1C;
}
.showonmooo{
	display: none;
}

.greyko{
	background-color: #F5F5F5;
}
.odcm{
	padding-top: 380px;
	margin-top: -335px;
	position: relative;
	padding-bottom: 60px;
	z-index: -1;
}
.parfor .owl-next, .parfor .owl-prev{
	bottom: 239px;
}
.ulkologos{
	margin-left: 0;
	padding-left: 0;
	padding-left: 15px;
	z-index: 999999999999;
}
select option{
	font-size: 16px!important;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
}

.odtopmc{
	margin-top: 25px;
}
#bigtopic-2, #bigtopic-3{
	margin-top: 30px;
}
.headimv{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.boxikcatko{
	color: white;
	background-color: #EA5A0C;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
	font-size: 14px;
	font-family: "Century Gothic";
	position: absolute;
	right: 0;
	top: -20px;
}
#bigtopic-1 h4{
	color: #93C124;
	font-weight: 700;
	font-size: 2.5em;
	font-family: "Century Gothic";
}
#bigtopic-2 h4{
	color: #EA5A0C;
	font-weight: 700;
	margin-top: 30px;
	font-family: "Century Gothic";
	font-size: 2.5em;
}
#bigtopic-3 h4{
	color: #1F6FB2;
	font-weight: 700;
	margin-top: 30px;
	font-family: "Century Gothic";
	font-size: 2.5em;
}
#develor-news h4{
	color: #1C1C1C;
	font-weight: 700;
	margin-top: 30px;
	font-size: 2.5em;
	font-family: "Century Gothic";
}
#banner .topic li a{
	color: white!important;
}
#develor-news{
	margin-bottom: 60px;
}
.whitko{
	background-color: white;
	padding-top: 25px;
	padding-bottom: 25px;
}
.inpko input{
	padding-left: 20px!important;
	padding-right: 40px!important;
	padding-top: 9px!important;
	border-radius: 0!important;
	border: 0!important;
	padding-bottom: 9px!important;
	font-family: "Century Gothic";
	color: #BCBCBC!important;
	font-weight: 300!important;
}
.inpko .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	padding-left: 0!important;
	margin-left: 0!important;
	font-family: "Century Gothic";
	color: white;
}
.inpko .wpcf7-form-control-wrap{
	display: inline;
}
.inpko .wpcf7-form-control-wrap input[type='email']{
	width: 50%;
}
.inpko .wpcf7-not-valid-tip{
	position: absolute;
	margin-top: 5px;
}
.inpko input[type='submit']{
	background-color: #82498A!important;
	text-align: center;

	color: white!important;
	font-family: "Century Gothic";
	font-weight: 500;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px!important;
	padding-right: 40px!important;
	box-shadow: 1px 0px 30px 1px rgba(0,0,0,0.3);
	padding-top: 13px!important;
	padding-bottom: 13px!important;
	margin-left: 15px;
}
.whitko .whitbx{
	background-color: #F8F8F8;
}
#magko{
	padding-bottom: 50px;
}
.ntopx{
	margin-top: 30px;
}
.whitbx{
	background-color: white;
	padding: 25px;
	position: relative;
	margin-bottom: 30px;
}
.whitbx span{
	color: #AFAFAF;
	font-family: "Century Gothic";
	display: block;
}
.excerpta{
	display: block;
	padding-bottom: 30px;
}
.upper{
	position: relative;
	top: -40px;
}
.oboik{
	padding-bottom: 30px!important;
}
.pardat2{
	position: absolute;
	bottom: 0!important;
}
.odtopmz{
	margin-top: 10px;
	margin-bottom: 20px;
}
.excerpta p{
	color: #000000;
	font-weight: 300;
	font-size: 15px;
}
.catkod{
	color: white;
	font-family: "Century Gothic";
	background-color: #EA5A0C;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;


	position: absolute;
	right: -15px;
	bottom: 45px;
	z-index: 9999;
}
.magimg{
	position: relative;
	background-position: center center;
}
.excpt{
	font-family: "Century Gothic";
}
#banko .gh{
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-template-page-about-us .top, .page-template-page-magazine .top, .archive .top{
	display: none;
}

.morind{
	z-index: 99;
}
.magazinimg{
	max-width: 400px;
}
.morind img{
	object-position: 150px;
	object-fit: cover;
}
.pardat{
	font-family: "Century Gothic";
	color: #AFAFAF;
	position: absolute;
	bottom: 30px;
}
.purpimc{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
	z-index: 0;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}
.ulkologos li{
	list-style-type: none;
	display: inline-block;
}
.odtomv{
	margin-top: -150px;
}
.page-template-page-magazine .topic{
	margin-top: 88px;
}
.page-template-page-magazine .fixmenu .topic,.archive .fixmenu .topic{
	margin-top: 10px;
}
#banner .topic li, .archive .topic li{
	margin-bottom: 5px;
}
.arblack img{
	width: 25px!important;
	padding-left: 5px;
	display: none!important;
}
.menoclovek:hover{
	color: #521E5A!important;
	cursor: pointer;
}

.menoclovek:hover img{
	display: inline-block!important;
	position: relative;
	top: -2px;
	left: -3px;
}
.allclient:hover{
	text-decoration: initial;
}

.hideena a.sl-automotive{
	display: none;
}
.activeitmmm .menoclovek{
	color: #521E5A!important;
	cursor: pointer;
}
.changeowl{
	cursor: pointer;
}
.search-box-wrapper-purple {
	background: #804888;
}
.searcharticles {
	color: #804888!important;
}
.search-box-wrapper-green {
	background: #96C421;
}
.butoncontact.purplebut.hovpurp {
	position: relative;
}
.search-box-wrapper-purple,.search-box-wrapper-green {
	padding-top: 90px;
	padding-left: 70px;
	padding-right: 70px;
}
.solut {
	margin-bottom: 0;
	height: 50vh!important;
}
.headmag {
	color: white;
}
.mag .butoncontact {
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	display: inline-block;
}

.solut li{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}

.videosvg {
	width: 28px!important;
	display: inline-block!important;
	position: relative;
	top: -2px;
}
.searcharticles{
	height: 46px;
}
.solut li p{
	font-size: 16px;
}
.owl-second .butoncontact{
	position: absolute;
	bottom: 30px;
}

.morebutt{
	font-family: "Century Gothic";
	font-weight: 500;
	font-size: 1em;
	color: #1C1C1C!important;
	padding-left: 30px;
	width: 94%;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
	box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.3);
}

.morebutt:hover{
	background-color: #82498A;
	color: white!important;
}
.owl-fourth .owl-stage-outer{
	padding-top: 15px;
}
.onmob .clovekim{
	height: 200px;
}
.odox{
	padding-bottom: 60px;
}
.noshowit{
	display: none;
}
.showit{
	display: block;
}
.licko:hover{
	cursor: pointer;
}
.page-template-page-about-us .owl-sixth.onmob.account,.page-template-page-about-us .owl-sixth.onmob.back,.page-template-page-about-us .owl-sixth.onmob.develor,.page-template-page-about-us .owl-sixth.onmob.experts{
	display: none;
}
.page-template-page-about-us .owl-sixth.ondeskt.account,.page-template-page-about-us .owl-sixth.ondeskt.back,.page-template-page-about-us .owl-sixth.ondeskt.develor,.page-template-page-about-us .owl-sixth.ondeskt.experts{
	display: none;
}
.activeitmmm img{
	display: inline-block!important;
}
.reallynotondeskt{
	display: none!important;
}
.clovim{
	width: 100%;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.activeitmm .clovekim{
	width: 150%;
	height: 150%;

}
.topic_4 .topicsmallhead{
	margin-left: 50px;
}
.topic_5 .topicsmallheadsecond{
	margin-left: 30px;
}
.services .topic_4 .topicsmallhead,.services .topic_5 .topicsmallheadsecond{
	margin-left: 0;
}

.secmag::-webkit-scrollbar,.padright::-webkit-scrollbar ,.solut::-webkit-scrollbar {
	display: none;
}
.shmore .topicsmallheadsecond{
	color: white;
}
.owl-sixth .owl-next{
	right: 60px;
}
.secmag,.padright,.solut {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.hideena a.slu-managers{
	display: none;
}
.magonhov{
	height: 240px;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
.secmag .magonhov{
	height: 100px;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}
.magonhov .magimg{
	margin-top: 0;
}

.magimg{
	-webkit-transition: width .5s, height .5s ease;
	-moz-transition: width .5s, height .5s ease;
	transition: width .5s, height .5s ease;
}

.clovekim{
	width: 130%;
	height: 130%;
	background-position: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.clovim:hover .clovekim{
	width: 150%;
	height: 150%;

}
#primary-menu li{
	list-style-type: none!important;
}
.nexitem{
	display: none;
}
.page-template-page-magazine .npdb .col-md-5,.archive .npdb .col-md-5,.page-template-page-reports .npdb .col-md-5{
	padding-right: 0;
}
.page-template-page-magazine .npdb .col-md-7,.archive .npdb .col-md-7,.page-template-page-reports .npdb .col-md-7{
	padding-left: 0;
}
body .mag .butoncontact:hover {
	color: black!important;
}
.page-template-page-magazine .magimg{
	height: 350px;
	margin-top: 0;
	position: relative;
	top: 40px;
}
.archive section .magimg, .archive section .greyb{
	height: 350px;
}

.page-template-page-magazine .maga .magimg{
	width: 100%;
	height: 250px;
	background-size: cover;
	margin-top: 0;
}
.fixmenu{
	position: fixed;
	left: 0;
	right: 0;
	top: 35px;
	width: 100%;
	background-color: #ECECEC;
	z-index: 99999;
}
.excpt p{
	color: black;
}

.page-template-page-magazine .fixmenu li,.archive .fixmenu li{
	border: 0;
}

.page-template-page-magazine .fixmenu,.archive .fixmenu{
	top: 76px;
	padding-top: 18px;
	z-index: 99999;

}
.page-template-page-magazine .maga .secmag .magimg,.archive .maga .secmag .magimg{
	height: 100px;
	margin-top: 0px;
}
.newslabel.online{
	background: #774293!important;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.upcomming .postrow .position-event,.white.pas .postrow .position-event{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.upcomming .datum, .white.pas .greyc datum {
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	margin-bottom: 6px;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
}
.a-more {
	position: relative;
	bottom: 0;
	right: 0;
	display: block;
	text-align: right;
}
.upcomming .whitbx, .white.pas .greyc{
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

.upcomming .postrow .headko {
	height: initial;
	min-height: initial;
}
.a-more a {
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.8px; /* 144% */
}
.archive section .mag .greyb{
	height: 250px;
}

.page-template-page-magazine section .maga  .secmag .greyb{
	height: 100px;
	padding-left: 15px;
	margin-top: 15px;
}
.page-template-page-magazine section .maga .greyb{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #F5F5F5;
	margin-top: 40px;
	vertical-align: bottom;
	height: 250px;
}
.archive .odtomv{
	margin-top: 0;
}
.page-template-page-magazine section .greyb{
	height: 350px;
}
.row.ondeskt{
	display: flex;
}
#banner .topic li{
	color: white;
	font-family: "Century Gothic";
}
.hidthis{
	display: none;
}
.showarg1, .showarg2, .showarg3, .showarg4, .showarg5{
	cursor: pointer;
}
.headimv{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#banner .topic li, .archive .topic li{
	width: initial;
	padding-right: 15px;
}
#banko .greyb{
	margin-top: 0;
}
.page-template-page-magazine .magimg{
	top: 0;
}
#magko a:hover{
	text-decoration: none;
}
#bigtopic-1 a:hover,#bigtopic-2 a:hover,#bigtopic-3 a:hover,#other a:hover,#develor-news a:hover{
	text-decoration: none;
}
#bigtopic-2,#bigtopic-3{
	margin-top: 30px;
}
#bigtopic-3{
	margin-bottom: 60px;
}
#develor-news h4{
	font-size: 3.7em;
}
.archive .topic {
	margin-left: 0;
	margin-top: 60px;
	padding-left: 0;
	margin-bottom: 0;
}
.lat-artic {
	color: #000;

	/* HL */
	font-family: "Century Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 120% */
	margin-top: 80px;
	margin-bottom: 55px;
	text-align: center;
}
body.page-template-page-magazine #banner .topic li a {
	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
#banko .greyb,.page-template-page-magazine .magimg,.page-template-page-reports .magimg{
	height: 460px;
}

#banko .greyb {
	padding-top: 100px;
	padding-left: 70px;
}
#banko .greyb .gh{
	margin-top: 0;
}
.page-template-page-reports .other{
	background: #8DC63F;
}
.page-template-page-reports .magimg {
	margin-top: 0;
	background-color: #F5F5F5!important;
}
#banko .greyb .gh {
	color: #774293;
	font-family: "Century Gothic";
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 52px */
}
#banko .greyb {
	padding-right: 40px;
}
.l-more-learn {
	display: inline-block;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #774293;

	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */

	bottom: 20px;
	position: absolute;
}
.excpt{
	color: #000;

/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.page-template-page-magazine .topic {
	text-align: center;
}
.page-template-page-magazine #banner {
	position: relative;
}
#banner .topic li {
	opacity: 1;
}
.showfilter #banner .container-fluid{
	display: none;
}
.page-template-page-magazine .fixmenu,.archive .fixmenu{
	display: none;
}
.fixmenu .topichead{
	height: initial;
}
.archive .fixmenu,.page-template-page-magazine .fixmenu{
	padding-bottom: 20px;
}

.archive .odmv{
	margin-top: 150px;
}
.archive .topic li a{
	color: black!important;
	font-family: "Century Gothic";
	height: initial;
}
.wpcf7-list-item-label a{
	color: black;
	text-decoration: underline;
}


.single #magazine-detail h2,.single #magazine-detail h3,.single #magazine-detail h4{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
}
.single #magazine-detail h3{
	font-size: 24px;
}
.single #magazine-detail h4{
	font-size: 20px;
}
.minopko{
	opacity: 0.5;
	font-size: 0.9em;
}
.page-template-page-about-us .mapa{
	max-height: 2200px;

}
.ovfix{
	height: calc(100vh - 100px);
	background-color: #F5F5F5;
	margin-top: 34px;
}
.othercolor{
	background-color: #F5F5F5!important;
}
.othercolor .topichead{
	visibility: hidden;
}
.services .bigserv{
	padding-top: 31px;
	padding-left: 15px;
}
.services .topichead{
	font-size: 1.5em!important;
}
.bigserv{
	height: 15%;
}
.morebigserv{
	height: 45%;
	background-color: #C6C6C6;
}
.smallserv{
	height: 8%;
	font-size: 18px;
	background-color: #DBDBDB;
}
.otherserv{
	margin-left: 0;
	padding-left: 15px;
}
.ovfix{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999999999;
}
.othercolor{
	background-color: #E5E5E5;
}
.otherserv li{
	list-style-type: none;
	font-size: 1em;
	font-family: "Century Gothic";
	padding-bottom: 5%;
}
.otherserv li a{
	color: #1C1C1C;
}
span.bannertext{
	display: block;
}
span.bannertext p{
	margin-bottom: 5px;
}
span.bannertext strong{
	font-weight: 700!important;
}
strong{
	font-weight: 700;
}

.page-template-page-services-1 #banner .bannertext,.page-template-page-services-2 #banner .bannertext,.page-template-page-services-3 #banner .bannertext,.page-template-page-services-other #banner .bannertext{
	font-size: 13.3px;
}
.page-template-page-services-other div.insko::after{
	background-color: #C1C1C1;
}

.page-template-page-services-3 .ins{
	color: #1F6FB2;
}
.lintex{
	font-size: 15px;
	margin-top: 60px;
}
.emko{
	padding-bottom: 15px;
	margin-bottom: 0;
	padding-top: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.tabko{
	margin-top: 15px!important;
}
.parcon{
	font-weight: 300;
	color: #000000;
}
.emko a{
	font-weight: 300;
}
table td{
	font-weight: 300;
}
.otherserv{
	margin-bottom: 0;
	padding-top: 23px;
	padding-bottom: 25px;
}
.top1{
	background-color: #93C125;
}
.all-services{
	font-family: "Century Gothic";
	color: white;
	font-size: 18px;
	padding-left: 15px;
	padding-top: 13px;
}
.top2{
	background-color: #EA5A0C;
}
.top3{
	background-color: #1F6FB2;
}
.wpcf7-form .disnone{
	display: none;
}
.noover{
	overflow: hidden;
}
.page-template-page-about-us .mapa {
	background-size: 1800px 1800px;
	background-position: 75% 0;

	background-repeat: no-repeat;
}
.hidencite{
	font-size: 12px!important;
}
.page-template-page-events .magonhov.minmagko {
	position: relative;
}
.page-template-page-events .magonhov.minmagko .newslabel.online{
	right: 0;
    left: initial;
    bottom: 0;
    top: inherit;
}
    .page-template-page-services-all .ntopx.butoncontact2{
    	line-height: 3.2em!important;
    }
.ggdsf{
	background-color: initial!important;
}
.hidfinal .col-md-9{
	height: 190px;
}
.topichead{
	opacity: 1;
}
.archive .odtomv .magimg{
	margin-top: 0;
}
.top2{
	background-color: #EA5A0C;
}
.top1{
	background-color: #93C124;
}
.top3{
	background-color: #1F6FB2;
}
.other{
	background-color: #C6C6C6;
}
.forbtopic.top3 li{
	background-color: #1F6FB2!important;
}
.forbtopic.top2 li{
	background-color: #EA5A0C!important;
}
.linktopa{
	color: inherit!important;
}
.post-template-default .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	font-family: 'Raleway';
	padding: 0!important;
	padding-top: 15px!important;
}

.forbtopic.top1 li{
	background-color: #93C124!important;
}
.forbtopic.other li{
	background-color: #C6C6C6!important;
}
.forbtopic li{
	font-family: "Century Gothic";
}
#develor-news .whitbx{
	background-color: #F8F8F8!important;
}
.archive .topic li.topichead a{
	color: #1C1C1C;
}
.page-template-page-magazine #banner .topic li a{
	color: #eaeaea!important;
}
.leftar{
	transform: rotate(180deg);
	position: relative;
	left: -3px;
	top: 4px;
}

.page-template-page-magazine #banner .fixmenu .topic li a{
	color: #7a7a7a!important;
}
.page-template-page-magazine #banner .topic li.topichead a{
	color: white!important;
}
.archive .secmag .greyb{
	height: 100px;
}

.archive .mag .magimg{
	height: 250px;
}
.archive .mag .secmag .magimg{
	height: 100px;
}

.grbox{
	background-color: #DBDBDB;
	position: fixed;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	text-orientation: mixed;
	top: 47vh;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 12px;
	padding-right: 12px;
	color: white;
	font-family: "Century Gothic";
	z-index: 9999999999;
	font-weight: 500;
	left: 0!important;
}
.grbox:hover{
	cursor: pointer;
}
h1{
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.showiton{
	position: absolute;
	right: -5000px;
	display: none;
}
#topics .row{
	position: relative;
}
header .activeit .onactive{
	width: 18px;
}
.page-template-page-contact .menuul input[type='text']{
	border-left: 0!important;
}
.arlong{
	display: none;
}
.fullwidth{
	max-width: 80%!important;
}
.fullwid{
	max-width: 100%!important;
}

.single #contact{
	padding-bottom: 60px!important;
}
.single .box-1, .single .box-2, .single .box-3{
	min-height: 160px;
}
.absim{
	position: absolute;
	top: 15px;
}
.single .onko{
	top: -8px;
	z-index: 0;
}
html{
	margin-top: 0!important
}
.searchats, .magarts{
	color: inherit!important;
	cursor: pointer;
}
.alinko{
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.alinko a{
	color: inherit!important;
	text-decoration: underline;
}


.single .bannerimg{
	position: relative;
}
.whithe{
	color: white;
	font-family: "Century Gothic";
	font-weight: 700;
	margin-top: 35px;
	font-size: 1.5em;
}
.fullwidth1{
	max-width: 100%;
}
#contact input{
	width: 100%;
}

#contact input[type='checkbox']{
	width: initial!important;
	margin-top: 0;
}
.wpcf7-acceptance label{
	width: 350px!important;
}
.npdl{
	padding-left: 0;
	padding-right: 0;
}
.services .topics{
	margin-bottom: 0;
}
.services .topics li{
	padding-bottom: 0;
}
.services .topics .ondesktpp{
	display: none;
}
.services{

	z-index: 99!important;
}
.services .topichead{
	height: initial;
}
.services .topics li {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.services .topichead{
	color: white!important;
	margin-bottom: 0!important;
	font-size: 1.6em;
}
.people-profiles-template-default.single ul li{
	list-style-type: none!important;
}
.services .topicsmallhead, .services .topicsmallheadsecond{
	writing-mode: initial;
	text-orientation: initial;
}
.services .topic_4{
	transform: rotate(0);
	vertical-align: bottom;

}
.hidserv{
	display: none;
}
.showserv{
	cursor: pointer;
}
.services .big{
	vertical-align: bottom;
}
.services .bigtopact{
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_5{
	transform: rotate(0);
	vertical-align: bottom;

	padding-bottom: 27px!important;
	padding-top: 27px!important;
}
.services .topicsmallhead{
	font-size: 15px;
	text-align: center;

	vertical-align: top;
}
.services .topicsmallheadsecond{
	font-size: 14px;

	text-align: center;
	vertical-align: top;
}
.services .topic_1:hover .topichead{
	font-size: 1.5em!important;
}
.services .topic_2:hover .topichead{
	font-size: 1.5em!important;
}
.services .topic_3:hover .topichead{
	font-size: 1.5em!important;
}
.wpcf7-acceptance{
	display: inline-block;
}
.alink{
	color: #1c1c1c!important;
}
.nohov:hover{
	text-decoration: none;
}
#contact img{
	margin-top: -100px;
}
.services .topic_5:hover{
	padding-bottom: 35px!important;
	padding-top: 35px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_5.activetopic{
	padding-bottom: 35px!important;
	padding-top: 35px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_4.activefour{
	height: 87px;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: -20px;

}
.services .topic_4.activefour h3{
	height: 105px;
	padding-bottom: 0;
	padding-top: 26px;

	margin-bottom: -20px;
}
.mag .butoncontact{
	color: #1C1C1C!important;
}
.services .topic_4.activefour .topicsmallhead.moretop{

}
.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
	font-size: 16px;
}
.page-template-page-services-1 #banner .bannertext br, .page-template-page-services-2 #banner .bannertext br, .page-template-page-services-3 #banner .bannertext br, .page-template-page-services-other #banner .bannertext br{
	display: none;
}
.hidmoreit{
	display: none;
}
.hidpartners{
	display: none;
}
.allserv:hover{
	text-decoration: none;
}
.services .topic_4.activefour .greyboi{
	margin-top: 0;
}
.label_first{
	display: inline-block!important;
}
.label_first{
	position: relative;
	top: -15px;
}
.label_first .wpcf7-list-item-label{
	position: absolute;
	left: 20px;
}
span.wpcf7-acceptance span{
	margin-left: 0;
}
.ajax-loader{
	display: none!important;
}

div.wpcf7 .ajax-loader.is-active{
	display: inline-block!important;
}
.padlc{
	padding-right: 60px;
}
#contact .acceptance-261{
	width: 400px;
	display: inline-block;
	position: relative;
	top: 12px;
}
#contact label{
	width: 100%;
}
#contact label{
	color: #000000;
	font-family: "Century Gothic";
}
#contact input{
	margin-top: 10px!important;
	border-radius: 0!important;
	padding-left: 15px!important;
	border: 0!important;
	padding-right: 15px!important;
	font-family: Raleway!important;

	width: 100%!important;

}
.page-template-page-services-2
.services .onmob{
	background-color: #EA5A0C;
}
.page-template-page-services-3
.services .onmob{
	background-color: #1F6FB2;
}
.page-template-page-services-3
.services .onmob{
	background-color: #1F6FB2;
}
.services{
	position: fixed;
	top: 75px;
	margin-top: 0!important;
}
.owl-sixth.owl-carousel .owl-item img{
	max-height: 500px;
	width: auto;
	margin: 0 auto;
}
.page-template-page-services-other .ins{
	color: #C1C1C1;
}
.not-found{
	padding-top: 30vh;
	padding-bottom: 30vh;
	font-family: "Century Gothic";
	text-align: center;
	color: #0c0c0c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.5em;
}
.big-topics-template-default .magonhov .newslabel.online{
	top: -37px;
}

}
.page-template-page-services-3 .ins{
	color: #1F6FB2;
}
.page-template-page-services-2 .ins{
	color: #EA5A0C;
}
.nooverflow{
	overflow: hidden;
}
.color-1{
	background-color: #DDDDDD;
}
.promohead-1{
	max-width: 300px;
}
.box-1 li{

}
.box-1{
	height: 100%;
	position: relative;
}
.promtext{
	position: absolute!important;
	bottom: 30px!important;
}
.odtpc{
	padding-bottom: 100px;
}
#content{
	padding-bottom: 0;
}
#wys{
	
	padding-bottom: 50px;
}
#content{
	font-family: "Century Gothic";
	padding-top: 80px;
}
.btop{
	font-size: 3em!important;
}
.restable td a,.restable td{
	color: #996DA0;
	font-family: "Century Gothic";
	text-decoration: none!important;
}
#expertise{
	background: linear-gradient(270deg, rgba(255,255,255,0) 50%, rgba(153,109,160,1) 50%);
	position: relative;
}
#con{
	background: linear-gradient(270deg, rgba(245,245,245,1) 50%, rgba(177,144,182,1) 50%);
}
.restable td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.fullproftab tr:nth-last-child(2) td{
	border: 0!important;
}
.page-template-page-full-profile .container .row .col-md-6:nth-child(1){
	padding-right: 60px;
}
.page-template-page-full-profile .container .row .col-md-6:nth-child(2){
	padding-left: 60px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(1){
	padding-right: 60px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(2){
	padding-right: 60px;
	padding-left: 15px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(3){
	padding-left: 60px;
	padding-right: 15px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
	padding-right: 60px;
	margin-top: 30px;
	padding-left: 15px;
}
.fullproftab{
	margin-top: 0;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(5){
	padding-left: 60px;
	margin-top: 30px;
	padding-right: 15px;
}

.fullproftab{
	width: 80%;
}
.fullproftab td a,.fullproftab td{
	color: #996DA0!important;
	font-family: "Century Gothic";
	text-decoration: none!important;
}
.lked{
	position: absolute;
	right: 0;
	width: 200px;
	bottom: -35px;
	right: -35px;
}
#con{
	padding-top: 55px;
}
.expul li{
	color: white;
}
.expertise{
	color: #1c1c1c;
}
.headstrong{
	color: #1c1c1c;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 30px;
	font-family: "Century Gothic";
}
.expul li:before{
	background-color: white;
}
.restable{
	border-top: 1px solid #dee2e6;
}
.restable tr:nth-last-child(1) td{
	border-bottom: 1px solid #dee2e6;
}
.box-1 ul{
	padding-left: 20px;
	margin-left: 0;
	margin-top: 30px;
	display: table-cell;
	height: 50px;
	vertical-align: bottom;

}

.squared li{
	list-style-type: square;
	font-family: "Century Gothic";
	margin-left: 0;
	padding-left: 0;
	color: #1C1C1C;
}
.odtop-2{
	margin-top: 50px;
}
.odtop-1{
	margin-top: 50px;
}
.box-1 li{
	font-family: "Century Gothic";
	color: #1C1C1C;
	list-style-type: square;
}
.color-2{
	background-color: #D1D1D1;
}
.hovpurp:hover{
	
	cursor: pointer;
}
.color-3{
	background-color: #C6C6C6;
}
.box-1{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.single p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.promohead-1{
	color: #1C1C1C;
	font-family: "Century Gothic";
	max-width: 100%;
	margin-bottom: 40px;
	font-weight: 700;
}
.box-1 ul{
	margin-bottom: 0;
	min-height: 50px;
}
.serdetim{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.promtext{
	font-size: 20px;
	color: #1C1C1C;
	margin-bottom: 0;
	font-family: "Century Gothic";
}
.page-template-page-services-2 div.insko::after{
	background-color: #EA5A0C;
}
.page-template-page-services-3 div.insko::after{
	background-color: #1F6FB2;
}
#contact input[type='submit']{
	background-color: #774293;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: initial;
	margin-right: 15px;
}
#contact .wpcf7-spinner{
	display: block;
}
.labelbigtop{
	color: white;
	font-family: "Century Gothic";
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	margin-right: 10px;
}
.ovfix a:hover{
	text-decoration: initial;
}
.green{
	background-color: #93C124;
}
.blue{
	background-color: #1F6FB2!important;
}
.orange{
	background-color: #EA5A0C!important;
}
.page-template-page-services-1 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 10vh;
}
.page-template-page-services-all .bannerimg{
	padding-top: 15vh;
	padding-bottom: 15vh;
}
.odt{
	padding-top: 50px;
}
.services .topics{
	margin-top: 32px;
}
.toplink:hover{
	color: white;
	text-decoration: initial;
}
.vidserv{
	width: 90%;
	height: 275px;
	margin-bottom: 0;
	margin-top: 0;
	background-position: center center;
	background-size: cover;
}
.servid{
	height: 275px;
	margin-bottom: 0;
	width: 90%;
}

.page-template-page-services-2 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.page-template-page-about-us .bannerimg{
	background-color: white;
}
.linklo:hover{
	text-decoration: none!important;
}
.solut{
	height: 55vh;
	overflow: scroll;
}
.secmag{
	overflow: scroll;
}
body .mag .butoncontact{
	background: white!important;
	color: black!important;

	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 144% */
}
.searcharticles{
	display: none;
}
.searcharticles{
	border: 0;
}
.searcharticles{
	border: 0!important;
	color: #996DA0!important;
	font-family: "Century Gothic";
	font-weight: 700;
}
.page-template-page-services-3 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.page-template-page-services-other .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.purplebut.purpmore.dblock{
	display: inline-block;
	text-align: center;
	width: initial;
	max-width: initial;
}
.gh{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 33.8px */
}
.excerpta p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
}
.dblock1{
	display: block!important;
	text-align: center!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
#insights{
	padding-top: 10px;
}
.ins{
	font-weight: 700;
	font-family: "Century Gothic";
	color: #93C124;
	font-size: 25px;
	display: inline-block;
}
.purp{
	color: #82498A!important;
}
#insights .row.rowfir{
	margin-top: 40px;
}
.purpmore{
	display: inline-block;
	margin-bottom: 70px;
	margin-top: 40px;
}
#look-for{
	padding-top: 60px;
	padding-bottom: 60px;
}
.excpko{
	padding-bottom: 0;
}

.servhead{
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
}
.whitebox-1{
	background-color: white;
	height: 98%;
}
.odscm{
	margin-top: 80px;
}
.odscm img{
	position: relative;
	top: 0;
	margin-top: 0!important;
}
.odscm a{
	color: #404040;
}
.conimgg{
	padding-bottom: 40px;
}
#contact .selectwrapper::after{
	content: "";
	background: url(./contact-down.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 40px;
	right: 20px;
	pointer-events: none;
}

.cont-box{
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Century Gothic";
}
.conttd{
	width: 20px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: text-bottom;
}
.tacv .conttd{
	width: 30px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: text-bottom;
}
.spanphone p{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000000;
}
.spanphone a{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000000;
}
.spanphone a:hover{
	text-decoration: none;
}
.cont-box{
	font-size: 15px;
}
.tabko.tacv tr td:nth-child(2){
	width: 155px;
	padding-bottom: 15px;
}
.tabko{
	padding-bottom: 15px;
}
.tacv{
	border-bottom: 1px solid #DDDDDD;
}
.tabko{
	margin-top: 0;
	margin-bottom: 0;
}
.headcon{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #000000;
}
.odtpn{
	margin-top: 40px;
}
.whitebox-1 p{
	padding-left: 15px;
	font-family: "Century Gothic";
	margin-bottom: 20px;
	margin-top: 5px;
}
.emko a{
	color: #000000;
	text-decoration: initial;
}
.parcon{
	font-family: "Century Gothic";
	font-size: 1.2em;
}
.cont-box strong{
	color: #000000;
}
.odscm p{
	font-family: "Century Gothic";
}
.rigv{
	text-align: right;
}
.lintex{
	font-family: "Century Gothic";
}
.cente{
	text-align: center;
}
.linko{

	margin-bottom: 30px;
	height: 1px;
	width: 100%;
	background-color: #DDDDDD;
}
.rigv img{
	margin-left: 8px;
	margin-right: 8px;
}
#contact select{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0!important;
	border-radius: 0;
	font-family: "Century Gothic";
	padding-left: 10px;
	margin-top: 8px;
}
#contact textarea{
	resize: initial;
	border: 0;
	margin-top: 8px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: "Century Gothic";
}
.blacked{
	color: #1C1C1C;
}
.fullwidth1{
	padding-top: 15px;
}
.services .topics .greyboi li{
	width: 100%;
	display: inline-block;
}
.arkod{
	width: 30px;
	position: absolute;
	right: 15px;
	top: 13px;
}
.single .bannertext{
	max-width: 600px;
}
.contactimg{
	min-height: 65vh;
	height: initial;
	padding-bottom: 50px;

}
.cite{
	min-height: 138px;
}
#magazine-detail h1, #magazine-detail h2, #magazine-detail h3, #magazine-detail h4, #magazine-detail h5, #magazine-detail h6, #magazine-detail p, #magazine-detail span, #magazine-detail a{
	color: #1C1C1C;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "Century Gothic";
}
.single table td{
	border-bottom:1px solid #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
	color: black;
	font-family: "Century Gothic";
}
.lesscite{
	min-height: initial;
	max-height: initial!important;
}
.single ul li{
	list-style-type: square;
}

.single #magazine-detail a{
	text-decoration: underline;
}
blockquote{
	font-size: 22px;
	font-weight: 300;
	color: #000000;
	display: inline-block;
	position: relative;
	max-width: 300px;
}
blockquote{
	padding-left: 0!important;
	padding-right: 0!important;
}
.et-db #et-boc .et-l .et_pb_module blockquote{
	margin-top: 30px!important;
	margin-bottom: 30px!important;
	border-left: 0px!important;
	margin: 0!important;
	margin-left: 20px!important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

.single p{
	position: relative;
	z-index: 9;
}
.boxim{
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.owl-car .owl-dots{
	display: block;
}
.imkos{
	padding-bottom: 60px;
}

.event-carousel{
	margin-top: -125px;
}
#case-studies{
	padding-bottom: 60px;
}
.top ul a{
	color: white!important;
}

.btopik{
	padding-top: 50px;
	padding-bottom: 25px;
}
.carousel-img{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
}
.btopik span{
	color: #AFAFAF;
	font-family: "Century Gothic";
}
.single .boxim{
	margin-top: 15px;
	margin-bottom: 15px;
}
.single .restable td{
	padding-bottom: 12px;
	padding-top: 12px;
}
.single .butoncontact2{
	padding-left: 40px;
	padding-right: 40px;
}
.single video{
	margin-top: 60px;
	margin-bottom: 60px;
}
.single blockquote p{
	margin-bottom: 10px;
}
.subheadko-rig{
	font-family: "Century Gothic";
}
.box-updown.active{
	background: #DBDBDB;
}
blockquote p::after{
	content: "";
	background: url("./pathko.png");
	display: block;
	width: 100px;
	left: -20px;
	height: 100px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: -30px;
	z-index: -1;
}
blockquote{
	margin-left: 20px!important;
}
.eventhead{
	font-size: 3em;
}
.upcomming{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pas{
	padding-top: 60px;
	padding-bottom: 60px;
}
.newslet img{
	object-position: initial;
	object-fit: initial;
}
.event-bigim{
	width: 100%;
	height: 460px;
	background-size: cover;
	background-position: center center;
}
.event-odsun{
	margin-top: 30px;
}
.padings{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.position-event{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-size: 1.3em;
	font-weight: 300;
}
.datum{
	color: #1C1C1C;
	font-size: 1.2em;
	font-family: "Century Gothic";
	font-weight: 700;
	margin-bottom: 12px;
}
.headko{
	color: #1C1C1C;
	font-size: 2em;
	margin-top: 30px;
	font-family: "Century Gothic";
	font-weight: 700;
}
.opacover{
	position: relative;
	overflow: hidden;
}
.biggerbant{
	max-width: 400px;
}
.event-bigim{
	overflow: hidden;
}
.padkaa{
	padding-left: 15px;
	padding-right: 15px;
}
.upcomming .headko{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 52px */
}
.partextik{
	color: #000;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.event-learn-more{
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.l-more{
	position: absolute;
	right: 36px;
	bottom: 20px;
}
.thepadings{
	padding-top: 80px;
}
.mt-40{
	margin-top: 40px;
}
.position-event{
	color: #000;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 39px */
	margin-bottom: 30px;
}
.event-odsun{
	margin-top: 70px;
}
.upcevents{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
	text-align: center;
	margin-top: 100px;
	margin-bottom: 65px;
}
.datum-event{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 31.2px */
}
.event-learn-more{
	background: #774293;
	color: white;

	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}
.single .bannerhead{
	width: 100%!important;
}
.position-event{


}
.online{
	background-color: #996DA0!important;
}
.event-bigim .onko{
	top: -35px;
	z-index: 0;
}

.newslabel span{
	transform: rotate(-25deg);
	display: block;
}
.opacover::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-color: rgb(255,255,255,0.5);
}
.postrow .headko{
	font-size: 1.2em;
}
.postrow .partextik{
	font-size: 1em;
}
.postrow .position-event{
	margin-bottom: 20px;
}
.postrow .headko{
	margin-top: 20px;
}
.postrow .partextik{
	margin-top: 20px;
}
.postrow .headimv, .postrow .magonhov{
	height: 260px!important;
}
.grey-event-box{
	background: #EFEFEF;
}
.partextik{
	color: #1C1C1C;
	font-family: "Century Gothic";
	margin-top: 30px;
	font-size: 1.1em;
}
.dividko{
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}
.big-topics-template-default .newslabel.online{
	top: 15px;
	z-index: 999;
}

.big-topics-template-default .newslabel.onko{
	z-index: 99;
	top: -15px;
}

.textar{
	color: white;
	font-size: 22px;
	margin-top: 30px;
	display: block;
	font-family: "Century Gothic";
}
.textpar{
	color: white;
	font-size: 18px;
	margin-top: 30px;
	display: block;
	font-family: "Century Gothic";
}
.box-white{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}
.box-white{
	margin-top: -180px;
}
.box-white .whitebox-car{
	margin-bottom: 0;
}
.box-white ul{
	margin-bottom: 0!important;
}
.box-white li{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.page-template-page-topic .headko-rig {
	font-weight: 700;
	margin-bottom: 3px;
}
.minbotods{
	margin-bottom: 50px;
}
.purptext-1{
	font-family: "Century Gothic";
	font-weight: 700;
	margin-top: 50px;
	font-size: 1.2em;
	color: #996DA0;
}
.section-ul li, .whitebox-car ul li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
.section-ul, .whitebox-car ul{
	padding-left: 0;
	margin-left: 0;
	font-family: "Century Gothic";
	color: #1C1C1C;
}
.programsect{
	height: 85vh;
}
.odtbcc{
	margin-left: 0;
	margin-top: 90px;
	position: relative;
	top: 0;
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;

}
.sect-img{
	width: 100%;
	margin-top: -170px;
	height: 340px;
	background-size: cover;
	background-position: center center;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
	border-radius: 0!important;
}
.acefek .label_first{
	display: block!important;
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
	top: initial;
	color: white;
	font-weight: 300;
	font-family: 'Raleway';
}
.acefek .label_first a{
	color: white;
	font-weight: 300;
}

.trigcli.nnoshowopt{
	display: none;
}
.trigcli.nnoshowopt{
	display: none;
}
.purptext-1{
	font-family: "Century Gothic";
	font-weight: 700;
	margin-top: 50px;
	font-size: 1.2em;
	color: #996DA0;
}
.section-ul li, .whitebox-car ul li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
.section-ul, .whitebox-car ul{
	padding-left: 0;
	margin-left: 0;
	font-family: "Century Gothic";
	color: #1C1C1C;
}
.odbbb{
	margin-bottom: 100px;
}
.odb123{
	margin-bottom: 50px;
}
.nohovik:hover{
	text-decoration: none!important;
}
.thenopads{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.big-topics-template-default .col-md-4{
	overflow: hidden;
}
.headkott{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.whitebox-car p{
	font-family: "Century Gothic";
	color: #1C1C1C;
}
.whitebox-car{
	display: block;
	font-family: "Century Gothic";
	margin-bottom: 60px;
}
.relko{
	position: relative;

}
.purplebox{
	background-color: #B190B6;
	width: 50%;
	position: absolute;
	top: 0;
	margin-top: 60px;
	background-size: cover;
	right: 0;
	padding-top: 60px;
	padding-bottom: 100px;

}
.purpimko{
	background-size: contain;
	width: 100%;
	height: 100px;
}
.whitebox-car p{
	max-width: 400px;
}
.purplebox h2{
	font-size: 2em;
	max-width: 250px;
	padding-left: 60px;
}
.purpimko{
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
}
.purplebox{
	overflow: hidden;
}
.provenopak{
	background: linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(245,245,245,0) 50%)!important;
}
.noabssc{
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
}
.prepare{
	font-family: "Century Gothic";
	color: #1C1C1C;
	max-width: 550px;
	font-weight: 700;
}
.odtopy{
	margin-top: 100px;
	margin-bottom: 100px;
}
.purple-head{
	color: #996DA0;
	font-weight: 700;
	font-family: "Century Gothic";
	margin-top: 30px;
	font-size: 2.2em;

}
.section-ul p, .whitebox-car ul p{
	margin-bottom: 0;
}
.tot{
	padding-bottom: 50px;
}
.odtopy{
	position: relative;
}
.vlnka{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	background-size: contain;
	top: 60px;
}
.vlnka-1{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	bottom: -300px;
	background-position: center;
	z-index: -1;
}
.vlnka-2{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	bottom: -300px;
	background-position: center;
	z-index: -1;
}
.searchinp.searcharticles{
	background: #ECECEC!important;
	color: #996DA0!important;
	caret-color: #996DA0!important;
}
.searcharticles{
	text-align: right;
	background: #ECECEC!important;
	border-radius: 0!important;
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.section-ul li::before, .whitebox-car li::before{
	width: 5px;
	height: 5px;
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	background-color: #996DA0;
	display: inline-block;
}
.box-12{
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-12 h2{
	font-size: 22px;
	color: #1C1C1C;
}
.box-12 h2, .box-12 p{
	font-family: "Century Gothic";
}

.mars{
	font-family: "Century Gothic";
	font-style: italic;
	font-weight: 300;
}
.fullwidth-1, .fullwidth-1 p{
	max-width: 100%!important;
}
#boxx{
	padding-top: 60px;
	padding-bottom: 60px;
}
#boxx .headko-info{
	text-transform: initial;
}
.vidserv-2{
	height: 310px;
}
.box-12 h2{
	padding-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.listtex{
	max-width: 700px;
	display: block;
}

.headkott{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.minodt{
	margin-top: 40px;
}
.headko-info{
	font-family: "Century Gothic";
	font-weight: 700;
	color: #1C1C1C;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.par-info {
	font-family: "Century Gothic";
	color: #1C1C1C;
}
.box-info::before{
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	top: 10px;
	display: inline-block;
	background-color: #996DA0;
}
.box-info{
	min-height: 90px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	padding-left: 30px;
}
.owl-references{
	margin-bottom: 60px;
}
.mars-name{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
}
.mars-company{
	font-family: "Century Gothic";
	color: #1C1C1C;
}
.minnhead{
	font-family: "Century Gothic";
	color: #1C1C1C;
	font-weight: 700;
}
.page-template-page-topic .box-updown{
	background: #F5F5F5;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.page-template-page-topic .hiddenbox{
	margin-top: 15px;
	font-family: "Century Gothic";
}
.page-template-page-topic .hiddenbox strong{
	color: black;
}
.page-template-page-topic .arkodow{
	position: absolute;
	right: 35px;
	top: 25px;
}
.page-template-page-topic .hiddenbox{
	display: none;
}
.odbbbbb{
	margin-bottom: 30px;
}
.box-updown{
	cursor: pointer;
}

.active .arkodow {
	transform: rotate(180deg);
}

.box-white{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}
.box-white{
	margin-top: -180px;
}
.box-white .whitebox-car{
	margin-bottom: 0;
}
.box-white ul{
	margin-bottom: 0!important;
}
.box-white li{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.box-updown.active{
	background: #DBDBDB;
}
.ebook-gradient{
	background: rgb(153,109,160);
	padding-top: 15vh;
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.downhref{
	color: white!important;
	text-decoration: initial!important;
	cursor: pointer!important;
	margin-top: 50px;
	display: block;
}
.downpar{
	color: white;
	font-family: "Century Gothic";
	font-weight: 700;
}
.box-info{
	min-height: 90px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	padding-left: 30px;
}
#ebook{
	padding-bottom: 40px;
}
.box-info::before{
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	top: 10px;
	display: inline-block;
	background-color: #996DA0;
}
.nopads{
	padding-top: 60px;
	padding-bottom: 60px;
}
input.subscko.npdrrr {
	margin-left: 0!important;
}
.cff-likebox.cff-bottom{
	display: none;
}
.page-template-default{
	font-family: "Century Gothic";
	background-color: white!important;
}
.botmarg img {
	object-position: initial;
	object-fit: initial;
}
.botmarg {
	padding-bottom: 90px!important;
}
.mtopxc {
	margin-top: 100px;
}
.morind {
	z-index: 99;
}
.provkos {
	margin-bottom: 120px;
}
.ebook-gradient {
	background: rgb(153,109,160);
	padding-top: 15vh;
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.page-template-page-topic .headko-rig {
	font-weight: 700;
	margin-bottom: 3px;
}
.minbotods{
	margin-bottom: 50px;
}

.page-template-page-topic .headko-rig {
	font-size: 1.3em;
}

.page-template-page-topic .headko-rig {
	color: #000000;
	font-size: 1.2em;
}

.nopads {
	padding-bottom: 0!important;
	padding-top: 10px!important;
}
.odtopy {
	position: relative;
}
#sects .ulkologos {
	padding-left: 0;
	margin-top: 0;
}
.padss .col-md-6 {
	padding-left: 60px;
}
.padss .col-md-6 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.showbbb {
	display: block;
}
.dnonee {
	display: none;
}
.progimko {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.odt-1 {
	margin-top: 100px!important;
	margin-bottom: 100px;
}
.showbbb {
	display: block;
}
.log {
	width: 19%;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.page-template-page-contact input[type='text'].searcharticles{
	border-left: 0!important;

}
.serviceimage{
	position: relative;
}
.trogslcde{
	display: none;
}
.overevent{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.serviceimage::before {
	content: "";
	top: 0;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(96,0,110,1);
}
#wys ul{
	margin-left: 0;
	padding-left: 20px;
}
.subheadlineline{
	font-family: "Century Gothic";
	font-weight: 700;
}
.squared{
	margin-left: 0;
	padding-left: 0;
}
.squared li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
#wys li, #content li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-left: 0;
}
#wys ul, #content ul{
	padding-left: 0;
	margin-left: 0;
}
#wys, #content{
	font-family: "Century Gothic";
}
.squared li::before, #wys li::before,#content li::before{
	content: "";
	width: 6px;
	left: 0;
	top: 9px;
	height: 6px;
	background-color: #82498A;
	position: absolute;

}
.odsun{
	padding-top: 100px;
	padding-bottom: 100px;
}
.hidden-block{
	display: none;
}
.acord{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
	background-color: #F5F5F5;
}
.lkoo{
	position: absolute;
	right: 15px;
	top: 22px;
}
.acord h2{
	margin-bottom: 0;
	color: black;
	font-weight: 700;
	font-size: 18px;
}
.acord.acordopen{
	background: #DBDBDB;
}
.hidden-block{
	font-family: "Century Gothic";
	margin-top: 20px;
}
.big-topics-template-default .methods, .big-topics-template-default .topic{
	display: inline-block;
}
#topics li.closeb{
	display: none;
}
.page-template-page-contact input[type='text'],.page-template-page-contact input[type='email'],.page-template-page-contact input[type='tel']{
	border-left: 2px solid #BCBCBC!important;
}
.page-template-page-contact input::placeholder{
	color: #BCBCBC;
	font-weight: 300;
}
.page-template-page-contact #contact select{
	color: #BCBCBC;
	font-weight: 300;
}
.page-template-page-contact select{
	background-color: white;
}
.page-template-page-contact iframe{
	height: 600px;
}
.page-template-page-services-all .bannerimg, .page-template-page-services-1 .bannerimg, .page-template-page-services-2 .bannerimg, .page-template-page-services-3 .bannerimg, .page-template-page-services-other .bannerimg{
	z-index: -1;
}
.page-template-page-services-all .onmob .topic_1{
	background-color: #DBDBDB!important;
}
.page-template-page-services-other .onmob .topic_1{
	background-color: #DBDBDB!important;
}
.page-template-page-services-other .onmob .topic_1 .topichead{
	color: #1C1C1C!important;
	font-weight: 400;
}
.services .topic_4{
	height: 64px;
}
.formcont .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	margin-top: 15px!important;
	margin-left: 0!important;
	padding-left: 0!important;
	font-family: "Century Gothic";
}

.formcont .invalid .wpcf7-response-output{
	display: none!important;
}

.page-template-page-services-1 .bannerhead, .page-template-page-services-2 .bannerhead, .page-template-page-services-3 .bannerhead, .page-template-page-services-all .bannerhead, .page-template-page-services-other .bannerhead{
	margin-top: 80px;
}
.searcharticles{
	text-align: right;
}
.padright{
	overflow: scroll;
}
.excpt{
	color: black;
}
.gh.odtopmz{
	min-height: 45px;
}
.downit{
	display: block;
	position: absolute;
	bottom: 15px;
}
.whitko .gh.odtopmz{
	min-height: 75px;
}

.methods{
	margin-top: 15px;
}
.big-topics-template-default .whitko .gh.odtopmz{
	min-height: initial;
}
.big-topics-template-default .nohov{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
#logos .services{
	position: relative!important;
	top: 0!important;
}
.greyc .gh{
	min-height: 75px;
}
.minhhead{
	min-height: 45px;
}
.archive #magko .magonhov,.single .whitko .magonhov{
	margin-bottom: 0;
	margin-top: 0;
}
.single .learnhead{
	margin-bottom: 60px;
}

.archive #magko .whitbxoik,.single .whitko .whitbxoik{
	height: 100%;
	background: white;
	display: block;
	margin-bottom: 0;
}
.page-template-page-about-us .whitbxoik,.page-template-page-magazine .whitbxoik {
	background: white;
	height: 100%;
	display: block;
	margin-bottom: 0;
}
.page-template-page-magazine .whitbx{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	height: calc(100% - 200px);
}
.catls{
	font-family: "Century Gothic";
	color: #000000;
	margin-bottom: 0;
	font-weight: 300;
}
.page-template-page-about-us .whitbxoik .greyc{
	padding-bottom: 30px;
}
.page-template-page-magazine .ntopx{
	margin-top: 100px;
}
.page-template-page-about-us .white.ocn .col-md-3{
	overflow: hidden;
}
.page-template-page-about-us .whitbxoik{
	background-color: #F8F8F8
}
.lesscite{
	max-height: 105px;
	overflow: hidden;
}
.page-template-page-services-all .whitbx,.page-template-page-services-other .whitbx,.page-template-page-services-1 .whitbx,.page-template-page-services-2 .whitbx,.page-template-page-services-3 .whitbx{
	height: 100%;
	margin-bottom: 10px;

}
.scaled-image{
	border:0!important;
	margin:0!important;
}
.positiontest{
	font-family: "Century Gothic";
	font-size: 13px;
}
.page-template-page-magazine .arg-1,.page-template-page-magazine .arg-2,.page-template-page-magazine .arg-3,.page-template-page-magazine .arg-4,.page-template-page-magazine .arg-5{
	margin-bottom: 30px;
}
.page-template-page-services-all .col-md-3,.page-template-page-services-other .col-md-3,.page-template-page-services-1 .col-md-3,.page-template-page-services-2 .col-md-3,.page-template-page-services-3 .col-md-3{
	overflow: hidden;
}
.page-template-page-services-all .ntopx,.page-template-page-services-other .ntopx,.page-template-page-services-1 .ntopx,.page-template-page-services-2 .ntopx,.page-template-page-services-3 .ntopx{
	margin-bottom: 30px;
	margin-top: 50px;
	box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.3);
}
.archive #magko .col-md-3, .single .whitko .col-md-3{
	margin-bottom: 50px;
}
.archive #magko .whitbx, .single .whitko .whitbx{
	margin-bottom: 0;
	height: calc(100% - 200px);

}
.overscrollno{
	overflow: hidden;
}
.overscrollno .gh{
	font-size: 13px;
}
.ovihidd{
	overflow: hidden;
}
.magazinoverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(147, 193, 36,0.5);
}
.elsehid{
	display: none;
}
.mag .topic li{
	margin-right: 15px;
	margin-bottom: 10px;
}
.managnoshow{
	display: none!important;
}
.thisishowed{
	display: block!important;
}
.catggg{
	margin-top: 60px;
	font-family: "Century Gothic";
	color: #AFAFAF;
	margin-bottom: -20px;
}
.overscrollno .catname{
	font-size: 13px;
}
.restartim{
	text-align: center;
	padding-bottom: 30px;
}
.page-template-page-program .whitebox-car p{
	max-width: initial;
}
.odsunleft{
	padding-left: 50px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	border-top: 0!important;
}
.whitebox-car a{
	color: #82498A;
	text-decoration: underline;
}
.page-template-page-program .purplebut.odtbcc{
	margin-top: 30px;
}
.tothebottom{
	cursor: pointer!important;
}
.acefek input[type='email'],.acefek input[type='tel']{
	width: 50%!important;
}
.acefek input[type='submit']{
	margin-left: 0!important;
}
.acefek .wpcf7-not-valid-tip{
	position: relative!important;
}
.acefek input{
	color: black!important;
}
.padimg{
	padding-left: 20px;

}
.odsunright{
	padding-right: 100px;
}
.padrimg{
	padding-right: 20px;
}
.cite::before{
	content: "„ ";
	display: inline-block;
	position: relative;
	padding-right: 2px;
}
.cite::after{
	content: " “";
	display: inline-block;

	position: relative;
}
.archive #magko .pardat, .single .whitko .pardat {
	margin-bottom: 0;
	position: absolute;
	bottom: 20px!important;
}
.bbxk{
	display: block;
	height: 100%;
	background-color: white;
}
.bbxk .excerpta p{
	margin-bottom: 0;
}
.et-l .et_pb_text ul li{
	list-style-type: none!important;
}
.et-l .et_pb_text ul li::before{
	width: 7px;
	height: 7px;
	background-color: #82498A;
	display: block;
	content: "";
	position: absolute;
	left: -20px;
	top: 9px;
}
.et-l .et_pb_text ul li{
	position: relative;
}





@media screen and (max-width: 1800px){
	.owl-first .owl-next{
		right: 90px;
	}
}
@media screen and (max-width: 1500px){
	.toplis p{
		font-size: 14px;
	}
	#topics .big:hover .topichead{
		font-size: 28px;
	}
}
@media screen and (max-width: 1300px){
	.smallli .topichead{
		line-height: 0;
		padding-left: 2%!important;
	}
	#topics li{
		height: 400px;
	}
	.topic_4{
		padding-top: 80px;
	}
	.topic_5{
		padding-top: 95px;
	}
	.toplis{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1275px){
	.services .topichead{
		font-size: 1.3em!important;
	}
	.services .topic_4{
		height: 64px;
	}
	.services .topic_3:hover .topichead{
		font-size: 1.3em!important;
	}
	.services .topic_2:hover .topichead{
		font-size: 1.3em!important;
	}
	.services .topic_1:hover .topichead{
		font-size: 1.3em!important;
	}
	.services{
		margin-top: 26px;
	}
}
@media screen and (max-width: 1199px){
	.wpcf7-acceptance label{
		width: 250px!important;
	}
	.bannertext br{
		display: none!important;
	}
	.owl-second p br{
		display: none;
	}

	.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
		font-size: 11px;
	}
	.services .topics{
		margin-top: 5px;
	}
	.services .topichead{
		font-size: 0.9em!important;
	}
	.services .topics li.topic_3:hover{
		font-size: 0.9em!important;
	}
	.services .topics li.topic_2:hover{
		font-size: 0.9em!important;
	}
	.services .topics li.topic_1:hover{
		font-size: 0.9em!important;
	}
	.services .topic_3:hover .topichead{
		font-size: 0.9em!important;
	}
	.services .topic_2:hover .topichead{
		font-size: 0.9em!important;
	}
	.services .topic_1:hover .topichead{
		font-size: 0.9em!important;
	}
	.owl-second .butoncontact{
		display: inline-block;
		margin-bottom: 20px;
		margin-top: 20px;
		position: relative;
		bottom: 0;
	}
	.headcar{
		font-size: 2.5em;
	}
}
@media screen and (max-width: 1150px){
	.toplis{
		padding-left: 15px;
		padding-right: 15px;
	}
	.greyboi{
		margin-top: 6px;
	}
	.toplis a{
		font-size: 14px;
	}
	.smallli .topichead{
		font-size: 1.4em!important;
	}
	.toplis h3{
		font-size: 17px;
	}
}
@media screen and (max-width: 992px){

	.services{
		top: 86px!important;
	}
	header .ondeskt{
		display: none!important;
	}
	.solut{
		height: initial;
		overflow: none;
	}
	.secmag{
		overflow: none;
	}
	.butoncontact.purplebut.hovpurp{
		background-color: #82498A;
	}
	.services .topichead{
		font-size: 20px!important;
	}
	.services .topic_1:hover .topichead, .services .topic_2:hover .topichead, .services .topic_3:hover .topichead{
		font-size: 20px!important;
	}
	.services .bigserv{
		height: 10%;
	}
	.services .morebigserv{
		height: 61%;
	}
	.services .arkod{
		top: 8px;
	}
	.services .hvr-sweep-to-right:before{
		display: none;
	}
	.bbx {
		padding-left: 0;
		padding-right: 0;
	}
	.whiterize a {
		color: white!important;
		font-family: "Century Gothic";
	}
	.page-template-page-contact iframe{
		width: 100%;
	}
	.page-template-page-contact .whitebox-1{
		margin-top: 30px;
	}
	.page-template-page-contact iframe{
		height: 400px;
	}
	.whitebox-1 p{
		margin-bottom: 0;
	}
	.rigv{
		text-align: left;
	}
	.page-template-page-contact .odscm p{
		margin-bottom: 5px;
	}
	.page-template-page-contact .iconsic{
		margin-bottom: 30px;
	}
	.page-template-page-contact .meet-us img{
		margin-top: 100px;
	}
	.box-updown {
		background: #F5F5F5;
		padding-top: 10px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.hiddenbox{
		display: none;
	}
	.emko span p{
		display: inline;
	}
	.emko{
		display: block;
	}
	.emko strong{
		color: black;
	}
	.conttd strong{
		color: black;
	}
	.arkodow {
		position: absolute;
		right: 20px;
		top: 25px;
	}
	.headko-rig {
		font-weight: 700;
	}

	.box-updown h3 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.hiddenbox {
		display: none;
	}

	.hiddenbox .emko {
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.emko {
		border-bottom: 1px solid #C6C6C6;
	}
	.hiddenbox {
		margin-top: 15px;
		font-family: "Century Gothic";
	}
	.subheadko-rig {
		font-size: 1.3em;
	}


	.subheadko-rig {
		color: #000000;
		font-weight: 300;
		font-size: 1.2em;
	}
	.headko-rig {
		font-size: 1.3em;
	}

	.headko-rig {
		color: #000000;
		font-size: 1.2em;
	}
	.servhead{
		margin-top: 40px;
	}

	#contact img{
		margin-top: 60px;
	}
	.vycentruj{
		text-align: center;
	}
	.wpcf7-acceptance label{
		width: 350px!important;
	}
	div.insko::after {
		width: 80%;
		height: 1px;
		background-color: #93C124;
		content: "";
		display: inline-block;
		position: absolute;
		top: 15px;
		/* left: initial; */
		right: 0;
		float: right;
	}
	.single article a{
		text-decoration: underline;
	}
	.page-template-page-services-1 .purplebut{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.services .bigtopact {
		top: 10px!important;
	}
	.ovfix{
		margin-top: 0;
	}
	.services{
		margin-top: 54px;
	}

	.services .bigtopact {
		margin-top: initial;
	}

	.services .big {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		vertical-align: top;
	}
	.showoveromo{
		display: block!important;
	}
	.topictext{
		font-size: 1em;
	}
	.mvcd{
		margin-top: 30px!important;
		margin-bottom: 30px!important;
	}
	.topics li.toplis:hover{
		background-color: #C6C6C6;
	}
	.closeb{
		position: relative;
	}

	.trogslc{
		display: inline-block;
		width: 30px;
		position: relative;
		top: -3px;
		transform: rotate(180deg);
		margin-left: 20%;
		position: absolute;
		top: 7px;
		right: 30px;
	}
	.trogslcde{
		display: inline-block;
		width: 30px;
		position: relative;
		top: -3px;

		/* margin-left: 20%; */
		position: absolute;
		top: 7px;
		right: 0;
		left: initial;
		left: 30px;
	}
	.trogslcde{
		transform: rotate(180deg);
	}
	.topic_4{
		position: relative;
	}
	#topics .topicarrow {
		position: absolute;
		/* bottom: 40px; */
		top: 42px;
		left: 220px;
	}
	#topics li.closeb{
		display: block;
		background-color: #DBDBDB;
		color: white;
		font-family: "Century Gothic";
		padding-top: 10px!important;
		font-size: 18px!important;
		padding-bottom: 10px!important;
		display: none;
	}
	.mobarrow{
		display: none!important;
	}
	.topiclink:hover{
		text-decoration: none!important;
	}
	#topics .secondarrow {
		left: 0;
		top: -25px;
		bottom: 0;
		display: none!important;
	}
	#topics .firstarrow {

		display: block!important;
	}
	.big:hover{
		text-decoration: none!important;
	}

	.firstarrow{
		display: block;
	}
	.pemali:hover .headimv{
		width: 100%;
		height: 300px;
	}
	.inpko .wpcf7-form-control-wrap input[type='email'],.inpko input[type='submit']{
		width: 100%;
	}
	.inpko input[type='submit']{
		margin-left: 0;
		margin-top: 15px;
	}
	.whitbx{
		margin-bottom: 0;
	}
	.odtopmc{
		margin-bottom: 30px;
	}
	#develor-news .cont{
		padding-left: 20px;
		padding-top: 15px;
	}
	#develor-news .farba{
		margin-top: 30px;
	}
	.headimv{
		height: 300px;
	}
	#logos .ulkologos{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#why-develor .headexpr{
		margin-top: 30px;
	}
	.trigcli{
		cursor: pointer;
	}
	#develorians .owl-sixth .owl-next,#develorians .owl-sixth .owl-prev{
		bottom: 230px;
	}
	#develorians.whitpl{
		background: linear-gradient(90deg, rgba(245,245,245,0) 100%, rgba(255,255,255,1) 50%);

	}
	#video video, #video .iframeimage{
		height: 400px;
		margin-top: 60px;
		margin-bottom: 60px;

	}
	#develorians .reallynotondeskt{
		display: block!important;
	}
	#develorians .owl-sixth.onmob{
		display: block;
	}

	.page-template-page-about-us #develorians .owl-sixth.onmob.account, .page-template-page-about-us #develorians .owl-sixth.onmob.back, .page-template-page-about-us #develorians .owl-sixth.onmob.develor, .page-template-page-about-us #develorians .owl-sixth.onmob.experts{
		display: none;
	}
	#develorians .onmob .clovekim {
		height: 450px;
	}
	#develorians .owl-sixth {
		width: 80%;
		margin: 0 auto!important;
		margin-top: 60px!important;
		padding: 0;
		background-color: initial;
	}
	#logos .butoncontact{
		top: 0;
		margin-top: 30px;
	}
	.row.onmob{
		display: flex;
	}
	.ocn .cont{
		padding-left: 20px;
		padding-top: 15px;
	}

	#what .headexpr{
		margin-top: 30px;
	}
	#what img{
		max-width: 70%;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	#how .clasref{
		margin-bottom: 30px;
	}
	#how .headexpr{
		margin-top: 10px;
	}
	.ulkologos {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.activediv {
		font-family: "Century Gothic";
		font-size: 1.5em;
		font-weight: 700;
		text-transform: uppercase;
		color: black;
		background-color: white;
		padding-left: 20px;
		cursor: pointer;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 8px;
	}
	.rightko {
		position: absolute;
		right: 30px;
		top: 65px;
	}
	.meet-us{
		padding-bottom: 60px!important;
	}

	.hideena a {
		display: block;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-weight: 700;
		color: #F5F5F5!important;
		font-size: 1.5em;
	}
	.hideena {
		background-color: white;
		padding-bottom: 30px;
		padding-top: 0!important;
		display: none;
		padding-top: 15px;
	}
	.ulkologos {
		margin: 0;
	}
	.ulkologos {
		padding-top: 15px;
		margin-top: 30px;
	}
	.page-template-page-about-us .odcm {
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
	}
	#logos{
		padding-top: 10px;
		margin-top: 50px;
	}
	#topics li {
		padding-left: 30px;
	}
	#topics .topichead {
		line-height: 1.7em;
		font-size: 20px!important;
	}
	.widko2 a{
		color: white!important;
	}
	.widko2 {
		display: block!important;
		left: 180px;
		position: relative;
		color: white;
		font-family: "Century Gothic";
		top: -27px;
		white-space: nowrap;
		overflow: scroll;
	}
	.widko2 a::after {
		margin-right: 10px;
	}
	.widko2 a::after {
		width: 2px;
		background-color: #82498A;
		height: 20px;
		margin-left: 10px;
		display: inline-block;
		content: "";
		position: relative;
		top: 4px;
	}

	.widko2 a {
		font-size: 14px;
	}
	.headtopa {
		font-size: 14px;
	}
	.widko2 {
		font-weight: 300;
		left: 150px!important;
	}
	#topics .topichead {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#topics .ondesktpp{
		display: none;
	}
	.big {
		padding-bottom: 0!important;
	}
	#topics .topics li.onbmd {
		display: none;
	}
	.topicsmallhead {
		font-size: 18px;
	}

	.mobhid{
		display: none;
	}
	.hiditontog{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.mobim{
		margin-right: 15px;
	}
	.mobfirst{
		margin-left: 15px;
	}
	.mobsec{
		float: right;
		margin-right: 15px;
		top: 4px;
		position: relative;
	}
	.whitbox{
		width: 100%;
		position: relative;
		right: initial;
	}
	.hideonmore{
		display: none;
	}
	.showonmooo{
		display: block;
	}
	.menuul{
		right: 80px;
	}
	.solut{
		margin-bottom: 50px;
	}
	.mag{
		overflow: scroll;
	}
	.padright,.padleft{
		padding-left: 15px;
		padding-right: 15px;
	}
	#topics li{
		display: block;
		width: 100%;
	}
	.mag li{
		font-size: 0.9em;
	}
	.headmag{
		font-size: 2em;
	}
	.headmag{
		margin-top: 45px;
	}
	#topics li{
		height: initial;
		padding-bottom: 20px;
		padding-top: 25px;
	}
	.topicsmallhead, .topicsmallheadsecond{
		writing-mode: initial;
		transform: rotate(180deg);
		padding-left: 80px;
	}
	.whitbox{
		margin-top: 40px;
	}
	.butoncontact{
		position: relative;
		background-color: white;
	}
	.owl-fifth {
		width: 100%;
		position: relative;
	}
	#carcont {
		padding-bottom: 0px;
	}
	.whitbox{
		margin-top: 60px;
	}
	.topic_4{
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.topic_5{
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.plusko{
		top: 0;
		left: 4px;
	}
	.magni{
		width: 25px;
	}

	.odtop{
		margin-top: 60px;
	}
	.persons p{
		font-family: "Century Gothic";
		font-size: 0.9em;
	}
	.persons h2{
		font-weight: 400;
		font-size: 1.2em;
	}
	.persons .col-4 img{
		height: 150px;
		width: auto;
		margin: 0 auto;
	}
	.persons .col-4{
		text-align: center;
		position: relative;
	}
	.persons .col-4 img{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.persons .row::after{
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		background-color: #DBDBDB;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.whole-team{
		margin-top: 50px;
	}
	.whole-team a{
		background-color: white;
	}

	#proven.onmob{
		margin-top: 60px;
	}
	#topics{
		overflow: hidden;
	}
	.topicsmallhead, .topicsmallheadsecond {
		padding-left: 30px;
	}
	.justonmob {
		display: none!important;
	}
	.toplis h3 {
		font-size: 20px;
	}
	.toplis a {
		position: relative;
		bottom: 0;
		font-size: 16px;
		margin-top: 30px;
	}

	.owl-second {
		padding-top: 40px;
	}

	.owl-second {
		margin-top: 30px;
		position: relative;
		top: 15px;
	}

	.owl-second {
		background-color: white;
	}
	.owl-second.owl-carousel .owl-nav button.owl-next{
		right: 15px!important;
	}
	.headcar{
		font-size: 1.8em;
	}
	.carimg{
		margin-top: 0;
	}
	.owl-second{
		padding-left: 60px;
		padding-right: 30px;
	}
	.butoncontact {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.whole-team{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.whole-team a{
		top: 0;
	}
	.headexpr{
		font-size: 3em;
	}
	.mensieimko {
		width: 200px;
	}
	.widko2 {
		display: block!important;
		left: 180px;
		position: relative;
		color: white;
		font-family: "Century Gothic";
		top: -27px;
		white-space: nowrap;
		overflow: scroll;
	}
	.widko2 {
		font-weight: 300;
		left: 150px!important;
	}
	.widko {
		width: 150px;
		display: inline;
	}
	#proven .row{
		padding-top: 0;
		padding-bottom: 0;
	}
	.purpimc{
		width: 350px;
		height: 350px;
	}
	#proven .row .white{
		padding-bottom: 60px;
	}
	#proven .butoncontact{
		width: 90%;
		margin-left: 0!important;
	}
	#proven. .conbut{
		text-align: left!important;
	}
	#proven .row .white{
		padding-top: 60px;
	}
	#proven .butoncontact{
		top: 0;
	}
	.mag {
		padding-top: 0!important;
		top: 37px;
		height: calc(93vh + 14px);
		z-index: 9999999999999999999!important;
	}
	.mobsec {
		float: right;
		margin-right: 15px;
		top: 4px;
		position: relative;
	}

	.mobim {
		margin-right: 15px;
	}
	.searchinp {
		border: 0!important;
		background-color: initial!important;
		color: #C1C1C1!important;
		font-family: "Century Gothic";
		font-size: 18px;
		font-weight: 700;
	}
	.mobfirst {
		margin-left: 15px;
	}

	.mobim {
		margin-right: 15px;
	}
	.search {
		background-color: #EAEAEA;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		width: 100%;
		padding-right: 10px;
	}


	.mag .butoncontact {
		margin: initial!important;
		width: 200px!important;
	}


	.butoncontact {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.br {
		border-left: 0;
	}
	.purplebut {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.mobim {
		width: 25px;
	}
	.mobim {
		width: 25px;
	}
	.rigtmenu .onmob{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.showiton{
	}
	.owl-second .butoncontact {
		position: relative;
		bottom: 0;
		width: 250px;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.hidlogo{
		display: none;
	}
	#contact input[type='submit'] {
		position: relative;
		top: 45px;
	}
	#contact .label_first{
		top: -65px;
	}
	.owl-second .butoncontact {
		position: relative;
		/* bottom: 30px; */
		bottom: 0;
		margin-bottom: 30px;
	}
	.butoncontact2{
		margin-top: 30px;
	}
	.row.odtoplx.onmob a:hover{
		text-decoration: initial;
	}
	.meet-us .purplebut{
		margin-bottom: 40px;
	}
	.ocn .farba{
		margin-bottom: 30px;
	}
	.owl-topics .item{
		margin: 10px;
	}
	.new-contact-form input[type="checkbox"]{
		margin-right: 5px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		top: -2px;
	}
	.box-content{
		height: 200px;
	}
	#proven .row .white{
		padding-right: 30px;
	}
	#video .headexpr{
		margin-top: 60px;
	}
	#video video, #video .iframeimage{
		height: 280px;
	}

	.promohead-1{
		max-width: initial;
	}
	#develorians .onmob .clovekim{
		height: 350px;
	}
	.promtext{
		position: relative!important;
		bottom: 0!important;
	}
	.odtpc {
		padding-top: 1px!important;
	}
	#content .onmob.obb{
		margin-bottom: 50px;
	}
	.rigv{
		text-align: left;
	}
	.bannerhead{
		font-size: 3.5em;
	}
	.bnbb{
		padding-bottom: 0;
	}
	.iconsic{
		margin-bottom: 15px;
	}
	.cente{
		text-align: left;
	}
	.odss{
		padding-top: 0;
	}
	.headko-rig{
		color: #000000;
		font-size: 1.2em;
	}
	.subheadko-rig{
		color: #000000;
		font-weight: 300;
		font-size: 1.2em;
	}
	.bnbb{
		margin-top: 45px;
	}
	.headko-rig{
		font-size: 1.3em;
	}

	.subheadko-rig{
		font-size: 1.3em;
	}
	.box-updown{
		background: #F5F5F5;
		padding-top: 10px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.hiddenbox{
		margin-top: 15px;
		font-family: "Century Gothic";
	}
	.hiddenbox strong{
		color: black;
	}
	.conttd {
		width: 0.1%;
		padding-top: 0;
		padding-bottom: 0;
		vertical-align: text-bottom;
	}
	.emko{
		border-bottom: 1px solid #C6C6C6;
	}
	.hiddenbox{
		display: none;
	}
	.arkodow{
		position: absolute;
		right: 20px;
		top: 25px;
	}
	.active .arkodow{
		transform: rotate(180deg);
	}
	.hiddenbox .emko{
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tabko{
		margin-top: 15px;
	}
	.headko-rig{
		font-weight: 700;
	}
	.box-updown h3{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.bbx{
		padding-left: 0;
		padding-right: 0;
	}

	.iconsic img{
		margin-left: 0;
		margin-right: 20px;
	}
	.iconsic p{
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 600px){
	.owl-fifth .owl-stage{
		right: 50px;
	}
}

@media screen and (max-width: 480px){
	.purplebut{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.services{
		margin-top: 0;
		top: 86px!important;
	}
	.rigtmenu .onmob{
		display: block;
	}
	.meet-us .purplebut{
		margin-bottom: 0;
	}
	#logos .ulkologos{
		margin-top: 0;
	}
	#logos{
		margin-top: 0;
	}
	#primary-menu{
		margin-top: 30px;
	}

	.arlong{
		display: block;
		margin-top: 40px;
	}
	.grbox{
		position: relative;
		top: initial;
		writing-mode: initial;
		text-orientation: initial;
		transform: rotate(0);
		margin-top: 30px;
		margin-bottom: -30px;
		z-index: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.leftar{
		float: left;
		transform: rotate(0deg);
		margin-right: 5px;
		position: relative;
		top: 5px;
	}
	#develorians .onmob .clovekim{
		height: 250px;
	}
	.whitpl{
		background: initial;
	}
	.owl-sixth{
		padding: 0;
		background-color: initial;
	}
	.greyc p{
		padding-top: 5px;
	}
	.owl-sixth .owl-next{
		left: initial;
	}
	.owl-sixth .owl-prev{
		left: 0;
	}
	.page-template-page-about-us .intheworld{
		padding-top: 60px;
	}
	.owl-sixth{

		width: 80%;
		margin: 0 auto!important;
		margin-top: 60px!important;
	}
	.owl-sixth .owl-next, .owl-sixth .owl-prev{
		bottom: 250px;
	}
	.page-template-page-about-us .intheworld:before{
		display: none;
	}
	.page-template-page-about-us .mapa::before{
		display: none;
	}
	.owl-fifth{
		width: 100%;
		position: relative;


	}
	.learnhead{
		font-size: 2em;
	}
	.mimages{
		width: 30%;
		display: inline-block;
		height: 100px;
	}
	.cont{
		width: 68%;
		vertical-align: top;
		display: inline-block;

		padding-left: 20px;
	}
	.greyc{
		padding: 0;
	}
	.farba{
		padding: 15px;
	}
	.owl-fifth .owl-dots{
		margin-left: 0;
	}
	.bgimitem{
		height: 300px;
	}
	#carcont{
		padding-bottom: 0;
	}
	.ocn .col-md-3{
		margin-bottom: 30px;
	}
	.ocn .butoncontact2{
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	.meet-us img{
		margin-top: 60px;
	}
	.imkol{
		width: 32%;
		margin: 0;
		padding: 15px;
	}
	.bbll{
		margin: 0 auto;
		margin-top: 150px;
	}
	.page-template-page-about-us .odcm{
		padding-bottom: 0;
		padding-top: 30px;
		margin-top: 0;
	}
	.iframeimage{
		height: 232px;
		margin-bottom: 20px;
	}
	video{
		height: 250px;
		position: relative;
		top: -18px;

	}
	#video video, #video .iframeimage{
		height: 230px;
	}

	.ggdsf{
		margin-top: 30px;
	}
	.page-template-page-about-us .owl-sixth.onmob{
		display: block;
	}
	.page-template-page-about-us .mapa{
		background-size: 400px;
		background-position: center 980px;
		background-repeat: no-repeat;
	}

	.page-template-page-services-1 .bannerimg{
		padding-top: 5vh;
		height: calc(100vh - 76px);
	}

	.opened img{ transform: rotate(180deg)}
	.hideena{
		padding-bottom: 0;
		padding-top: 0!important;
	}
	.activediv{
		cursor: pointer;
	}
	.page-template-page-about-us .headexpr{
		max-width: 100%!important;

	}
	.page-template-page-about-us .box-content{
		width: 29%;
		height: 92px;
		display: inline-block;
	}
	.page-template-page-about-us .box-text{
		width: 70%;
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
	}
	.page-template-page-about-us #proven{
		margin-top: 0;
	}
	.page-template-page-about-us #proven .row{
		padding-top: 0;
	}
	.closebar img{
		position: relative;
		padding-bottom: 5px;
	}
	.closecont{
		writing-mode: initial;
		text-orientation: initial;
		transform: initial;
		height: initial;
	}
	.closebar{
		position: fixed;
		z-index: 99999999999999999;
		bottom: 0;
		width: 100%;
		left: 0;
		display: block;
	}
	.justonmob{
		display: none!important;
	}
	.hideiton{
		display: block!important;
	}
	.inbef{
		display: none;
	}
	.whitbox{
		padding-right: 60px;
		padding-left: 30px;
	}
	.conbut{
		display: block;
		margin: 0 auto;
		margin-top: 130px;
		width: calc(100% - 30px);

	}
	select{
		width: 100%;
		background-color: white;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0;
		padding-left: 20px;
		padding-right: 20px;
		font-family: "Century Gothic";
		font-size: 1.5em;
		font-weight: 700;
		text-transform: uppercase;
	}
	.whiterize a{
		color: white!important;
		font-family: "Century Gothic";
	}
	.whiterize{
		margin-top: 60px;
	}
	#contact select{
		text-transform: initial;
		font-size: 18px;
		color: #DBDBDB;
	}
	.whitebox-1{
		margin-top: 130px;
	}
	.whitebox-1 {
		background-color: white;
		height: initial;
		padding-bottom: 1px;
	}

	.odscm{
		margin-top: 30px;
	}
	.nol .white{
		padding-right: 15px;
	}

	#proven .row{
		padding-bottom: 0;
	}
	.whitbox .odtpo{
		margin-bottom: -40px;
	}
	.noto img{
		max-width: 100%;
	}
	.rigtmenu ul li{
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.nomargpad li{
		margin-bottom: 0!important;
	}

	.headtopa{
		font-size: 14px;
	}

	.widko2{
		font-weight: 300;
		left: 150px!important;
	}
	header{
		top: 0px;
	}
	.page-template-page-homepage{
		top: 44px;
	}
	.widfirst{
		width: 100%;
		overflow: scroll;
	}

	.widko{
		width: 150px;
	}
	.widko2{
		display: block!important;
		left: 180px;
		position: relative;
		color: white;
		font-family: "Century Gothic";
		top: -27px;
		white-space: nowrap;
		overflow: scroll;
	}
	.widko2 a{
		font-size: 14px;
	}
	.widko2 a::after{
		width: 2px;
		background-color: #82498A;
		height: 20px;
		margin-left: 10px;
		display: inline-block;
		content: "";
		position: relative;
		top: 4px;
	}
	.widko2 a::after{
		margin-right: 10px;
	}
	.widko2 a:nth-last-child(1)::after{
		display: none;
	}
	.widko,.widko2{
		display: inline;
	}
	.rigtmenu{
		right: 0;
		display: none;
		width: 100%;
		padding-right: 60px;
		padding-left: 50px;
		border-top: 1px solid #EAEAEA;
	}
	.purplebgg{
		padding-left: 50px;
	}
	.mag{
		padding-top: 0!important;
		top: 37px;
		height: 100vh!important;
		z-index: 9999999999999999999!important;
	}

	.mag{
		padding-top: 0;
	}
	.navbar-brand img{
		width: 180px;
	}
	.mobim{
		width: 25px;
	}
	.mag .butoncontact{
		margin: initial!important;
		width: 300px!important;
	}
	.search{
		background-color: #EAEAEA;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		width: 100%;
		padding-right: 10px;
	}
	.mobim{
		margin-right: 15px;
	}
	.mobfirst{
		margin-left: 15px;
	}
	.mobsec{
		float: right;
		margin-right: 15px;
		top: 4px;
		position: relative;
	}
	.searchinp{
		border: 0!important;
		background-color: initial!important;
		color: #C1C1C1!important;
		font-family: "Century Gothic";
		font-size: 18px;
		font-weight: 700;

	}
	.mensieimko{
		width: 120px;
	}
	.nor{
		padding-right: 0;
	}
	.cite{
		max-width: 250px;
	}
	.nor{
		padding-right: 15px;
	}
	#proven{
		background: initial;
	}
	.whitehead{
		font-size: 2em;
	}
	.whitbox{
		margin-top: 150px;
	}
	.whitehead br{
		display: none;
	}
	.footer_logo{
		margin-bottom: 0;
		width: 180px;
	}
	.nomargpad{
		margin-top: 25px;
		margin-bottom: 40px;
	}
	.odtpm{
		margin-top: 250px;
	}
	.mapa{
		background-image: url("./svet.png")!important;
		background-position: 0px 2150px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.noulleft{
		text-align: left;
	}
	#menu-menu-footer li,.noulleft li{
		width: 32%;
	}

	.bottom{
		position: relative;
		text-align: left;
	}
	.odtpo{
		text-align: center;
	}

	.nol{
		padding-left: 0;
	}
	.nol .white{
		padding-left: 15px;
		padding-top: 40px;
		padding-bottom: 0;
	}
	.menuul li:nth-child(1){
		padding-right: 0;
	}
	.nomargpad li img{
		width: 30px;
	}
	.bannerhead{
		font-size: 2em;
		margin-top: 30px;
	}
	.bannerimg{
		padding-top: 20vh;
	}
	#topics .topichead{
		font-size: 1.5em;
	}
	#topics li{
		padding-left: 30px;
	}
	.noto{
		margin-top: 40px;
		padding-bottom: 0;
	}
	.noto img{

		max-width: 65%;
	}

	.topicsmallhead, .topicsmallheadsecond{
		padding-left: 0;
	}
	.topicsmallhead, .topicsmallheadsecond{
		padding-left: 30px;
	}
	.headexpr{
		font-size: 2em;
		max-width: 175px;
	}
	.persons .row::after{
		margin-bottom: 10px;
	}
	.intheworld .headexpr{
		width: 170px;
	}
	.fullw{
		max-width: 200px;
	}

	.lefkto{
		left: initial;
		right: 20px;
	}

	.bgpurp{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 99999999999999999;
		position: absolute;
		width: 800px;
		height: 100%;
		top: -180px;
		right: 0;
		z-index: 9;
		z-index: 0;
	}
	.whitbox{
		padding-bottom: 0;
	}
	.owl-next{
		right: initial;
		left: 80px;
	}
	.owl-prev span, .owl-next span{
		font-size: 70px;
	}
	.norko{
		padding-right: 0;
	}
	.butoncontact{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.botko{
		position: absolute;
		bottom: 60px;
		width: 50%;
		text-align: left!important;
	}
	.botko li{
		margin-top: 30px!important;
	}
	.big{
		padding-bottom: 0!important;
	}
	#topics .topichead{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.contact-us{
		position: fixed;
		top: initial;
		bottom: 0;
		right: 0;
		writing-mode: initial;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		text-orientation: initial;

	}
	.contact-us span{
		display: none;
	}

	.purple{
		overflow: hidden;
	}
	.whole-team a{
		bottom: 0;
	}
	.topic_1{
		background-color: #93C125;
	}

	#topics .topichead:hover{
		font-size: 20px!important;
	}
	.topicsmallhead{
		font-size: 22px;
	}
	.owl-first .owl-next{
		bottom: 45px;
		width: 15px;
	}
	.bannerimg{
		background-position: center center;
	}
	#topics .topichead{
		line-height: 1.7em;
		font-size: 20px!important;
	}
	.topicsmallhead{
		font-size: 18px;
	}
	.topic_4 {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.owl-first .owl-prev{
		bottom: 45px;
		width: 15px;
	}
	.hvr-sweep-to-right:before{
		display: none!important;
	}
	.mapa{
		position: relative;
	}
	.whole-team{
		margin-bottom: 80px;
	}
	.poshead{
		font-size: 1.2em;
	}
	.intheworld:before{
		content: "";
		background-image: url("./flko.png");
		display: block;
		width: 200px;
		right: 0;
		height: 200px;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	#mobhow{
		position: relative;
	}
	#mobhow:before{
		content: "";
		background-image: url("./fl1.png");
		display: block;
		width: 350px;
		height: 350px;
		background-repeat: no-repeat;
		position: absolute;
		top: -80px;
		z-index: -1;
	}
	#mobprof{
		position: relative;
	}
	#mobprof:before{
		content: "";
		background-image: url(./fl3.png);
		display: block;
		width: 200px;
		height: 100%;
		background-repeat: no-repeat;
		position: absolute;
		top: -80px;
		right: 0px;
		z-index: -1;
	}
	.intheworld{
		position: relative;
		z-index: 0;
	}
	.mapa::before{
		content: "";
		background-image: url("./fluid.png");
		display: block;
		width: 100%;
		height: 200px;
		background-repeat: no-repeat;
		position: absolute;
		top: -80px;
		z-index: -1;
	}
	#topics .topics li.onbmd{
		display: none;
	}
	.justdes{
		display: none;
	}
	.justmm{
		display: inline-block;
	}
	.toplis::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 0;
		right: 0;
		top: 0;
		background-color: #AAAAAA;
	}
	#topics .topics li.onbmd::after{
		display: block!important;
	}
	.toplis{
		padding-top: 25px!important;
		padding-bottom: 40px!important;
	}
	.toplis h3{
		font-size: 18px;
	}
	.toplis p{
		font-size: 14px;
	}
	.toplis a{
		font-size: 16px;
	}
	.contact-content{
		max-width: initial;
		top: 0;
	}
	.contact-content{
		overflow: scroll;
	}
	.odshow{
		position: relative;
		bottom: 0;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.closebar{
		display: block;
	}
	.page-template-page-magazine .upper{
		margin-top: -230px;
	}
	.closebar img.timko {
		position: relative;
		left: -4px;
		padding-bottom: 5px;
		position: fixed;
		right: 40px;
		margin-top: 12px;
		left: initial;
	}
	.justmm img{
		width: 60px;
		margin-right: 20px;
		margin-top: 8px;
		top: -16px;
	}
	.justmm span{
		margin-left: 10px;
		position: relative;
		top: -15px;
		left: -20px;
	}
	.ulkologos{
		margin: 0;
	}
	.rightko{
		position: absolute;
		right: 30px;
		top: 35px;
	}

	.whitrad{
		background: initial!important;
	}
	.contact-content{
		padding-bottom: 200px;
	}
	.purple .container-fluid{
		padding-right: 0;
	}
	.closecont{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		padding-right: 30px;

	}
	.contact-content{
		padding-top: 120px;
	}
	.mobarrow{
		display: block;
	}
	.firstarrow,.secondarrow{
		display: none!important;
	}
	.closecont{
		height: 50px;
		width: 100%;
		bottom: 0;
		top: initial;
	}
	.page-template-page-magazine .bannerimg{
		height: 100vh;
	}
	.upper{
		margin-top: -310px;
	}
	.page-template-page-magazine .upper{
		top: 0;
		margin-bottom: 100px;
	}
	.page-template-page-magazine .odtopmc{
		margin-top: 0;
	}
	.page-template-page-magazine #banko .gh{
		font-size: 1.2em;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-page-magazine .whitbx{
		margin-bottom: 30px;
	}
	.page-template-page-magazine .purple .whitehead{
		padding-top: 15px;
	}
	.moscroll .topic{
		display: block!important;
		/* left: 180px; */
		position: relative;
		color: white;
		font-family: "Century Gothic";
		/* top: -27px; */
		white-space: nowrap;
		overflow: scroll;
	}

	#bigtopic-1 h4{
		margin-bottom: 0!important;
	}
	.inpko input{
		width: 100%;
		margin-bottom: 20px;
	}
	#develor-news{
		background-color: white;
	}
	.whitko{
		padding-top: 0;
	}
	.page-template-page-magazine .ntopx{
		margin-top: 0!important;
	}
	#develor-news h4{
		font-size: 2em;
	}
	.inpko input[type='submit']{
		margin-left: 0;
	}
	.morind{
		z-index: 99;
	}
	.morind img{
		object-position: 40px;
		object-fit: cover;
	}
	.purpimc {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 350px;
		z-index: 0;
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#develor-news .farba{
		margin-bottom: 30px;
	}
	#develor-news h4{
		margin-bottom: 50px;
	}
	.page-template-page-magazine .meet-us img,.archive .meet-us img{
		margin-top: 20px;
	}
	.archive .upper{
		margin-top: 150px;
		top: 0;
	}
	#bigtopic-1 h4, #bigtopic-2 h4, #bigtopic-3 h4{
		margin-bottom: 45px;
		margin-top: 0;
		font-size: 2em;
	}
	.archive #banko .gh{
		font-size: 1.2em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.activediv{
		font-family: "Century Gothic";
		font-size: 1.5em;
		font-weight: 700;
		text-transform: uppercase;
		color: black;
		background-color: white;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 8px;

	}
	.ulkologos{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hideena a{
		display: block;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-weight: 700;
		color: #e2e2e2!important;
		font-size: 1.5em;
	}
	.hideena{
		background-color: white;
		padding-bottom: 30px;
		display: none;
		padding-top: 15px;
	}
	.reallynotondeskt{
		display: block!important;
	}
}
@media screen and (max-height: 800px){
	.event-carousel{
		margin-top: -80px;
	}
	.page-template-page-program .odtbcc{
		margin-top: 20px;
	}
}
@media screen and (max-height: 750px){
	.purplehead{
		margin-top: 0;
	}
	.event-carousel{
		margin-top: -80px;
	}

	#con.minpad img{
		width: 30px!important;
	}
	.bannertext{
		font-size: 0.9em;
		max-width: 500px;
	}
	.closeimko{
		top: 22px;
	}
	.odshow{
		font-size: 18px;
	}
	.formcont textarea{
		resize: initial;
		height: 85px;
		padding-top: 15px;
	}
	.page-template-page-contact table td{
		width: 0%;
	}
	.odtomv{
		margin-top: -180px;
	}
	.mag{
		padding-top: 10px;
	}
	.secmag .magimg{
		height: 80px;
	}
	.secmag .greyb{
		height: 80px;
	}
	.npdb{
		margin-bottom: 0;
	}
	.secmag .magonhov{
		margin-top: 0;
	}
	.secmag .greyb{
		margin-top: 0;
	}
	.secmag .magonhov{
		height: 80px;
	}
	.headmag{
		margin-top: 10px;
	}
	.solut li{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.newest{
		margin-bottom: 10px;
	}
	.secmag .newest{
		margin-bottom: 45px;
	}
	.page-template-page-magazine .maga .secmag .greyb{
		height: 80px;
	}
	.page-template-page-magazine .maga .secmag .magimg{
		height: 80px;
	}
	.page-template-page-magazine .maga .secmag .magimg{
		margin-top: 0;
	}
	.page-template-page-magazine .maga .secmag .greyb{
		margin-top: 0;
	}
	.page-template-page-magazine .maga .magimg{
		margin-top: 0;
	}
	.page-template-page-full-profile #full-profile{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.solut p{
		margin-bottom: 10px;
	}
	.page-template-page .bannerhead{
		margin-top: 0!important;
		font-size: 2.3em;
	}
	#full-profile{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.obrim {
		height: 180px;
		width: 70%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 30px;
	}
	.page-template-page-full-profile .obrim{
		height: 320px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 0;
	}
	.ifrim{
		margin-top: 30px;
	}
	.expertise{
		font-size: 2.2em;
	}
	table td{
		padding-left: 0!important;
		width: 10%;
	}
	.page-template-page-full-profile table td{
		width: 0!important;
	}
	.expul li{
		font-size: 1.2em;
	}
	.morb2{
		margin-top: 20px;
		margin-bottom: 27px!important;
	}
	.morb{
		margin-bottom: 20px!important;
		margin-top: 12px!important;
	}
	#con{
		padding-top: 25px;
	}
	.minpad img{
		width: 45px!important;
	}
	.page-template-page-full-profile #education table td.morf{
		width: 30%!important;
	}
}
@media screen and (min-width: 480px){
	.topics li:hover{
		background-color: #82498A;
	}

}

@media screen and (min-width: 1600px){
	.tpoic{
		background-size: 2050px;
	}
	#profesionals.topicbg{
		background-size: 1800px;
	}
	.inbef{
		width: 600px;
		height: 600px;
	}

}
.new-position{
	right: 50px;
}

.menuul li a{
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 160% */
}

@media screen and (min-width: 1800px){
	.page-template-page-about-us .mapa {
		background-size: cover;

	}
	.rigtmenu{
		min-width: 475px;
	}
}
@media screen and (max-width: 1199px){
	.figuretext{
		display: block;
		float: initial;
	}
	.line .figuretext{
		float: right;
	}
	.services{
		top: 56px;
	}
	.lefkto{
		left: 15px;
	}
	.hidfinal .col-md-9 {
		height: 250px;
	}
}
@media screen and (max-width: 480px){
	.morb2{
		margin-top: 50px;
		margin-bottom: 15px!important;
	}
	.contact-us{
		font-size: 0!important;
	}
	.figuretext{
		display: inline;
		float: right;
	}
	#con.minpad img {
		width: 35px!important;
	}
	table td.morf{
		width: 40%!important;
	}
	.page-template-page-full-profile #education table td.morf{
		width: 40%!important;
	}
	.page-template-page-full-profile video{
		height: 220px;
		margin-top: 50px;
	}
	.page-template-page-full-profile .iframeimage{
		height: 220px;
	}
	.page-template-page-full-profile .obrim{
		height: 180px;
		width: 50%;
		margin-top: 30px;
	}
	.page-template-page-full-profile #full-profile{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fullwidth{
		max-width: 100%!important;
	}
	.services .onmob{
		display: block;
	}
	.padtopik{
		padding-top: 50px;
	}
	.purplebut.purpmore.dblock{
		margin-bottom: 60px;
		margin-top: 30px;
	}
	#look-for .magonhov{
		margin-top: 15px;
	}
	.services{
		margin-top: 87px;
	}
	#contact img{
		margin-top: 120px;
	}
	#contact input[type='submit']{
		position: relative;
		top: 100px;
	}
	.wpcf7-acceptance{
		position: relative;
		top: -20px;
	}
	.padlc{
		padding-right: 15px;
	}
	#contact input[type='submit']{
		width: 100%;
	}
	.services .big{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		vertical-align: top;
	}
	.services .topichead {
		color: white!important;
		margin-bottom: 0!important;
		font-size: 1.3em;
	}
	.services .bigtopact{
		margin-top: initial;
	}
	.services .showovfix .topichead{
		font-size: 20px!important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.services .ovfix .bigtopact{
		top: 0!important;
	}
	div.insko::after{
		width: 70%;
	}
	.promtext{
		position: relative;
		bottom: initial;
	}
	.images{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.images img{
		width: 100%;
	}
	.ovfix{
		margin-top: 10px;
	}
	.squared{
		margin-left: 0;
		padding-left: 20px;
	}
	.odtpc{
		padding-top: 1px!important;
	}
	.obb{
		margin-bottom: 50px;
	}
	.page-template-page-full-profile .container .row .col-md-6:nth-child(1){
		padding-right: 15px;
	}
	.page-template-page-full-profile .container .row .col-md-6:nth-child(2){
		padding-left: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(1){
		padding-right: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(2){
		padding-right: 15px;
		padding-left: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(3){
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
		padding-right: 15px;
		margin-top: 30px;
		padding-left: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(5){
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
		margin-top: 15px;
	}
	#con{
		background: initial;
		padding-top: 0;
	}
	#con .col-md-5:nth-child(1){
		background-color: #B190B6;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#con{
		padding-bottom: 0;
	}

	#con.minpad table img{
		width: 15px!important;
	}

	#con.minpad img.lked{
		position: absolute;
		right: 0;
		bottom: 0;
		right: 0;
		width: 200px!important;
		right: -35px;
		bottom: -35px;
	}
	#con .col-md-5{

		padding-top: 40px;
		background-color: #F5F5F5;
		padding-bottom: 40px;
	}
	#expertise{
		background: initial;
		padding-right: 15px;
	}
	#expertise .expertise{
		margin-top: 30px;
	}
	#expertise .col-md-6:nth-child(1){
		background-color: rgba(153,109,160,1);
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#references {
		padding-top: 40px;
		background-color: #ECECEC!important;
		padding-bottom: 40px;
		background-color: #ECECEC!important;
		padding-bottom: 40px;
		padding-top: 480px;
		margin-top: -420px;
		z-index: -1;
	}
	.magazinimg {
		max-width: 350px;

		position: relative;
		top: -70px;
	}
	.inpko .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	#proven .fullw{
		max-width: 100%;
	}
	#proven .cite{
		max-width: 320px;
	}
	.page-template-page-homepage .intheworld .odtpm{
		margin-top: 150px;
	}
	.intheworld:before{
		width: 240px;
		height: 300px;
	}
	.owl-second{
		background-color: white;
	}
	.owl-second img{
		margin-left: 60px;
	}
	.owl-second .textcar{
		margin-left: 60px;
	}
	.headcar{
		margin-left: 0;
	}
	.owl-second .butoncontact{
		margin-left: 20px;
	}
	.owl-second .owl-prev{
		left: -50px;
	}
	.owl-second .butoncontact{
		margin-left: 20px!important;
	}
	.owl-second img{
		margin-left: 0;
	}
	.owl-second{
		margin-top: 30px;
		position: relative;
		top: 15px;
	}
	.owl-second .owl-item.active img{

	}
	.owl-second .owl-nav button.owl-next{
		left: initial;
		right: 10px!important;
	}
	.owl-second{
		padding-top: 40px;
	}
	.owl-second .butoncontact {
		position: relative;
		bottom: 0;
		width: 250px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.carimg{
		width: 200px!important;
	}
	.owl-second .headcar{
		font-size: 32px;
		margin-bottom: 0;
	}
	.owl-second br{
		display: none;
	}
	.owl-second .textcar{
		display: block;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.owl-second .owl-prev{
		left: 10px;
	}
	.page-template-page-about-us .green-text{
		min-height: initial;
	}
	.page-template-page-about-us .part{
		margin-top: 20px;
	}

	.page-template-page-homepage .mapa {
		background-image: url(./svet.png)!important;
		background-position: 0px 1750px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rigtmenu{
		border-top: 0;
		height: calc(100vh - calc(100vh - 100%))
	}
	.rigtmenu ul li a{
		font-size: 1.5em;
	}
	.whole-team{
		margin-bottom: 50px;
	}
	.mapa::before{
		top: 0;
	}
	.purplehead{
		margin-bottom: 10px;
		font-size: 1.1em!important;
		margin-top: 10px;
	}
	.purplehead img{
		width: 15px;
	}
	.page-template-page-homepage .purpimc{
		bottom: 448px;
		width: 250px;
		height: 250px;
	}
	.othercolor .arkod{
		width: 30px;
		position: absolute;
		right: 15px;
		top: 12px;
		display: block!important;
	}
	.services .bigtopact{
		top: 10px!important;
	}
	.othercolor .arkod{
		transform: rotate(180deg);
	}
	.bigserv{
		height: 14%;
	}
	.morebigserv {
		height: calc(45% + 2px);
	}
	.page-template-page-services-2 .bannerimg {
		padding-top: 5vh;
		height: calc(100vh - 76px);
	}
	.page-template-page-services-3 .bannerimg {
		padding-top: 5vh;
		height: calc(100vh - 76px);
	}
	#contact input[type='submit']{
		top: 70px;
	}
	#contact .label_first{
		top: -45px;
	}
	.insko .vidserv{
		width: 100%;
	}
	.purplebgg.onmob{
		position: relative;
		bottom: 0;
	}
	.center.botko{
		position: relative;
		top: initial;
		bottom: initial;
	}
	.insko .servid{
		width: 100%;
		height: 220px;
		margin-top: 30px;
	}
	.morebigserv ul{
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 48px;
	}
	.services .bigserv{
		padding-top: 20px;
	}
	.morebigserv ul li{
		padding-left: 15px;
	}
	.morebigserv ul li{
		padding-bottom: 3.5%;
		padding-top: 3.5%;
		border-bottom: 1px solid white;
	}
	.mobful .bannerimg{
		height: calc(100vh - 47px);
		padding-top: 30px;
	}
	.page-template-page-ebook .mobful .bannerimg{
		height: 100%;
	}
	.owl-car{
		position: relative;
		padding-left: 15px;

	}

	.event-carousel{
		margin-top: -250px;
	}
	.searcharticles{
		width: 65%;
	}
	.padings{
		padding: 25px;
	}
	.page-template-page-contact .purple .whitehead{
		padding-top: 0px;
	}
	.padkaa .headko{
		font-size: 1.2em;
		margin-top: 20px;
	}
	.padkaa .position-event{
		margin-bottom: 20px;
	}
	.moful{
		display: block;
		width: 100%;
		text-align: center;
	}
	.pasev{
		margin-top: 10px!important;
	}
	.opacover .datum{
		margin-top: 20px;
	}
	.padkaa .partextik{
		font-size: 1em;
	}
	.event-bigim{
		height: 250px;
	}
	.evh{
		margin-top: 90px;
		font-size: 2em;
	}
	.toplis a{
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.headmag{
		margin-top: 30px;
	}
	.conimgg .label_first{
		margin-bottom: 100px;
		top: -30px!important;
	}
	.page-template-page-contact .bannerhead{
		margin-top: 80px;
	}
	.single .alignleft{
		float: initial;
		display: block;
		width: 100%;
	}
	.single img.alignleft{
		float: left;
		display: initial;
		width: initial;
	}
	.single .bannertext{
		margin-bottom: 15px;
	}
	.single .arrowlong{
		bottom: 30px!important;
	}
	.single .bannertext{
		font-size: 1.3em;
	}
	.single .bannerimg{
		padding-top: 15vh;
	}
	.arrowlong{
		bottom: 60px;
		position: absolute;
		left: 15px;
	}
	.single .arrowlong{
		bottom: 140px;
	}
	.promohead-1{
		font-size: 26px;
	}
	.big-topics-template-default .nbbbot{
		margin-top: 25px!important;
		margin-bottom: -20px!important;
	}
	.big-topics-template-default .methods{
		margin-bottom: 15px;
	}
	.page-template-page-services-other .bannerimg,.page-template-page-about-us .bannerimg,.single .bannerimg{
		height: calc(100vh - 46px);
	}
	.page-template-page-services-other .bannerimg{
		background-position: 80%;
	}
	.page-template-page-events .bannerhead{
		margin-top: 120px;
	}
	.page-template-page-events .carousel-img{
		height: 150px;
	}

	#banner{
		position: relative;
	}
	
	.single #contact .label_first{
		top: -35px;
	}
	#contact .label_first{
		margin-bottom: 40px;
	}
	#banner .absim{
		right: -40px;
		left: initial;
		top: 25px;
	}
	.single #banner{
		overflow: hidden;
	}
	#banner .absim .newslabel{
		padding-left: 0;
		padding-right: 25px;
	}
	#banner .absim .newslabel span{
		transform: rotate(25deg);

	}
	.arrowlong{
		display: block;
	}
	.nbbbot{
		margin-bottom: 0!important;
	}
	.services .morebigserv{
		height: 58%;
	}
	.mobsholi li.minopko{
		width: initial!important;
		padding-left: 0!important;
		padding-right: 15px!important;
		margin-left: 0;
	}
	.mobsholi li.minopko::before{
		display: none!important;
	}
	.owl-sixth .owl-next{
		right: 15px!important;
	}
	.box-1 ul{
		min-height: 0;
	}
	.page-template-page-domov .purple{
		padding-top: 30px;
	}
	.lefkto{
		left: initial!important;
	}
	.page-template-page-homepage .purple{
		padding-top: 10px;
	}
	.firstarrow, .secondarrow{
		width: 25px;
		position: relative;
		top: 3px;
	}
	.searcharticles{



		font-size: 22px;

		margin-top: -8px;
		position: relative;
		top: 4px;
	}
	#mobprof{
		overflow: hidden;
	}
	#mobprof:before{
		right: -30px;
	}
	.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
		font-size: 16px;
	}
	.page-template-page-services-1 .bannertext br, .page-template-page-services-2 .bannertext br, .page-template-page-services-3 .bannertext br, .page-template-page-services-other .bannertext br{
		display: none;
	}
	.mobhidserv{
		display: none;
	}
	.page-template-page-program .bannerhead{
		margin-top: 30%;
	}
	.restart {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.odsunleft{
		padding-left: 0;
	}
	.imbob img {
		margin-top: 15px;
		margin-bottom: 30px;
		max-width: 50%;
	}
	.page-template-page-program #proven{
		background: none!important;
	}
	.page-template-page-program .butoncontact {
		display: block;
		width: 100%!important;
		text-align: center;
		margin: 0 auto;
		margin-top: 30px!important;
	}
	.page-template-page-program .odtopy .row.thenopads{
		margin-left: 15px;
	}
	.page-template-page-program .odtopy.provenopak .row.thenopads{
		margin-left: -15px;
	}
	.odsunright{
		padding-right: 0;
	}
	.purplebox {
		position: relative!important;
		width: 100%!important;
		margin-top: 0!important;
		margin-bottom: 30px!important;
	}
	.proglogos {
		margin-bottom: 30px;
	}
	.progimko {
		height: 250px;
		margin-bottom: 30px;
	}
	.padss .col-md-6 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.page-template-page-program .odt-1 .row{
		padding-top: 60px!important;
	}
	.log {
		width: 49%;
		text-align: center;
	}
	.logos {
		margin-bottom: 60px;
	}
	.page-template-page-program .purplebox h2{
		max-width: 100%!important;
		padding-left: 20px;
		font-size: 32px;
	}
	.page-template-page-program .white.relko  .whitehead br{
		display: block;
	}
	.page-template-page-program #proven .thenopads{
		width: 100%;
	}
	.page-template-page-program #proven .purplebut{
		margin-top: 60px;
		display: block;
	}
	.page-template-page-program .whitebox-car{
		margin-bottom: 45px!important;
	}
	.page-template-page-program #proven{
		background: none!important;
	}
	.page-template-page-program .padss .col-md-6{
		padding-left: 15px;
	}
	.page-template-page-topic .bannerhead{
		margin-top: 25%;
	}
	.page-template-page-topic .vidserv,.page-template-page-topic .servid{
		margin-right: 0;
		width: 100%!important;
	}
	.imcenter img{
		max-width: 70%;
	}
	.imcenter{
		text-align: center;
	}
	.page-template-page-ebook .bannerhead{
		margin-top: 25%;
	}
	.page-template-page-ebook .textar{
		font-size: 20px;
	}
	.page-template-page-ebook .provkos .learnhead{
		padding-top: 30px;
	}
	.page-template-page-ebook .mtopxc{
		margin-top: 0px;
	}
	.page-template-page-contact .meet-us img,.page-template-page-events .meet-us img{
		object-position: initial;
		object-fit: initial;
		margin-top: 30px;
	}
	.page-template-page-contact .inpko .wpcf7-not-valid-tip,.page-template-page-events .inpko .wpcf7-not-valid-tip{
		bottom: -135px;
	}
	.box-text{
		height: 92px;
	}
	.people-profiles-template-default .grbox{
		margin-top: 75px;
	}
	.devkos:hover{
		text-decoration: none!important;
	}
	.leftimk{
		text-align: right;
	}
	.leftimk .obrim{
		width: 100%;
		background-position: 90%;
		height: 250px;
	}
	#full-profile{
		padding-bottom: 0;
	}
	.leftimk{
		padding-top: 150px;
	}
	.page-template-page-homepage .owl-first .owl-item:nth-child(2) .bannerimg {
		background-position: 75% 0;
	}
	.page-template-page-homepage .owl-second{
		padding-bottom: 20px;
	}
	.single .box-1, .single .box-2, .single .box-3{
		height: initial;
		min-height: 160px;
	}
	.alinko br{
		display: none;
	}
	.bannertext{
		font-size: 1em;
	}
	.justmm span{
		font-weight: 700;
	}
	.owl-first .owl-next{
		left: initial;
		right: 30px;
	}
	.page-template-page-about-us .mapa{
		background-size: contain!important;
	}
	#magazine-detail ul{
		margin-left: 0;
		padding-left: 20px;
	}
	.page-template-page-program .thenopads .white{
		padding-left: 30px;
	}
	.page-template-page-program .headkott{
		font-size: 2em;
	}
	.persons .col-8{
		min-height: 130px;
	}
}
@media screen and (min-width: 2400px){
	.tpoic {
		background-size: 3600px;
		background-position: 0px -215px;
	}
	#topics .topichead{
		margin-right: 45px;
	}
	.inbef {
		width: 1000px;
		height: 1000px;
	}
}
@media screen and (min-width: 1800px){
	.owl-first .owl-next{
		right: 90px;
	}
}

@media screen and (min-width: 1900px){
	.owl-second.owl-carousel .owl-nav button.owl-next{
		right: 80px!important;
	}
}



.single .bannerimg{
	min-height: initial!important;
	padding-bottom: 8vh;
}

.people-profiles-template-default video{
	height: 305px;
	margin-top: 0;
	margin-bottom: 0;
}
.first-cats-link{
	background: white!important;
}
.single #magazine-detail a{
	text-decoration: none!important;
}

@media screen and (max-height: 750px){
	.people-profiles-template-default .obrim{
		width: 100%!important;
	}
	#full-profile{
		padding-bottom: 0;
	}
}

@media screen and (min-width: 3000px){
	.tpoic {
		background-size: 5000px;
		background-position: 0px -400px;
	}
	.inbef {
		width: 1407px;
		height: 1400px;
	}
}

@media screen and (min-width: 4000px){
	.inbef {
		width: 2000px;
		height: 2000px;
	}
}
@media screen and (min-width: 4000px){
	.tpoic {
		background-size: 7000px;
		background-position: 0px -650px;
	}
}

.page-template-page-homepage header{
	z-index: 999999999;
}
#wpadminbar{
	z-index: 9999999999999999999999999999999999999999999999!important;
}
.lintex,.lintex a{
	color: #404040!important;
}
@media screen and (max-width: 480px){
	.page-template-page-contact .wpcf7-acceptance {
		position: relative;
		top: -50px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px){
	.page-template-page-homepage .intheworld .odtpm,.page-template-page-about-us .odtpm{
		margin-top: 0px!important;
	}
	#proven.onmob {
		margin-top: 115px;
	}
	.showonmooo{
		max-height: 388px;
	}
	.cite{
		min-height: initial;
	}
	.name.nobot{
		margin-bottom: 0;
		padding-bottom: 5px;
	}
}

.bannerbtn:hover .sipka{
	display: inline-block!important;
	content: initial;
}
.page-template-page-about-us .owl-sixth.ondeskt{
	display: none;
}
.page-template-page-about-us .owl-sixth.ondeskt:nth-child(1){
	display: block;
}

.topic_4 .topicsmallhead{
	margin-left: 0;
}

.topicsmallhead{
	font-size: 24px;
	height: 100%;
	margin: 0 auto!important;
	text-align: center;
}
.topic_4{
	color: white;
	font-family: "Century Gothic";

	font-weight: 500;
	background-color: #C6C6C6;
	padding-top: 0;
	transform: rotate(180deg);
}

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

	.topic_4{
		padding-top: 0;
	}
}
@media screen and (max-width: 992px){
	.topicsmallhead{
		text-align: left;
	}
}
.topic_5 .topicsmallheadsecond{
	margin: 0 auto!important;
}



.big-topics-template-default .box-1 ul{
	height: initial;
	min-height: initial;
	padding-left: 0;
}
.big-topics-template-default .box-1 li{
	font-size: 20px;
	list-style-type: none;
}

.topic_5{
	padding-top: 0!important;
	text-align: center;
}
.topicsmallheadsecond{
	height: 100%;
}
@media screen and (min-width: 3000px){
	.tpoic{
		background-image: url("./devlines.png")!important;
	}
	.tpoic {
		background-size: 1600px!important;
		background-position: 0px -200px;
	}
}





@media screen and (min-width: 1800px){
	.page-template-page-program .vlnka, .page-template-page-program .vlnka{
		background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1000px;
		background-size: 1000px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1200px;
		background-size: 1200px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1600px;
		background-size: 1600px;
		background-image: url("./devlines.png")!important;
	}
}




@media screen and (min-width: 1800px){
	.page-template-page-program .vlnka{
		background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1000px;
		background-size: 1000px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1200px;
		background-size: 1200px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-program .vlnka{
		left: 0;
		height: 1600px;
		background-size: 1600px;
		background-image: url("./devlines.png")!important;
	}
}


#contact-form{
	z-index: 999999;
}

@media screen and (max-height: 800px){
	#contact-form .purplehead{
		display: none;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 60px;
	}
}
@media screen and (max-height: 620px){

	#contact-form .formcont{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){

	#contact-form .purplehead{
		display: block;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 0;
	}
	.formcont select{
		font-size: 16px;
		text-transform: initial;
		font-weight: 400;
		height: initial!important;
	}
}

@media screen and (max-height: 800px){
	#contact-form .purplehead{
		display: none;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 60px;
	}
}
@media screen and (max-height: 620px){

	#contact-form .formcont{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){

	#contact-form .purplehead{
		display: block;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 0;
	}
}


@media screen and (max-width: 480px){
	.hideena a.slu-managers{
		display: block;
	}

	.page-template-page-about-us #develorians .reallynotondeskt .owl-sixth{
		display: none;
	}
	.page-template-page-about-us .ulkologos .trigcli:nth-child(1){
		display: none;
	}
	.trigcli{
		display: block;
	}
	.page-template-page-about-us #develorians .reallynotondeskt .owl-sixth:nth-child(1){
		display: block;
	}
	#contact input[type='submit']{
		z-index: 99!important;
	}
	.page-template-page-contact .ajax-loader{
		display: block!important;
	}
	.page-template-page-contact .wpcf7-response-output{
		margin-top: 0!important;
		margin-left: 0!important;
		padding-left: 0!important;
		border: 0!important;
		display: block!important;
	}
}


.bannertext{
	max-width: 600px;
}
.owl-second .textcar{
	max-width: 340px;
	display: block;
}
.fullwidth1{
	max-width: 500px;
}
.fullwidth1 br{
	display: none;
}

.clasref {
	max-width: 400px!important;
}

#why-develor .textcar, #what .textcar, #how .textcar {
	max-width: 900px;
}
.fullw {

	max-width: 500px;
}
.mkow {
	max-width: 500px;
}

.whitetext{
	max-width: 300px;
}
.whitetext br{
	display: none;
}
.topictext br{
	display: none;
}
.topictext{
	max-width: 300px;
}

.purple .textcar{
	max-width: 300px;
}

.grecaptcha-badge{
	visibility: hidden;
}


.big-topics-template-default .box-1 ul{
	bottom: 30px!important;
	position: absolute!important;
}

.podcasts{
	margin-top: 60px;
}
.podcasts a{
	margin-right: 10px;
}
.podcasts img{
	width: 55px;
	height: 55px;
}

#proven .notthebot{
	padding-bottom: 0px!important;
}
.notfw{
	font-weight: initial;
}
.notfw p{
	line-height: 1.1em;
}
.debrifplat{
	margin-bottom: 0;
	font-weight: 700;
}
.imdeb img{
	margin-right: 10px;
}

.loadmoreep{
	text-align: center;
	margin-top: 15px;
}
.loadmoreep .butoncontact{
	position: relative;
	bottom: 0;
	cursor: pointer;
}
.page-template-page-podcast .purplebox{
	margin-bottom: 0!important;
}
.seconddebs{
	display: none;
}
.debrifimg{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
}
.page-template-page-podcast iframe{
	height: 300px;
}

@media screen and (max-width: 1440px){
	.page-template-page-podcast .bannerimg{
		padding-top: 13vh;
	}
}

@media screen and (max-width: 480px){
	.notfw{
		font-size: 2em;
	}
	.notthebot{
		margin-top: 30px;
	}
	.category-upcomming-events #contact input[type='submit']{
		top: 95px;
	}
	.category-upcomming-events #contact .acceptance-261{
		top: -20px;
	}
	.debrifimg{
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 250px;
	}
	.page-template-page-podcast iframe{
		height: 220px;
	}
	.page-template-page-podcast .vlnka-2{
		height: 450px;
	}
	.page-template-page-podcast .vlnka-1{
		height: 550px;
	}
	.page-template-page-podcast .bannerhead{
		margin-top: 60px;
	}
	.page-template-page-podcast .sect-img{
		height: auto;
	}
	.page-template-page-podcast .sect-img iframe{
		margin-top: 50px;
	}
}


.et-db #et-boc .et-l .et_pb_cta_0.et_pb_promo{
	background-color: #774293;
}


@media screen and (min-width: 1800px){
	.page-template-page-podcast .vlnka, .page-template-page-podcast .vlnka{
		background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1000px;
		background-size: 1000px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1200px;
		background-size: 1200px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1600px;
		background-size: 1600px;
		background-image: url("./devlines.png")!important;
	}
}




@media screen and (min-width: 1800px){
	.page-template-page-podcast .vlnka{
		background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1000px;
		background-size: 1000px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1200px;
		background-size: 1200px;
		background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-podcast .vlnka{
		left: 0;
		height: 1600px;
		background-size: 1600px;
		background-image: url("./devlines.png")!important;
	}
}


.top li{
	min-width: 230px;
	margin-right: 15px;
}

.whiteul{
	margin-left: 0;
	margin-top: 40px;
	font-family: "Century Gothic";
	padding-left: 0;
}
.relkoo{
	position: relative;
}
.posinit{
	position: initial;
}

.whiteul li{
	margin-left: 0;
	padding-left: 0;
	font-weight: 500;
	padding-right: 15px;
	padding-bottom: 10px;
	cursor: pointer;
	list-style-type: initial;
	font-size: 14px;
	display: inline-block;
	color: white;
	opacity: .7;
}
.whiteul li.active{
	opacity: 1;
}
.relkoo{
	z-index: 1!important;
}

@media screen and (max-width: 1600px){
	.page-template-page-services-all .bannerhead{
		margin-top: 20px;
	}
	.whiteul{
		margin-top: 0;
	}

}

@media screen and (max-width: 900px){
	.page-template-page-services-all .bannerhead{
		font-size: 3em;
	}
}

@media screen and (max-width: 480px){
	.page-template-page-services-all .bannerhead{
		margin-top: 30px;
		font-size: 1.5em;
	}
	.page-template-page-services-all .bannertext{
		font-size: 0.8em;
	}
	.whiteul li{
		font-size: 12px;
		padding-bottom: 5px;
		padding-right: 10px;
	}
	.whiteul{
		margin-top: 15px;
	}
}



.search-cat a{
	color: white!important;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */


}

@media screen and (max-width: 480px){
	.widko2{
		margin-top: 3px;
	}
}
.magonhov{

	background-color: #F5F5F5;
}
body .col-md-8 .magonhov .magimg,.magonhov:hover .magimg{
	background-color: #F5F5F5;
	width: 250px!important;
}
.purpleizer{
	color: #996DA0!important;
	font-size: 2em!important;
}
.italko{
	font-style: italic;
	margin-top: 5px;
}
.colstrong{
	margin-bottom: 0;
}
#subs{
	padding-bottom: 100px;
}
.whiteheadsub{
	color: white;
	font-size: 35px;
	font-weight: 800;
}
.purpshadow{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	background: linear-gradient(270deg, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.pwhitsub{
	font-size: 15px;
	color: white;
	max-width: 500px;
	margin-top: 15px;
}
.downpar a{
	text-decoration: none!important;
}
#subs .rel{
	position: relative;
}
#subs.rel{
	position: relative;
}
.floatimsubs{
	position: absolute;
	right: 0;
}
.box-campaign{
	display: none;
}
.box-campaign.activecamp{
	display: block;
}

.halfizecc{
	margin-top: -40px;
	margin-bottom: 120px;
	background: rgb(177,144,182);
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(236,236,236,1) 36%);
}
.right-subs-box{
	padding: 50px;
	padding-right: 0;
}
.right-text{
	color: #1C1C1C;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
.custom-file-but label{
	background-color: white;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: "Century Gothic";
	color: #1C1C1C;
	box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.3);
	padding-bottom: 10px;
}
.custom-file-but{
	position: relative;
}
.custom-file-but::before{
	content: "";
	position: absolute;
	left: 15px;
	width: 15px;
	height: 15px;
	top: 15px;
	background-image: url('https://www.develor.com/wp-content/uploads/2021/04/iconmonstr-upload-19.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.custom-file-but input{
	display: none;
}
.right-button img{
	margin-right: 15px;
}
.right-button:hover{
	text-decoration: initial;
	color: #1C1C1C;

}
.right-button{
	font-family: "Century Gothic";
	color: #1C1C1C;
	box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.3);
}
.abssubs{
	position: absolute;
}
.totop{
	position: relative;
	top: -30px;
}
.subscont{
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;
	display: block;
}
.purpshadow .inpko .wpcf7-form-control-wrap input[type='email']{
	width: 40%;
}
.pwhitsub{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.purpimc{
	position: absolute;

}
.floatimsubs{
	position: absolute;
	bottom: 150px;
}
.carsection{
	padding-top: 80px;
	padding-bottom: 70px;

}
.morebolder{
	font-weight: 800;
	margin-bottom: 30px;
}
.ncarbot{
	margin-bottom: 0;
}
.camp{
	margin-top: 50px;
	margin-bottom: 70px;
}
.italko{
	max-width: 80%;
}
.colstrong{
	margin-bottom: 15px;
}
.thelogos{
	margin-top: 50px;
}
.showbr br{
	display: block;
}
.morobsect{
	margin-top: 50px;
}
.thebr li a{
	color: #eaeaea!important;
	font-family: "Century Gothic";
	padding-right: 20px;
}
.thebr li.isactive a{
	color: white!important;
}
.thebr li.isactive{
	opacity: 1;
}
.goto0,.goto1,.goto2,.goto3{
	cursor: pointer;
}
.boxy-pad ul{
	padding-left: 0;
	margin-left: 0;
}
.boxy-pad li{
	list-style-type: none;
	padding-left: 0;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #996DA0;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
}
.boxy-pad br{
	display: none;
}
.boxy-pad li{
	padding-right: 40px;
	height: 120px;
	position: relative;
	top: -60px;
	padding-left: 40px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding-right: 50px!important;
	color: #1C1C1C;
	background-color: #EAEAEA;
}
.boxy-pad li:nth-child(2){
	background-color: #DDDDDD;
}
.boxy-pad li:nth-child(3){
	background-color: #D5D5D5;
}
.boxy-pad li:nth-child(4){
	background-color: #CCCCCC;
}
.boxy-pad li:nth-child(5){
	background-color: #C6C6C6;
}
.activechallange{
	height: 140px!important;
	top: -80px!important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #996DA0!important;
}
.boxy-pad ul{
	padding-left: 5%;
	padding-right: 5%;
}
.mivhizer{
	padding-top: 13vh;
}
.boxy-pad ul{
	min-height: 140px;
}
.inpkodruhe span.wpcf7-acceptance span{
	display: inline-block;
	font-size: 15px;
}
.inpkodruhe .wpcf7-acceptance label{
	width: 100%!important;
	font-weight: 400;
	margin-top: 30px;
	display: inline-block!important;
	color: white!important;
}
.inpkotretie input[type='checkbox']{
	margin-right: 5px;
	font-family: "Century Gothic";

}
.purplesect{
	background-color: #B190B6;
}
.inpkodruhe span.wpcf7-acceptance span{
	font-family: "Century Gothic";
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0!important;
	margin-right: 0px;
	width: 310px;
	vertical-align: top;
	font-size: 15px;
}
.posunhore{
	margin-top: 40px;
}
.inpkotretie{
	margin-bottom: 50px;
}
.ciary{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.thebr{
	padding-left: 15px;
}
.relcv{
	position: relative;
}
.camp .lefti{
	position: relative;
	left: -100px;
}
.right-subs-box iframe{
	width: 100%;
	height: 170px;
}
.headervideo{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.ovhidds{
	overflow: hidden;
}
.right-subs-box video{
	width: 100%;
	height: 170px;
	display: block;
}
.inpkodruhe span.wpcf7-acceptance span span{
	padding-left: 10px;
}
.inpkodruhe .wpcf7 form .wpcf7-response-output{
	display: none;
}
.inpkodruhe .wpcf7 form .wpcf7-response-output[aria-hidden='true']{
	margin-top: 0;
}
.thefirst{
	position: relative;
}
.boxy-pad li{
	cursor: pointer;
}
.inpkotretie .select-icon::after{
	content:"";
	background-image: url('./down.png');
	width: 15px;
	background-repeat: no-repeat;
	height: 15px;
	display: block;
	background-size: contain;
	position: absolute;
	right: 0;
	/* top: -34px; */
	right: 20px;
	bottom: 17px;
}
.select-icon{
	position: relative;
}
@media screen and (max-width: 1300px){
	.boxy-pad li{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1200px){
	.floatimsubs{
		width: 38%;
		bottom: 150px;
	}
}
@media screen and (max-width: 1100px){
	.boxy-pad li{
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 992px){
	.floatimsubs{
		display: none;
	}
	.right-subs-box iframe{
		width: 100%;
		height: 250px;
	}
	.halfizecc{
		margin-top: 15px;
	}
	.right-subs-box iframe{
		width: 100%;
		height: 250px;
	}
	.ciary{
		display: none;
	}
	.halfizecc{
		background:transparent;
	}
	.totop {
		position: relative;
		top: 0;

	}
	.right-subs-box{
		padding-left: 0;
		text-align: center;
	}
	.abssubs{
		position: relative;
	}
	.purpshadow .inpko .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.carsection{
		padding-top: 80px!important;
	}
	.page-template-page-campaign .bannerimg{
		height: 100vh;
	}
	#subs .purpimc{
		bottom: -50px;
		width: 450px;
		height: 450px;
	}
	.camp .item img{
		height: 250px;
		width: 100%;
		object-fit: cover;
		object-position: center center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.boxy-pad ul li{
		display: block;
		top: 0!important;
		height: initial!important;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.boxy-pad ul{
		margin-top: 50px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 567px){
	#subs .purpimc{
		display: none;
	}
	.inpkodruhe span.wpcf7-acceptance span span{
		padding-left: 15px;
		width: 90%;
		top: 20px;
		position: relative;
	}
	#subs{
		padding-bottom: 0;
	}
	#logos{
		margin-top: 0;
	}
	.camp .item img{
		margin-bottom: 30px!important;
	}
	.camp .owl-next{
		left: initial;
		right: 0;
	}
	.inpkodruhe input[type='checkbox']{
		width: initial!important;
	}
}
@media screen and (max-width: 480px){
	.page-template-page-campaign .bannerimg{
		overflow: hidden;
	}
	.page-template-page-campaign .moscroll{
		width: 100%;
	}
	.page-template-page-campaign .thebr{
		overflow: scroll;
	}
}
@media screen and (min-width: 1919px){
	.floatimsubs{
		bottom: 150px;
		right: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-left: 90px!important;
		padding-right: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%);
	}
}
#subs .purpimc{
	height: 600px;
	width: 600px;
}
.custom-file-but input{
	display: none;
}

.thesecon .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	color: white!important;
	padding-left: 0!important;

}
.grtab{
	color: #1C1C1C!important;
}
.firtd{
	width: 140px;
}
.secondtd{
	width: 100%;
	padding-left: 15px;
}
.fullproftab tr.thetrko:nth-last-child(2) td{
	border-top: 1px solid #dee2e6!important;
}
.fullproftab tr.thetrko:nth-child(1) td{
	border-top: 0!important;
}
.hidtrx{
	display: none;
}

.padbotvc{
	padding-bottom: 60px;
}
.thetrko td{
	padding-top: 15px;
	padding-bottom: 15px;
}

.showtrx{
	top: 0;
	position: relative;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.linsr{
	position: absolute;
	right: 0;
	bottom: 0;
}
.rel{
	position: relative;
}
.purplesct{
	padding-top: 60px;
	padding-bottom: 80px;
	background: rgb(153,109,160);
	background: linear-gradient(270deg, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.purplesct iframe{
	background-color: white;
	border-radius: 15px;
}
.cxzdf img{
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.cxzdf:hover img{
	filter: invert(1);
}
.cxzdf{
	margin-top: 30px;
}
.ptopv{
	padding-top: 80px;
	padding-bottom: 80px;
}
.badge-base__link{
	display: none;
}
.badges{
	margin-top: 40px;
}
.badge-base, .badge-base div{
	width: 100%;
}
.badge-base{
	margin-top: 30px;
}
.thefontone p{
	margin-bottom: 15px!important;
	font-size: 18px!important;
	color: white!important;
}

.purplesectb{
	padding: 50px;
}
.inpkotri input[type='checkbox']{
	position: relative;
	top: -23px;
}
.purplesectb{
	height: 300px;
	margin-top: -150px;
}
.secondtd a{
	font-weight: 400;
}
.inpkotri .wpcf7-form-control-wrap input[type='email']{
	width: 60%;
}
.inpkotri span.wpcf7-acceptance span span{
	width: 400px;
	position: relative;
}
.about-newsletter{
	margin-top: 15px;
}
.inpkotri input{
	font-size: 15px!important;
}
.inpkotri span.wpcf7-acceptance span span{

}
.inpkotri .wpcf7 form .wpcf7-response-output[aria-hidden='true']{
	display: none!important;
}

@media screen and (max-width: 992px){
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.linsr{
		width: 300px;
	}
	.purplesectb{
		height: auto;
	}
	.mcvd p{
		color: white!important;
		font-size: 18px;
	}
	.minimizethisb{
		font-size: 3em;
	}
}

@media screen and (max-width: 767px){
	.linsr{
		display: none;
	}
	.purplesectb{
		height: auto!important;
		margin-top: 50px!important;
	}
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.inpkotri .wpcf7-acceptance label{
		width: initial!important;
	}
	.inpkotri span.wpcf7-acceptance span span {
		width: 400px;
		position: relative;
		top: -43px;
		left: 16px;
	}
	.thefulw{
		width: 100%;
	}
	.inpko input[type='submit']{
		margin-bottom: 30px;
	}
	.mcvd p{
		font-size: 18px!important;
		color: white!important;
	}
	.purplesct .col-md-6:nth-last-child(1){
		margin-top: 60px;
	}
	.about-newsletter{
		margin-top: -30px;
	}
}

@media screen and (max-width: 480px){
	.inpkotri span.wpcf7-acceptance span span{
		top: -10px!important;
		left: 0;
		width: 300px!important;
		max-width: 300px!important;
	}
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		margin-bottom: 0;
	}
	.about-newsletter{
		margin-top: 0;
	}
}


.videa{
	display: none;
}
.activevideo{
	display: block;
}


.custom-file-but label:hover{
	background-color: #82498A!important;
	color: white;
	cursor: pointer;
}
.custom-file-but:hover::before{
	filter: invert(1);
}


@media screen and (min-width: 1920px){
	.purpshadow{
		padding-left: 150px;
		padding-right: 150px;
	}
}
.nomarg{
	margin-bottom: 0;
}
.podklad-0{
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(236,236,236,1) 36%);

}
.podklad-1{
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(221,221,221,1) 36%);
}
.podklad-2{
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(213,213,213,1) 36%);
}
.podklad-3{
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(204,204,204,1) 36%);
}
.podklad-4{
	background: linear-gradient(270deg, rgba(177,144,182,1) 36%, rgba(198,198,198,1) 36%);
}


.pozadiechanger{
	background: transparent!important;
}
.pozadiechanger.podklad-0{
	background-color: rgba(236,236,236,1)!important;
}
.pozadiechanger.podklad-1{
	background-color: rgba(221,221,221,1)!important;
}
.pozadiechanger.podklad-2{
	background-color: rgba(213,213,213,1)!important;
}
.pozadiechanger.podklad-3{
	background-color: rgba(204,204,204,1)!important;
}
.pozadiechanger.podklad-4{
	background-color: rgba(198,198,198,1)!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-family: "Century Gothic";
}
.pozadiechanger .wpcf7-response-output{
	color: #404040!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: none;
}
.pozadiechanger .wpcf7-acceptance label{
	width: 100%!important;
	margin-top: 15px;
}

@media screen and (max-width: 767px){
	.right-text{
		text-align: left;
	}
	.pozadiechanger .wpcf7 form.sent .wpcf7-response-output{
		margin-top: 0;
		margin-bottom: 60px;
		display: block;
	}
	.pozadiechanger .inpkodruhe .wpcf7-response-output{
		color: white!important;
	}
	.pozadiechanger input[type='checkbox']{
		width: initial;
		margin-bottom: 0;
	}
	.right-subs-box{
		padding-top: 0;
		padding-bottom: 0;
	}
	.custom-file-but{
		text-align: left;
	}
}


#subs .wpcf7-response-output[aria-hidden='true']{
	display: none!important;
	position: absolute;
}

#subs .invalid .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
}
#subs .abssubs{
	position: absolute;
	bottom: -40px;
}
span.wpcf7-acceptance span{
	font-family: "Century Gothic";
}
#subs .subscont{
	padding-bottom: 20px;
}

@media screen and (max-width: 992px){
	#subs .abssubs{
		position: relative;
		bottom: 0;
	}
	#subs .wpcf7-response-output[aria-hidden='true']{
		display: none!important;
		position: relative;
	}
}

#contact .wpcf7-response-output{
	display: block!important;
	padding-left: 0!important;
	font-family: "Century Gothic";
	border: 0!important;
}

.inpkotri span.wpcf7-acceptance span span{
	color: rgba(0,0,0,0.9);
}

@media screen and (max-width: 480px){
	.right-subs-box video{
		height: 100%;
	}
}
.page-template-page-stay-in-touch body,.page-template-page-stay-in-touch button,.page-template-page-stay-in-touch input,.page-template-page-stay-in-touch select,.page-template-page-stay-in-touch optgroup,.page-template-page-stay-in-touch textarea{
	font-size: 1em!important;
}
.page-template-page-stay-in-touch .odshow{
	font-weight: 300;
}
.page-template-page-stay-in-touch .infocon p a{
	font-weight: 300;
}
@media screen and (max-width: 480px){

	.page-template-page-stay-in-touch .infocon p a{
		position: relative;
		top: -12px;
	}

	.inpkotri .wpcf7-acceptance label{
		margin-top: 0;
	}
	.inpkotri input[type='checkbox']{
		position: relative;
		top: 27px;
	}
}

.thefontone strong{
	cursor: pointer;
}
@media screen and (min-width: 1900px){
	.floatimsubs{
		bottom: 150px;
		right: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-left: 90px!important;
		padding-right: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%)!important;
	}

	.halfizecc.podklad-0{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%)!important;

	}
	.halfizecc.podklad-1{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(221,221,221,1) 41%)!important;
	}
	.halfizecc.podklad-2{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(213,213,213,1) 41%)!important;
	}
	.halfizecc.podklad-3{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(204,204,204,1) 41%)!important;
	}
	.halfizecc.podklad-4{
		background: linear-gradient(270deg, rgba(177,144,182,1) 41%, rgba(198,198,198,1) 41%)!important;
	}
}
@media screen and (min-width: 2400px){
	.floatimsubs{
		bottom: 150px;
		right: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-left: 90px!important;
		padding-right: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(236,236,236,1) 43%)!important;
	}


	.halfizecc.podklad-0{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(236,236,236,1) 43%)!important;

	}
	.halfizecc.podklad-1{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(221,221,221,1) 43%)!important;
	}
	.halfizecc.podklad-2{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(213,213,213,1) 43%)!important;
	}
	.halfizecc.podklad-3{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(204,204,204,1) 43%)!important;
	}
	.halfizecc.podklad-4{
		background: linear-gradient(270deg, rgba(177,144,182,1) 43%, rgba(198,198,198,1) 43%)!important;
	}
}

#subs .inpkodruhe .wpcf7-response-output{
	color: white!important;
}

.mapa{
	background-position: 60% 100px;
}
.page-template-page-about-us .mapa{
	background-position: 60% 0;
}

@media screen and (min-width: 1600px){
	.mapa{
		background-position: 60% center;
	}
}
#subs .box-campaign .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: block!important;
	margin-top: -70px!important;
}
.pozadiechanger .wpcf7-acceptance label{
	margin-top: 10px!important;
}
#subs .right-subs-box .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}

.subishid input{
	display: none;
}
.subishid .ajax-loader{
	display: block!important;
}
.box-campaign.activecamp{
	padding-right: 50px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 767px){
	.box-campaign.activecamp{
		padding-right: 0px;
	}
	.box-campaign span.wpcf7-acceptance span{
		max-width: calc(100%);
	}
}

.baneronmobile{
	display: none;
}

@media screen and (max-width: 480px){
	.pozadiechanger .wpcf7-not-valid-tip{
		margin-top: -90px!important;
	}
	.banerondesktop{
		display: none;
	}
	.baneronmobile{
		display: block;
	}

}
.single .bannerimg{
	height: 100%;
	min-height: 75vh;
}
.single .bannerhead{
	width: 75%;
}
@media screen and (max-width: 480px){
	.single .bannerhead{
		width: 100%;
	}
}

.single #wys a{
	color: #82498A!important;
}


#logos {
	min-height: 750px;
}


.page-template-page-ebook #contact label,.page-template-page-topic #contact label{
	color: white!important;
}

.page-template-page-ebook #contact .label_first,.page-template-page-topic #contact .label_first{
	display: inline-block!important;
}


.page-template-page-ebook .inpkotretie,.page-template-page-topic .inpkotretie{
	margin-bottom: 0!important;
}

.page-template-page-topic #contact a{
	color: white!important;
}

@media screen and (max-width: 480px){
	.page-template-page-ebook #contact input[type='submit'],.page-template-page-topic #contact input[type='submit']{
		top: 90px!important;
	}
	.page-template-page-ebook #contact .label_first,.page-template-page-topic #contact .label_first{
		top: -70px!important;
	}

}

.page-template-page-topic .owl-prev, .page-template-page-topic .owl-next{
	bottom: 55%!important;
}

.page-template-page-topic .wpcf7-checkbox span.wpcf7-list-item{
	max-width: 285px;
}

@media screen and (max-width: 480px){
	.page-template-page-topic .butoncontact.disbbblo{
		top: 0;
		float: initial;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.page-template-page-topic #contact .label_first {
		top: -30px!important;
	}
}


#subs .inpkodruhe .wpcf7-response-output{
	color: white!important;
}

.mapa{
	background-position: 60% 100px;
}
.page-template-page-about-us .mapa{
	background-position: 60% 0;
}

@media screen and (min-width: 1600px){
	.mapa{
		background-position: 60% center;
	}
}
#subs .box-campaign .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: block!important;
	margin-top: -70px!important;
}
.pozadiechanger .wpcf7-acceptance label{
	margin-top: 10px!important;
}
#subs .right-subs-box .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}

.subishid input{
	display: none;
}
.subishid .ajax-loader{
	display: block!important;
}
.box-campaign.activecamp{
	padding-right: 50px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 767px){
	.box-campaign.activecamp{
		padding-right: 0px;
	}
	.box-campaign span.wpcf7-acceptance span{
		max-width: calc(100%);
	}
}

.baneronmobile{
	display: none;
}

@media screen and (max-width: 480px){
	.pozadiechanger .wpcf7-not-valid-tip{
		margin-top: -90px!important;
	}
	.banerondesktop{
		display: none;
	}
	.baneronmobile{
		display: block;
	}

}
.single .bannerimg{
	height: 100%;
	min-height: 75vh;
}
.single .bannerhead{
	width: 75%;
}
@media screen and (max-width: 480px){
	.single .bannerhead{
		width: 100%;
	}
}

.single #wys a{
	color: #82498A!important;
}


#logos {
	min-height: 750px;
}


.read-more-more{
	color: #996DA0;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.show-more-on-click{
	display: none;
}
.clickclass img{
	transform: rotate(180deg);
}
.blackcolor{
	color: black!important;
}
.whitecolor{
	color: white!important;
}
.whitesections{
	background-color: white;
}
.box-head{
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 21px;
	font-weight: 300;
	height: auto;
	font-weight: 300;
}
.firstarrow{
	margin-left: 5px!important;
	display: inline-block!important;
}
.box-head h3{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0!important;
	display: inline;
}
.firstarrow{
	margin-left: 5px!important;

}
.bottomal{
	font-weight: 400!important;
}

.blackcolor img{
	filter: invert(1);
}
.owl-topics .owl-nav{
	display: block;
}
.owl-topics .owl-nav{
	filter: brightness(2);
}
.linkoacx{
	text-decoration: initial!important;
}
#banner .owl-nav{
	margin-top: 0;

}

.bottomal{
	position: absolute;
	bottom: 0;
}

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

	.box-head{
		font-size: 18px;
	}
}
.owl-topics{
	margin-top: 10px;
	margin-bottom: 60px;
}
.box-head h3{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	margin-bottom: 23px!important;
}
.box-head p{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.owl-topics .item{
	margin: 15px;
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.wodpn{
	position: relative;
	top: 0;
	margin-left: 5px;
}
.show-line{
	position: relative;
	cursor: pointer;
}
.isopened{
	background-color: #F5F5F5!important;
	color: black!important;
}
.isopened img{
	filter: invert(1);
	transform: rotate(180deg);
}
.topic-hide{
	top: 130px;
	position: fixed;
	display: none!important;
}
.topic-hide.theactive{
	display: block!important;
}
.servfirst{
	background-color: #93C124;
	
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
}

.servsecond{
	background-color: #EA5A0C;
}
.servthird{
	background-color: #1F6FB2;
}
@media screen and (max-width: 1199px){
	.servfirst{
		margin-top: 20px;
	}
}
@media screen and (max-width: 992px){
	.servfirst{
		margin-top: -10px;
	}
}
.servother img{
	filter: invert(1);
}
.servother{
	background-color: #F5F5F5!important;
	color: black;
}


.owl-topics .owl-item{
	pointer-events:none;
	cursor: move;
}
.owl-topics .owl-item.active{
	pointer-events:auto;
	cursor: pointer;
}

.page-template-page-topic #boxx .onmob{
	display: block!important;
}

.page-template-page-topic .owl-references .lefti{
	position: relative;
	left: -100px;
}
.et-db #et-boc .et-l .et_pb_row_0.et_pb_row,.et-db #et-boc .et-l .et_pb_row{
	max-width: 100%!important;
}

.magonhov:hover .magimg{
	width: initial!important;
	transform: scale(1.5);
}
.magonhov .magimg,body .col-md-8 .magonhov .magimg{
	width: initial!important;
	transition: transform .5s ease;

}

#et-boc .et-l a,.et-db #et-boc .et-l .et_pb_module a, .et-db #et-boc .et-l .et_pb_module a:hover{
	font-weight: 700!important;
	text-decoration: underline!important;
}

.et-db #et-boc .et-l .et_pb_module a{
	color: #82498A!important;
}
#cmplz-manage-consent{
	display: none!important;
}


@media screen and (max-width: 767px){
	.contact-us{
		top: 23vh;
	}

}

@media screen and (max-width: 480px){
	.contact-us{
		top: initial;
	}
	.cmplz-cookiebanner{
		z-index: 999999999999999999!important;
	}

}


.cmplz-cookiebanner{
	z-index: 99999999999999999!important;
}

div#contact-form{
	z-index: 9999!important;
	width: 100%;
}

.box-head {
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 21px;
	font-weight: 300;
	height: auto;
	font-weight: 300;
}

.box-head h3.box-title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 23px!important;
	display: block;
}
.firstarrow{
	display: inline-block!important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
	border-radius: 0!important;
}
.cmplz-cookiebanner{
	border-radius: 0!important;
}
body div.grecaptcha-badge.show-dependant{
	visibility: hidden!important;
}
.item-wrapper img{
	transition: 1s;
}
@keyframes bounce {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(-100px); }
	100% { transform: translateX(0); }
}
#contact input[type='submit']{
	top: 0!important;
}
.label_first{
	top: 15px!important;
}
span.wpcf7-acceptance{
	top: 0!important;
}
.page-template-page-homepage .owl-topics .owl-nav{
	display: block!important;
}
@media screen and (max-width: 480px){
	.page-template-page-homepage .owl-topics .owl-nav .owl-next{
		left: initial!important;
		right: 30px!important
	}
}
@media screen and (max-width: 480px){
	.page-template-page-ebook #contact .label_first{
		top: 0px!important;
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.page-template-page-ebook #contact input[type='submit']{
		top: 0!important;
	}
}
#download-ebook.inpkotretie input[type='checkbox']{
	margin-top: 0!important;
}

.top li{
	width: calc(33% - 5px);
}
.top li:nth-child(1){
	font-weight: 400!important;
}
@media screen and (max-width: 992px){
	.widko2{
		top: -1px!important;
	}
	.widko3{
		left: 0!important;
	}
}
.widko2 a::after{
	display: none!important;
}

@media screen and (max-width: 992px){
	.widko2 {
		left: 0px!important;
	}
}




@media screen and (max-width: 567px){
	.persons .col-4 img{
		padding-top: 20px;
	}

	.contact-content {
		padding-top: 20px;
		padding-bottom: 300px!important;
	}
	.item-wrapper:hover img{
		transform: translateX(0)!important;
	}
	.item-wrapper:hover img{
		top: 0!important;
	}
}

.wp-caption-text{
	display: none!important;
}






#contact-form .infocon{
	display: block!important;
}
.inner-content-box .wpcf7 form .wpcf7-response-output{
	margin: 0;
}
.inner-content-box .infocon{
	margin-top: 0;
}
.inner-content-box .wpcf7-spinner{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 10px;
}
.inner-content-box p{

	color: #521e5a!important;
}
.inner-content-box p.bolder{
	font-weight: 700;
	margin-bottom: 0;
}
body .contact-content .inner-content-box .infocon a{
	color: #521e5a!important;
}

.closeitimg{
	width: 13px;
	top: 4px;
	position: relative;
}

@media screen and (max-width: 480px){
	.contact-content{
		padding-top: 20%!important;
	}
	.inner-content-box{
		max-width: 100%!important;
	}
}
.sub-menu{
	margin-top: 15px;
}
.sub-menu li{
	border-bottom: 1px solid #AFAFAF;
	padding: 0;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	margin-top: 0!important;
}
.menu-item-has-children a{
	font-weight: 700!important;
}
.menu-item-has-children .sub-menu li a{
	font-weight: 400!important;
}
.menu-item-has-children .sub-menu{
	display: none;
}
.menu-item-has-children{
	cursor: pointer!important;
}
.menu-item-has-children::after{
	content: "";
	position: absolute;
	right: 0;
	display: block;
	background-image: url('./ardown1.svg');
	width: 14px;
}
.sub-menu li a{
	color: #919191!important;
	font-size: 14px!important;
}
.rigtmenu ul li{
	position: relative;
}

.menu-item-has-children::after{
	content: "";
	position: absolute;
	right: 50px;
	display: block;
	background-image: url(./ardown1.svg);
	width: 25px;
	height: 25px;
	top: 3px;
}
.showed::after{
	transform: rotate(180deg);
}
.rigtmenu ul li a:hover{
	text-decoration: none;
	color: #82498A!important;
}
.sub-menu li a:hover{
	text-decoration: none;
}

.purplebgg.onmob{
	padding-right: 40px;
}

.closecont{
	background: #521e5a!important;
	padding-top: 20px;
	padding-bottom: 20px;
	height: initial;
	padding-left: 50px;
	padding-right: 40px;
}
.closecont span{
	font-size: 1.5em!important;
	color: white!important;
	font-weight: 700;
}
.whiteulxc li{
	list-style-type: none;
	padding-left: 0;
	border-bottom: 1px solid #AFAFAF;
	margin-left: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.whiteulxc li a{
	text-decoration: none!important;
	color: rgb(64, 64, 64)!important;
}
.whiteulxc li.active{
	font-weight: 700;
	font-size: 18px;
}
.whiteulxc{
	padding-left: 0;
	margin-left: 0;
	font-family: "Century Gothic";
	padding-top: 10px;
	margin-top: 10px;

}
.whiteulxc li{
	cursor: pointer;
	list-style-type: none!important;
}
@media screen and (max-width: 480px){
	.purplebgg.onmob{
		position: fixed;
	}
	.before-show img{
		position: relative;
		top: 4px;
		width: 26px!important;
	}
	.closeitimg{
		width: 22px!important;
	}
	.closebar img {
		position: relative;
		width: 22px;
		padding-bottom: 5px;
		top: 5px;
	}
}
.gh a{
	color: #774293!important;
}

.head{
	padding-bottom: 200px;
}
.contact-content{
	display: flex;
}
.onmob .menuul li:nth-child(2){

	top: 18px;
	right: 140px;
}
.formcont .wpcf7-select{
	width: 100%;
	height: 35px;
	border: 0;
	border-radius: 0;
	padding-left: 10px;
}

.formcont .wpcf7-acceptance label{
	width: 100%!important;
}
.formcont .wpcf7-acceptance input{
	display: inline-block;
	width: 20px!important;
}
.formcont .wpcf7-list-item-label{
	font-weight: 500;
	color: white;
}
.formcont .wpcf7-list-item-label a{
	color: white;
}
.formcont textarea{
	height: 50px;
}
@media screen and (max-width: 992px){
	.menuul li:nth-child(1){
		padding-right: 0;
	}
}
.onmob .contact-us{
	top: 0;
}
.inner-content-box{
	align-content: baseline;
	align-self: center;
}
.sub-menu li{
	max-width: 150px;
}

@media screen and (max-width: 1100px){
	.inner-content-box{
		max-width: 80%;
	}
}
@media screen and (max-width: 767px){
	.inner-content-box{
		max-width: 100%;
	}
	.inner-content-box p.bolder{
		margin-bottom: 15px;
	}
	.contact-content{
		padding-top: 260px;
		padding-bottom: 50px!important;
		overflow: scroll;
	}
}
@media screen and (max-width: 480px){
	.onmob .contact-us{
		display: none!important;
	}
	.sub-menu li{
		max-width: 200px;
	}
	.contact-content{
		padding-top: 400px!important;
		padding-bottom: 220px!important;
	}
	.menu-item-has-children::after{
		right: initial!important;
		left: 150px!important;
		width: 30px;
		background-image: url('./ardown2.svg');
		height: 30px;
		background-color: #824A8A;
		text-align: center;

	}
}



.lefti,.righti,.entered{
	width:17px;
}

.navbar-brand img{
	width: 150px;
}

.et_pb_contact label,.et_pb_contact input[type="text"],.et_pb_contact input[type="email"],.et_pb_contact input[type="tel"]{
	width: 100%!important;
}
.lightweight-accordion-title{
	background: #82498A!important;
	color: white!important;
}
.acord-cards .acord h1{
	padding: 0!important;
	font-size: 24px!important;
	font-weight: 600!important;
}
.acord-cards .acord{
	background: #82498A!important;
	color: white!important;
	padding: 10px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

.postid-22933 #full-profile .postext,.postid-22931 #full-profile .postext{
	padding-bottom: 200px!important;
}
.postid-22933 #about,.postid-22931 #about{
	padding-bottom: 30px;
}
.bannerhead{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 45% */
}
.bannertext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 41.6px */
}
.owl-three h2,.owl-two h2{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.8px; /* 72% */
}
.owl-three .bannertext, .owl-two .bannertext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.section-icons{
	display: inline-block;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;

	color: #000!important;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
	background: white;
}
.owl-first .bannerimg{
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 60px;
}
.owl-two .bannerimg,.owl-three .bannerimg{
	padding-right: 60px;
	padding-left: 85px;
	padding-bottom: 60px;
}

.bannerimg{
	height: calc(85vh - 115px);
}
.owl-three .bannerimg, .owl-two .bannerimg{
	height: calc( 41.5vh - 57.5px);
}
.bannerimg{
	display: flex;
}
.bannerimg .container{
	align-self: flex-end;
}
.owl-two .bannerimg{
	margin-bottom: 2vh;
}
body,section{
	background-color: white;
}
.box-head{
	padding-bottom: 50px;
}
.bottomal{
	bottom: 25px;
}
.headexpr{
	color: #000;
	text-align: center;
	/* HL BIG */
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.imagepattern{
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 560px;
}
#profesionals .textcar{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}

@media (min-width: 1200px) {
	.container-fluid {
		max-width: 90vw;
	}
	.cont-fluid-hp{
		max-width: initial;
	}
}
#proven p{
	text-align: center;
	max-width: 100%!important;
}
#proven .owl-fourth{
	padding: 0;
}
.mapa{
	background: white!important;
}
.new-box-item{
	border: 2px solid rgba(0, 0, 0, 0.40);
	padding: 30px;
	text-align: center;
}

.owl-fourth .owl-stage{
	padding-top: 60px;
	padding-bottom: 60px;
}
.owl-fourth .center .new-box-item{
	transform: scale(1.2);
}
.owl-fourth .righti{
	position: relative;
	right: -120px;
}
.intheworld{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.intheworld .headexpr{
	text-align: left!important;
}
.number1{
	color: #8DC63F;

	/* HL BIG */
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.line{
	border-top: 0;
	padding-top: 0;
}
.nametext{
	color: #000;
	font-family: "Century Gothic";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 28.6px */
}
.number2{
	color: #E95A0B;

	/* HL BIG */
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.number0{
	color: #774293;

	/* HL BIG */
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.butoncontact{
	background: #E95A0B;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}



.maga .greyb:hover{
	background: #774293;
}


.maga .greyb:hover a{
	color: white!important;
}
.maga .greyb:hover span{
	color: white!important;
}

.learn-more-p .greyb:hover{
	background: #774293;
}
.learn-more-p .greyb:hover a{
	color: white!important;
}
.learn-more-p .greyb:hover span{
	color: white!important;
}

.owl-sixth{
	border-bottom: 2px solid #000;
}
.owl-sixth{
	margin-top: -300px;
}


@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1260px;
	}
}
.newpurp{
	color: #E95A0B;
	font-size: 20px;
}
.lefkto{
	left: 337px;
}

.butoncontact{
	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}
.newsletter-block{
	max-width: 800px;
	margin: 0 auto;
}

.owl-third .owl-item:nth-child(1) .backwrapper,.owl-sixth .owl-item:nth-child(1) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(2) .backwrapper,.owl-sixth .owl-item:nth-child(2) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(3) .backwrapper,.owl-sixth .owl-item:nth-child(3) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(4) .backwrapper,.owl-sixth .owl-item:nth-child(4) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(5) .backwrapper,.owl-sixth .owl-item:nth-child(5) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(6) .backwrapper,.owl-sixth .owl-item:nth-child(6) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(7) .backwrapper,.owl-sixth .owl-item:nth-child(7) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(8) .backwrapper,.owl-sixth .owl-item:nth-child(8) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(9) .backwrapper,.owl-sixth .owl-item:nth-child(9) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(10) .backwrapper,.owl-sixth .owl-item:nth-child(10) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(11) .backwrapper,.owl-sixth .owl-item:nth-child(11) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(12) .backwrapper,.owl-sixth .owl-item:nth-child(12) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(13) .backwrapper,.owl-sixth .owl-item:nth-child(13) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(14) .backwrapper,.owl-sixth .owl-item:nth-child(14) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(15) .backwrapper,.owl-sixth .owl-item:nth-child(15) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(16) .backwrapper,.owl-sixth .owl-item:nth-child(16) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(17) .backwrapper,.owl-sixth .owl-item:nth-child(17) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(18) .backwrapper,.owl-sixth .owl-item:nth-child(18) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-third .owl-item:nth-child(1) .backwrapper2,.owl-sixth .owl-item:nth-child(1) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(2) .backwrapper2,.owl-sixth .owl-item:nth-child(2) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(3) .backwrapper2,.owl-sixth .owl-item:nth-child(3) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(4) .backwrapper2,.owl-sixth .owl-item:nth-child(4) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(5) .backwrapper2,.owl-sixth .owl-item:nth-child(5) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(6) .backwrapper2,.owl-sixth .owl-item:nth-child(6) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(7) .backwrapper2,.owl-sixth .owl-item:nth-child(7) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(8) .backwrapper2,.owl-sixth .owl-item:nth-child(8) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(9) .backwrapper2,.owl-sixth .owl-item:nth-child(9) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(10) .backwrapper2,.owl-sixth .owl-item:nth-child(10) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(11) .backwrapper2,.owl-sixth .owl-item:nth-child(11) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(12) .backwrapper2,.owl-sixth .owl-item:nth-child(12) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(13) .backwrapper2,.owl-sixth .owl-item:nth-child(13) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(14) .backwrapper2,.owl-sixth .owl-item:nth-child(14) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(15) .backwrapper2,.owl-sixth .owl-item:nth-child(15) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(16) .backwrapper2,.owl-sixth .owl-item:nth-child(16) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(17) .backwrapper2,.owl-sixth .owl-item:nth-child(17) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-third .owl-item:nth-child(18) .backwrapper2,.owl-sixth .owl-item:nth-child(18) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}




.owl-sixth .owl-item:nth-child(19) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(20) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}



.owl-sixth .owl-item:nth-child(21) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(22) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(23) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(24) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-sixth .owl-item:nth-child(25) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(26) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(27) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(28) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}




.owl-sixth .owl-item:nth-child(29) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(30) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(31) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(32) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-sixth .owl-item:nth-child(33) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(34) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(35) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(36) .backwrapper2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}







.owl-third{
	border-bottom: 2px solid #000;
}
.owl-third{
	margin-top: -300px;
}

.owl-sixth .owl-item:nth-child(1) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(2) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(3) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(4) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(5) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(6) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(7) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(8) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(9) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(10) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(11) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(12) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(13) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(14) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(15) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}

.owl-sixth .owl-item:nth-child(16) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-sixth .owl-item:nth-child(17) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(18) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(19) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(20) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}



.owl-sixth .owl-item:nth-child(21) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(22) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(23) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(24) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-sixth .owl-item:nth-child(25) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(26) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(27) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(28) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}




.owl-sixth .owl-item:nth-child(29) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(30) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(31) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(32) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}


.owl-sixth .owl-item:nth-child(33) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-orange.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(34) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-grey.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(35) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
.owl-sixth .owl-item:nth-child(36) .backwrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 88%;
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	z-index: -1;
}
#newsletter{
	background-image: url('./develor-orange.jpg');
	background-size: contain;
	padding-top: 100px;
	padding-bottom: 100px;
}
.single .bannerimg::after,.single .bannerimg::after{
	background-image: url('./develor-orange.jpg');
}
.newsletter-block{
	text-align: center;
}
.nblock{
	margin-top: 20px;
	color: #FFF;
	text-align: center;

	/* HL */
	font-family: "Century Gothic";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 120% */
	margin-bottom: 65px;
}
.pblock{
	color: #FFF;
	text-align: center;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.new-contact-form label{
	width: 100%;
	display: block;
	margin-bottom: 20px;

}
.new-contact-form input,.new-contact-form select,.new-contact-form textarea{
	width: 100%;
	height: 42px;
	color: #000;
	margin-top: 10px;

	/* text */
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	padding-left: 20px;
	border: 0px;
	border-radius: 0;
	padding-right: 20px;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.new-contact-form textarea{
	height: 200px;
	padding-top: 15px;
}

.new-contact-form input::placeholder,.new-contact-form select::placeholder{
	color: #000;

/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.new-contact-form input[type='submit']{
	background: #774293;

	display: flex;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;


	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
	width: 122px;
	padding-left: 20px;
	padding-right: 20px;
	width: initial;
	margin: 0 auto;

}
.new-contact-form input[type="checkbox"]{
	height: initial;
	width: initial;
}
.new-contact-form .wpcf7-list-item-label{
	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 121.875% */
}
.new-contact-form label{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 22px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
}
#newsletter-purple{
	background-color: #844C8C;
	padding-top: 150px;
	padding-bottom: 150px;
}
#newsletter-purple a{
	display: flex;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;

	background: #FFF;


	color: #000;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}
.box-info::before{
	top: 6px;
}

.new-headline{
	color: #FFF;
	text-align: center;

	/* HL */
	font-family: "Century Gothic";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 120% */
	text-align: center;
}
#newsletter-purple img{
	width: 100%;


}
.green-newsl{
	background-color: #96C422!important;
}
#newsletter-purple{
	text-align: center;
}
#newsletter-purple a{
	display: flex;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	display: inline-block;
	margin-top: 80px;
	gap: 12px;
}
.to-middle{
	align-self: center;
}
.flex{
	display: flex;
}

#banner .bannerimg{
	height: initial;
	padding-top: 80px;
}

.blackcolor{
	color: black;
}
#banner .bannerhead{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
#banner .bannertext{
	color: #EFEFEF;
	font-family: "Century Gothic";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
	max-width: 100%;
}
#banner .bannertext{
	margin-top: 40px;
}
#video{
	margin-top: 80px;
}
#what .textcar,#video .textcar{
	margin: 0 auto;
	text-align: center;
}

.card-body-box{
	padding: 40px;
	height: 520px;
}
.card-body-box h2{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 120% */
	margin-bottom: 20px;
}
.card-body-box{
	position: relative;
}
.card.shadow::before{
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	position: absolute;
	top: 15px;
	left: -15px;
	content: "";
}
.mt-60{
	margin-top: 60px;
}
#what .textcar,#video .textcar{
	color: black;
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.howwedoit{
	margin-top: 100px;
	margin-bottom: 100px;
}
#video p{
	color: black;
	color: #000;
	text-align: left;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
#newsletter-purple p{
	color: #FFF;
	text-align: center;

	/* Text bigger */
	font-family: "Century Gothic";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.new-par-2{
	width: 825px;
	margin: 0 auto;
}
.new-headline2{
	margin-bottom: 60px;
}
.purple-button{
	background: #774293;
}
.licko.activeli{
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 76.8px; /* 225.882% */

	display: flex;
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #774293;
	display: inline-block;
}
.licko{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 76.8px; /* 225.882% */
	margin-right: 65px;
	padding-left: 10px;
	padding-right: 10px;
}
.ulkologos{
	text-align: center;
}
.centerize-column{
	text-align: center;
}
.ulkologos{
	border-bottom: 2px solid black;
	padding-bottom: 30px;
}
.imkol{
	margin-left: 40px;
	margin-bottom: 40px;
}
.page-template-page-about-us .owl-sixth.onmob.account,.page-template-page-about-us .owl-sixth.onmob.back,.page-template-page-about-us .owl-sixth.onmob.develor,.page-template-page-about-us .owl-sixth.onmob.experts{
	display: none;
}
.page-template-page-about-us .owl-sixth.ondeskt.account,.page-template-page-about-us .owl-sixth.ondeskt.back,.page-template-page-about-us .owl-sixth.ondeskt.develor,.page-template-page-about-us .owl-sixth.ondeskt.experts{
	display: none;
}



.relative.develors .licko{
	padding-right: 15px;
}
.develor-info-person{
	position: absolute;
}
.owl-sixth .item{
	position: relative;
}
.owl-sixth .owl-stage-outer{
	padding-bottom: 300px;
}
.owl-sixth{
	border-bottom: 0!important;
}
.owl-sixth .owl-stage{
	border-bottom: 2px solid #000;
}
.develor-info-person{
	margin-top: 60px;
}
.develor-info-person a.nohovik,.develor-info-person .menoclovek{
	color: #774293;
	text-align: center;

	/* Name */
	font-family: "Century Gothic";
	font-size: 30px!important;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	text-align: center!important;
	text-transform: initial!important;
}
.develor-info-person .menoclovek{
	margin-bottom: 15px!important;
}

.develor-info-person{
	width: 100%;
}
.develor-info-person .emailclovek{
	text-align: center!important;
}
.develor-info-person .positionclovek, .develor-info-person .location{
	color: #000;
	text-align: center;

	margin-bottom: 6px!important;
	/* Text small */
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
}
.tocent{
	text-align: center;
}
.down-main{

	display: flex;
	padding: 24px 30px;
	justify-content: center;
	align-items: center;
	gap: 20px;

	background: #8DC63F;
	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 36px;
	margin-top: 80px;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	line-height: 28.8px; /* 72% */
}
.beacon{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.page-template-page-report h2,.page-template-page-report2 h2{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.understanding li::before{
	height: 10px;
	width: 10px;
	background: #8DC63F!important;
}
.oblast-carousel{
	margin: 0 auto;
}
.owl-testimonials.owl-theme .owl-dots{
	bottom: -45px;
    left: 0;
    right: 0;

}
.owl-testimonials::after{
	display: none;
}
.oblast-carousel .owl-testimonials{
	max-width: 800px;
	margin: 0 auto;
}
.oblast-carousel .owl-testimonials{
	margin-top: 50px;
}
.understanding ul{
	margin-top: 80px;
}
.understanding ul li{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 130%;
}
.page-template-page-report .downpar,.page-template-page-report2 .downpar{
	text-align: center;
}
.page-template-page-report .downhref3,.page-template-page-report2 .downhref3{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 110.769% */
}
.report-list{
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
.report-list li{
	list-style-type: none;
	margin-right: 90px;

	color: #FFF;

	/* Text bigger */
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
	display: inline-block;
}
.page-template-page-report p,.page-template-page-report2 p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.m-top-150{
	margin-top: 150px;
}
.mb-60{
	margin-bottom: 60px;
}
.citat svg{
	position: absolute;
	top: 0;
	left: -150px;
}
.m-top-100{
	margin-top: 100px;
}

#download-ebook p{
	color: white!important;
}
#download-ebook h2{
	color: white!important;
}
.learnhead{
	color: #000;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
	text-align: center;
}
#banner .w-900{
	max-width: 900px;
}
.page-template-page-testimonials #banner .bannerimg{
	padding-bottom: 120px;
}
.no-m-top{
	margin-top: 15px!important;
}
.gh{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 33.8px */
}
.boxikcatko{
	background: #774293;
}
.headimv,.magonhov.minmagko{
	height: 260px;
}
.boxikcatko{
	top: -42px;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.whitbx span{
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
}
.page-template-page-services-all .ntopx, .page-template-page-services-other .ntopx, .page-template-page-services-1 .ntopx, .page-template-page-services-2 .ntopx, .page-template-page-services-3 .ntopx,.single-big-topics .ntopx{
	width: 208.5px;
	height: 62px;
	padding: 0px 0px 10px 9.5px;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;

	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 20px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 28.8px; /* 144% */
	background: #774293;
	margin-left: auto;
	margin-right: auto;

	margin-top: 70px;

}
.learnhead{
	margin-bottom: 60px;
}
#newsletter.green{
	background-color: #93C11E;
}
.left-col-text{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	width: 100%!important;
	max-width: 100%!important;
}
.right-col-text{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	width: 100%!important;
	line-height: 130%; /* 26px */
	max-width: 100%!important;
}
.mini-head{
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 65px */

	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;
}
.down-main-purple{
	background: #774293;
}
.ins{
	color: #8DC63F;
	font-family: "Century Gothic";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 41.6px */
}

span.bannertext p{
	color: #000!important;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
body span.bannertext br{
	display: none!important;
}
body span.bannertext{
	width: 100%!important;
	max-width: 100%!important;
}
#insights .row.rowfir{
	margin-top: 80px!important;
}
#look-for .whitbx{
	background: #EFEFEF;
}
.more-buttons-links{
	text-align: center;
}

.page-template-page-services-all .ntopx, .page-template-page-services-other .ntopx, .page-template-page-services-1 .ntopx, .page-template-page-services-2 .ntopx, .page-template-page-services-3 .ntopx{
	margin-top:0;

}

.more-buttons-links a {
	text-align: center;
	display: inline-flex; /* Ensures both links display in a single line */
	margin: 15px;
	padding: 12px 20px; /* Consistent padding for alignment */
	height: 52px; /* Set a consistent height */
	justify-content: center; /* Center text horizontally */
	align-items: center; /* Center text vertically */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	color: #FFF !important;
	text-decoration: none !important;
}


.thegreen {
	background-color: #8DC63F;
}

.thepurple {
	background-color: #774293;
}
.m-top-60{
	margin-top: 60px;
}
.services.npdl{
	width: 100%;
}
.servfirst{
	border-top: 1px solid #000;
	background: #FFF;
}
.show-line{
	color: black!important;
}
.show-line strong{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.show-line svg{
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.show-line{
	text-align: center;
}
.servfirst{
	background-color: white!important;
}

.topic-hide.theactive{
	display: block !important;
	background: white;
	margin-top: 7px;
}
.owl-topics .owl-stage-outer{
	max-width: 90%;
	margin: 0 auto;
}
.headcon{
	color: #774293;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 34px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 44.2px */
}
.parcon{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
	text-align: center;
}
.tabko,.emko,.tabko td{
	text-align: center;
}
.emko{
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tabko{
	margin-top: 5px!important;
}
.pblock a{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	text-decoration: underline;
	line-height: 130%;
}
.contact-wrapper{
	max-width: 800px;
	margin: 0 auto;
}
.let-talk{
	color: #000;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
	text-align: center;
	margin-bottom: 60px;
}
#contact label{
	color: #000;
	font-family: "Century Gothic";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
}

#contact input,#contact select{
	color: black;
	height: 52px;
	flex-shrink: 0;
}
#contact input::placeholder,#contact select::placeholder{
	color: #000;
	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.page-template-page-contact #contact select{
	color: #000;
	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}

.center-send{
	text-align: center;
}
.center-send-wrapper::before{
	content:"";
	background-image: url('./send-svg.svg');
	width: 22px;
	position: absolute;
	z-index: 1;
	height: 34px;
}
.center-send-wrapper{
	display: inline-block;
	position: relative;
}
#contact input[type='submit']{
	height: 61px;
	padding: 0px 30.788px 9px 39.788px;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;

	color: #FFF;
	font-family: "Century Gothic"!important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 160% */
	padding-bottom: 0;
}
#contact input[type='submit']{
	display: inline-block;
	width: initial !important;
}
#contact span.wpcf7-acceptance span{
	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 121.875% */
}
#contact input[type='checkbox']{
	height: initial;
}
.center-send{
	margin-bottom: 10px;
}
#contact input[type='submit']{
	padding-right: 50px!important;
}
.center-send-wrapper::before {
	content: "";

	width: 22px;
	position: absolute;
	height: 34px;
	left: 71px;
	top: 22px;
}

#follow-us{
	background: #824A8A;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#follow-us h3{
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.form-actions img{
	margin-top: 0!important;
}
.form-actions a{
	height: 76px;
	flex-shrink: 0;
	background: #8DC63F;
	margin-right: 14px;
	margin-left: 14px;
	display: inline-block;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
	padding-left:0; 
	padding-right: 0;

	width: calc(50% - 17px);
}
.form-actions{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Maintain spacing between buttons */
    height: 100%;
}
.form-actions a{
	margin-left: 0;
	height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8DC63F; /* Green background */
    color: #FFF;
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-right: 0;
    padding: 0 20px; /* Adjust padding for button size */
    text-align: center; /* Center the text within the buttons */
    text-decoration: none; /* Remove underline */
    gap: 30px;
	
}

.form-actions img{
	width: 40px;
}

.header-h3{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.countries{
	text-align: center;
	margin-top: 115px;
	margin-bottom: 85px;
}
.countries img{
	margin-left: 10px;
	margin-right: 10px;
}
.choose-country{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
	margin-top: 60px!important;
}
.form-actions{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 190px;
}
.icck{
	margin-right: 80px;
	margin-top: 90px;
	display: inline-block;
}
#contact img{
	width: 52px;
}
.page-template-page-contact iframe{
	width: 100%;
}
.lintex{
	color: #000!important;

	/* Text small */
	font-family: "Century Gothic";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
}
.lintex-1{
	color: #774293!important;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.eventhead{
	color: #000;

	/* HL */
	font-family: "Century Gothic";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 120% */
	text-align: center;
}
.greypad{
	background: #EFEFEF;
}
.newslabel{
	display: inline-flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 0;
	background: #774293;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	top: 0;
}
.newslabel span{
	transform: initial;
}
.postrow .headimv{
	position: relative;
}
.postrow .newslabel,.postrow .newslabel{
	right: 0;
	left: initial;
	bottom: 0;
	top: initial;
}
.butoncontact2{
	display: inline-block;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background: #774293;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 144% */
	margin-top: 60px;
}


.white.pas .postrow .headko,.upcomming .postrow .headko,.upcomming .headko{
	color: #774293;

	/* Name */
	font-family: "Century Gothic";
	font-size: 30px!important;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
}
.single .box-1, .single .box-2, .single .box-3{
	min-height: initial!important;
}
.upcomming .partextik,.white.pas .partextik{
	margin-bottom: 50px;
}
.promohead-1{
	margin-bottom: 0!important;

	color: #000;

	/* Name */
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
}
.promtext{
	color: #000;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 39px */
}
.color-1,.color-2,.color-3{
	background: initial;
}
.box-1{
	background: #EFEFEF;
}
.promtext{
	position: relative!important;
	bottom: initial!important;
}
.single .bannertext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 41.6px */
}
.bottom-wrapper-event{
	margin-top: 44px;
}
.et-db #et-boc .et-l .et_pb_module p,.et-db #et-boc .et-l .et_pb_module li{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.et-db #et-boc .et-l .et_pb_module p strong,.et_pb_module p a{
	color: #000!important;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 31.2px */
}
.et-db #et-boc .et-l .et_pb_module a{
	color: #000!important;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 31.2px */
}
.et-db #et-boc .et-l .et_pb_module h2{
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
	margin-bottom: 30px!important;
}
#et-boc .et-l p:last-of-type{
	padding-bottom: 1em!important;
}
.et-db #et-boc .et-l .et_pb_module h1, .et-db #et-boc .et-l .et_pb_module h2, .et-db #et-boc .et-l .et_pb_module h3, .et-db #et-boc .et-l .et_pb_module h4, .et-db #et-boc .et-l .et_pb_module h5, .et-db #et-boc .et-l .et_pb_module h6{
	line-height: 130%;
	color: black;
}
.expert-section-purple{
	background-color: #7E4686;
}
.expert-section-purple h2{
	margin-top: 90px;
	margin-bottom: 90px;
	text-align: center;

	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
}
.expert-section-purple .row{
	display: flex;
	height: 100%;
}

.link-pad{
	margin-bottom: 90px;
}
.expert-section-purple .col-md-5{
	display: flex;
    align-items: flex-end; /* Aligns content to the bottom */
}
.expert-section-purple h3{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 60px */
}
.expert-section-purple{
	padding-right: 60px;
}
.expert-section-purple p{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 30px;
}
#guest-section h2{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
	text-align: center;
	margin-top: 150px;
	margin-bottom: 100px;
}
#guest-section h3{
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 60px */
	margin-bottom: 30px;
}
#expert-section .subheadline{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
}
#guest-section p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
#about-develor{
	margin-top: 120px;
}
#about-develor h3{
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 60px */
	margin-bottom: 40px;
}
#about-develor li,.ev-detail li{
	list-style-type: none!important;
}

#about-develor li::before, .ev-detail li::before{
	width: 10px;
	height: 10px;
	background: #774293;
	position: relative;
	content: "";
	margin-right: 20px;
	display: inline-block;
}
#about-develor ul{
	padding-left: 0;
}
.section-icons{

}
#about-develor{
	margin-bottom: 100px;
}
.single ul li{
	margin-bottom: 10px;
}
#promo-homepage .bannertext{
	max-width: 100%!important;
}
.owl-first .owl-dots{
	display: block!important;
}
.owl-dots{
	position: absolute;
	bottom: 60px;
	right: 100px
}

.owl-first.owl-theme .owl-dots .owl-dot.active span,.owl-two.owl-theme .owl-dots .owl-dot.active span,.owl-three.owl-theme .owl-dots .owl-dot.active span{
	background: white;
}
.owl-theme .owl-dots .owl-dot span{
	width: 32px;
	height: 4.5px;
}
.owl-first .owl-nav,.owl-two .owl-nav, .owl-three .owl-nav{
	display: none;
}

.owl-two.owl-theme .owl-dots,.owl-three.owl-theme .owl-dots{
	display: block!important;
}
.page-template-page-homepage .owl-topics .owl-stage-outer{
	max-width: 100%!important;
}

.owl-topics.owl-carousel .owl-nav button.owl-next{
	right: -60px;
	bottom: 180px;
	opacity: .2;
}
.owl-topics.owl-carousel .owl-nav button.owl-prev{
	left: -90px;
	bottom: 180px;
	opacity: .2;
}
.owl-topics.owl-carousel .owl-nav button.owl-prev img,.owl-topics.owl-carousel .owl-nav button.owl-next img{
	filter: invert(1);
}
.owl-third{
	margin-bottom: 100px;
}
.page-template-page-homepage .proven-im{
	background-image: url(http://localhost:8888/develor-new/wp-content/uploads/2024/11/Group-2858.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 100px;
}
.articleclick,.magazineclick{
	background: #EFEFEF;
	height: 52px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.download-report{
	color: #FFF!important;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400!important;
	line-height: 28.8px; /* 160% */

	    
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	width: 32px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	border-radius: 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	margin-top: -3px;
}
.hamburger--collapse .hamburger-inner:after{
	top: -23px;
}
.is-active .hamburger-inner,.is-active .hamburger-inner:after,.is-active  .hamburger-inner:before{
	margin-top: 0px;
	background-color: black!important;
}
.is-active .hamburger-box::after {
	content: "";
	height: 3px;
	width: 70%;
	background: black;
	display: inline-block;
	left: -4px;
	position: relative;
	bottom: -18px;
}
.rigtmenu .nomargpad{
	border-top: 0px;
}
.navbar-toggler{
	position: relative;
	top: 5px;
}
#primary-menu li{
	text-align: right;
}
.page-template-page-homepage .textcar{

	color: #1C1C1C;
	text-align: center;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */

}
.page-template-page-homepage #proven .owl-fourth{
	margin-top: 120px;
}
.page-template-page-homepage #proven .textcar{
	max-width: 800px!important;
	margin: 0 auto;
}
.final-image::before{
	content: "";
	width: 100%;
	height: 280px;
	background-image: url('./final-image.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	background-position: center center;
	top: -215px;
}
#newsletter{
	position: relative;
}
.page-template-page-homepage #newsletter{
	
}
.lkoimage{
	padding-bottom: 270px;
}
.ltext,.purplea{
	color: #999999!important;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 160% */
}
.line img{
	opacity: .3;
}
.hidden .number{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 192% */
	margin-bottom: 0;
}
.boxik p{
	margin-bottom: 0;
}
.hidden .nametext{
	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */

}
.border-button{
	position: relative;
}
.border-button:hover{
	text-decoration: initial!important;
}
.border-button{
	display: inline-block;
	margin-right: 30px;
}
.section-icons{
	z-index: 999;
	display: inline-block;
	position: relative;
	text-decoration: none!important;
}
#newsletter-purple a{
	position: relative;

}
#newsletter-purple{
	position: relative;
	z-index: 1;
}
header nav{
	position: relative;
	z-index: 1;
}
.thegreen{
	position: relative;
}
section,#magazine-section a,#magazine-section a{
	position: relative;
	z-index: 1;
}
.event-learn-more:hover{
	z-index: initial;
}
#magazine-section a{
	z-index: initial;
}
.downhref3,.down-main{
	position: relative;
	margin-bottom: 15px;
}
.contact-content .center{
	position: relative;
	z-index: 1;
}
.border-button:hover::before,.peop-prof:hover::before,.serlookfor:hover::before,.contact-content .formcont input[type="submit"]:hover::before,.downhref3:hover::before,.butoncontact:hover::before,.man-link:hover::before,.new-contact-form input[type='submit']:hover::before,#newsletter-purple a:hover::before,.download-report:hover::before,.contact-us:hover::before,.thegreen:hover::before,.new-contact-form input[type='submit']:hover::before,#magazine-section a:hover::after{
	border: 2px solid black;
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	left: -8px;
	z-index: -1;
	bottom: -8px;
}
.serlookfor{
	position: relative;
	cursor: pointer!important;
}
.backwrapper2{
	z-index: 1;
	position: relative;
}
.intheworld{
	position: relative;
	z-index: 1;
}
.backwrapper2 a{
	text-decoration: none!important;
}
#banner .topic li{
	padding-right: 30px;
}
.minopko img{
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.single .pblock{
	color: white;
}
p.pblock{
	margin-bottom: 90px;
}
.page-template-page-magazine .fixmenu li a,.archive .fixmenu li a{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.page-template-page-magazine .fixmenu li,.archive .fixmenu li{
	opacity: 1;
}
body.page-template-page-magazine #banner .topic li a{
	margin-bottom: 10px;
	display: inline-block;
}
.page-template-page-magazine .fixmenu,.archive .fixmenu{
	background: white;
}
.page-template-page-magazine .fixmenu li,.archive .fixmenu li{
	margin-right: 60px;
}


.topic {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
	justify-content: center; /* Centers items if there's extra space */
	gap: 20px; /* Adds space between items */
	padding: 0;
	margin: 0;
	list-style-type: none; /* Removes default bullets */
	max-width: 100%; /* Ensures it doesn't exceed container width */
}

.topic .minopko {
	flex: 0 1 auto; /* Allows items to adjust in width but prevents shrinking too much */
}

.topic .minopko a {
	text-decoration: none;
	color: black; /* Customize color as needed */
	font-size: 1em; /* Adjust size if necessary */
	white-space: nowrap; /* Prevents line breaks within each item */
}

.topic .minopko a:hover {
	color: #555; /* Hover effect color */
}
.catkod{
	left: 0;
	right: initial;
	top: 0;
	bottom: initial;
}
.top1{
	background: #774293;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
}
.col-md-3 .boxikcatko{
	color: #FFF;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 20px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}

#bigtopic-1 h4,#bigtopic-2 h4,#bigtopic-3 h4,#develor-news h4{
	color: #000;
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
	text-align: center;
}
.page-template-page-magazine .whitbx{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 50px;
}

.page-template-page-magazine .whitko a.pemali,.archive .whitko a.pemali{
	position: relative;
}
.page-template-page-magazine .whitbx{
	padding-bottom: 60px!important;
}
.page-template-page-magazine .whitko a.pemali,.archive .whitko a.pemali{
	display: block!important;
}
.butoncontact2{
	color: white!important;
}
.single .bannertext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 28px!important;
	font-style: normal;
	max-width: 930px!important;
	font-weight: 400;
	line-height: 130%; /* 41.6px */
}
#magazine-detail p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
#magazine-detail li,#magazine-detail span{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px!important;
	font-style: normal;
}
.back-to-mag{
	display: inline-flex;
	padding: 10px 12px;
	align-items: center;
	gap: 10px;
	background: #EFEFEF;

	color: #000!important;
	font-family: "Century Gothic";
	font-size: 20px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 144% */
	height: 52px;
	float: left;
	margin-top: 60px;
}
.m-top-180{
	margin-top: 180px;
}
.m-top-130{
	margin-top: 130px;
	margin-bottom: 110px;
}
.back-to-category{
	display: inline-block!important;
	padding: 12px;
	align-items: center;
	gap: 10px;
	background: #EFEFEF;
	color: #000!important;
	font-family: "Century Gothic";
	font-size: 20px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 144% */
}
.back-to-category svg{
	margin-right: 10px;
	margin-top: -2px;
}
.owl-topics .box-head h3.box-title{
	font-size: 26px;
}
.owl-topics .box-head{
	padding-left: 40px;
	padding-right: 40px;
}
.bottomal{
	font-weight: 700;
}
.cite{
	font-size: 22px;
}
.page-template-page-events .partextik{
	font-size: 20px;
}
.datum{
	font-size: 18px;
}
.white.pas .partextik{
	font-size: 20px;
}
#magazine-detail h2{
	font-size: 50px;
}
.bottom-wrapper-event{
	margin-bottom: 60px;
}


#about-develor p{
	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
#about-develor li{
	font-size: 20px;
}
#full-profile .bannerhead{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 120px */
}
#full-profile .poshead{
	color: #FFF;

	/* Name */
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
}
#full-profile .postext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	max-width: 100%;
	line-height: 130%; /* 41.6px */
}
.expertise{
	color: white;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
	text-align: center;
}
.expertise-box{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 80px;
	padding-bottom: 74px;
	background: #844C8C!important;
}
.single table td{
	border-bottom: 0px;
	border: 0px;
}
.single table td:nth-child(2){
	text-align: right;
	color: #FFF;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}

.single table td{
	padding-bottom: 20px;
	padding-top: 20px;
}
.single table td{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
}

.tlead{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
#about{
	padding-top: 80px;
}
#full-profile{
	background: #844C8C!important;
}
.single .textbot{
	max-width: 100%;
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
#references{
	background-color: white!important;
}
#references .expertise{
	font-size: 59px;
	color: black;
}
#references .tlead{
	font-size: 19px;
}
.expertise{
	font-size: 59px;
}
#language .expertise{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
}
.first-cats-link{
	color: #000;
	font-family: "Century Gothic";
	font-size: 14px!important;
	font-style: normal;
	padding: 0!important;
	font-weight: 400;
	line-height: 28.8px; /* 205.714% */
}
#language{
	padding-top: 110px;
	padding-bottom: 110px;
}
.language-list img{
	height: 38px;
	margin-right: 30px;
}
.language-box {
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;

}
.language {
	display: flex;
	align-items: center;
	gap: 10px;
}
.language img {

	height: 38px;
}
.owl-third.owl-theme .owl-dots .owl-dot.active span,.owl-third.owl-theme .owl-dots .owl-dot:hover span{
	background: #82498A!important;
}
.owl-third .owl-dots{
	display: block;
	left: 0;
	right: 0;
	bottom: -100px;
}
.center-list{
	margin-top: 65px;
}
.language{
	margin-bottom: 40px;
}
.language span{
	color: #000;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	display: inline-block;
	font-weight: 400;
	line-height: 130%; /* 39px */
}
#form-act .form-actions{
	margin-top: 0;
	margin-bottom: 80px;
}
#form-act .form-actions a{
	background: #774293;
}
.button-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.button-container .button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background: #774293;

	color: #FFF;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.button-container .button img {
	width: 30px;
	height: auto;
}
.m-top-130{
	margin-top: 180px;
}
.box-dictionary{
	padding-left: 90px;
	padding-right: 90px;
}
.box-dictionary h3{
	margin-bottom: 30px;
}
.box-dictionary li{
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 43.2px */
}
.box-dictionary h3{
	color: #000;
	font-family: "Century Gothic";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	margin-top: 60px;
	line-height: 76.8px; /* 103.784% */
}
.box-dictionary ul{
	margin-left: 0;
	padding-left: 0;
}
.box-dictionary li{
	list-style-type: none;
}
.m-top-110{
	margin-top: 110px;
}
.dictionary{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.8px; /* 28.8% */
}
.button-container a{
	color: white!important;
}
#form-act{
	margin-bottom: 80px;
}
.center-list{
	text-align: center;
}
.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 41.6px */
}
p.left-col-text,p.right-col-text{
	font-size: 20px;
}
.tocenter{
	text-align: center;
}
.page-template-page-services-all .ntopx.butoncontact2, .page-template-page-services-other .ntopx.butoncontact2, .page-template-page-services-1 .ntopx.butoncontact2, .page-template-page-services-2 .ntopx.butoncontact2, .page-template-page-services-3 .ntopx.butoncontact2, .single-big-topics .purpmore
{

	padding: 0;
	line-height: 3em;
	margin-bottom: 100px;
	margin-top: 30px;
}
.no-margin-top{
	padding-top: 0;
}
.no-margin-top .pemali{
	display: block;
	position: relative;
}
.insko iframe{
	width: 100%;
}
.acord h1{
	margin-bottom: 0;
}
.promohead-1{
	margin-bottom: 5px!important;
}
.acord h1{
	color: black;
	font-weight: 700;
}
.acord p, .acord li{
	font-size: 20px;
	color: black;
}
.lkoo{
	top: 30px;
}
.acord ul,.acord ol{
	margin-left: 0;
}

.acord.acordopen{
	background: #F5F5F5;
}
.whiteul li{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.whiteul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	max-width: 100%;
}
.labelbigtop{
	display: inline-flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: #EFEFEF;

	color: #000;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
#banner .topic li{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.onmob{
	display: none;
}
.video-image-desktop{
	display: block;
}
.video-image-mobile{
	display: none;
}
.proven-im{
	padding-bottom: 0!important;
}
.page-template-page-homepage #proven .owl-fourth {
	margin-top: 0!important;
}
.ntpadkoxc{
	padding-top: 0!important;
}

.report-list li:nth-last-child(1){
	margin-right: 0;
}
.report-list li a{
	color: white!important;
	text-decoration: none!important;
}
.learn-more-about-products{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 76.8px; /* 103.784% */
}
.learn-more-p .vyber-zoznam{
	padding-bottom: 20px;
	padding-top: 20px;
}
.learn-more-p .greyb{
	margin-top: 0;
	height: 370px;
}
.contact-content .formcont label{
	color: #000!important;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.contact-content .formcont input, .contact-content .formcont textarea,.contact-content .formcont select{
	background: #EFEFEF;
}
.contact-content .formcont .wpcf7-list-item-label,.contact-content .formcont .wpcf7-list-item-label a{
	color: black;
}
.contact-content .center{
	position: relative;
}

.contact-content .formcont input[type='text'],.contact-content .formcont input[type='email'],.contact-content .formcont input[type='tel'],.contact-content .formcont select{
	color: #000;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	height: 40px;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}
.contact-content .formcont textarea{
	height: 100px;
}
.inner-content-box{
	    height: 100vh;
    overflow: scroll;
    padding-top: 100px;
}
.contact-content .formcont input[type="submit"]{
	color: white!important;
}
.contact-content .formcont input::placeholder{
	color: #000;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}
.contact-content{
	background: transparent!important;
}
.contact-content .center input{
	display: inline-flex;
	width: initial!important;

	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-template-page-about-us .intheworld{
	padding-bottom: 300px;
}
.headmag{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 49.4px */
	margin-bottom: 46px;
}

.solut li p strong{
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
}
.solut li p{
	margin-bottom: 10px;
}
.search-box-wrapper-green .solut li{
	margin-bottom: 40px;
	margin-top: 0;
}
.mag .padleft{
	padding-left: 15px;
	padding-right: 0;
}
.mag .padright{
	padding-left: 0;
	padding-right: 15px;
}
.lesspar{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
	max-width: 825px;
	margin: 0 auto;
	margin-bottom: 45px!important;
}
.lesspar2{
	color: #000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 33.8px */
	max-width: 825px;
	margin: 0 auto;
}
.here-no-pad-bot{
	padding-bottom: 0!important;
}
.here-no-pad-tot{
	padding-top: 0!important;
}
#proven .proven-popis{
	
	color: #1C1C1C;
	text-align: center;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	max-width: 825px!important;
	margin: 0 auto!important;
	margin-top: 65px!important;
}
.intheworld .fullwidth1{
	color: #000;

	/* text */
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.page-template-page-about-us #newsletter-purple a{
	background-color: #774293;
	color: white;
}
.page-template-page-services-all #banner .bannertext{
	    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 120px;
}
.page-template-page-services-all #banner .bannerhead{
	margin-top: 0;
}
.page-template-page-services-all .learnhead{
	margin-bottom: 0;
}
.page-template-page-services-all .serlookfor{
	display: none;
}
.page-template-page-services-all .thegreen{
	background: #774293;
}
.single .bottom-wrapper-event p{
	color: #000;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.single #banner .bannerimg{
	padding-top: 74px;
}

.single #banner .bannertext{
	padding-top: 0;
	margin-top: 40px;
}
.single #banner .bannerimg{
	padding-bottom: 0;
}
#magazine-detail p{
	margin-top: 0;
}
.downpar{
	margin-bottom: 0!important;
}


.owl-testimonials::before{
	        content: "";
        position: absolute;
        background-image: url(/quote.svg);
        width: 90px;
        height: 90px;
        top: -40px;
        opacity: 1;
        left: -150px;
        background-size: contain;
        background-repeat: no-repeat;
}

.owl-testimonials strong{
	display: block;
	margin-top: 40px;
}

.page-template-page-contact #banner .bannertext{
	padding-top: 0;
	margin-top: 40px;
}
.page-template-page-contact #banner .bannertext{
	margin-bottom: 0;
}
.page-template-page-contact #banner .bannerimg{
	padding-top: 125px;
	padding-bottom: 150px;
}
.page-template-page-contact #contact{
	padding-top: 60px;
}
#contact input, #contact select{
	padding-left: 20px!important;
}
.formcont{
	position: relative;
}
.close-pop{
	position: absolute;
	right: 0;
}
#contact .form-actions img{
		width: 40px;
	}
	.lintex{
		margin-bottom: 0!important;
	}
	.hamburger{
		height: 60px;
	}
	#magazine-section{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#magazine-section h2{
		color: #774293;
		text-align: center;

		/* HL */
		font-family: "Century Gothic";
		font-size: 58px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 120% */
	}
	#magazine-section a{
		display: inline-flex;
		height: 52px;
		padding: 12px 20px;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin-top: 70px;
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		background: #774293;
		font-weight: 400;
		text-decoration: none!important;
		line-height: 28.8px; /* 144% */
	}
	.page-template-page-services-all .whiteul{
		text-align: center!important;
	}
	#magazine-detail a{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.to-wh-one{
		padding-top: 180px;
	}
	.to-wh-one .learnhead{
		padding-bottom: 65px;
	}

	header .contact-us {
		background-color: #82498A!important;
		padding-left: 20px;
		padding-right: 13px;
		color: white;
		font-size: 14px;
		padding-top: 9px;
		padding-bottom: 10px;
		position: relative;
		top: -3px;
		height: 42px;
		width: 120px;
		text-align: center;
	}

	#contact-form::before {
	    width: 100%;
	    height: 100%;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    display: block;
	    background: rgba(255, 255, 255, 0.7);
	    filter: blur(7px);
	    z-index: -1;
	    backdrop-filter: blur(1px);
	}

.page-template-page-about-us #banner .bannerimg{
	padding-top: 80px;
}
.page-template-page-report #banner .bannerimg{
	padding-bottom: 60px;
}
.page-template-page-report #banner .bannertext{
	font-size: 28px;
}


.single .category-events #banner::after{
	display: none!important;
}
.bottom-wrapper-event .col-md-4{
	padding-right: 0px;
}
.bottom-wrapper-event .col-md-8{
	padding-left: 0px;
}

.page-template-page-testimonials #banner .bannertext{
                padding-top: 20px;
                margin-top: 20px;
            }
            .page-template-page-testimonials #proven .m-full-w .row
            {
            	padding-top: 20px;
            }
            .theboxx .positiontest{
            	color: #000;
				text-align: center;
				font-family: "Century Gothic";
				font-size: 20px;
				font-style: normal;
				font-weight: 400;
				margin-bottom: 0;
            }
            .page-template-page-services-1 .bannerhead, .page-template-page-services-2 .bannerhead, .page-template-page-services-3 .bannerhead, .page-template-page-services-all .bannerhead, .page-template-page-services-other .bannerhead{
            	font-size: 74px!important;
            }
            .page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
            	padding-top: 20px!important;
            	margin-top: 20px!important;
            }
            .page-template-page-services-all .bannerhead{
            	font-size: 90px!important;

            }
            .page-template-page-services-all #banner .bannertext{
            	margin-top: 20px;
            }
            .page-template-page-services-all .scroll-container{
            	padding-top: 0;
            }
            .page-template-page-services-all #banner .bannertext{
            	max-width: 800px;
            }
            .archive .topic{
            	margin-top: 0;
            }
            #banner .topic li a{
            	color: #FFF;
				font-family: "Century Gothic";
				font-size: 20px;
				font-style: normal;
				font-weight: 400;
				line-height: 130%; /* 26px */
            }
            .archive .topic{
            	text-align: center;
            }
            .archive #banner .bannerhead{
            	margin-top: 100px;
            }
            #banner .bannerhead{
            	position: relative;
            	z-index: 9999;
            }
            #banner .bannerhead{
            	position: relative;
            	z-index: 9999;
            }
            #banner .bannertext{
            	position: relative;
            	z-index: 9999;
            }

            .single #banner::after, .single .bannerimg::after{
            	background-color: #774293;
            	content: "";
            	position: absolute;
            	top: 0;
            	left: 0;
            	width: 100%;
            	height: 100%;
            	opacity: .7;
            }
            .single .bannerimg::after{
            	background-color: #E95A0B;
            }
            .pictoname {
    position: relative; /* Position relative for the ::after element */
    display: inline-block;
    cursor: pointer;
}

.pictoname::after {
    content: attr(data-name); /* Use the data-name attribute for tooltip text */
    position: absolute;
    bottom: 100%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: #8DC63F; /* Background color for tooltip */
    color: #fff; /* Text color */
    padding: 5px 10px;
    border-radius: 0;
    white-space: nowrap; /* Prevent text wrapping */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Make invisible by default */
    transition: opacity 0.3s, visibility 0.3s; /* Smooth show/hide transition */
    z-index: 10;
}

.pictoname:hover::after {
    opacity: 1; /* Show tooltip on hover */
    visibility: visible;
}

            .single #banner{
            	position: relative;
            }
            .single #banner .bannerimg{
            	padding-bottom: 80px;
            }
            .single #newsletter-purple{
            	margin-bottom: 0;
            }
            .single #banner .bannerhead{
            	font-size: 68px;
            }
            .menuul li:nth-child(1){
            	padding-right: 20px;
            }
            .bottom-wrapper-event.video-image-desktop,.video-image-desktop{
            	z-index: 999;
            	position: relative;
            }
            .bottom-wrapper-event.video-image-desktop, .video-image-desktop{
            	margin-bottom: 0;
            }
            #magazine-detail .downpar{
            	margin-top: 60px;
            }
            .et-db #et-boc .et-l .et_pb_module li{
            	font-size: 24px!important;
            }
            .single #case-studies .learnhead{
            	font-size: 50px;
            }
            .single table.restable td a{
				font-size: 20px;
			}
			.restable{
				margin-top: 30px;
			}
			.single table td, .single table td:nth-child(1){
				padding-top: 5px;
				padding-bottom: 5px;
			}
			.howgh .greyb:hover .gh{
				color: white!important;

			}
			.howgh:hover *{
				text-decoration: initial!important;
			}
			.search-box-wrapper-purple,.search-box-wrapper-purple, .search-box-wrapper-green{
				z-index: 1;
				position: relative;
			}
			.bannerimg{
				position: relative;
				z-index: 1;
			}
			.border-button:hover::before, .butoncontact:hover::before{
				z-index: -1;
			}
			.page-template-page-magazine #banner .bannerimg{

			}
			.searcharticles{
				height: 42px;
			    position: relative;
			    top: 1px;
			   
			}

			.big-topics-template-default .mobilscroll h3{
	color: #000;
font-family: "Century Gothic";
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 60px */
}
@media screen and (max-width: 1800px){
	.single #banner .bannerhead{
            	font-size: 48px;
            }
            .et-db #et-boc .et-l .et_pb_module h2{
            	font-size: 40px;
            }
            .single table.restable td a{
				font-size: 16px;
			}

			.big-topics-template-default .mobilscroll h3{
	color: #000;
font-family: "Century Gothic";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 60px */
}


body .mag .butoncontact{
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
}

            .single #case-studies .learnhead{
            	font-size: 40px;
            }
            .form-actions{
            	margin-bottom: 152px;
            }
            .et-db #et-boc .et-l .et_pb_module li{
            	font-size: 21px!important;
            }
            .pblock a{
            	font-size: 16px;
            }
            .et-db #et-boc .et-l .et_pb_module p strong, .et_pb_module p a, .et-db #et-boc .et-l .et_pb_module p,.et-db #et-boc .et-l .et_pb_module a{
            	font-size: 21px;
            }
	.bannerhead{
		font-size: 38px;
	}
	.back-to-category{
		font-size: 16px!important;
	}
	.archive #banner .bannerhead{
            	margin-top: 80px;
            }
            .back-to-mag{
            	font-size: 16px!important;
            }
	.labelbigtop,.single #banner .topic li{
		font-size: 14px;
	}
			.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
            	padding-top: 16px!important;
            	margin-top: 16px!important;
            }
	.page-template-page-services-1 .bannerhead, .page-template-page-services-2 .bannerhead, .page-template-page-services-3 .bannerhead, .page-template-page-services-all .bannerhead, .page-template-page-services-other .bannerhead{
            	font-size: 59.2px!important;
            }
            .page-template-page-services-1 .bannerhead, .page-template-page-services-2 .bannerhead, .page-template-page-services-3 .bannerhead, .page-template-page-services-all .bannerhead, .page-template-page-services-other .bannerhead{
				margin-top: 64px;
			}
			.page-template-page-services-all .bannerhead{
            	font-size: 72px!important;
            }
	.theboxx .positiontest{
		font-size: 16px;
	}
	.page-template-page-testimonials #banner .bannertext{
                padding-top: 16px;
                margin-top: 16px;
            }
	.page-template-page-report #banner .bannerimg{
	padding-bottom: 40px;
}
	.page-template-page-report #banner .bannertext{
		font-size: 26.4px;
	}
	.page-template-page-testimonials #banner .bannerimg{
                padding-bottom: 50px;
            }
	#banner .bannerimg{
		padding-top: 64px;
	}
	.page-template-page-about-us #banner .bannerimg{
		padding-top: 64px;
	}
	.page-template-page-about-us #banner .bannertext{
		padding-top: 20px;
		margin-top: 20px;
	}
	#promo-homepage .bannertext{
		padding-top: 15px;
	}
	.formcont .form-row{
		margin-bottom: 0;
	}
	.to-wh-one .learnhead{
		padding-bottom: 52px;
	}
	#magazine-section h2{
		font-size: 47px;
		line-height: 60px;
	}
	.to-wh-one{
			padding-top: 144px;
		}
	p.pblock{
		margin-bottom: 74px;
	}

	#magazine-section a{
		font-size: 16px;
		margin-top: 56px;
	}
	.learnhead{
		margin-bottom: 10px!important;
	}
	.form-actions a{
		font-size: 19px;
	}
	#contact .form-actions img{
		width: 32px;
	}
	.page-template-page-contact #contact{
		padding-top: 40px;
	}
	.page-template-page-contact #banner .bannerimg{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.oblast-carousel .owl-testimonials{
		max-width: 660px;
		margin: 0 auto;
		margin-top: 50px;
	}
	.page-template-page-contact .center-send-wrapper::before{
		top: 22px;
	}

	.bottom-wrapper-event{
		margin-top: 0;
	}
	.single #banner .bannertext{
		margin-bottom: 10px;
	}
	.single #banner .bannertext{
	padding-top: 0;
	margin-top: 15px;

	}

	.single #banner .bannerimg{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.page-template-page-services-all #banner .bannertext{
	   
    margin-bottom: 96px;
}
	.intheworld .fullwidth1{
		font-size: 16px;
	}
	.single .bottom-wrapper-event p{
	color: #000;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.promohead-1{
	font-size: 26px;
}
	#proven .proven-popis{
		font-size: 16px!important;
	}
	.lesspar{
		font-size: 19px;
	}
	.lesspar2{
		font-size: 21px;
	}
	.headmag{
		font-size: 30.4px;
	}
	.interested{
		font-size: 34px;
	}
	.page-template-page-about-us .intheworld{
		padding-bottom: 200px;
	}
	.black-interested{
		font-size: 27px;
	}
	.learn-more-p .greyb{
		margin-top: 0;
		height: 285px;
	}
	.form-actions img{
		top: 0!important;
	}
	.learn-more-p .vyber-zoznam{
		padding-bottom: 16px;
		padding-top: 16px;
	}
	.learn-more-about-products{
		font-size: 55px;
	}
	.owl-fourth .righti{
		right: -70px;
	}
	.page-template-page-testimonials .m-top-150{
		margin-top: 40px;
	}
	#proven .headexpr{
		margin-bottom: 0;
	}
	.page-template-page-testimonials #proven .row{
		padding-bottom: 0;
	}
	.owl-fourth .lefti{
		left: -70px;
	}
	.page-template-page-testimonials #proven .owl-fourth{
		margin-top: 0;
	}
	.whiteulxc li{
		font-size: 16px;
		padding-bottom: 24px!important;
		padding-top: 24px;
	}
	.whiteul{
		gap: 15px;
	}
	.whiteul li{
		font-size: 16px;
	}
	.purplebut.purpmore.dblock{
		margin-top: 64px;
		margin-bottom: 56px;
		font-size: 25.6px;
	}
	.acord p, .acord li{
		font-size: 16px;
	}
	.page-template-page-services-all .ntopx.butoncontact2, .page-template-page-services-other .ntopx.butoncontact2, .page-template-page-services-1 .ntopx.butoncontact2, .page-template-page-services-2 .ntopx.butoncontact2, .page-template-page-services-3 .ntopx.butoncontact2,.single-big-topics .purpmore
	{

		padding: 0;
		line-height: 3em;
		font-size: 16px!important;
		margin-bottom: 80px;
		height: 52px;
	}
	.ins{
		font-size: 25.6px;
	}
	.servhead{
		font-size: 40px;
	}
	.gh{
		font-size: 21px;
	}
	.excerpta p{
		font-size: 15px;
	}
	.m-top-60{
		margin-top: 50px;
	}
	#look-for{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.more-buttons-links a{
		font-size: 16px;
	}
	span.bannertext p{
		font-size: 16px;
	}
	.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
		font-size: 25.6px;
	}
	.mini-head{
		font-size: 40px;
	}
	p.left-col-text,p.right-col-text{
		font-size: 16px;
	}
	.show-line strong{
		font-size: 19px;
	}
	.owl-topics .box-head{
		font-size: 16px;
	}
	.bannertext{
		font-size: 26px;
	}
	.language span{
		font-size: 24px;
	}
	#language{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.button-container .button{
		font-size: 19px;
	}
	#banner .topic li a{
		font-size: 16px;
	}
	#magazine-detail h2{
		font-size: 40px;
	}
	.expert-section-purple h3,#guest-section h2{
		font-size: 40px;
		margin-top: 120px;
		margin-bottom: 80px;
	}
	#guest-section h3{
		font-size: 40px;
	}
	#guest-section p{
		font-size: 16px;
	}
	.expert-section-purple p{
		font-size: 16px;
	}
	.single table td:nth-child(1){
		font-size: 24px;
	}
	#magazine-detail li{
		font-size: 16px!important;
	}
	.expert-section-purple h2{
		margin-top: 80px;
		margin-bottom: 76px;
	}
	.cite{
		font-size: 17px;
	}
	.owl-three h2, .owl-two h2{
		font-size: 28px;
	}
	.promtext,.promohead-1{
		font-size: 22px;
	}
	#magazine-detail p{
		font-size: 16px;
	}
	.box-1{
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.datum{font-size: 14.4px;}
	.owl-three .bannertext, .owl-two .bannertext{
		font-size: 16px;
	}
	.number0,.number1,.number2{
		font-size: 59.2px;
		margin-bottom: 0;
	}
	.white.pas .partextik{
		font-size: 16px;
	}
	.partextik{

	}
	.nblock{
		font-size: 50px;
		line-height: 1.3em;
	}
	.new-contact-form input, .new-contact-form select{
		height: 42px;
		font-size: 16px;
	}
	.new-contact-form textarea{
		font-size: 16px;
	}
	.new-contact-form input::placeholder{
		font-size: 16px;
	}
	#menu-menu-footer li a{
		font-size: 16px;
	}
	#banner .bannerhead{
		font-size: 68px;
	}
	
	#video .textcar{
		font-size: 17px;
	}
	#video p{
		font-size: 16px;
	}
	.licko.activeli,.licko{
		font-size: 25px;
		margin-right: 52px;
	}
	.licko.activeli{
		line-height: 58px;
	}
	.develor-info-person .menoclovek{
		font-size: 24px!important;
	}
	.develor-info-person .positionclovek, .develor-info-person .location,.develor-info-person .emailclovek{
		font-size: 13px!important;
	}
	.down-main{
		font-size: 32px;
		line-height: 22px;
		padding: 19px 24px;
	}
	.down-main img{
		width: 40px;
	}
	.page-template-page-report h2, .page-template-page-report2 h2{
		font-size: 55px;
	}
	#wys li, #content li{
		font-size: 16px;
	}
	.page-template-page-report p,.page-template-page-report2 p{
		font-size: 21px;
	}
	.let-talk{
		font-size: 55px;
	}
	#contact label{
		font-size: 17px;
	}
	#contact input, #contact select{
		height: 40px;
		font-size: 14px;
	}
	#contact input::placeholder,.page-template-page-contact #contact select{
		font-size: 16px;
	}
	.form-actions a{
		height: 60px;
		font-size: 19px;
		padding-left: 48px;
		padding-right: 48px;
	}
	#contact img{
		width: 38px;
		position: relative;
		top: -3px;
	}
	.choose-country{
		font-size: 21px;
		margin-top: 48px!important;
	}
	.countries{
		margin-top: 90px;
	}
	.countries{
		margin-bottom: 0;
	}
	.lintex-1{
		font-size: 21px;
	}
	#follow-us{
		margin-top: 80px;
		padding-top: 80px;
	}
	#follow-us h3,.learnhead{
		font-size: 55px;
	}
	.learnhead{
		margin-bottom: 48px;
	}
	.parcon{
		font-size: 16px;
	}
	.headcon{
		font-size: 27px;
	}
	.icck{
		margin-top: 72px;
		margin-right: 32px;
		margin-left: 32px;
	}

	#follow-us img{
		width: 60px;
	}
	.lintex{
		font-size: 13px;
	}
	.header-h3{
		font-size: 55px;
	}
	.eventhead{
		font-size: 55px;
	}
	.upcomming .datum, .white.pas .greyc datum{
		font-size: 14.4px;
	}
	.position-event,.partextik{
		font-size: 24px;
	}
	.event-learn-more{
		font-size: 21px;
	}

	#contact input{

	}
	.new-contact-form input[type='submit']{
		font-size: 21px;
		line-height: 22px;
		padding: 9px 16px;
	}
	.page-template-page-report .downhref3, .page-template-page-report2 .downhref3{
		font-size: 21px;
		line-height: 22px;
	}
	.downpar img{
		width: 40px;
	}
	.location{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#what p{
		font-size: 16px;
	}
	.card-body-box h2{
		font-size: 47px;
	}
	#what .textcar{
		font-size: 19px;
	}
	#banner .bannertext{
		font-size: 21px;
	}
	.iframeimage{
		height: 550px;
	}
	.page-template-page-about-us #video{
		margin-top: 0;
	}
	#banner .bannertext{
		margin-top: 15px;
		padding-top: 15px;
	}

	.nblock{
		margin-bottom: 50px;
	}
	.bottom p,.bottom p a{
		font-size: 15px;
	}
	.page-template-page-homepage #newsletter{
		
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.new-headline{
		font-size: 48px;
	}
	#newsletter-purple{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#newsletter-purple a{
		font-size: 21px;
		height: 40px;
		padding: 9.6px 16px;
		line-height: 21px;
		margin-top: 64px;
	}
	#newsletter-purple img{
		max-width: 80%;
		margin: 0 auto;
	}
	.pblock{
		font-size: 16px;
	}
	.new-contact-form label{
		font-size: 17px;
	}
	.newpurp{
		font-size: 16px;
	}
	.butoncontact{
		font-size: 20.8px;
	}
	.nametext{
		font-size: 17.6px;
	}
	.intheworld{
		margin-top: 0;
	}
	.page-template-page-homepage .textcar{
		font-size: 16px;
	}
	.section-icons{
		font-size: 21px;
		height: 42px;
		line-height: 23px;
		padding: 9.6px 16px;

	}
	.box-head p{
		font-size: 16px;
	}
	.headexpr{
		font-size: 55px;
	}
	.owl-topics .box-head h3.box-title{
		font-size: 22px;
	}
	#profesionals .textcar{
		font-size: 15px;
	}
	.page-template-page-homepage .proven-im{
		margin-top: 0;
	}
	.page-template-page-homepage #proven .textcar{
		font-size: 16px;
	}
	#proven p{

	}
	.page-template-page-events .partextik{
		font-size: 16px;
	}
	.newslabel{
		font-size: 16px;
		line-height: 130%;
		padding: 9px 16px;
	}
	.event-bigim{
		height: 368px;
	}
	.thepadings{
		padding-top: 55px;
	}
	.butoncontact2{
		font-size: 16px;
		padding: 9px 16px;
		height: 50px;
		line-height: 33px;
	}
	.pas{
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.lintex.lintex-1{
		font-size: 19px;
	}
	.upcevents{
		font-size: 55px;
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.a-more img{
		margin-left: 10px;
	}
	.newslabel.online{
		font-size: 16px;
	}
	.upcomming .whitbx, .white.pas .greyc{
		padding-left: 48px;
		padding-right: 48px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.postrow .headko{
		margin-top: 16px;
	}
	.upcomming .partextik, .white.pas .partextik{
		margin-bottom: 40px;
	}
	.upcomming .postrow .position-event, .white.pas .postrow .position-event{
		font-size: 19px!important;
	}
	.a-more a{
		font-size: 16px!important;
	}
	.upcomming .postrow .headko,.white.pas .postrow .headko, .upcomming .postrow .headko,.upcomming .headko{
		font-size: 24px!important;
		line-height: 120%;
	}
	.event-learn-more{
		font-size: 22px;
		padding: 13px 19px;
		line-height: 21px;
	}

	.expert-section-purple h3{
		margin-bottom: 0;
		margin-top: 0;
	}
	#about-develor h3{
		font-size: 40px;
		margin-bottom: 32px;
	}
	#about-develor p{
		font-size: 16px;
	}
	#expert-section .subheadline{
		font-size: 19px;
		margin-bottom: 25px;
		margin-top: 26px;
	}
	#about-develor li{
		font-size: 16px;
	}
	.center-send-wrapper::before{
		top: 0;
	}
	.center-send-wrapper input[type='submit']{
		padding-right: 40px;
	}
	.center-send-wrapper::before {
		top: 9px;
		left: 81px;
	}
	#contact input[type='submit'] {
	    padding-right: 60px !important;
	    padding-left: 20px !important;
	    margin-right: 0;
	}
	.top1{
		font-size: 21px;
		line-height: 115%;
	}
	.l-more-learn{
		font-size: 21px;
		line-height: 21px;
		right: 36px;
	}
	#banko .greyb, .page-template-page-magazine .magimg,.page-template-page-reports .magimg{
		height: 370px;
	}
	#magko{
		padding-top: 40px;
	}
	.topic{
		gap: 16px;
	}
	.lat-artic{
		font-size: 51.2px;
	}
	#banko .greyb .gh{
		font-size: 32px;
	}
	.excpt{
		font-size: 16px;
	}
	.page-template-page-magazine .topic,.archive .topic{
		margin-top: 42px;
	}
	.page-template-page-magazine #banner .bannerimg{
		margin-top: 6vh;
	}
	body.page-template-page-magazine #banner .topic li a{
		font-size: 16px;
	}
	.boxikcatko{
		top: -36px;
	}
	#magazine-detail li, #magazine-detail span{
		font-size: 16px!important;
	}
	.arg-5 .pemali{
		position: relative;
		display: inline-block;
	}
	.single .bannertext{
		font-size: 20px!important;
	}
	.whitbx span{
		font-size: 15px!important;
	}
	#develor-news h4{
		margin-top: 0;
	}
	.new-headline {
		line-height: 65px;
	}
	.page-template-page-magazine .ntopx{
		margin-top: 80px;
	}
	#bigtopic-1 h4, #bigtopic-2 h4, #bigtopic-3 h4, #develor-news h4{
		font-size: 59.2px;
	}
	.page-template-page-magazine .whitbx{
		padding-top: 28px;
		padding-right: 28px;
		padding-top: 40px;
		padding-bottom: 48px!important;
	}
	#banner .topic li{
		padding-right: 5px;
	}
	.page-template-page-magazine #banner .topic li, .category #banner .topic li{
		padding-right: 24px;
	}
	.page-template-page-magazine .fixmenu li, .archive .fixmenu li{
		margin-right: 48px;
	}
	.page-template-page-magazine .fixmenu li a, .archive .fixmenu li a{
		font-size: 16px;
	}
	.whitko .gh.odtopmz{
		font-size: 21px!important;
	}
	.col-md-3 .boxikcatko{
		font-size: 16px!important;
	}

	#full-profile .bannerhead{
		color: #FFF;
		font-size: 80px;
		line-height: 110%; /* 120px */
	}
	#full-profile .poshead{
		color: #FFF;
		/* Name */
		font-family: "Century Gothic";
		font-size: 24px;

		line-height: 115%; /* 39px */
	}

	#full-profile .postext{
		font-size: 25.6px;
		line-height: 115%; /* 41.6px */
	}
	.single .textbot{
		font-size: 19px;
	}
	#language .expertise{
		font-size: 40px;
	}
	.single table td:nth-child(2){
		font-size: 19px;
	}
	.dictionary{
		font-size: 80px;
	}
	.box-dictionary h3{
		font-size: 59.8px;
		margin-top: 48px;
		margin-bottom: 26px;
	}
	.box-dictionary li{
		font-size: 19px;
	}
	.m-top-130{
		margin-top: 146px;
		margin-bottom: 110px;
	}
	.m-top-110{
		margin-top: 88px;
	}
	.single p{
		font-size: 16px;
	}
	.greyb,.magonhov{
		height: 190px;
	}
	.backwrapper2{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}
	.backwrapper2 h3{
		font-size: 22px;
	}
	.backwrapper2 p{
		font-size: 12px;
	}
	.peop-prof{
		height: 40px;
		
		font-size: 21px;
	}
	.backwrapper2 a{
		font-size: 21px;
		padding: 8px 16px;
	}
	.backwrapper2 p{
		margin-top: 5px;
	}

	.section-icons{
		display: initial!important;
	}
	#promo-homepage .section-icons{
		display: inline-block!important;
	}
	.contact-wrapper{
		max-width: 660px;
	}
	.form-actions a{
		gap: 24px;
	}
	.archive .topic{
            	margin-top: 0;
            }
}


@media screen and (max-width: 1100px){
		.bannerhead{
			font-size: 41.6px;
		}
		.lkoimage{
			padding-bottom: 270px;
		}
		.single  #case-studies .learnhead{
            	font-size: 32px;

            }
            .single table.restable td{
				font-size: 14px;
			}
		.to-wh-one{
			padding-top: 115px;
		}
		.to-wh-one .learnhead{
		padding-bottom: 41.6px;
	}
		.page-template-page-contact #contact{
		padding-top: 20px;
	}
	.et-db #et-boc .et-l .et_pb_module p strong, .et_pb_module p a, .et-db #et-boc .et-l .et_pb_module p, .et-db #et-boc .et-l .et_pb_module a{
		font-size: 17.4px;
	}
	.et-db #et-boc .et-l .et_pb_module h2{
		font-size: 32px;
	}
	p.pblock{
		margin-bottom: 60px;
	}
	#magazine-section h2{
		font-size: 38px;
		line-height: 30px;
	}
	#magazine-section a{
		font-size: 13px;
		margin-top: 44.8px;
	}
	.form-actions a{
		font-size: 16px;
		gap: 19px;
	}
	.page-template-page-contact #contact input,.page-template-page-contact #contact select{
		height: 42px;
		font-size: 16px;
	}
	.page-template-page-contact .center-send-wrapper::before{
		top: 14px;
        left: 80px;
	}
	.page-template-page-contact input[type="checkbox"]{
		height: initial!important;
	}
	.form-actions{
		margin-bottom: 100px;
	}
	#contact .form-actions img{
		width: 25px;
	}
		.page-template-page-contact #banner .bannerimg{
		padding-top: 80px;
		padding-bottom: 96px;
	}
		.single #banner .bannertext{
	padding-top: 0;
	margin-top: 32px;
	}
	.oblast-carousel .owl-testimonials{
		max-width: 500px;
	}

		.single #banner .bannerimg{
			padding-top: 47.3px;
		}

		.intheworld .fullwidth1{
		font-size: 14px;
	}
	.page-template-page-services-all #banner .bannertext{
	 
    margin-bottom: 76.8px;
}
		.whiteul{
			gap: 12px;
		}
		.learn-more-about-products{
			font-size: 43px;
		}
		#proven .proven-popis{
			font-size: 14px!important;
		}
		.lesspar{
		font-size: 15.2px;
		}
		.lesspar2{
			font-size: 16.8px;
		}
		.whiteul li{
			font-size: 12.8px;
		}
		.page-template-page-about-us .intheworld{
			padding-bottom: 150px;
		}
		.purplebut.purpmore.dblock{
			margin-top: 51.2px;
			margin-bottom: 44.8px;
			font-size: 20.48px;
		}
		.acord p, .acord li{
			font-size: 12.8px;
		}
		.page-template-page-services-all .ntopx.butoncontact2, .page-template-page-services-other .ntopx.butoncontact2, .page-template-page-services-1 .ntopx.butoncontact2, .page-template-page-services-2 .ntopx.butoncontact2, .page-template-page-services-3 .ntopx.butoncontact2,.single-big-topics .purpmore {
			padding: 0;
			line-height: 2.4em;
			font-size: 12.8px!important;
			margin-bottom: 64px;
			height: 41.6px;
		}
		.ins{
			font-size: 20.48px;
		}
		.servhead{
			font-size: 32px;
		}
		.gh{
			font-size: 16.8px;
		}
		.excerpta p{
			font-size: 12px;
		}
		.m-top-60{
			margin-top: 40px;
		}
		#look-for{
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.more-buttons-links a{
			font-size: 12.8px;
		}
		span.bannertext p{
			font-size: 12.8px;
		}
		.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
			font-size: 20.48px;
		}
		.mini-head{
			font-size: 32px;
		}
		p.left-col-text,p.right-col-text{
			font-size: 12.8px;
		}
		.show-line strong{
			font-size: 15.2px;
		}
		.owl-topics .box-head{
			font-size: 12.8px;
		}
		.bannertext{
			font-size: 20.8px;
		}
		.language span{
			font-size: 19.2px;
		}
		#language{
			padding-top: 72px;
			padding-bottom: 72px;
		}
		.button-container .button{
			font-size: 15.2px;
		}
		#magazine-detail h2{
			font-size: 32px;
		}
		.expert-section-purple h3,#guest-section h2{
			font-size: 32px;
			margin-top: 96px;
			margin-bottom: 64px;
		}
		#guest-section h3{
			font-size: 32px;
		}
		#guest-section p{
			font-size: 12.8px;
		}
		.expert-section-purple p{
			font-size: 12.8px;
		}
		.single table td:nth-child(1){
			font-size: 19.2px;
		}
		#magazine-detail li{
			font-size: 12.8px!important;
		}
		.expert-section-purple h2{
			margin-top: 64px;
			margin-bottom: 60.8px;
		}
		.cite{
			font-size: 13px;
		}
		.owl-three h2, .owl-two h2{
			font-size: 22px;
		}
		.promtext,.promohead-1{
			font-size: 20.8px;
		}
		#magazine-detail p{
			font-size: 12.8px;
		}
		.box-1{
			padding-top: 12.8px;
			padding-bottom: 12.8px;
			padding-left: 25.6px;
			padding-right: 25.6px;
		}
		.datum{
			font-size: 11.52px;
		}
		.owl-three .bannertext, .owl-two .bannertext{
			font-size: 12.8px;
		}
		.number0,.number1,.number2{
			font-size: 47.36px;
			margin-bottom: 0;
		}
		.white.pas .partextik{
			font-size: 12.8px;
		}
		.nblock{
			font-size: 38px;
			line-height: 1.3em;
		}
		.new-contact-form input, .new-contact-form select{
			height: 33.6px;
			font-size: 12.8px;
		}
		.new-contact-form textarea{
			font-size: 12.8px;
		}
		.new-contact-form input::placeholder{
			font-size: 12.8px;
		}
		#menu-menu-footer li a{
			font-size: 12.8px;
		}
		#banner .bannerhead{
			font-size: 58px;
		}
		#what .headexpr{
			margin-top: 38.4px;
		}
		#video .textcar{
			font-size: 15.2px;
		}
		#video p{
			font-size: 12.8px;
		}
		.licko.activeli,.licko{
			font-size: 21.6px;
			margin-right: 41.6px;
		}
		.licko.activeli{
			line-height: 46.4px;
		}
		.develor-info-person .menoclovek{
			font-size: 19.2px!important;
		}
		.develor-info-person .positionclovek, .develor-info-person .location,.develor-info-person .emailclovek{
			font-size: 10.4px!important;
		}
		.down-main{
			font-size: 25.6px;
			line-height: 17.6px;
			padding: 15.2px 19.2px;
		}
		.down-main img{
			width: 32px;
		}
		.page-template-page-report h2, .page-template-page-report2 h2{
			font-size: 45px;
		}
		#wys li, #content li{
			font-size: 12.8px;
		}
		.page-template-page-report p{
			font-size: 16.8px;
		}
		.let-talk{
			font-size: 45px;
		}
		#contact label{
			font-size: 15px;
		}
		#contact input, #contact select{
			height: 32px;
			font-size: 11.2px;
		}
		#contact input::placeholder,.page-template-page-contact #contact select{
			font-size: 12.8px;
		}
		.form-actions a{
			height: 40px;
			font-size: 15.2px;
			padding-left: 38.4px;
			padding-right: 38.4px;
		}
		#contact img{
			width: 22.4px;
			position: relative;
			top: -2.4px;
		}
		.choose-country{
			font-size: 16.8px;
			margin-top: 38.4px!important;
		}
		.countries{
			margin-top: 72px;
		}
		.countries{
			margin-bottom: 0;
		}
		.lintex-1{
			font-size: 16.8px;
		}
		#follow-us{
			margin-top: 64px;
			padding-top: 64px;
		}
		#follow-us h3,.learnhead{
			font-size: 45px;
		}
		.learnhead{
			margin-bottom: 38.4px;
		}
		.parcon{
			font-size: 12.8px;
		}
		.headcon{
			font-size: 21.6px;
		}
		.icck{
			margin-top: 57.6px;
			margin-right: 25px;
			margin-left: 25px;
		}
		#follow-us img{
			width: 48px;
		}
		.lintex{
			font-size: 10.4px;
		}
		.header-h3{
			font-size: 45px;
		}
		.eventhead{
			font-size: 49.152px;
		}
		.upcomming .datum, .white.pas .greyc datum{
			font-size: 11.52px;
		}
		.position-event,.partextik{
			font-size: 19.2px;
		}
		.event-learn-more{
			font-size: 16.8px;
		}
		.new-contact-form input[type='submit']{
			font-size: 16.8px;
			line-height: 17.6px;
			padding: 7.2px 12.8px;
		}
		.page-template-page-report .downhref3, .page-template-page-report2 .downhref3{
			font-size: 16.8px;
			line-height: 17.6px;
		}
		.downpar img{
			width: 32px;
		}
		.location{
			padding-top: 6.4px;
			padding-bottom: 6.4px;
		}
		#what p{
			font-size: 12.8px;
		}
		.card-body-box h2{
			font-size: 35px;
		}
		#what .textcar{
			font-size: 15.2px;
		}
		#banner .bannertext{
			font-size: 16.8px;
		}
		.iframeimage{
			height: 440px;
		}
		.page-template-page-about-us #video{
			margin-top: 0;
		}
		#banner .bannertext{
			margin-top: 25.6px;
			padding-top: 27.2px;
		}
		.nblock{
			margin-bottom: 40px;
		}
		.bottom p,.bottom p a{
			font-size: 12px;
		}
		.border-button{
			margin-right: 15px;
		}
		.lkoimage{
			padding-bottom: 190px;
		}
		.page-template-page-homepage #newsletter{
			
			padding-top: 64px;
			padding-bottom: 64px;
		}
		.new-headline{
			font-size: 38px;
		}
		#newsletter-purple{
			padding-top: 96px;
			padding-bottom: 96px;
		}
		#newsletter-purple a{
			font-size: 16.8px;
			height: 32px;
			padding: 7.68px 12.8px;
			line-height: 16.8px;
			margin-top: 51.2px;
		}
		#newsletter-purple img{
			max-width: 64%;
			margin: 0 auto;
		}
		.pblock{
			font-size: 12.8px;
		}
		.new-contact-form label{
			font-size: 15px;
		}
		.newpurp{
			font-size: 12.8px;
		}
		.butoncontact{
			font-size: 16.64px;
		}
		.nametext{
			font-size: 14.08px;
		}
		.intheworld{
			margin-top: 0;
		}
		.page-template-page-homepage .textcar{
			font-size: 12.8px;
		}
		.section-icons{
			font-size: 13.8px;
			height: 33.6px;
			line-height: 18.4px;
			padding: 7.68px 12.8px;
		}
		.box-head p{
			font-size: 12.8px;
		}
		.headexpr{
			font-size: 47.2px;
		}
		.owl-topics .box-head h3.box-title{
			font-size: 17px;
		}
		#profesionals .textcar{
			font-size: 12.8px;
		}
		.page-template-page-homepage .proven-im{
			margin-top: 0;
		}
		.page-template-page-homepage #proven .textcar{
			font-size: 12.8px;
		}
		.page-template-page-events .partextik{
			font-size: 12.8px;
		}
		.newslabel{
			font-size: 12.8px;
			line-height: 104%;
			padding: 7.2px 12.8px;
		}
		.event-bigim{
			height: 294.4px;
		}
		.thepadings{
			padding-top: 44px;
		}
		.butoncontact2{
			font-size: 12.8px;
			padding: 7.2px 12.8px;
			height: 32px;
			line-height: 17.6px;
		}
		.pas{
			padding-top: 38.4px;
			padding-bottom: 38.4px;
		}
		.upcevents{
			font-size: 45px;
			margin-top: 64px;
			margin-bottom: 40px;
		}
		.a-more img{
			margin-left: 8px;
		}
		.newslabel.online{
			font-size: 12.8px;
		}
		.upcomming .whitbx, .white.pas .greyc{
			padding-left: 38.4px;
			padding-right: 38.4px;
			padding-top: 19.2px;
			padding-bottom: 19.2px;
		}
		.postrow .headko{
			margin-top: 12.8px;
		}
		.upcomming .partextik, .white.pas .partextik{
			margin-bottom: 32px;
		}
		.upcomming .postrow .position-event, .white.pas .postrow .position-event{
			font-size: 15.2px!important;
		}
		.a-more a{
			font-size: 12.8px!important;
		}
		.upcomming .postrow .headko,.white.pas .postrow .headko, .upcomming .postrow .headko,.upcomming .headko{
			font-size: 19.2px!important;
			line-height: 96%;
		}
		.event-learn-more{
			font-size: 17.6px;
			padding: 10.4px 15.2px;
			line-height: 16.8px;
		}
		.expert-section-purple h3{
			margin-bottom: 0;
			margin-top: 0;
		}
		#about-develor h3{
			font-size: 32px;
			margin-bottom: 25.6px;
		}
		#about-develor p{
			font-size: 12.8px;
		}
		#expert-section .subheadline{
			font-size: 15.2px;
			margin-bottom: 20px;
			margin-top: 20.8px;
		}
		#about-develor li{
			font-size: 12.8px;
		}
		.center-send-wrapper::before{
			top: 0;
		}
		.center-send-wrapper input[type='submit']{
			padding-right: 32px;
		}
		.center-send-wrapper::before {
			top: 7.2px;
			left: 61.6px;
		}
		.top1{
			font-size: 16.8px;
			line-height: 92%;
		}
		.l-more-learn{
			font-size: 16.8px;
			line-height: 16.8px;
			right: 28.8px;
		}
		#banko .greyb, .page-template-page-magazine .magimg,.page-template-page-reports .magimg{
			height: 296px;
		}
		#magko{
			padding-top: 32px;
		}
		.topic{
			gap: 12.8px;
		}
		.lat-artic{
			font-size: 40.96px;
		}
		#banko .greyb .gh{
			font-size: 25.6px;
		}
		.excpt{
			font-size: 12.8px;
		}
		.page-template-page-magazine .topic,.archive .topic{
			margin-top: 57.6px;
		}
		body.page-template-page-magazine #banner .topic li a{
			font-size: 12.8px;
		}
		.boxikcatko{
			top: -28.8px;
		}
		#magazine-detail li, #magazine-detail span{
			font-size: 12.8px!important;
		}
		.arg-5 .pemali{
			position: relative;
			display: inline-block;
		}
		.single .bannertext{
			font-size: 20.32px!important;
		}
		.whitbx span{
			font-size: 12px!important;
		}
		#develor-news h4{
			margin-top: 0;
		}
		.new-headline {
			line-height: 52px;
		}
		.page-template-page-magazine .ntopx{
			margin-top: 64px;
		}
		#bigtopic-1 h4, #bigtopic-2 h4, #bigtopic-3 h4, #develor-news h4{
			font-size: 47.36px;
		}
		.page-template-page-magazine .whitbx{
			padding-top: 22.4px;
			padding-right: 22.4px;
			padding-top: 32px;
			padding-bottom: 38.4px!important;
		}
		#banner .topic li{
			padding-right: 16px;
		}
		.page-template-page-magazine .fixmenu li, .archive .fixmenu li{
			margin-right: 38.4px;
		}
		.page-template-page-magazine .fixmenu li a, .archive .fixmenu li a{
			font-size: 12.8px;
		}
		.whitko .gh.odtopmz{
			font-size: 16.8px!important;
		}
		.col-md-3 .boxikcatko{
			font-size: 12.8px!important;
		}
		#full-profile .bannerhead{
			color: #FFF;
			font-size: 64px;
			line-height: 88%; /* 96px */
		}
		#full-profile .poshead{
			color: #FFF;
			font-family: "Century Gothic";
			font-size: 19.2px;
			line-height: 92%; /* 31.2px */
		}
		#full-profile .postext{
			font-size: 20.48px;
			line-height: 92%; /* 33.28px */
		}
		.single .textbot{
			font-size: 15.2px;
		}
		#language .expertise{
			font-size: 32px;
		}
		.single table td:nth-child(2){
			font-size: 15.2px;
		}
		.dictionary{
			font-size: 64px;
		}
		.box-dictionary h3{
			font-size: 47.84px;
			margin-top: 38.4px;
			margin-bottom: 20.8px;
		}
		.box-dictionary li{
			font-size: 15.2px;
		}
		.m-top-130{
			margin-top: 116.8px;
			margin-bottom: 88px;
		}
		.m-top-110{
			margin-top: 70.4px;
		}
		.single p{
			font-size: 12.8px;
		}
		.owl-first .bannerimg{
			padding-left: 60px;
			padding-right: 60px;
		}
		.owl-two .bannerimg, .owl-three .bannerimg{
			padding-left: 15px;
			padding-right: 15px;
		}
		.bannerimg {
			height: calc(80vh - 115px);
		}
		.owl-three .bannerimg, .owl-two .bannerimg {
			height: calc(39vh - 57.5px);
		}
		.owl-topics.owl-carousel .owl-nav button.owl-next,.owl-topics.owl-carousel .owl-nav button.owl-prev{
			bottom: 100px;
		}
		#proven .owl-fourth .owl-prev, #proven .owl-fourth .owl-next{
			bottom: 300px;
		}
		.owl-dots {
			position: absolute;
			bottom: 50px;
			right: 20px;
		}
		.owl-two .owl-dots{
			bottom: 70px;
		}

	}
	.archive .topic{
		margin-top: 0;
	}
@media screen and (max-width: 767px){
	.owl-first .bannerimg{
		padding: 20px;
		padding-bottom: 40px;
	}
	.single table.restable td a{
				font-size: 12px;
			}
	.archive #banner .bannerhead{
		margin-top: 0;
	}
	.single  #case-studies .learnhead{
            	font-size: 28px;
            	margin-top: 30px;
            }
            .single ol{
            	margin-left: 0;
            	padding-left: 15px;
            }
	#download-ebook p{
		color: #FFF;
text-align: center;
font-family: "Century Gothic";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
	}
	#promo-homepage .bannerhead{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		margin-top: 5px;
		line-height: 28.8px; /* 120% */
	}
	.owl-two .bannerimg,.owl-three .bannerimg{
		padding: 20px;
        padding-bottom: 40px;
        height: initial;
	}
	#promo-homepage .owl-first .bannertext{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.owl-first .bannerimg{
		height: initial;
	}
	#promo-homepage .owl-first .bannertext, #promo-homepage .owl-two .bannertext, #promo-homepage .owl-three .bannertext{
		padding-bottom: 20px;
		padding-top: 0;

	}
	.form-actions{
		display: block;
	}
	.top-upper{
		margin-top: 32px!important;
	}
	.form-actions a{
		margin-left: initial!important;
		margin-right: initial!important;
		margin: 0 auto!important;
		margin-bottom: 20px!important;
	}
	.header-h3{
		line-height: 50px!important;
	}
	.single #banner .bannerimg{
		padding-top: 20px;

	}
	.owl-testimonials.owl-theme .owl-dots{
		bottom: 0;
	}
	.quotes-mobile{
		padding-top: 150px;
	}
	.owl-testimonials::before {
    content: "";
    position: absolute;
    background-image: url(/quote.svg);
    width: 90px;
    height: 90px;
    top: -40px;
    opacity: 1;
    left: -150px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: -200px;
    margin: 0 auto;
}
	.oblast-carousel .owl-testimonials{
		margin-top: 20px;
	}
	
	.ab-sect p{
		margin-top: 10px;
	}
	.single .box-1, .single .box-2, .single .box-3{
		height: initial;
	}
	.expert-section-purple{
		padding-right: 15px;
		padding-left: 15px;
	}
	.single #about-develor{
		text-align: center;
	}
	#about-develor{
		
		margin-bottom: 60px;
		margin-top: 0;
	}
	#expert-section h2{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
		margin-top: 70px;
	}
	#expert-section h3{
		margin-top: 6px!important;
	}
	#expert-section .subheadline{
		margin-top: 42px!important;
		margin-bottom: 6px!important;
	}
	#about-develor h3{
		color: #000;
font-family: "Century Gothic";
font-size: 28px;
font-style: normal;
margin-top: 50px;
font-weight: 400;
line-height: 120%; /* 33.6px */
	}

	#about-develor .in-content{
		color: #000;
text-align: center;
font-family: "Century Gothic";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
	}
	#about-develor li{
		text-align: left;
	}

	.single .link-pad{
		margin-bottom: 0;
	}
	#guest-section{
		margin-top: 20px;
	}
	#guest-section h3{
		margin-top: 50px;
	}
	#expert-section .col-md-6{
		margin-bottom: 20px;
	}
	#expert-section h3{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 33.6px */
		margin-top: 40px;
	}	
	#expert-section h2{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		margin-bottom: 42px;
		line-height: 120%; /* 33.6px */
	}
	.single #magazine-detail a{
		margin-top: 35px!important;
		margin-bottom: 35px;
	}
	.downpar img{
		width: 23px;
	}
	.single .odss{
		padding-bottom: 0;
	}
	body.single #banner .bannertext{
		margin-bottom: 70px;
	}
	.single h2.promohead-1{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 18.2px */
	}
	.single .bottom-wrapper-event p.promtext{
		color: #000;
		text-align: right;
		font-family: "Century Gothic";
		font-size: 7px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	#magazine-detail{
		overflow: hidden;
	}
	.navigation-mobile li{
		color: #000;
text-align: center;
font-family: "Century Gothic";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
	}
	.navigation-mobile{
		margin-top: 30px;
	}
	.navigation-mobile li{
		display: block;
		text-align: center;
		padding-bottom: 20px;
		opacity: 1;
	}
	.owl-first .container{
		max-width: 100%;
	}
	.border-buttons-owl-first .border-button:nth-last-child(1){
		margin-right: 0;
	}
	.owl-two .border-button,.owl-three .border-button{
		margin-right: 0;
	}
	body #newsletter-purple{
		margin-top: 0!important;
	}
	.bannerimg {
		height: calc(55vh - 115px);
	}
	.border-buttons-owl-first{
		text-align: right;
	}
	.owl-first .owl-dots{
		left: 30px;
		right: initial;
	}
	#promo-homepage .col-md-5{
		padding-left: 0px;
	}
	.owl-three .bannerimg, .owl-two .bannerimg{
		margin-bottom: 0;
	}
	.owl-two .border-button2, .owl-three .border-button2{
		display: block;
		width: 100%;
		text-align: right;
	}
	.owl-two .owl-dots,.owl-three .owl-dots{
		left: 30px;
		right: initial;
	}
	.owl-two{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.topics-header .container{
		max-width: 100%;
	}
	p.bottomal{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700!important;
		line-height: 28.8px; /* 205.714% */
	}
	.video-image-desktop{
		display: none;
	}
	.video-image-mobile{
		display: block;
	}
	#profesionals .textcar br{
		display: none;
	}
	.headexpr{
		width: 100%;
		max-width: 100%;
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	#what .headexpr{
		font-size: 36px;
	}
	.topicbg .col-md-12{
		padding-right: 15px;
	}
	.video-image-mobile{
		width: 100%;
	}
	.proven-im{
		background: initial!important;
	}
	.imagepattern{
		background-image: initial!important;
	}
	#proven{
		background: white!important;
	}
	#proven .cite{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: italic;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.m-full-w{
		padding-left: 0;
		padding-right: 0;
	}
	.name{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 22.525px; /* 140.779% */
	}
	.showmoreaaa{
		display: none;
	}
	.positiontest{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 18.301px; /* 114.383% */
	}
	.cite{
		margin-top: 15px;
	}
	.newsletter-block img{
		display: none;
	}
	.ltext, .purplea{
		color: #000;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.8px; /* 240% */
	}
	.figuretext{
		float: right;
	}
	.intheworld .headexpr{
		margin-bottom: 0px;
	}
	.intheworld .headexpr{
		text-align: center!important;
	}
	.intheworld{
		margin-top: 80px;
	}
	.intheworld:before{
		display: none!important;
	}
	.headexpr{
		width: 100%!important;
	}
	.intheworld .headexpr{
		width: 100%;
	}
	.cite{
		min-height: 112px;
	}
	.new-box-item img{
		max-width: 80%;
		margin: 0 auto;
	}
	.hidden .number{
		color: #774293;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 548.571% */
		line-height: 1em;
	}
	.figuretext{
		margin-bottom: 0;
	}
	.intheworld{
		padding-bottom: 430px;
		background-position: bottom!important;
	}
	.page-template-page-homepage #newsletter{
		padding-bottom: 40px;
	}
	.page-template-page-homepage #newsletter{
		
	}
	#newsletter-purple img{
		max-width: 50%;
		margin-bottom: 30px;
	}
	#menu-menu-footer li{
		padding-right: 0;
	}
	#menu-menu-footer li a{
		font-size: 20px;
	}
	.nomargpad{
		margin-top: 45px;
	}
	.nomargpad li img{
		margin-right: 15px;
		margin-left: 15px;
	}
	#menu-menu-footer li{
		margin-top: 30px;
	}
	.bottom{
		text-align: center;
	}
	#menu-menu-footer{
		margin-bottom: 47px;
	}
	.bottom p, .bottom p a{
		color: #000!important;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.bottom p a{
		font-weight: 700;
	}
	#video video, #video .iframeimage{
		height: 460px;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 0;

	}
	.owl-sixth .owl-dots,.owl-third .owl-dots{
		display: none!important;
	}
	#develorians .owl-sixth .owl-next, #develorians .owl-sixth .owl-prev{
		bottom: 180px;
	}
	#menu-menu-footer li{
		width: 100%;
		text-align: center;

		color: #000;


		/* text */
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 26px */

	}
	.headexpr{
		margin-bottom: 20px;
	}
	 #video .iframeimage{
	 	margin-top: 30px;
	 }
	 .odc{
	 	padding-top: 30px;
	 }
	#what .headexpr{


		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 274.286% */
		margin-top: 10px!important;
		line-height: 1em;
	}
	#video p{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */

	}
	#what{
		margin-bottom: 30px;
	}
	.card-body-box {
		height: 430px;
	}
	#what .card-body-box p{
		color: #FFF;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.card-body-box{
		padding: 20px;
	}
	#what .mt-60{
		margin-top: 10px;
	}
	#what .textcar{
		font-size: 12px;
	}
	.site-footer .col-md-3{
		text-align: center;
	}
	#newsletter-purple{
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.new-headline{
		color: #FFF;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	.hidden .nametext{
		color: #000;
		font-family: "Century Gothic";
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 13px */
	}
	.new-box-item{
		padding: 15px;
	}
	.butoncontact{
		width: initial;
		display: inline-flex;
	}
	.arrowlong{
		display: none;
	}
	.text-container {
		flex-direction: column;
		display: flex;

		
		margin: 0 auto;
	}
	.owl-topics .box-head{
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.text-container p:first-child {
		order: 1;
	}
	.text-container p:last-child {
		order: 2;
	}
	#banner .bannerhead{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 28.8px; /* 102.857% */
	}
	#banner .bannertext{
	color: #EFEFEF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 15.6px */
		padding-top: 0;
		margin-top: 13px;
}
	#proven .headexpr{
		margin-top: 5px;
	}
	#banner .bannerhead{
		margin: 0;
	}
	.category-slider {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
	}

	#logos .ulkologos{
		margin-bottom: 0;
	}
	.ulkologos {
		display: flex;
		gap: 10px; /* Optional: space between items */

		white-space: nowrap; /* Prevent items from wrapping to a new line */
	}
	.image-container {
		display: flex;
		flex-wrap: wrap;
		gap: 30px; /* 30px gap between images */
		justify-content: center;
	}

	.image-container img {
		width: calc(25% - 30px); /* Four images per row, accounting for 30px gap */
		height: auto;
		object-fit: contain;
	}
	.category-slider{
		border-bottom: 2px solid black;
	}
	.develor-info-person{
		display: none;
	}
	.owl-sixth .owl-stage-outer{
		padding-bottom: 0;
	}
	#develorians .owl-sixth{
		width: 100%!important;
	}
	.page-template-page-about-us .headexpr{
		margin-top: 80px;
	}
	#develorians,#develorians .owlc{
		padding: 0;
	}
	.ulkologos .licko {
		flex: 0 0 auto; /* Prevent items from shrinking */
		text-align: center;
		align-self: center;
	}
	.licko.activeli, .licko{
		margin-right: 30px;
	}
	#develorians{
		margin-top: 0!important;
	}
	#develorians .owl-sixth{
		margin-top: 10px!important;
	}
	#logos{
		min-height: initial;
	}
	.image-container{
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-page-about-us .intheworld{
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 430px;
	}
	.ulkologos{
		padding-bottom: 12px;
	}
	.ulkologos{
		border-bottom: 0px;
	}
	.image-container img{
		padding:0;
	}
	.imkol{
		margin:0;
		margin:0;
	}
	.intheworld .fullwidth1{
		text-align: center;
	}
	.new-headline{
		margin-bottom: 10px;
	}
	.new-par-2{
		color: #FFF;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px!important;
		font-style: normal;
		width: 100%;
		font-weight: 400;
		line-height: 130%!important; /* 15.6px */
	}
	.down-main{
		font-size: 20px!important;
	}
	#proven .headexpr{
		margin-top: 80px;
	}
	body #banner .bannertext{
		margin-top: 15px!important;
	}
	.page-template-page-report h2, .page-template-page-report2 h2{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	.page-template-page-report2 .downpar{
		margin: 0;
	}
	.page-template-page-report #content p{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	#content{
		padding-top: 40px;
	}
	.down-main{
		margin-top: 20px!important;
	}

	.page-template-page-report2 #banner .bannertext{
		text-align: left;
	}
	 .page-template-page-report2 #ebook p{
		text-align: left!important;
	}

	.page-template-page-about-us #newsletter-purple a{
		background: #774293;
		color: white;
	}

	.oblast-carousel strong{
		margin-top: 15px;
		margin-bottom: 15px;
		display: block;
	}
	#wys ul, #content ul{
		margin-top: 30px;
	}

	.understanding{
		margin-top: 40px;
	}
	.oblast-carousel{
		position: relative;
		width: 100%;
	}
	.oblast-carousel .owl-dots{
		bottom: 0;
		left: 0;
		position: relative;
		right: 0;
	}


	#banner h1.bannerhead{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 28px!important;
		font-style: normal;
		font-weight: 700;
		line-height: 130%!important; /* 36.4px */
	}
	.understanding{
		margin-top: 40px!important;
	}

	body .report-list{
		margin-top: 30px!important;
	}
	.page-template-page-testimonials #proven .owl-fourth{
		margin-top:0;
	}
	.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.ins{
		display: block;
		text-align: center;
	}
	.learnhead{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	.servhead{
		text-align: center;
		margin-top: 0;
	}
	div.insko::after{
		display: none;
	}
	.mini-head{
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.page-template-page-services-1 #banner .bannerimg,.page-template-page-services-2 #banner .bannerimg,.page-template-page-services-3 #banner .bannerimg,.page-template-page-services-other #banner .bannerimg,.page-template-page-services-all #banner .bannerimg{
		padding-top: 20px;
	}
	.page-template-page-services-all #banner .bannertext{
		margin-bottom: 0;
	}
	.page-template-page-services-all #banner .bannertext{
		padding-bottom: 45px;
	}
	.show-line strong{
		color: #000;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.servfirst{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.report-list li{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		margin-bottom: 20px!important;
		margin-right: 0;
		font-weight: 400;
		display: block;
		line-height: 130%; /* 18.2px */
	}
	.page-template-page-report2 p{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.page-template-page-testimonials #banner .bannerimg{
		padding-bottom: 55px;
	}

	#contact{
		padding-top: 0;
	}
	.form-actions{
		margin-bottom: 0;
		margin-top: 0;
	}
	.form-actions a{
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	.header-h3{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 274.286% */
	}
	.choose-country{
		margin-top: 10px;
	}
	.countries{
		margin-top: 0;
	}
	#contact img{
		margin-top: 20px;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 40px;
		width: 52px;
	}
	.lintex-1{
		color: #774293;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 14px!important;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		margin-top: 20px!important;
	}
	#follow-us{
		margin-top: 0;
	}
	#follow-us h3{
		color: #FFF;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	.form-actions a{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	#contact .form-actions img{
		width: 17px;
		margin: 0;
		margin-right: 5px;
	}
	#contact input, #contact select,#contact::placeholder input{
	color: #000;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 15.6px */
}
	.form-actions a{
		width: 240px;
	}
	.center-send-wrapper::before {
		top: 22px;
		left: 75px;
		z-index: 9999999;
	}
	.center-send-wrapper::before{
		z-index: 9999999;
	}
	.wpcf7-spinner{
		display: block!important;
	}
	.choose-country{
		margin-top: 0px!important;
		margin-bottom: 15px!important;
	}
	#contact span.wpcf7-acceptance span{
		color: #000;
		font-family: "Century Gothic";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 13px */
	}
	.dictionary{
		color: #774293;
		font-family: "Century Gothic";
		font-size: 34px;
		font-style: normal;
		font-weight: 700;
		line-height: 28.8px; /* 84.706% */
		text-align: center;
	}
	.devkos{
		display: none;
	}

	#full-profile .bannerhead{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	#full-profile .poshead{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
	}
	#references .expertise{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 274.286% */
	}
	#references{
		padding-bottom: 0;
	}
	.expertise-box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.expertise-box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.expertise{
		color: #FFF;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		margin-bottom: 23px;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	#references .expertise{
		margin-bottom: 0;
		line-height: 1em;
	}
	#references .tlead{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	#about{
		padding-top: 30px;
	}
	#full-profile .obrim{
		background-position: center center;
	}
	#full-profile{
		margin-top: 0;
	}
	#full-profile .poshead{
		margin-top: 5px;
	}
	#full-profile .postext{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	.pblock a{
		font-size: 12px;
	}
	.box-dictionary{
		text-align: center;
	}
	.box-dictionary h3{
		margin-top: 0;
	}
	#follow-us{
		margin-bottom: 10px;
	}
	#follow-us img{
		width: 70px;
	}
	.icck{
		margin-left: 40px;
		margin-right: 40px;
	}
	.lintex{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 13px */
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.let-talk{
		color: #000;
		font-family: "Century Gothic";
		font-size: 32px!important;
		font-style: normal;
		margin-bottom: 15px!important;
		font-weight: 700;
		line-height: 76.8px!important; /* 274.286% */
	}
	.single-profile {
		display: block;
		width: 100%;
		padding: 10px 0; /* Optional: for spacing between items */
		margin-bottom: 10px; /* Optional: adds spacing below each item */
		text-align: left!important;
		padding-top: 0!important;
		padding-bottom: 0!important;

		border-bottom: 1px solid #ddd; /* Optional: adds a divider line */
	}
	#language{
		padding-bottom: 0;
	}
	.center-list{
		margin-top: 23px;
	}
	#language .expertise{
		margin-bottom: 0;
	}
	.single table td:nth-child(1){
		margin-top: 20px!important;
	}
	.button-container {
		display: flex;
		flex-direction: column;
		gap: 10px; /* Space between each button */
		align-items: center; /* Center buttons horizontally */
	}

	.button {
		display: flex;
		align-items: center; /* Align icon and text vertically */
		gap: 10px; /* Space between icon and text */
		text-decoration: none; /* Remove underline from link */
	}

	.button img {
		flex-shrink: 0; /* Prevent icon from resizing */
	}
	.button-container .button{
		margin-bottom: 20px;
	}
	#full-profile .bannerhead{
		margin-top: 0;
	}
	.page-template-page-magazine .topic,.archive .topic{
		margin-top: 25px;
	}
	body .fixmenu{
		display: none!important;
	}
	.lat-artic{
		margin-top: 30px;
		margin-bottom: 30px;

		color: #000;
		font-family: "Century Gothic";
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 76.8px; /* 274.286% */
	}
	.greyb{
		height: 100%!important;
	}
	#banko .greyb .gh{
		color: #774293;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 26px */

	}


	#banko .greyb{
		padding-left: 15px!important;
		padding-right: 15px!important;
		padding-top: 20px!important;
	}
	.excpt{
		display: block;
		margin-top: 20px;
	}
	.l-more-learn{
		position: relative;
		width: initial;
		display: inline-flex;
		margin: 0;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin-top: 50px;
	}
	.greyb object{
		display: flex;
		justify-content: center; /* Center horizontally */
		align-items: center; /* Center vertically */

		width: 100%;
	}
	.page-template-page-magazine .upper{
		display: none!important;
	}
	#banko .greyb{
		padding-bottom: 25px;
	}
	.top1{
		color: #FFF;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */

		right: 15px;
		left: initial;
		top: -34px;
	}
	#banko .greyb, .page-template-page-magazine .magimg,.page-template-page-reports .magimg{
		height: 200px;
	}
	.scroll-container {
		display: flex; /* Aligns columns in a row */
		flex-wrap: nowrap; /* Prevents wrapping to a new line */
		overflow-x: auto; /* Enables horizontal scrolling */
		gap: 10px; /* Adds space between the columns */
	}

	.page-template-page-magazine .whitbx{
		padding-left: 20px!important;
		padding-right: 20px!important;
		padding-bottom: 18px!important;
	}

	.boxikcatko{
		top: -32.5px;
		padding-left: 20px;
		padding-right: 20px;
	}


	
	.scroll-container .excerpta{
		display: none!important;
	}

	.page-template-page-services-all .excerpta{
		display: block!important;
	}

	.scroll-container .col-md-3 {
		flex: 0 0 auto; /* Prevents the columns from shrinking */
		width: 300px; /* Adjust the width as necessary for each item */
	}
	.scroll-container .col-lg-3 {
		flex: 0 0 auto; /* Prevents the columns from shrinking */
		width: 300px; /* Adjust the width as necessary for each item */
	}
	.scroll-container .col-lg-4 {
		flex: 0 0 auto; /* Prevents the columns from shrinking */
		width: 300px; /* Adjust the width as necessary for each item */
	}
	.scroll-container .col-md-4 {
		flex: 0 0 auto; /* Prevents the columns from shrinking */
		width: 300px; /* Adjust the width as necessary for each item */
	}

	.topic .minopko{
		display: block;
		margin-bottom: 20px;
		text-align: center;

		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		opacity: 1;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	#full-profile .col-md-4{
		padding-top: 0px;
	}
	#full-profile .obrim{
		position: relative;
	}
	#full-profile .postext{
		padding-bottom: 0;
	}
	#bigtopic-1 h4, #bigtopic-2 h4, #bigtopic-3 h4, #develor-news h4{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}
	.page-template-page-magazine .ntopx{
		margin-top: 32px;
	}
	.archive .excerpta{
		display: none;
	}
	.back-to-mag{
		font-size: 14px!important;
	}
	#banner .topic li, .archive .topic li{
		opacity: 1!important;
	}
	.archive #magko .col-md-3, .single .whitko .col-md-3{
		margin-bottom: 20px;
	}
	#newsletter-purple{
		margin-top: 10px!important;
	}
	.back-to-mag{
		padding: 7px 12px;
	}
	.archive .back-to-mag{
		float: initial;
	}
	.archive .butoncontact2.ntopx{
		display: none;
	}
	.whitko .gh.odtopmz{
		color: #774293;
		font-family: "Century Gothic";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 23.4px */
	}
	.archive .boxikcatko.top1{
		right: 0;
	}
	.archive .row.odtopmc{
		padding-left: 40px;
		padding-right: 40px;
	}
	#banner .topic li, .archive .topic li{
		color: #000;
		text-align: center!important;
		margin-bottom: 20px!important;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	.single .bannerimg {
		min-height: initial;
		padding-bottom: 8vh;
	}
	.single .back-to-category{
		margin-bottom: 30px;
	}
	#case-studies{
		padding-bottom: 0;
	}

	.mcenter{
		text-align: center;
	}
	.single .back-to-category{
		border: 0px;
		text-decoration: initial;
	}
	body.single #banner .bannertext {
		font-size: 12px!important;
	}
	.first-cats-link{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px!important;
		font-style: normal;
		padding: 0!important;
		font-weight: 400;
		line-height: 28.8px; /* 205.714% */
		margin-top: 0!important;
	}
	.servhead,.upcevents{
		color: #000;
		font-family: "Century Gothic";
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 1em;
	}
	.upcevents{
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.newslabel{
		right: 0;
		left: initial;
		top: -28px;
	}
	.upcomming .datum, .white.pas .greyc datum{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 18.2px */
	}
	.padkaa .position-event{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 26px */
	}
	.upcomming .headko{
	color: #774293;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
		min-height: initial;
	line-height: 130%; /* 26px */
}
	.upcomming .partextik, .white.pas .partextik{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.partextik{
		margin-bottom: 70px!important;
	}
	.l-more{
		position: relative;
		right: initial;
		bottom: initial;
		text-align: center;
	}
	.l-more a{
		display: inline-block;
	}
	#newsletter-purple{
		margin-bottom: 0!important;
	}
	.page-template-page-events .headimv,.page-template-page-events .magonhov.minmagko{
		height: 150px!important;
	}
	.scroll-container .datum{
		color: #000;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 15.6px */
		text-align: left;
	}
	.scroll-container .position-event{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	.upcomming .scroll-container .headko{
	color: #774293;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
		text-align: left;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
}
	.event-bigim{
		height: 200px;
	}
	.event-odsun{
		margin-top: 30px;
	}
	.upcomming .scroll-container .headko{
		margin-top: 0px!important;
	}
	.scroll-container .position-event{
		margin-bottom: 10px;
	}
	.upcomming .scroll-container .partextik{
		text-align: left;
		margin-top: 10px;
	}
	.a-more a{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 10.755px; /* 76.821% */
	}
	.scroll-container .headimv{
		position: relative;
	}
	.scroll-container .newslabel{
		top: initial;
		bottom: 0;
	}
	.upcomming{
		padding-bottom: 20px;
	}
	.upcomming .whitbx, .white.pas .greyc{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-page-events .butoncontact2{
		display: inline-flex;
		width: initial;
	}
	.video-image-mobile.bottom-wrapper-event{
		margin-top: 0;
		margin-bottom: 0;
	}
	.single #magazine-detail h2{
		color: #000;
		font-family: "Century Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 18.2px */
		text-align: left;
	}

	.bottom-wrapper-event p{
		color: #000;
		text-align: right;
		font-family: "Century Gothic";
		font-size: 14px!important;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
	}
	.bottom-wrapper-event .box-1{
		margin-bottom: 10px;
	}
	.et-db #et-boc .et-l .et_pb_module p,.et-db #et-boc .et-l .et_pb_module a,.et-db #et-boc .et-l .et_pb_module p strong, .et_pb_module p a{
		color: #000;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
	}

	.et-db #et-boc .et-l .et_pb_module h2{
		color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}

	.bottom-wrapper-event p{
		margin-bottom: 0!important;
	}
	.single #magazine-detail h2{
		margin-top: 0;
	}
	.learn-more-about-products{
			color: #000;
		text-align: center;
		font-family: "Century Gothic";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
		}

		.learn-more-p li{
			text-align: center;
			padding-top: 10px!important;
			padding-bottom: 10px!important;
		}

		.learn-more-p .greyb{
			padding-bottom: 35px;
		}

		.owl-testimonials strong{
			margin-top: 20px;
		}
		.lintex.lintex-1{
			color: #774293;
text-align: center;
font-family: "Century Gothic";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
margin-bottom: 10px!important;
		}
		.lintex{
			margin-top: 30px;
		}
		#follow-us h3{
			max-width: 50%;
			margin: 0 auto;
		}
		#contacts h2{
			margin-top: 50px;
		}
		.page-template-page-contact #banner .bannerimg{
			padding-top: 20px;
			padding-bottom: 50px;
		}

}

@media screen and (max-width: 480px){
	#contact img{
		        margin-top: 20px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 40px;
        width: 52px;
	}
}

.owl-first.owl-theme .owl-dots.disabled, .owl-two.owl-theme .owl-dots.disabled, .owl-three.owl-theme .owl-dots.disabled{
	display: none!important;
}
.fancybox-container{
	z-index: 9999999999999999999999999999999999!important;
}



.purptext.newpurp{
	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
}
body{
	margin-top: 76px!important;
}
.border-button-32 .butoncontact{
	position: relative;
	top: 0;
}
.odtpo{
	margin-top: 80px;
}


@media screen and (max-width: 767px){
	.owl-fourth .owl-item img{
		height: initial;
	}
}
.search-box-wrapper-purple, .search-box-wrapper-green{
	height: calc(100vh - 106px);
}
.solut{
	height: 40vh!important;
}
@media screen and (max-width: 1300px){
	.solut{
		height: 35vh!important;
	}	
}
@media screen and (max-width: 992px){
	body .mag .butoncontact, .butoncontact.purplebut.hovpurp{
		    width: calc(100% - 140px) !important;
	}
}
.forbtopic.top2,.cat-search,.forbtopic.other,.forbtopic.top1,.forbtopic.top3{
	display: none!important;
}
body .mag .butoncontact,.butoncontact.purplebut.hovpurp{
	margin-bottom: 0!important;
	bottom: 30px!important;
	position: absolute;
	top: initial!important;
}
#profesionals .owl-prev,#profesionals .owl-next{
	display: block!important;
}

#profesionals .owl-prev{
	left: -70px;
    right: initial;
    top: 20%;
}
#profesionals .owl-next img, #profesionals .owl-prev img,.owl-fourth .owl-next img, .owl-fourth .owl-prev img{
	    filter: invert(1);
}
.owl-topics.owl-carousel .owl-nav button.owl-next,.owl-topics.owl-carousel .owl-nav button.owl-prev{
	opacity: 1;
}
.owl-topics.owl-carousel .owl-nav button.owl-next, .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 145px;
}
.owl-sixth .owl-nav{
	display: block!important;
}
.owl-sixth{
	padding-left: 0!important;
}
.owl-sixth .owl-nav img{
	filter: invert(1);
}
.magazineclick.activeit{
	background: #774293!important;
	color: white!important;
}
.bottomal{
	margin-top: 15px;
}
@media screen and (min-width: 992px){
	#wys,#magazine-detail{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}
#profesionals .owl-next{
	right: -60px;
    left: initial;
    top: 20%;
}

.page-template-page-services-1 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-1 .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 130px;
}
.page-template-page-services-2 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-2 .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 130px;
}
.page-template-page-services-3 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-3 .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 130px;
}
.page-template-page-services-all .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-all .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 130px;
}
.page-template-page-services-other .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-other .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 130px;
}


.page-template-page-services-1 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-2 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-3 .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-other .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-services-all .owl-topics.owl-carousel .owl-nav button.owl-next{
	left: initial;
	right: -40px;
}


.page-template-page-services-1 .owl-topics.owl-carousel .owl-nav button.owl-prev,.page-template-page-services-2 .owl-topics.owl-carousel .owl-nav button.owl-prev,.page-template-page-services-3 .owl-topics.owl-carousel .owl-nav button.owl-prev,.page-template-page-services-other .owl-topics.owl-carousel .owl-nav button.owl-prev,.page-template-page-services-all .owl-topics.owl-carousel .owl-nav button.owl-prev{
	left: -60px;
	right: initial;
}
.topic-hide.theactive{
	margin-top: 0!important;
}


.page-template-page-services-1 .owl-topics .owl-stage-outer,.page-template-page-services-2 .owl-topics .owl-stage-outer,.page-template-page-services-3 .owl-topics .owl-stage-outer, .page-template-page-services-other .owl-topics .owl-stage-outer,.page-template-page-services-all .owl-topics .owl-stage-outer{
	max-width: 100%!important;
}

.page-template-page-services-1 .owl-topics ,.page-template-page-services-2 .owl-topics,.page-template-page-services-3 .owl-topics , .page-template-page-services-other .owl-topics,.page-template-page-services-all .owl-topics{
	max-width: 100%!important;
	margin: 0 auto!important;
	left: 0;
	right: 0;
	padding-left: 5%;
	padding-right: 5%;
}
.et-db #et-boc .et-l .et_pb_module p strong, .et_pb_module p a, .et-db #et-boc .et-l .et_pb_module p, .et-db #et-boc .et-l .et_pb_module a{
	color: black!important;
}
.et-db #et-boc .et-l .et_pb_module h2{
	margin-top: 30px!important;
}
@media screen and (max-width: 700px){
	.page-template-page-services-1 .owl-topics.owl-carousel .owl-nav button.owl-prev, .page-template-page-services-2 .owl-topics.owl-carousel .owl-nav button.owl-prev, .page-template-page-services-3 .owl-topics.owl-carousel .owl-nav button.owl-prev, .page-template-page-services-other .owl-topics.owl-carousel .owl-nav button.owl-prev, .page-template-page-services-all .owl-topics.owl-carousel .owl-nav button.owl-prev{
		left: -50px;
	}
}
@media screen and (max-width: 1300px){
	header .container-fluid{
		max-width: 100%;
	}
}
@media screen and (max-width: 1170px){
	.menuul{
		display: none;
	}
}
@media screen and (max-width: 767px){
	#expert-section .subheadline{
		margin-top: 0!important;
	}

	.expert-section-purple{
		padding-top: 40px;
	}
	.et-db #et-boc .et-l .et_pb_module h2{
		font-size: 20px!important;
		margin-top: 15px!important;
		margin-bottom: 15px!important;
	}
	.et-db #et-boc .et-l .et_pb_module h3{
		font-size: 18px!important;
	}
	.et-db #et-boc .et-l .et_pb_module li{
		font-size: 12px!important;
	}
	.bottom-wrapper-event .col-md-4{
		padding-right: 15px!important;
	}
	.bottom-wrapper-event{
		margin-top: 32px!important;
	}


	#magazine-detail .downpar{
		margin-top: 0!important;
	}
	.et-boc .et_pb_section:nth-child(1){
		padding-top: 0!important;
	}
	body.single #banner .bannertext{
		margin-bottom: 0;
	}
}
.restable td a, .restable td{
	color: black;
}
.single table td,.single table td:nth-child(1){
	border: 0!important;
	font-weight: 400;
}
.restable{
	border: 0!important;
}

section#banner.noover{
	z-index: 9999999999999999999!important;
}
header{
	z-index: 999999999999999999999999999999999!important;
}

.emko,table.tabko{
	border: initial!important;
}
.page-template-page-services-all .odt{
	padding-bottom: 0;
}
.page-template-page-services-all #newsletter{
	margin-top: 50px;
}
.upcomming{
	padding-bottom: 0;
}
#menu-menu-footer .bottom p a{
	font-weight: 700!important;


	color: #000!important;
font-family: "Century Gothic";

font-style: normal;
font-weight: 700;
line-height: 130%;
}


.archive .border-button:hover::before{
	display: none!important;
}
.upcomming{
	padding-bottom: 15px;
}
body.page-template-mage-magazine .fixmenu{
	display: none!important;
}


.page-template-page-magazine .fixmenu{
	display: none!important;
}
body.page-template-page-magazine #banner .topic li a:hover{
	font-weight: 700;
}
.whiteul li:hover{
	opacity: 1;
	font-weight: 700;

}
.page-template-page-magazine .greyb{
	z-index: 1;
	position: relative;
}


@media screen and (max-height: 850px) and (min-width: 700px) {
	.owl-three .bannerimg, .owl-two .bannerimg {
    	height: calc(43vh - 57.5px);
	}
	.owl-first .bannerimg {
    	height: calc(88vh - 115px);
	}
}



@media screen and (max-height: 850px) and (min-width: 768px) {
	.owl-three .bannerimg, .owl-two .bannerimg {
    	height: calc(39vh - 57.5px);
	}
	.owl-two .bannerimg, .owl-three .bannerimg{
		padding-bottom: 30px;
	}
	.owl-first .bannerimg {
    	height: calc(80vh - 115px);
	}

	.owl-first .bannerhead{
		    line-height: 53.8px;
	}
}




.rigtmenu .nomargpad li:nth-last-child(1) img{
	width: 26px!important;
}
footer .nomargpad li:nth-last-child(1) img{
	width: 34px;
}
.page-template-page-reports #banko .greyb{
	z-index: 1;
	position: relative;
}

.single .border-button:hover::before{
	display: none;
}
.back-to-category{
	text-decoration: none;
}



.hidden .number1{
	color: #8DC63F;
}




.back-to-category{
	text-decoration: none!important;
}
.toleftalign{
	text-align: left!important;
}
.item3{
	width: 53px;
}
.labwhite label{
	color: white!important;
}


@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .searcharticles {
        top: 0;
    }
}

@media screen and (min-width: 1171px){
	.artss{
		width: 230px;
	    position: relative;
	    display: inline-block;
	}
	.searcharticles{
		margin-top: -5px;
	}
}
@media screen and (min-width: 767px){
	.intheworld{
		background-size: 800px auto;
    	background-position: top right;
	}
	.ev-detail{
		padding-bottom: 30px;
	}
}	



.guestbord{
	border: 2px solid #7D4685;
}


.m-top-400{
	margin-top: 40px;
}
.m-top-400{
	padding-top: 70px;
}
.ev-detail ul{
	margin-left: 0;
	padding-left: 0;
}
.ev-detail li{
	
}
.owl-third .owl-stage{
	display: flex;
    align-items: flex-end; /* Align items to the bottom */
}
.owl-sixth .owl-stage{
	display: flex;
    align-items: flex-end; /* Align items to the bottom */
}
.close-pop{
	cursor: pointer;
}


@media screen and (max-width: 767px){
	.owl-topics .item{
		margin: 10px;
	}
	.toleftalign{
		text-align: center!important;
	}
	#primary-menu li{
		text-align: center;
	}
	.owl-third{
		margin-bottom: 20px;
	}
	.owl-topics.owl-carousel .owl-nav button.owl-next, .owl-topics.owl-carousel .owl-nav button.owl-prev{
		bottom: 130px;
	}
	.owl-topics.owl-carousel .owl-nav button.owl-prev{
		right: initial;
		left: 0;
	}
	.rigtmenu ul li{
		margin-bottom: 20px;
	}
	.rigtmenu ul li a{
		color: #000;
		text-align: right;
		font-family: "Century Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
	}
	.page-template-page-report #banner .bannertext{
		font-size: 14px!important;
	}

	.download-report-id{
		margin-top: 15px;
	}
	.par-info{
		margin-bottom: 0!important;
	}
	.mobpos{
		margin-top: 40px;
	}
	.page-template-page-report #content .owl-carousel p{
		max-width: 90%;
		margin: 0 auto;
	}
	.page-template-page-contact .odtpn{
		margin-top: 10px;
	}
	#contact .wpcf7-acceptance label{
		margin-bottom: 0;
	}
	.page-template-page-contact .wpcf7-acceptance{
		margin-bottom: 0!important;
	}
	.form-actions{
		margin-top: 30px;
	}
	.icck.item3 img,.icck.item3{
		width: 60px!important;
	
	}
	div.box-info{
		min-height: initial;
	}

	.no-m-top{
		margin-top: 0!important;
	}
	#proven.mobileimage{
		background-image: url('./profs-mobile2.svg')!important;
		background-size: contain!important;
		background-position: center 17px !important;
		background-repeat: no-repeat!important;
		padding-top: 90px;
	}
	.page-template-page-contact #contact input[type='checkbox']{
		padding-right: 0!important;
	}
	.page-template-page-contact .wpcf7-submit-div{
		margin-bottom: 15px;
	}
	.page-template-page-partner #magazine-detail a{
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.page-template-page-partner #magazine-detail{
		margin-top: 40px;
	}
	.flex-item-carousel{
		padding-top: 40px!important;
	}
	.new-contact-form input, .new-contact-form select{
		font-size: 12px;
	}
	.nblock{
		margin-bottom: 20px;
	}
	#newsletter-purple img{
		max-width: 35%;
	}
	#contact span.wpcf7-acceptance span{
		position: relative;
		top: -3px;
	}
	#contact .wpcf7-acceptance label{
		line-height: 1;
	}
	.page-template-page-contact .newsletter-block img{
		display: inline-block;
	}
	.page-template-page-contact #newsletter{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.page-template-page-contact #newsletter .wpcf7-acceptance{
		margin-bottom: 0!important;
	}
	.lkoimage {
        background-image: url(./lko2.svg) !important;
        background-size: 70px 75px;
        background-position: calc(100% - 30px) 0 !important;
        background-repeat: no-repeat !important;
        /* padding-top: 90px; */
        padding-bottom: 50px;
        margin-top: 0;
        padding-top: 100px;
    }
    .nomargpad li{
    	display: block;
    }
    .magazineclick{
    	width: 100%;
    position: relative;
    display: inline-block;
    text-align: center!important;
    }
    .download-report.download-events{
    	text-align: center;
    }
    .download-report{
    	text-align: center!important;
    }
    .contact-us{
    	display: block;
    	position: relative;
    }
    .contact-us span{
    	display: block;
    	font-size: 14px;
    	text-align: center;
    }
    .mensipad{
    	margin-bottom: 10px!important;
    }
    .mensipad a{
    	font-size: 14px!important;
    }
    .magazineclick{
    	height: 41px;
    }
    .new-position{
    	    position: fixed;
    top: 0;
    right: 0;
    left: initial;
    }
    #primary-menu {
    	margin-top: 60px;
    }
        .center.botko {
        position: fixed;
        top: initial;
        bottom: 0;
        right: 0;
        left: initial;
    }

    .new-position{
    	width: 60px;
    }
    .center.botko{
    	        position: fixed;
        top: initial;
        bottom: 22vh;
        right: 0;
        left: initial;
    }
   
}


.wpcf7-acceptance label{
	margin-bottom: 5px;
}
.current_page_item a{
	color: #82498A!important;
}
@media screen and (min-width: 767px){
	.rigtmenu ul li.mensipad{
		display: none!important;
	}
}
.page-template-page-events .opacover:hover .a-more a{
	text-decoration: underline!important;
}
.page-template-page-events .whitbx:hover .a-more a{
	text-decoration: underline!important;
}

#wpadminbar{
	top: initial!important;
}
.martop{
	margin-top: 15px;
}


.wpcf7-not-valid-tip {
    color: #774293!important;
    font-size: 0.8em;
    font-weight: 700 !important;
    font-weight: normal;
    display: block;
}


.cf7-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 300px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.cf7-popup.show {
    display: block;
}

.cf7-popup-content {
    position: relative;
    padding: 20px;
}

.cf7-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.cf7-popup-ok {
    margin-top: 15px;
    padding: 8px 15px;
    border: none;
    background: #0073e6;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.cf7-popup-ok:hover {
    background: #005bb5;
}


#cf7-popup{
	border-radius: 0;
    border: 0;
    min-width: 600px;
}

.cf7-popup-content {
    position: relative;
    padding: 20%;
}
#cf7-popup-message{
	margin-bottom: 0;
	    border: 0;
    border-radius: 0;
}

#cf7-popup-message{
	margin-bottom: 0;
    color: #000;
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cf7-popup-close {
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 35px;
    cursor: pointer;
    color: black;
}
.cf7-popup-content {
    position: relative;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#cf7-popup{
	width: 600px;

	border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .85);

}
.cf7-popup-ok{
	display: none;
}

@media screen and (max-width: 767px){
	#cf7-popup {
	    width: calc(100% - 100px);
	    min-width: calc(100% - 100px);
	    border: 0;
	    border-radius: 0;
	    background-color: rgba(255, 255, 255, .65);
	}
}

.wpcf7-list-item label{
	display: flex;
	gap: 8px;
	align-items: baseline;

}

.new-contact-form input[type="checkbox"]{
	margin-bottom: 0;
	top: 0;
        margin-top: 0;
        margin-right: 0;
}


@media screen and (min-width: 767px){
.page-template-page-contact .checkbox-container{
	justify-content:space-evenly;
}
/* Make the main checkbox container a flex column */
.checkbox-container {
    display: flex
;
        flex-direction: row;
        gap: 12px;
        justify-content: center;
        align-items: center;
}

/* Ensure each checkbox wrapper uses flex */
.checkbox-container .wpcf7-form-control-wrap {
    display: flex;
    align-items: flex-start; /* Align checkbox with text */
}

/* Align checkbox and text properly */
.checkbox-container .wpcf7-list-item {
    display: flex;
    align-items: flex-start; /* Align checkbox with text */
    gap: 8px; /* Space between checkbox and text */
}

/* Ensure checkbox aligns properly */
.checkbox-container .wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px; /* Slight adjustment to align with text */
}

/* Ensure label text wraps correctly */
.checkbox-container .wpcf7-list-item-label {
    display: inline-block;
    max-width: 600px; /* Adjust width as needed */
}
}


.page-template-page-services-1 #contact input[type='submit'],.page-template-page-services-2 #contact input[type='submit'],.page-template-page-services-3 #contact input[type='submit'],.page-template-page-services-all #contact input[type='submit'],.page-template-page-services-other #contact input[type='submit']{
	padding-right: 20px!important;
}
.before-show span{
	font-family: "Century Gothic";
}


#newsletter .nblock{
	margin-bottom: 25px;
}
#newsletter .pblock{
	margin-bottom: 40px;
}

.new-box-item img{
	margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width: 767px){
	.line .figuretext{
		margin-right: 15px;
	}
	.hidden .nametext{
		display: inline-flex;
	}
	.final-image::before{
		content: "";
     width: 88%;
        height: 88%;
    background-image: url('./or2.svg');
    background-repeat: no-repeat;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    /* background-position: center center; */
    top: -607px;
    background-position: center;
	}
	.page-template-page-events .servhead.eventhead.evh.mt-40{
		margin-top: 40px!important;
	}
	.page-template-page-magazine #develor-news{
		margin-bottom: 0!important;
	}
	.page-template-page-magazine #bigtopic-1 h4,.page-template-page-magazine #bigtopic-2 h4,.page-template-page-magazine #bigtopic-3 h4,.page-template-page-magazine #develor-news h4{
		margin-bottom: 20px;
	}
	.page-template-page-events .butoncontact2, .page-template-page-magazine .ntopx{
		display: none!important;
	}
	.page-template-page-events .hidthis{
		display: block!important;
	}
	.page-template-page-events .pas{
		padding-top: 20px;
	}
	.back-to-mag{
		margin-bottom: 40px;
	}
	.page-template-page-services-all .more-buttons-links{
		display: none;
	}
	.page-template-page-services-all .learnhead{
		margin-bottom: 15px!important;
	}
	.intheworld.ondeskt.no-m-top{
		
		        padding-bottom: 500px;
	}
	.page-template-page-homepage .owl-topics .owl-nav{
		display: none!important;
	}
	.owl-topics img{
		position: relative;
		top: 0px;
	}
	 .peop-prof{
        height: 35px;
       
        font-size: 16px;
    }
    .backwrapper2 a{
    	font-size: 16px;
    	 padding: 6px 16px;
    }
}
@media screen and (max-width: 400px){
	.backwrapper2 p{
		font-size: 10px;
	}
	.backwrapper2 h3{
		font-size: 16px;
	}

}
@media screen and (max-width: 380px){
	.owl-topics .box-head h3.box-title{
		font-size: 15px;
	}
	.owl-topics .box-head .whitecolor,.owl-topics .box-head .blackcolor{
		font-size: 10px;
	}
}


@media screen and (min-width: 2560px){
	.bannerimg{
    	height: calc(54.5vh - 115px);
	}
	.owl-three .bannerimg, .owl-two .bannerimg{

	}
	.owl-three .bannerimg, .owl-two .bannerimg {
    	height: calc(25.5vh - 57.5px);
	}
}
.owl-three .bannerimg .container,.owl-two .bannerimg .container{
	align-self: center;
}
.owl-two .bannerimg, .owl-three .bannerimg{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.owl-two .owl-dots, .owl-three .owl-dots{
	bottom: 45px;

}

@media screen and (max-width: 767px){
	.owl-two .bannerimg, .owl-three .bannerimg{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.owl-first .bannerimg{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
}

.page-template-page-homepage .owl-topics .owl-nav {
    position: absolute;
    top: 52.5%;
    width: 100%;
    height: 0;
    transform: translateY(-50%);
}

.page-template-page-homepage .owl-topics.owl-carousel .owl-nav button.owl-next,.page-template-page-homepage .owl-topics.owl-carousel .owl-nav button.owl-prev{
	bottom: 0;
	top: initial;
}

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

	.navbar .onmob .menuul,.navbar .onmob{
	display: block;
}
.navbar .onmob .menuul li:nth-child(2){
	display: none!important;
}


.navbar .onmob .menuul .articleclick{
	background: initial;
	padding: 0;
}
.navbar .onmob .menuul li{
	padding-right: 0;
}
.navbar .onmob .magni{
	        width: 39px;
        position: relative;
        top: -2px;
}
.search.onmob{
	display: block;
}

	.search-box-wrapper-purple{
		padding-top: 20px;
	}
	.search-box-wrapper-purple, .search-box-wrapper-green{
		height: 48vh;
	}
	.mag .padleft{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.mag .padright{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.search-box-wrapper-purple,.search-box-wrapper-green{
		overflow: hidden;
	}
	.mag.article{
		padding-bottom: 0!important;
	}
	.search-box-wrapper-purple{
		text-align: center;
	}
	.search-box-wrapper-green{
		text-align: center;
	}
	.mag .headmag{
		margin-bottom: 0!important;
	}
	    .solut {
        max-height: 17vh !important;
        margin-bottom: 0;
        height: initial !important;
    }

    body .mag .butoncontact, .butoncontact.purplebut.hovpurp {
    margin-bottom: 0 !important;
    bottom: 30px !important;
    position: relative;
    top: initial !important;
    top: 0 !important;
    bottom: 0 !important;
    display: inline;

    display: inline-flex;
height: 33.75px;
padding: 2px 12px;
justify-content: center;
align-items: center;
gap: 12px;
flex-shrink: 0;

color: #000;
font-family: "Century Gothic";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28.8px; /* 205.714% */
width: initial!important;
}
.search-box-wrapper-green{
	padding-top: 30px;
}
.mag .padleft{
	margin-top: 20px;
}
.search-box-wrapper-green .solut li{
	margin-bottom: 40px;
	margin-top: 40px;
}
body .mag .butoncontact, .butoncontact.purplebut.hovpurp{
	margin-top: 15px!important;
}
.mag .headmag{
	font-size: 28px;
}
.mag .phoneicon,.mag .mailicon{
	top: 0;
	left: 0;
	margin-right: 0;
}
}

.owl-testimonials .owl-dots .owl-dot.active span, .owl-testimonials .owl-dots .owl-dot:hover span{
	background: #82498A!important;
}
.et-db #et-boc .et-l ul.et_pb_social_media_follow .et_pb_social_icon a.icon{
	text-decoration: none!important;
}
.et_pb_social_icon::before{
	display: none!important;
}
.single-post blockquote{
	    margin-top: 30px;
    margin-bottom: 30px;
}

.whiteulxc .noclickk{
	padding-top: 0!important;
	padding-bottom: 0!important;

	
}
.noclickk a{
	padding-top: 24px!important;
	padding-bottom: 24px!important;
	width: 100%!important;
	display: inline-block!important;
}

#newsletter-purple,#follow-us{
	background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	background-color: initial!important;
	
}
#newsletter-purple.green-newsl,#download-ebook,#newsletter.green{
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat;
	background-color: initial!important;
}
.wpcf7-form .form-group{
	margin-bottom: 0;
}
.wpcf7-form label{
	margin-bottom: 25px;
	margin-top: 0;
}

@media screen and (max-width: 567px){
	.wpcf7-form label{
		margin-bottom: 15px;
	}
	.wpcf7-form label{
		font-size: 14px;
	}
	.whiteulxc li a{
		font-size: 16px;
		color: black!important;
	}
}
@media screen and (max-width: 767px){
	.nomargpad li{
		display: inline-block;
	}
	.nomargpad li img{
		width: 44px;
		height: 44px;
		margin-left: 16px;
		margin-right: 16px;
	}
	footer .nomargpad li:nth-last-child(1) img{
		width: 38px;
	}
	.text-container{
		flex-direction: column-reverse;
		max-width: 60%;
	}

}
@media screen and (max-width: 767px){
	.text-container{
		max-width: 70%;
	}
	#proven.mobileimage{
		background-size: 85%!important;
	}
	.hiditontog{
		display: none!important;
	}
	.rigtmenu ul li a:hover{
		color: black!important;
	}
	.new-position li{
		margin-top: 20px!important;
	}
	.center.botko.new-position{
		right: 13px;
		bottom: 15vh;
	}
	.rigtmenu ul li a{
		font-size: 16px;
	}
	.contact-content .inner-content-box{
		padding-top: 0;
	}
	.contact-content .interested, .contact-content .black-interested{
		display: none!important;
	}
	.contact-content .inner-content-box{
		padding: 20px!important;
	}
	.contact-content{
		padding-top: 300px!important;
	}
	.close-pop{
		z-index: 99999999!important;
		width: 13px;
		height: 13px;
		top: -4px;
	}
	.leftimk .obrim{
		height: 350px;
	}
	#expertise{
		padding-left: 15px;
		background: #844C8C!important;
	}
	#expertise .col-md-6{
		background: #844C8C!important;
	}
	#expertise{
		margin-top: 10px;

	}


	.ob{
		margin-bottom: 30px;
	}
	#experience{
		padding-top: 30px;
	}
	#experience table{
		margin-top: 0;
	}
	#expertise,#education{
		margin-right: 15px;
		margin-left: 15px;
		background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	}
	#form-act{
		margin-bottom: 30px;
	}
	#newsletter{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single .rigtmenu ul li{
		list-style-type: none;
	}
	.page-template-page-events #banner .bannerimg{
		padding-bottom: 30px;
		padding-top: 40px;
	}
	#education{
		background: #844C8C!important;
		margin-top: 30px;
		background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat;
	}
	.closebar{
		display: none!important;
	}
	#expert-section h2{
		margin-top: 20px;
	}
	#guest-section h3{
		margin-top: 20px;
	}
	#download-ebook{
		padding-top: 25px!important;
	}
	#download-ebook{
		padding-bottom: 0!important;
	}
	.col-md-6.expert-section-purple .col-md-5 img{
		max-width: 60%;
		margin: 0 auto;
	}
	#download-ebook p{
		font-size: 14px;
		font-weight: 400;
	}
	.page-template-page-testimonials #proven .headexpr{
		margin-top: 50px;
	}
	.page-template-page-testimonials #proven .m-full-w .row{
		padding-top: 0;
	}
	.lat-artic{
		margin-top: 0;
	}
	.page-template-page-magazine .npdb .col-md-7,.page-template-page-reports .npdb .col-md-7{
		padding-left: 15px!important;
	}
	.page-template-page-magazine .npdb .col-md-5,.page-template-page-reports .npdb .col-md-5{
		padding-right: 15px!important;
	}
	.catkod{
		right: 0!important;
		left: initial!important;
		top: -40px!important;
		background: #774293!important;
	}
	.page-template-page-reports .catkod{
		background: #8DC63F!important;
	}
	.page-template-page-reports .lat-artic{
		margin-top: 30px;
	}
	#contact input[type='checkbox']{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.new-contact-form input[type="checkbox"]{
		height: 12px!important;
		width: 12px!important;
	}
	.page-template-page-services-all .ntopx.butoncontact2, .page-template-page-services-other .ntopx.butoncontact2, .page-template-page-services-1 .ntopx.butoncontact2, .page-template-page-services-2 .ntopx.butoncontact2, .page-template-page-services-3 .ntopx.butoncontact2, .single-big-topics .purpmore{
		line-height: 39px!important;
		margin-bottom: 30px;
	}
	#insights .rowfir:nth-child(1){
		margin-top: 0!important;
	}
	.topic-hide{
		top: 115px;
	}
	.servfirst.toggleserv.isopened svg{
		transform: rotate(180deg);
	}
	.owl-topics .owl-nav{
		display: none!important;
	}
	.page-template-page-services-1 #banner .bannerimg, .page-template-page-services-2 #banner .bannerimg, .page-template-page-services-3 #banner .bannerimg, .page-template-page-services-other #banner .bannerimg, .page-template-page-services-all #banner .bannerimg{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.phoneicon{
		width: auto;
		height: 70px;
	}
	 .search-box-wrapper-green {
	 	height: 65vh;
	 }
	 .wpcf7-submit-div{
	 	margin-top: 15px;
	 	margin-bottom: 10px;
	 }
	 .new-contact-form .wpcf7-list-item-label {
	    
	    font-size: 12px;
	   
	    line-height: 19.5px;
	   
	    top: -2px;
	}
	
	.page-template-page-contact .center-send-wrapper::before{
		top: 28px;
	}
	 #newsletter-purple img{
	 	width: auto;
	 	height: 175px;
	 }
	.mailicon{
		width: auto;
		height: 70px;
	}
	.page-template-page-reports #magko{
		margin-top: 0!important;
		padding-top: 20px;
	}
	.page-template-page-reports  .odtopmc{
		margin-top: 0!important;
	}
	#magko{
		padding-bottom: 0;
	}
	.video-image-mobile .active{
		font-weight: 700;
	}
	.col-md-3 .boxikcatko{
		right: 0;
	}
	.single img.alignleft{
		float: initial;
		clear: both;
		width: 100%;
	}

}

.single .category-upcomming-events .bannerimg::after,.owl-partner .owl-item,.search-box-wrapper-purple{
		background: url('./develor-purple.jpg') lightgray 50% / cover no-repeat!important;
	}
.search-box-wrapper-green{
	background: url('./develor-green.jpg') lightgray 50% / cover no-repeat!important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	    width: 30px;
	    height: 3px;
}
.navbar-toggler {
	padding-right: 0;
	padding-right: 0;
}

.hiddenr{
		display: none;
	}

	.page-template-page-contact #contact input[type="text"],.page-template-page-contact #contact input[type="tel"],.page-template-page-contact #contact input[type="email"],.page-template-page-contact #contact select,.page-template-page-contact #contact textarea{
		background: #EFEFEF;
	}
	.mailicon, .phoneicon{
		width: auto!important;
	}


	.search-box-wrapper-green .solut li{
		margin-top: 30px;
		margin-bottom: 30px;
	}

#profesionals .owl-prev{
	opacity: 1;
}

.mobilefilter{
	display: none;
}
.close-filt{
	display: none;
}


@media screen and (max-width: 767px){
	.mobilefilter{
		display: block;
		text-align: center;
	}
	.togglefiltermenu-active .close-filt{
		display: inline-block;
	}
	.togglefiltermenu-active .open-filt{
		display: none;
	}
	.services-content .col-md-9{
	display: none;
}
.services-content .greyb{
	height: 190px!important;
}

	.services-content .whiteulxc li{
		text-align: center;

		color: #000;
text-align: center;
font-family: "Century Gothic";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */

	}
	.mobilefilter{
		color: #000;
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.8px; /* 144% */
	}

}

.video-image-desktop{
	background-size: contain;
	background-repeat: no-repeat;
}


@media screen and (max-width: 767px){
	.search-box-wrapper-purple{
		min-height: 48vh;
		height: auto;
		padding-bottom: 50px;
	}
	.page-template-page-magazine #magko{
		margin-bottom: 40px;
	}
	.rigtmenu{
		overflow: scroll;
		padding-bottom: 100px;
	}
	.rigtmenu.headerr{
		padding-left: 60px!important;
	}
}

@media screen and (min-width: 767px){
	.headerr.rigtmenu .nomargpad li:nth-last-child(1) img{
	margin-right: 0!important;
}
.headerr.rigtmenu .nomargpad{
	text-align: right;
}

}



.new-contact-form input[type='submit']{
	background: white!important;
	color: black!important;
}


.wpcf7-submit-div::before{
	border: 2px solid black;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: -8px;
    bottom: -8px;
    cursor: pointer;
    z-index: -1;
}


.page-template-page-about-us #newsletter-purple a{
	background: white;
	color: black;
}

#contact-form .wpcf7-submit-div::before{
	display: none;
}
#contact-form .wpcf7-submit-div:hover::before{
	display: block;
}


#newsletter-purple a{
	height: 52px;
	line-height: 1.5em;
}


.contact-content .formcont input[type="submit"],#contact input[type='submit']{
	background-color: #EFEFEF!important;
	color: black!important;
	box-shadow: initial;
	padding-left: 16px!important;
	padding-top: 16px!important;
	padding-bottom: 16px!important;
	padding-right: 16px!important;
}


#contact input[type='submit']::before{
	border: 2px solid black;
    content: "";
    width: 100%;
    position: absolute;
    height: 85% !important;
    display: block;
    left: -8px !important;
    bottom: -8px !important;
    z-index: -1;
}
#contact-form .wpcf7-submit-div::before{
    border: 2px solid black;
    content: "";
    width: 100%;
    position: absolute;
    height: 85%!important;
    display: block;
    
    left: -8px!important;
    bottom: -8px!important;
    z-index: -1;
}
#newsletter-purple a:hover::before{
	left: -8px;
	bottom: -8px;
}
@media screen and (max-width: 1100px){
	#newsletter-purple a{
		height: 52px;
    line-height: 2em;
	}
}

.newsletter-purple .order-md-2{
	align-self: center;
}



.download-report{
	padding-top: 6.6px!important;
    padding-bottom: 6.6px!important;
    top: -2px!important;
}
.center-send-wrapper::before{
	display: none!important;
}
#contact input[type='submit']{
	font-size: 16px;
}
#contact input[type='submit']{
	height: 48px;
	line-height: 12.8px;
}
.wpcf7-submit-div::before,.wpcf7-submit-div:hover::before{
	width: 85%;
	height: 85%;
}
@media screen and (max-width: 1800px){
	#contact .wpcf7-submit-div::before{
		width: 100%;
    	height: 80%;
	}
}
#newsletter-purple .order-md-2{
	align-self: center;
}


@media screen and (max-width: 567px){
	#contact-form .wpcf7-submit-div{
		margin-top: 0!important;
		margin-bottom: 30px!important;
	}
	#contact-form .contact-content .formcont .wpcf7-list-item-label{
		font-size: 14px;
	}
	.border-button:hover::before, .peop-prof:hover::before, .serlookfor:hover::before, .contact-content .formcont input[type="submit"]:hover::before, .downhref3:hover::before, .butoncontact:hover::before, .man-link:hover::before, .new-contact-form input[type="submit"]:hover::before, #newsletter-purple a:hover::before, .download-report:hover::before, .contact-us:hover::before, .thegreen:hover::before, .new-contact-form input[type="submit"]:hover::before, #magazine-section a:hover::after{
		display: none;
	}
	footer .bottom{
		left: 0;
		right: 0;
	}
	.page-template-page-events .butoncontact2,.page-template-page-magazine .ntopx{
		height: 52px;
		line-height: 26px!important;
		padding:12px 20px;
	}
	.acord h1{
		font-size: 20px;
	}
	.arkodow{
		top: 22px;
	}
	.page-template-page-report .newsletter-block h2{
		margin-top: 40px;
	}
	#download-ebook p{
		margin-bottom: 40px;
	}
	.quotes-mobile{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.wpcf7-submit-div{
		margin-bottom: 30px;
	}
}
#magazine-detail a, #magazine-detail a strong{text-decoration: underline!important;}
@media screen and (min-width: 1199px){
	.scalit{
		scale: 1.5;
	}
	.guestbord {
    border: 2px solid #7D4685!important;
    height: 200px;
    object-fit: cover;
}
}
@media screen and (max-width: 767px){
	.guestbord {
		margin-top: 30px;
		width: 100%!important;
	}
	.page-template-page-magazine .ntopx{
		display: none!important;
	}
	.page-template-page-magazine .hidthis{
		display: block!important;
	}
	.develors .col-md-12{
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

@media screen and (max-width: 567px){
	.page-template-page-about-us #develorians {
		max-height: 327px!important;
	}
	.nopadleftright{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.minsize{
		height: 314.35px!important;
		width: auto!important;
		object-position: center center;
		margin: 0 auto;
	}

}

.page-template-page-partner .new-contact-form input[type='submit']{
	padding-right: 17px!important;
}
#magazine-detail a.down-main
{
	text-decoration: none!important;
}
@media screen and (max-width:767px){
	.wpcf7-submit-div::before, .wpcf7-submit-div:hover::before{
		width: 100%;
		height: 100%;
	}
	.page-template-page-services-all .hidserv,.page-template-page-reports .hidserv{
		display: block;
	}
	.page-template-page-reports .more-buttons-links{
		display: none!important;
	}
	.learn-more-p .greyb:hover,.maga .greyb:hover{
		background: #F5F5F5!important;
	}
	#what .headexpr{
		font-size: 36px!important;
	}
	.howgh .greyb:hover .gh{
		color: #774293!important;
	}
	.maga .greyb:hover span{
		color: #848484!important;
	}
	.owl-third .backwrapper2{
		display: none!important;
	}
	.owl-third .backwrapper3{
		display: block!important;
	}

	.owl-sixth .backwrapper2{
		display: none!important;
	}
	.owl-sixth .backwrapper3{
		display: block!important;
	}
	    .lat-artic {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #000;
        font-family: "Century Gothic";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45.8px;
        margin-bottom: 20px !important;
    }
	.owl-sixth .backwrapper2 a.nohovik2{

		    color: #FFF;
		    font-family: "Century Gothic";
		    font-size: 26px;
		    font-style: normal;
		    font-weight: 700;
		    text-align: center;
		    line-height: 28.8px;
		    background: transparent;

	}

	.owl-sixth .backwrapper2 a.nohovik2 h3{
		color: white!important;
		line-height: 20px;
	}

	.owl-sixth .backwrapper2 a.emailclovek{

		    color: #FFF;
		    font-family: "Century Gothic";
		    font-size: 12px;
		    font-style: normal;
		    font-weight: 700;
		    text-align: center;
		    line-height: 28.8px;
		    background: transparent;

	}

	.owl-sixth .backwrapper2 p{
		font-size: 11px!important;
		width: 100%;
	}
	.owl-sixth .location{
		border-color: white!important;
	}

.owl-third .owl-item:nth-child(4) .backwrapper2 h3,.owl-third .owl-item:nth-child(4) .backwrapper2 p,.owl-sixth .owl-item:nth-child(4) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(4) .backwrapper2 p,.owl-sixth .owl-item:nth-child(4) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(8) .backwrapper2 h3,.owl-third .owl-item:nth-child(8) .backwrapper2 p,.owl-sixth .owl-item:nth-child(8) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(8) .backwrapper2 p,.owl-sixth .owl-item:nth-child(8) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(12) .backwrapper2 h3,.owl-third .owl-item:nth-child(12) .backwrapper2 p,.owl-sixth .owl-item:nth-child(12) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(12) .backwrapper2 p,.owl-sixth .owl-item:nth-child(12) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(16) .backwrapper2 h3,.owl-third .owl-item:nth-child(16) .backwrapper2 p,.owl-sixth .owl-item:nth-child(16) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(16) .backwrapper2 p,.owl-sixth .owl-item:nth-child(16) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(22) .backwrapper2 h3,.owl-third .owl-item:nth-child(22) .backwrapper2 p,.owl-sixth .owl-item:nth-child(22) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(22) .backwrapper2 p,.owl-sixth .owl-item:nth-child(22) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(26) .backwrapper2 h3,.owl-third .owl-item:nth-child(26) .backwrapper2 p,.owl-sixth .owl-item:nth-child(26) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(26) .backwrapper2 p,.owl-sixth .owl-item:nth-child(26) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(28) .backwrapper2 h3,.owl-third .owl-item:nth-child(28) .backwrapper2 p,.owl-sixth .owl-item:nth-child(28) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(28) .backwrapper2 p,.owl-sixth .owl-item:nth-child(28) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(32) .backwrapper2 h3,.owl-third .owl-item:nth-child(32) .backwrapper2 p,.owl-sixth .owl-item:nth-child(32) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(32) .backwrapper2 p,.owl-sixth .owl-item:nth-child(32) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(36) .backwrapper2 h3,.owl-third .owl-item:nth-child(36) .backwrapper2 p,.owl-sixth .owl-item:nth-child(36) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(36) .backwrapper2 p,.owl-sixth .owl-item:nth-child(36) .backwrapper2 a.emailclovek,
.owl-third .owl-item:nth-child(40) .backwrapper2 h3,.owl-third .owl-item:nth-child(40) .backwrapper2 p,.owl-sixth .owl-item:nth-child(40) .backwrapper2 h3,.owl-sixth .owl-item:nth-child(40) .backwrapper2 p,.owl-sixth .owl-item:nth-child(40) .backwrapper2 a.emailclovek{
    color: black!important
}
	
}


#magazine-detail a,#wys a, .page-template-page-report #content a, .page-template-page-report #ebook a{
    text-decoration: underline!important;
}


/* Pre tablety v portrétnej orientácii (šírka 600-1024px, výška 800-1500px) VYSKA */
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 800px) and (max-height: 1500px) {
       .bannerimg {
        height: calc(60vh - 115px);
    }
        .owl-three .bannerimg, .owl-two .bannerimg {
        height: calc(29vh - 57.5px);
    }
    .nomargpad li img{
    	width: 30px;
    }
    footer .nomargpad li:nth-last-child(1) img{
    	width: 28px;
    }
    .owl-sixth .owl-nav{
    	display: none!important;
    }
    #banner .bannerimg{
    	padding-bottom: 4vh!important;
    }
    .download-report{
    	display: none;
    }
    .bannerhead{
    	line-height: 48px;
    }
    .owl-first .bannerimg{
    	padding-right: 15px;
    	padding-left: 15px;
    }
    .menuul,.download-events{
    	display: block!important;
    }
    .download-events{
    	margin-right: -25px;
    }
    .bottom-wrapper-event.video-image-desktop, .video-image-desktop{
    	overflow: hidden;
    }
    .single .box-1, .single .box-2, .single .box-3{
    	margin-top: 20px;
    }
    .page-template-page-services-all .ntopx.butoncontact2, .page-template-page-services-other .ntopx.butoncontact2, .page-template-page-services-1 .ntopx.butoncontact2, .page-template-page-services-2 .ntopx.butoncontact2, .page-template-page-services-3 .ntopx.butoncontact2, .single-big-topics .purpmore{
    	line-height: 3em;
    }
    .butoncontact2{
    	height: 35px;
    }
    .owl-two .bannerimg, .owl-three .bannerimg{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .page-template-page-homepage .owl-topics .owl-nav{
    	display: none!important;
    }
    .nomargpad li img{
    	margin-right: 4px;
    }
    #develorians{
    	margin-top: 0;
    }
    #menu-menu-footer li{
    	margin-top: 0;
    	padding-right: 10px;
    }
     #develorians{
    	margin-top: 0!important;
    }
    .page-template-page-about-us #develorians .owl-dots{
    	display: none!important;
    }
    #magazine-section h2{
    	line-height: 45px;
    }
    .single .bottom-wrapper-event p{
    	font-size: 17px;
    }
    .mevents,.mdown,.mcontact{
    	display: none!important;
    }
    header .ondeskt{
    	display: block!important;
    }
}

/* Pre tablety v landscape orientácii (šírka 1025-1366px, výška 600-1000px) SIRKA */
@media (min-width: 1025px) and (max-width: 1366px) and (min-height: 600px) and (max-height: 1024px) {
    .owl-topics.owl-carousel .owl-nav button.owl-prev{
    	left: -4%;
    }
    .page-template-page-about-us #develorians .owl-dots{
    	display: none!important;
    }
    
    .owl-topics.owl-carousel .owl-nav button.owl-next{
    	right: -3%;
    }
    .page-template-page-homepage .owl-topics .owl-nav{
    	display: none!important;
    }
    .owl-first .bannerimg{
    	padding-right: 60px;
    	padding-left: 60px;
    }
    .owl-two .bannerimg, .owl-three .bannerimg{
    	padding-left: 55px;
    	padding-right: 30px;
    }
}

#magazine-detail a, #content a, #ebook a,#profesionals a, #mapa a,#proven a,.lkoimage a, #what a, #video a, .intheworld a,.single #wys a,#guest-section a, #about-develor a,#magazine-detail p a, 
#magazine-detail.white.mobilscroll a{
	color: rgb(141, 198, 63)!important;
	text-decoration: underline!important;
	font-weight: 700!important;
}



#magazine-detail .down-main,.downhref,.page-template-page-report #ebook .downhref.downhref3{
	color: white!important;

	text-decoration: none!important;
}
.page-template-page-report #ebook .downhref.downhref3{
	font-weight: 400!important;
}
#profesionals .man-link{
	color: black!important;
	text-decoration: initial!important;
	font-weight: 400!important;
}
#proven .purplea.showfinal.showmoreaaa{
	    color: #999999 !important;
	    font-weight: 400!important;
}
.purplea.mora,.purplea.showfinal{
	color: #999999!important;
	text-decoration: initial!important;
	font-weight: 400!important;
}
.lkoimage .butoncontact,.intheworld .butoncontact{
	color: white!important;
	text-decoration: initial!important;
	font-weight: 400!important;
}
.pblock strong a{
	font-weight: 400!important;
}
#banner a{
	text-decoration: underline;
}
#magazine-detail a.down-main{

	font-weight: 400!important;
}
#expert-section a{
	text-decoration: underline;
}
body.page-template-page-magazine #banner .topic li a,#banner .topic li a{
	text-decoration: initial;
}
#magazine-detail .ntopx.showarg2.dblock1.back-to-category.first-cats-link{
	text-decoration: initial!important;
	font-weight: 400!important;
	color: black!important;
}
.acord a{
	font-weight: 400!important;
	text-decoration: underline!important;
}

.flex-image-row{
	display: flex;

	    
    flex-direction: row;
    gap: 80px;
    justify-content: center;

}
.flex-image-row div{
	
	display: flex;
	align-self: center;
}
@media screen and (max-width: 767px){
	.flex-image-row{
		gap: 20px;
	}
	.flex-image-row img{
		max-width: 60%;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.flex-image-row div{
		display: block;
		text-align: center;
	}
	.knowhow{
		margin-top: 0;
	}
	.knowhow .flex-image-row{
		flex-direction: column;
	}
	.rigtmenu ul li .download-report a{
		color: white!important;
		font-size: 14px!important;
	}
}




@media screen and (max-width: 1170px){
	.rigtmenu.headerr{
		width: 100%!important;
		left: 0;
	}
	.download-report.download-events{
		width: 100%;
	}
	.rigtmenu ul li.mensipad{
		margin-top: 10px;
	}
	    .rigtmenu ul li a {
        color: #000;
        text-align: right;
        font-family: "Century Gothic";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .mensipad a {
        font-size: 14px !important;
    }

        .magazineclick {
        height: 41px;
    }
        .magazineclick {
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center !important;
    }
        .contact-us span {
        display: block;
        font-size: 14px;
        text-align: center;
    }
    .download-report{
    	text-align: center;
    }
    .rigtmenu ul li a{
    	font-size: 16px;
    }
    .sarticles,.marticles{
    	display: none!important;
    }
    .menuul{
    	display: block!important;
    }
    .navbar .onmob .menuul, .navbar .onmob {
        display: block;
    }
        .navbar .onmob .menuul li:nth-child(2) {
        display: none !important;
    }
        .navbar .onmob .menuul .articleclick {
        background: initial;
        padding: 0;
    }
        .navbar .onmob .magni {
        width: 39px;
        position: relative;
        top: -2px;
    }
        .mevents, .mdown, .mcontact {
        display: none !important;
    }
        .mobhid {
        display: none;
    }
        .headerr.rigtmenu .nomargpad {
        text-align: center;
    }
        .nomargpad li img {
        width: 44px;
        height: 44px;
        margin-left: 16px;
        margin-right: 16px;
    }
	.rigtmenu ul li.mensipad{
		display: block!important;
	}
	    #primary-menu li {
        text-align: center;
    }
    .download-report {
        display: block!important;
    }
        .contact-us {
        top: initial!important;
                right: 0;
        writing-mode: initial;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-orientation: initial;
    }
        .contact-us {
        font-size: 0 !important;
    }
}



@media screen and (max-width: 1170px){
	.rigtmenu.headerr{
		width: 100%!important;
		left: 0;
	}
	.download-report.download-events{
		width: 100%;
	}
	.rigtmenu ul li.mensipad{
		margin-top: 10px;
	}
	    .rigtmenu ul li a {
        color: #000;
        text-align: right;
        font-family: "Century Gothic";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .mensipad a {
        font-size: 14px !important;
    }

        .magazineclick {
        height: 41px;
    }
        .magazineclick {
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center !important;
    }
    .services-content .whiteulxc li{
		text-align: center;

		color: #000;
text-align: center;
font-family: "Century Gothic";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */

	}
        .contact-us span {
        display: block;
        font-size: 14px;
        text-align: center;
    }
    .download-report{
    	text-align: center;
    }
    .rigtmenu ul li a{
    	font-size: 16px;
    }
    .sarticles,.marticles{
    	display: none!important;
    }
    .menuul{
    	display: block!important;
    }
    .navbar .onmob .menuul, .navbar .onmob {
        display: block;
    }
        .navbar .onmob .menuul li:nth-child(2) {
        display: none !important;
    }
        .navbar .onmob .menuul .articleclick {
        background: initial;
        padding: 0;
    }
        .navbar .onmob .magni {
        width: 39px;
        position: relative;
        top: -2px;
    }
        .mevents, .mdown, .mcontact {
        display: none !important;
    }
        .mobhid {
        display: none;
    }
        .headerr.rigtmenu .nomargpad {
        text-align: center;
    }
        .nomargpad li img {
        width: 44px;
        height: 44px;
        margin-left: 16px;
        margin-right: 16px;
    }
	.rigtmenu ul li.mensipad{
		display: block!important;
	}
	    #primary-menu li {
        text-align: center;
    }
    .download-report {
        display: block!important;
    }
        .contact-us {
        top: initial!important;
                right: 0;
        writing-mode: initial;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-orientation: initial;
    }
        .contact-us {
        font-size: 0 !important;
    }
    .mobilefilter{
		display: block;
		text-align: center;
	}
	.mobilefilter{
		color: #000;
		font-family: "Century Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.8px; /* 144% */
	}
	    .mag {
        padding-top: 0 !important;
        
        height: 100vh;
        z-index: 9999999999999999999 !important;
    }
    .search.onmob {
        display: block;
    }
        .mag .padleft {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .mag .padright {
    padding-left: 0;
    padding-right: 0;
}
.secmag{
	margin-top: 30px;

}
    .mag.article {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 1199px){
	.bottom-wrapper-event.video-image-desktop, .video-image-desktop{
		overflow: hidden!important;
	}
}
@media screen and (max-width: 1100px){
	.big-topics-template-default .nohov{
		margin-top: 15px;
	}
	.labelbigtop, .single #banner .topic li{
		margin-top: 5px;
	}
	.big-topics-template-default .methods{
		margin-top: 0;
	}
	.boxikcatko{
		font-size: 16px;
		top: -37px!important;
	}
	

}
@media screen and (max-width: 1000px){
	footer .nomargpad li{
		display: block;
	}
	.nomargpad li img{
		margin: 0;
	}
	footer .nomargpad li:nth-last-child(1) img{
		width: 40px;
	}
}
@media screen and (max-width: 992px){
	.countries{
		margin-top: 0;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	footer .nomargpad li{
		display: inline-block;
	}
	.nomargpad li img{
		margin-left: 10px;
		margin-right: 10px;
	}
	#menu-menu-footer li {
        margin-top: 30px;
    }
    footer .bottom{
    	position: relative;
    }
    .footer_logo{
    	margin-bottom: 0;
    }

}

@media screen and (max-width: 1170px) {
    .articleclick .hiditontog {
        display: none !important;
    }
}

.single .expert-section-purple p{
	color: white!important;
}



#education td,#education .expertise{
	color: black!important;
}