/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }
figure img {
  width: 100%; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased; }

.white {
  color: #ffffff; }

h1 {
  font-size: 70px;
  font-weight: 300;
  display: block;
  z-index: 9; }
h1 strong {
  font-weight: 700; }
@media screen and (max-width: 1290px) {
  h1 {
    font-size: 80px; } }

.title {
  font-size: 40px;
  font-weight: normal;
  margin: 40px 0;
  color: #1D1D1D;
  text-align: center; }
.title.white {
  color: #ffffff; }
.title.white:after {
  border-color: #ffffff; }
.title.blue {
  color: #0664CC; }
.title.blue:after {
  border-color: #0664CC; }
.title.section-margin {
  margin: 65px 0; }
.title.section-margin.has-subtitle {
  margin-bottom: 40px; }
.title.headline {
  position: relative; }
.title.headline:after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  border-bottom: 2px solid;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%); }

.subtitle {
  margin-bottom: 60px; }
.subtitle.blue {
  color: #0664CC; }

h2 {
  font-size: 30px;
  font-weight: 400; }

h3 {
  font-size: 25px;
  font-weight: 400; }

.paragraph-with-img {
  display: flex; }

figure {
  text-align: center; }
figure.small {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 15px; }
figure.smaller {
  max-width: 400px;
  margin: 0 auto; }
figure.margin {
  margin-top: 25px;
  margin-bottom: 50px; }
figure .figcaption {
  font-size: 18px; }

p {
  font-size: 19px;
  line-height: 1.5;
  color: #1D1D1D; }
p.small {
  font-size: 18px; }
p.white {
  color: #ffffff; }
@media screen and (max-width: 1290px) {
  p {
    font-size: 18px; } }

.section p.subtitle {
  text-align: center; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

ol li {
  list-style: decimal; }

ul.no-bullet li {
  margin-left: 0;
  padding: 0;
  list-style: none; }
ul li {
  list-style: disc; }

li {
  padding: 0.2em 0;
  margin-left: 1em;
  font-size: 19px;
  color: #1D1D1D;
  line-height: 1.5; }
li a {
  font-size: 19px;
  text-decoration: none;
  line-height: 1.5; }

.github-link {
  padding: 15px;
  display: inline-block;
  background: #020015;
  border-radius: 4px; }
.github-link .github-logo {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  display: flex;
  align-items: center; }
.github-link .github-logo i {
  font-size: 30px; }
.github-link .github-logo span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -1px;
  margin-left: 5px; }
.github-link a {
  display: block;
  font-size: 20px;
  color: #4690FF;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #4690FF; }

@media screen and (max-width: 768px) {
  .title {
    font-size: 30px;
    margin: 30px 0; }
  .title.section-margin {
    margin: 90px 0 65px; } }
@font-face {
  font-family: 'koneksys';
  src: url("../fonts/koneksys_k1lrox.eot");
  src: url("../fonts/koneksys_k1lrox.eot#iefix") format("embedded-opentype"), url("../fonts/koneksys_k1lrox.ttf") format("truetype"), url("../fonts/koneksys_k1lrox.woff") format("woff"), url("../fonts/koneksys_k1lrox.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'koneksys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  font-size: 60px;
  color: #4690FF; }

.icon--database:before {
  content: "\e900"; }

.icon--line-chart:before {
  content: "\e901"; }

.icon--layers:before {
  content: "\e902"; }

.icon--engineering:before {
  content: "\e903"; }

.icon--analysis:before {
  content: "\e904"; }

.icon--data_integration:before {
  content: "\e905"; }

.icon--exchange:before {
  content: "\e906"; }

.icon--link:before {
  content: "\e907"; }

.icon--search:before {
  content: "\e908"; }

.icon--presentation:before {
  content: "\e909"; }

.icon--team:before {
  content: "\e90a"; }

.icon--world-globe:before {
  content: "\e90b"; }

.wrapper {
  width: 90%;
  margin: 0 auto; }
.wrapper.wrapper--text {
  max-width: 950px; }
.wrapper.wrapper--default {
  max-width: 1024px; }
.wrapper.wrapper--big {
  max-width: 1200px; }

.flex-grid {
  display: flex; }

.flex-1 {
  flex: 1; }

.margin-bottom {
  margin-bottom: 150px; }

.desktop-only, .tablet-only, .mobile-only {
  display: none; }

.no-scroll {
  overflow-y: hidden; }

@media screen and (min-width: 993px) {
  .desktop-only {
    display: block; } }
@media screen and (max-width: 992px) {
  .mobile-only {
    display: block; } }
.section--header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12;
  transition: all 500ms ease-in-out; }
.section--header .particles--header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  overflow: hidden; }
.section--header .particles--header-wrap #particles-header {
  opacity: 0;
  transition: all 500ms ease-in-out; }
.section--header.scrolled {
  background: #04002b;
  /* Old browsers */
  background: -moz-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(172deg, #04002B 0%, #020015 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.section--header.scrolled .particles--header-wrap #particles-header {
  opacity: 1; }
.section--header .logo {
  max-width: 180px;
  z-index: 14; }
.section--header .logo img {
  max-width: 100%; }
.section--header .header--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.section--header .header--wrap .nav {
  z-index: 14; }
.section--header .header--wrap .header--links {
  display: flex;
  align-items: center;
  position: relative; }
.section--header .header--wrap .header--links li {
  margin-right: 30px;
  padding: 16px 0px;
  position: relative;
  list-style: none; }
.section--header .header--wrap .header--links li:last-child {
  margin-right: none; }
.section--header .header--wrap .header--links li.has-submenu a {
  padding-right: 20px; }
.section--header .header--wrap .header--links li.has-submenu::after {
  content: "";
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 47%;
  right: 0px; }
.section--header .header--wrap .header--links li.has-submenu:hover .dropdown {
  opacity: 1;
  top: 70px; }
.section--header .header--wrap .header--links li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0px;
  line-height: 1;
  font-size: 18px;
  display: block;
  transition: all .3s ease; }
.section--header .header--wrap .header--links li a:hover {
  box-shadow: 0 1px 0 #fff; }
.section--header .header--wrap .header--links .dropdown {
  opacity: 0;
  position: fixed;
  top: -500px;
  padding: 15px 15px 0;
  max-width: 250px;
  background: #020015;
  box-sizing: border-box;
  transition: opacity 350ms ease-in-out; }
.section--header .header--wrap .header--links .dropdown.dropdown--two-columns {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  padding-bottom: 15px; }
.section--header .header--wrap .header--links .dropdown.dropdown--two-columns li {
  padding: 10px 0;
  width: 50%;
  box-sizing: border-box; }
.section--header .header--wrap .header--links .dropdown.dropdown--two-columns li:nth-child(even) {
  padding-left: 15px;
  border-left: 1px solid #ffffff; }
.section--header .header--wrap .header--links .dropdown.dropdown--two-columns li:nth-child(odd) {
  padding-right: 15px; }
.section--header .header--wrap .header--links .dropdown li {
  padding-top: 0;
  margin-right: 0; }
.section--header .header--wrap .header--links .dropdown li a {
  padding-top: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px; }

@media screen and (max-width: 992px) {
  .section--header {
    height: 50px; }
  .section--header.active {
    height: 100vh; }
  .section--header.active .particles--header-wrap {
    height: 100%; }
  .section--header .logo {
    max-width: 100px; }
  .section--header .header--wrap {
    height: 50px; }
  .section--header .header--wrap .mobile-button {
    z-index: 14;
    padding: 10px;
    margin-right: -10px; }
  .section--header .header--wrap .mobile-button i {
    color: #ffffff;
    font-size: 26px; }
  .section--header .mobile--menu {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 350ms ease-in-out; }
  .section--header .mobile--menu .mobile--links {
    position: absolute;
    top: 0;
    margin-top: 70px;
    display: flex;
    flex-direction: column; }
  .section--header .mobile--menu .mobile--links li {
    position: relative;
    margin-bottom: 20px; }
  .section--header .mobile--menu .mobile--links li a {
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block; }
  .section--header .mobile--menu .mobile--links .has-submenu {
    margin-bottom: 20px; }
  .section--header .mobile--menu .mobile--links .has-submenu .submenu-link::after {
    content: "";
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 14px;
    margin-left: 16px; }
  .section--header .mobile--menu .mobile--links .has-submenu .submenu-link.active::after {
    transform: rotateX(180deg); }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0 15px;
    height: 0;
    opacity: 0;
    transition: all 350ms ease-in-out;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown li {
    padding-bottom: 10px;
    margin-bottom: 0; }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown li:first-child {
    padding-top: 10px; }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown li a {
    font-size: 20px;
    text-transform: capitalize; }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown.services.active {
    opacity: 1;
    height: 550px; }
  .section--header .mobile--menu .mobile--links .has-submenu .dropdown.research.active {
    opacity: 1;
    height: 94px; }
  .section--header .mobile--menu.active {
    height: 100vh;
    opacity: 1;
    overflow-y: scroll; }
  .section--header .particles--header-wrap {
    height: 50px; } }
.section--footer {
  background: #020015;
  background: -moz-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(172deg, #04002B 0%, #020015 100%);
  position: relative;
  height: 250px; }
.section--footer .footer--wrap {
  height: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.section--footer .footer--wrap .logo {
  max-width: 240px; }
.section--footer .footer--wrap .logo img {
  width: 100%; }
.section--footer .footer--wrap a {
  text-decoration: none; }
.section--footer .footer--wrap .bar {
  width: 360px;
  height: 1px;
  background: #ffffff;
  margin: 20px 0 26px; }
.section--footer .footer--wrap .social--links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px; }
.section--footer .footer--wrap .social--links .social--icon {
  border: 1px solid #ffffff;
  border-radius: 21px;
  height: 40px;
  width: 40px;
  position: relative;
  display: block; }
.section--footer .footer--wrap .social--links .social--icon:hover {
  background: #ffffff; }
.section--footer .footer--wrap .social--links .social--icon:hover i {
  color: #04002B; }
.section--footer .footer--wrap .social--links .social--icon i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.section--footer .footer--wrap .copyright {
  font-size: 13px;
  color: #E1E1E1;
  margin-bottom: 0;
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .section--footer .footer--wrap .logo {
    max-width: 210px; }
  .section--footer .footer--wrap .bar {
    max-width: 90%; } }
.button {
  border: 2px solid #1D1D1D;
  padding: 7px 14px 9px;
  background-color: #ffffff;
  text-align: center;
  min-width: 100px;
  color: #1D1D1D;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  transition: all 200ms ease-in;
  cursor: pointer; }
.button:hover {
  background-color: #1D1D1D;
  color: #ffffff; }
.button.blue {
  border-color: #0664CC;
  color: #0664CC; }
.button.blue:hover {
  background-color: #0664CC;
  color: #ffffff; }
.button.call-to-action {
  display: table;
  margin: 0 auto;
  margin-top: 120px;
  font-size: 24px;
  padding: 9px 40px 11px;
  background-color: #0664CC;
  color: #ffffff; }

form {
  display: table; }
form input {
  border: none;
  border-bottom: 1px solid #020015;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: #020015;
  margin-bottom: 30px; }
form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #020015; }
form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #020015; }
form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #020015; }
form input:-moz-placeholder {
  /* Firefox 18- */
  color: #020015; }
form input:focus {
  outline: none; }
form input[type="submit"] {
  width: auto;
  float: right; }
form label {
  font-size: 18px;
  color: #020015;
  margin-bottom: 10px;
  display: inline-block; }
form textarea {
  border: 1px solid #020015;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  color: #020015;
  margin-bottom: 30px;
  box-sizing: border-box; }

.carrousel {
  height: 464px;
  width: 100%;
  position: relative; }
.carrousel .carrousel--items {
  height: 100%;
  width: 100%; }
.carrousel .carrousel--items .item {
  height: 100%;
  width: calc(100% - 140px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  border: 1px solid #0664CC; }
.carrousel .carrousel--items .item .info {
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 280px;
  box-sizing: border-box;
  background: -moz-linear-gradient(238deg, #4690FF 0%, #0664CC 50%, #9646FF 100%);
  background: -webkit-linear-gradient(238deg, #4690FF 0%, #0664CC 50%, #9646FF 100%);
  background: linear-gradient(212deg, #4690FF 0%, #0664CC 50%, #9646FF 100%); }
.carrousel .carrousel--items .item .info .info--title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  margin: 0; }
.carrousel .carrousel--items .item .info .info--icons {
  margin: 15px 0; }
.carrousel .carrousel--items .item .info .info--icons .icon {
  color: #ffffff;
  font-size: 30px;
  margin-right: 16px; }
.carrousel .carrousel--items .item .info .info--description p {
  color: #ffffff;
  font-size: 16px;
  margin: 0; }
.carrousel .carrousel--items .item.active {
  opacity: 1; }
.carrousel .carrousel--controls {
  margin-top: 20px;
  height: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.carrousel .carrousel--controls .carrousel--control-item {
  box-sizing: border-box;
  margin-right: 15px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  border: 2px solid #0664CC;
  cursor: pointer; }
.carrousel .carrousel--controls .carrousel--control-item.active {
  background: #0664CC; }
.carrousel .carrousel--controls .carrousel--control-item:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  .carrousel {
    margin-bottom: 230px; }
  .carrousel .carrousel--items .item {
    width: 100%; }
  .carrousel .carrousel--items .item .info {
    bottom: 0;
    left: -1px;
    top: unset;
    width: calc(100% + 2px);
    padding: 10px;
    transform: translateY(100%); }
  .carrousel .carrousel--items .item .info .info--title {
    font-size: 20px;
    margin-bottom: 5px; }
  .carrousel .carrousel--items .item .info .info--icons {
    display: none; }
  .carrousel .carrousel--items .item .info .info--description p {
    font-size: 12px; }
  .carrousel .carrousel--controls {
    margin-top: 135px; } }
.section--story .story {
  padding: 50px 0;
  border-top: 1px solid #E1E1E1;
  background-color: #F6F6F6; }
.section--story .story:nth-child(2n) {
  background-color: #ffffff; }
.section--story .story:last-child {
  border-bottom: 1px solid #E1E1E1; }
.section--story .story .story--wrap {
  display: flex;
  flex-direction: column; }
.section--story .story .story--wrap .story--content-block {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px; }
.section--story .story .story--wrap .story--content-block p {
  font-size: 19px;
  text-align: center;
  max-width: 700px; }
.section--story .story .story--wrap .story--image-block {
  flex: 3;
  display: flex;
  align-items: center; }
.section--story .story .story--wrap .story--image-block.small-image {
  flex: 2; }
.section--story .story .story--wrap .story--image-block img {
  width: 100%;
  display: block; }

.hero--home {
  background: #04002b;
  /* Old browsers */
  background: -moz-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(172deg, #04002B 0%, #020015 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.section--hero {
  height: 70vh; }
.section--hero.base {
  position: relative;
  height: 50vh;
  background: #04002b;
  /* Old browsers */
  background: -moz-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(278deg, #04002B 0%, #020015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(172deg, #04002B 0%, #020015 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.section--hero.base .hero__content h1 {
  color: white;
  font-size: 70px; }

.hero__content {
  width: 1024px;
  height: 100%;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
@media screen and (max-width: 1290px) {
  .hero__content {
    max-width: 800px; } }
.hero__content h1 {
  font-size: 51px;
  margin: 0; }
.hero__content h1 span {
  display: block;
  font-size: 80px; }

@media screen and (max-width: 768px) {
  .section--hero.base {
    height: 350px; }
  .section--hero.base .hero__content h1 {
    font-size: 40px; }
  .section--hero .hero__content {
    width: 90%; }
  .section--hero .hero__content h1 {
    font-size: 22px; }
  .section--hero .hero__content h1 span {
    font-size: 35px; }
  .section--hero .hero__content p {
    font-size: 16px; } }
canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  top: 0; }

#particles-footer {
  width: 100%;
  height: 100%; }

.hero--home #particles-home {
  height: 70vh; }

#particles-home {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

#particles-header {
  width: 100%;
  height: calc(100vh + 80px);
  position: absolute;
  top: -80px; }

.boxes {
  display: flex; }
.boxes .box {
  flex: 1;
  background: #ffffff;
  border: 1px solid #E1E1E1;
  border-right: 0;
  box-sizing: border-box;
  padding: 40px 40px 25px;
  text-align: center; }
.boxes .box:last-child {
  border-right: 1px solid #E1E1E1; }
.boxes .box p {
  font-size: 18px; }

.section--why p {
  text-align: left; }

.section--services {
  padding: 40px 0 80px;
  text-align: left; }
.section--services p {
  text-align: left; }
.section--services .services--wrap {
  display: flex;
  margin-bottom: 70px; }
.section--services .services--wrap .service {
  flex: 1;
  margin-right: 70px; }
.section--services .services--wrap .service h3 {
  text-transform: uppercase; }
.section--services .services--wrap .service:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  .section--what .wrapper {
    width: 100%; }
  .section--what .wrapper .boxes {
    margin-top: -206px; }

  .boxes {
    flex-direction: column; }
  .boxes .box {
    border-left: 0;
    border-right: 0;
    border-top: 0; }

  .section--services {
    padding-top: 0; }
  .section--services .services--wrap {
    flex-direction: column;
    margin-bottom: 0; }
  .section--services .services--wrap .service {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px; }
  .section--services .services--wrap .service p {
    text-align: center; } }
.graph-container {
  height: 80vh;
  overflow: hidden;
  position: relative; }

.graph {
  height: 80vh;
  background: #106FDB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #106FDB 0%, #00D5BF 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #106FDB 0%, #00D5BF 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #106FDB 0%, #00D5BF 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F3694', endColorstr='#04002B',GradientType=0 );
  /* IE6-9 */
  position: relative;
  right: 0;
  transition: all .3s ease; }

.graph__data {
  position: absolute;
  top: 0;
  right: -400px;
  background: #fff;
  padding: 1em 5em;
  height: 100%;
  box-sizing: border-box;
  width: 30%;
  max-width: 400px;
  transition: all .3s ease; }
.graph__data.visible {
  right: 0; }
.graph__data .bio__img {
  width: 150px;
  height: 150px;
  border-radius: 300px;
  overflow: hidden;
  border: 1px solid #95989A;
  display: block;
  margin: auto; }
.graph__data img {
  max-width: 100%; }
.graph__data .skill {
  position: relative; }
.graph__data .skill__range {
  height: 10px;
  width: 100%;
  background: #fff;
  z-index: 2;
  position: relative;
  border: 1px solid #4690FF; }
.graph__data .skill__range .range {
  display: block;
  width: 100%;
  height: 10px;
  background: #4690FF;
  z-index: 1; }
.graph__data h3 {
  color: #0664CC;
  max-width: 400px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 5px; }
.graph__data h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-align: center; }
.graph__data h5.skill__label {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400; }

.section--team .team--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.section--team .team--list .team--member {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center; }
.section--team .team--list .team--member:nth-child(n+4) {
  margin-top: 50px; }
.section--team .team--list .team--member .member-image {
  width: 50%;
  border-radius: 200px;
  overflow: hidden; }
.section--team .team--list .team--member .member-image img {
  width: 100%;
  display: block; }
.section--team .team--list .team--member .member-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal; }
.section--team .team--list .team--member .member-position {
  margin-top: 0;
  font-size: 17px;
  text-align: center;
  font-weight: bold; }

.section--history .year--wrap {
  position: relative;
  padding-bottom: 30px; }
.section--history .year--wrap::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #0664CC;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: -65px; }
.section--history .year--wrap::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #0664CC;
  position: absolute;
  top: 0;
  left: -56px; }
.section--history .year--wrap:last-child::after {
  height: 85%; }
.section--history .year--wrap h3 {
  font-size: 26px;
  color: #0664CC;
  margin-top: 0;
  line-height: 0.8; }
.section--history .year--wrap p {
  font-size: 22px; }

.section--clients .clients--wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0; }
.section--clients .clients--wrap .clients--content-wrap {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 70px; }
.section--clients .clients--wrap .clients--content-wrap:last-child {
  margin-bottom: 0; }
.section--clients .clients--wrap .clients--content-wrap .square {
  max-width: 180px; }
.section--clients .clients--wrap .clients--content-wrap .rectangle {
  max-width: 240px; }
.section--clients .clients--wrap .others {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); }

@media screen and (max-width: 768px) {
  .section--team .team--list .team--member {
    width: 100%;
    margin-top: 50px; }

  .section--history .year--wrap {
    padding-left: 30px; }
  .section--history .year--wrap::before {
    left: -4px;
    top: 7px;
    width: 16px;
    height: 16px; }
  .section--history .year--wrap::after {
    left: 3px;
    top: 7px; }
  .section--history .year--wrap h3 {
    line-height: 1.2; }
  .section--history .year--wrap p {
    font-size: 18px; }

  .section--clients .clients--wrap .clients--content-wrap {
    flex-direction: column; }
  .section--clients .clients--wrap .clients--content-wrap .client {
    margin-bottom: 70px; }
  .section--clients .clients--wrap .clients--content-wrap .client:last-child {
    margin-bottom: 0; }
  .section--clients .clients--wrap .clients--content-wrap .square {
    max-width: 130px; }
  .section--clients .clients--wrap .clients--content-wrap .rectangle {
    max-width: 200px; } }
.section--solutions .wrapper {
  width: 100%; }
.section--solutions .box {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }
.section--solutions .box .button {
  margin-top: 20px; }
.section--solutions .box .section--description {
  flex-grow: 1; }

.section--s-why {
  margin-bottom: 150px; }

.image--gallery {
  display: flex;
  margin: 40px 0; }
.image--gallery .gallery-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
.image--gallery .gallery-item figure {
  width: 40%; }

.columns--wrap {
  display: flex; }
.columns--wrap .column {
  flex: 1;
  margin: 0 40px; }
.columns--wrap .column p:first-child {
  margin-top: 0; }
.columns--wrap .column:first-child {
  margin-left: 0; }
.columns--wrap .column:last-child {
  margin-right: 0; }

.contacts-wrap {
  display: flex;
  justify-content: space-between; }
.contacts-wrap a {
  display: flex;
  align-items: center;
  color: #1D1D1D;
  font-size: 20px;
  text-decoration: none; }
.contacts-wrap a:hover {
  color: #0664CC; }
.contacts-wrap a i {
  font-size: 28px;
  color: #0664CC;
  margin-right: 10px; }
.contacts-wrap a i.fa-phone {
  margin-bottom: -4px; }

@media screen and (max-width: 768px) {
  .columns--wrap {
    flex-direction: column; }
  .columns--wrap .column {
    margin: 0; }

  .contacts-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
  .contacts-wrap a {
    margin-bottom: 20px; } }
.modal {
  background: rgba(92, 184, 92, 0.85);
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0%;
  height: 100vh;
  display: none;
  transition: all 1s ease-out; }
@media screen and (min-width: 760px) {
  .modal {
    bottom: -100%; } }
.modal .content-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-top: 200px;
  flex-direction: column; }
.modal .content-modal i {
  display: block;
  font-size: 80px;
  margin-bottom: 40px; }

.sec-nw__search .search__item {
  position: relative;
  padding: 15px; }
.sec-nw__search label {
  font-size: 10px;
  background: #ffffff;
  padding: 2px 5px;
  font-weight: lighter;
  top: 8px;
  left: 25px;
  position: absolute; }
.sec-nw__search input {
  border: 1px solid #04002B;
  width: 100%;
  color: #04002B;
  padding: 5px;
  outline: none; }
.sec-nw__search span {
  right: 11px;
  top: 21px; }
.sec-nw__search label, .sec-nw__search span {
  position: absolute;
  color: #04002B; }
.sec-nw__search .search__button {
  background: #ffffff;
  border: 1px solid #04002B;
  padding: 5px 10px;
  transition: all 1s ease;
  cursor: pointer; }
.sec-nw__search .search__button:hover {
  background: #04002B;
  color: #ffffff; }
.sec-nw__search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background: #ffffff;
  color: #04002B;
  border: 1px solid #04002B;
  padding: 5px; }

.news--container {
  display: flex;
  position: relative;
  margin-top: 20px; }
.news--container .posts {
  flex: 2; }
.news--container .sidebar-posts {
  margin-left: 40px;
  flex: 1;
  right: 0;
  display: none; }
.news--container .sidebar-posts .popular-posts, .news--container .sidebar-posts .popular-networks {
  background: #ffffff;
  padding: 15px;
  margin-top: 40px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px; }
.news--container .sidebar-posts .popular-posts h2, .news--container .sidebar-posts .popular-networks h2 {
  margin: 0 0 20px 0;
  font-size: 20px; }
.news--container .sidebar-posts .popular-posts .popular-posts__item, .news--container .sidebar-posts .popular-networks .popular-posts__item {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
  color: #3D3D3D;
  text-decoration: none; }
.news--container .sidebar-posts .popular-posts .popular-posts__item:hover, .news--container .sidebar-posts .popular-networks .popular-posts__item:hover {
  color: #04002B;
  text-decoration: underline; }
.news--container .sidebar-posts .popular-posts .popular-posts__item:last-child, .news--container .sidebar-posts .popular-networks .popular-posts__item:last-child {
  margin-bottom: 0px;
  border-bottom: none; }
.news--container .sidebar-posts .popular-posts .popular-posts__item .item__img, .news--container .sidebar-posts .popular-networks .popular-posts__item .item__img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  max-width: 50%; }
.news--container .sidebar-posts .popular-posts .popular-posts__item .item__img img, .news--container .sidebar-posts .popular-networks .popular-posts__item .item__img img {
  width: 100%; }
.news--container .sidebar-posts .popular-posts .popular-posts__item .item__info, .news--container .sidebar-posts .popular-networks .popular-posts__item .item__info {
  padding: 0px 10px;
  width: 50%; }
.news--container .sidebar-posts .popular-posts .networks-container, .news--container .sidebar-posts .popular-networks .networks-container {
  display: flex;
  justify-content: space-between;
  font-size: 15px; }
.news--container .sidebar-posts .popular-posts .networks-container a, .news--container .sidebar-posts .popular-networks .networks-container a {
  color: #3D3D3D;
  text-decoration: none; }
.news--container .sidebar-posts .popular-posts {
  margin-top: 20px; }
@media screen and (min-width: 760px) {
  .news--container .sidebar-posts {
    display: block; } }

.post .post__header .post__title {
  text-align: center;
  margin: 0 0 10px; }
.post .post__header .post__title h2 a {
  text-decoration: none;
  color: #3D3D3D; }
.post .post__header .post__title h2 a:hover {
  color: #0d7df8; }
.post .post__header .post__meta {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 10px; }
.post .post__header .post__meta .post__date, .post .post__header .post__meta .post__author, .post .post__header .post__meta .post__comments {
  margin: 5px 0;
  padding: 0 10px; }
.post .post__header .post__meta .post__date, .post .post__header .post__meta .post__author {
  border-right: 2px solid #efefef; }
.post .post__header .post__meta .post__author a {
  text-decoration: none;
  color: #0664CC; }
.post .post__content img {
  width: 100%;
  height: auto; }
.post .post__content .post__thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative; }
.post .post__content .post__thumbnail img {
  max-width: 100%;
  position: absolute;
  top: -40%; }
.post .post__content .post__paragraphs {
  line-height: 2;
  margin: 20px 0; }
.post .post__content .post__paragraphs p {
  font-size: 16px; }
.post .post__content .post__paragraphs ol, .post .post__content .post__paragraphs ul {
  padding-left: 0; }
.post .post__content .post__paragraphs ol li, .post .post__content .post__paragraphs ul li {
  font-size: 16px; }
.post .post__content .post__paragraphs .post__button {
  display: table;
  margin: 15px auto 23px;
  line-height: 1; }
.post .post__footer {
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  color: #AAAAAA;
  margin: 20px 0 50px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase; }
.post .post__footer .fa {
  margin-left: 10px; }
.post .post__footer a {
  color: #AAAAAA; }

.single--post .section--hero .hero__content h1 {
  font-size: 100px; }
.single--post .post .post__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 50px 0; }
.single--post .post .post__header .post__title {
  max-width: 800px; }
.single--post .post .post__header .post__title h2 {
  font-size: 40px;
  font-weight: 300;
  color: #1D1D1D; }
.single--post .post .post__content .post__paragraphs P {
  line-height: 1.8; }
.single--post .post .post__footer {
  justify-content: center; }
.single--post .post .post__footer span {
  margin-left: 20px; }
.single--post .post .post__footer span::first-child {
  margin-left: 0; }

@media screen and (max-width: 768px) {
  .single--post .post .post__header {
    margin: 0; }
  .single--post .post .post__header .post__title {
    margin-bottom: 0; } }

/*# sourceMappingURL=main.css.map */