/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/*!
Theme Name: kivu
Theme URI: http://underscores.me/
Author: Vlad Udod
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kivu
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 with others.

kivu is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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 {
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/*	KIVU WEBSITE */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese");
#icon-container {
	display: none; }

html {
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	height: 100%; }

body {
	margin: 0;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden}

h1 {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0; }

h2 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.25px; }

h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: normal; }

h4 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.15px;
	font-weight: normal; }

h1, h2, h3, h4 {
	margin: 0; }

a {
	text-decoration: none;
	color: #1F314D; }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */



/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 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 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.kv-content-title {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0;
	font-weight: bold; }

.kv-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.kv-subtitle {
	color: #99A7BF;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-style: italic; }

.kv-note {
	font-size: 12px;
	letter-spacing: 0.25px;
	line-height: 16px; }

.kv-label {
	display: block;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700; }

.-orange{
	background: #FF9903 !important;
}

.-bold {
	font-weight: bold; }

.kv-btn {
  border-radius: 6px;
  width: 204px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease all;
          -o-transition: .3s ease all;
          transition: .3s ease all; }
  .kv-btn.-submit {
    background: #4590E6;
    color: #FFFFFF; }
  .kv-btn:hover {
    background: #2B7CD9;
    -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all; }

.kv-container {
	width: 1176px;
	max-width: 1176px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;}

.kv-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 48px;
	z-index: 9;}

.main-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	list-style: none;
	padding: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 0 140px; }

.kv-logo {
	margin-right: 140px; }

.nav-logo {
	height: 26px;
}
.main-navigation ul a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	cursor: pointer; }

.main-navigation ul a:hover,
.main-navigation ul .current-menu-item a,
.main-navigation ul .current-menu-item a:hover,
.kv-footer__menu--item:hover, .kv-footer ul.menu a:hover {
	color: #99A7BF;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.kv-header {
	position: relative;
	background: #142033;
	width: 100%;
	padding: 0;
	padding-bottom: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }

.kv-header.-home {
	height: 100vh;
	min-height: 600px;}

.kv-header.-home:after, .kv-header-default-text:after {
	content: '';
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(20, 32, 51, 0.75);}

.kv-header-default-text:after{
	top: -124px;
	height: calc(100% + 124px);
}

.kv-header-default-text.-contact:after{
	display: none;
}

.kv-header-home-text {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: -136px; }
.kv-header-home-content{
	overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
}
.kv-header-home-videoWrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kv-header-home-videoWrap.-sm{

}
.kv-header-home-videoWrap video{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.kv-header-home-title {
	margin: 0 20%; }

.kv-header-home-subtitle {
	margin-top: 40px;
	font-weight: normal; }

.kv-header-home-img {
	margin-top: 87px; }

.kv-home-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #142033;
	margin-bottom: 116px; }
.kv-home-content .kv-home-content__item {
	margin-top: 140px; }
.kv-home-content .kv-home-content__item:first-child {
	margin-top: 112px; }
.kv-home-content.-main.kv-getContact{
	margin-top: 0;
}
.kv-content-subtitle {
	margin: 40px 20% 0 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: normal; }

.kv-home-content-img {
	margin-top: 86px;
	max-width: 100%; }
.kv-home-content-imgWrap{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.kv-getContact {
	position: relative;
	height: auto;
	border-radius: 24px;
	padding: 64px 48px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFFFFF;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#142033),  color-stop(30.71%, #1F314D), color-stop(50.09%, #334E80));
	background: -o-linear-gradient(left, #142033 0%,  #1F314D 30.71%, #334E80 50.09%);
	background: linear-gradient(90deg, #142033 0%,  #1F314D 30.71%, #334E80 50.09%);
	-webkit-box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.05); }
.kv-getContactWrap{
	padding: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.kv-getContact.-osint{
	margin-top: 96px;
	background: -webkit-gradient(linear, left top, right top, from(#142033),  color-stop(30.71%, #1F314D), color-stop(50.09%, #334E80));
	background: -o-linear-gradient(left, #142033 0%,  #1F314D 30.71%, #334E80 50.09%);
	background: linear-gradient(90deg, #142033 0%,  #1F314D 30.71%, #334E80 50.09%);
}


.kv-getContact__form {
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left; }

.kv-getContact__text {
	margin-top: 24px;
	font-weight: normal; }

.kv-getContact__btn {
	margin-top: 40px; }

.kv-getContact__img {
	height: 100%;
	position: absolute;
	top: 64px; }


/*Default header*/
.kv-header-default-text {
	position: relative;
	background: #142033;
	color: #ffffff;
	padding: 68px 0 132px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kv-header-default-subtitle {
	font-weight: 300;
	margin-top: 24px;
	width: 50%;
	z-index: 9;
}

.kv-description{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 64px;
}

.kv-description__item, .kv-homeFeatures__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    line-height: 32px;
}

.kv-description__text, .kv-homeFeatures__text{
	margin-top: 24px;
	font-size: 20px;
	letter-spacing: 1px;
}

.kv-description__icon img{
	position: relative;
}

.kv-description__icon{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    border: 2px solid #142033;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 0;
}
.kv-homeFeatures{
	position: relative;
	margin-top: 64px;
	padding: 86px 0;
    color: white;
	background: url(https://kivu.tech/wp-content/uploads/2019/12/bg2.png) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width: 100%;
}

.kv-homeFeatures:after{
	content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
	background-color: rgba(20, 32, 51, 0.75);
}
.kv-container.-homeFeatures{
	z-index: 2;
}

.kv-homeFeatures__title{
	text-transform: uppercase;
    letter-spacing: 1.5px;
}
.kv-homeFeatures__title.-team{
	margin-top: 96px;
}
.kv-homeFeatures__wrap{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 32px;
}

.kv-movie{
	position: relative;
	width: 100%;
	height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(https://kivu.tech/wp-content/uploads/2019/12/London-View.jpg) no-repeat;
    background-size: cover;
}
.kv-movie:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.31)
}
.kv-movie__title{
	width: 30%;
    text-align: left;
    letter-spacing: 1.5px;
}
.kv-movie__text{
	margin-right: 32px;
	line-height: 32px;
    letter-spacing: 1px;
}
.kv-movie .kv-container, .kv-movie__description{
	color: #ffffff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	text-align: left;
	z-index: 9;
}
.kv-movie__description{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*Footer*/
.kv-footer {
	background: #142033;
	padding: 112px 0 64px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }

.kv-footer ul.menu{
	padding: 0;
	margin: 0;
	list-style: none;
}

.kv-footer .kv-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.kv-footer__menuWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around; }

.kv-footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #FFFFFF; 
	-webkit-box-flex: 1; 
	    -ms-flex: 1 1; 
	        flex: 1 1;}
.kv-footer__menu.-col-2{
	-webkit-box-flex: 2;
	    -ms-flex: 2 1;
	        flex: 2 1
}
.kv-footer__menu.-col-2 ul.menu{
	display: -ms-grid;
	display: grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
	width: 100%;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(3){
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(4){
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(5){
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.kv-footer__menu.-col-2 ul.menu > *:nth-child(6){
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.kv-footer__menu.-noHeader .kv-footer__menu--item:first-child, .kv-footer ul.menu a:first-child{
	margin-top: 64px; }

.kv-footer__menu--header.kv-menu-item{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 24px;
	text-align: center;
}

.kv-footer__menu--header {
	color: #2AB0BF;
	margin-bottom: 16px; }

.kv-footer ul.menu li{
	margin-bottom: 8px;
}

.kv-footer__menu--item, .kv-footer ul.menu a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	margin-bottom: 8px; }
.kv-footer__copyright {
	margin-top: 56px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #99A7BF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

.kv-footer__copyright--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

.kv-footer__copyright--listItem {
	margin-left: 32px; 
	color: #99A7BF}
.kv-footer__copyright--listItem.-active:hover {
	cursor: pointer;}


.kv-features-container {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .kv-features-container .kv-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 368px 32px 368px 32px 368px;
    grid-template-columns: repeat(3, 368px);
    grid-gap: 32px; }

/*	hack for posts plugin  */
/*	features  */
.kv-features-container .kv-container#features .listing-item,
.kv-features-container .kv-container#products .listing-item{
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	color: #142033;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	-ms-grid-column-align: center;
	    justify-self: center; }
.kv-features-container .kv-container#features .listing-item span.title{
	font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 24px 0 24px;
}
.kv-features-container .kv-container#features .listing-item .content{
    margin-top: 8px;
	padding: 0 24px 24px 24px;
}
.kv-features-container .kv-container#features .listing-item .kv-subtitle{
    margin-bottom: 24px;
}
.kv-features-container .kv-container#features .listing-item .image{
	display: block;
	height: 250px;
	margin-bottom: 32px;
	width: 100%;}
.kv-features-container .kv-container#features .listing-item .image img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}


/*	PRODUCTS  */
.kv-features-container .kv-container#products .listing-item{
	padding: 32px 24px 40px 24px;
}
.kv-features-container .kv-container#products .listing-item span.title{
	font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
}
.kv-features-container .kv-container#products .listing-item .kv-subtitle{
	margin-top: 8px;
}

/*	SOLUTIONS  */
.kv-solutions-container .kv-container#solutions .listing-item{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 88px 1fr;
    grid-template-rows: 88px 1fr;
    -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
    color: #142033;
    margin-top: 32px;
}
.kv-solutions-container .kv-container#solutions .listing-item > *:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.kv-solutions-container .kv-container#solutions .listing-item > *:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.kv-solutions-container .kv-container#solutions .listing-item > *:nth-child(3){
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.kv-solutions-container .kv-container#solutions .listing-item > *:nth-child(4){
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.kv-solutions-container .kv-container#solutions .listing-item .content{
	margin-top: 40px;
    padding: 0 48px 32px 48px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: justify;
}
.kv-solutions-container .kv-container#solutions .listing-item span.title{
	font-weight: bold;
	font-size: 32px;
	padding: 0 48px;
	margin-top: 48px;
    line-height: 40px;
    letter-spacing: -0.25px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
}
.kv-solutions-container .kv-container#solutions .listing-item span.image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 576px;
    min-width: 576px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
}
.kv-solutions-container .kv-container#solutions .listing-item span.image img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/*	eof post plugin styles  */

.kv-feature {
  width: 368px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #142033;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  -ms-grid-column-align: center;
      justify-self: center; }
  .kv-feature .kv-subtitle {
    margin-top: 4px; }
  .kv-feature.-product {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }

.kv-feature__img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.kv-feature__text {
  padding: 32px 24px 40px 24px; }

.kv-feature__description {
  margin-top: 24px; }

.kv-feature__header{
	font-weight: bold;
}

.kv-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #CFD7E6;
  word-break: break-word; }

.kv-feature__itemIcon {
  margin-right: 8px;
  min-width: 32px; }

.kv-feature__itemText {
  font-size: 16px; }

.kv-feature__link {
  color: #4590E6;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 32px;
  text-align: center;
  margin: 32px 32px 0 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.kv-feature__link:hover{
	opacity: 0.5;
	color: #4590E6;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.kv-solutions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0; }

.kv-solution {
  height: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  color: #142033;
  margin-top: 32px; }

.kv-solution__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 576px;
  min-width: 576px; }

.kv-solution__text {
  padding: 48px 32px; }

.aboutTextPar{
	margin-top: 24px;
}
.kv-solution__description {
  margin-top: 40px;
  font-size: 16px; }

.kv-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #142033;
  padding: 112px 0 180px 0; }

.kv-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.kv-about__header {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-right: 175px;
  min-width: 456px; }

.kv-about__text {
  font-size: 24px;
  line-height: 32px;
  text-align: justify; }



.kv-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.kv-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 457px;
  color: #ffffff; }
  .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input,
  .kv-contact__form .kv-input, .kv-contact__form .kv-textarea {
    padding: 16px;
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 6px;
    color: #ffffff; }
    .wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
    .kv-contact__form .kv-input::-webkit-input-placeholder, .kv-contact__form .kv-textarea::-webkit-input-placeholder {
      color: #ffffff !important; }
    .wpcf7-form-control-wrap input::-ms-input-placeholder, .wpcf7-form-control-wrap textarea::-ms-input-placeholder,
    .kv-contact__form .kv-input:-ms-input-placeholder, .kv-contact__form .kv-textarea:-ms-input-placeholder {
      color: #ffffff !important; }
    .kv-contact__form .kv-input::-webkit-input-placeholder, .kv-contact__form .kv-textarea::-webkit-input-placeholder {
      color: #ffffff !important; }
    .kv-contact__form .kv-input::-moz-placeholder, .kv-contact__form .kv-textarea::-moz-placeholder {
      color: #ffffff !important; }
    .kv-contact__form .kv-input:-ms-input-placeholder, .kv-contact__form .kv-textarea:-ms-input-placeholder {
      color: #ffffff !important; }
    .kv-contact__form .kv-input::-ms-input-placeholder, .kv-contact__form .kv-textarea::-ms-input-placeholder {
      color: #ffffff !important; }
    .wpcf7-form-control-wrap input::input-placeholder, .wpcf7-form-control-wrap textarea::input-placeholder,  
    .kv-contact__form .kv-input::placeholder, .kv-contact__form .kv-textarea::placeholder {
      color: #ffffff !important; }
  .kv-contact__form .kv-input, .wpcf7-form-control-wrap input {
    height: 56px;
    color: #ffffff !important; }
    .kv-contact__form .kv-input:first-child,
    .kv-contact__form .wpcf7-form-control-wrap:first-child input {
      margin-top: 0; }
  .kv-contact__form .kv-textarea,
  .wpcf7-form-control-wrap textarea{
    margin-top: 16px !important;
    resize: none;
    height: 112px; }

.kv-contact__form .kv-input, .wpcf7-form-control-wrap input.wpcf7-not-valid,
.kv-contact__form .kv-input, .wpcf7-form-control-wrap select.wpcf7-not-valid,
.kv-contact__form .kv-input, .wpcf7-form-control-wrap textarea.wpcf7-not-valid{
	border: 1px solid #BA2126 !important;
}
.kv-contact__form br{
	display: none;
}
div.wpcf7 .wpcf7-submit:disabled{
    cursor: pointer;
}

.kv-contact__form select{
    color: #ffffff !important;
    width: 100%;
    background: #131f33 !important;
    margin: 16px 0;
    padding: 16px;
    height: 56px;
    -moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
}
.kv-contact__select{
	position: relative;
	
}
.select-triangle{
	position: absolute;
	right: 16px;
	top: calc(50% - 4px);
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
}
.wpcf7-form-control.wpcf7-submit{
  border-radius: 6px;
  width: 100%;
  margin-top: 24px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease all;
          -o-transition: .3s ease all;
          transition: .3s ease all; 
	background: #4590E6;
	color: #FFFFFF;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #2B7CD9;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;}

.contact_img{
	width: 70%;
    margin-top: 3rem;
}
.wpcf7-form-control-wrap.GDPR{
	margin: 0;
}
.wpcf7-form-control-wrap.GDPR .wpcf7-list-item{
	margin: 16px 0 0 0;
}
.wpcf7-form-control-wrap.GDPR label{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wpcf7-form-control-wrap.GDPR label input{
	margin: 0 16px 0 0;
	height: auto;
    width: auto;
}
.kv-header-default-text.-contact .kv-header-default-title{
	width: 90%;
}
.kv-header-default-title{
	z-index: 9;
}

.kv-header-home-videoWrap.-sm{
	overflow: hidden;
	margin-top: -124px;
	height: calc(100% + 124px);
}
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



p {
  margin: 0;
}



/*
  MOBILE
  */

/*  NAVIGATION  */

.kv-mobNav {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.kv-mobNav__header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 34px 24px;
}

.-mobNavBtn{
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.kv-mobNav ul.menu {
	padding: 0;
	margin: 60px 24px;
}

.kv-mobNav ul.menu li {
	margin: 24px 0;
	color: #142033;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 24px;
	list-style: none;
	text-transform: uppercase;
}

.kv-mobNav ul.menu li:first-child{
	margin-top: 0;
}

.menu-toggle {
	display: none;
}

/*	Contact form  */
.ajax-loader, .wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-response-output{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 32px 0 0 0 !important;
	padding: 8px 8px 8px 48px !important;
	border-radius: 6px;
	color: #1F314D;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	letter-spacing: 0.25px;
	line-height: 16px;
	font-weight: 400;
	height: 48px;
	border: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #FFF5E6
}

div.wpcf7-validation-errors:before{
	content: '';
	position: absolute;
	left: 8px;
	width: 24px;
	height: 24px;
	top: 12px;
	background-color: #FF9903;
	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2.73,21 L21.26,21 C22.03,21 22.51,20.17 22.13,19.5 L12.86,3.5 C12.47,2.83 11.51,2.83 11.13,3.5 L1.86,19.5 C1.48,20.17 1.96,21 2.73,21 Z M13,18 L11,18 L11,16 L13,16 L13,18 Z M12,14 C11.45,14 11,13.55 11,13 L11,11 C11,10.45 11.45,10 12,10 C12.55,10 13,10.45 13,11 L13,13 C13,13.55 12.55,14 12,14 Z"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2.73,21 L21.26,21 C22.03,21 22.51,20.17 22.13,19.5 L12.86,3.5 C12.47,2.83 11.51,2.83 11.13,3.5 L1.86,19.5 C1.48,20.17 1.96,21 2.73,21 Z M13,18 L11,18 L11,16 L13,16 L13,18 Z M12,14 C11.45,14 11,13.55 11,13 L11,11 C11,10.45 11.45,10 12,10 C12.55,10 13,10.45 13,11 L13,13 C13,13.55 12.55,14 12,14 Z"/></svg>');
}
div.wpcf7-mail-sent-ok:before{
	content: '';
	position: absolute;
	left: 8px;
	width: 24px;
	height: 24px;
	top: 12px;
	background-color: #2AB0BF;
	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.29 16.29L5.7 12.7c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.59 7.59c-.38.39-1.02.39-1.41 0z"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.29 16.29L5.7 12.7c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.59 7.59c-.38.39-1.02.39-1.41 0z"/></svg>');
}   


div.wpcf7-mail-sent-ok{
	background: #EAF7F9;
}

/*.content-area{
	display: flex;
	justify-content: center;
}*/
.kv-container.-article{
	padding: 48px 24px;
}
.-center{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#main{
	width: 100%;
}
#page{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.kv-solutions-container,
.kv-features-container{
	padding: 16px 0;
}

.kv-container#features,
.kv-container#products,
.kv-container#solutions{
	padding: 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.kv-header-default-text.-contact{
	padding-top: 48px;
	padding-bottom: 16px;
}
.kv-contact__imgContainer{
    position: relative;
    height: 270px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
img.kv-contact__img{
    height: 250px;
    margin-left: 56px;
}

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

	html{
		margin: 0 !important;
	}

	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}

	.kv-container{
		padding: 0 24px;
		max-width: 100%;
		width: 100%;
	}
	.main-navigation{
		display: none;
	}

	/*	HOME	*/
	.kv-header{
		padding: 0 0 34px 0;
	}
	.kv-header-home-img{
		position: absolute;
		bottom: 0;
	}

	.kv-navigation{
		margin-top: 34px;
	}

	.kv-header-home-title, .kv-header-default-title{
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		margin: 0;
		text-align: center;
	}
	.kv-header-default-text.-contact .kv-header-default-title{
		width: 100%;
	}

	.kv-header-home-subtitle, .kv-header-default-subtitle {
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
		margin: 24px 0 0 0;
		width: 100%;
	}

	.nav-logo, .mainLogo{
		height: 20px;
	}
	.kv-header-home-img{
		margin-top: 44px;
		width: 250%;
		max-width: 250%;
	}
	.kv-content-title{
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
	}
	.kv-home-content .kv-home-content__item, .kv-home-content .kv-home-content__item:first-child{
		margin-top: 56px;
	}
	.kv-content-subtitle{
		margin: 24px 0 0 0;
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
	}
	.kv-home-content-img{
		margin: 40px 0 0 0;
		min-width: 496px;
		width: 496px;
		height: 100%;
	}
	.kv-getContact{
		padding: 48px 39px 56px 39px;
		margin-top: 48px;
		border-radius: 24px;
		background: -o-linear-gradient(45deg, #2A0F42 0%, #3A155A 10.97%, #4A1A74 19.71%, #5B208E 28.86%, #5D4298 37.09%, #5B5FA2 46.09%, #557AAC 54.73%, #4895B5 63.33%, #2AB0BF 71.98%, #76C3C2 80.56%, #A7D7C5 89.21%, #D3EBC7 100%);
		background: linear-gradient(45deg, #2A0F42 0%, #3A155A 10.97%, #4A1A74 19.71%, #5B208E 28.86%, #5D4298 37.09%, #5B5FA2 46.09%, #557AAC 54.73%, #4895B5 63.33%, #2AB0BF 71.98%, #76C3C2 80.56%, #A7D7C5 89.21%, #D3EBC7 100%);
		-webkit-box-shadow: 0 3px 20px 10px rgba(0,0,0,0.05);
		        box-shadow: 0 3px 20px 10px rgba(0,0,0,0.05);
	}
	.kv-container.kv-getContactWrap{
		padding-bottom: 32px;
	}

	.kv-getContact.-osint{
		background: -o-linear-gradient(45deg, #4D0E10 0%, #6F1518 10.97%, #941B1F 19.71%, #BA2126 28.86%, #C94A26 37.09%, #D86A24 46.09%, #E5881F 54.73%, #F2A416 63.33%, #FFC101 71.98%, #FFCE4B 80.56%, #FFDB75 89.21%, #FFE89C 100%);
		background: linear-gradient(45deg, #4D0E10 0%, #6F1518 10.97%, #941B1F 19.71%, #BA2126 28.86%, #C94A26 37.09%, #D86A24 46.09%, #E5881F 54.73%, #F2A416 63.33%, #FFC101 71.98%, #FFCE4B 80.56%, #FFDB75 89.21%, #FFE89C 100%);
	}
	.kv-getContact__form{
		width: 100%;
		margin: 0;
	}
	.kv-getContact__header{
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
		width: 100%;
	}
	.kv-getContact__text{
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
		margin-top: 24px;
		width: 100%;
	}
	.kv-getContact p{
		width: 100%;
	}
	.kv-getContact__btn{
		width: auto;
	}
	.kv-getContact__img{
		display: none;
	}

	/*	FOOTER	*/
	.kv-footer{
		height: auto;
		padding: 0;
	}

	.kv-footer .kv-container{
		padding: 8px 24px 48px 24px;
	}

	.kv-footer__menu ul.menu, .kv-footer__menu.-col-2 ul.menu{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.kv-footer__menuWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.kv-footer__menu{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.kv-footer__menu--item, .kv-footer ul.menu a{
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
	}
	.kv-footer__menu.-noHeader .kv-footer__menu--item:first-child, .kv-footer ul.menu a:first-child{
		margin-top: 0;
	}

	.kv-footer__copyright{
		margin-top: 40px;
	}

	.kv-footer__copyright, .kv-footer__copyright--list{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
	}
	.kv-footer__copyright--listItem{
		margin: 16px 0 0 0;
	}

	/*	EOF HOME-PAGE	*/

	/*	CONTENT-PAGES	*/

	.kv-header-default-text{
		padding: 32px 0 120px 0;
	}

	.kv-header-default-text.-contact{
		padding: 40px 0 120px 0;
	}

	/*	FEATURES	*/
	.kv-features-container .kv-container{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.kv-feature{
		width: 100%;
	}


	.kv-features-container .kv-container#features .listing-item,
	.kv-features-container .kv-container#products .listing-item{
		width: 100%;}
	.kv-features-container .kv-container#features .listing-item .image{
		display: block;
		height: 195px;
		width: 100%;}

	.kv-feature__img{
		height: 195px;
	}

	.kv-solution{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}
	.kv-solution__video{
		width: 100%;
		min-width: 100%;
	}

	/*	SOLUTIONS  */
	.kv-solutions-container .kv-container#solutions .listing-item{
	    height: auto;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}

	.kv-solutions-container .kv-container#solutions .listing-item span.image{
		width: 100%;
		height: 200px;
	}
	.kv-solutions-container .kv-container#solutions .listing-item span.image img{
		width: 100%;
		min-height: 200px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.kv-solutions-container .kv-container#solutions .listing-item span.title{
	    padding: 0 24px;
	    margin-top: 24px;
	}
	.kv-solutions-container .kv-container#solutions .listing-item .content{
	    margin-top: 24px;
    	padding: 0 24px 40px 24px;		
	}


	/*	ABOUT	*/
	.kv-about-container{
		padding: 56px 0 80px 0;
	}
	.kv-about__wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.kv-about__header{
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
		min-width: auto;
		margin: 0;
	}

	.kv-about__text {
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: center;
	}

	/*	CONTACT	*/
	.kv-container.kv-contact{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.kv-contact__form{
		width: auto;
		margin-top: 32px;
	}
	.kv-contact__form .kv-input{
		height: 40px;
	}
	.kv-footer__menu--header.kv-menu-item{
		margin-top: 24px;
	}
	.kv-header-home-content{
		overflow: visible;
	}
	.kv-home-content{
		margin-bottom: 48px;
	}
	.contact_img{
		width: 100%;
		margin-top: 2rem;
	}

	.kv-contact__imgContainer{
		height: 200px;
		margin-bottom: 16px;
	}
	img.kv-contact__img{
	    width: 100%;
	    height: auto;
	    margin-left: 0;
	}

	.kv-description, .kv-homeFeatures__wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.kv-description__icon{
		height: 50px;
		width: 50px;
	}
	.kv-description__item, .kv-homeFeatures__item{
		padding: 32px;
	}
	.kv-header-home-videoWrap{
	    background: url(http://kivu.tech/wp-content/uploads/2019/12/mob-bkg.png);
    	background-position: center;
	    background-size: cover;
	}
	.kv-header-home-videoWrap video{
		display: none;
	}
	.kv-header-home-videoWrap.-sm{
	    margin-top: -94px;
		height: calc(100% + 94px);
	}
	.kv-header-default-text:after{
	    top: -94px;
	    height: calc(100% + 94px);
	}
	.kv-movie{
		height: auto;
		padding: 32px;
	}
	.kv-movie .kv-container, .kv-movie__description{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    text-align: center;
	}
	.kv-movie__description, .kv-movie__description a{
		margin-top: 16px;
	}
	.kv-movie__title{
		width: 100%;
	    text-align: center;
	}
	.kv-movie__text{
		margin: 0;
	}
	.kv-getContact{
		margin-right: 24px;
		margin-left: 24px;
	}
}